{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "src/index.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "./types"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/localization-settings.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "{getLocale, setLocale}"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "{getLocale, setLocale}",
          "declaration": {
            "name": "{getLocale, setLocale}",
            "module": "src/localization-settings.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/storybook-util.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "iconIds"
        },
        {
          "kind": "function",
          "name": "iconIdToIconHtml",
          "return": {
            "type": {
              "text": "TemplateResult"
            }
          },
          "parameters": [
            {
              "name": "id",
              "type": {
                "text": "string"
              }
            },
            {
              "name": "attributes",
              "default": "{}",
              "type": {
                "text": "Record<string, string>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "crossDecorator",
          "return": {
            "type": {
              "text": "HTMLTemplateResult"
            }
          },
          "parameters": [
            {
              "name": "story",
              "type": {
                "text": "() => unknown"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "widthDecorator",
          "return": {
            "type": {
              "text": "HTMLTemplateResult"
            }
          },
          "parameters": [
            {
              "name": "story",
              "type": {
                "text": "() => unknown"
              }
            },
            {
              "name": "context",
              "type": {
                "text": "{args: {width: number; height?: number}}"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "iconIds",
          "declaration": {
            "name": "iconIds",
            "module": "src/storybook-util.ts"
          }
        },
        {
          "kind": "js",
          "name": "iconIdToIconHtml",
          "declaration": {
            "name": "iconIdToIconHtml",
            "module": "src/storybook-util.ts"
          }
        },
        {
          "kind": "js",
          "name": "crossDecorator",
          "declaration": {
            "name": "crossDecorator",
            "module": "src/storybook-util.ts"
          }
        },
        {
          "kind": "js",
          "name": "widthDecorator",
          "declaration": {
            "name": "widthDecorator",
            "module": "src/storybook-util.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/time.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "renderTime",
          "parameters": [
            {
              "name": "date",
              "type": {
                "text": "Date"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "renderTime",
          "declaration": {
            "name": "renderTime",
            "module": "src/time.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/types.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/automation/index.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "lineColor",
          "return": {
            "type": {
              "text": "{\n  inner: string;\n  outer: string;\n}"
            }
          },
          "parameters": [
            {
              "name": "medium",
              "type": {
                "text": "LineMedium"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "lineWidth",
          "return": {
            "type": {
              "text": "number"
            }
          },
          "parameters": [
            {
              "name": "lineType",
              "type": {
                "text": "LineType"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "lineColor",
          "declaration": {
            "name": "lineColor",
            "module": "src/automation/index.ts"
          }
        },
        {
          "kind": "js",
          "name": "lineWidth",
          "declaration": {
            "name": "lineWidth",
            "module": "src/automation/index.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/generated/locale-codes.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "sourceLocale",
          "default": "`en`",
          "description": "The locale code that templates in this source code are written in."
        },
        {
          "kind": "variable",
          "name": "targetLocales",
          "type": {
            "text": "[\n  `es-419`,\n]"
          },
          "default": "[ `es-419`, ]",
          "description": "The other locale codes that this application is localized into. Sorted\nlexicographically."
        },
        {
          "kind": "variable",
          "name": "allLocales",
          "type": {
            "text": "[\n  `en`,\n  `es-419`,\n]"
          },
          "default": "[ `en`, `es-419`, ]",
          "description": "All valid project locale codes. Sorted lexicographically."
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "sourceLocale",
          "declaration": {
            "name": "sourceLocale",
            "module": "src/generated/locale-codes.ts"
          }
        },
        {
          "kind": "js",
          "name": "targetLocales",
          "declaration": {
            "name": "targetLocales",
            "module": "src/generated/locale-codes.ts"
          }
        },
        {
          "kind": "js",
          "name": "allLocales",
          "declaration": {
            "name": "allLocales",
            "module": "src/generated/locale-codes.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/types.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-02-illustration.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "Obi02Illustration",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C15.5147 3 13.5 5.01472 13.5 7.5L13.5 17.25C13.5 19.7353 15.5147 21.75 18 21.75C20.4853 21.75 22.5 19.7353 22.5 17.25L22.5 7.5C22.5 5.01472 20.4853 3 18 3ZM19.5 17.25L19.5 7.5C19.5 6.67157 18.8284 6 18 6C17.1716 6 16.5 6.67157 16.5 7.5L16.5 17.25C16.5 18.0784 17.1716 18.75 18 18.75C18.8284 18.75 19.5 18.0784 19.5 17.25Z\" fill=\"currentColor\"/> <path d=\"M18 24C13.8579 24 10.5 20.6421 10.5 16.5H7.5C7.5 21.7897 11.4116 26.1658 16.5 26.8937V33H19.5V26.8937C24.5884 26.1658 28.5 21.7897 28.5 16.5L25.5 16.5C25.5 20.6421 22.1421 24 18 24Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C15.5147 3 13.5 5.01472 13.5 7.5L13.5 17.25C13.5 19.7353 15.5147 21.75 18 21.75C20.4853 21.75 22.5 19.7353 22.5 17.25L22.5 7.5C22.5 5.01472 20.4853 3 18 3ZM19.5 17.25L19.5 7.5C19.5 6.67157 18.8284 6 18 6C17.1716 6 16.5 6.67157 16.5 7.5L16.5 17.25C16.5 18.0784 17.1716 18.75 18 18.75C18.8284 18.75 19.5 18.0784 19.5 17.25Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 24C13.8579 24 10.5 20.6421 10.5 16.5H7.5C7.5 21.7897 11.4116 26.1658 16.5 26.8937V33H19.5V26.8937C24.5884 26.1658 28.5 21.7897 28.5 16.5L25.5 16.5C25.5 20.6421 22.1421 24 18 24Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-02-illustration",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Obi02Illustration",
          "declaration": {
            "name": "Obi02Illustration",
            "module": "src/icons/icon-02-illustration.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-02-illustration",
          "declaration": {
            "name": "Obi02Illustration",
            "module": "src/icons/icon-02-illustration.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-03-illustration.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "Obi03Illustration",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M29.82 26.205C30.48 25.155 30.87 23.94 30.87 22.62C30.87 18.885 27.855 15.87 24.12 15.87C20.385 15.87 17.37 18.885 17.37 22.62C17.37 26.355 20.385 29.37 24.105 29.37C25.425 29.37 26.655 28.98 27.69 28.32L32.37 33L34.5 30.87L29.82 26.205ZM24.12 26.37C22.05 26.37 20.37 24.69 20.37 22.62C20.37 20.55 22.05 18.87 24.12 18.87C26.19 18.87 27.87 20.55 27.87 22.62C27.87 24.69 26.19 26.37 24.12 26.37ZM23.58 13.62C22.47 13.65 21.405 13.89 20.43 14.295L19.605 13.05L13.905 22.32L9.39 17.04L3.945 25.755L1.5 24L9 12L13.5 17.25L19.5 7.5L23.58 13.62ZM27.465 14.37C26.505 13.95 25.47 13.695 24.39 13.635L32.07 1.5L34.5 3.27L27.465 14.37Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M29.82 26.205C30.48 25.155 30.87 23.94 30.87 22.62C30.87 18.885 27.855 15.87 24.12 15.87C20.385 15.87 17.37 18.885 17.37 22.62C17.37 26.355 20.385 29.37 24.105 29.37C25.425 29.37 26.655 28.98 27.69 28.32L32.37 33L34.5 30.87L29.82 26.205ZM24.12 26.37C22.05 26.37 20.37 24.69 20.37 22.62C20.37 20.55 22.05 18.87 24.12 18.87C26.19 18.87 27.87 20.55 27.87 22.62C27.87 24.69 26.19 26.37 24.12 26.37ZM23.58 13.62C22.47 13.65 21.405 13.89 20.43 14.295L19.605 13.05L13.905 22.32L9.39 17.04L3.945 25.755L1.5 24L9 12L13.5 17.25L19.5 7.5L23.58 13.62ZM27.465 14.37C26.505 13.95 25.47 13.695 24.39 13.635L32.07 1.5L34.5 3.27L27.465 14.37Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-03-illustration",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Obi03Illustration",
          "declaration": {
            "name": "Obi03Illustration",
            "module": "src/icons/icon-03-illustration.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-03-illustration",
          "declaration": {
            "name": "Obi03Illustration",
            "module": "src/icons/icon-03-illustration.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-03-tidal-stream.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "Obi03TidalStream",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 22L12 15L18 22M6 15L12 8L18 15M6 8L12 1L18 8\" stroke=\"#373737\"/> <path d=\"M12 24V1\" stroke=\"#373737\" stroke-dasharray=\"2 4\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 22L12 15L18 22M6 15L12 8L18 15M6 8L12 1L18 8\" style=\"stroke: var(--element-active-color)\"/> <path d=\"M12 24V1\" style=\"stroke: var(--element-active-color)\" stroke-dasharray=\"2 4\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-03-tidal-stream",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Obi03TidalStream",
          "declaration": {
            "name": "Obi03TidalStream",
            "module": "src/icons/icon-03-tidal-stream.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-03-tidal-stream",
          "declaration": {
            "name": "Obi03TidalStream",
            "module": "src/icons/icon-03-tidal-stream.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-07-chart-styles.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "Obi07ChartStyles",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 13.5358V4.3C22 3.96667 21.8472 3.72083 21.5417 3.5625C21.2361 3.40417 20.9259 3.39167 20.6111 3.525L15.6667 5.3L8.36111 3L2.75 4.775C2.52778 4.85833 2.34722 4.98333 2.20833 5.15C2.06944 5.31667 2 5.50833 2 5.725V19.675C2 20.0083 2.15278 20.2583 2.45833 20.425C2.76389 20.5917 3.07407 20.6 3.38889 20.45L8.36111 18.675L12.9363 20.131C12.7146 19.6096 12.571 19.0469 12.5204 18.4577L9.27778 17.475V4.85L14.7222 6.5V12.257C14.9218 11.9207 15.119 11.6004 15.3058 11.3041C15.7066 10.6684 16.0744 10.1206 16.3423 9.731C16.3582 9.70793 16.3737 9.68541 16.3889 9.66344V6.5L20.3333 5.15V10.7409C20.4491 10.9188 20.5701 11.1073 20.6942 11.3041C21.1075 11.9595 21.5714 12.7325 22 13.5358ZM7.61111 17.475L3.66667 18.825V6.025L7.61111 4.85V17.475Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 18.0073C14 16.2777 15.9145 13.1122 17.0945 11.3255C17.6201 10.5296 18 10.0073 18 10.0073C18 10.0073 18.3799 10.5296 18.9055 11.3255C20.0855 13.1122 22 16.2777 22 18.0073C22 20.2165 20.2091 22.0073 18 22.0073C15.7909 22.0073 14 20.2165 14 18.0073ZM18 20.5073C16.6193 20.5073 15.5 19.388 15.5 18.0073C15.5 17.7052 15.6422 17.1295 16.0018 16.298C16.3418 15.5117 16.8071 14.6502 17.2904 13.8345C17.5315 13.4278 17.7731 13.039 18 12.6845L18.001 12.686L18 20.5073Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 13.5358V4.3C22 3.96667 21.8472 3.72083 21.5417 3.5625C21.2361 3.40417 20.9259 3.39167 20.6111 3.525L15.6667 5.3L8.36111 3L2.75 4.775C2.52778 4.85833 2.34722 4.98333 2.20833 5.15C2.06944 5.31667 2 5.50833 2 5.725V19.675C2 20.0083 2.15278 20.2583 2.45833 20.425C2.76389 20.5917 3.07407 20.6 3.38889 20.45L8.36111 18.675L12.9363 20.131C12.7146 19.6096 12.571 19.0469 12.5204 18.4577L9.27778 17.475V4.85L14.7222 6.5V12.257C14.9218 11.9207 15.119 11.6004 15.3058 11.3041C15.7066 10.6684 16.0744 10.1206 16.3423 9.731C16.3582 9.70793 16.3737 9.68541 16.3889 9.66344V6.5L20.3333 5.15V10.7409C20.4491 10.9188 20.5701 11.1073 20.6942 11.3041C21.1075 11.9595 21.5714 12.7325 22 13.5358ZM7.61111 17.475L3.66667 18.825V6.025L7.61111 4.85V17.475Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 18.0073C14 16.2777 15.9145 13.1122 17.0945 11.3255C17.6201 10.5296 18 10.0073 18 10.0073C18 10.0073 18.3799 10.5296 18.9055 11.3255C20.0855 13.1122 22 16.2777 22 18.0073C22 20.2165 20.2091 22.0073 18 22.0073C15.7909 22.0073 14 20.2165 14 18.0073ZM18 20.5073C16.6193 20.5073 15.5 19.388 15.5 18.0073C15.5 17.7052 15.6422 17.1295 16.0018 16.298C16.3418 15.5117 16.8071 14.6502 17.2904 13.8345C17.5315 13.4278 17.7731 13.039 18 12.6845L18.001 12.686L18 20.5073Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-07-chart-styles",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Obi07ChartStyles",
          "declaration": {
            "name": "Obi07ChartStyles",
            "module": "src/icons/icon-07-chart-styles.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-07-chart-styles",
          "declaration": {
            "name": "Obi07ChartStyles",
            "module": "src/icons/icon-07-chart-styles.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-acdc-converter.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAcdcConverter",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.7071 2.29289C22.0976 2.68342 22.0976 3.31658 21.7071 3.70711L3.70711 21.7071C3.31658 22.0976 2.68342 22.0976 2.29289 21.7071C1.90237 21.3166 1.90237 20.6834 2.29289 20.2929L20.2929 2.29289C20.6834 1.90237 21.3166 1.90237 21.7071 2.29289Z\" fill=\"currentColor\"/> <path d=\"M2 2H11V4H2V2Z\" fill=\"currentColor\"/> <path d=\"M2 6H11V8H2V6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5285 17.7066L21.8829 18.4703C21.8559 18.5023 21.8232 18.5429 21.7853 18.5901C21.5859 18.8381 21.2413 19.2669 20.8033 19.5706C20.1984 19.9899 19.4241 20.1989 18.4458 19.9981C17.5182 19.8077 16.8836 19.3425 16.4102 18.9954C16.3985 18.9868 16.3869 18.9783 16.3754 18.9699C15.8843 18.6102 15.5591 18.3848 15.0848 18.2874C14.7906 18.227 14.6085 18.2438 14.437 18.3048C14.2378 18.3756 13.9674 18.5373 13.5545 18.914L12.8157 19.5879L11.4678 18.1104L12.2065 17.4364C12.7071 16.9798 13.2078 16.6192 13.7671 16.4204C14.354 16.2117 14.9179 16.2115 15.4869 16.3283C16.4145 16.5187 17.0491 16.9839 17.5225 17.331C17.5342 17.3396 17.5458 17.3481 17.5573 17.3565C18.0484 17.7162 18.3736 17.9416 18.848 18.039C19.2945 18.1307 19.5112 18.0327 19.6638 17.9269C19.8428 17.8028 19.9636 17.6552 20.1514 17.4256C20.2113 17.3524 20.278 17.2708 20.3556 17.1791L21.0012 16.4154L22.5285 17.7066Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.7071 2.29289C22.0976 2.68342 22.0976 3.31658 21.7071 3.70711L3.70711 21.7071C3.31658 22.0976 2.68342 22.0976 2.29289 21.7071C1.90237 21.3166 1.90237 20.6834 2.29289 20.2929L20.2929 2.29289C20.6834 1.90237 21.3166 1.90237 21.7071 2.29289Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 2H11V4H2V2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 6H11V8H2V6Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5285 17.7066L21.8829 18.4703C21.8559 18.5023 21.8232 18.5429 21.7853 18.5901C21.5859 18.8381 21.2413 19.2669 20.8033 19.5706C20.1984 19.9899 19.4241 20.1989 18.4458 19.9981C17.5182 19.8077 16.8836 19.3425 16.4102 18.9954C16.3985 18.9868 16.3869 18.9783 16.3754 18.9699C15.8843 18.6102 15.5591 18.3848 15.0848 18.2874C14.7906 18.227 14.6085 18.2438 14.437 18.3048C14.2378 18.3756 13.9674 18.5373 13.5545 18.914L12.8157 19.5879L11.4678 18.1104L12.2065 17.4364C12.7071 16.9798 13.2078 16.6192 13.7671 16.4204C14.354 16.2117 14.9179 16.2115 15.4869 16.3283C16.4145 16.5187 17.0491 16.9839 17.5225 17.331C17.5342 17.3396 17.5458 17.3481 17.5573 17.3565C18.0484 17.7162 18.3736 17.9416 18.848 18.039C19.2945 18.1307 19.5112 18.0327 19.6638 17.9269C19.8428 17.8028 19.9636 17.6552 20.1514 17.4256C20.2113 17.3524 20.278 17.2708 20.3556 17.1791L21.0012 16.4154L22.5285 17.7066Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-acdc-converter",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAcdcConverter",
          "declaration": {
            "name": "ObiAcdcConverter",
            "module": "src/icons/icon-acdc-converter.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-acdc-converter",
          "declaration": {
            "name": "ObiAcdcConverter",
            "module": "src/icons/icon-acdc-converter.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-aton-mobile-physical-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisAtonMobilePhysicalIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 12L12 1L23 12L12 23L1 12ZM12 21.5858L21.5858 12L12 2.41421L2.41421 12L12 21.5858Z\" fill=\"currentColor\"/> <path d=\"M17 12.4999V11.4999H7V12.4999H17Z\" fill=\"currentColor\"/> <path d=\"M15.8891 8.81795L15.182 8.11084L8.11091 15.1819L8.81802 15.889L15.8891 8.81795Z\" fill=\"currentColor\"/> <path d=\"M15.182 15.889L15.8891 15.1819L8.81802 8.11084L8.11091 8.81795L15.182 15.889Z\" fill=\"currentColor\"/> <path d=\"M11.4999 17H12.4999V7H11.4999V17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 12L12 1L23 12L12 23L1 12ZM12 21.5858L21.5858 12L12 2.41421L2.41421 12L12 21.5858Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 12.4999V11.4999H7V12.4999H17Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.8891 8.81795L15.182 8.11084L8.11091 15.1819L8.81802 15.889L15.8891 8.81795Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.182 15.889L15.8891 15.1819L8.81802 8.11084L8.11091 8.81795L15.182 15.889Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.4999 17H12.4999V7H11.4999V17Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-aton-mobile-physical-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisAtonMobilePhysicalIec",
          "declaration": {
            "name": "ObiAisAtonMobilePhysicalIec",
            "module": "src/icons/icon-ais-aton-mobile-physical-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-aton-mobile-physical-iec",
          "declaration": {
            "name": "ObiAisAtonMobilePhysicalIec",
            "module": "src/icons/icon-ais-aton-mobile-physical-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-aton-mobile-virtual-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisAtonMobileVirtualIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.39363 11.2929L2.10074 12L1.39363 12.7071L0.686523 12L1.39363 11.2929Z\" fill=\"currentColor\"/> <path d=\"M14.1216 2.8076L15.5358 4.22181L14.8287 4.92892L13.4144 3.51471L14.1216 2.8076Z\" fill=\"currentColor\"/> <path d=\"M3.51495 13.4142L4.92916 14.8284L4.22206 15.5355L2.80784 14.1213L3.51495 13.4142Z\" fill=\"currentColor\"/> <path d=\"M16.95 5.63603L18.3642 7.05024L17.6571 7.75735L16.2429 6.34313L16.95 5.63603Z\" fill=\"currentColor\"/> <path d=\"M6.34338 16.2426L7.75759 17.6568L7.05048 18.3639L5.63627 16.9497L6.34338 16.2426Z\" fill=\"currentColor\"/> <path d=\"M19.7784 8.46445L21.1926 9.87867L20.4855 10.5858L19.0713 9.17156L19.7784 8.46445Z\" fill=\"currentColor\"/> <path d=\"M9.1718 19.0711L10.586 20.4853L9.87891 21.1924L8.4647 19.7782L9.1718 19.0711Z\" fill=\"currentColor\"/> <path d=\"M12.7073 1.39339L12.0002 2.10049L11.2931 1.39339L12.0002 0.686279L12.7073 1.39339Z\" fill=\"currentColor\"/> <path d=\"M23.3139 12L22.6068 12.7071L21.8997 12L22.6068 11.2929L23.3139 12Z\" fill=\"currentColor\"/> <path d=\"M12.7073 22.6066L12.0002 23.3137L11.2931 22.6066L12.0002 21.8995L12.7073 22.6066Z\" fill=\"currentColor\"/> <path d=\"M10.586 3.51471L9.1718 4.92892L8.4647 4.22181L9.87891 2.8076L10.586 3.51471Z\" fill=\"currentColor\"/> <path d=\"M21.1926 14.1213L19.7784 15.5355L19.0713 14.8284L20.4855 13.4142L21.1926 14.1213Z\" fill=\"currentColor\"/> <path d=\"M7.75759 6.34313L6.34338 7.75735L5.63627 7.05024L7.05048 5.63603L7.75759 6.34313Z\" fill=\"currentColor\"/> <path d=\"M18.3642 16.9497L16.95 18.3639L16.2429 17.6568L17.6571 16.2426L18.3642 16.9497Z\" fill=\"currentColor\"/> <path d=\"M4.92916 9.17156L3.51495 10.5858L2.80784 9.87867L4.22206 8.46445L4.92916 9.17156Z\" fill=\"currentColor\"/> <path d=\"M15.5358 19.7782L14.1216 21.1924L13.4144 20.4853L14.8287 19.0711L15.5358 19.7782Z\" fill=\"currentColor\"/> <path d=\"M17.0002 12.4999V11.4999L7.00023 11.4999V12.4999H17.0002Z\" fill=\"currentColor\"/> <path d=\"M15.8893 8.81793L15.1822 8.11083L8.11114 15.1819L8.81825 15.889L15.8893 8.81793Z\" fill=\"currentColor\"/> <path d=\"M15.1822 15.889L15.8893 15.1819L8.81825 8.11083L8.11115 8.81793L15.1822 15.889Z\" fill=\"currentColor\"/> <path d=\"M11.5001 17H12.5001V6.99999H11.5001V17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.39363 11.2929L2.10074 12L1.39363 12.7071L0.686523 12L1.39363 11.2929Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.1216 2.8076L15.5358 4.22181L14.8287 4.92892L13.4144 3.51471L14.1216 2.8076Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.51495 13.4142L4.92916 14.8284L4.22206 15.5355L2.80784 14.1213L3.51495 13.4142Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.95 5.63603L18.3642 7.05024L17.6571 7.75735L16.2429 6.34313L16.95 5.63603Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.34338 16.2426L7.75759 17.6568L7.05048 18.3639L5.63627 16.9497L6.34338 16.2426Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.7784 8.46445L21.1926 9.87867L20.4855 10.5858L19.0713 9.17156L19.7784 8.46445Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.1718 19.0711L10.586 20.4853L9.87891 21.1924L8.4647 19.7782L9.1718 19.0711Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.7073 1.39339L12.0002 2.10049L11.2931 1.39339L12.0002 0.686279L12.7073 1.39339Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M23.3139 12L22.6068 12.7071L21.8997 12L22.6068 11.2929L23.3139 12Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.7073 22.6066L12.0002 23.3137L11.2931 22.6066L12.0002 21.8995L12.7073 22.6066Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.586 3.51471L9.1718 4.92892L8.4647 4.22181L9.87891 2.8076L10.586 3.51471Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21.1926 14.1213L19.7784 15.5355L19.0713 14.8284L20.4855 13.4142L21.1926 14.1213Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.75759 6.34313L6.34338 7.75735L5.63627 7.05024L7.05048 5.63603L7.75759 6.34313Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.3642 16.9497L16.95 18.3639L16.2429 17.6568L17.6571 16.2426L18.3642 16.9497Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.92916 9.17156L3.51495 10.5858L2.80784 9.87867L4.22206 8.46445L4.92916 9.17156Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.5358 19.7782L14.1216 21.1924L13.4144 20.4853L14.8287 19.0711L15.5358 19.7782Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.0002 12.4999V11.4999L7.00023 11.4999V12.4999H17.0002Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.8893 8.81793L15.1822 8.11083L8.11114 15.1819L8.81825 15.889L15.8893 8.81793Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.1822 15.889L15.8893 15.1819L8.81825 8.11083L8.11115 8.81793L15.1822 15.889Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.5001 17H12.5001V6.99999H11.5001V17Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-aton-mobile-virtual-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisAtonMobileVirtualIec",
          "declaration": {
            "name": "ObiAisAtonMobileVirtualIec",
            "module": "src/icons/icon-ais-aton-mobile-virtual-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-aton-mobile-virtual-iec",
          "declaration": {
            "name": "ObiAisAtonMobileVirtualIec",
            "module": "src/icons/icon-ais-aton-mobile-virtual-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-aton-physical-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisAtonPhysicalIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 12L12 1L23 12L12 23L1 12ZM12 21.5858L21.5858 12L12 2.41421L2.41421 12L12 21.5858Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 12L12 1L23 12L12 23L1 12ZM12 21.5858L21.5858 12L12 2.41421L2.41421 12L12 21.5858Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-aton-physical-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisAtonPhysicalIec",
          "declaration": {
            "name": "ObiAisAtonPhysicalIec",
            "module": "src/icons/icon-ais-aton-physical-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-aton-physical-iec",
          "declaration": {
            "name": "ObiAisAtonPhysicalIec",
            "module": "src/icons/icon-ais-aton-physical-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-aton-physical-selected-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisAtonPhysicalSelectedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 12L12 1L23 12L12 23L1 12ZM12 21.5858L21.5858 12L12 2.41421L2.41421 12L12 21.5858Z\" fill=\"currentColor\"/> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" fill=\"currentColor\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" fill=\"currentColor\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" fill=\"currentColor\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 12L12 1L23 12L12 23L1 12ZM12 21.5858L21.5858 12L12 2.41421L2.41421 12L12 21.5858Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-aton-physical-selected-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisAtonPhysicalSelectedIec",
          "declaration": {
            "name": "ObiAisAtonPhysicalSelectedIec",
            "module": "src/icons/icon-ais-aton-physical-selected-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-aton-physical-selected-iec",
          "declaration": {
            "name": "ObiAisAtonPhysicalSelectedIec",
            "module": "src/icons/icon-ais-aton-physical-selected-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-aton-virtual-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisAtonVirtualIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.0002 2.10049L12.7073 1.39339L12.0002 0.686279L11.2931 1.39339L12.0002 2.10049Z\" fill=\"currentColor\"/> <path d=\"M14.8287 4.92892L15.5358 4.22181L14.1216 2.8076L13.4144 3.51471L14.8287 4.92892Z\" fill=\"currentColor\"/> <path d=\"M2.10074 12L1.39363 11.2929L0.686523 12L1.39363 12.7071L2.10074 12Z\" fill=\"currentColor\"/> <path d=\"M4.92916 14.8284L4.22206 15.5355L2.80784 14.1213L3.51495 13.4142L4.92916 14.8284Z\" fill=\"currentColor\"/> <path d=\"M18.3642 7.05024L16.95 5.63603L16.2429 6.34313L17.6571 7.75735L18.3642 7.05024Z\" fill=\"currentColor\"/> <path d=\"M7.75759 17.6568L7.05048 18.3639L5.63627 16.9497L6.34338 16.2426L7.75759 17.6568Z\" fill=\"currentColor\"/> <path d=\"M21.1926 9.87867L19.7784 8.46445L19.0713 9.17156L20.4855 10.5858L21.1926 9.87867Z\" fill=\"currentColor\"/> <path d=\"M10.586 20.4853L9.87891 21.1924L8.4647 19.7782L9.1718 19.0711L10.586 20.4853Z\" fill=\"currentColor\"/> <path d=\"M23.3139 12L22.6068 12.7071L21.8997 12L22.6068 11.2929L23.3139 12Z\" fill=\"currentColor\"/> <path d=\"M12.0002 23.3137L12.7073 22.6066L12.0002 21.8995L11.2931 22.6066L12.0002 23.3137Z\" fill=\"currentColor\"/> <path d=\"M10.586 3.51471L9.1718 4.92892L8.4647 4.22181L9.87891 2.8076L10.586 3.51471Z\" fill=\"currentColor\"/> <path d=\"M19.0713 14.8284L19.7784 15.5355L21.1926 14.1213L20.4855 13.4142L19.0713 14.8284Z\" fill=\"currentColor\"/> <path d=\"M7.75759 6.34313L6.34338 7.75735L5.63627 7.05024L7.05048 5.63603L7.75759 6.34313Z\" fill=\"currentColor\"/> <path d=\"M16.2429 17.6568L16.95 18.3639L18.3642 16.9497L17.6571 16.2426L16.2429 17.6568Z\" fill=\"currentColor\"/> <path d=\"M4.92916 9.17156L3.51495 10.5858L2.80784 9.87867L4.22206 8.46445L4.92916 9.17156Z\" fill=\"currentColor\"/> <path d=\"M13.4144 20.4853L14.1216 21.1924L15.5358 19.7782L14.8287 19.0711L13.4144 20.4853Z\" fill=\"currentColor\"/> <path d=\"M11.5002 16V12.5H8.00023V11.5H11.5002V8H12.5002V11.5H16.0002V12.5H12.5002V16H11.5002Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.0002 2.10049L12.7073 1.39339L12.0002 0.686279L11.2931 1.39339L12.0002 2.10049Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.8287 4.92892L15.5358 4.22181L14.1216 2.8076L13.4144 3.51471L14.8287 4.92892Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.10074 12L1.39363 11.2929L0.686523 12L1.39363 12.7071L2.10074 12Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.92916 14.8284L4.22206 15.5355L2.80784 14.1213L3.51495 13.4142L4.92916 14.8284Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.3642 7.05024L16.95 5.63603L16.2429 6.34313L17.6571 7.75735L18.3642 7.05024Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.75759 17.6568L7.05048 18.3639L5.63627 16.9497L6.34338 16.2426L7.75759 17.6568Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21.1926 9.87867L19.7784 8.46445L19.0713 9.17156L20.4855 10.5858L21.1926 9.87867Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.586 20.4853L9.87891 21.1924L8.4647 19.7782L9.1718 19.0711L10.586 20.4853Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M23.3139 12L22.6068 12.7071L21.8997 12L22.6068 11.2929L23.3139 12Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.0002 23.3137L12.7073 22.6066L12.0002 21.8995L11.2931 22.6066L12.0002 23.3137Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.586 3.51471L9.1718 4.92892L8.4647 4.22181L9.87891 2.8076L10.586 3.51471Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.0713 14.8284L19.7784 15.5355L21.1926 14.1213L20.4855 13.4142L19.0713 14.8284Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.75759 6.34313L6.34338 7.75735L5.63627 7.05024L7.05048 5.63603L7.75759 6.34313Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.2429 17.6568L16.95 18.3639L18.3642 16.9497L17.6571 16.2426L16.2429 17.6568Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.92916 9.17156L3.51495 10.5858L2.80784 9.87867L4.22206 8.46445L4.92916 9.17156Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.4144 20.4853L14.1216 21.1924L15.5358 19.7782L14.8287 19.0711L13.4144 20.4853Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.5002 16V12.5H8.00023V11.5H11.5002V8H12.5002V11.5H16.0002V12.5H12.5002V16H11.5002Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-aton-virtual-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisAtonVirtualIec",
          "declaration": {
            "name": "ObiAisAtonVirtualIec",
            "module": "src/icons/icon-ais-aton-virtual-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-aton-virtual-iec",
          "declaration": {
            "name": "ObiAisAtonVirtualIec",
            "module": "src/icons/icon-ais-aton-virtual-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-chevron-variant-01.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisChevronVariant01",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg` <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 17L12 2L21 17H15V22H9V17H3Z\" /> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg` <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 17L12 2L21 17H15V22H9V17H3Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-chevron-variant-01",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisChevronVariant01",
          "declaration": {
            "name": "ObiAisChevronVariant01",
            "module": "src/icons/icon-ais-chevron-variant-01.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-chevron-variant-01",
          "declaration": {
            "name": "ObiAisChevronVariant01",
            "module": "src/icons/icon-ais-chevron-variant-01.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-chevron-variant-02.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisChevronVariant02",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg` <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 18L12 3L22 18H17L12 12L7 18H2Z\" /> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg` <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 18L12 3L22 18H17L12 12L7 18H2Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-chevron-variant-02",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisChevronVariant02",
          "declaration": {
            "name": "ObiAisChevronVariant02",
            "module": "src/icons/icon-ais-chevron-variant-02.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-chevron-variant-02",
          "declaration": {
            "name": "ObiAisChevronVariant02",
            "module": "src/icons/icon-ais-chevron-variant-02.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-chevron.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisChevron",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg` <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 3L16 11.5L20 20L12 16.5L4 20L8 11.5L12 3Z\" /> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg` <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 3L16 11.5L20 20L12 16.5L4 20L8 11.5L12 3Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-chevron",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisChevron",
          "declaration": {
            "name": "ObiAisChevron",
            "module": "src/icons/icon-ais-chevron.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-chevron",
          "declaration": {
            "name": "ObiAisChevron",
            "module": "src/icons/icon-ais-chevron.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-headingline-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisHeadinglineIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2862_908)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 6L11.5 0L12.5 4.37121e-08L12.5 6H11.5Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2862_908\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2862_908)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 6L11.5 0L12.5 4.37121e-08L12.5 6H11.5Z\" style=\"fill: var(--element-active-color)\"/> </g> <defs> <clipPath id=\"clip0_2862_908\"> <rect width=\"24\" height=\"24\" fill=\"none\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-headingline-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisHeadinglineIec",
          "declaration": {
            "name": "ObiAisHeadinglineIec",
            "module": "src/icons/icon-ais-headingline-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-headingline-iec",
          "declaration": {
            "name": "ObiAisHeadinglineIec",
            "module": "src/icons/icon-ais-headingline-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-headingline-turn-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisHeadinglineTurnIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 6L11.5 0H12.5L12.5 6H11.5Z\" fill=\"currentColor\"/> <path d=\"M12 0H18V2H12V0Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 6L11.5 0H12.5L12.5 6H11.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 0H18V2H12V0Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-headingline-turn-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisHeadinglineTurnIec",
          "declaration": {
            "name": "ObiAisHeadinglineTurnIec",
            "module": "src/icons/icon-ais-headingline-turn-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-headingline-turn-iec",
          "declaration": {
            "name": "ObiAisHeadinglineTurnIec",
            "module": "src/icons/icon-ais-headingline-turn-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-locating-device-active-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisLocatingDeviceActiveIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM19.743 18.3287C21.1537 16.6048 22 14.4012 22 12C22 9.59871 21.1536 7.3951 19.7429 5.67122L13.4142 11.9999L19.743 18.3287ZM18.3288 19.7429C16.6049 21.1536 14.4013 22 12 22C9.59871 22 7.3951 21.1536 5.67122 19.7429L12 13.4141L18.3288 19.7429ZM10.5858 11.9999L4.25701 18.3287C2.84635 16.6048 2 14.4012 2 12C2 9.59871 2.84638 7.3951 4.2571 5.67122L10.5858 11.9999ZM12 10.5857L18.3287 4.25701C16.6048 2.84635 14.4012 2 12 2C9.59875 2 7.39518 2.84635 5.67132 4.25701L12 10.5857Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM19.743 18.3287C21.1537 16.6048 22 14.4012 22 12C22 9.59871 21.1536 7.3951 19.7429 5.67122L13.4142 11.9999L19.743 18.3287ZM18.3288 19.7429C16.6049 21.1536 14.4013 22 12 22C9.59871 22 7.3951 21.1536 5.67122 19.7429L12 13.4141L18.3288 19.7429ZM10.5858 11.9999L4.25701 18.3287C2.84635 16.6048 2 14.4012 2 12C2 9.59871 2.84638 7.3951 4.2571 5.67122L10.5858 11.9999ZM12 10.5857L18.3287 4.25701C16.6048 2.84635 14.4012 2 12 2C9.59875 2 7.39518 2.84635 5.67132 4.25701L12 10.5857Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-locating-device-active-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisLocatingDeviceActiveIec",
          "declaration": {
            "name": "ObiAisLocatingDeviceActiveIec",
            "module": "src/icons/icon-ais-locating-device-active-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-locating-device-active-iec",
          "declaration": {
            "name": "ObiAisLocatingDeviceActiveIec",
            "module": "src/icons/icon-ais-locating-device-active-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-locatingdevice-active-selected-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisLocatingdeviceActiveSelectedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM19.743 18.3287C21.1537 16.6048 22 14.4012 22 12C22 9.59871 21.1536 7.3951 19.7429 5.67122L13.4142 11.9999L19.743 18.3287ZM18.3288 19.7429C16.6049 21.1536 14.4013 22 12 22C9.59871 22 7.3951 21.1536 5.67122 19.7429L12 13.4141L18.3288 19.7429ZM10.5858 11.9999L4.25701 18.3287C2.84635 16.6048 2 14.4012 2 12C2 9.59871 2.84638 7.3951 4.2571 5.67122L10.5858 11.9999ZM12 10.5857L18.3287 4.25701C16.6048 2.84635 14.4012 2 12 2C9.59875 2 7.39518 2.84635 5.67132 4.25701L12 10.5857Z\" fill=\"currentColor\"/> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" fill=\"currentColor\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" fill=\"currentColor\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" fill=\"currentColor\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM19.743 18.3287C21.1537 16.6048 22 14.4012 22 12C22 9.59871 21.1536 7.3951 19.7429 5.67122L13.4142 11.9999L19.743 18.3287ZM18.3288 19.7429C16.6049 21.1536 14.4013 22 12 22C9.59871 22 7.3951 21.1536 5.67122 19.7429L12 13.4141L18.3288 19.7429ZM10.5858 11.9999L4.25701 18.3287C2.84635 16.6048 2 14.4012 2 12C2 9.59871 2.84638 7.3951 4.2571 5.67122L10.5858 11.9999ZM12 10.5857L18.3287 4.25701C16.6048 2.84635 14.4012 2 12 2C9.59875 2 7.39518 2.84635 5.67132 4.25701L12 10.5857Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-locatingdevice-active-selected-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisLocatingdeviceActiveSelectedIec",
          "declaration": {
            "name": "ObiAisLocatingdeviceActiveSelectedIec",
            "module": "src/icons/icon-ais-locatingdevice-active-selected-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-locatingdevice-active-selected-iec",
          "declaration": {
            "name": "ObiAisLocatingdeviceActiveSelectedIec",
            "module": "src/icons/icon-ais-locatingdevice-active-selected-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-locatingdevice-lost-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisLocatingdeviceLostIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.09436 5.68014L4.41421 3L3 4.41421L5.68014 7.09436C4.62708 8.44904 4 10.1513 4 12C4 13.947 4.69556 15.7316 5.85175 17.1188L3 19.9706L4.41421 21.3848L7.3142 18.4848C8.63116 19.4381 10.25 20 12 20C13.8487 20 15.551 19.3729 16.9056 18.3199L19.9706 21.3848L21.3848 19.9706L18.3199 16.9056C19.3729 15.551 20 13.8487 20 12C20 10.25 19.4381 8.63116 18.4848 7.3142L21.3848 4.41421L19.9706 3L17.1188 5.85175C15.7316 4.69556 13.947 4 12 4C10.1513 4 8.44904 4.62708 7.09436 5.68014ZM16.6022 6.36835L12.1924 10.7782L7.61307 6.19886C8.83254 5.27523 10.3523 4.72727 12 4.72727C13.7461 4.72727 15.3486 5.34265 16.6022 6.36835ZM17.8011 16.3869L13.6066 12.1924L17.9633 7.83572C18.7885 9.01533 19.2727 10.4511 19.2727 12C19.2727 13.6477 18.7248 15.1675 17.8011 16.3869ZM7.83573 17.9633L12.1924 13.6066L16.3869 17.8011C15.1675 18.7248 13.6477 19.2727 12 19.2727C10.4511 19.2727 9.01533 18.7885 7.83573 17.9633ZM6.19886 7.61307L10.7782 12.1924L6.36835 16.6022C5.34265 15.3486 4.72727 13.7461 4.72727 12C4.72727 10.3523 5.27523 8.83254 6.19886 7.61307Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.09436 5.68014L4.41421 3L3 4.41421L5.68014 7.09436C4.62708 8.44904 4 10.1513 4 12C4 13.947 4.69556 15.7316 5.85175 17.1188L3 19.9706L4.41421 21.3848L7.3142 18.4848C8.63116 19.4381 10.25 20 12 20C13.8487 20 15.551 19.3729 16.9056 18.3199L19.9706 21.3848L21.3848 19.9706L18.3199 16.9056C19.3729 15.551 20 13.8487 20 12C20 10.25 19.4381 8.63116 18.4848 7.3142L21.3848 4.41421L19.9706 3L17.1188 5.85175C15.7316 4.69556 13.947 4 12 4C10.1513 4 8.44904 4.62708 7.09436 5.68014ZM16.6022 6.36835L12.1924 10.7782L7.61307 6.19886C8.83254 5.27523 10.3523 4.72727 12 4.72727C13.7461 4.72727 15.3486 5.34265 16.6022 6.36835ZM17.8011 16.3869L13.6066 12.1924L17.9633 7.83572C18.7885 9.01533 19.2727 10.4511 19.2727 12C19.2727 13.6477 18.7248 15.1675 17.8011 16.3869ZM7.83573 17.9633L12.1924 13.6066L16.3869 17.8011C15.1675 18.7248 13.6477 19.2727 12 19.2727C10.4511 19.2727 9.01533 18.7885 7.83573 17.9633ZM6.19886 7.61307L10.7782 12.1924L6.36835 16.6022C5.34265 15.3486 4.72727 13.7461 4.72727 12C4.72727 10.3523 5.27523 8.83254 6.19886 7.61307Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-locatingdevice-lost-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisLocatingdeviceLostIec",
          "declaration": {
            "name": "ObiAisLocatingdeviceLostIec",
            "module": "src/icons/icon-ais-locatingdevice-lost-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-locatingdevice-lost-iec",
          "declaration": {
            "name": "ObiAisLocatingdeviceLostIec",
            "module": "src/icons/icon-ais-locatingdevice-lost-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-locatingdevice-test-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisLocatingdeviceTestIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM18.7088 19.4158C16.9347 21.0218 14.5816 22 12 22C9.41849 22 7.06545 21.0218 5.29131 19.4159L12.0001 12.7071L18.7088 19.4158ZM19.4159 18.7086L12.7072 12L19.4159 5.29131C21.0218 7.06545 22 9.41849 22 12C22 14.5815 21.0218 16.9345 19.4159 18.7086ZM18.7088 4.5842L12.0001 11.2928L5.29136 4.58409C7.06549 2.97817 9.41851 2 12 2C14.5815 2 16.9346 2.97822 18.7088 4.5842ZM4.94684 4.91107C4.93489 4.92296 4.92296 4.93489 4.91107 4.94684L4.94684 4.91107ZM4.58425 5.29119C2.97824 7.06534 2 9.41843 2 12C2 14.5815 2.97822 16.9346 4.5842 18.7088L11.293 12L4.58425 5.29119ZM4.91052 19.0526C4.92278 19.0649 4.93507 19.0772 4.94739 19.0895L4.91052 19.0526Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM18.7088 19.4158C16.9347 21.0218 14.5816 22 12 22C9.41849 22 7.06545 21.0218 5.29131 19.4159L12.0001 12.7071L18.7088 19.4158ZM19.4159 18.7086L12.7072 12L19.4159 5.29131C21.0218 7.06545 22 9.41849 22 12C22 14.5815 21.0218 16.9345 19.4159 18.7086ZM18.7088 4.5842L12.0001 11.2928L5.29136 4.58409C7.06549 2.97817 9.41851 2 12 2C14.5815 2 16.9346 2.97822 18.7088 4.5842ZM4.94684 4.91107C4.93489 4.92296 4.92296 4.93489 4.91107 4.94684L4.94684 4.91107ZM4.58425 5.29119C2.97824 7.06534 2 9.41843 2 12C2 14.5815 2.97822 16.9346 4.5842 18.7088L11.293 12L4.58425 5.29119ZM4.91052 19.0526C4.92278 19.0649 4.93507 19.0772 4.94739 19.0895L4.91052 19.0526Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-locatingdevice-test-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisLocatingdeviceTestIec",
          "declaration": {
            "name": "ObiAisLocatingdeviceTestIec",
            "module": "src/icons/icon-ais-locatingdevice-test-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-locatingdevice-test-iec",
          "declaration": {
            "name": "ObiAisLocatingdeviceTestIec",
            "module": "src/icons/icon-ais-locatingdevice-test-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.0166 11.8519L23.1979 1.67056L21.7837 0.256348L11.82 10.2201L0.777832 14.9824L8.72479 22.9293L13.0166 11.8519ZM7.96506 19.3275L4.29263 15.6551L10.4101 13.0168L7.96506 19.3275Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.0166 11.8519L23.1979 1.67056L21.7837 0.256348L11.82 10.2201L0.777832 14.9824L8.72479 22.9293L13.0166 11.8519ZM7.96506 19.3275L4.29263 15.6551L10.4101 13.0168L7.96506 19.3275Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisProposal",
          "declaration": {
            "name": "ObiAisProposal",
            "module": "src/icons/icon-ais-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-proposal",
          "declaration": {
            "name": "ObiAisProposal",
            "module": "src/icons/icon-ais-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-sar-aircraft-fixedwing-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisSarAircraftFixedwingIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 9V5L12 2L10 5V9L2 15H10V19L7 22H17L14 19V15H22L14 9ZM19 14L13 9.5V5.30278L12 3.80278L11 5.30278V9.5L5 14H11V19.4142L9.41421 21H14.5858L13 19.4142V14H19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 9V5L12 2L10 5V9L2 15H10V19L7 22H17L14 19V15H22L14 9ZM19 14L13 9.5V5.30278L12 3.80278L11 5.30278V9.5L5 14H11V19.4142L9.41421 21H14.5858L13 19.4142V14H19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-sar-aircraft-fixedwing-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisSarAircraftFixedwingIec",
          "declaration": {
            "name": "ObiAisSarAircraftFixedwingIec",
            "module": "src/icons/icon-ais-sar-aircraft-fixedwing-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-sar-aircraft-fixedwing-iec",
          "declaration": {
            "name": "ObiAisSarAircraftFixedwingIec",
            "module": "src/icons/icon-ais-sar-aircraft-fixedwing-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-sar-aircraft-helicopter-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisSarAircraftHelicopterIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.4998 22L11.4998 16H12.4998V22H11.4998Z\" fill=\"currentColor\"/> <path d=\"M8.99976 13.8391V12.4249L3.86824 17.5564L4.57535 18.2635L8.99976 13.8391Z\" fill=\"currentColor\"/> <path d=\"M8.99976 7.8387V7C8.99976 6.81949 9.0157 6.64271 9.04625 6.47098L4.57527 2L3.86816 2.70711L8.99976 7.8387Z\" fill=\"currentColor\"/> <path d=\"M19.4245 18.2635L14.9998 13.8387V12.4245L20.1316 17.5563L19.4245 18.2635Z\" fill=\"currentColor\"/> <path d=\"M14.9998 7.83909L20.1317 2.70715L19.4246 2.00005L14.9533 6.47131C14.9838 6.64294 14.9998 6.81961 14.9998 7V7.83909Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.9998 15V7C13.9998 5.89543 13.1043 5 11.9998 5C10.8952 5 9.99976 5.89543 9.99976 7V15H13.9998ZM11.9998 4C10.3429 4 8.99976 5.34315 8.99976 7V16H14.9998V7C14.9998 5.34315 13.6566 4 11.9998 4Z\" fill=\"currentColor\"/> <path d=\"M8.99976 19H14.9998V20H8.99976V19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.4998 22L11.4998 16H12.4998V22H11.4998Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.99976 13.8391V12.4249L3.86824 17.5564L4.57535 18.2635L8.99976 13.8391Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.99976 7.8387V7C8.99976 6.81949 9.0157 6.64271 9.04625 6.47098L4.57527 2L3.86816 2.70711L8.99976 7.8387Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.4245 18.2635L14.9998 13.8387V12.4245L20.1316 17.5563L19.4245 18.2635Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.9998 7.83909L20.1317 2.70715L19.4246 2.00005L14.9533 6.47131C14.9838 6.64294 14.9998 6.81961 14.9998 7V7.83909Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.9998 15V7C13.9998 5.89543 13.1043 5 11.9998 5C10.8952 5 9.99976 5.89543 9.99976 7V15H13.9998ZM11.9998 4C10.3429 4 8.99976 5.34315 8.99976 7V16H14.9998V7C14.9998 5.34315 13.6566 4 11.9998 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.99976 19H14.9998V20H8.99976V19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-sar-aircraft-helicopter-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisSarAircraftHelicopterIec",
          "declaration": {
            "name": "ObiAisSarAircraftHelicopterIec",
            "module": "src/icons/icon-ais-sar-aircraft-helicopter-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-sar-aircraft-helicopter-iec",
          "declaration": {
            "name": "ObiAisSarAircraftHelicopterIec",
            "module": "src/icons/icon-ais-sar-aircraft-helicopter-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-sar-vessel-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisSarVesselIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1L5 21H19L12 1ZM11.9999 7.0542L10.5435 11.2155C11.0043 11.0754 11.4934 11 12 11C12.5066 11 12.9955 11.0753 13.4563 11.2154L11.9999 7.0542ZM14.4528 19.1599C13.7755 19.6865 12.9244 20 12 20C11.0757 20 10.2246 19.6865 9.54726 19.16L12.0001 16.7072L14.4528 19.1599ZM15.1599 18.4528L12.7072 16.0001L15.16 13.5473C15.6865 14.2246 16 15.0757 16 16C16 16.9244 15.6865 17.7755 15.1599 18.4528ZM14.4529 12.8401L12.0001 15.293L9.54718 12.8401C10.2245 12.3135 11.0756 12 12 12C12.9244 12 13.7756 12.3136 14.4529 12.8401ZM8.84007 13.5472C8.31354 14.2245 8 15.0756 8 16C8 16.9244 8.31357 17.7756 8.84014 18.4529L11.293 16.0001L8.84007 13.5472Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1L5 21H19L12 1ZM11.9999 7.0542L10.5435 11.2155C11.0043 11.0754 11.4934 11 12 11C12.5066 11 12.9955 11.0753 13.4563 11.2154L11.9999 7.0542ZM14.4528 19.1599C13.7755 19.6865 12.9244 20 12 20C11.0757 20 10.2246 19.6865 9.54726 19.16L12.0001 16.7072L14.4528 19.1599ZM15.1599 18.4528L12.7072 16.0001L15.16 13.5473C15.6865 14.2246 16 15.0757 16 16C16 16.9244 15.6865 17.7755 15.1599 18.4528ZM14.4529 12.8401L12.0001 15.293L9.54718 12.8401C10.2245 12.3135 11.0756 12 12 12C12.9244 12 13.7756 12.3136 14.4529 12.8401ZM8.84007 13.5472C8.31354 14.2245 8 15.0756 8 16C8 16.9244 8.31357 17.7756 8.84014 18.4529L11.293 16.0001L8.84007 13.5472Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-sar-vessel-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisSarVesselIec",
          "declaration": {
            "name": "ObiAisSarVesselIec",
            "module": "src/icons/icon-ais-sar-vessel-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-sar-vessel-iec",
          "declaration": {
            "name": "ObiAisSarVesselIec",
            "module": "src/icons/icon-ais-sar-vessel-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-target-activated-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisTargetActivatedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1L5 21H19L12 1ZM12 7.05418L7.81896 19H16.181L12 7.05418Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1L5 21H19L12 1ZM12 7.05418L7.81896 19H16.181L12 7.05418Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-target-activated-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisTargetActivatedIec",
          "declaration": {
            "name": "ObiAisTargetActivatedIec",
            "module": "src/icons/icon-ais-target-activated-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-target-activated-iec",
          "declaration": {
            "name": "ObiAisTargetActivatedIec",
            "module": "src/icons/icon-ais-target-activated-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-target-activated-nohdgcog-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisTargetActivatedNohdgcogIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.96973 6.50012L1.96973 8.23217L8.20793 11.8338L4.99976 21H18.9998L17.7121 17.321L21.0223 19.2322L22.0223 17.5001L2.96973 6.50012ZM7.81872 19L9.97068 12.8515L15.0565 15.7878L16.1808 19H7.81872Z\" fill=\"currentColor\"/> <path d=\"M13.0306 9.99934L11.9998 7.05418L11.3155 9.00916L9.55276 7.99143L11.9998 1L15.6861 11.5325L13.0306 9.99934Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.96973 6.50012L1.96973 8.23217L8.20793 11.8338L4.99976 21H18.9998L17.7121 17.321L21.0223 19.2322L22.0223 17.5001L2.96973 6.50012ZM7.81872 19L9.97068 12.8515L15.0565 15.7878L16.1808 19H7.81872Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.0306 9.99934L11.9998 7.05418L11.3155 9.00916L9.55276 7.99143L11.9998 1L15.6861 11.5325L13.0306 9.99934Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-target-activated-nohdgcog-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisTargetActivatedNohdgcogIec",
          "declaration": {
            "name": "ObiAisTargetActivatedNohdgcogIec",
            "module": "src/icons/icon-ais-target-activated-nohdgcog-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-target-activated-nohdgcog-iec",
          "declaration": {
            "name": "ObiAisTargetActivatedNohdgcogIec",
            "module": "src/icons/icon-ais-target-activated-nohdgcog-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-target-activated-nohdgcog-selected-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisTargetActivatedNohdgcogSelectedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" fill=\"currentColor\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" fill=\"currentColor\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" fill=\"currentColor\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.96997 6.50012L1.96997 8.23217L8.20817 11.8338L5 21H19L17.7124 17.321L21.0225 19.2322L22.0225 17.5001L2.96997 6.50012ZM7.81896 19L9.97093 12.8515L15.0568 15.7878L16.181 19H7.81896Z\" fill=\"currentColor\"/> <path d=\"M13.0308 9.99934L12 7.05418L11.3158 9.00916L9.553 7.99143L12 1L15.6864 11.5325L13.0308 9.99934Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.96997 6.50012L1.96997 8.23217L8.20817 11.8338L5 21H19L17.7124 17.321L21.0225 19.2322L22.0225 17.5001L2.96997 6.50012ZM7.81896 19L9.97093 12.8515L15.0568 15.7878L16.181 19H7.81896Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.0308 9.99934L12 7.05418L11.3158 9.00916L9.553 7.99143L12 1L15.6864 11.5325L13.0308 9.99934Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-target-activated-nohdgcog-selected-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisTargetActivatedNohdgcogSelectedIec",
          "declaration": {
            "name": "ObiAisTargetActivatedNohdgcogSelectedIec",
            "module": "src/icons/icon-ais-target-activated-nohdgcog-selected-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-target-activated-nohdgcog-selected-iec",
          "declaration": {
            "name": "ObiAisTargetActivatedNohdgcogSelectedIec",
            "module": "src/icons/icon-ais-target-activated-nohdgcog-selected-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-target-activated-selected-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisTargetActivatedSelectedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" fill=\"currentColor\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" fill=\"currentColor\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" fill=\"currentColor\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19ZM12 1L5 21H19L12 1ZM16.181 19L12 7.05418L7.81896 19H16.181ZM5 22H2V19H0V23C0 23.5523 0.447716 24 1 24H5V22ZM2 2H5V0H1C0.447715 0 0 0.447716 0 1V5H2V2ZM22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19ZM12 1L5 21H19L12 1ZM16.181 19L12 7.05418L7.81896 19H16.181ZM5 22H2V19H0V23C0 23.5523 0.447716 24 1 24H5V22ZM2 2H5V0H1C0.447715 0 0 0.447716 0 1V5H2V2ZM22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-target-activated-selected-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisTargetActivatedSelectedIec",
          "declaration": {
            "name": "ObiAisTargetActivatedSelectedIec",
            "module": "src/icons/icon-ais-target-activated-selected-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-target-activated-selected-iec",
          "declaration": {
            "name": "ObiAisTargetActivatedSelectedIec",
            "module": "src/icons/icon-ais-target-activated-selected-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-target-dangerous-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisTargetDangerousIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 0L4 24H20L12 0ZM12 6.32456L6.77485 22H17.2251L12 6.32456Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 0L4 24H20L12 0ZM12 6.32456L6.77485 22H17.2251L12 6.32456Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-target-dangerous-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisTargetDangerousIec",
          "declaration": {
            "name": "ObiAisTargetDangerousIec",
            "module": "src/icons/icon-ais-target-dangerous-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-target-dangerous-iec",
          "declaration": {
            "name": "ObiAisTargetDangerousIec",
            "module": "src/icons/icon-ais-target-dangerous-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-target-dangerous-nocoghdg-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisTargetDangerousNocoghdgIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.0002 0L9.37143 7.88646L11.1394 8.90718L12.0002 6.32456L13.2714 10.1381L15.882 11.6454L12.0002 0Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.00024 24L8.0803 11.7598L1.97021 8.23217L2.97021 6.50012L22.0228 17.5001L21.0228 19.2322L17.7885 17.3649L20.0002 24H4.00024ZM15.1779 15.8577L9.84824 12.7806L6.7751 22L17.2254 22L15.1779 15.8577Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.0002 0L9.37143 7.88646L11.1394 8.90718L12.0002 6.32456L13.2714 10.1381L15.882 11.6454L12.0002 0Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.00024 24L8.0803 11.7598L1.97021 8.23217L2.97021 6.50012L22.0228 17.5001L21.0228 19.2322L17.7885 17.3649L20.0002 24H4.00024ZM15.1779 15.8577L9.84824 12.7806L6.7751 22L17.2254 22L15.1779 15.8577Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-target-dangerous-nocoghdg-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisTargetDangerousNocoghdgIec",
          "declaration": {
            "name": "ObiAisTargetDangerousNocoghdgIec",
            "module": "src/icons/icon-ais-target-dangerous-nocoghdg-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-target-dangerous-nocoghdg-iec",
          "declaration": {
            "name": "ObiAisTargetDangerousNocoghdgIec",
            "module": "src/icons/icon-ais-target-dangerous-nocoghdg-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-target-dangerous-selected-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisTargetDangerousSelectedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 2V5H0V1C0 0.447716 0.447715 0 1 0H5V2H2Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 23V19H2V22H4.66667L12 0L19.3333 22H22V19H24V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23ZM6.77485 22L12 6.32456L17.2251 22H6.77485Z\" fill=\"currentColor\"/> <path d=\"M24 1V5H22V2H19V0H23C23.5523 0 24 0.447715 24 1Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 2V5H0V1C0 0.447716 0.447715 0 1 0H5V2H2Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 23V19H2V22H4.66667L12 0L19.3333 22H22V19H24V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23ZM6.77485 22L12 6.32456L17.2251 22H6.77485Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M24 1V5H22V2H19V0H23C23.5523 0 24 0.447715 24 1Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-target-dangerous-selected-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisTargetDangerousSelectedIec",
          "declaration": {
            "name": "ObiAisTargetDangerousSelectedIec",
            "module": "src/icons/icon-ais-target-dangerous-selected-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-target-dangerous-selected-iec",
          "declaration": {
            "name": "ObiAisTargetDangerousSelectedIec",
            "module": "src/icons/icon-ais-target-dangerous-selected-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-target-sleeping-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisTargetSleepingIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 3L7 19H17L12 3ZM12 9.70522L9.72038 17H14.2796L12 9.70522Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 3L7 19H17L12 3ZM12 9.70522L9.72038 17H14.2796L12 9.70522Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-target-sleeping-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisTargetSleepingIec",
          "declaration": {
            "name": "ObiAisTargetSleepingIec",
            "module": "src/icons/icon-ais-target-sleeping-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-target-sleeping-iec",
          "declaration": {
            "name": "ObiAisTargetSleepingIec",
            "module": "src/icons/icon-ais-target-sleeping-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-target-sleeping-nohdgcog-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisTargetSleepingNohdgcogIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 3L10.3061 8.42046L14.4397 10.807L12 3Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0325 17.5001L21.0325 19.2322L16.2008 16.4426L17 19H7L9.08334 12.3333L1.97998 8.23217L2.97998 6.50012L22.0325 17.5001ZM10.8585 13.3582L9.72038 17H14.2796L13.6441 14.9665L10.8585 13.3582Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 3L10.3061 8.42046L14.4397 10.807L12 3Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0325 17.5001L21.0325 19.2322L16.2008 16.4426L17 19H7L9.08334 12.3333L1.97998 8.23217L2.97998 6.50012L22.0325 17.5001ZM10.8585 13.3582L9.72038 17H14.2796L13.6441 14.9665L10.8585 13.3582Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-target-sleeping-nohdgcog-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisTargetSleepingNohdgcogIec",
          "declaration": {
            "name": "ObiAisTargetSleepingNohdgcogIec",
            "module": "src/icons/icon-ais-target-sleeping-nohdgcog-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-target-sleeping-nohdgcog-iec",
          "declaration": {
            "name": "ObiAisTargetSleepingNohdgcogIec",
            "module": "src/icons/icon-ais-target-sleeping-nohdgcog-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-target-sleeping-nohdgcog-selected-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisTargetSleepingNohdgcogSelectedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 3L10.3061 8.42046L14.4397 10.807L12 3Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0325 17.5001L21.0325 19.2322L16.2008 16.4426L17 19H7L9.08334 12.3333L1.97998 8.23217L2.97998 6.50012L22.0325 17.5001ZM10.8585 13.3582L9.72038 17H14.2796L13.6441 14.9665L10.8585 13.3582Z\" fill=\"currentColor\"/> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" fill=\"currentColor\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" fill=\"currentColor\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" fill=\"currentColor\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 3L10.3061 8.42046L14.4397 10.807L12 3Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0325 17.5001L21.0325 19.2322L16.2008 16.4426L17 19H7L9.08334 12.3333L1.97998 8.23217L2.97998 6.50012L22.0325 17.5001ZM10.8585 13.3582L9.72038 17H14.2796L13.6441 14.9665L10.8585 13.3582Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-target-sleeping-nohdgcog-selected-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisTargetSleepingNohdgcogSelectedIec",
          "declaration": {
            "name": "ObiAisTargetSleepingNohdgcogSelectedIec",
            "module": "src/icons/icon-ais-target-sleeping-nohdgcog-selected-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-target-sleeping-nohdgcog-selected-iec",
          "declaration": {
            "name": "ObiAisTargetSleepingNohdgcogSelectedIec",
            "module": "src/icons/icon-ais-target-sleeping-nohdgcog-selected-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-target-sleeping-selected-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisTargetSleepingSelectedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 3L7 19H17L12 3ZM12 9.70522L9.72038 17H14.2796L12 9.70522Z\" fill=\"currentColor\"/> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" fill=\"currentColor\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" fill=\"currentColor\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" fill=\"currentColor\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 3L7 19H17L12 3ZM12 9.70522L9.72038 17H14.2796L12 9.70522Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-target-sleeping-selected-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisTargetSleepingSelectedIec",
          "declaration": {
            "name": "ObiAisTargetSleepingSelectedIec",
            "module": "src/icons/icon-ais-target-sleeping-selected-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-target-sleeping-selected-iec",
          "declaration": {
            "name": "ObiAisTargetSleepingSelectedIec",
            "module": "src/icons/icon-ais-target-sleeping-selected-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-target-synthetic-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisTargetSyntheticIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2L4 18L12 22L20 18L12 2ZM12 6.47214L6.68328 17.1056L12 19.7639L17.3167 17.1056L12 6.47214Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2L4 18L12 22L20 18L12 2ZM12 6.47214L6.68328 17.1056L12 19.7639L17.3167 17.1056L12 6.47214Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-target-synthetic-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisTargetSyntheticIec",
          "declaration": {
            "name": "ObiAisTargetSyntheticIec",
            "module": "src/icons/icon-ais-target-synthetic-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-target-synthetic-iec",
          "declaration": {
            "name": "ObiAisTargetSyntheticIec",
            "module": "src/icons/icon-ais-target-synthetic-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-target-synthetic-nocog-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisTargetSyntheticNocogIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.9998 2L9.12696 7.7456L10.8621 8.7474L11.9998 6.47214L14.0607 10.5941L17.2043 12.409L11.9998 2Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0223 17.5001L21.0223 19.2322L19.404 18.2979L11.9998 22L3.99976 18L7.33488 11.3297L1.96973 8.23217L2.96973 6.50012L22.0223 17.5001ZM9.07005 12.3315L6.68304 17.1056L11.9998 19.7639L17.3165 17.1056L17.3074 17.0874L9.07005 12.3315Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.9998 2L9.12696 7.7456L10.8621 8.7474L11.9998 6.47214L14.0607 10.5941L17.2043 12.409L11.9998 2Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0223 17.5001L21.0223 19.2322L19.404 18.2979L11.9998 22L3.99976 18L7.33488 11.3297L1.96973 8.23217L2.96973 6.50012L22.0223 17.5001ZM9.07005 12.3315L6.68304 17.1056L11.9998 19.7639L17.3165 17.1056L17.3074 17.0874L9.07005 12.3315Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-target-synthetic-nocog-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisTargetSyntheticNocogIec",
          "declaration": {
            "name": "ObiAisTargetSyntheticNocogIec",
            "module": "src/icons/icon-ais-target-synthetic-nocog-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-target-synthetic-nocog-iec",
          "declaration": {
            "name": "ObiAisTargetSyntheticNocogIec",
            "module": "src/icons/icon-ais-target-synthetic-nocog-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ais-target-synthetic-selected-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAisTargetSyntheticSelectedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2L4 18L12 22L20 18L12 2ZM12 6.47214L6.68328 17.1056L12 19.7639L17.3167 17.1056L12 6.47214Z\" fill=\"currentColor\"/> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" fill=\"currentColor\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" fill=\"currentColor\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" fill=\"currentColor\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2L4 18L12 22L20 18L12 2ZM12 6.47214L6.68328 17.1056L12 19.7639L17.3167 17.1056L12 6.47214Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ais-target-synthetic-selected-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAisTargetSyntheticSelectedIec",
          "declaration": {
            "name": "ObiAisTargetSyntheticSelectedIec",
            "module": "src/icons/icon-ais-target-synthetic-selected-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ais-target-synthetic-selected-iec",
          "declaration": {
            "name": "ObiAisTargetSyntheticSelectedIec",
            "module": "src/icons/icon-ais-target-synthetic-selected-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alarm-abandon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlarmAbandon",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.14272 17.9997H4.00033C5.39033 17.9997 6.78033 17.5297 8.00033 16.6797C9.22033 17.5297 10.6176 17.9597 12.0076 17.9597C13.3976 17.9597 14.7948 17.5294 16.0148 16.6794C16.9883 17.3577 18.07 17.794 19.1736 17.9426L21.6348 13.7376C22.1237 12.8909 21.8309 11.798 20.9841 11.3092L18.6747 9.97582L20.008 7.66642L15.3892 4.99976L14.0559 7.30916L11.7465 5.97582C10.8997 5.48693 9.80688 5.77976 9.31799 6.62654L7.26466 10.183L6.08495 9.933C5.84925 9.87902 5.59989 9.91981 5.40085 10.0512C5.20181 10.1826 5.05427 10.3849 5.00799 10.625C4.68051 11.9266 4.35072 13.2276 4.02093 14.5285C3.72765 15.6854 3.43437 16.8424 3.14272 17.9997ZM20.0952 12.8488L10.8576 7.51543L9.09315 10.5715L14.5875 11.7217L18.3308 15.9049L20.0952 12.8488Z\" fill=\"currentColor\"/> <path d=\"M12 19.9598C13.39 19.9598 14.78 19.5298 16 18.6798C17.22 19.5298 18.61 19.9998 20 19.9998H22V21.9998H20C18.62 21.9998 17.26 21.6598 16 21.0098C14.74 21.6598 13.37 21.9798 12 21.9798C10.63 21.9798 9.26 21.6498 8 21.0098C6.74 21.6498 5.38 21.9998 4 21.9998H2V19.9998H4C5.39 19.9998 6.78 19.5298 8 18.6798C9.22 19.5298 10.61 19.9598 12 19.9598Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.14272 17.9997H4.00033C5.39033 17.9997 6.78033 17.5297 8.00033 16.6797C9.22033 17.5297 10.6176 17.9597 12.0076 17.9597C13.3976 17.9597 14.7948 17.5294 16.0148 16.6794C16.9883 17.3577 18.07 17.794 19.1736 17.9426L21.6348 13.7376C22.1237 12.8909 21.8309 11.798 20.9841 11.3092L18.6747 9.97582L20.008 7.66642L15.3892 4.99976L14.0559 7.30916L11.7465 5.97582C10.8997 5.48693 9.80688 5.77976 9.31799 6.62654L7.26466 10.183L6.08495 9.933C5.84925 9.87902 5.59989 9.91981 5.40085 10.0512C5.20181 10.1826 5.05427 10.3849 5.00799 10.625C4.68051 11.9266 4.35072 13.2276 4.02093 14.5285C3.72765 15.6854 3.43437 16.8424 3.14272 17.9997ZM20.0952 12.8488L10.8576 7.51543L9.09315 10.5715L14.5875 11.7217L18.3308 15.9049L20.0952 12.8488Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 19.9598C13.39 19.9598 14.78 19.5298 16 18.6798C17.22 19.5298 18.61 19.9998 20 19.9998H22V21.9998H20C18.62 21.9998 17.26 21.6598 16 21.0098C14.74 21.6598 13.37 21.9798 12 21.9798C10.63 21.9798 9.26 21.6498 8 21.0098C6.74 21.6498 5.38 21.9998 4 21.9998H2V19.9998H4C5.39 19.9998 6.78 19.5298 8 18.6798C9.22 19.5298 10.61 19.9598 12 19.9598Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alarm-abandon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlarmAbandon",
          "declaration": {
            "name": "ObiAlarmAbandon",
            "module": "src/icons/icon-alarm-abandon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alarm-abandon",
          "declaration": {
            "name": "ObiAlarmAbandon",
            "module": "src/icons/icon-alarm-abandon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alarm-ack-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlarmAckProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0005 20C16.4188 20 20.0005 16.4183 20.0005 12C20.0005 7.58172 16.4188 4 12.0005 4C7.58221 4 4.00049 7.58172 4.00049 12C4.00049 16.4183 7.58221 20 12.0005 20ZM12.0005 22C17.5233 22 22.0005 17.5228 22.0005 12C22.0005 6.47715 17.5233 2 12.0005 2C6.47764 2 2.00049 6.47715 2.00049 12C2.00049 17.5228 6.47764 22 12.0005 22Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.7072 9.70706L10.5001 16.9142L6.29297 12.7071L7.70718 11.2928L10.5001 14.0857L16.293 8.29285L17.7072 9.70706Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0005 20C16.4188 20 20.0005 16.4183 20.0005 12C20.0005 7.58172 16.4188 4 12.0005 4C7.58221 4 4.00049 7.58172 4.00049 12C4.00049 16.4183 7.58221 20 12.0005 20ZM12.0005 22C17.5233 22 22.0005 17.5228 22.0005 12C22.0005 6.47715 17.5233 2 12.0005 2C6.47764 2 2.00049 6.47715 2.00049 12C2.00049 17.5228 6.47764 22 12.0005 22Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.7072 9.70706L10.5001 16.9142L6.29297 12.7071L7.70718 11.2928L10.5001 14.0857L16.293 8.29285L17.7072 9.70706Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alarm-ack-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlarmAckProposal",
          "declaration": {
            "name": "ObiAlarmAckProposal",
            "module": "src/icons/icon-alarm-ack-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alarm-ack-proposal",
          "declaration": {
            "name": "ObiAlarmAckProposal",
            "module": "src/icons/icon-alarm-ack-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alarm-acknowledged-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlarmAcknowledgedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5338L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5338Z\" fill=\"currentColor\"/> <path d=\"M11 15V7H13V15H11Z\" fill=\"currentColor\"/> <path d=\"M13 17H11V19H13V17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5338L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5338Z\" style=\"fill: var(--alert-alarm-color)\"/> <path d=\"M11 15V7H13V15H11Z\" style=\"fill: var(--on-alarm-color)\"/> <path d=\"M13 17H11V19H13V17Z\" style=\"fill: var(--on-alarm-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alarm-acknowledged-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlarmAcknowledgedIec",
          "declaration": {
            "name": "ObiAlarmAcknowledgedIec",
            "module": "src/icons/icon-alarm-acknowledged-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alarm-acknowledged-iec",
          "declaration": {
            "name": "ObiAlarmAcknowledgedIec",
            "module": "src/icons/icon-alarm-acknowledged-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alarm-aground.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlarmAground",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 20H20V22H4V20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.00233 2H15.0023V5H18.0023C19.1023 5 20.0023 5.9 20.0023 7V11.62L21.2823 12.04C21.5423 12.12 21.7623 12.3 21.8823 12.54C22.0023 12.78 22.0223 13.06 21.9423 13.32L20.0523 19H3.95233L2.05233 13.32C1.96233 13.06 1.99233 12.78 2.11233 12.54C2.23233 12.3 2.45233 12.12 2.71233 12.04L4.00233 11.62V7C4.00233 5.9 4.90233 5 6.00233 5H9.00233V2ZM13.0023 5V4H11.0023V5H13.0023ZM17.3822 12.88L12.0022 11.11L6.62217 12.86L4.22217 13.65L5.26108 17H18.7382L19.7722 13.66L17.3822 12.88ZM6.0023 10.97V7H18.0023V10.97L12.0023 9L6.0023 10.97Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 20H20V22H4V20Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.00233 2H15.0023V5H18.0023C19.1023 5 20.0023 5.9 20.0023 7V11.62L21.2823 12.04C21.5423 12.12 21.7623 12.3 21.8823 12.54C22.0023 12.78 22.0223 13.06 21.9423 13.32L20.0523 19H3.95233L2.05233 13.32C1.96233 13.06 1.99233 12.78 2.11233 12.54C2.23233 12.3 2.45233 12.12 2.71233 12.04L4.00233 11.62V7C4.00233 5.9 4.90233 5 6.00233 5H9.00233V2ZM13.0023 5V4H11.0023V5H13.0023ZM17.3822 12.88L12.0022 11.11L6.62217 12.86L4.22217 13.65L5.26108 17H18.7382L19.7722 13.66L17.3822 12.88ZM6.0023 10.97V7H18.0023V10.97L12.0023 9L6.0023 10.97Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alarm-aground",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlarmAground",
          "declaration": {
            "name": "ObiAlarmAground",
            "module": "src/icons/icon-alarm-aground.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alarm-aground",
          "declaration": {
            "name": "ObiAlarmAground",
            "module": "src/icons/icon-alarm-aground.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alarm-badge-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlarmBadgeGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.31719 18.3064L11.2984 4.21515C11.5265 3.8125 11.6405 3.61117 11.7902 3.54397C11.9207 3.48538 12.0701 3.48534 12.2006 3.54388C12.3503 3.61101 12.4644 3.81228 12.6927 4.21484L20.6824 18.3061C20.9048 18.6984 21.016 18.8945 20.9981 19.0553C20.9825 19.1955 20.9083 19.3226 20.7938 19.4053C20.6625 19.5 20.4368 19.5 19.9853 19.5H4.01439C3.56312 19.5 3.33749 19.5 3.20624 19.4053C3.09173 19.3227 3.01751 19.1956 3.00187 19.0554C2.98395 18.8947 3.09503 18.6986 3.31719 18.3064Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.31719 18.3064L11.2984 4.21515C11.5265 3.8125 11.6405 3.61117 11.7902 3.54397C11.9207 3.48538 12.0701 3.48534 12.2006 3.54388C12.3503 3.61101 12.4644 3.81228 12.6927 4.21484L20.6824 18.3061C20.9048 18.6984 21.016 18.8945 20.9981 19.0553C20.9825 19.1955 20.9083 19.3226 20.7938 19.4053C20.6625 19.5 20.4368 19.5 19.9853 19.5H4.01439C3.56312 19.5 3.33749 19.5 3.20624 19.4053C3.09173 19.3227 3.01751 19.1956 3.00187 19.0554C2.98395 18.8947 3.09503 18.6986 3.31719 18.3064Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alarm-badge-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlarmBadgeGoogle",
          "declaration": {
            "name": "ObiAlarmBadgeGoogle",
            "module": "src/icons/icon-alarm-badge-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alarm-badge-google",
          "declaration": {
            "name": "ObiAlarmBadgeGoogle",
            "module": "src/icons/icon-alarm-badge-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alarm-emergency-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlarmEmergencyIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" style=\"fill: var(--alert-alarm-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alarm-emergency-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlarmEmergencyIec",
          "declaration": {
            "name": "ObiAlarmEmergencyIec",
            "module": "src/icons/icon-alarm-emergency-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alarm-emergency-iec",
          "declaration": {
            "name": "ObiAlarmEmergencyIec",
            "module": "src/icons/icon-alarm-emergency-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alarm-fire.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlarmFire",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.0171 21.9785C11.2299 21.9927 11.448 22 11.6712 22C16.2522 22 20 19.263 20 15.1313C20.0011 13.9432 19.2625 11.345 18.6849 10.2828C18.6767 10.3029 18.6683 10.3238 18.6595 10.3454C18.2073 11.4583 16.9714 14.5 15.5 14.5C14 14.5 13.9385 13.4784 14 13C14.5041 8.81414 13.2712 4.0202 9.47945 2C10.7329 5.00378 8.76071 7.41294 6.84229 9.75644C5.40608 11.5109 4 13.2285 4 15.1313C4 16.7823 4.86104 18.9515 6.72122 20.4065C6.481 17.6016 6.9332 14.4508 8.45293 13.0633C7.97869 15.14 8.85858 16.7712 9.71449 18.358C10.3492 19.5348 10.9708 20.6871 11.0171 21.9785Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.0171 21.9785C11.2299 21.9927 11.448 22 11.6712 22C16.2522 22 20 19.263 20 15.1313C20.0011 13.9432 19.2625 11.345 18.6849 10.2828C18.6767 10.3029 18.6683 10.3238 18.6595 10.3454C18.2073 11.4583 16.9714 14.5 15.5 14.5C14 14.5 13.9385 13.4784 14 13C14.5041 8.81414 13.2712 4.0202 9.47945 2C10.7329 5.00378 8.76071 7.41294 6.84229 9.75644C5.40608 11.5109 4 13.2285 4 15.1313C4 16.7823 4.86104 18.9515 6.72122 20.4065C6.481 17.6016 6.9332 14.4508 8.45293 13.0633C7.97869 15.14 8.85858 16.7712 9.71449 18.358C10.3492 19.5348 10.9708 20.6871 11.0171 21.9785Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alarm-fire",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlarmFire",
          "declaration": {
            "name": "ObiAlarmFire",
            "module": "src/icons/icon-alarm-fire.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alarm-fire",
          "declaration": {
            "name": "ObiAlarmFire",
            "module": "src/icons/icon-alarm-fire.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alarm-general.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlarmGeneral",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.34315 4.34292C5.60028 5.08579 5.011 5.96771 4.60896 6.93831C4.20693 7.90892 4 8.9492 4 9.99978L2 9.99978C2 8.68656 2.25866 7.3862 2.7612 6.17295C3.26375 4.95969 4.00035 3.8573 4.92893 2.92871L6.34315 4.34292Z\" fill=\"currentColor\"/> <path d=\"M19.391 6.93831C19.7931 7.90892 20 8.9492 20 9.99978L22 9.99978C22 8.68656 21.7413 7.3862 21.2388 6.17294C20.7362 4.95969 19.9997 3.8573 19.0711 2.92871L17.6569 4.34292C18.3997 5.08579 18.989 5.96771 19.391 6.93831Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 16C15.3137 16 18 13.3137 18 10C18 6.68629 15.3137 4 12 4C8.68629 4 6 6.68629 6 10C6 13.3137 8.68629 16 12 16ZM12 12C13.1046 12 14 11.1046 14 10C14 8.89543 13.1046 8 12 8C10.8954 8 10 8.89543 10 10C10 11.1046 10.8954 12 12 12Z\" fill=\"currentColor\"/> <path d=\"M21 17C22.1046 17 23 16.1046 23 15C23 13.8954 22.1046 13 21 13C19.8954 13 19 13.8954 19 15C19 15.1791 19.0236 15.3528 19.0677 15.518L16.5858 18H16V17.5C16 17.2239 15.7761 17 15.5 17H8.5C8.22386 17 8 17.2239 8 17.5V20.5C8 20.7761 8.22386 21 8.5 21H15.5C15.7761 21 16 20.7761 16 20.5V20H17.4142L20.4819 16.9322C20.6472 16.9764 20.8208 17 21 17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.34315 4.34292C5.60028 5.08579 5.011 5.96771 4.60896 6.93831C4.20693 7.90892 4 8.9492 4 9.99978L2 9.99978C2 8.68656 2.25866 7.3862 2.7612 6.17295C3.26375 4.95969 4.00035 3.8573 4.92893 2.92871L6.34315 4.34292Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.391 6.93831C19.7931 7.90892 20 8.9492 20 9.99978L22 9.99978C22 8.68656 21.7413 7.3862 21.2388 6.17294C20.7362 4.95969 19.9997 3.8573 19.0711 2.92871L17.6569 4.34292C18.3997 5.08579 18.989 5.96771 19.391 6.93831Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 16C15.3137 16 18 13.3137 18 10C18 6.68629 15.3137 4 12 4C8.68629 4 6 6.68629 6 10C6 13.3137 8.68629 16 12 16ZM12 12C13.1046 12 14 11.1046 14 10C14 8.89543 13.1046 8 12 8C10.8954 8 10 8.89543 10 10C10 11.1046 10.8954 12 12 12Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 17C22.1046 17 23 16.1046 23 15C23 13.8954 22.1046 13 21 13C19.8954 13 19 13.8954 19 15C19 15.1791 19.0236 15.3528 19.0677 15.518L16.5858 18H16V17.5C16 17.2239 15.7761 17 15.5 17H8.5C8.22386 17 8 17.2239 8 17.5V20.5C8 20.7761 8.22386 21 8.5 21H15.5C15.7761 21 16 20.7761 16 20.5V20H17.4142L20.4819 16.9322C20.6472 16.9764 20.8208 17 21 17Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alarm-general",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlarmGeneral",
          "declaration": {
            "name": "ObiAlarmGeneral",
            "module": "src/icons/icon-alarm-general.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alarm-general",
          "declaration": {
            "name": "ObiAlarmGeneral",
            "module": "src/icons/icon-alarm-general.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alarm-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlarmGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.3426 20L12.0005 4.14753L3.65752 20L20.3426 20ZM11.1158 1.53427L1.11648 20.5339C0.765943 21.1999 1.24879 22 2.00128 22L21.9987 22C22.7512 22 23.234 21.1999 22.8835 20.5339L12.8854 1.53432C12.5105 0.821913 11.4907 0.821889 11.1158 1.53427Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9995 8.99999H12.9995V14H10.9995V8.99999ZM12.9995 16V18H10.9995V16H12.9995Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.3426 20L12.0005 4.14753L3.65752 20L20.3426 20ZM11.1158 1.53427L1.11648 20.5339C0.765943 21.1999 1.24879 22 2.00128 22L21.9987 22C22.7512 22 23.234 21.1999 22.8835 20.5339L12.8854 1.53432C12.5105 0.821913 11.4907 0.821889 11.1158 1.53427Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9995 8.99999H12.9995V14H10.9995V8.99999ZM12.9995 16V18H10.9995V16H12.9995Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alarm-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlarmGoogle",
          "declaration": {
            "name": "ObiAlarmGoogle",
            "module": "src/icons/icon-alarm-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alarm-google",
          "declaration": {
            "name": "ObiAlarmGoogle",
            "module": "src/icons/icon-alarm-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alarm-light-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlarmLightOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.1933 21.1924L2.8085 2.80762L1.39429 4.22183L6.97153 9.79908L5.42848 17H2.99991V19H16.1725L19.7791 22.6066L21.1933 21.1924ZM14.1725 17L12.9999 15.8275V17H14.1725ZM10.0067 12.8342L8.65598 11.4835L7.47388 17H10.9999V14.7324C10.4021 14.3866 9.99991 13.7403 9.99991 13C9.99991 12.9442 10.0022 12.8889 10.0067 12.8342Z\" fill=\"currentColor\"/> <path d=\"M14.3831 7L15.6251 12.7961L18.2283 15.3993L16.3387 6.58094C16.1411 5.6588 15.3261 5 14.3831 5H9.61674C9.12372 5 8.66573 5.18005 8.31265 5.48364L9.82901 7H14.3831Z\" fill=\"currentColor\"/> <path d=\"M20.9999 18.1709L19.829 17H20.9999V18.1709Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.1933 21.1924L2.8085 2.80762L1.39429 4.22183L6.97153 9.79908L5.42848 17H2.99991V19H16.1725L19.7791 22.6066L21.1933 21.1924ZM14.1725 17L12.9999 15.8275V17H14.1725ZM10.0067 12.8342L8.65598 11.4835L7.47388 17H10.9999V14.7324C10.4021 14.3866 9.99991 13.7403 9.99991 13C9.99991 12.9442 10.0022 12.8889 10.0067 12.8342Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.3831 7L15.6251 12.7961L18.2283 15.3993L16.3387 6.58094C16.1411 5.6588 15.3261 5 14.3831 5H9.61674C9.12372 5 8.66573 5.18005 8.31265 5.48364L9.82901 7H14.3831Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.9999 18.1709L19.829 17H20.9999V18.1709Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alarm-light-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlarmLightOff",
          "declaration": {
            "name": "ObiAlarmLightOff",
            "module": "src/icons/icon-alarm-light-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alarm-light-off",
          "declaration": {
            "name": "ObiAlarmLightOff",
            "module": "src/icons/icon-alarm-light-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alarm-noack-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlarmNoackIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6718 15.0001L6.52379 10.2595L7.5219 8.36304L12.0006 13.4815L16.479 8.36338L17.477 10.26L13.3294 15.0001L19.4543 22.0001L16.7968 22.0001L12.0006 16.5187L7.20441 22.0001L4.54688 22.0001L10.6718 15.0001Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" style=\"fill: var(--alert-alarm-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6718 15.0001L6.52379 10.2595L7.5219 8.36304L12.0006 13.4815L16.479 8.36338L17.477 10.26L13.3294 15.0001L19.4543 22.0001L16.7968 22.0001L12.0006 16.5187L7.20441 22.0001L4.54688 22.0001L10.6718 15.0001Z\" style=\"fill: var(--on-alarm-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alarm-noack-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlarmNoackIec",
          "declaration": {
            "name": "ObiAlarmNoackIec",
            "module": "src/icons/icon-alarm-noack-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alarm-noack-iec",
          "declaration": {
            "name": "ObiAlarmNoackIec",
            "module": "src/icons/icon-alarm-noack-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alarm-pob.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlarmPob",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.0166 9.49274C13.5334 9.49274 14.763 8.26315 14.763 6.74637C14.763 5.22959 13.5334 4 12.0166 4C10.4998 4 9.27023 5.22959 9.27023 6.74637C9.27023 8.26315 10.4998 9.49274 12.0166 9.49274Z\" fill=\"currentColor\"/> <path d=\"M3.19527 5.01658C3.95467 4.89904 4.66549 5.41932 4.78302 6.17867L5.24894 9.1881L9.23398 10.7149H14.7992L18.7843 9.1881L19.2501 6.17867C19.3676 5.41932 20.0786 4.89904 20.8379 5.01658C21.5973 5.13412 22.1175 5.84498 22 6.60434L21.2919 11.1786L16.6542 12.9795L16.6542 15.4348L16.0165 15.9348C14.7965 16.7848 13.4065 17.2148 12.0165 17.2148C10.6265 17.2148 9.23651 16.7848 8.01651 15.9348L7.37886 15.4348L7.37891 12.9795L2.74124 11.1786L2.03314 6.60434C1.91561 5.84498 2.43588 5.13412 3.19527 5.01658Z\" fill=\"currentColor\"/> <path d=\"M12 19.1948C13.39 19.1948 14.78 18.7648 16 17.9148C17.22 18.7648 18.61 19.2348 20 19.2348H22V21.2348H20C18.62 21.2348 17.26 20.8948 16 20.2448C14.74 20.8948 13.37 21.2148 12 21.2148C10.63 21.2148 9.26 20.8848 8 20.2448C6.74 20.8848 5.38 21.2348 4 21.2348H2V19.2348H4C5.39 19.2348 6.78 18.7648 8 17.9148C9.22 18.7648 10.61 19.1948 12 19.1948Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.0166 9.49274C13.5334 9.49274 14.763 8.26315 14.763 6.74637C14.763 5.22959 13.5334 4 12.0166 4C10.4998 4 9.27023 5.22959 9.27023 6.74637C9.27023 8.26315 10.4998 9.49274 12.0166 9.49274Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.19527 5.01658C3.95467 4.89904 4.66549 5.41932 4.78302 6.17867L5.24894 9.1881L9.23398 10.7149H14.7992L18.7843 9.1881L19.2501 6.17867C19.3676 5.41932 20.0786 4.89904 20.8379 5.01658C21.5973 5.13412 22.1175 5.84498 22 6.60434L21.2919 11.1786L16.6542 12.9795L16.6542 15.4348L16.0165 15.9348C14.7965 16.7848 13.4065 17.2148 12.0165 17.2148C10.6265 17.2148 9.23651 16.7848 8.01651 15.9348L7.37886 15.4348L7.37891 12.9795L2.74124 11.1786L2.03314 6.60434C1.91561 5.84498 2.43588 5.13412 3.19527 5.01658Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 19.1948C13.39 19.1948 14.78 18.7648 16 17.9148C17.22 18.7648 18.61 19.2348 20 19.2348H22V21.2348H20C18.62 21.2348 17.26 20.8948 16 20.2448C14.74 20.8948 13.37 21.2148 12 21.2148C10.63 21.2148 9.26 20.8848 8 20.2448C6.74 20.8848 5.38 21.2348 4 21.2348H2V19.2348H4C5.39 19.2348 6.78 18.7648 8 17.9148C9.22 18.7648 10.61 19.1948 12 19.1948Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alarm-pob",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlarmPob",
          "declaration": {
            "name": "ObiAlarmPob",
            "module": "src/icons/icon-alarm-pob.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alarm-pob",
          "declaration": {
            "name": "ObiAlarmPob",
            "module": "src/icons/icon-alarm-pob.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alarm-rectified-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlarmRectifiedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.2071 12.7071L10 19.9142L5.79291 15.7071L7.20712 14.2928L10 17.0857L15.7929 11.2928L17.2071 12.7071Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" style=\"fill: var(--alert-alarm-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.2071 12.7071L10 19.9142L5.79291 15.7071L7.20712 14.2928L10 17.0857L15.7929 11.2928L17.2071 12.7071Z\" style=\"fill: var(--on-alarm-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alarm-rectified-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlarmRectifiedIec",
          "declaration": {
            "name": "ObiAlarmRectifiedIec",
            "module": "src/icons/icon-alarm-rectified-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alarm-rectified-iec",
          "declaration": {
            "name": "ObiAlarmRectifiedIec",
            "module": "src/icons/icon-alarm-rectified-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alarm-signal-fail.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlarmSignalFail",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17.24 16.198C18.33 15.1287 19 13.6436 19 12C19 10.3564 18.33 8.87129 17.24 7.80198L15.82 9.20792C16.55 9.92079 17 10.9109 17 12C17 13.0891 16.55 14.0792 15.83 14.802L17.24 16.198Z\" fill=\"currentColor\"/> <path d=\"M21 12C21 14.1881 20.1 16.1683 18.65 17.5941L20.07 19C21.88 17.2079 23 14.7327 23 12C23 9.26733 21.88 6.79208 20.07 5L18.65 6.40594C20.1 7.83168 21 9.81188 21 12Z\" fill=\"currentColor\"/> <path d=\"M6.76 16.198C5.67 15.1287 5 13.6436 5 12C5 10.3564 5.67 8.87129 6.76 7.80198L8.18 9.20792C7.45 9.92079 7 10.9109 7 12C7 13.0891 7.45 14.0792 8.17 14.802L6.76 16.198Z\" fill=\"currentColor\"/> <path d=\"M5.35 6.40594L3.93 5C2.12 6.79208 1 9.26733 1 12C1 14.7327 2.12 17.2079 3.93 19L5.35 17.5941C3.9 16.1683 3 14.1881 3 12C3 9.81188 3.9 7.83168 5.35 6.40594Z\" fill=\"currentColor\"/> <path d=\"M10.5 15C10.2239 15 10 14.7761 10 14.5V3.5C10 3.22386 10.2239 3 10.5 3H13.5C13.7761 3 14 3.22386 14 3.5V14.5C14 14.7761 13.7761 15 13.5 15H10.5Z\" fill=\"currentColor\"/> <path d=\"M10.5 21C10.2239 21 10 20.7761 10 20.5V17.5C10 17.2239 10.2239 17 10.5 17H13.5C13.7761 17 14 17.2239 14 17.5V20.5C14 20.7761 13.7761 21 13.5 21H10.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17.24 16.198C18.33 15.1287 19 13.6436 19 12C19 10.3564 18.33 8.87129 17.24 7.80198L15.82 9.20792C16.55 9.92079 17 10.9109 17 12C17 13.0891 16.55 14.0792 15.83 14.802L17.24 16.198Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 12C21 14.1881 20.1 16.1683 18.65 17.5941L20.07 19C21.88 17.2079 23 14.7327 23 12C23 9.26733 21.88 6.79208 20.07 5L18.65 6.40594C20.1 7.83168 21 9.81188 21 12Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.76 16.198C5.67 15.1287 5 13.6436 5 12C5 10.3564 5.67 8.87129 6.76 7.80198L8.18 9.20792C7.45 9.92079 7 10.9109 7 12C7 13.0891 7.45 14.0792 8.17 14.802L6.76 16.198Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.35 6.40594L3.93 5C2.12 6.79208 1 9.26733 1 12C1 14.7327 2.12 17.2079 3.93 19L5.35 17.5941C3.9 16.1683 3 14.1881 3 12C3 9.81188 3.9 7.83168 5.35 6.40594Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.5 15C10.2239 15 10 14.7761 10 14.5V3.5C10 3.22386 10.2239 3 10.5 3H13.5C13.7761 3 14 3.22386 14 3.5V14.5C14 14.7761 13.7761 15 13.5 15H10.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.5 21C10.2239 21 10 20.7761 10 20.5V17.5C10 17.2239 10.2239 17 10.5 17H13.5C13.7761 17 14 17.2239 14 17.5V20.5C14 20.7761 13.7761 21 13.5 21H10.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alarm-signal-fail",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlarmSignalFail",
          "declaration": {
            "name": "ObiAlarmSignalFail",
            "module": "src/icons/icon-alarm-signal-fail.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alarm-signal-fail",
          "declaration": {
            "name": "ObiAlarmSignalFail",
            "module": "src/icons/icon-alarm-signal-fail.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alarm-silenced-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlarmSilencedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" fill=\"currentColor\"/> <path d=\"M7 16.5H8.5L12 20V15.7075L14.3401 18.0476C14.1153 18.1959 13.8764 18.3228 13.6264 18.4264C13.4227 18.5107 13.2133 18.5789 13 18.6306V19.9082C13.3778 19.8384 13.7481 19.7289 14.1048 19.5812C14.5073 19.4145 14.8876 19.2009 15.2381 18.9456L16.5957 20.3032L17.3028 19.5961L15.991 18.2843C15.991 18.2843 15.991 18.2843 15.991 18.2843L15.1068 17.4C15.1067 17.4 15.1068 17.4 15.1068 17.4L14.115 16.4083C14.1149 16.4083 14.115 16.4082 14.115 16.4083L8.11042 10.4037L7.40331 11.1108L8.64624 12.3538L8.5 12.5H7C6.72386 12.5 6.5 12.7239 6.5 13V16C6.5 16.2761 6.72386 16.5 7 16.5Z\" fill=\"currentColor\"/> <path d=\"M10.0605 10.9395L12 12.879V9L10.0605 10.9395Z\" fill=\"currentColor\"/> <path d=\"M13 13.879L14.737 15.616C14.9019 15.2855 14.9921 14.9215 14.9995 14.5497C15.0089 14.0778 14.8845 13.6128 14.6407 13.2086C14.3969 12.8044 14.0436 12.4775 13.6217 12.2657C13.4239 12.1663 13.2148 12.0942 13 12.0504V13.879Z\" fill=\"currentColor\"/> <path d=\"M15.7043 16.5833L16.6141 17.4931C16.7962 17.2125 16.9527 16.9152 17.0813 16.6046C17.3577 15.9373 17.5 15.2222 17.5 14.4999C17.5 13.7776 17.3577 13.0624 17.0813 12.3951C16.8049 11.7278 16.3998 11.1215 15.8891 10.6108C15.3784 10.1001 14.7721 9.69494 14.1048 9.41854C13.7481 9.27081 13.3778 9.1614 13 9.09155V10.3692C13.2133 10.4208 13.4227 10.489 13.6264 10.5734C14.142 10.787 14.6106 11.1 15.0052 11.4947C15.3999 11.8893 15.7129 12.3578 15.9265 12.8735C16.1401 13.3891 16.25 13.9418 16.25 14.4999C16.25 15.058 16.1401 15.6107 15.9265 16.1263C15.8615 16.2832 15.7872 16.4358 15.7043 16.5833Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" style=\"fill: var(--alert-alarm-color)\"/> <path d=\"M7 16.5H8.5L12 20V15.7075L14.3401 18.0476C14.1153 18.1959 13.8764 18.3228 13.6264 18.4264C13.4227 18.5107 13.2133 18.5789 13 18.6306V19.9082C13.3778 19.8384 13.7481 19.7289 14.1048 19.5812C14.5073 19.4145 14.8876 19.2009 15.2381 18.9456L16.5957 20.3032L17.3028 19.5961L15.991 18.2843C15.991 18.2843 15.991 18.2843 15.991 18.2843L15.1068 17.4C15.1067 17.4 15.1068 17.4 15.1068 17.4L14.115 16.4083C14.1149 16.4083 14.115 16.4082 14.115 16.4083L8.11042 10.4037L7.40331 11.1108L8.64624 12.3538L8.5 12.5H7C6.72386 12.5 6.5 12.7239 6.5 13V16C6.5 16.2761 6.72386 16.5 7 16.5Z\" style=\"fill: var(--on-alarm-color)\"/> <path d=\"M10.0605 10.9395L12 12.879V9L10.0605 10.9395Z\" style=\"fill: var(--on-alarm-color)\"/> <path d=\"M13 13.879L14.737 15.616C14.9019 15.2855 14.9921 14.9215 14.9995 14.5497C15.0089 14.0778 14.8845 13.6128 14.6407 13.2086C14.3969 12.8044 14.0436 12.4775 13.6217 12.2657C13.4239 12.1663 13.2148 12.0942 13 12.0504V13.879Z\" style=\"fill: var(--on-alarm-color)\"/> <path d=\"M15.7043 16.5833L16.6141 17.4931C16.7962 17.2125 16.9527 16.9152 17.0813 16.6046C17.3577 15.9373 17.5 15.2222 17.5 14.4999C17.5 13.7776 17.3577 13.0624 17.0813 12.3951C16.8049 11.7278 16.3998 11.1215 15.8891 10.6108C15.3784 10.1001 14.7721 9.69494 14.1048 9.41854C13.7481 9.27081 13.3778 9.1614 13 9.09155V10.3692C13.2133 10.4208 13.4227 10.489 13.6264 10.5734C14.142 10.787 14.6106 11.1 15.0052 11.4947C15.3999 11.8893 15.7129 12.3578 15.9265 12.8735C16.1401 13.3891 16.25 13.9418 16.25 14.4999C16.25 15.058 16.1401 15.6107 15.9265 16.1263C15.8615 16.2832 15.7872 16.4358 15.7043 16.5833Z\" style=\"fill: var(--on-alarm-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alarm-silenced-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlarmSilencedIec",
          "declaration": {
            "name": "ObiAlarmSilencedIec",
            "module": "src/icons/icon-alarm-silenced-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alarm-silenced-iec",
          "declaration": {
            "name": "ObiAlarmSilencedIec",
            "module": "src/icons/icon-alarm-silenced-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alarm-transferred-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlarmTransferredIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.7071 9.79297L17.9142 15.0001L12.7071 20.2072L11.2929 18.793L14.0858 16.0001H6.5V14.0001H14.0858L11.2929 11.2072L12.7071 9.79297Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" style=\"fill: var(--alert-alarm-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.7071 9.79297L17.9142 15.0001L12.7071 20.2072L11.2929 18.793L14.0858 16.0001H6.5V14.0001H14.0858L11.2929 11.2072L12.7071 9.79297Z\" style=\"fill: var(--on-alarm-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alarm-transferred-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlarmTransferredIec",
          "declaration": {
            "name": "ObiAlarmTransferredIec",
            "module": "src/icons/icon-alarm-transferred-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alarm-transferred-iec",
          "declaration": {
            "name": "ObiAlarmTransferredIec",
            "module": "src/icons/icon-alarm-transferred-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alarm-trigger-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlarmTriggerGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 9.99995C2 8.33329 2.37083 6.80412 3.1125 5.41245C3.85417 4.02078 4.85 2.86662 6.1 1.94995L7.275 3.54995C6.275 4.28328 5.47917 5.20828 4.8875 6.32495C4.29583 7.44162 4 8.66662 4 9.99995H2ZM20 9.99995C20 8.66662 19.7042 7.44162 19.1125 6.32495C18.5208 5.20828 17.725 4.28328 16.725 3.54995L17.9 1.94995C19.15 2.86662 20.1458 4.02078 20.8875 5.41245C21.6292 6.80412 22 8.33329 22 9.99995H20ZM4 19V17H6V9.99995C6 8.61662 6.41667 7.38745 7.25 6.31245C8.08333 5.23745 9.16667 4.53328 10.5 4.19995V3.49995C10.5 3.08328 10.6458 2.72912 10.9375 2.43745C11.2292 2.14578 11.5833 1.99995 12 1.99995C12.4167 1.99995 12.7708 2.14578 13.0625 2.43745C13.3542 2.72912 13.5 3.08328 13.5 3.49995V4.19995C14.8333 4.53328 15.9167 5.23745 16.75 6.31245C17.5833 7.38745 18 8.61662 18 9.99995V17H20V19H4ZM12 22C11.45 22 10.9792 21.8041 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8041 12.55 22 12 22ZM8 17H16V9.99995C16 8.89995 15.6083 7.95828 14.825 7.17495C14.0417 6.39162 13.1 5.99995 12 5.99995C10.9 5.99995 9.95833 6.39162 9.175 7.17495C8.39167 7.95828 8 8.89995 8 9.99995V17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 9.99995C2 8.33329 2.37083 6.80412 3.1125 5.41245C3.85417 4.02078 4.85 2.86662 6.1 1.94995L7.275 3.54995C6.275 4.28328 5.47917 5.20828 4.8875 6.32495C4.29583 7.44162 4 8.66662 4 9.99995H2ZM20 9.99995C20 8.66662 19.7042 7.44162 19.1125 6.32495C18.5208 5.20828 17.725 4.28328 16.725 3.54995L17.9 1.94995C19.15 2.86662 20.1458 4.02078 20.8875 5.41245C21.6292 6.80412 22 8.33329 22 9.99995H20ZM4 19V17H6V9.99995C6 8.61662 6.41667 7.38745 7.25 6.31245C8.08333 5.23745 9.16667 4.53328 10.5 4.19995V3.49995C10.5 3.08328 10.6458 2.72912 10.9375 2.43745C11.2292 2.14578 11.5833 1.99995 12 1.99995C12.4167 1.99995 12.7708 2.14578 13.0625 2.43745C13.3542 2.72912 13.5 3.08328 13.5 3.49995V4.19995C14.8333 4.53328 15.9167 5.23745 16.75 6.31245C17.5833 7.38745 18 8.61662 18 9.99995V17H20V19H4ZM12 22C11.45 22 10.9792 21.8041 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8041 12.55 22 12 22ZM8 17H16V9.99995C16 8.89995 15.6083 7.95828 14.825 7.17495C14.0417 6.39162 13.1 5.99995 12 5.99995C10.9 5.99995 9.95833 6.39162 9.175 7.17495C8.39167 7.95828 8 8.89995 8 9.99995V17Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alarm-trigger-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlarmTriggerGoogle",
          "declaration": {
            "name": "ObiAlarmTriggerGoogle",
            "module": "src/icons/icon-alarm-trigger-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alarm-trigger-google",
          "declaration": {
            "name": "ObiAlarmTriggerGoogle",
            "module": "src/icons/icon-alarm-trigger-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alarm-unacknowledged-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlarmUnacknowledgedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" fill=\"currentColor\"/> <path d=\"M8.5 16.5H7C6.72386 16.5 6.5 16.2761 6.5 16V13C6.5 12.7239 6.72386 12.5 7 12.5H8.5L12 9V12.879V20L8.5 16.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2678 16.2678C13.9186 16.617 13.4767 16.8522 13 16.9495V12.0505C13.4767 12.1478 13.9186 12.3831 14.2678 12.7323C14.7366 13.2011 15 13.837 15 14.5C15 15.1631 14.7366 15.799 14.2678 16.2678Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 9.09167V10.3693C13.7529 10.5516 14.4484 10.938 15.0052 11.4948C15.8022 12.2919 16.25 13.3729 16.25 14.5C16.25 15.6272 15.8022 16.7082 15.0052 17.5052C14.4484 18.0621 13.7529 18.4484 13 18.6307V19.9084C14.0869 19.7074 15.0965 19.1817 15.8891 18.3891C16.9205 17.3577 17.5 15.9587 17.5 14.5C17.5 13.0413 16.9205 11.6424 15.8891 10.6109C15.0965 9.81836 14.0869 9.29266 13 9.09167Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" style=\"fill: var(--alert-alarm-color)\"/> <path d=\"M8.5 16.5H7C6.72386 16.5 6.5 16.2761 6.5 16V13C6.5 12.7239 6.72386 12.5 7 12.5H8.5L12 9V12.879V20L8.5 16.5Z\" style=\"fill: var(--on-alarm-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2678 16.2678C13.9186 16.617 13.4767 16.8522 13 16.9495V12.0505C13.4767 12.1478 13.9186 12.3831 14.2678 12.7323C14.7366 13.2011 15 13.837 15 14.5C15 15.1631 14.7366 15.799 14.2678 16.2678Z\" style=\"fill: var(--on-alarm-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 9.09167V10.3693C13.7529 10.5516 14.4484 10.938 15.0052 11.4948C15.8022 12.2919 16.25 13.3729 16.25 14.5C16.25 15.6272 15.8022 16.7082 15.0052 17.5052C14.4484 18.0621 13.7529 18.4484 13 18.6307V19.9084C14.0869 19.7074 15.0965 19.1817 15.8891 18.3891C16.9205 17.3577 17.5 15.9587 17.5 14.5C17.5 13.0413 16.9205 11.6424 15.8891 10.6109C15.0965 9.81836 14.0869 9.29266 13 9.09167Z\" style=\"fill: var(--on-alarm-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alarm-unacknowledged-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlarmUnacknowledgedIec",
          "declaration": {
            "name": "ObiAlarmUnacknowledgedIec",
            "module": "src/icons/icon-alarm-unacknowledged-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alarm-unacknowledged-iec",
          "declaration": {
            "name": "ObiAlarmUnacknowledgedIec",
            "module": "src/icons/icon-alarm-unacknowledged-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alert-list.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlertList",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 8.995V6.99667H3.9802V8.995H2Z\" fill=\"currentColor\"/> <path d=\"M2 12.9917V10.9933H3.9802V12.9917H2Z\" fill=\"currentColor\"/> <path d=\"M2 4.99833V3H3.9802V4.99833H2Z\" fill=\"currentColor\"/> <path d=\"M5.9604 8.995V6.99667H12.9901L12.4257 8.12573L12 8.995H5.9604Z\" fill=\"currentColor\"/> <path d=\"M5.9604 12.9917V10.9933H10.9901L10 12.9917H5.9604Z\" fill=\"currentColor\"/> <path d=\"M5.9604 4.99833V3H19.8218V4.99833H5.9604Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.904 18.7194L16.2893 7.49141C15.9617 6.8362 15.0383 6.8362 14.7107 7.49141L9.09602 18.7194C8.79816 19.315 9.23006 20 9.88535 20H21.1147C21.7699 20 22.2018 19.315 21.904 18.7194ZM14.7499 18.5002H16.2499V17.0002H14.7499V18.5002ZM14.7499 15.5002H16.2499V11.0002H14.7499V15.5002Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 8.995V6.99667H3.9802V8.995H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 12.9917V10.9933H3.9802V12.9917H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 4.99833V3H3.9802V4.99833H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.9604 8.995V6.99667H12.9901L12.4257 8.12573L12 8.995H5.9604Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.9604 12.9917V10.9933H10.9901L10 12.9917H5.9604Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.9604 4.99833V3H19.8218V4.99833H5.9604Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.904 18.7194L16.2893 7.49141C15.9617 6.8362 15.0383 6.8362 14.7107 7.49141L9.09602 18.7194C8.79816 19.315 9.23006 20 9.88535 20H21.1147C21.7699 20 22.2018 19.315 21.904 18.7194ZM14.7499 18.5002H16.2499V17.0002H14.7499V18.5002ZM14.7499 15.5002H16.2499V11.0002H14.7499V15.5002Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alert-list",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlertList",
          "declaration": {
            "name": "ObiAlertList",
            "module": "src/icons/icon-alert-list.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alert-list",
          "declaration": {
            "name": "ObiAlertList",
            "module": "src/icons/icon-alert-list.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alert-off-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlertOffGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4.00002 19V17H6.00002V10C6.00002 9.45 6.07086 8.90833 6.21252 8.375C6.35419 7.84167 6.56669 7.33333 6.85002 6.85L8.35003 8.35C8.23336 8.61667 8.14586 8.8875 8.08752 9.1625C8.02919 9.4375 8.00002 9.71667 8.00002 10V17H14.2L1.40002 4.2L2.80002 2.8L21.2 21.2L19.8 22.6L16.15 19H4.00002ZM18 15.15L16 13.15V10C16 8.9 15.6084 7.95833 14.825 7.175C14.0417 6.39167 13.1 6 12 6C11.5667 6 11.15 6.06667 10.75 6.2C10.35 6.33333 9.98336 6.53333 9.65003 6.8L8.20003 5.35C8.53336 5.08333 8.89169 4.85 9.27502 4.65C9.65836 4.45 10.0667 4.3 10.5 4.2V3.5C10.5 3.08333 10.6459 2.72917 10.9375 2.4375C11.2292 2.14583 11.5834 2 12 2C12.4167 2 12.7709 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8334 4.53333 15.9167 5.2375 16.75 6.3125C17.5834 7.3875 18 8.61667 18 10V15.15ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1959 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0209 21.8042 12.55 22 12 22Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4.00002 19V17H6.00002V10C6.00002 9.45 6.07086 8.90833 6.21252 8.375C6.35419 7.84167 6.56669 7.33333 6.85002 6.85L8.35003 8.35C8.23336 8.61667 8.14586 8.8875 8.08752 9.1625C8.02919 9.4375 8.00002 9.71667 8.00002 10V17H14.2L1.40002 4.2L2.80002 2.8L21.2 21.2L19.8 22.6L16.15 19H4.00002ZM18 15.15L16 13.15V10C16 8.9 15.6084 7.95833 14.825 7.175C14.0417 6.39167 13.1 6 12 6C11.5667 6 11.15 6.06667 10.75 6.2C10.35 6.33333 9.98336 6.53333 9.65003 6.8L8.20003 5.35C8.53336 5.08333 8.89169 4.85 9.27502 4.65C9.65836 4.45 10.0667 4.3 10.5 4.2V3.5C10.5 3.08333 10.6459 2.72917 10.9375 2.4375C11.2292 2.14583 11.5834 2 12 2C12.4167 2 12.7709 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8334 4.53333 15.9167 5.2375 16.75 6.3125C17.5834 7.3875 18 8.61667 18 10V15.15ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1959 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0209 21.8042 12.55 22 12 22Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alert-off-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlertOffGoogle",
          "declaration": {
            "name": "ObiAlertOffGoogle",
            "module": "src/icons/icon-alert-off-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alert-off-google",
          "declaration": {
            "name": "ObiAlertOffGoogle",
            "module": "src/icons/icon-alert-off-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alert-rectified.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlertRectified",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.55895 20.7667L11.5583 1.76714C11.7457 1.41094 12.2555 1.41096 12.4429 1.76716L22.4411 20.7667C22.6165 21.1 22.3747 21.5 21.9987 21.5L2.00128 21.5C1.62529 21.5 1.38352 21.1 1.55895 20.7667Z\" fill=\"currentColor\" stroke=\"#CDCDCD\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.55895 20.7667L11.5583 1.76714C11.7457 1.41094 12.2555 1.41096 12.4429 1.76716L22.4411 20.7667C22.6165 21.1 22.3747 21.5 21.9987 21.5L2.00128 21.5C1.62529 21.5 1.38352 21.1 1.55895 20.7667Z\" style=\"fill: var(--indent-enabled-background-color)\" style=\"stroke: var(--indent-enabled-border-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alert-rectified",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlertRectified",
          "declaration": {
            "name": "ObiAlertRectified",
            "module": "src/icons/icon-alert-rectified.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alert-rectified",
          "declaration": {
            "name": "ObiAlertRectified",
            "module": "src/icons/icon-alert-rectified.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alert-settings.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlertSettings",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 17V19H11.0709C11.0242 18.6734 11 18.3395 11 18C11 17.6605 11.0242 17.3266 11.0709 17H6V10C6 8.9 6.39167 7.95833 7.175 7.175C7.95833 6.39167 8.9 6 10 6C11.1 6 12.0417 6.39167 12.825 7.175C13.6083 7.95833 14 8.9 14 10V12.2547C14.604 11.8334 15.2776 11.5049 16 11.2899V10C16 8.61667 15.5833 7.3875 14.75 6.3125C13.9167 5.2375 12.8333 4.53333 11.5 4.2V3.5C11.5 3.08333 11.3542 2.72917 11.0625 2.4375C10.7708 2.14583 10.4167 2 10 2C9.58333 2 9.22917 2.14583 8.9375 2.4375C8.64583 2.72917 8.5 3.08333 8.5 3.5V4.2C7.16667 4.53333 6.08333 5.2375 5.25 6.3125C4.41667 7.3875 4 8.61667 4 10V17H2Z\" fill=\"currentColor\"/> <path d=\"M11.2899 20C11.3987 20.3656 11.5366 20.7187 11.7008 21.0565C11.6208 21.1817 11.5247 21.3003 11.4125 21.4125C11.0208 21.8042 10.55 22 10 22C9.45 22 8.97917 21.8042 8.5875 21.4125C8.19583 21.0208 8 20.55 8 20H11.2899Z\" fill=\"currentColor\"/> <path d=\"M16.9999 23L16.6999 21.5C16.4999 21.4167 16.3124 21.3292 16.1374 21.2375C15.9624 21.1458 15.7832 21.0333 15.5999 20.9L14.1499 21.35L13.1499 19.65L14.2999 18.65C14.2666 18.4167 14.2499 18.2 14.2499 18C14.2499 17.8 14.2666 17.5833 14.2999 17.35L13.1499 16.35L14.1499 14.65L15.5999 15.1C15.7832 14.9667 15.9624 14.8542 16.1374 14.7625C16.3124 14.6708 16.4999 14.5833 16.6999 14.5L16.9999 13H18.9999L19.2999 14.5C19.4999 14.5833 19.6874 14.675 19.8624 14.775C20.0374 14.875 20.2166 15 20.3999 15.15L21.8499 14.65L22.8499 16.4L21.6999 17.4C21.7332 17.6 21.7499 17.8083 21.7499 18.025C21.7499 18.2417 21.7332 18.45 21.6999 18.65L22.8499 19.65L21.8499 21.35L20.3999 20.9C20.2166 21.0333 20.0374 21.1458 19.8624 21.2375C19.6874 21.3292 19.4999 21.4167 19.2999 21.5L18.9999 23H16.9999ZM17.9999 20C18.5499 20 19.0207 19.8042 19.4124 19.4125C19.8041 19.0208 19.9999 18.55 19.9999 18C19.9999 17.45 19.8041 16.9792 19.4124 16.5875C19.0207 16.1958 18.5499 16 17.9999 16C17.4499 16 16.9791 16.1958 16.5874 16.5875C16.1957 16.9792 15.9999 17.45 15.9999 18C15.9999 18.55 16.1957 19.0208 16.5874 19.4125C16.9791 19.8042 17.4499 20 17.9999 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 17V19H11.0709C11.0242 18.6734 11 18.3395 11 18C11 17.6605 11.0242 17.3266 11.0709 17H6V10C6 8.9 6.39167 7.95833 7.175 7.175C7.95833 6.39167 8.9 6 10 6C11.1 6 12.0417 6.39167 12.825 7.175C13.6083 7.95833 14 8.9 14 10V12.2547C14.604 11.8334 15.2776 11.5049 16 11.2899V10C16 8.61667 15.5833 7.3875 14.75 6.3125C13.9167 5.2375 12.8333 4.53333 11.5 4.2V3.5C11.5 3.08333 11.3542 2.72917 11.0625 2.4375C10.7708 2.14583 10.4167 2 10 2C9.58333 2 9.22917 2.14583 8.9375 2.4375C8.64583 2.72917 8.5 3.08333 8.5 3.5V4.2C7.16667 4.53333 6.08333 5.2375 5.25 6.3125C4.41667 7.3875 4 8.61667 4 10V17H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.2899 20C11.3987 20.3656 11.5366 20.7187 11.7008 21.0565C11.6208 21.1817 11.5247 21.3003 11.4125 21.4125C11.0208 21.8042 10.55 22 10 22C9.45 22 8.97917 21.8042 8.5875 21.4125C8.19583 21.0208 8 20.55 8 20H11.2899Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.9999 23L16.6999 21.5C16.4999 21.4167 16.3124 21.3292 16.1374 21.2375C15.9624 21.1458 15.7832 21.0333 15.5999 20.9L14.1499 21.35L13.1499 19.65L14.2999 18.65C14.2666 18.4167 14.2499 18.2 14.2499 18C14.2499 17.8 14.2666 17.5833 14.2999 17.35L13.1499 16.35L14.1499 14.65L15.5999 15.1C15.7832 14.9667 15.9624 14.8542 16.1374 14.7625C16.3124 14.6708 16.4999 14.5833 16.6999 14.5L16.9999 13H18.9999L19.2999 14.5C19.4999 14.5833 19.6874 14.675 19.8624 14.775C20.0374 14.875 20.2166 15 20.3999 15.15L21.8499 14.65L22.8499 16.4L21.6999 17.4C21.7332 17.6 21.7499 17.8083 21.7499 18.025C21.7499 18.2417 21.7332 18.45 21.6999 18.65L22.8499 19.65L21.8499 21.35L20.3999 20.9C20.2166 21.0333 20.0374 21.1458 19.8624 21.2375C19.6874 21.3292 19.4999 21.4167 19.2999 21.5L18.9999 23H16.9999ZM17.9999 20C18.5499 20 19.0207 19.8042 19.4124 19.4125C19.8041 19.0208 19.9999 18.55 19.9999 18C19.9999 17.45 19.8041 16.9792 19.4124 16.5875C19.0207 16.1958 18.5499 16 17.9999 16C17.4499 16 16.9791 16.1958 16.5874 16.5875C16.1957 16.9792 15.9999 17.45 15.9999 18C15.9999 18.55 16.1957 19.0208 16.5874 19.4125C16.9791 19.8042 17.4499 20 17.9999 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alert-settings",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlertSettings",
          "declaration": {
            "name": "ObiAlertSettings",
            "module": "src/icons/icon-alert-settings.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alert-settings",
          "declaration": {
            "name": "ObiAlertSettings",
            "module": "src/icons/icon-alert-settings.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alertheader-aggregated-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlertheaderAggregatedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16 1H14V3H12V5H14V7H16V5H18V3H16V1Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16 1H14V3H12V5H14V7H16V5H18V3H16V1Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alertheader-aggregated-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlertheaderAggregatedIec",
          "declaration": {
            "name": "ObiAlertheaderAggregatedIec",
            "module": "src/icons/icon-alertheader-aggregated-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alertheader-aggregated-iec",
          "declaration": {
            "name": "ObiAlertheaderAggregatedIec",
            "module": "src/icons/icon-alertheader-aggregated-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alertheader-aggregated-large-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlertheaderAggregatedLargeIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 6H11V11H6V13H11V18H13V13H18V11H13V6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 6H11V11H6V13H11V18H13V13H18V11H13V6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alertheader-aggregated-large-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlertheaderAggregatedLargeIec",
          "declaration": {
            "name": "ObiAlertheaderAggregatedLargeIec",
            "module": "src/icons/icon-alertheader-aggregated-large-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alertheader-aggregated-large-iec",
          "declaration": {
            "name": "ObiAlertheaderAggregatedLargeIec",
            "module": "src/icons/icon-alertheader-aggregated-large-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alertheader-group-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlertheaderGroupIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16 1H14V3H12V5H14V7H16V5H18V3H16V1Z\" fill=\"currentColor\"/> <path d=\"M21 6H19V8H17V10H19V12H21V10H23V8H21V6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16 1H14V3H12V5H14V7H16V5H18V3H16V1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 6H19V8H17V10H19V12H21V10H23V8H21V6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alertheader-group-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlertheaderGroupIec",
          "declaration": {
            "name": "ObiAlertheaderGroupIec",
            "module": "src/icons/icon-alertheader-group-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alertheader-group-iec",
          "declaration": {
            "name": "ObiAlertheaderGroupIec",
            "module": "src/icons/icon-alertheader-group-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alertheader-group-large-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlertheaderGroupLargeIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7 3H9V7H13V9H9V13H7V9H3V7H7V3Z\" fill=\"currentColor\"/> <path d=\"M15 11H17V15H21V17H17V21H15V17H11V15H15V11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7 3H9V7H13V9H9V13H7V9H3V7H7V3Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 11H17V15H21V17H17V21H15V17H11V15H15V11Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alertheader-group-large-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlertheaderGroupLargeIec",
          "declaration": {
            "name": "ObiAlertheaderGroupLargeIec",
            "module": "src/icons/icon-alertheader-group-large-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alertheader-group-large-iec",
          "declaration": {
            "name": "ObiAlertheaderGroupLargeIec",
            "module": "src/icons/icon-alertheader-group-large-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alerts-active.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlertsActive",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alerts-active",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlertsActive",
          "declaration": {
            "name": "ObiAlertsActive",
            "module": "src/icons/icon-alerts-active.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alerts-active",
          "declaration": {
            "name": "ObiAlertsActive",
            "module": "src/icons/icon-alerts-active.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alerts-shelf.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlertsShelf",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 23C16.6167 23 15.4375 22.5125 14.4625 21.5375C13.4875 20.5625 13 19.3833 13 18C13 16.6167 13.4875 15.4375 14.4625 14.4625C15.4375 13.4875 16.6167 13 18 13C19.3833 13 20.5625 13.4875 21.5375 14.4625C22.5125 15.4375 23 16.6167 23 18C23 19.3833 22.5125 20.5625 21.5375 21.5375C20.5625 22.5125 19.3833 23 18 23ZM20.35 19.65L19.65 20.35L17.5 18.2V15H18.5V17.8L20.35 19.65Z\" fill=\"currentColor\"/> <path d=\"M4 17V19H11.5764C11.5261 18.674 11.5 18.3401 11.5 18C11.5 17.6599 11.5261 17.326 11.5764 17H8V10C8 8.9 8.39167 7.95833 9.175 7.175C9.95833 6.39167 10.9 6 12 6C13.1 6 14.0417 6.39167 14.825 7.175C15.6083 7.95833 16 8.9 16 10V11.8135C16.6301 11.61 17.3022 11.5 18 11.5V10C18 8.61667 17.5833 7.3875 16.75 6.3125C15.9167 5.2375 14.8333 4.53333 13.5 4.2V3.5C13.5 3.08333 13.3542 2.72917 13.0625 2.4375C12.7708 2.14583 12.4167 2 12 2C11.5833 2 11.2292 2.14583 10.9375 2.4375C10.6458 2.72917 10.5 3.08333 10.5 3.5V4.2C9.16667 4.53333 8.08333 5.2375 7.25 6.3125C6.41667 7.3875 6 8.61667 6 10V17H4Z\" fill=\"currentColor\"/> <path d=\"M11.8135 20C12.0307 20.6723 12.3545 21.2968 12.7649 21.8534C12.5297 21.9511 12.2747 22 12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H11.8135Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 23C16.6167 23 15.4375 22.5125 14.4625 21.5375C13.4875 20.5625 13 19.3833 13 18C13 16.6167 13.4875 15.4375 14.4625 14.4625C15.4375 13.4875 16.6167 13 18 13C19.3833 13 20.5625 13.4875 21.5375 14.4625C22.5125 15.4375 23 16.6167 23 18C23 19.3833 22.5125 20.5625 21.5375 21.5375C20.5625 22.5125 19.3833 23 18 23ZM20.35 19.65L19.65 20.35L17.5 18.2V15H18.5V17.8L20.35 19.65Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4 17V19H11.5764C11.5261 18.674 11.5 18.3401 11.5 18C11.5 17.6599 11.5261 17.326 11.5764 17H8V10C8 8.9 8.39167 7.95833 9.175 7.175C9.95833 6.39167 10.9 6 12 6C13.1 6 14.0417 6.39167 14.825 7.175C15.6083 7.95833 16 8.9 16 10V11.8135C16.6301 11.61 17.3022 11.5 18 11.5V10C18 8.61667 17.5833 7.3875 16.75 6.3125C15.9167 5.2375 14.8333 4.53333 13.5 4.2V3.5C13.5 3.08333 13.3542 2.72917 13.0625 2.4375C12.7708 2.14583 12.4167 2 12 2C11.5833 2 11.2292 2.14583 10.9375 2.4375C10.6458 2.72917 10.5 3.08333 10.5 3.5V4.2C9.16667 4.53333 8.08333 5.2375 7.25 6.3125C6.41667 7.3875 6 8.61667 6 10V17H4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.8135 20C12.0307 20.6723 12.3545 21.2968 12.7649 21.8534C12.5297 21.9511 12.2747 22 12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H11.8135Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alerts-shelf",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlertsShelf",
          "declaration": {
            "name": "ObiAlertsShelf",
            "module": "src/icons/icon-alerts-shelf.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alerts-shelf",
          "declaration": {
            "name": "ObiAlertsShelf",
            "module": "src/icons/icon-alerts-shelf.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-alerts.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAlerts",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22ZM8 17H16V10C16 8.9 15.6083 7.95833 14.825 7.175C14.0417 6.39167 13.1 6 12 6C10.9 6 9.95833 6.39167 9.175 7.175C8.39167 7.95833 8 8.9 8 10V17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22ZM8 17H16V10C16 8.9 15.6083 7.95833 14.825 7.175C14.0417 6.39167 13.1 6 12 6C10.9 6 9.95833 6.39167 9.175 7.175C8.39167 7.95833 8 8.9 8 10V17Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-alerts",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAlerts",
          "declaration": {
            "name": "ObiAlerts",
            "module": "src/icons/icon-alerts.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-alerts",
          "declaration": {
            "name": "ObiAlerts",
            "module": "src/icons/icon-alerts.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-altitude.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAltitude",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 21H22V19H2V21Z\" fill=\"currentColor\"/> <path d=\"M15 8.5H13V14.5H15L12 17.5L9 14.5H11V8.5H9L12 5.5L15 8.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 4H3V2H5V4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 4H7V2H9V4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 4H11V2H13V4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 4H15V2H17V4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 4H19V2H21V4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 21H22V19H2V21Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 8.5H13V14.5H15L12 17.5L9 14.5H11V8.5H9L12 5.5L15 8.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 4H3V2H5V4Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 4H7V2H9V4Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 4H11V2H13V4Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 4H15V2H17V4Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 4H19V2H21V4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-altitude",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAltitude",
          "declaration": {
            "name": "ObiAltitude",
            "module": "src/icons/icon-altitude.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-altitude",
          "declaration": {
            "name": "ObiAltitude",
            "module": "src/icons/icon-altitude.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-anchor-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAnchorIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 15L18.55 16.55C17.59 18.24 15.22 19.59 13 19.92V11H16V9H13V7.82C14.16 7.4 15 6.3 15 5C15 3.35 13.65 2 12 2C10.35 2 9 3.35 9 5C9 6.3 9.84 7.4 11 7.82V9H8V11H11V19.92C8.78 19.59 6.41 18.24 5.45 16.55L7 15L3 12V15C3 18.88 7.92 22 12 22C16.08 22 21 18.88 21 15V12L17 15ZM12 4C12.55 4 13 4.45 13 5C13 5.55 12.55 6 12 6C11.45 6 11 5.55 11 5C11 4.45 11.45 4 12 4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 15L18.55 16.55C17.59 18.24 15.22 19.59 13 19.92V11H16V9H13V7.82C14.16 7.4 15 6.3 15 5C15 3.35 13.65 2 12 2C10.35 2 9 3.35 9 5C9 6.3 9.84 7.4 11 7.82V9H8V11H11V19.92C8.78 19.59 6.41 18.24 5.45 16.55L7 15L3 12V15C3 18.88 7.92 22 12 22C16.08 22 21 18.88 21 15V12L17 15ZM12 4C12.55 4 13 4.45 13 5C13 5.55 12.55 6 12 6C11.45 6 11 5.55 11 5C11 4.45 11.45 4 12 4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-anchor-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAnchorIec",
          "declaration": {
            "name": "ObiAnchorIec",
            "module": "src/icons/icon-anchor-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-anchor-iec",
          "declaration": {
            "name": "ObiAnchorIec",
            "module": "src/icons/icon-anchor-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-anchorwatch.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAnchorwatch",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 15L18.55 16.55C17.59 18.24 15.22 19.59 13 19.92V11H16V9H13V7.82C14.16 7.4 15 6.3 15 5C15 3.35 13.65 2 12 2C10.35 2 9 3.35 9 5C9 6.3 9.84 7.4 11 7.82V9H8V11H11V19.92C8.78 19.59 6.41 18.24 5.45 16.55L7 15L3 12V15C3 18.88 7.92 22 12 22C16.08 22 21 18.88 21 15V12L17 15ZM12 4C12.55 4 13 4.45 13 5C13 5.55 12.55 6 12 6C11.45 6 11 5.55 11 5C11 4.45 11.45 4 12 4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 15L18.55 16.55C17.59 18.24 15.22 19.59 13 19.92V11H16V9H13V7.82C14.16 7.4 15 6.3 15 5C15 3.35 13.65 2 12 2C10.35 2 9 3.35 9 5C9 6.3 9.84 7.4 11 7.82V9H8V11H11V19.92C8.78 19.59 6.41 18.24 5.45 16.55L7 15L3 12V15C3 18.88 7.92 22 12 22C16.08 22 21 18.88 21 15V12L17 15ZM12 4C12.55 4 13 4.45 13 5C13 5.55 12.55 6 12 6C11.45 6 11 5.55 11 5C11 4.45 11.45 4 12 4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-anchorwatch",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAnchorwatch",
          "declaration": {
            "name": "ObiAnchorwatch",
            "module": "src/icons/icon-anchorwatch.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-anchorwatch",
          "declaration": {
            "name": "ObiAnchorwatch",
            "module": "src/icons/icon-anchorwatch.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-antenna-2-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAntenna2Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM17.2652 5.82172L13 10.4423V5H11V10.4423L6.7348 5.82172L5.2652 7.17828L11 13.391V19H13V13.391L18.7348 7.17828L17.2652 5.82172Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.4423L17.2652 5.82172L18.7348 7.17828L13 13.391V19H11V13.391L5.2652 7.17828L6.7348 5.82172L11 10.4423V5H13V10.4423Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM17.2652 5.82172L13 10.4423V5H11V10.4423L6.7348 5.82172L5.2652 7.17828L11 13.391V19H13V13.391L18.7348 7.17828L17.2652 5.82172Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.4423L17.2652 5.82172L18.7348 7.17828L13 13.391V19H11V13.391L5.2652 7.17828L6.7348 5.82172L11 10.4423V5H13V10.4423Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-antenna-2-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAntenna2Off",
          "declaration": {
            "name": "ObiAntenna2Off",
            "module": "src/icons/icon-antenna-2-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-antenna-2-off",
          "declaration": {
            "name": "ObiAntenna2Off",
            "module": "src/icons/icon-antenna-2-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-antenna-2-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAntenna2On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM17.2652 5.82172L13 10.4423V5H11V10.4423L6.7348 5.82172L5.2652 7.17828L11 13.391V19H13V13.391L18.7348 7.17828L17.2652 5.82172Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.4423L17.2652 5.82172L18.7348 7.17828L13 13.391V19H11V13.391L5.2652 7.17828L6.7348 5.82172L11 10.4423V5H13V10.4423Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM17.2652 5.82172L13 10.4423V5H11V10.4423L6.7348 5.82172L5.2652 7.17828L11 13.391V19H13V13.391L18.7348 7.17828L17.2652 5.82172Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.4423L17.2652 5.82172L18.7348 7.17828L13 13.391V19H11V13.391L5.2652 7.17828L6.7348 5.82172L11 10.4423V5H13V10.4423Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-antenna-2-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAntenna2On",
          "declaration": {
            "name": "ObiAntenna2On",
            "module": "src/icons/icon-antenna-2-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-antenna-2-on",
          "declaration": {
            "name": "ObiAntenna2On",
            "module": "src/icons/icon-antenna-2-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-antenna-2.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAntenna2",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.4423L17.2652 5.82172L18.7348 7.17828L13 13.391V19H11V13.391L5.2652 7.17828L6.7348 5.82172L11 10.4423V5H13V10.4423Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.4423L17.2652 5.82172L18.7348 7.17828L13 13.391V19H11V13.391L5.2652 7.17828L6.7348 5.82172L11 10.4423V5H13V10.4423Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-antenna-2",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAntenna2",
          "declaration": {
            "name": "ObiAntenna2",
            "module": "src/icons/icon-antenna-2.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-antenna-2",
          "declaration": {
            "name": "ObiAntenna2",
            "module": "src/icons/icon-antenna-2.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-antenna-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAntennaOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 10.0599L14.9691 7.5H13V10.0599Z\" fill=\"currentColor\"/> <path d=\"M11 7.5V10.0599L9.03086 7.5H11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM4.96913 5.5H19.0309L13 13.3401V20H11V13.3401L4.96913 5.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0309 5.5H4.96913L11 13.3401V20H13V13.3401L19.0309 5.5ZM14.9691 7.5L13 10.0599V7.5H14.9691ZM11 10.0599V7.5H9.03086L11 10.0599Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 10.0599L14.9691 7.5H13V10.0599Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M11 7.5V10.0599L9.03086 7.5H11Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM4.96913 5.5H19.0309L13 13.3401V20H11V13.3401L4.96913 5.5Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0309 5.5H4.96913L11 13.3401V20H13V13.3401L19.0309 5.5ZM14.9691 7.5L13 10.0599V7.5H14.9691ZM11 10.0599V7.5H9.03086L11 10.0599Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-antenna-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAntennaOff",
          "declaration": {
            "name": "ObiAntennaOff",
            "module": "src/icons/icon-antenna-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-antenna-off",
          "declaration": {
            "name": "ObiAntennaOff",
            "module": "src/icons/icon-antenna-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-antenna-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAntennaOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 10.0599L14.9691 7.5H13V10.0599Z\" fill=\"currentColor\"/> <path d=\"M11 7.5V10.0599L9.03086 7.5H11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM4.96913 5.5H19.0309L13 13.3401V20H11V13.3401L4.96913 5.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0309 5.5H4.96913L11 13.3401V20H13V13.3401L19.0309 5.5ZM14.9691 7.5L13 10.0599V7.5H14.9691ZM11 10.0599V7.5H9.03086L11 10.0599Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 10.0599L14.9691 7.5H13V10.0599Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M11 7.5V10.0599L9.03086 7.5H11Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM4.96913 5.5H19.0309L13 13.3401V20H11V13.3401L4.96913 5.5Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0309 5.5H4.96913L11 13.3401V20H13V13.3401L19.0309 5.5ZM14.9691 7.5L13 10.0599V7.5H14.9691ZM11 10.0599V7.5H9.03086L11 10.0599Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-antenna-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAntennaOn",
          "declaration": {
            "name": "ObiAntennaOn",
            "module": "src/icons/icon-antenna-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-antenna-on",
          "declaration": {
            "name": "ObiAntennaOn",
            "module": "src/icons/icon-antenna-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-antenna.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAntenna",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0309 5.5H4.96913L11 13.3401V20H13V13.3401L19.0309 5.5ZM14.9691 7.5L13 10.0599V7.5H14.9691ZM11 10.0599V7.5H9.03086L11 10.0599Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0309 5.5H4.96913L11 13.3401V20H13V13.3401L19.0309 5.5ZM14.9691 7.5L13 10.0599V7.5H14.9691ZM11 10.0599V7.5H9.03086L11 10.0599Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-antenna",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAntenna",
          "declaration": {
            "name": "ObiAntenna",
            "module": "src/icons/icon-antenna.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-antenna",
          "declaration": {
            "name": "ObiAntenna",
            "module": "src/icons/icon-antenna.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-application-open-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiApplicationOpenGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16 18H6V8H11V6H6C4.89 6 4 6.9 4 8V18C4 19.1 4.89 20 6 20H16C17.1 20 18 19.1 18 18V13H16V18Z\" fill=\"currentColor\"/> <path d=\"M13 4V6H16.59L11.675 10.915L9.2175 13.3725L7.98875 14.6012L9.39875 16.0112L10.6275 14.7825L13.085 12.325L18 7.41V11H20V4H13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16 18H6V8H11V6H6C4.89 6 4 6.9 4 8V18C4 19.1 4.89 20 6 20H16C17.1 20 18 19.1 18 18V13H16V18Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 4V6H16.59L11.675 10.915L9.2175 13.3725L7.98875 14.6012L9.39875 16.0112L10.6275 14.7825L13.085 12.325L18 7.41V11H20V4H13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-application-open-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiApplicationOpenGoogle",
          "declaration": {
            "name": "ObiApplicationOpenGoogle",
            "module": "src/icons/icon-application-open-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-application-open-google",
          "declaration": {
            "name": "ObiApplicationOpenGoogle",
            "module": "src/icons/icon-application-open-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-applications.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiApplications",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 8H8V4H4V8ZM10 20H14V16H10V20ZM4 20H8V16H4V20ZM4 14H8V10H4V14ZM10 14H14V10H10V14ZM16 4V8H20V4H16ZM10 8H14V4H10V8ZM16 14H20V10H16V14ZM16 20H20V16H16V20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 8H8V4H4V8ZM10 20H14V16H10V20ZM4 20H8V16H4V20ZM4 14H8V10H4V14ZM10 14H14V10H10V14ZM16 4V8H20V4H16ZM10 8H14V4H10V8ZM16 14H20V10H16V14ZM16 20H20V16H16V20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-applications",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiApplications",
          "declaration": {
            "name": "ObiApplications",
            "module": "src/icons/icon-applications.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-applications",
          "declaration": {
            "name": "ObiApplications",
            "module": "src/icons/icon-applications.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-arrow-bidirectional-diagonal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiArrowBidirectionalDiagonal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.98744 18.2501L12.9461 18.2501L12.9461 20.0001H4L4 11.0541H5.75L5.75 17.0127L17.0129 5.80371L11.0543 5.80371L11.0543 4.05371L20.0004 4.05371L20.0004 12.9998L18.2504 12.9998L18.2504 7.04115L6.98744 18.2501Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.98744 18.2501L12.9461 18.2501L12.9461 20.0001H4L4 11.0541H5.75L5.75 17.0127L17.0129 5.80371L11.0543 5.80371L11.0543 4.05371L20.0004 4.05371L20.0004 12.9998L18.2504 12.9998L18.2504 7.04115L6.98744 18.2501Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-arrow-bidirectional-diagonal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiArrowBidirectionalDiagonal",
          "declaration": {
            "name": "ObiArrowBidirectionalDiagonal",
            "module": "src/icons/icon-arrow-bidirectional-diagonal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-arrow-bidirectional-diagonal",
          "declaration": {
            "name": "ObiArrowBidirectionalDiagonal",
            "module": "src/icons/icon-arrow-bidirectional-diagonal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-arrow-bidirectional-horizontal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiArrowBidirectionalHorizontal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.34987 12.8751L8.85616 17.3813L7.61872 18.6188L1 12.0001L7.61872 5.38135L8.85616 6.61878L4.34987 11.1251L19.65 11.1251L15.1437 6.61885L16.3811 5.38141L22.9999 12.0001L16.3811 18.6189L15.1437 17.3814L19.65 12.8751L4.34987 12.8751Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.34987 12.8751L8.85616 17.3813L7.61872 18.6188L1 12.0001L7.61872 5.38135L8.85616 6.61878L4.34987 11.1251L19.65 11.1251L15.1437 6.61885L16.3811 5.38141L22.9999 12.0001L16.3811 18.6189L15.1437 17.3814L19.65 12.8751L4.34987 12.8751Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-arrow-bidirectional-horizontal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiArrowBidirectionalHorizontal",
          "declaration": {
            "name": "ObiArrowBidirectionalHorizontal",
            "module": "src/icons/icon-arrow-bidirectional-horizontal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-arrow-bidirectional-horizontal",
          "declaration": {
            "name": "ObiArrowBidirectionalHorizontal",
            "module": "src/icons/icon-arrow-bidirectional-horizontal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-arrow-bidirectional-vertical.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiArrowBidirectionalVertical",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.8748 19.6502L17.3811 15.144L18.6185 16.3814L11.9998 23.0001L5.3811 16.3814L6.61854 15.144L11.1248 19.6502L11.1249 4.35012L6.61861 8.8564L5.38117 7.61896L11.9999 1.00024L18.6186 7.61896L17.3812 8.8564L12.8749 4.35012L12.8748 19.6502Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.8748 19.6502L17.3811 15.144L18.6185 16.3814L11.9998 23.0001L5.3811 16.3814L6.61854 15.144L11.1248 19.6502L11.1249 4.35012L6.61861 8.8564L5.38117 7.61896L11.9999 1.00024L18.6186 7.61896L17.3812 8.8564L12.8749 4.35012L12.8748 19.6502Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-arrow-bidirectional-vertical",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiArrowBidirectionalVertical",
          "declaration": {
            "name": "ObiArrowBidirectionalVertical",
            "module": "src/icons/icon-arrow-bidirectional-vertical.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-arrow-bidirectional-vertical",
          "declaration": {
            "name": "ObiArrowBidirectionalVertical",
            "module": "src/icons/icon-arrow-bidirectional-vertical.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-arrow-down-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiArrowDownGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 4L11 16.17L5.41 10.58L4 12L12 20L20 12L18.59 10.59L13 16.17L13 4L11 4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 4L11 16.17L5.41 10.58L4 12L12 20L20 12L18.59 10.59L13 16.17L13 4L11 4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-arrow-down-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiArrowDownGoogle",
          "declaration": {
            "name": "ObiArrowDownGoogle",
            "module": "src/icons/icon-arrow-down-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-arrow-down-google",
          "declaration": {
            "name": "ObiArrowDownGoogle",
            "module": "src/icons/icon-arrow-down-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-arrow-flyout-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiArrowFlyoutGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.5 15.0686C9.5 15.6744 9.5 15.9773 9.6198 16.1176C9.72374 16.2393 9.87967 16.3039 10.0392 16.2913C10.2231 16.2769 10.4373 16.0627 10.8657 15.6343L13.9343 12.5657C14.1323 12.3677 14.2313 12.2687 14.2684 12.1545C14.3011 12.0541 14.3011 11.9459 14.2684 11.8455C14.2313 11.7313 14.1323 11.6323 13.9343 11.4343L10.8657 8.36567C10.4373 7.9373 10.2231 7.72311 10.0392 7.70864C9.87967 7.69608 9.72374 7.76067 9.6198 7.88237C9.5 8.02264 9.5 8.32554 9.5 8.93136L9.5 15.0686Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.5 15.0686C9.5 15.6744 9.5 15.9773 9.6198 16.1176C9.72374 16.2393 9.87967 16.3039 10.0392 16.2913C10.2231 16.2769 10.4373 16.0627 10.8657 15.6343L13.9343 12.5657C14.1323 12.3677 14.2313 12.2687 14.2684 12.1545C14.3011 12.0541 14.3011 11.9459 14.2684 11.8455C14.2313 11.7313 14.1323 11.6323 13.9343 11.4343L10.8657 8.36567C10.4373 7.9373 10.2231 7.72311 10.0392 7.70864C9.87967 7.69608 9.72374 7.76067 9.6198 7.88237C9.5 8.02264 9.5 8.32554 9.5 8.93136L9.5 15.0686Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-arrow-flyout-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiArrowFlyoutGoogle",
          "declaration": {
            "name": "ObiArrowFlyoutGoogle",
            "module": "src/icons/icon-arrow-flyout-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-arrow-flyout-google",
          "declaration": {
            "name": "ObiArrowFlyoutGoogle",
            "module": "src/icons/icon-arrow-flyout-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-arrow-left-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiArrowLeftGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.83 11H20V13H7.83L13.41 18.59L12 20L4 12L12 4L13.42 5.41L7.83 11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.83 11H20V13H7.83L13.41 18.59L12 20L4 12L12 4L13.42 5.41L7.83 11Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-arrow-left-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiArrowLeftGoogle",
          "declaration": {
            "name": "ObiArrowLeftGoogle",
            "module": "src/icons/icon-arrow-left-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-arrow-left-google",
          "declaration": {
            "name": "ObiArrowLeftGoogle",
            "module": "src/icons/icon-arrow-left-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-arrow-right-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiArrowRightGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 4L10.59 5.41L16.17 11H4V13H16.17L10.59 18.59L12 20L20 12L12 4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 4L10.59 5.41L16.17 11H4V13H16.17L10.59 18.59L12 20L20 12L12 4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-arrow-right-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiArrowRightGoogle",
          "declaration": {
            "name": "ObiArrowRightGoogle",
            "module": "src/icons/icon-arrow-right-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-arrow-right-google",
          "declaration": {
            "name": "ObiArrowRightGoogle",
            "module": "src/icons/icon-arrow-right-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-arrow-up-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiArrowUpGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 20L13 7.83L18.59 13.42L20 12L12 4L4 12L5.41 13.41L11 7.83L11 20L13 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 20L13 7.83L18.59 13.42L20 12L12 4L4 12L5.41 13.41L11 7.83L11 20L13 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-arrow-up-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiArrowUpGoogle",
          "declaration": {
            "name": "ObiArrowUpGoogle",
            "module": "src/icons/icon-arrow-up-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-arrow-up-google",
          "declaration": {
            "name": "ObiArrowUpGoogle",
            "module": "src/icons/icon-arrow-up-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-associated-target-ais-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAssociatedTargetAisIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM18.3262 21C16.5368 22.2601 14.3548 23 12 23C9.64518 23 7.46319 22.2601 5.67384 21H18.3262ZM18.8598 20.5995L12 1C18.0751 1 23 5.92487 23 12C23 15.4808 21.3833 18.5839 18.8598 20.5995ZM5.14017 20.5995C2.6167 18.5839 1 15.4808 1 12C1 5.92487 5.92487 1 12 1L5.14017 20.5995ZM7.81896 19L12 7.05418L16.181 19H7.81896Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM18.3262 21C16.5368 22.2601 14.3548 23 12 23C9.64518 23 7.46319 22.2601 5.67384 21H18.3262ZM18.8598 20.5995L12 1C18.0751 1 23 5.92487 23 12C23 15.4808 21.3833 18.5839 18.8598 20.5995ZM5.14017 20.5995C2.6167 18.5839 1 15.4808 1 12C1 5.92487 5.92487 1 12 1L5.14017 20.5995ZM7.81896 19L12 7.05418L16.181 19H7.81896Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-associated-target-ais-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAssociatedTargetAisIec",
          "declaration": {
            "name": "ObiAssociatedTargetAisIec",
            "module": "src/icons/icon-associated-target-ais-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-associated-target-ais-iec",
          "declaration": {
            "name": "ObiAssociatedTargetAisIec",
            "module": "src/icons/icon-associated-target-ais-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-associated-target-ais-selected-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAssociatedTargetAisSelectedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1L6 21H18L12 1ZM12 7.9602L8.68806 19H15.3119L12 7.9602Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"currentColor\"/> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" fill=\"currentColor\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" fill=\"currentColor\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" fill=\"currentColor\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1L6 21H18L12 1ZM12 7.9602L8.68806 19H15.3119L12 7.9602Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-associated-target-ais-selected-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAssociatedTargetAisSelectedIec",
          "declaration": {
            "name": "ObiAssociatedTargetAisSelectedIec",
            "module": "src/icons/icon-associated-target-ais-selected-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-associated-target-ais-selected-iec",
          "declaration": {
            "name": "ObiAssociatedTargetAisSelectedIec",
            "module": "src/icons/icon-associated-target-ais-selected-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-associated-target-radar-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAssociatedTargetRadarIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12ZM13.5138 15.7036C13.0468 15.8947 12.5357 16 12 16C11.4643 16 10.9532 15.8947 10.4862 15.7036L12 11.1623L13.5138 15.7036ZM14.4001 15.2002L12 8C14.2091 8 16 9.79086 16 12C16 13.3086 15.3716 14.4705 14.4001 15.2002ZM9.59992 15.2002C8.62841 14.4705 8 13.3086 8 12C8 9.79086 9.79086 8 12 8L9.59992 15.2002Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12ZM13.5138 15.7036C13.0468 15.8947 12.5357 16 12 16C11.4643 16 10.9532 15.8947 10.4862 15.7036L12 11.1623L13.5138 15.7036ZM14.4001 15.2002L12 8C14.2091 8 16 9.79086 16 12C16 13.3086 15.3716 14.4705 14.4001 15.2002ZM9.59992 15.2002C8.62841 14.4705 8 13.3086 8 12C8 9.79086 9.79086 8 12 8L9.59992 15.2002Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-associated-target-radar-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAssociatedTargetRadarIec",
          "declaration": {
            "name": "ObiAssociatedTargetRadarIec",
            "module": "src/icons/icon-associated-target-radar-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-associated-target-radar-iec",
          "declaration": {
            "name": "ObiAssociatedTargetRadarIec",
            "module": "src/icons/icon-associated-target-radar-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-associated-target-radar-selected-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAssociatedTargetRadarSelectedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12ZM13.5138 15.7036C13.0468 15.8947 12.5357 16 12 16C11.4643 16 10.9532 15.8947 10.4862 15.7036L12 11.1623L13.5138 15.7036ZM14.4001 15.2002L12 8C14.2091 8 16 9.79086 16 12C16 13.3086 15.3716 14.4705 14.4001 15.2002ZM9.59992 15.2002C8.62841 14.4705 8 13.3086 8 12C8 9.79086 9.79086 8 12 8L9.59992 15.2002Z\" fill=\"currentColor\"/> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" fill=\"currentColor\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" fill=\"currentColor\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" fill=\"currentColor\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12ZM13.5138 15.7036C13.0468 15.8947 12.5357 16 12 16C11.4643 16 10.9532 15.8947 10.4862 15.7036L12 11.1623L13.5138 15.7036ZM14.4001 15.2002L12 8C14.2091 8 16 9.79086 16 12C16 13.3086 15.3716 14.4705 14.4001 15.2002ZM9.59992 15.2002C8.62841 14.4705 8 13.3086 8 12C8 9.79086 9.79086 8 12 8L9.59992 15.2002Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-associated-target-radar-selected-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAssociatedTargetRadarSelectedIec",
          "declaration": {
            "name": "ObiAssociatedTargetRadarSelectedIec",
            "module": "src/icons/icon-associated-target-radar-selected-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-associated-target-radar-selected-iec",
          "declaration": {
            "name": "ObiAssociatedTargetRadarSelectedIec",
            "module": "src/icons/icon-associated-target-radar-selected-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-auto.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAuto",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.42846 3L3 20.9997H7.49992L8.94642 17.1426H15.0548L16.5013 20.9997H21.0012L14.5728 3H9.42846ZM12.0006 8.99864L10.3929 13.2855H13.6083L12.0006 8.99864Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.42846 3L3 20.9997H7.49992L8.94642 17.1426H15.0548L16.5013 20.9997H21.0012L14.5728 3H9.42846ZM12.0006 8.99864L10.3929 13.2855H13.6083L12.0006 8.99864Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-auto",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAuto",
          "declaration": {
            "name": "ObiAuto",
            "module": "src/icons/icon-auto.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-auto",
          "declaration": {
            "name": "ObiAuto",
            "module": "src/icons/icon-auto.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-autonomous-marine-radio-device-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAutonomousMarineRadioDeviceIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9999 7.1547L7.80371 9.57735V14.4227L11.9999 16.8453L16.196 14.4227V9.57735L11.9999 7.1547ZM17.196 9L11.9999 6L6.80371 9V15L11.9999 18L17.196 15V9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9999 7.1547L7.80371 9.57735V14.4227L11.9999 16.8453L16.196 14.4227V9.57735L11.9999 7.1547ZM17.196 9L11.9999 6L6.80371 9V15L11.9999 18L17.196 15V9Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-autonomous-marine-radio-device-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAutonomousMarineRadioDeviceIec",
          "declaration": {
            "name": "ObiAutonomousMarineRadioDeviceIec",
            "module": "src/icons/icon-autonomous-marine-radio-device-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-autonomous-marine-radio-device-iec",
          "declaration": {
            "name": "ObiAutonomousMarineRadioDeviceIec",
            "module": "src/icons/icon-autonomous-marine-radio-device-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-autonomous.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiAutonomous",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3599 3.5C11.0391 3.5 9.75516 3.93582 8.7073 4.73988C7.65943 5.54394 6.90616 6.67129 6.56431 7.94709L5.11542 7.55886C5.54273 5.96411 6.48432 4.55492 7.79415 3.54985C9.10398 2.54478 10.7089 2 12.3599 2C14.0109 2 15.6157 2.54478 16.9256 3.54985C18.2354 4.55492 19.177 5.96411 19.6043 7.55886L18.1554 7.94709C17.8136 6.67129 17.0603 5.54394 16.0124 4.73988C14.9646 3.93582 13.6807 3.5 12.3599 3.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3599 6.5C11.6995 6.5 11.0575 6.71791 10.5336 7.11994C10.0096 7.52197 9.63301 8.08564 9.46209 8.72354L8.0132 8.33531C8.26958 7.37846 8.83454 6.53295 9.62044 5.92991C10.4063 5.32687 11.3693 5 12.3599 5C13.3505 5 14.3134 5.32687 15.0993 5.92991C15.8852 6.53295 16.4501 7.37847 16.7065 8.33532L15.2576 8.72354C15.0867 8.08564 14.7101 7.52197 14.1861 7.11994C13.6622 6.71791 13.0203 6.5 12.3599 6.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.3599 14C21.9121 14 22.3599 14.4477 22.3599 15V21C22.3599 21.5523 21.9121 22 21.3599 22H9.35986C5.49387 22 2.35986 18.866 2.35986 15C2.35986 14.4477 2.80758 14 3.35986 14L11.6099 14V10.7993C11.1615 10.54 10.8599 10.0552 10.8599 9.5C10.8599 8.67157 11.5314 8 12.3599 8C13.1883 8 13.8599 8.67157 13.8599 9.5C13.8599 10.0552 13.5582 10.54 13.1099 10.7993V14L21.3599 14ZM9.35986 20C6.94091 20 4.92315 18.2823 4.45988 16H20.3599V20H9.35986Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3599 3.5C11.0391 3.5 9.75516 3.93582 8.7073 4.73988C7.65943 5.54394 6.90616 6.67129 6.56431 7.94709L5.11542 7.55886C5.54273 5.96411 6.48432 4.55492 7.79415 3.54985C9.10398 2.54478 10.7089 2 12.3599 2C14.0109 2 15.6157 2.54478 16.9256 3.54985C18.2354 4.55492 19.177 5.96411 19.6043 7.55886L18.1554 7.94709C17.8136 6.67129 17.0603 5.54394 16.0124 4.73988C14.9646 3.93582 13.6807 3.5 12.3599 3.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3599 6.5C11.6995 6.5 11.0575 6.71791 10.5336 7.11994C10.0096 7.52197 9.63301 8.08564 9.46209 8.72354L8.0132 8.33531C8.26958 7.37846 8.83454 6.53295 9.62044 5.92991C10.4063 5.32687 11.3693 5 12.3599 5C13.3505 5 14.3134 5.32687 15.0993 5.92991C15.8852 6.53295 16.4501 7.37847 16.7065 8.33532L15.2576 8.72354C15.0867 8.08564 14.7101 7.52197 14.1861 7.11994C13.6622 6.71791 13.0203 6.5 12.3599 6.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.3599 14C21.9121 14 22.3599 14.4477 22.3599 15V21C22.3599 21.5523 21.9121 22 21.3599 22H9.35986C5.49387 22 2.35986 18.866 2.35986 15C2.35986 14.4477 2.80758 14 3.35986 14L11.6099 14V10.7993C11.1615 10.54 10.8599 10.0552 10.8599 9.5C10.8599 8.67157 11.5314 8 12.3599 8C13.1883 8 13.8599 8.67157 13.8599 9.5C13.8599 10.0552 13.5582 10.54 13.1099 10.7993V14L21.3599 14ZM9.35986 20C6.94091 20 4.92315 18.2823 4.45988 16H20.3599V20H9.35986Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-autonomous",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiAutonomous",
          "declaration": {
            "name": "ObiAutonomous",
            "module": "src/icons/icon-autonomous.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-autonomous",
          "declaration": {
            "name": "ObiAutonomous",
            "module": "src/icons/icon-autonomous.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-backlight-high.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBacklightHigh",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1 16V14H5V16H1ZM6.35 10.75L3.525 7.925L4.925 6.5L7.75 9.35L6.35 10.75ZM7 19V16H17V19H7ZM11 8V3H13V8H11ZM17.65 10.75L16.25 9.35L19.075 6.525L20.5 7.925L17.65 10.75ZM19 16V14H23V16H19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1 16V14H5V16H1ZM6.35 10.75L3.525 7.925L4.925 6.5L7.75 9.35L6.35 10.75ZM7 19V16H17V19H7ZM11 8V3H13V8H11ZM17.65 10.75L16.25 9.35L19.075 6.525L20.5 7.925L17.65 10.75ZM19 16V14H23V16H19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-backlight-high",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBacklightHigh",
          "declaration": {
            "name": "ObiBacklightHigh",
            "module": "src/icons/icon-backlight-high.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-backlight-high",
          "declaration": {
            "name": "ObiBacklightHigh",
            "module": "src/icons/icon-backlight-high.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-backlight-low.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBacklightLow",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.34961 12.75L4.22461 10.625L5.62461 9.225L7.74961 11.35L6.34961 12.75ZM6.99961 19V16H16.9996V19H6.99961ZM10.9996 10V7H12.9996V10H10.9996ZM17.6496 12.775L16.2496 11.35L18.3746 9.225L19.7746 10.65L17.6496 12.775Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.34961 12.75L4.22461 10.625L5.62461 9.225L7.74961 11.35L6.34961 12.75ZM6.99961 19V16H16.9996V19H6.99961ZM10.9996 10V7H12.9996V10H10.9996ZM17.6496 12.775L16.2496 11.35L18.3746 9.225L19.7746 10.65L17.6496 12.775Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-backlight-low",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBacklightLow",
          "declaration": {
            "name": "ObiBacklightLow",
            "module": "src/icons/icon-backlight-low.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-backlight-low",
          "declaration": {
            "name": "ObiBacklightLow",
            "module": "src/icons/icon-backlight-low.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-backward-fast.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBackwardFast",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.7133 19.4096C20.866 19.5165 21.0655 19.5296 21.2309 19.4435C21.3963 19.3574 21.5 19.1864 21.5 19V5C21.5 4.81356 21.3963 4.64261 21.2309 4.55651C21.0655 4.47041 20.866 4.48347 20.7133 4.59039L11.5 11.0397L11.5 5C11.5 4.81356 11.3963 4.64261 11.2309 4.55651C11.0655 4.47041 10.866 4.48347 10.7133 4.59039L0.713268 11.5904C0.579605 11.684 0.5 11.8368 0.5 12C0.5 12.1632 0.579605 12.3161 0.713268 12.4096L10.7133 19.4096C10.866 19.5165 11.0655 19.5296 11.2309 19.4435C11.3963 19.3574 11.5 19.1864 11.5 19L11.5 12.9603L20.7133 19.4096ZM10.5 5.96033L1.8719 12L10.5 18.0397L10.5 5.96033ZM11.8719 12L20.5 5.96033V18.0397L11.8719 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4999 5.96069L1.87183 12.0004L10.4999 18.04L10.4999 5.96069ZM11.8718 12.0004L20.4999 5.96069V18.04L11.8718 12.0004Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.7133 19.4096C20.866 19.5165 21.0655 19.5296 21.2309 19.4435C21.3963 19.3574 21.5 19.1864 21.5 19V5C21.5 4.81356 21.3963 4.64261 21.2309 4.55651C21.0655 4.47041 20.866 4.48347 20.7133 4.59039L11.5 11.0397L11.5 5C11.5 4.81356 11.3963 4.64261 11.2309 4.55651C11.0655 4.47041 10.866 4.48347 10.7133 4.59039L0.713268 11.5904C0.579605 11.684 0.5 11.8368 0.5 12C0.5 12.1632 0.579605 12.3161 0.713268 12.4096L10.7133 19.4096C10.866 19.5165 11.0655 19.5296 11.2309 19.4435C11.3963 19.3574 11.5 19.1864 11.5 19L11.5 12.9603L20.7133 19.4096ZM10.5 5.96033L1.8719 12L10.5 18.0397L10.5 5.96033ZM11.8719 12L20.5 5.96033V18.0397L11.8719 12Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4999 5.96069L1.87183 12.0004L10.4999 18.04L10.4999 5.96069ZM11.8718 12.0004L20.4999 5.96069V18.04L11.8718 12.0004Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-backward-fast",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBackwardFast",
          "declaration": {
            "name": "ObiBackwardFast",
            "module": "src/icons/icon-backward-fast.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-backward-fast",
          "declaration": {
            "name": "ObiBackwardFast",
            "module": "src/icons/icon-backward-fast.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-backward-stopped.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBackwardStopped",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.251 20.4325C18.0968 20.5219 17.9067 20.5226 17.7519 20.4341L3.75193 12.4341C3.59614 12.3451 3.5 12.1794 3.5 12C3.5 11.8206 3.59614 11.6549 3.75193 11.5659L17.7519 3.56588C17.9067 3.47745 18.0968 3.47808 18.251 3.56754C18.4051 3.657 18.5 3.82176 18.5 4L18.5 20C18.5 20.1782 18.4051 20.343 18.251 20.4325ZM17.5 19.1384L17.5 4.86159L5.00778 12L17.5 19.1384Z\" fill=\"currentColor\"/> <path d=\"M17.5 19.1386L17.5 4.86182L5.00781 12.0002L17.5 19.1386Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.251 20.4325C18.0968 20.5219 17.9067 20.5226 17.7519 20.4341L3.75193 12.4341C3.59614 12.3451 3.5 12.1794 3.5 12C3.5 11.8206 3.59614 11.6549 3.75193 11.5659L17.7519 3.56588C17.9067 3.47745 18.0968 3.47808 18.251 3.56754C18.4051 3.657 18.5 3.82176 18.5 4L18.5 20C18.5 20.1782 18.4051 20.343 18.251 20.4325ZM17.5 19.1384L17.5 4.86159L5.00778 12L17.5 19.1384Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M17.5 19.1386L17.5 4.86182L5.00781 12.0002L17.5 19.1386Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-backward-stopped",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBackwardStopped",
          "declaration": {
            "name": "ObiBackwardStopped",
            "module": "src/icons/icon-backward-stopped.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-backward-stopped",
          "declaration": {
            "name": "ObiBackwardStopped",
            "module": "src/icons/icon-backward-stopped.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-backward.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBackward",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.251 20.4325C18.0968 20.5219 17.9067 20.5226 17.7519 20.4341L3.75193 12.4341C3.59614 12.3451 3.5 12.1794 3.5 12C3.5 11.8206 3.59614 11.6549 3.75193 11.5659L17.7519 3.56588C17.9067 3.47745 18.0968 3.47808 18.251 3.56754C18.4051 3.657 18.5 3.82176 18.5 4L18.5 20C18.5 20.1782 18.4051 20.343 18.251 20.4325ZM17.5 19.1384L17.5 4.86159L5.00778 12L17.5 19.1384Z\" fill=\"currentColor\"/> <path d=\"M17.5 19.1386L17.5 4.86182L5.00781 12.0002L17.5 19.1386Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.251 20.4325C18.0968 20.5219 17.9067 20.5226 17.7519 20.4341L3.75193 12.4341C3.59614 12.3451 3.5 12.1794 3.5 12C3.5 11.8206 3.59614 11.6549 3.75193 11.5659L17.7519 3.56588C17.9067 3.47745 18.0968 3.47808 18.251 3.56754C18.4051 3.657 18.5 3.82176 18.5 4L18.5 20C18.5 20.1782 18.4051 20.343 18.251 20.4325ZM17.5 19.1384L17.5 4.86159L5.00778 12L17.5 19.1384Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M17.5 19.1386L17.5 4.86182L5.00781 12.0002L17.5 19.1386Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-backward",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBackward",
          "declaration": {
            "name": "ObiBackward",
            "module": "src/icons/icon-backward.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-backward",
          "declaration": {
            "name": "ObiBackward",
            "module": "src/icons/icon-backward.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-backwards-10s.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBackwards10s",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.9498 8.05027C19.6834 10.7839 19.6834 15.2161 16.9498 17.9498C14.2161 20.6834 9.78395 20.6834 7.05028 17.9498C5.68345 16.5829 5.00003 14.7915 5.00003 13H3.00003C3.00003 15.3033 3.87871 17.6066 5.63607 19.364C9.15079 22.8787 14.8493 22.8787 18.364 19.364C21.8787 15.8493 21.8787 10.1508 18.364 6.63606C16.3648 4.63688 13.6591 3.77484 11.0506 4.04993L12.4142 2.68631L11 1.27209L7.05028 5.22184L11 9.17159L12.4142 7.75738L10.7659 6.10904C12.9427 5.72117 15.2678 6.36824 16.9498 8.05027Z\" fill=\"currentColor\"/> <path d=\"M10.186 16.5259H8.82812V12.8081C8.82812 12.7056 8.82959 12.5796 8.83252 12.4302C8.83545 12.2778 8.83984 12.1226 8.8457 11.9644C8.85156 11.8032 8.85742 11.6582 8.86328 11.5293C8.83105 11.5674 8.76514 11.6333 8.66553 11.7271C8.56885 11.8179 8.47803 11.8999 8.39307 11.9731L7.65479 12.5664L7 11.749L9.06982 10.1011H10.186V16.5259Z\" fill=\"currentColor\"/> <path d=\"M15.9351 13.3135C15.9351 13.832 15.894 14.2949 15.812 14.7021C15.7329 15.1094 15.604 15.4551 15.4253 15.7393C15.2495 16.0234 15.0181 16.2402 14.731 16.3896C14.4438 16.5391 14.0952 16.6138 13.6851 16.6138C13.1694 16.6138 12.7461 16.4834 12.415 16.2227C12.084 15.959 11.8394 15.5811 11.6812 15.0889C11.5229 14.5938 11.4438 14.002 11.4438 13.3135C11.4438 12.6191 11.5156 12.0259 11.6592 11.5337C11.8057 11.0386 12.043 10.6592 12.3711 10.3955C12.6992 10.1318 13.1372 10 13.6851 10C14.1978 10 14.6196 10.1318 14.9507 10.3955C15.2847 10.6562 15.5322 11.0342 15.6934 11.5293C15.8545 12.0215 15.9351 12.6162 15.9351 13.3135ZM12.793 13.3135C12.793 13.8027 12.8193 14.2114 12.8721 14.5396C12.9277 14.8647 13.02 15.1094 13.1489 15.2734C13.2778 15.4375 13.4565 15.5195 13.6851 15.5195C13.9106 15.5195 14.0879 15.439 14.2168 15.2778C14.3486 15.1138 14.4424 14.8691 14.498 14.5439C14.5537 14.2158 14.5815 13.8057 14.5815 13.3135C14.5815 12.8242 14.5537 12.4155 14.498 12.0874C14.4424 11.7593 14.3486 11.5132 14.2168 11.3491C14.0879 11.1821 13.9106 11.0986 13.6851 11.0986C13.4565 11.0986 13.2778 11.1821 13.1489 11.3491C13.02 11.5132 12.9277 11.7593 12.8721 12.0874C12.8193 12.4155 12.793 12.8242 12.793 13.3135Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.9498 8.05027C19.6834 10.7839 19.6834 15.2161 16.9498 17.9498C14.2161 20.6834 9.78395 20.6834 7.05028 17.9498C5.68345 16.5829 5.00003 14.7915 5.00003 13H3.00003C3.00003 15.3033 3.87871 17.6066 5.63607 19.364C9.15079 22.8787 14.8493 22.8787 18.364 19.364C21.8787 15.8493 21.8787 10.1508 18.364 6.63606C16.3648 4.63688 13.6591 3.77484 11.0506 4.04993L12.4142 2.68631L11 1.27209L7.05028 5.22184L11 9.17159L12.4142 7.75738L10.7659 6.10904C12.9427 5.72117 15.2678 6.36824 16.9498 8.05027Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.186 16.5259H8.82812V12.8081C8.82812 12.7056 8.82959 12.5796 8.83252 12.4302C8.83545 12.2778 8.83984 12.1226 8.8457 11.9644C8.85156 11.8032 8.85742 11.6582 8.86328 11.5293C8.83105 11.5674 8.76514 11.6333 8.66553 11.7271C8.56885 11.8179 8.47803 11.8999 8.39307 11.9731L7.65479 12.5664L7 11.749L9.06982 10.1011H10.186V16.5259Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.9351 13.3135C15.9351 13.832 15.894 14.2949 15.812 14.7021C15.7329 15.1094 15.604 15.4551 15.4253 15.7393C15.2495 16.0234 15.0181 16.2402 14.731 16.3896C14.4438 16.5391 14.0952 16.6138 13.6851 16.6138C13.1694 16.6138 12.7461 16.4834 12.415 16.2227C12.084 15.959 11.8394 15.5811 11.6812 15.0889C11.5229 14.5938 11.4438 14.002 11.4438 13.3135C11.4438 12.6191 11.5156 12.0259 11.6592 11.5337C11.8057 11.0386 12.043 10.6592 12.3711 10.3955C12.6992 10.1318 13.1372 10 13.6851 10C14.1978 10 14.6196 10.1318 14.9507 10.3955C15.2847 10.6562 15.5322 11.0342 15.6934 11.5293C15.8545 12.0215 15.9351 12.6162 15.9351 13.3135ZM12.793 13.3135C12.793 13.8027 12.8193 14.2114 12.8721 14.5396C12.9277 14.8647 13.02 15.1094 13.1489 15.2734C13.2778 15.4375 13.4565 15.5195 13.6851 15.5195C13.9106 15.5195 14.0879 15.439 14.2168 15.2778C14.3486 15.1138 14.4424 14.8691 14.498 14.5439C14.5537 14.2158 14.5815 13.8057 14.5815 13.3135C14.5815 12.8242 14.5537 12.4155 14.498 12.0874C14.4424 11.7593 14.3486 11.5132 14.2168 11.3491C14.0879 11.1821 13.9106 11.0986 13.6851 11.0986C13.4565 11.0986 13.2778 11.1821 13.1489 11.3491C13.02 11.5132 12.9277 11.7593 12.8721 12.0874C12.8193 12.4155 12.793 12.8242 12.793 13.3135Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-backwards-10s",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBackwards10s",
          "declaration": {
            "name": "ObiBackwards10s",
            "module": "src/icons/icon-backwards-10s.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-backwards-10s",
          "declaration": {
            "name": "ObiBackwards10s",
            "module": "src/icons/icon-backwards-10s.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-horizontal-100.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryHorizontal100",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 7C2.89543 7 2 7.89543 2 9V15C2 16.1046 2.89543 17 4 17H19C20.1046 17 21 16.1046 21 15V14H22C22.5523 14 23 13.5523 23 13V11C23 10.4477 22.5523 10 22 10H21V9C21 7.89543 20.1046 7 19 7H4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 7C2.89543 7 2 7.89543 2 9V15C2 16.1046 2.89543 17 4 17H19C20.1046 17 21 16.1046 21 15V14H22C22.5523 14 23 13.5523 23 13V11C23 10.4477 22.5523 10 22 10H21V9C21 7.89543 20.1046 7 19 7H4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-horizontal-100",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryHorizontal100",
          "declaration": {
            "name": "ObiBatteryHorizontal100",
            "module": "src/icons/icon-battery-horizontal-100.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-horizontal-100",
          "declaration": {
            "name": "ObiBatteryHorizontal100",
            "module": "src/icons/icon-battery-horizontal-100.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-horizontal-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryHorizontal25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 7C2.89543 7 2 7.89543 2 9V15C2 16.1046 2.89543 17 4 17H19C20.1046 17 21 16.1046 21 15V14H22C22.5523 14 23 13.5523 23 13V11C23 10.4477 22.5523 10 22 10H21V9C21 7.89543 20.1046 7 19 7H4ZM19 9H8V15H19V9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 7C2.89543 7 2 7.89543 2 9V15C2 16.1046 2.89543 17 4 17H19C20.1046 17 21 16.1046 21 15V14H22C22.5523 14 23 13.5523 23 13V11C23 10.4477 22.5523 10 22 10H21V9C21 7.89543 20.1046 7 19 7H4ZM19 9H8V15H19V9Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-horizontal-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryHorizontal25",
          "declaration": {
            "name": "ObiBatteryHorizontal25",
            "module": "src/icons/icon-battery-horizontal-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-horizontal-25",
          "declaration": {
            "name": "ObiBatteryHorizontal25",
            "module": "src/icons/icon-battery-horizontal-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-horizontal-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryHorizontal50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 7C2.89543 7 2 7.89543 2 9V15C2 16.1046 2.89543 17 4 17H19C20.1046 17 21 16.1046 21 15V14H22C22.5523 14 23 13.5523 23 13V11C23 10.4477 22.5523 10 22 10H21V9C21 7.89543 20.1046 7 19 7H4ZM19 9V15H12V9H19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 7C2.89543 7 2 7.89543 2 9V15C2 16.1046 2.89543 17 4 17H19C20.1046 17 21 16.1046 21 15V14H22C22.5523 14 23 13.5523 23 13V11C23 10.4477 22.5523 10 22 10H21V9C21 7.89543 20.1046 7 19 7H4ZM19 9V15H12V9H19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-horizontal-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryHorizontal50",
          "declaration": {
            "name": "ObiBatteryHorizontal50",
            "module": "src/icons/icon-battery-horizontal-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-horizontal-50",
          "declaration": {
            "name": "ObiBatteryHorizontal50",
            "module": "src/icons/icon-battery-horizontal-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-horizontal-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryHorizontal75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 7C2.89543 7 2 7.89543 2 9V15C2 16.1046 2.89543 17 4 17H19C20.1046 17 21 16.1046 21 15V14H22C22.5523 14 23 13.5523 23 13V11C23 10.4477 22.5523 10 22 10H21V9C21 7.89543 20.1046 7 19 7H4ZM19 9H16V15H19V9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 7C2.89543 7 2 7.89543 2 9V15C2 16.1046 2.89543 17 4 17H19C20.1046 17 21 16.1046 21 15V14H22C22.5523 14 23 13.5523 23 13V11C23 10.4477 22.5523 10 22 10H21V9C21 7.89543 20.1046 7 19 7H4ZM19 9H16V15H19V9Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-horizontal-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryHorizontal75",
          "declaration": {
            "name": "ObiBatteryHorizontal75",
            "module": "src/icons/icon-battery-horizontal-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-horizontal-75",
          "declaration": {
            "name": "ObiBatteryHorizontal75",
            "module": "src/icons/icon-battery-horizontal-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-horizontal-charging-100.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryHorizontalCharging100",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.6667 19.7265C10.6667 20.2625 11.3956 20.4228 11.6205 19.9363L16 10.4615H13.3333V4.2734C13.3333 3.73742 12.6044 3.5771 12.3795 4.06362L8 13.5384L10.6667 13.5384L10.6667 19.7265Z\" fill=\"currentColor\"/> <path d=\"M6.63842 12.9091L9.36973 7H4C2.89543 7 2 7.89543 2 9V15C2 16.1046 2.89543 17 4 17H9.16667V15.0384H8C7.48832 15.0384 7.01193 14.7776 6.73627 14.3465C6.46062 13.9154 6.42373 13.3736 6.63842 12.9091Z\" fill=\"currentColor\"/> <path d=\"M16 8.96152H14.8333V7H19C20.1046 7 21 7.89543 21 9V10H22C22.5523 10 23 10.4477 23 11V13C23 13.5523 22.5523 14 22 14H21V15C21 16.1046 20.1046 17 19 17H14.6303L17.3616 11.0909C17.5763 10.6264 17.5394 10.0845 17.2637 9.65344C16.9881 9.22235 16.5117 8.96152 16 8.96152Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.6667 19.7265C10.6667 20.2625 11.3956 20.4228 11.6205 19.9363L16 10.4615H13.3333V4.2734C13.3333 3.73742 12.6044 3.5771 12.3795 4.06362L8 13.5384L10.6667 13.5384L10.6667 19.7265Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.63842 12.9091L9.36973 7H4C2.89543 7 2 7.89543 2 9V15C2 16.1046 2.89543 17 4 17H9.16667V15.0384H8C7.48832 15.0384 7.01193 14.7776 6.73627 14.3465C6.46062 13.9154 6.42373 13.3736 6.63842 12.9091Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16 8.96152H14.8333V7H19C20.1046 7 21 7.89543 21 9V10H22C22.5523 10 23 10.4477 23 11V13C23 13.5523 22.5523 14 22 14H21V15C21 16.1046 20.1046 17 19 17H14.6303L17.3616 11.0909C17.5763 10.6264 17.5394 10.0845 17.2637 9.65344C16.9881 9.22235 16.5117 8.96152 16 8.96152Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-horizontal-charging-100",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryHorizontalCharging100",
          "declaration": {
            "name": "ObiBatteryHorizontalCharging100",
            "module": "src/icons/icon-battery-horizontal-charging-100.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-horizontal-charging-100",
          "declaration": {
            "name": "ObiBatteryHorizontalCharging100",
            "module": "src/icons/icon-battery-horizontal-charging-100.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-horizontal-charging-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryHorizontalCharging25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.6667 19.7265C10.6667 20.2625 11.3956 20.4228 11.6205 19.9363L16 10.4615H13.3333V4.2734C13.3333 3.73742 12.6044 3.5771 12.3795 4.06362L8 13.5384H10.6667V19.7265Z\" fill=\"currentColor\"/> <path d=\"M6 9H8.44529L9.36973 7H4C2.89543 7 2 7.89543 2 9V15C2 16.1046 2.89543 17 4 17H9.16667V15H6V9Z\" fill=\"currentColor\"/> <path d=\"M14.8333 7V9H19V15H15.5547L14.6303 17H19C20.1046 17 21 16.1046 21 15V14H22C22.5523 14 23 13.5523 23 13V11C23 10.4477 22.5523 10 22 10H21V9C21 7.89543 20.1046 7 19 7H14.8333Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.6667 19.7265C10.6667 20.2625 11.3956 20.4228 11.6205 19.9363L16 10.4615H13.3333V4.2734C13.3333 3.73742 12.6044 3.5771 12.3795 4.06362L8 13.5384H10.6667V19.7265Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6 9H8.44529L9.36973 7H4C2.89543 7 2 7.89543 2 9V15C2 16.1046 2.89543 17 4 17H9.16667V15H6V9Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.8333 7V9H19V15H15.5547L14.6303 17H19C20.1046 17 21 16.1046 21 15V14H22C22.5523 14 23 13.5523 23 13V11C23 10.4477 22.5523 10 22 10H21V9C21 7.89543 20.1046 7 19 7H14.8333Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-horizontal-charging-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryHorizontalCharging25",
          "declaration": {
            "name": "ObiBatteryHorizontalCharging25",
            "module": "src/icons/icon-battery-horizontal-charging-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-horizontal-charging-25",
          "declaration": {
            "name": "ObiBatteryHorizontalCharging25",
            "module": "src/icons/icon-battery-horizontal-charging-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-horizontal-charging-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryHorizontalCharging50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.6667 19.7265C10.6667 20.2625 11.3956 20.4228 11.6205 19.9363L16 10.4615H13.3333V4.2734C13.3333 3.73742 12.6044 3.5771 12.3795 4.06362L8 13.5384L10.6667 13.5384L10.6667 19.7265Z\" fill=\"currentColor\"/> <path d=\"M6.63842 12.9091L9.36973 7H4C2.89543 7 2 7.89543 2 9V15C2 16.1046 2.89543 17 4 17H9.16667V15.0384H8C7.48832 15.0384 7.01193 14.7776 6.73627 14.3465C6.46062 13.9154 6.42373 13.3736 6.63842 12.9091Z\" fill=\"currentColor\"/> <path d=\"M19 9H14.8333V7H19C20.1046 7 21 7.89543 21 9V10H22C22.5523 10 23 10.4477 23 11V13C23 13.5523 22.5523 14 22 14H21V15C21 16.1046 20.1046 17 19 17H14.6303L15.5547 15H19V9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.6667 19.7265C10.6667 20.2625 11.3956 20.4228 11.6205 19.9363L16 10.4615H13.3333V4.2734C13.3333 3.73742 12.6044 3.5771 12.3795 4.06362L8 13.5384L10.6667 13.5384L10.6667 19.7265Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.63842 12.9091L9.36973 7H4C2.89543 7 2 7.89543 2 9V15C2 16.1046 2.89543 17 4 17H9.16667V15.0384H8C7.48832 15.0384 7.01193 14.7776 6.73627 14.3465C6.46062 13.9154 6.42373 13.3736 6.63842 12.9091Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 9H14.8333V7H19C20.1046 7 21 7.89543 21 9V10H22C22.5523 10 23 10.4477 23 11V13C23 13.5523 22.5523 14 22 14H21V15C21 16.1046 20.1046 17 19 17H14.6303L15.5547 15H19V9Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-horizontal-charging-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryHorizontalCharging50",
          "declaration": {
            "name": "ObiBatteryHorizontalCharging50",
            "module": "src/icons/icon-battery-horizontal-charging-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-horizontal-charging-50",
          "declaration": {
            "name": "ObiBatteryHorizontalCharging50",
            "module": "src/icons/icon-battery-horizontal-charging-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-horizontal-charging-empty.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryHorizontalChargingEmpty",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.6667 19.7265C10.6667 20.2625 11.3956 20.4228 11.6205 19.9363L16 10.4615H13.3333V4.2734C13.3333 3.73742 12.6044 3.5771 12.3795 4.06362L8 13.5384H10.6667V19.7265Z\" fill=\"currentColor\"/> <path d=\"M8.44529 9L9.36973 7H4C2.89543 7 2 7.89543 2 9V15C2 16.1046 2.89543 17 4 17H9.16667V15H4V9H8.44529Z\" fill=\"currentColor\"/> <path d=\"M14.8333 9V7H19C20.1046 7 21 7.89543 21 9V10H22C22.5523 10 23 10.4477 23 11V13C23 13.5523 22.5523 14 22 14H21V15C21 16.1046 20.1046 17 19 17H14.6303L15.5547 15H19V9H14.8333Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.6667 19.7265C10.6667 20.2625 11.3956 20.4228 11.6205 19.9363L16 10.4615H13.3333V4.2734C13.3333 3.73742 12.6044 3.5771 12.3795 4.06362L8 13.5384H10.6667V19.7265Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.44529 9L9.36973 7H4C2.89543 7 2 7.89543 2 9V15C2 16.1046 2.89543 17 4 17H9.16667V15H4V9H8.44529Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.8333 9V7H19C20.1046 7 21 7.89543 21 9V10H22C22.5523 10 23 10.4477 23 11V13C23 13.5523 22.5523 14 22 14H21V15C21 16.1046 20.1046 17 19 17H14.6303L15.5547 15H19V9H14.8333Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-horizontal-charging-empty",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryHorizontalChargingEmpty",
          "declaration": {
            "name": "ObiBatteryHorizontalChargingEmpty",
            "module": "src/icons/icon-battery-horizontal-charging-empty.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-horizontal-charging-empty",
          "declaration": {
            "name": "ObiBatteryHorizontalChargingEmpty",
            "module": "src/icons/icon-battery-horizontal-charging-empty.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-horizontal-empty.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryHorizontalEmpty",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 9C2 7.89543 2.89543 7 4 7H19C20.1046 7 21 7.89543 21 9V10H22C22.5523 10 23 10.4477 23 11V13C23 13.5523 22.5523 14 22 14H21V15C21 16.1046 20.1046 17 19 17H4C2.89543 17 2 16.1046 2 15V9ZM4 9H19V15H4V9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 9C2 7.89543 2.89543 7 4 7H19C20.1046 7 21 7.89543 21 9V10H22C22.5523 10 23 10.4477 23 11V13C23 13.5523 22.5523 14 22 14H21V15C21 16.1046 20.1046 17 19 17H4C2.89543 17 2 16.1046 2 15V9ZM4 9H19V15H4V9Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-horizontal-empty",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryHorizontalEmpty",
          "declaration": {
            "name": "ObiBatteryHorizontalEmpty",
            "module": "src/icons/icon-battery-horizontal-empty.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-horizontal-empty",
          "declaration": {
            "name": "ObiBatteryHorizontalEmpty",
            "module": "src/icons/icon-battery-horizontal-empty.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-horizontal-error.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryHorizontalError",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.46545 6.87869L2.87966 5.46448L5.00069 7.58551L7.1217 5.46451L8.53591 6.87872L6.41491 8.99972L8.53652 11.1213L7.1223 12.5355L5.00069 10.4139L2.87906 12.5356L1.46484 11.1214L3.58648 8.99972L1.46545 6.87869Z\" fill=\"currentColor\"/> <path d=\"M2 15V14H4V15H19V9H10V7H19C20.1046 7 21 7.89543 21 9V10H22C22.5523 10 23 10.4477 23 11V13C23 13.5523 22.5523 14 22 14H21V15C21 16.1046 20.1046 17 19 17H4C2.89543 17 2 16.1046 2 15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.46545 6.87869L2.87966 5.46448L5.00069 7.58551L7.1217 5.46451L8.53591 6.87872L6.41491 8.99972L8.53652 11.1213L7.1223 12.5355L5.00069 10.4139L2.87906 12.5356L1.46484 11.1214L3.58648 8.99972L1.46545 6.87869Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 15V14H4V15H19V9H10V7H19C20.1046 7 21 7.89543 21 9V10H22C22.5523 10 23 10.4477 23 11V13C23 13.5523 22.5523 14 22 14H21V15C21 16.1046 20.1046 17 19 17H4C2.89543 17 2 16.1046 2 15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-horizontal-error",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryHorizontalError",
          "declaration": {
            "name": "ObiBatteryHorizontalError",
            "module": "src/icons/icon-battery-horizontal-error.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-horizontal-error",
          "declaration": {
            "name": "ObiBatteryHorizontalError",
            "module": "src/icons/icon-battery-horizontal-error.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-horizontal-low.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryHorizontalLow",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 7C2.89543 7 2 7.89543 2 9V15C2 16.1046 2.89543 17 4 17H19C20.1046 17 21 16.1046 21 15V14H22C22.5523 14 23 13.5523 23 13V11C23 10.4477 22.5523 10 22 10H21V9C21 7.89543 20.1046 7 19 7H4ZM19 9H4L8 15H19V9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 7C2.89543 7 2 7.89543 2 9V15C2 16.1046 2.89543 17 4 17H19C20.1046 17 21 16.1046 21 15V14H22C22.5523 14 23 13.5523 23 13V11C23 10.4477 22.5523 10 22 10H21V9C21 7.89543 20.1046 7 19 7H4ZM19 9H4L8 15H19V9Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-horizontal-low",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryHorizontalLow",
          "declaration": {
            "name": "ObiBatteryHorizontalLow",
            "module": "src/icons/icon-battery-horizontal-low.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-horizontal-low",
          "declaration": {
            "name": "ObiBatteryHorizontalLow",
            "module": "src/icons/icon-battery-horizontal-low.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-horizontal-notification.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryHorizontalNotification",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 6H11V14H13V6Z\" fill=\"currentColor\"/> <path d=\"M12 16C11.4477 16 11 16.4477 11 17C11 17.5523 11.4477 18 12 18C12.5523 18 13 17.5523 13 17C13 16.4477 12.5523 16 12 16Z\" fill=\"currentColor\"/> <path d=\"M4 7H9V9H4L8 15H9V17H4C2.89543 17 2 16.1046 2 15V9C2 7.89543 2.89543 7 4 7Z\" fill=\"currentColor\"/> <path d=\"M19 15H15V17H19C20.1046 17 21 16.1046 21 15V14H22C22.5523 14 23 13.5523 23 13V11C23 10.4477 22.5523 10 22 10H21V9C21 7.89543 20.1046 7 19 7H15V9H19V15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 6H11V14H13V6Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 16C11.4477 16 11 16.4477 11 17C11 17.5523 11.4477 18 12 18C12.5523 18 13 17.5523 13 17C13 16.4477 12.5523 16 12 16Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4 7H9V9H4L8 15H9V17H4C2.89543 17 2 16.1046 2 15V9C2 7.89543 2.89543 7 4 7Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 15H15V17H19C20.1046 17 21 16.1046 21 15V14H22C22.5523 14 23 13.5523 23 13V11C23 10.4477 22.5523 10 22 10H21V9C21 7.89543 20.1046 7 19 7H15V9H19V15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-horizontal-notification",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryHorizontalNotification",
          "declaration": {
            "name": "ObiBatteryHorizontalNotification",
            "module": "src/icons/icon-battery-horizontal-notification.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-horizontal-notification",
          "declaration": {
            "name": "ObiBatteryHorizontalNotification",
            "module": "src/icons/icon-battery-horizontal-notification.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-pack-0.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryPack0",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4 6.4H18.069C18.58 6.4 19 6.82 19 7.331V18.069C19 18.58 18.58 19 18.062 19H13.931C13.42 19 13 18.58 13 18.062V7.331C13 6.82 13.42 6.4 13.931 6.4H14.6V5H17.4V6.4ZM14.6 8H17.4V17H14.6V8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.069 6.4H9.4V5H6.6V6.4H5.931C5.42 6.4 5 6.82 5 7.331V18.062C5 18.58 5.42 19 5.931 19H10.062C10.58 19 11 18.58 11 18.069V7.331C11 6.82 10.58 6.4 10.069 6.4ZM9.4 8H6.6V17H9.4V8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 3.5H4C3.72386 3.5 3.5 3.72386 3.5 4V20C3.5 20.2761 3.72386 20.5 4 20.5H20C20.2761 20.5 20.5 20.2761 20.5 20V4C20.5 3.72386 20.2761 3.5 20 3.5ZM4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4 6.4H18.069C18.58 6.4 19 6.82 19 7.331V18.069C19 18.58 18.58 19 18.062 19H13.931C13.42 19 13 18.58 13 18.062V7.331C13 6.82 13.42 6.4 13.931 6.4H14.6V5H17.4V6.4ZM14.6 8H17.4V17H14.6V8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.069 6.4H9.4V5H6.6V6.4H5.931C5.42 6.4 5 6.82 5 7.331V18.062C5 18.58 5.42 19 5.931 19H10.062C10.58 19 11 18.58 11 18.069V7.331C11 6.82 10.58 6.4 10.069 6.4ZM9.4 8H6.6V17H9.4V8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 3.5H4C3.72386 3.5 3.5 3.72386 3.5 4V20C3.5 20.2761 3.72386 20.5 4 20.5H20C20.2761 20.5 20.5 20.2761 20.5 20V4C20.5 3.72386 20.2761 3.5 20 3.5ZM4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-pack-0",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryPack0",
          "declaration": {
            "name": "ObiBatteryPack0",
            "module": "src/icons/icon-battery-pack-0.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-pack-0",
          "declaration": {
            "name": "ObiBatteryPack0",
            "module": "src/icons/icon-battery-pack-0.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-pack-100.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryPack100",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.4 6.4H10.069C10.58 6.4 11 6.82 11 7.331V18.069C11 18.58 10.58 19 10.062 19H5.931C5.42 19 5 18.58 5 18.062V7.331C5 6.82 5.42 6.4 5.931 6.4H6.6V5H9.4V6.4Z\" fill=\"currentColor\"/> <path d=\"M17.4 6.4H18.069C18.58 6.4 19 6.82 19 7.331V18.069C19 18.58 18.58 19 18.062 19H13.931C13.42 19 13 18.58 13 18.062V7.331C13 6.82 13.42 6.4 13.931 6.4H14.6V5H17.4V6.4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4ZM4 3.5H20C20.2761 3.5 20.5 3.72386 20.5 4V20C20.5 20.2761 20.2761 20.5 20 20.5H4C3.72386 20.5 3.5 20.2761 3.5 20V4C3.5 3.72386 3.72386 3.5 4 3.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.4 6.4H10.069C10.58 6.4 11 6.82 11 7.331V18.069C11 18.58 10.58 19 10.062 19H5.931C5.42 19 5 18.58 5 18.062V7.331C5 6.82 5.42 6.4 5.931 6.4H6.6V5H9.4V6.4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.4 6.4H18.069C18.58 6.4 19 6.82 19 7.331V18.069C19 18.58 18.58 19 18.062 19H13.931C13.42 19 13 18.58 13 18.062V7.331C13 6.82 13.42 6.4 13.931 6.4H14.6V5H17.4V6.4Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4ZM4 3.5H20C20.2761 3.5 20.5 3.72386 20.5 4V20C20.5 20.2761 20.2761 20.5 20 20.5H4C3.72386 20.5 3.5 20.2761 3.5 20V4C3.5 3.72386 3.72386 3.5 4 3.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-pack-100",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryPack100",
          "declaration": {
            "name": "ObiBatteryPack100",
            "module": "src/icons/icon-battery-pack-100.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-pack-100",
          "declaration": {
            "name": "ObiBatteryPack100",
            "module": "src/icons/icon-battery-pack-100.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-pack-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryPack25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4 6.4H18.069C18.58 6.4 19 6.82 19 7.331V18.069C19 18.58 18.58 19 18.062 19H13.931C13.42 19 13 18.58 13 18.062V7.331C13 6.82 13.42 6.4 13.931 6.4H14.6V5H17.4V6.4ZM14.6 8H17.4V15.5H14.6V8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.069 6.4H9.4V5H6.6V6.4H5.931C5.42 6.4 5 6.82 5 7.331V18.062C5 18.58 5.42 19 5.931 19H10.062C10.58 19 11 18.58 11 18.069V7.331C11 6.82 10.58 6.4 10.069 6.4ZM9.4 8H6.6V15.5H9.4V8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 3.5H4C3.72386 3.5 3.5 3.72386 3.5 4V20C3.5 20.2761 3.72386 20.5 4 20.5H20C20.2761 20.5 20.5 20.2761 20.5 20V4C20.5 3.72386 20.2761 3.5 20 3.5ZM4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4 6.4H18.069C18.58 6.4 19 6.82 19 7.331V18.069C19 18.58 18.58 19 18.062 19H13.931C13.42 19 13 18.58 13 18.062V7.331C13 6.82 13.42 6.4 13.931 6.4H14.6V5H17.4V6.4ZM14.6 8H17.4V15.5H14.6V8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.069 6.4H9.4V5H6.6V6.4H5.931C5.42 6.4 5 6.82 5 7.331V18.062C5 18.58 5.42 19 5.931 19H10.062C10.58 19 11 18.58 11 18.069V7.331C11 6.82 10.58 6.4 10.069 6.4ZM9.4 8H6.6V15.5H9.4V8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 3.5H4C3.72386 3.5 3.5 3.72386 3.5 4V20C3.5 20.2761 3.72386 20.5 4 20.5H20C20.2761 20.5 20.5 20.2761 20.5 20V4C20.5 3.72386 20.2761 3.5 20 3.5ZM4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-pack-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryPack25",
          "declaration": {
            "name": "ObiBatteryPack25",
            "module": "src/icons/icon-battery-pack-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-pack-25",
          "declaration": {
            "name": "ObiBatteryPack25",
            "module": "src/icons/icon-battery-pack-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-pack-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryPack50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4 6.4H18.069C18.58 6.4 19 6.82 19 7.331V18.069C19 18.58 18.58 19 18.062 19H13.931C13.42 19 13 18.58 13 18.062V7.331C13 6.82 13.42 6.4 13.931 6.4H14.6V5H17.4V6.4ZM14.6 8H17.4V13H14.6V8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.069 6.4H9.4V5H6.6V6.4H5.931C5.42 6.4 5 6.82 5 7.331V18.062C5 18.58 5.42 19 5.931 19H10.062C10.58 19 11 18.58 11 18.069V7.331C11 6.82 10.58 6.4 10.069 6.4ZM9.4 8H6.6V13H9.4V8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 3.5H4C3.72386 3.5 3.5 3.72386 3.5 4V20C3.5 20.2761 3.72386 20.5 4 20.5H20C20.2761 20.5 20.5 20.2761 20.5 20V4C20.5 3.72386 20.2761 3.5 20 3.5ZM4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4 6.4H18.069C18.58 6.4 19 6.82 19 7.331V18.069C19 18.58 18.58 19 18.062 19H13.931C13.42 19 13 18.58 13 18.062V7.331C13 6.82 13.42 6.4 13.931 6.4H14.6V5H17.4V6.4ZM14.6 8H17.4V13H14.6V8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.069 6.4H9.4V5H6.6V6.4H5.931C5.42 6.4 5 6.82 5 7.331V18.062C5 18.58 5.42 19 5.931 19H10.062C10.58 19 11 18.58 11 18.069V7.331C11 6.82 10.58 6.4 10.069 6.4ZM9.4 8H6.6V13H9.4V8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 3.5H4C3.72386 3.5 3.5 3.72386 3.5 4V20C3.5 20.2761 3.72386 20.5 4 20.5H20C20.2761 20.5 20.5 20.2761 20.5 20V4C20.5 3.72386 20.2761 3.5 20 3.5ZM4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-pack-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryPack50",
          "declaration": {
            "name": "ObiBatteryPack50",
            "module": "src/icons/icon-battery-pack-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-pack-50",
          "declaration": {
            "name": "ObiBatteryPack50",
            "module": "src/icons/icon-battery-pack-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-pack-70.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryPack70",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4 6.4H18.069C18.58 6.4 19 6.82 19 7.331V18.069C19 18.58 18.58 19 18.062 19H13.931C13.42 19 13 18.58 13 18.062V7.331C13 6.82 13.42 6.4 13.931 6.4H14.6V5H17.4V6.4ZM14.6 8H17.4V10H14.6V8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.069 6.4H9.4V5H6.6V6.4H5.931C5.42 6.4 5 6.82 5 7.331V18.062C5 18.58 5.42 19 5.931 19H10.062C10.58 19 11 18.58 11 18.069V7.331C11 6.82 10.58 6.4 10.069 6.4ZM9.4 8H6.6V10H9.4V8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 3.5H4C3.72386 3.5 3.5 3.72386 3.5 4V20C3.5 20.2761 3.72386 20.5 4 20.5H20C20.2761 20.5 20.5 20.2761 20.5 20V4C20.5 3.72386 20.2761 3.5 20 3.5ZM4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4 6.4H18.069C18.58 6.4 19 6.82 19 7.331V18.069C19 18.58 18.58 19 18.062 19H13.931C13.42 19 13 18.58 13 18.062V7.331C13 6.82 13.42 6.4 13.931 6.4H14.6V5H17.4V6.4ZM14.6 8H17.4V10H14.6V8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.069 6.4H9.4V5H6.6V6.4H5.931C5.42 6.4 5 6.82 5 7.331V18.062C5 18.58 5.42 19 5.931 19H10.062C10.58 19 11 18.58 11 18.069V7.331C11 6.82 10.58 6.4 10.069 6.4ZM9.4 8H6.6V10H9.4V8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 3.5H4C3.72386 3.5 3.5 3.72386 3.5 4V20C3.5 20.2761 3.72386 20.5 4 20.5H20C20.2761 20.5 20.5 20.2761 20.5 20V4C20.5 3.72386 20.2761 3.5 20 3.5ZM4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-pack-70",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryPack70",
          "declaration": {
            "name": "ObiBatteryPack70",
            "module": "src/icons/icon-battery-pack-70.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-pack-70",
          "declaration": {
            "name": "ObiBatteryPack70",
            "module": "src/icons/icon-battery-pack-70.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-pack-charging.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryPackCharging",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.4 6.4H10.069C10.58 6.4 11 6.82 11 7.331V18.069C11 18.58 10.58 19 10.062 19H5.931C5.42 19 5 18.58 5 18.062V7.331C5 6.82 5.42 6.4 5.931 6.4H6.6V5H9.4V6.4ZM7.53333 17V13.2385H5.931L8.46667 8V12.1615H9.8722L7.53333 17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.069 6.4H17.4V5H14.6V6.4H13.931C13.42 6.4 13 6.82 13 7.331V18.062C13 18.58 13.42 19 13.931 19H18.062C18.58 19 19 18.58 19 18.069V7.331C19 6.82 18.58 6.4 18.069 6.4ZM15.5333 17V13.2385H13.931L16.4667 8V12.1615H17.8722L15.5333 17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4ZM4 3.5H20C20.2761 3.5 20.5 3.72386 20.5 4V20C20.5 20.2761 20.2761 20.5 20 20.5H4C3.72386 20.5 3.5 20.2761 3.5 20V4C3.5 3.72386 3.72386 3.5 4 3.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.4 6.4H10.069C10.58 6.4 11 6.82 11 7.331V18.069C11 18.58 10.58 19 10.062 19H5.931C5.42 19 5 18.58 5 18.062V7.331C5 6.82 5.42 6.4 5.931 6.4H6.6V5H9.4V6.4ZM7.53333 17V13.2385H5.931L8.46667 8V12.1615H9.8722L7.53333 17Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.069 6.4H17.4V5H14.6V6.4H13.931C13.42 6.4 13 6.82 13 7.331V18.062C13 18.58 13.42 19 13.931 19H18.062C18.58 19 19 18.58 19 18.069V7.331C19 6.82 18.58 6.4 18.069 6.4ZM15.5333 17V13.2385H13.931L16.4667 8V12.1615H17.8722L15.5333 17Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4ZM4 3.5H20C20.2761 3.5 20.5 3.72386 20.5 4V20C20.5 20.2761 20.2761 20.5 20 20.5H4C3.72386 20.5 3.5 20.2761 3.5 20V4C3.5 3.72386 3.72386 3.5 4 3.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-pack-charging",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryPackCharging",
          "declaration": {
            "name": "ObiBatteryPackCharging",
            "module": "src/icons/icon-battery-pack-charging.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-pack-charging",
          "declaration": {
            "name": "ObiBatteryPackCharging",
            "module": "src/icons/icon-battery-pack-charging.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-vertical-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryVertical25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 1C10.4477 1 10 1.44772 10 2V3H9C7.89543 3 7 3.89543 7 5L7 20C7 21.1046 7.89543 22 9 22H15C16.1046 22 17 21.1046 17 20V5C17 3.89543 16.1046 3 15 3H14V2C14 1.44772 13.5523 1 13 1L11 1ZM15 16L15 5L9 5L9 16H15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 1C10.4477 1 10 1.44772 10 2V3H9C7.89543 3 7 3.89543 7 5L7 20C7 21.1046 7.89543 22 9 22H15C16.1046 22 17 21.1046 17 20V5C17 3.89543 16.1046 3 15 3H14V2C14 1.44772 13.5523 1 13 1L11 1ZM15 16L15 5L9 5L9 16H15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-vertical-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryVertical25",
          "declaration": {
            "name": "ObiBatteryVertical25",
            "module": "src/icons/icon-battery-vertical-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-vertical-25",
          "declaration": {
            "name": "ObiBatteryVertical25",
            "module": "src/icons/icon-battery-vertical-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-vertical-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryVertical50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 1C10.4477 1 10 1.44772 10 2V3H9C7.89543 3 7 3.89543 7 5L7 20C7 21.1046 7.89543 22 9 22H15C16.1046 22 17 21.1046 17 20V5C17 3.89543 16.1046 3 15 3H14V2C14 1.44772 13.5523 1 13 1L11 1ZM15 12L15 5L9 5L9 12H15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 1C10.4477 1 10 1.44772 10 2V3H9C7.89543 3 7 3.89543 7 5L7 20C7 21.1046 7.89543 22 9 22H15C16.1046 22 17 21.1046 17 20V5C17 3.89543 16.1046 3 15 3H14V2C14 1.44772 13.5523 1 13 1L11 1ZM15 12L15 5L9 5L9 12H15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-vertical-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryVertical50",
          "declaration": {
            "name": "ObiBatteryVertical50",
            "module": "src/icons/icon-battery-vertical-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-vertical-50",
          "declaration": {
            "name": "ObiBatteryVertical50",
            "module": "src/icons/icon-battery-vertical-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-vertical-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryVertical75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 1C10.4477 1 10 1.44772 10 2V3L9 3C7.89543 3 7 3.89543 7 5L7 20C7 21.1046 7.89543 22 9 22H15C16.1046 22 17 21.1046 17 20V5C17 3.89543 16.1046 3 15 3L14 3V2C14 1.44772 13.5523 1 13 1L11 1ZM15 9V5L9 5L9 9H15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 1C10.4477 1 10 1.44772 10 2V3L9 3C7.89543 3 7 3.89543 7 5L7 20C7 21.1046 7.89543 22 9 22H15C16.1046 22 17 21.1046 17 20V5C17 3.89543 16.1046 3 15 3L14 3V2C14 1.44772 13.5523 1 13 1L11 1ZM15 9V5L9 5L9 9H15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-vertical-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryVertical75",
          "declaration": {
            "name": "ObiBatteryVertical75",
            "module": "src/icons/icon-battery-vertical-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-vertical-75",
          "declaration": {
            "name": "ObiBatteryVertical75",
            "module": "src/icons/icon-battery-vertical-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-vertical-charging-100.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryVerticalCharging100",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 2C10 1.44772 10.4477 1 11 1H13C13.5523 1 14 1.44772 14 2V3H15C16.1046 3 17 3.89543 17 5V10.4047C16.9365 10.4915 16.8767 10.5843 16.8211 10.6831L13.2568 17.0195C12.9085 17.6388 12.9149 18.3964 13.2736 19.0097C13.6323 19.6231 14.2895 20 15 20H15.5V21.937C15.3402 21.9781 15.1727 22 15 22H9C7.89543 22 7 21.1046 7 20L7 5C7 3.89543 7.89543 3 9 3L10 3V2Z\" fill=\"currentColor\"/> <path d=\"M15 18L18.5642 11.6637C18.8165 11.2152 19.5 11.3943 19.5 11.9088V16H22L18.4358 22.3364C18.1835 22.7849 17.5 22.6058 17.5 22.0913V18L15 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 2C10 1.44772 10.4477 1 11 1H13C13.5523 1 14 1.44772 14 2V3H15C16.1046 3 17 3.89543 17 5V10.4047C16.9365 10.4915 16.8767 10.5843 16.8211 10.6831L13.2568 17.0195C12.9085 17.6388 12.9149 18.3964 13.2736 19.0097C13.6323 19.6231 14.2895 20 15 20H15.5V21.937C15.3402 21.9781 15.1727 22 15 22H9C7.89543 22 7 21.1046 7 20L7 5C7 3.89543 7.89543 3 9 3L10 3V2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 18L18.5642 11.6637C18.8165 11.2152 19.5 11.3943 19.5 11.9088V16H22L18.4358 22.3364C18.1835 22.7849 17.5 22.6058 17.5 22.0913V18L15 18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-vertical-charging-100",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryVerticalCharging100",
          "declaration": {
            "name": "ObiBatteryVerticalCharging100",
            "module": "src/icons/icon-battery-vertical-charging-100.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-vertical-charging-100",
          "declaration": {
            "name": "ObiBatteryVerticalCharging100",
            "module": "src/icons/icon-battery-vertical-charging-100.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-vertical-charging-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryVerticalCharging25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 1C10.4477 1 10 1.44772 10 2V3H9C7.89543 3 7 3.89543 7 5L7 20C7 21.1046 7.89543 22 9 22H15C15.1727 22 15.3402 21.9781 15.5 21.937V20H15C14.2895 20 13.6323 19.6231 13.2736 19.0097C12.9149 18.3964 12.9085 17.6388 13.2568 17.0195L13.8303 16H9L9 5L15 5L15 13.9206L16.8211 10.6831C16.8767 10.5843 16.9365 10.4915 17 10.4047V5C17 3.89543 16.1046 3 15 3H14V2C14 1.44772 13.5523 1 13 1H11Z\" fill=\"currentColor\"/> <path d=\"M15 18L17.5 18V22.0913C17.5 22.6058 18.1835 22.7849 18.4358 22.3364L22 16H19.5V11.9088C19.5 11.3943 18.8165 11.2152 18.5642 11.6637L15 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 1C10.4477 1 10 1.44772 10 2V3H9C7.89543 3 7 3.89543 7 5L7 20C7 21.1046 7.89543 22 9 22H15C15.1727 22 15.3402 21.9781 15.5 21.937V20H15C14.2895 20 13.6323 19.6231 13.2736 19.0097C12.9149 18.3964 12.9085 17.6388 13.2568 17.0195L13.8303 16H9L9 5L15 5L15 13.9206L16.8211 10.6831C16.8767 10.5843 16.9365 10.4915 17 10.4047V5C17 3.89543 16.1046 3 15 3H14V2C14 1.44772 13.5523 1 13 1H11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 18L17.5 18V22.0913C17.5 22.6058 18.1835 22.7849 18.4358 22.3364L22 16H19.5V11.9088C19.5 11.3943 18.8165 11.2152 18.5642 11.6637L15 18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-vertical-charging-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryVerticalCharging25",
          "declaration": {
            "name": "ObiBatteryVerticalCharging25",
            "module": "src/icons/icon-battery-vertical-charging-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-vertical-charging-25",
          "declaration": {
            "name": "ObiBatteryVerticalCharging25",
            "module": "src/icons/icon-battery-vertical-charging-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-vertical-charging-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryVerticalCharging50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 1C10.4477 1 10 1.44772 10 2V3H9C7.89543 3 7 3.89543 7 5L7 20C7 21.1046 7.89543 22 9 22H15C15.1727 22 15.3402 21.9781 15.5 21.937V20H15C14.2895 20 13.6323 19.6231 13.2736 19.0097C12.9149 18.3964 12.9085 17.6388 13.2568 17.0195L16.8211 10.6831C16.8767 10.5843 16.9365 10.4915 17 10.4047V5C17 3.89543 16.1046 3 15 3H14V2C14 1.44772 13.5523 1 13 1H11ZM15 12L15 5L9 5L9 12H15Z\" fill=\"currentColor\"/> <path d=\"M15 18L17.5 18V22.0913C17.5 22.6058 18.1835 22.7849 18.4358 22.3364L22 16H19.5V11.9088C19.5 11.3943 18.8165 11.2152 18.5642 11.6637L15 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 1C10.4477 1 10 1.44772 10 2V3H9C7.89543 3 7 3.89543 7 5L7 20C7 21.1046 7.89543 22 9 22H15C15.1727 22 15.3402 21.9781 15.5 21.937V20H15C14.2895 20 13.6323 19.6231 13.2736 19.0097C12.9149 18.3964 12.9085 17.6388 13.2568 17.0195L16.8211 10.6831C16.8767 10.5843 16.9365 10.4915 17 10.4047V5C17 3.89543 16.1046 3 15 3H14V2C14 1.44772 13.5523 1 13 1H11ZM15 12L15 5L9 5L9 12H15Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 18L17.5 18V22.0913C17.5 22.6058 18.1835 22.7849 18.4358 22.3364L22 16H19.5V11.9088C19.5 11.3943 18.8165 11.2152 18.5642 11.6637L15 18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-vertical-charging-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryVerticalCharging50",
          "declaration": {
            "name": "ObiBatteryVerticalCharging50",
            "module": "src/icons/icon-battery-vertical-charging-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-vertical-charging-50",
          "declaration": {
            "name": "ObiBatteryVerticalCharging50",
            "module": "src/icons/icon-battery-vertical-charging-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-vertical-charging-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryVerticalCharging75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 1C10.4477 1 10 1.44772 10 2V3H9C7.89543 3 7 3.89543 7 5L7 20C7 21.1046 7.89543 22 9 22H15C15.1727 22 15.3402 21.9781 15.5 21.937V20H15C14.2895 20 13.6323 19.6231 13.2736 19.0097C12.9149 18.3964 12.9085 17.6388 13.2568 17.0195L16.8211 10.6831C16.8767 10.5843 16.9365 10.4915 17 10.4047V5C17 3.89543 16.1046 3 15 3H14V2C14 1.44772 13.5523 1 13 1H11ZM15 8L15 5L9 5L9 8H15Z\" fill=\"currentColor\"/> <path d=\"M15 18L17.5 18V22.0913C17.5 22.6058 18.1835 22.7849 18.4358 22.3364L22 16H19.5V11.9088C19.5 11.3943 18.8165 11.2152 18.5642 11.6637L15 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 1C10.4477 1 10 1.44772 10 2V3H9C7.89543 3 7 3.89543 7 5L7 20C7 21.1046 7.89543 22 9 22H15C15.1727 22 15.3402 21.9781 15.5 21.937V20H15C14.2895 20 13.6323 19.6231 13.2736 19.0097C12.9149 18.3964 12.9085 17.6388 13.2568 17.0195L16.8211 10.6831C16.8767 10.5843 16.9365 10.4915 17 10.4047V5C17 3.89543 16.1046 3 15 3H14V2C14 1.44772 13.5523 1 13 1H11ZM15 8L15 5L9 5L9 8H15Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 18L17.5 18V22.0913C17.5 22.6058 18.1835 22.7849 18.4358 22.3364L22 16H19.5V11.9088C19.5 11.3943 18.8165 11.2152 18.5642 11.6637L15 18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-vertical-charging-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryVerticalCharging75",
          "declaration": {
            "name": "ObiBatteryVerticalCharging75",
            "module": "src/icons/icon-battery-vertical-charging-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-vertical-charging-75",
          "declaration": {
            "name": "ObiBatteryVerticalCharging75",
            "module": "src/icons/icon-battery-vertical-charging-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-vertical-charging-empty.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryVerticalChargingEmpty",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 2C10 1.44772 10.4477 1 11 1H13C13.5523 1 14 1.44772 14 2V3H15C16.1046 3 17 3.89543 17 5V10.4047C16.9365 10.4915 16.8767 10.5843 16.8211 10.6831L15 13.9206L15 5L9 5L9 20H14.9876L15 20H15.5V21.937C15.3402 21.9781 15.1727 22 15 22H9C7.89543 22 7 21.1046 7 20V5C7 3.89543 7.89543 3 9 3H10V2ZM15 18L17 14.4445L18.5642 11.6637C18.8165 11.2152 19.5 11.3943 19.5 11.9088V16H22L18.4358 22.3364C18.1835 22.7849 17.5 22.6058 17.5 22.0913V18L17 18H15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 2C10 1.44772 10.4477 1 11 1H13C13.5523 1 14 1.44772 14 2V3H15C16.1046 3 17 3.89543 17 5V10.4047C16.9365 10.4915 16.8767 10.5843 16.8211 10.6831L15 13.9206L15 5L9 5L9 20H14.9876L15 20H15.5V21.937C15.3402 21.9781 15.1727 22 15 22H9C7.89543 22 7 21.1046 7 20V5C7 3.89543 7.89543 3 9 3H10V2ZM15 18L17 14.4445L18.5642 11.6637C18.8165 11.2152 19.5 11.3943 19.5 11.9088V16H22L18.4358 22.3364C18.1835 22.7849 17.5 22.6058 17.5 22.0913V18L17 18H15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-vertical-charging-empty",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryVerticalChargingEmpty",
          "declaration": {
            "name": "ObiBatteryVerticalChargingEmpty",
            "module": "src/icons/icon-battery-vertical-charging-empty.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-vertical-charging-empty",
          "declaration": {
            "name": "ObiBatteryVerticalChargingEmpty",
            "module": "src/icons/icon-battery-vertical-charging-empty.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-vertical-charging-low.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryVerticalChargingLow",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 1C10.4477 1 10 1.44772 10 2V3H9C7.89543 3 7 3.89543 7 5L7 20C7 21.1046 7.89543 22 9 22H15C15.1727 22 15.3402 21.9781 15.5 21.937V20H15C14.2895 20 13.6323 19.6231 13.2736 19.0097C13.0913 18.698 13 18.3491 13 18V17.5L9 20L9 5L15 5L15 13.9206L16.8211 10.6831C16.8767 10.5843 16.9365 10.4915 17 10.4047V5C17 3.89543 16.1046 3 15 3H14V2C14 1.44772 13.5523 1 13 1H11Z\" fill=\"currentColor\"/> <path d=\"M15 18L17.5 18V22.0913C17.5 22.6058 18.1835 22.7849 18.4358 22.3364L22 16H19.5V11.9088C19.5 11.3943 18.8165 11.2152 18.5642 11.6637L15 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 1C10.4477 1 10 1.44772 10 2V3H9C7.89543 3 7 3.89543 7 5L7 20C7 21.1046 7.89543 22 9 22H15C15.1727 22 15.3402 21.9781 15.5 21.937V20H15C14.2895 20 13.6323 19.6231 13.2736 19.0097C13.0913 18.698 13 18.3491 13 18V17.5L9 20L9 5L15 5L15 13.9206L16.8211 10.6831C16.8767 10.5843 16.9365 10.4915 17 10.4047V5C17 3.89543 16.1046 3 15 3H14V2C14 1.44772 13.5523 1 13 1H11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 18L17.5 18V22.0913C17.5 22.6058 18.1835 22.7849 18.4358 22.3364L22 16H19.5V11.9088C19.5 11.3943 18.8165 11.2152 18.5642 11.6637L15 18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-vertical-charging-low",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryVerticalChargingLow",
          "declaration": {
            "name": "ObiBatteryVerticalChargingLow",
            "module": "src/icons/icon-battery-vertical-charging-low.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-vertical-charging-low",
          "declaration": {
            "name": "ObiBatteryVerticalChargingLow",
            "module": "src/icons/icon-battery-vertical-charging-low.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-vertical-empty.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryVerticalEmpty",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 2C10 1.44772 10.4477 1 11 1L13 1C13.5523 1 14 1.44772 14 2V3H15C16.1046 3 17 3.89543 17 5V20C17 21.1046 16.1046 22 15 22H9C7.89543 22 7 21.1046 7 20L7 5C7 3.89543 7.89543 3 9 3H10V2ZM9 20L9 5L15 5L15 20H9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 2C10 1.44772 10.4477 1 11 1L13 1C13.5523 1 14 1.44772 14 2V3H15C16.1046 3 17 3.89543 17 5V20C17 21.1046 16.1046 22 15 22H9C7.89543 22 7 21.1046 7 20L7 5C7 3.89543 7.89543 3 9 3H10V2ZM9 20L9 5L15 5L15 20H9Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-vertical-empty",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryVerticalEmpty",
          "declaration": {
            "name": "ObiBatteryVerticalEmpty",
            "module": "src/icons/icon-battery-vertical-empty.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-vertical-empty",
          "declaration": {
            "name": "ObiBatteryVerticalEmpty",
            "module": "src/icons/icon-battery-vertical-empty.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-vertical-error.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryVerticalError",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 2C10 1.44772 10.4477 1 11 1H13C13.5523 1 14 1.44772 14 2V3H15C16.1046 3 17 3.89543 17 5V14H15L15 5L9 5L9 20H13V22H9C7.89543 22 7 21.1046 7 20V5C7 3.89543 7.89543 3 9 3H10V2Z\" fill=\"currentColor\"/> <path d=\"M14.4654 16.8787L15.8797 15.4645L18.0007 17.5855L20.1217 15.4645L21.5359 16.8787L19.4149 18.9997L21.5365 21.1213L20.1223 22.5355L18.0007 20.4139L15.8791 22.5356L14.4648 21.1214L16.5865 18.9997L14.4654 16.8787Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 2C10 1.44772 10.4477 1 11 1H13C13.5523 1 14 1.44772 14 2V3H15C16.1046 3 17 3.89543 17 5V14H15L15 5L9 5L9 20H13V22H9C7.89543 22 7 21.1046 7 20V5C7 3.89543 7.89543 3 9 3H10V2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.4654 16.8787L15.8797 15.4645L18.0007 17.5855L20.1217 15.4645L21.5359 16.8787L19.4149 18.9997L21.5365 21.1213L20.1223 22.5355L18.0007 20.4139L15.8791 22.5356L14.4648 21.1214L16.5865 18.9997L14.4654 16.8787Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-vertical-error",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryVerticalError",
          "declaration": {
            "name": "ObiBatteryVerticalError",
            "module": "src/icons/icon-battery-vertical-error.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-vertical-error",
          "declaration": {
            "name": "ObiBatteryVerticalError",
            "module": "src/icons/icon-battery-vertical-error.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-vertical-full.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryVerticalFull",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 1C10.4477 1 10 1.44772 10 2V3H9C7.89543 3 7 3.89543 7 5L7 20C7 21.1046 7.89543 22 9 22H15C16.1046 22 17 21.1046 17 20V5C17 3.89543 16.1046 3 15 3H14V2C14 1.44772 13.5523 1 13 1L11 1Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 1C10.4477 1 10 1.44772 10 2V3H9C7.89543 3 7 3.89543 7 5L7 20C7 21.1046 7.89543 22 9 22H15C16.1046 22 17 21.1046 17 20V5C17 3.89543 16.1046 3 15 3H14V2C14 1.44772 13.5523 1 13 1L11 1Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-vertical-full",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryVerticalFull",
          "declaration": {
            "name": "ObiBatteryVerticalFull",
            "module": "src/icons/icon-battery-vertical-full.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-vertical-full",
          "declaration": {
            "name": "ObiBatteryVerticalFull",
            "module": "src/icons/icon-battery-vertical-full.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-vertical-low.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryVerticalLow",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 1C10.4477 1 10 1.44772 10 2V3H9C7.89543 3 7 3.89543 7 5L7 20C7 21.1046 7.89543 22 9 22H15C16.1046 22 17 21.1046 17 20V5C17 3.89543 16.1046 3 15 3H14V2C14 1.44772 13.5523 1 13 1L11 1ZM9 5L9 20L15 16L15 5L9 5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 1C10.4477 1 10 1.44772 10 2V3H9C7.89543 3 7 3.89543 7 5L7 20C7 21.1046 7.89543 22 9 22H15C16.1046 22 17 21.1046 17 20V5C17 3.89543 16.1046 3 15 3H14V2C14 1.44772 13.5523 1 13 1L11 1ZM9 5L9 20L15 16L15 5L9 5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-vertical-low",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryVerticalLow",
          "declaration": {
            "name": "ObiBatteryVerticalLow",
            "module": "src/icons/icon-battery-vertical-low.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-vertical-low",
          "declaration": {
            "name": "ObiBatteryVerticalLow",
            "module": "src/icons/icon-battery-vertical-low.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-battery-vertical-notification.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBatteryVerticalNotification",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 2C10 1.44772 10.4477 1 11 1H13C13.5523 1 14 1.44772 14 2V3H15C16.1046 3 17 3.89543 17 5V9H15V5L9 5L9 20L14 16.6667V22H9C7.89543 22 7 21.1046 7 20V5C7 3.89543 7.89543 3 9 3H10V2Z\" fill=\"currentColor\"/> <path d=\"M16 11H18V18H16V11Z\" fill=\"currentColor\"/> <path d=\"M16 21C16 20.4477 16.4477 20 17 20C17.5523 20 18 20.4477 18 21C18 21.5523 17.5523 22 17 22C16.4477 22 16 21.5523 16 21Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 2C10 1.44772 10.4477 1 11 1H13C13.5523 1 14 1.44772 14 2V3H15C16.1046 3 17 3.89543 17 5V9H15V5L9 5L9 20L14 16.6667V22H9C7.89543 22 7 21.1046 7 20V5C7 3.89543 7.89543 3 9 3H10V2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16 11H18V18H16V11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16 21C16 20.4477 16.4477 20 17 20C17.5523 20 18 20.4477 18 21C18 21.5523 17.5523 22 17 22C16.4477 22 16 21.5523 16 21Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-battery-vertical-notification",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBatteryVerticalNotification",
          "declaration": {
            "name": "ObiBatteryVerticalNotification",
            "module": "src/icons/icon-battery-vertical-notification.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-battery-vertical-notification",
          "declaration": {
            "name": "ObiBatteryVerticalNotification",
            "module": "src/icons/icon-battery-vertical-notification.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-default.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconDefault",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 21V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 4C10 2.89543 10.8954 2 12 2C13.1046 2 14 2.89543 14 4V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H6ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 21V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 4C10 2.89543 10.8954 2 12 2C13.1046 2 14 2.89543 14 4V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H6ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-default",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconDefault",
          "declaration": {
            "name": "ObiBeaconDefault",
            "module": "src/icons/icon-beacon-default.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-default",
          "declaration": {
            "name": "ObiBeaconDefault",
            "module": "src/icons/icon-beacon-default.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-general-board.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconGeneralBoard",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 4.5V6.5H14.5V4.5H9.5ZM9 3C8.44772 3 8 3.44772 8 4V7C8 7.55228 8.44772 8 9 8H15C15.5523 8 16 7.55228 16 7V4C16 3.44772 15.5523 3 15 3H9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 4.5V6.5H14.5V4.5H9.5ZM9 3C8.44772 3 8 3.44772 8 4V7C8 7.55228 8.44772 8 9 8H15C15.5523 8 16 7.55228 16 7V4C16 3.44772 15.5523 3 15 3H9Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-general-board",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconGeneralBoard",
          "declaration": {
            "name": "ObiBeaconGeneralBoard",
            "module": "src/icons/icon-beacon-general-board.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-general-board",
          "declaration": {
            "name": "ObiBeaconGeneralBoard",
            "module": "src/icons/icon-beacon-general-board.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-general-cone-down.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconGeneralConeDown",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M15 3H9L12 8L15 3Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 3H9L12 8L15 3Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-general-cone-down",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconGeneralConeDown",
          "declaration": {
            "name": "ObiBeaconGeneralConeDown",
            "module": "src/icons/icon-beacon-general-cone-down.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-general-cone-down",
          "declaration": {
            "name": "ObiBeaconGeneralConeDown",
            "module": "src/icons/icon-beacon-general-cone-down.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-general-cone-up.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconGeneralConeUp",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M9 8L15 8L12 3L9 8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9 8L15 8L12 3L9 8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-general-cone-up",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconGeneralConeUp",
          "declaration": {
            "name": "ObiBeaconGeneralConeUp",
            "module": "src/icons/icon-beacon-general-cone-up.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-general-cone-up",
          "declaration": {
            "name": "ObiBeaconGeneralConeUp",
            "module": "src/icons/icon-beacon-general-cone-up.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-general-cross.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconGeneralCross",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M12.75 1H11.25V4.25H8V5.75H11.25V9H12.75V5.75H16V4.25H12.75V1Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.75 1H11.25V4.25H8V5.75H11.25V9H12.75V5.75H16V4.25H12.75V1Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-general-cross",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconGeneralCross",
          "declaration": {
            "name": "ObiBeaconGeneralCross",
            "module": "src/icons/icon-beacon-general-cross.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-general-cross",
          "declaration": {
            "name": "ObiBeaconGeneralCross",
            "module": "src/icons/icon-beacon-general-cross.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-general-cube.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconGeneralCube",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21.0003H6V19.5003H9.04148C9.15648 18.8148 9.50394 18.2082 10 17.7642L10 10.0003H14V17.7642C14.4961 18.2082 14.8435 18.8148 14.9585 19.5003H18V21.0003H14.8293C14.4175 22.1655 13.3062 23.0003 12 23.0003C10.6938 23.0003 9.58254 22.1655 9.17071 21.0003ZM13.5 20.0003C13.5 20.8287 12.8284 21.5003 12 21.5003C11.1716 21.5003 10.5 20.8287 10.5 20.0003C10.5 19.1719 11.1716 18.5003 12 18.5003C12.8284 18.5003 13.5 19.1719 13.5 20.0003Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2.87898L9.87868 5.0003L12 7.12162L14.1213 5.0003L12 2.87898ZM11.2929 1.46477C11.6834 1.07424 12.3166 1.07424 12.7071 1.46477L15.5355 4.2932C15.9261 4.68372 15.9261 5.31688 15.5355 5.70741L12.7071 8.53584C12.3166 8.92636 11.6834 8.92636 11.2929 8.53584L8.46447 5.70741C8.07394 5.31688 8.07394 4.68372 8.46447 4.2932L11.2929 1.46477Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21.0003H6V19.5003H9.04148C9.15648 18.8148 9.50394 18.2082 10 17.7642L10 10.0003H14V17.7642C14.4961 18.2082 14.8435 18.8148 14.9585 19.5003H18V21.0003H14.8293C14.4175 22.1655 13.3062 23.0003 12 23.0003C10.6938 23.0003 9.58254 22.1655 9.17071 21.0003ZM13.5 20.0003C13.5 20.8287 12.8284 21.5003 12 21.5003C11.1716 21.5003 10.5 20.8287 10.5 20.0003C10.5 19.1719 11.1716 18.5003 12 18.5003C12.8284 18.5003 13.5 19.1719 13.5 20.0003Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2.87898L9.87868 5.0003L12 7.12162L14.1213 5.0003L12 2.87898ZM11.2929 1.46477C11.6834 1.07424 12.3166 1.07424 12.7071 1.46477L15.5355 4.2932C15.9261 4.68372 15.9261 5.31688 15.5355 5.70741L12.7071 8.53584C12.3166 8.92636 11.6834 8.92636 11.2929 8.53584L8.46447 5.70741C8.07394 5.31688 8.07394 4.68372 8.46447 4.2932L11.2929 1.46477Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-general-cube",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconGeneralCube",
          "declaration": {
            "name": "ObiBeaconGeneralCube",
            "module": "src/icons/icon-beacon-general-cube.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-general-cube",
          "declaration": {
            "name": "ObiBeaconGeneralCube",
            "module": "src/icons/icon-beacon-general-cube.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-general-danger.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconGeneralDanger",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M13.5 2.5C13.5 3.32843 12.8284 4 12 4C11.1716 4 10.5 3.32843 10.5 2.5C10.5 1.67157 11.1716 1 12 1C12.8284 1 13.5 1.67157 13.5 2.5Z\" fill=\"currentColor\"/> <path d=\"M13.5 6.5C13.5 7.32843 12.8284 8 12 8C11.1716 8 10.5 7.32843 10.5 6.5C10.5 5.67157 11.1716 5 12 5C12.8284 5 13.5 5.67157 13.5 6.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.5 2.5C13.5 3.32843 12.8284 4 12 4C11.1716 4 10.5 3.32843 10.5 2.5C10.5 1.67157 11.1716 1 12 1C12.8284 1 13.5 1.67157 13.5 2.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.5 6.5C13.5 7.32843 12.8284 8 12 8C11.1716 8 10.5 7.32843 10.5 6.5C10.5 5.67157 11.1716 5 12 5C12.8284 5 13.5 5.67157 13.5 6.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-general-danger",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconGeneralDanger",
          "declaration": {
            "name": "ObiBeaconGeneralDanger",
            "module": "src/icons/icon-beacon-general-danger.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-general-danger",
          "declaration": {
            "name": "ObiBeaconGeneralDanger",
            "module": "src/icons/icon-beacon-general-danger.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-general-east.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconGeneralEast",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M14 4H10L12 1L14 4Z\" fill=\"currentColor\"/> <path d=\"M14 6H10L12 9L14 6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14 4H10L12 1L14 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14 6H10L12 9L14 6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-general-east",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconGeneralEast",
          "declaration": {
            "name": "ObiBeaconGeneralEast",
            "module": "src/icons/icon-beacon-general-east.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-general-east",
          "declaration": {
            "name": "ObiBeaconGeneralEast",
            "module": "src/icons/icon-beacon-general-east.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-general-flag.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconGeneralFlag",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C11.4477 2 11 2.44772 11 3V7C11 7.55228 11.4477 8 12 8C12.5523 8 13 7.55228 13 7V3C13 2.44772 12.5523 2 12 2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C11.4477 2 11 2.44772 11 3V7C11 7.55228 11.4477 8 12 8C12.5523 8 13 7.55228 13 7V3C13 2.44772 12.5523 2 12 2Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-general-flag",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconGeneralFlag",
          "declaration": {
            "name": "ObiBeaconGeneralFlag",
            "module": "src/icons/icon-beacon-general-flag.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-general-flag",
          "declaration": {
            "name": "ObiBeaconGeneralFlag",
            "module": "src/icons/icon-beacon-general-flag.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-general-north.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconGeneralNorth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M14 4H10L12 1L14 4Z\" fill=\"currentColor\"/> <path d=\"M10 8H14L12 5L10 8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14 4H10L12 1L14 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10 8H14L12 5L10 8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-general-north",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconGeneralNorth",
          "declaration": {
            "name": "ObiBeaconGeneralNorth",
            "module": "src/icons/icon-beacon-general-north.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-general-north",
          "declaration": {
            "name": "ObiBeaconGeneralNorth",
            "module": "src/icons/icon-beacon-general-north.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-general-south.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconGeneralSouth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M10 1L14 1L12 4L10 1Z\" fill=\"currentColor\"/> <path d=\"M14 5H10L12 8L14 5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10 1L14 1L12 4L10 1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14 5H10L12 8L14 5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-general-south",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconGeneralSouth",
          "declaration": {
            "name": "ObiBeaconGeneralSouth",
            "module": "src/icons/icon-beacon-general-south.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-general-south",
          "declaration": {
            "name": "ObiBeaconGeneralSouth",
            "module": "src/icons/icon-beacon-general-south.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-general-sphere.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconGeneralSphere",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-general-sphere",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconGeneralSphere",
          "declaration": {
            "name": "ObiBeaconGeneralSphere",
            "module": "src/icons/icon-beacon-general-sphere.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-general-sphere",
          "declaration": {
            "name": "ObiBeaconGeneralSphere",
            "module": "src/icons/icon-beacon-general-sphere.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-general-square.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconGeneralSquare",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5 2.5V6.5H13.5V2.5H10.5ZM10 1C9.44772 1 9 1.44772 9 2V7C9 7.55228 9.44772 8 10 8H14C14.5523 8 15 7.55228 15 7V2C15 1.44772 14.5523 1 14 1H10Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5 2.5V6.5H13.5V2.5H10.5ZM10 1C9.44772 1 9 1.44772 9 2V7C9 7.55228 9.44772 8 10 8H14C14.5523 8 15 7.55228 15 7V2C15 1.44772 14.5523 1 14 1H10Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-general-square",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconGeneralSquare",
          "declaration": {
            "name": "ObiBeaconGeneralSquare",
            "module": "src/icons/icon-beacon-general-square.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-general-square",
          "declaration": {
            "name": "ObiBeaconGeneralSquare",
            "module": "src/icons/icon-beacon-general-square.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-general-t-shape.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconGeneralTShape",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M16.0001 2.25H8.00008V3.75L11.25 3.75L11.25 9H12.75L12.75 3.75L16.0001 3.75V2.25Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.0001 2.25H8.00008V3.75L11.25 3.75L11.25 9H12.75L12.75 3.75L16.0001 3.75V2.25Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-general-t-shape",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconGeneralTShape",
          "declaration": {
            "name": "ObiBeaconGeneralTShape",
            "module": "src/icons/icon-beacon-general-t-shape.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-general-t-shape",
          "declaration": {
            "name": "ObiBeaconGeneralTShape",
            "module": "src/icons/icon-beacon-general-t-shape.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-general-west.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconGeneralWest",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M10 1L14 1L12 4L10 1Z\" fill=\"currentColor\"/> <path d=\"M10 8H14L12 5L10 8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H6V19.5H9.04148C9.15648 18.8145 9.50394 18.2079 10 17.7639L10 10H14V17.7639C14.4961 18.2079 14.8435 18.8145 14.9585 19.5H18V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10 1L14 1L12 4L10 1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10 8H14L12 5L10 8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-general-west",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconGeneralWest",
          "declaration": {
            "name": "ObiBeaconGeneralWest",
            "module": "src/icons/icon-beacon-general-west.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-general-west",
          "declaration": {
            "name": "ObiBeaconGeneralWest",
            "module": "src/icons/icon-beacon-general-west.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-general-x-shape.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconGeneralXShape",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21.0001H6V19.5001H9.04148C9.15648 18.8146 9.50394 18.2079 10 17.7639L10 10.0001H14V17.764C14.4961 18.208 14.8435 18.8146 14.9585 19.5001H18V21.0001H14.8293C14.4175 22.1653 13.3062 23.0001 12 23.0001C10.6938 23.0001 9.58254 22.1653 9.17071 21.0001ZM13.5 20.0001C13.5 20.8285 12.8284 21.5001 12 21.5001C11.1716 21.5001 10.5 20.8285 10.5 20.0001C10.5 19.1716 11.1716 18.5001 12 18.5001C12.8284 18.5001 13.5 19.1716 13.5 20.0001Z\" fill=\"currentColor\"/> <path d=\"M15.7072 2.35363L14.6465 1.29297L12.0001 3.93942L9.35363 1.29297L8.29297 2.35363L10.9394 5.00008L8.29297 7.64652L9.35363 8.70718L12.0001 6.06074L14.6465 8.70718L15.7072 7.64652L13.0607 5.00008L15.7072 2.35363Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21.0001H6V19.5001H9.04148C9.15648 18.8146 9.50394 18.2079 10 17.7639L10 10.0001H14V17.764C14.4961 18.208 14.8435 18.8146 14.9585 19.5001H18V21.0001H14.8293C14.4175 22.1653 13.3062 23.0001 12 23.0001C10.6938 23.0001 9.58254 22.1653 9.17071 21.0001ZM13.5 20.0001C13.5 20.8285 12.8284 21.5001 12 21.5001C11.1716 21.5001 10.5 20.8285 10.5 20.0001C10.5 19.1716 11.1716 18.5001 12 18.5001C12.8284 18.5001 13.5 19.1716 13.5 20.0001Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.7072 2.35363L14.6465 1.29297L12.0001 3.93942L9.35363 1.29297L8.29297 2.35363L10.9394 5.00008L8.29297 7.64652L9.35363 8.70718L12.0001 6.06074L14.6465 8.70718L15.7072 7.64652L13.0607 5.00008L15.7072 2.35363Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-general-x-shape",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconGeneralXShape",
          "declaration": {
            "name": "ObiBeaconGeneralXShape",
            "module": "src/icons/icon-beacon-general-x-shape.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-general-x-shape",
          "declaration": {
            "name": "ObiBeaconGeneralXShape",
            "module": "src/icons/icon-beacon-general-x-shape.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-minor-stake.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconMinorStake",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 21V19.5H11L11 4C11 3.44772 11.4477 3 12 3C12.5523 3 13 3.44771 13 4V19.5H16V21H8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 21V19.5H11L11 4C11 3.44772 11.4477 3 12 3C12.5523 3 13 3.44771 13 4V19.5H16V21H8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-minor-stake",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconMinorStake",
          "declaration": {
            "name": "ObiBeaconMinorStake",
            "module": "src/icons/icon-beacon-minor-stake.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-minor-stake",
          "declaration": {
            "name": "ObiBeaconMinorStake",
            "module": "src/icons/icon-beacon-minor-stake.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-tower-board.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconTowerBoard",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 4.5V6.5H14.5V4.5H9.5ZM9 3C8.44772 3 8 3.44772 8 4V7C8 7.55228 8.44772 8 9 8H15C15.5523 8 16 7.55228 16 7V4C16 3.44772 15.5523 3 15 3H9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 4.5V6.5H14.5V4.5H9.5ZM9 3C8.44772 3 8 3.44772 8 4V7C8 7.55228 8.44772 8 9 8H15C15.5523 8 16 7.55228 16 7V4C16 3.44772 15.5523 3 15 3H9Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-tower-board",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconTowerBoard",
          "declaration": {
            "name": "ObiBeaconTowerBoard",
            "module": "src/icons/icon-beacon-tower-board.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-tower-board",
          "declaration": {
            "name": "ObiBeaconTowerBoard",
            "module": "src/icons/icon-beacon-tower-board.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-tower-cone-down.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconTowerConeDown",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 3H9L12 8L15 3Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 3H9L12 8L15 3Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-tower-cone-down",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconTowerConeDown",
          "declaration": {
            "name": "ObiBeaconTowerConeDown",
            "module": "src/icons/icon-beacon-tower-cone-down.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-tower-cone-down",
          "declaration": {
            "name": "ObiBeaconTowerConeDown",
            "module": "src/icons/icon-beacon-tower-cone-down.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-tower-cone-up.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconTowerConeUp",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 8L15 8L12 3L9 8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 8L15 8L12 3L9 8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-tower-cone-up",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconTowerConeUp",
          "declaration": {
            "name": "ObiBeaconTowerConeUp",
            "module": "src/icons/icon-beacon-tower-cone-up.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-tower-cone-up",
          "declaration": {
            "name": "ObiBeaconTowerConeUp",
            "module": "src/icons/icon-beacon-tower-cone-up.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-tower-cross.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconTowerCross",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.75 1H11.25V4.25H8V5.75H11.25V9H12.75V5.75H16V4.25H12.75V1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.75 1H11.25V4.25H8V5.75H11.25V9H12.75V5.75H16V4.25H12.75V1Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-tower-cross",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconTowerCross",
          "declaration": {
            "name": "ObiBeaconTowerCross",
            "module": "src/icons/icon-beacon-tower-cross.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-tower-cross",
          "declaration": {
            "name": "ObiBeaconTowerCross",
            "module": "src/icons/icon-beacon-tower-cross.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-tower-cube.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconTowerCube",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2.87898L9.87868 5.0003L12 7.12162L14.1213 5.0003L12 2.87898ZM11.2929 1.46477C11.6834 1.07424 12.3166 1.07424 12.7071 1.46477L15.5355 4.2932C15.9261 4.68372 15.9261 5.31688 15.5355 5.70741L12.7071 8.53584C12.3166 8.92636 11.6834 8.92636 11.2929 8.53584L8.46447 5.70741C8.07394 5.31688 8.07394 4.68372 8.46447 4.2932L11.2929 1.46477Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10.0003L17.5909 19.5003H19V21.0003H14.8293C14.4175 22.1655 13.3062 23.0003 12 23.0003C10.6938 23.0003 9.58254 22.1655 9.17071 21.0003H5V19.5003H6.40909L9 10.0003H15ZM9.04148 19.5003H7.96388L10.1457 11.5003H13.8543L16.0361 19.5003H14.9585C14.7205 18.0814 13.4865 17.0003 12 17.0003C10.5135 17.0003 9.27952 18.0814 9.04148 19.5003ZM13.5 20.0003C13.5 20.8287 12.8284 21.5003 12 21.5003C11.1716 21.5003 10.5 20.8287 10.5 20.0003C10.5 19.1719 11.1716 18.5003 12 18.5003C12.8284 18.5003 13.5 19.1719 13.5 20.0003Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2.87898L9.87868 5.0003L12 7.12162L14.1213 5.0003L12 2.87898ZM11.2929 1.46477C11.6834 1.07424 12.3166 1.07424 12.7071 1.46477L15.5355 4.2932C15.9261 4.68372 15.9261 5.31688 15.5355 5.70741L12.7071 8.53584C12.3166 8.92636 11.6834 8.92636 11.2929 8.53584L8.46447 5.70741C8.07394 5.31688 8.07394 4.68372 8.46447 4.2932L11.2929 1.46477Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10.0003L17.5909 19.5003H19V21.0003H14.8293C14.4175 22.1655 13.3062 23.0003 12 23.0003C10.6938 23.0003 9.58254 22.1655 9.17071 21.0003H5V19.5003H6.40909L9 10.0003H15ZM9.04148 19.5003H7.96388L10.1457 11.5003H13.8543L16.0361 19.5003H14.9585C14.7205 18.0814 13.4865 17.0003 12 17.0003C10.5135 17.0003 9.27952 18.0814 9.04148 19.5003ZM13.5 20.0003C13.5 20.8287 12.8284 21.5003 12 21.5003C11.1716 21.5003 10.5 20.8287 10.5 20.0003C10.5 19.1719 11.1716 18.5003 12 18.5003C12.8284 18.5003 13.5 19.1719 13.5 20.0003Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-tower-cube",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconTowerCube",
          "declaration": {
            "name": "ObiBeaconTowerCube",
            "module": "src/icons/icon-beacon-tower-cube.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-tower-cube",
          "declaration": {
            "name": "ObiBeaconTowerCube",
            "module": "src/icons/icon-beacon-tower-cube.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-tower-danger.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconTowerDanger",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 2.5C13.5 3.32843 12.8284 4 12 4C11.1716 4 10.5 3.32843 10.5 2.5C10.5 1.67157 11.1716 1 12 1C12.8284 1 13.5 1.67157 13.5 2.5Z\" fill=\"currentColor\"/> <path d=\"M13.5 6.5C13.5 7.32843 12.8284 8 12 8C11.1716 8 10.5 7.32843 10.5 6.5C10.5 5.67157 11.1716 5 12 5C12.8284 5 13.5 5.67157 13.5 6.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 2.5C13.5 3.32843 12.8284 4 12 4C11.1716 4 10.5 3.32843 10.5 2.5C10.5 1.67157 11.1716 1 12 1C12.8284 1 13.5 1.67157 13.5 2.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.5 6.5C13.5 7.32843 12.8284 8 12 8C11.1716 8 10.5 7.32843 10.5 6.5C10.5 5.67157 11.1716 5 12 5C12.8284 5 13.5 5.67157 13.5 6.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-tower-danger",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconTowerDanger",
          "declaration": {
            "name": "ObiBeaconTowerDanger",
            "module": "src/icons/icon-beacon-tower-danger.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-tower-danger",
          "declaration": {
            "name": "ObiBeaconTowerDanger",
            "module": "src/icons/icon-beacon-tower-danger.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-tower-east.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconTowerEast",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 4H10L12 1L14 4Z\" fill=\"currentColor\"/> <path d=\"M14 6H10L12 9L14 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 4H10L12 1L14 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14 6H10L12 9L14 6Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-tower-east",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconTowerEast",
          "declaration": {
            "name": "ObiBeaconTowerEast",
            "module": "src/icons/icon-beacon-tower-east.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-tower-east",
          "declaration": {
            "name": "ObiBeaconTowerEast",
            "module": "src/icons/icon-beacon-tower-east.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-tower-flag.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconTowerFlag",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C11.4477 2 11 2.44772 11 3V7C11 7.55228 11.4477 8 12 8C12.5523 8 13 7.55228 13 7V3C13 2.44772 12.5523 2 12 2Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C11.4477 2 11 2.44772 11 3V7C11 7.55228 11.4477 8 12 8C12.5523 8 13 7.55228 13 7V3C13 2.44772 12.5523 2 12 2Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-tower-flag",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconTowerFlag",
          "declaration": {
            "name": "ObiBeaconTowerFlag",
            "module": "src/icons/icon-beacon-tower-flag.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-tower-flag",
          "declaration": {
            "name": "ObiBeaconTowerFlag",
            "module": "src/icons/icon-beacon-tower-flag.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-tower-north.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconTowerNorth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M14 4H10L12 1L14 4Z\" fill=\"currentColor\"/> <path d=\"M10 8H14L12 5L10 8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14 4H10L12 1L14 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10 8H14L12 5L10 8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-tower-north",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconTowerNorth",
          "declaration": {
            "name": "ObiBeaconTowerNorth",
            "module": "src/icons/icon-beacon-tower-north.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-tower-north",
          "declaration": {
            "name": "ObiBeaconTowerNorth",
            "module": "src/icons/icon-beacon-tower-north.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-tower-south.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconTowerSouth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 1L14 1L12 4L10 1Z\" fill=\"currentColor\"/> <path d=\"M14 5H10L12 8L14 5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 1L14 1L12 4L10 1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14 5H10L12 8L14 5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-tower-south",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconTowerSouth",
          "declaration": {
            "name": "ObiBeaconTowerSouth",
            "module": "src/icons/icon-beacon-tower-south.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-tower-south",
          "declaration": {
            "name": "ObiBeaconTowerSouth",
            "module": "src/icons/icon-beacon-tower-south.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-tower-sphere.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconTowerSphere",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-tower-sphere",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconTowerSphere",
          "declaration": {
            "name": "ObiBeaconTowerSphere",
            "module": "src/icons/icon-beacon-tower-sphere.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-tower-sphere",
          "declaration": {
            "name": "ObiBeaconTowerSphere",
            "module": "src/icons/icon-beacon-tower-sphere.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-tower-square.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconTowerSquare",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5 2.5V6.5H13.5V2.5H10.5ZM10 1C9.44772 1 9 1.44772 9 2V7C9 7.55228 9.44772 8 10 8H14C14.5523 8 15 7.55228 15 7V2C15 1.44772 14.5523 1 14 1H10Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5 2.5V6.5H13.5V2.5H10.5ZM10 1C9.44772 1 9 1.44772 9 2V7C9 7.55228 9.44772 8 10 8H14C14.5523 8 15 7.55228 15 7V2C15 1.44772 14.5523 1 14 1H10Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-tower-square",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconTowerSquare",
          "declaration": {
            "name": "ObiBeaconTowerSquare",
            "module": "src/icons/icon-beacon-tower-square.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-tower-square",
          "declaration": {
            "name": "ObiBeaconTowerSquare",
            "module": "src/icons/icon-beacon-tower-square.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-tower-t-shape.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconTowerTShape",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.0001 2.25H8.00008V3.75L11.25 3.75L11.25 9H12.75L12.75 3.75L16.0001 3.75V2.25Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.0001 2.25H8.00008V3.75L11.25 3.75L11.25 9H12.75L12.75 3.75L16.0001 3.75V2.25Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-tower-t-shape",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconTowerTShape",
          "declaration": {
            "name": "ObiBeaconTowerTShape",
            "module": "src/icons/icon-beacon-tower-t-shape.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-tower-t-shape",
          "declaration": {
            "name": "ObiBeaconTowerTShape",
            "module": "src/icons/icon-beacon-tower-t-shape.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-tower-west.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconTowerWest",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 1L14 1L12 4L10 1Z\" fill=\"currentColor\"/> <path d=\"M10 8H14L12 5L10 8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 1L14 1L12 4L10 1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10 8H14L12 5L10 8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10L17.5909 19.5H19V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21H5V19.5H6.40909L9 10H15ZM9.04148 19.5H7.96388L10.1457 11.5H13.8543L16.0361 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-tower-west",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconTowerWest",
          "declaration": {
            "name": "ObiBeaconTowerWest",
            "module": "src/icons/icon-beacon-tower-west.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-tower-west",
          "declaration": {
            "name": "ObiBeaconTowerWest",
            "module": "src/icons/icon-beacon-tower-west.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-beacon-tower-x-shape.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBeaconTowerXShape",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.7072 2.35363L14.6465 1.29297L12.0001 3.93942L9.35363 1.29297L8.29297 2.35363L10.9394 5.00008L8.29297 7.64652L9.35363 8.70718L12.0001 6.06074L14.6465 8.70718L15.7072 7.64652L13.0607 5.00008L15.7072 2.35363Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10.0001L17.5909 19.5001H19V21.0001H14.8293C14.4175 22.1653 13.3062 23.0001 12 23.0001C10.6938 23.0001 9.58254 22.1653 9.17071 21.0001H5V19.5001H6.40909L9 10.0001H15ZM9.04148 19.5001H7.96388L10.1457 11.5001H13.8543L16.0361 19.5001H14.9585C14.7205 18.0812 13.4865 17.0001 12 17.0001C10.5135 17.0001 9.27952 18.0812 9.04148 19.5001ZM13.5 20.0001C13.5 20.8285 12.8284 21.5001 12 21.5001C11.1716 21.5001 10.5 20.8285 10.5 20.0001C10.5 19.1716 11.1716 18.5001 12 18.5001C12.8284 18.5001 13.5 19.1716 13.5 20.0001Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.7072 2.35363L14.6465 1.29297L12.0001 3.93942L9.35363 1.29297L8.29297 2.35363L10.9394 5.00008L8.29297 7.64652L9.35363 8.70718L12.0001 6.06074L14.6465 8.70718L15.7072 7.64652L13.0607 5.00008L15.7072 2.35363Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10.0001L17.5909 19.5001H19V21.0001H14.8293C14.4175 22.1653 13.3062 23.0001 12 23.0001C10.6938 23.0001 9.58254 22.1653 9.17071 21.0001H5V19.5001H6.40909L9 10.0001H15ZM9.04148 19.5001H7.96388L10.1457 11.5001H13.8543L16.0361 19.5001H14.9585C14.7205 18.0812 13.4865 17.0001 12 17.0001C10.5135 17.0001 9.27952 18.0812 9.04148 19.5001ZM13.5 20.0001C13.5 20.8285 12.8284 21.5001 12 21.5001C11.1716 21.5001 10.5 20.8285 10.5 20.0001C10.5 19.1716 11.1716 18.5001 12 18.5001C12.8284 18.5001 13.5 19.1716 13.5 20.0001Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-beacon-tower-x-shape",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBeaconTowerXShape",
          "declaration": {
            "name": "ObiBeaconTowerXShape",
            "module": "src/icons/icon-beacon-tower-x-shape.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-beacon-tower-x-shape",
          "declaration": {
            "name": "ObiBeaconTowerXShape",
            "module": "src/icons/icon-beacon-tower-x-shape.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-bilge.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBilge",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 2H14V4H4V15.5L12 20L20 15.5V10H22V16.5L12 22L2 16.5V2Z\" fill=\"currentColor\"/> <path d=\"M21.4677 4.25577C20.9457 4.57354 20.2624 4.40912 19.9441 3.88456C19.6264 3.36091 19.7939 2.67616 20.3164 2.35811C20.8375 2.04089 21.521 2.20768 21.8387 2.73132C22.1569 3.25588 21.9893 3.93827 21.4677 4.25577Z\" fill=\"currentColor\"/> <path d=\"M15.9508 5.409C16.269 5.93356 16.9523 6.09798 17.4743 5.78021C17.9959 5.46271 18.1635 4.78032 17.8453 4.25577C17.5276 3.73212 16.8441 3.56533 16.323 3.88255C15.8005 4.2006 15.6331 4.88535 15.9508 5.409Z\" fill=\"currentColor\"/> <path d=\"M20.6223 8.39766C20.1003 8.71543 19.417 8.55101 19.0988 8.02645C18.7811 7.50281 18.9485 6.81805 19.471 6.5C19.9921 6.18278 20.6756 6.34957 20.9933 6.87322C21.3116 7.39777 21.1439 8.08016 20.6223 8.39766Z\" fill=\"currentColor\"/> <path d=\"M18 15V10H6V15L12 18L18 15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 2H14V4H4V15.5L12 20L20 15.5V10H22V16.5L12 22L2 16.5V2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21.4677 4.25577C20.9457 4.57354 20.2624 4.40912 19.9441 3.88456C19.6264 3.36091 19.7939 2.67616 20.3164 2.35811C20.8375 2.04089 21.521 2.20768 21.8387 2.73132C22.1569 3.25588 21.9893 3.93827 21.4677 4.25577Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.9508 5.409C16.269 5.93356 16.9523 6.09798 17.4743 5.78021C17.9959 5.46271 18.1635 4.78032 17.8453 4.25577C17.5276 3.73212 16.8441 3.56533 16.323 3.88255C15.8005 4.2006 15.6331 4.88535 15.9508 5.409Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.6223 8.39766C20.1003 8.71543 19.417 8.55101 19.0988 8.02645C18.7811 7.50281 18.9485 6.81805 19.471 6.5C19.9921 6.18278 20.6756 6.34957 20.9933 6.87322C21.3116 7.39777 21.1439 8.08016 20.6223 8.39766Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 15V10H6V15L12 18L18 15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-bilge",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBilge",
          "declaration": {
            "name": "ObiBilge",
            "module": "src/icons/icon-bilge.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-bilge",
          "declaration": {
            "name": "ObiBilge",
            "module": "src/icons/icon-bilge.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-bipolar_transistor-01.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBipolar_transistor01",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM23 12C23 18.0751 18.0751 23 12 23C6.17694 23 1.41067 18.4753 1.02517 12.75H6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5567L11.625 17.6496L10.5 19.5982L17.1962 20.0001L13.5 14.402L12.375 16.3506L8 13.8247V10.1755L19.2178 3.69895C21.5352 5.71563 23 8.68675 23 12ZM17.9109 2.72143C16.2037 1.6316 14.1756 1 12 1C6.17694 1 1.41067 5.52466 1.02517 11.25H6V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V8.44348L17.9109 2.72143ZM1.00049 11.8953C1.00016 11.9301 1 11.965 1 12C1 12.035 1.00016 12.0699 1.00049 12.1047V11.8953Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM23 12C23 18.0751 18.0751 23 12 23C6.17694 23 1.41067 18.4753 1.02517 12.75H6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5567L11.625 17.6496L10.5 19.5982L17.1962 20.0001L13.5 14.402L12.375 16.3506L8 13.8247V10.1755L19.2178 3.69895C21.5352 5.71563 23 8.68675 23 12ZM17.9109 2.72143C16.2037 1.6316 14.1756 1 12 1C6.17694 1 1.41067 5.52466 1.02517 11.25H6V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V8.44348L17.9109 2.72143ZM1.00049 11.8953C1.00016 11.9301 1 11.965 1 12C1 12.035 1.00016 12.0699 1.00049 12.1047V11.8953Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-bipolar_transistor-01",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBipolar_transistor01",
          "declaration": {
            "name": "ObiBipolar_transistor01",
            "module": "src/icons/icon-bipolar_transistor-01.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-bipolar_transistor-01",
          "declaration": {
            "name": "ObiBipolar_transistor01",
            "module": "src/icons/icon-bipolar_transistor-01.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-bipolar_transistor-02-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBipolar_transistor02Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 23C14.1757 23 16.204 22.3683 17.9112 21.2783L8 15.5561V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V13.824L19.2181 20.3008C21.5353 18.2841 23 15.3131 23 12C23 9.01189 21.8085 6.30205 19.8748 4.31965L14.9728 7.14979L16.0981 9.09884L9.40198 9.50077L13.0981 3.90269L14.2228 5.85075L18.6931 3.26987C16.8389 1.84624 14.5183 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM17.9112 21.2783C16.204 22.3683 14.1757 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C14.5183 1 16.8389 1.84624 18.6931 3.26987L14.2228 5.85075L13.0981 3.90269L9.40198 9.50077L16.0981 9.09884L14.9728 7.14979L19.8748 4.31965C21.8085 6.30205 23 9.01189 23 12C23 15.3131 21.5353 18.2841 19.2181 20.3008L8 13.824V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5561L17.9112 21.2783Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 23C14.1757 23 16.204 22.3683 17.9112 21.2783L8 15.5561V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V13.824L19.2181 20.3008C21.5353 18.2841 23 15.3131 23 12C23 9.01189 21.8085 6.30205 19.8748 4.31965L14.9728 7.14979L16.0981 9.09884L9.40198 9.50077L13.0981 3.90269L14.2228 5.85075L18.6931 3.26987C16.8389 1.84624 14.5183 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM17.9112 21.2783C16.204 22.3683 14.1757 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C14.5183 1 16.8389 1.84624 18.6931 3.26987L14.2228 5.85075L13.0981 3.90269L9.40198 9.50077L16.0981 9.09884L14.9728 7.14979L19.8748 4.31965C21.8085 6.30205 23 9.01189 23 12C23 15.3131 21.5353 18.2841 19.2181 20.3008L8 13.824V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5561L17.9112 21.2783Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-bipolar_transistor-02-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBipolar_transistor02Off",
          "declaration": {
            "name": "ObiBipolar_transistor02Off",
            "module": "src/icons/icon-bipolar_transistor-02-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-bipolar_transistor-02-off",
          "declaration": {
            "name": "ObiBipolar_transistor02Off",
            "module": "src/icons/icon-bipolar_transistor-02-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-bipolar_transistor-02-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBipolar_transistor02On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 23C14.1757 23 16.204 22.3683 17.9112 21.2783L8 15.5561V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V13.824L19.2181 20.3008C21.5353 18.2841 23 15.3131 23 12C23 9.01189 21.8085 6.30205 19.8748 4.31965L14.9728 7.14979L16.0981 9.09884L9.40198 9.50077L13.0981 3.90269L14.2228 5.85075L18.6931 3.26987C16.8389 1.84624 14.5183 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM17.9112 21.2783C16.204 22.3683 14.1757 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C14.5183 1 16.8389 1.84624 18.6931 3.26987L14.2228 5.85075L13.0981 3.90269L9.40198 9.50077L16.0981 9.09884L14.9728 7.14979L19.8748 4.31965C21.8085 6.30205 23 9.01189 23 12C23 15.3131 21.5353 18.2841 19.2181 20.3008L8 13.824V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5561L17.9112 21.2783Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 23C14.1757 23 16.204 22.3683 17.9112 21.2783L8 15.5561V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V13.824L19.2181 20.3008C21.5353 18.2841 23 15.3131 23 12C23 9.01189 21.8085 6.30205 19.8748 4.31965L14.9728 7.14979L16.0981 9.09884L9.40198 9.50077L13.0981 3.90269L14.2228 5.85075L18.6931 3.26987C16.8389 1.84624 14.5183 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM17.9112 21.2783C16.204 22.3683 14.1757 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C14.5183 1 16.8389 1.84624 18.6931 3.26987L14.2228 5.85075L13.0981 3.90269L9.40198 9.50077L16.0981 9.09884L14.9728 7.14979L19.8748 4.31965C21.8085 6.30205 23 9.01189 23 12C23 15.3131 21.5353 18.2841 19.2181 20.3008L8 13.824V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5561L17.9112 21.2783Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-bipolar_transistor-02-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBipolar_transistor02On",
          "declaration": {
            "name": "ObiBipolar_transistor02On",
            "module": "src/icons/icon-bipolar_transistor-02-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-bipolar_transistor-02-on",
          "declaration": {
            "name": "ObiBipolar_transistor02On",
            "module": "src/icons/icon-bipolar_transistor-02-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-bipolar_transistor-02.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBipolar_transistor02",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM17.9112 21.2783C16.204 22.3683 14.1757 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C14.5183 1 16.8389 1.84624 18.6931 3.26987L14.2228 5.85075L13.0981 3.90269L9.40198 9.50077L16.0981 9.09884L14.9728 7.14979L19.8748 4.31965C21.8085 6.30205 23 9.01189 23 12C23 15.3131 21.5353 18.2841 19.2181 20.3008L8 13.824V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5561L17.9112 21.2783Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM17.9112 21.2783C16.204 22.3683 14.1757 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C14.5183 1 16.8389 1.84624 18.6931 3.26987L14.2228 5.85075L13.0981 3.90269L9.40198 9.50077L16.0981 9.09884L14.9728 7.14979L19.8748 4.31965C21.8085 6.30205 23 9.01189 23 12C23 15.3131 21.5353 18.2841 19.2181 20.3008L8 13.824V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5561L17.9112 21.2783Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-bipolar_transistor-02",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBipolar_transistor02",
          "declaration": {
            "name": "ObiBipolar_transistor02",
            "module": "src/icons/icon-bipolar_transistor-02.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-bipolar_transistor-02",
          "declaration": {
            "name": "ObiBipolar_transistor02",
            "module": "src/icons/icon-bipolar_transistor-02.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-bipolar_transistor-03-flat.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBipolar_transistor03Flat",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 13.8245V10.1753L19.3032 3.64938L18.5532 2.35034L8 8.44325V5.99997C8 5.44768 7.55228 4.99997 7 4.99997C6.44772 4.99997 6 5.44768 6 5.99997V11.25H1.00049V12.75H6V18C6 18.5522 6.44772 19 7 19C7.55228 19 8 18.5522 8 18V15.5565L13.5211 18.7441L9.80576 19.7396L10.194 21.1885L16.3825 19.5303L14.7243 13.3418L13.2754 13.73L14.2708 17.4449L8 13.8245Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 13.8245V10.1753L19.3032 3.64938L18.5532 2.35034L8 8.44325V5.99997C8 5.44768 7.55228 4.99997 7 4.99997C6.44772 4.99997 6 5.44768 6 5.99997V11.25H1.00049V12.75H6V18C6 18.5522 6.44772 19 7 19C7.55228 19 8 18.5522 8 18V15.5565L13.5211 18.7441L9.80576 19.7396L10.194 21.1885L16.3825 19.5303L14.7243 13.3418L13.2754 13.73L14.2708 17.4449L8 13.8245Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-bipolar_transistor-03-flat",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBipolar_transistor03Flat",
          "declaration": {
            "name": "ObiBipolar_transistor03Flat",
            "module": "src/icons/icon-bipolar_transistor-03-flat.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-bipolar_transistor-03-flat",
          "declaration": {
            "name": "ObiBipolar_transistor03Flat",
            "module": "src/icons/icon-bipolar_transistor-03-flat.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-bipolar_transistor-03-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBipolar_transistor03Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 23C18.0751 23 23 18.0751 23 12C23 8.68675 21.5352 5.71563 19.2178 3.69895L8 10.1755V13.8243L14.2711 17.445L13.2757 13.73L14.7246 13.3418L16.3828 19.5303L10.1943 21.1886L9.80605 19.7397L13.5214 18.7441L8 15.5564V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18V12.75H1.02517C1.41067 18.4753 6.17694 23 12 23Z\" fill=\"currentColor\"/> <path d=\"M12 1C14.1756 1 16.2037 1.6316 17.9109 2.72143L8 8.44348V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V11.25H1.02517C1.41067 5.52466 6.17694 1 12 1Z\" fill=\"currentColor\"/> <path d=\"M1 12C1 11.965 1.00016 11.9301 1.00049 11.8953V12.1047C1.00016 12.0699 1 12.035 1 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM23 12C23 18.0751 18.0751 23 12 23C6.17694 23 1.41067 18.4753 1.02517 12.75H6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5564L13.5214 18.7441L9.80605 19.7397L10.1943 21.1886L16.3828 19.5303L14.7246 13.3418L13.2757 13.73L14.2711 17.445L8 13.8243V10.1755L19.2178 3.69895C21.5352 5.71563 23 8.68675 23 12ZM17.9109 2.72143C16.2037 1.6316 14.1756 1 12 1C6.17694 1 1.41067 5.52466 1.02517 11.25H6V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V8.44348L17.9109 2.72143ZM1.00049 11.8953C1.00016 11.9301 1 11.965 1 12C1 12.035 1.00016 12.0699 1.00049 12.1047V11.8953Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 23C18.0751 23 23 18.0751 23 12C23 8.68675 21.5352 5.71563 19.2178 3.69895L8 10.1755V13.8243L14.2711 17.445L13.2757 13.73L14.7246 13.3418L16.3828 19.5303L10.1943 21.1886L9.80605 19.7397L13.5214 18.7441L8 15.5564V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18V12.75H1.02517C1.41067 18.4753 6.17694 23 12 23Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M12 1C14.1756 1 16.2037 1.6316 17.9109 2.72143L8 8.44348V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V11.25H1.02517C1.41067 5.52466 6.17694 1 12 1Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M1 12C1 11.965 1.00016 11.9301 1.00049 11.8953V12.1047C1.00016 12.0699 1 12.035 1 12Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM23 12C23 18.0751 18.0751 23 12 23C6.17694 23 1.41067 18.4753 1.02517 12.75H6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5564L13.5214 18.7441L9.80605 19.7397L10.1943 21.1886L16.3828 19.5303L14.7246 13.3418L13.2757 13.73L14.2711 17.445L8 13.8243V10.1755L19.2178 3.69895C21.5352 5.71563 23 8.68675 23 12ZM17.9109 2.72143C16.2037 1.6316 14.1756 1 12 1C6.17694 1 1.41067 5.52466 1.02517 11.25H6V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V8.44348L17.9109 2.72143ZM1.00049 11.8953C1.00016 11.9301 1 11.965 1 12C1 12.035 1.00016 12.0699 1.00049 12.1047V11.8953Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-bipolar_transistor-03-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBipolar_transistor03Off",
          "declaration": {
            "name": "ObiBipolar_transistor03Off",
            "module": "src/icons/icon-bipolar_transistor-03-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-bipolar_transistor-03-off",
          "declaration": {
            "name": "ObiBipolar_transistor03Off",
            "module": "src/icons/icon-bipolar_transistor-03-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-bipolar_transistor-03-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBipolar_transistor03On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 23C18.0751 23 23 18.0751 23 12C23 8.68675 21.5352 5.71563 19.2178 3.69895L8 10.1755V13.8243L14.2711 17.445L13.2757 13.73L14.7246 13.3418L16.3828 19.5303L10.1943 21.1886L9.80605 19.7397L13.5214 18.7441L8 15.5564V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18V12.75H1.02517C1.41067 18.4753 6.17694 23 12 23Z\" fill=\"currentColor\"/> <path d=\"M12 1C14.1756 1 16.2037 1.6316 17.9109 2.72143L8 8.44348V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V11.25H1.02517C1.41067 5.52466 6.17694 1 12 1Z\" fill=\"currentColor\"/> <path d=\"M1 12C1 11.965 1.00016 11.9301 1.00049 11.8953V12.1047C1.00016 12.0699 1 12.035 1 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM23 12C23 18.0751 18.0751 23 12 23C6.17694 23 1.41067 18.4753 1.02517 12.75H6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5564L13.5214 18.7441L9.80605 19.7397L10.1943 21.1886L16.3828 19.5303L14.7246 13.3418L13.2757 13.73L14.2711 17.445L8 13.8243V10.1755L19.2178 3.69895C21.5352 5.71563 23 8.68675 23 12ZM17.9109 2.72143C16.2037 1.6316 14.1756 1 12 1C6.17694 1 1.41067 5.52466 1.02517 11.25H6V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V8.44348L17.9109 2.72143ZM1.00049 11.8953C1.00016 11.9301 1 11.965 1 12C1 12.035 1.00016 12.0699 1.00049 12.1047V11.8953Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 23C18.0751 23 23 18.0751 23 12C23 8.68675 21.5352 5.71563 19.2178 3.69895L8 10.1755V13.8243L14.2711 17.445L13.2757 13.73L14.7246 13.3418L16.3828 19.5303L10.1943 21.1886L9.80605 19.7397L13.5214 18.7441L8 15.5564V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18V12.75H1.02517C1.41067 18.4753 6.17694 23 12 23Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M12 1C14.1756 1 16.2037 1.6316 17.9109 2.72143L8 8.44348V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V11.25H1.02517C1.41067 5.52466 6.17694 1 12 1Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M1 12C1 11.965 1.00016 11.9301 1.00049 11.8953V12.1047C1.00016 12.0699 1 12.035 1 12Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM23 12C23 18.0751 18.0751 23 12 23C6.17694 23 1.41067 18.4753 1.02517 12.75H6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5564L13.5214 18.7441L9.80605 19.7397L10.1943 21.1886L16.3828 19.5303L14.7246 13.3418L13.2757 13.73L14.2711 17.445L8 13.8243V10.1755L19.2178 3.69895C21.5352 5.71563 23 8.68675 23 12ZM17.9109 2.72143C16.2037 1.6316 14.1756 1 12 1C6.17694 1 1.41067 5.52466 1.02517 11.25H6V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V8.44348L17.9109 2.72143ZM1.00049 11.8953C1.00016 11.9301 1 11.965 1 12C1 12.035 1.00016 12.0699 1.00049 12.1047V11.8953Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-bipolar_transistor-03-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBipolar_transistor03On",
          "declaration": {
            "name": "ObiBipolar_transistor03On",
            "module": "src/icons/icon-bipolar_transistor-03-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-bipolar_transistor-03-on",
          "declaration": {
            "name": "ObiBipolar_transistor03On",
            "module": "src/icons/icon-bipolar_transistor-03-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-bipolar_transistor-03.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBipolar_transistor03",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM23 12C23 18.0751 18.0751 23 12 23C6.17694 23 1.41067 18.4753 1.02517 12.75H6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5564L13.5214 18.7441L9.80605 19.7397L10.1943 21.1886L16.3828 19.5303L14.7246 13.3418L13.2757 13.73L14.2711 17.445L8 13.8243V10.1755L19.2178 3.69895C21.5352 5.71563 23 8.68675 23 12ZM17.9109 2.72143C16.2037 1.6316 14.1756 1 12 1C6.17694 1 1.41067 5.52466 1.02517 11.25H6V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V8.44348L17.9109 2.72143ZM1.00049 11.8953C1.00016 11.9301 1 11.965 1 12C1 12.035 1.00016 12.0699 1.00049 12.1047V11.8953Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM23 12C23 18.0751 18.0751 23 12 23C6.17694 23 1.41067 18.4753 1.02517 12.75H6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5564L13.5214 18.7441L9.80605 19.7397L10.1943 21.1886L16.3828 19.5303L14.7246 13.3418L13.2757 13.73L14.2711 17.445L8 13.8243V10.1755L19.2178 3.69895C21.5352 5.71563 23 8.68675 23 12ZM17.9109 2.72143C16.2037 1.6316 14.1756 1 12 1C6.17694 1 1.41067 5.52466 1.02517 11.25H6V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V8.44348L17.9109 2.72143ZM1.00049 11.8953C1.00016 11.9301 1 11.965 1 12C1 12.035 1.00016 12.0699 1.00049 12.1047V11.8953Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-bipolar_transistor-03",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBipolar_transistor03",
          "declaration": {
            "name": "ObiBipolar_transistor03",
            "module": "src/icons/icon-bipolar_transistor-03.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-bipolar_transistor-03",
          "declaration": {
            "name": "ObiBipolar_transistor03",
            "module": "src/icons/icon-bipolar_transistor-03.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-bipolar_transistor-04-flat.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBipolar_transistor04Flat",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.7924 9.23967L16.4042 10.6886L10.2156 9.03034L11.8739 2.8418L13.3228 3.23003L12.3273 6.94503L19.4194 2.8504L20.1694 4.14944L13.0772 8.24417L16.7924 9.23967Z\" fill=\"currentColor\"/> <path d=\"M6 6.00003C6 5.44774 6.44772 5.00002 7 5.00002C7.55228 5.00002 8 5.44774 8 6.00002V13.8245L19.3032 20.3504L18.5532 21.6494L8 15.5565V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18V12.75H1V11.25H6V6.00003Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.7924 9.23967L16.4042 10.6886L10.2156 9.03034L11.8739 2.8418L13.3228 3.23003L12.3273 6.94503L19.4194 2.8504L20.1694 4.14944L13.0772 8.24417L16.7924 9.23967Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M6 6.00003C6 5.44774 6.44772 5.00002 7 5.00002C7.55228 5.00002 8 5.44774 8 6.00002V13.8245L19.3032 20.3504L18.5532 21.6494L8 15.5565V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18V12.75H1V11.25H6V6.00003Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-bipolar_transistor-04-flat",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBipolar_transistor04Flat",
          "declaration": {
            "name": "ObiBipolar_transistor04Flat",
            "module": "src/icons/icon-bipolar_transistor-04-flat.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-bipolar_transistor-04-flat",
          "declaration": {
            "name": "ObiBipolar_transistor04Flat",
            "module": "src/icons/icon-bipolar_transistor-04-flat.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-bipolar_transistor-04-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBipolar_transistor04Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 23C14.1755 23 16.2036 22.3684 17.9107 21.2787L8 15.5567V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18V12.75H1.02517C1.41067 18.4753 6.17694 23 12 23Z\" fill=\"currentColor\"/> <path d=\"M8 13.8246L19.2176 20.3012C21.5351 18.2845 23 15.3133 23 12C23 9.0118 21.8085 6.30189 19.8746 4.31948L13.0768 8.24417L16.7921 9.23967L16.4039 10.6886L10.2153 9.03034L11.8735 2.8418L13.3224 3.23003L12.327 6.94506L18.6929 3.26971C16.8388 1.84618 14.5182 1 12 1C6.17694 1 1.41067 5.52466 1.02517 11.25H6V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V13.8246Z\" fill=\"currentColor\"/> <path d=\"M1 12L1.00017 11.9386V12.0614L1 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM17.9107 21.2787C16.2036 22.3684 14.1755 23 12 23C6.17694 23 1.41067 18.4753 1.02517 12.75H6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5567L17.9107 21.2787ZM19.2176 20.3012L8 13.8246V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V11.25H1.02517C1.41067 5.52466 6.17694 1 12 1C14.5182 1 16.8388 1.84618 18.6929 3.26971L12.327 6.94506L13.3224 3.23003L11.8735 2.8418L10.2153 9.03034L16.4039 10.6886L16.7921 9.23967L13.0768 8.24417L19.8746 4.31948C21.8085 6.30189 23 9.0118 23 12C23 15.3133 21.5351 18.2845 19.2176 20.3012ZM1.00017 11.9386C1.00006 11.959 1 11.9795 1 12C1 12.0205 1.00006 12.041 1.00017 12.0614V11.9386Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 23C14.1755 23 16.2036 22.3684 17.9107 21.2787L8 15.5567V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18V12.75H1.02517C1.41067 18.4753 6.17694 23 12 23Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M8 13.8246L19.2176 20.3012C21.5351 18.2845 23 15.3133 23 12C23 9.0118 21.8085 6.30189 19.8746 4.31948L13.0768 8.24417L16.7921 9.23967L16.4039 10.6886L10.2153 9.03034L11.8735 2.8418L13.3224 3.23003L12.327 6.94506L18.6929 3.26971C16.8388 1.84618 14.5182 1 12 1C6.17694 1 1.41067 5.52466 1.02517 11.25H6V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V13.8246Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M1 12L1.00017 11.9386V12.0614L1 12Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM17.9107 21.2787C16.2036 22.3684 14.1755 23 12 23C6.17694 23 1.41067 18.4753 1.02517 12.75H6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5567L17.9107 21.2787ZM19.2176 20.3012L8 13.8246V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V11.25H1.02517C1.41067 5.52466 6.17694 1 12 1C14.5182 1 16.8388 1.84618 18.6929 3.26971L12.327 6.94506L13.3224 3.23003L11.8735 2.8418L10.2153 9.03034L16.4039 10.6886L16.7921 9.23967L13.0768 8.24417L19.8746 4.31948C21.8085 6.30189 23 9.0118 23 12C23 15.3133 21.5351 18.2845 19.2176 20.3012ZM1.00017 11.9386C1.00006 11.959 1 11.9795 1 12C1 12.0205 1.00006 12.041 1.00017 12.0614V11.9386Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-bipolar_transistor-04-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBipolar_transistor04Off",
          "declaration": {
            "name": "ObiBipolar_transistor04Off",
            "module": "src/icons/icon-bipolar_transistor-04-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-bipolar_transistor-04-off",
          "declaration": {
            "name": "ObiBipolar_transistor04Off",
            "module": "src/icons/icon-bipolar_transistor-04-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-bipolar_transistor-04-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBipolar_transistor04On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 23C14.1755 23 16.2036 22.3684 17.9107 21.2787L8 15.5567V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18V12.75H1.02517C1.41067 18.4753 6.17694 23 12 23Z\" fill=\"currentColor\"/> <path d=\"M8 13.8246L19.2176 20.3012C21.5351 18.2845 23 15.3133 23 12C23 9.0118 21.8085 6.30189 19.8746 4.31948L13.0768 8.24417L16.7921 9.23967L16.4039 10.6886L10.2153 9.03034L11.8735 2.8418L13.3224 3.23003L12.327 6.94506L18.6929 3.26971C16.8388 1.84618 14.5182 1 12 1C6.17694 1 1.41067 5.52466 1.02517 11.25H6V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V13.8246Z\" fill=\"currentColor\"/> <path d=\"M1 12L1.00017 11.9386V12.0614L1 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM17.9107 21.2787C16.2036 22.3684 14.1755 23 12 23C6.17694 23 1.41067 18.4753 1.02517 12.75H6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5567L17.9107 21.2787ZM19.2176 20.3012L8 13.8246V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V11.25H1.02517C1.41067 5.52466 6.17694 1 12 1C14.5182 1 16.8388 1.84618 18.6929 3.26971L12.327 6.94506L13.3224 3.23003L11.8735 2.8418L10.2153 9.03034L16.4039 10.6886L16.7921 9.23967L13.0768 8.24417L19.8746 4.31948C21.8085 6.30189 23 9.0118 23 12C23 15.3133 21.5351 18.2845 19.2176 20.3012ZM1.00017 11.9386C1.00006 11.959 1 11.9795 1 12C1 12.0205 1.00006 12.041 1.00017 12.0614V11.9386Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 23C14.1755 23 16.2036 22.3684 17.9107 21.2787L8 15.5567V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18V12.75H1.02517C1.41067 18.4753 6.17694 23 12 23Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M8 13.8246L19.2176 20.3012C21.5351 18.2845 23 15.3133 23 12C23 9.0118 21.8085 6.30189 19.8746 4.31948L13.0768 8.24417L16.7921 9.23967L16.4039 10.6886L10.2153 9.03034L11.8735 2.8418L13.3224 3.23003L12.327 6.94506L18.6929 3.26971C16.8388 1.84618 14.5182 1 12 1C6.17694 1 1.41067 5.52466 1.02517 11.25H6V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V13.8246Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M1 12L1.00017 11.9386V12.0614L1 12Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM17.9107 21.2787C16.2036 22.3684 14.1755 23 12 23C6.17694 23 1.41067 18.4753 1.02517 12.75H6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5567L17.9107 21.2787ZM19.2176 20.3012L8 13.8246V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V11.25H1.02517C1.41067 5.52466 6.17694 1 12 1C14.5182 1 16.8388 1.84618 18.6929 3.26971L12.327 6.94506L13.3224 3.23003L11.8735 2.8418L10.2153 9.03034L16.4039 10.6886L16.7921 9.23967L13.0768 8.24417L19.8746 4.31948C21.8085 6.30189 23 9.0118 23 12C23 15.3133 21.5351 18.2845 19.2176 20.3012ZM1.00017 11.9386C1.00006 11.959 1 11.9795 1 12C1 12.0205 1.00006 12.041 1.00017 12.0614V11.9386Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-bipolar_transistor-04-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBipolar_transistor04On",
          "declaration": {
            "name": "ObiBipolar_transistor04On",
            "module": "src/icons/icon-bipolar_transistor-04-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-bipolar_transistor-04-on",
          "declaration": {
            "name": "ObiBipolar_transistor04On",
            "module": "src/icons/icon-bipolar_transistor-04-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-bipolar_transistor-04.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBipolar_transistor04",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM17.9107 21.2787C16.2036 22.3684 14.1755 23 12 23C6.17694 23 1.41067 18.4753 1.02517 12.75H6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5567L17.9107 21.2787ZM19.2176 20.3012L8 13.8246V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V11.25H1.02517C1.41067 5.52466 6.17694 1 12 1C14.5182 1 16.8388 1.84618 18.6929 3.26971L12.327 6.94506L13.3224 3.23003L11.8735 2.8418L10.2153 9.03034L16.4039 10.6886L16.7921 9.23967L13.0768 8.24417L19.8746 4.31948C21.8085 6.30189 23 9.0118 23 12C23 15.3133 21.5351 18.2845 19.2176 20.3012ZM1.00017 11.9386C1.00006 11.959 1 11.9795 1 12C1 12.0205 1.00006 12.041 1.00017 12.0614V11.9386Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM17.9107 21.2787C16.2036 22.3684 14.1755 23 12 23C6.17694 23 1.41067 18.4753 1.02517 12.75H6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5567L17.9107 21.2787ZM19.2176 20.3012L8 13.8246V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V11.25H1.02517C1.41067 5.52466 6.17694 1 12 1C14.5182 1 16.8388 1.84618 18.6929 3.26971L12.327 6.94506L13.3224 3.23003L11.8735 2.8418L10.2153 9.03034L16.4039 10.6886L16.7921 9.23967L13.0768 8.24417L19.8746 4.31948C21.8085 6.30189 23 9.0118 23 12C23 15.3133 21.5351 18.2845 19.2176 20.3012ZM1.00017 11.9386C1.00006 11.959 1 11.9795 1 12C1 12.0205 1.00006 12.041 1.00017 12.0614V11.9386Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-bipolar_transistor-04",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBipolar_transistor04",
          "declaration": {
            "name": "ObiBipolar_transistor04",
            "module": "src/icons/icon-bipolar_transistor-04.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-bipolar_transistor-04",
          "declaration": {
            "name": "ObiBipolar_transistor04",
            "module": "src/icons/icon-bipolar_transistor-04.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-bipolar_transistor-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBipolar_transistorOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 23C18.0751 23 23 18.0751 23 12C23 8.68675 21.5352 5.71563 19.2178 3.69895L8 10.1755V13.8247L12.375 16.3506L13.5 14.402L17.1962 20.0001L10.5 19.5982L11.625 17.6496L8 15.5567V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18V12.75H1.02517C1.41067 18.4753 6.17694 23 12 23Z\" fill=\"currentColor\"/> <path d=\"M12 1C14.1756 1 16.2037 1.6316 17.9109 2.72143L8 8.44348V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V11.25H1.02517C1.41067 5.52466 6.17694 1 12 1Z\" fill=\"currentColor\"/> <path d=\"M1 12C1 11.965 1.00016 11.9301 1.00049 11.8953V12.1047C1.00016 12.0699 1 12.035 1 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM23 12C23 18.0751 18.0751 23 12 23C6.17694 23 1.41067 18.4753 1.02517 12.75H6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5567L11.625 17.6496L10.5 19.5982L17.1962 20.0001L13.5 14.402L12.375 16.3506L8 13.8247V10.1755L19.2178 3.69895C21.5352 5.71563 23 8.68675 23 12ZM17.9109 2.72143C16.2037 1.6316 14.1756 1 12 1C6.17694 1 1.41067 5.52466 1.02517 11.25H6V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V8.44348L17.9109 2.72143ZM1.00049 11.8953C1.00016 11.9301 1 11.965 1 12C1 12.035 1.00016 12.0699 1.00049 12.1047V11.8953Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 23C18.0751 23 23 18.0751 23 12C23 8.68675 21.5352 5.71563 19.2178 3.69895L8 10.1755V13.8247L12.375 16.3506L13.5 14.402L17.1962 20.0001L10.5 19.5982L11.625 17.6496L8 15.5567V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18V12.75H1.02517C1.41067 18.4753 6.17694 23 12 23Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M12 1C14.1756 1 16.2037 1.6316 17.9109 2.72143L8 8.44348V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V11.25H1.02517C1.41067 5.52466 6.17694 1 12 1Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M1 12C1 11.965 1.00016 11.9301 1.00049 11.8953V12.1047C1.00016 12.0699 1 12.035 1 12Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM23 12C23 18.0751 18.0751 23 12 23C6.17694 23 1.41067 18.4753 1.02517 12.75H6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5567L11.625 17.6496L10.5 19.5982L17.1962 20.0001L13.5 14.402L12.375 16.3506L8 13.8247V10.1755L19.2178 3.69895C21.5352 5.71563 23 8.68675 23 12ZM17.9109 2.72143C16.2037 1.6316 14.1756 1 12 1C6.17694 1 1.41067 5.52466 1.02517 11.25H6V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V8.44348L17.9109 2.72143ZM1.00049 11.8953C1.00016 11.9301 1 11.965 1 12C1 12.035 1.00016 12.0699 1.00049 12.1047V11.8953Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-bipolar_transistor-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBipolar_transistorOff",
          "declaration": {
            "name": "ObiBipolar_transistorOff",
            "module": "src/icons/icon-bipolar_transistor-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-bipolar_transistor-off",
          "declaration": {
            "name": "ObiBipolar_transistorOff",
            "module": "src/icons/icon-bipolar_transistor-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-bipolar_transistor-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBipolar_transistorOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 23C18.0751 23 23 18.0751 23 12C23 8.68675 21.5352 5.71563 19.2178 3.69895L8 10.1755V13.8247L12.375 16.3506L13.5 14.402L17.1962 20.0001L10.5 19.5982L11.625 17.6496L8 15.5567V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18V12.75H1.02517C1.41067 18.4753 6.17694 23 12 23Z\" fill=\"currentColor\"/> <path d=\"M12 1C14.1756 1 16.2037 1.6316 17.9109 2.72143L8 8.44348V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V11.25H1.02517C1.41067 5.52466 6.17694 1 12 1Z\" fill=\"currentColor\"/> <path d=\"M1 12C1 11.965 1.00016 11.9301 1.00049 11.8953V12.1047C1.00016 12.0699 1 12.035 1 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM23 12C23 18.0751 18.0751 23 12 23C6.17694 23 1.41067 18.4753 1.02517 12.75H6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5567L11.625 17.6496L10.5 19.5982L17.1962 20.0001L13.5 14.402L12.375 16.3506L8 13.8247V10.1755L19.2178 3.69895C21.5352 5.71563 23 8.68675 23 12ZM17.9109 2.72143C16.2037 1.6316 14.1756 1 12 1C6.17694 1 1.41067 5.52466 1.02517 11.25H6V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V8.44348L17.9109 2.72143ZM1.00049 11.8953C1.00016 11.9301 1 11.965 1 12C1 12.035 1.00016 12.0699 1.00049 12.1047V11.8953Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 23C18.0751 23 23 18.0751 23 12C23 8.68675 21.5352 5.71563 19.2178 3.69895L8 10.1755V13.8247L12.375 16.3506L13.5 14.402L17.1962 20.0001L10.5 19.5982L11.625 17.6496L8 15.5567V18C8 18.5523 7.55228 19 7 19C6.44772 19 6 18.5523 6 18V12.75H1.02517C1.41067 18.4753 6.17694 23 12 23Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M12 1C14.1756 1 16.2037 1.6316 17.9109 2.72143L8 8.44348V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V11.25H1.02517C1.41067 5.52466 6.17694 1 12 1Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M1 12C1 11.965 1.00016 11.9301 1.00049 11.8953V12.1047C1.00016 12.0699 1 12.035 1 12Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM23 12C23 18.0751 18.0751 23 12 23C6.17694 23 1.41067 18.4753 1.02517 12.75H6V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V15.5567L11.625 17.6496L10.5 19.5982L17.1962 20.0001L13.5 14.402L12.375 16.3506L8 13.8247V10.1755L19.2178 3.69895C21.5352 5.71563 23 8.68675 23 12ZM17.9109 2.72143C16.2037 1.6316 14.1756 1 12 1C6.17694 1 1.41067 5.52466 1.02517 11.25H6V6C6 5.44772 6.44772 5 7 5C7.55228 5 8 5.44772 8 6V8.44348L17.9109 2.72143ZM1.00049 11.8953C1.00016 11.9301 1 11.965 1 12C1 12.035 1.00016 12.0699 1.00049 12.1047V11.8953Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-bipolar_transistor-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBipolar_transistorOn",
          "declaration": {
            "name": "ObiBipolar_transistorOn",
            "module": "src/icons/icon-bipolar_transistor-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-bipolar_transistor-on",
          "declaration": {
            "name": "ObiBipolar_transistorOn",
            "module": "src/icons/icon-bipolar_transistor-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-blower-off-horizontal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBlowerOffHorizontal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14.5 9.50012C14.7761 9.50012 15 9.72398 15 10.0001C15 10.2763 14.7761 10.5001 14.5 10.5001L9.5 10.5001C9.22386 10.5001 9 10.2763 9 10.0001C9 9.72398 9.22386 9.50012 9.5 9.50012L14.5 9.50012Z\" fill=\"currentColor\"/> <path d=\"M14.5 11.5001C14.7761 11.5001 15 11.724 15 12.0001C15 12.2763 14.7761 12.5001 14.5 12.5001H9.5C9.22386 12.5001 9 12.2763 9 12.0001C9 11.724 9.22386 11.5001 9.5 11.5001L14.5 11.5001Z\" fill=\"currentColor\"/> <path d=\"M15 14.0001C15 13.724 14.7761 13.5001 14.5 13.5001H9.5C9.22386 13.5001 9 13.724 9 14.0001C9 14.2763 9.22386 14.5001 9.5 14.5001H14.5C14.7761 14.5001 15 14.2763 15 14.0001Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 8.33346V5.00012C23 4.44784 22.5523 4.00012 22 4.00012L12.1 4.00012C7.6265 4.00012 4 7.58184 4 12.0001C4 16.4184 7.6265 20.0001 12.1 20.0001C16.5735 20.0001 20.2 16.4184 20.2 12.0001C20.2 11.0651 20.0376 10.1675 19.7391 9.33346H22C22.5523 9.33346 23 8.88574 23 8.33346ZM18.3191 8.33346H22V5.00012L12.1 5.00012C8.16703 5.00012 5 8.1458 5 12.0001C5 15.8544 8.16703 19.0001 12.1 19.0001C16.033 19.0001 19.2 15.8544 19.2 12.0001C19.2 11.1817 19.058 10.398 18.7976 9.6704L18.3191 8.33346Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 8.33333H18.3191L18.7976 9.67028C19.058 10.3979 19.2 11.1816 19.2 12C19.2 15.8543 16.033 19 12.1 19C8.16703 19 5 15.8543 5 12C5 8.14568 8.16703 5 12.1 5L22 5V8.33333ZM14.5 9.5C14.7761 9.5 15 9.72386 15 10C15 10.2761 14.7761 10.5 14.5 10.5L9.5 10.5C9.22386 10.5 9 10.2761 9 10C9 9.72386 9.22386 9.5 9.5 9.5L14.5 9.5ZM14.5 11.5C14.7761 11.5 15 11.7239 15 12C15 12.2761 14.7761 12.5 14.5 12.5H9.5C9.22386 12.5 9 12.2761 9 12C9 11.7239 9.22386 11.5 9.5 11.5L14.5 11.5ZM15 14C15 13.7239 14.7761 13.5 14.5 13.5H9.5C9.22386 13.5 9 13.7239 9 14C9 14.2761 9.22386 14.5 9.5 14.5H14.5C14.7761 14.5 15 14.2761 15 14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14.5 9.50012C14.7761 9.50012 15 9.72398 15 10.0001C15 10.2763 14.7761 10.5001 14.5 10.5001L9.5 10.5001C9.22386 10.5001 9 10.2763 9 10.0001C9 9.72398 9.22386 9.50012 9.5 9.50012L14.5 9.50012Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M14.5 11.5001C14.7761 11.5001 15 11.724 15 12.0001C15 12.2763 14.7761 12.5001 14.5 12.5001H9.5C9.22386 12.5001 9 12.2763 9 12.0001C9 11.724 9.22386 11.5001 9.5 11.5001L14.5 11.5001Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M15 14.0001C15 13.724 14.7761 13.5001 14.5 13.5001H9.5C9.22386 13.5001 9 13.724 9 14.0001C9 14.2763 9.22386 14.5001 9.5 14.5001H14.5C14.7761 14.5001 15 14.2763 15 14.0001Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 8.33346V5.00012C23 4.44784 22.5523 4.00012 22 4.00012L12.1 4.00012C7.6265 4.00012 4 7.58184 4 12.0001C4 16.4184 7.6265 20.0001 12.1 20.0001C16.5735 20.0001 20.2 16.4184 20.2 12.0001C20.2 11.0651 20.0376 10.1675 19.7391 9.33346H22C22.5523 9.33346 23 8.88574 23 8.33346ZM18.3191 8.33346H22V5.00012L12.1 5.00012C8.16703 5.00012 5 8.1458 5 12.0001C5 15.8544 8.16703 19.0001 12.1 19.0001C16.033 19.0001 19.2 15.8544 19.2 12.0001C19.2 11.1817 19.058 10.398 18.7976 9.6704L18.3191 8.33346Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 8.33333H18.3191L18.7976 9.67028C19.058 10.3979 19.2 11.1816 19.2 12C19.2 15.8543 16.033 19 12.1 19C8.16703 19 5 15.8543 5 12C5 8.14568 8.16703 5 12.1 5L22 5V8.33333ZM14.5 9.5C14.7761 9.5 15 9.72386 15 10C15 10.2761 14.7761 10.5 14.5 10.5L9.5 10.5C9.22386 10.5 9 10.2761 9 10C9 9.72386 9.22386 9.5 9.5 9.5L14.5 9.5ZM14.5 11.5C14.7761 11.5 15 11.7239 15 12C15 12.2761 14.7761 12.5 14.5 12.5H9.5C9.22386 12.5 9 12.2761 9 12C9 11.7239 9.22386 11.5 9.5 11.5L14.5 11.5ZM15 14C15 13.7239 14.7761 13.5 14.5 13.5H9.5C9.22386 13.5 9 13.7239 9 14C9 14.2761 9.22386 14.5 9.5 14.5H14.5C14.7761 14.5 15 14.2761 15 14Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-blower-off-horizontal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBlowerOffHorizontal",
          "declaration": {
            "name": "ObiBlowerOffHorizontal",
            "module": "src/icons/icon-blower-off-horizontal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-blower-off-horizontal",
          "declaration": {
            "name": "ObiBlowerOffHorizontal",
            "module": "src/icons/icon-blower-off-horizontal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-blower-off-vertical.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBlowerOffVertical",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.33333 2C9.33333 1.44772 8.88562 1 8.33333 1H5C4.44772 1 4 1.44772 4 2V11.9C4 16.3735 7.58172 20 12 20C16.4183 20 20 16.3735 20 11.9C20 7.42649 16.4183 3.8 12 3.8C11.065 3.8 10.1674 3.96242 9.33333 4.26091V2Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.33333 2C8.33333 3.43747 8.33333 4.24341 8.33333 5.68088L9.67027 5.20243C10.3979 4.94204 11.1816 4.8 12 4.8C15.8543 4.8 19 7.96703 19 11.9C19 15.833 15.8543 19 12 19C8.14568 19 5 15.833 5 11.9V2H8.33333Z\" fill=\"currentColor\"/> <path d=\"M14.5 9.5C14.7761 9.5 15 9.72386 15 10C15 10.2761 14.7761 10.5 14.5 10.5H9.5C9.22386 10.5 9 10.2761 9 10C9 9.72386 9.22386 9.5 9.5 9.5H14.5Z\" fill=\"currentColor\"/> <path d=\"M14.5 11.5C14.7761 11.5 15 11.7239 15 12C15 12.2761 14.7761 12.5 14.5 12.5H9.5C9.22386 12.5 9 12.2761 9 12C9 11.7239 9.22386 11.5 9.5 11.5H14.5Z\" fill=\"currentColor\"/> <path d=\"M14.5 13.5C14.7761 13.5 15 13.7239 15 14C15 14.2761 14.7761 14.5 14.5 14.5H9.5C9.22386 14.5 9 14.2761 9 14C9 13.7239 9.22386 13.5 9.5 13.5H14.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.33333 5.68088V2H5V11.9C5 15.833 8.14568 19 12 19C15.8543 19 19 15.833 19 11.9C19 7.96703 15.8543 4.8 12 4.8C11.1816 4.8 10.3979 4.94204 9.67027 5.20243L8.33333 5.68088ZM9 10C9 10.2761 9.22386 10.5 9.5 10.5H14.5C14.7761 10.5 15 10.2761 15 10C15 9.72386 14.7761 9.5 14.5 9.5H9.5C9.22386 9.5 9 9.72386 9 10ZM9.5 12.5C9.22386 12.5 9 12.2761 9 12C9 11.7239 9.22386 11.5 9.5 11.5H14.5C14.7761 11.5 15 11.7239 15 12C15 12.2761 14.7761 12.5 14.5 12.5H9.5ZM9 14C9 14.2761 9.22386 14.5 9.5 14.5H14.5C14.7761 14.5 15 14.2761 15 14C15 13.7239 14.7761 13.5 14.5 13.5H9.5C9.22386 13.5 9 13.7239 9 14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.33333 2C9.33333 1.44772 8.88562 1 8.33333 1H5C4.44772 1 4 1.44772 4 2V11.9C4 16.3735 7.58172 20 12 20C16.4183 20 20 16.3735 20 11.9C20 7.42649 16.4183 3.8 12 3.8C11.065 3.8 10.1674 3.96242 9.33333 4.26091V2Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.33333 2C8.33333 3.43747 8.33333 4.24341 8.33333 5.68088L9.67027 5.20243C10.3979 4.94204 11.1816 4.8 12 4.8C15.8543 4.8 19 7.96703 19 11.9C19 15.833 15.8543 19 12 19C8.14568 19 5 15.833 5 11.9V2H8.33333Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M14.5 9.5C14.7761 9.5 15 9.72386 15 10C15 10.2761 14.7761 10.5 14.5 10.5H9.5C9.22386 10.5 9 10.2761 9 10C9 9.72386 9.22386 9.5 9.5 9.5H14.5Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M14.5 11.5C14.7761 11.5 15 11.7239 15 12C15 12.2761 14.7761 12.5 14.5 12.5H9.5C9.22386 12.5 9 12.2761 9 12C9 11.7239 9.22386 11.5 9.5 11.5H14.5Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M14.5 13.5C14.7761 13.5 15 13.7239 15 14C15 14.2761 14.7761 14.5 14.5 14.5H9.5C9.22386 14.5 9 14.2761 9 14C9 13.7239 9.22386 13.5 9.5 13.5H14.5Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.33333 5.68088V2H5V11.9C5 15.833 8.14568 19 12 19C15.8543 19 19 15.833 19 11.9C19 7.96703 15.8543 4.8 12 4.8C11.1816 4.8 10.3979 4.94204 9.67027 5.20243L8.33333 5.68088ZM9 10C9 10.2761 9.22386 10.5 9.5 10.5H14.5C14.7761 10.5 15 10.2761 15 10C15 9.72386 14.7761 9.5 14.5 9.5H9.5C9.22386 9.5 9 9.72386 9 10ZM9.5 12.5C9.22386 12.5 9 12.2761 9 12C9 11.7239 9.22386 11.5 9.5 11.5H14.5C14.7761 11.5 15 11.7239 15 12C15 12.2761 14.7761 12.5 14.5 12.5H9.5ZM9 14C9 14.2761 9.22386 14.5 9.5 14.5H14.5C14.7761 14.5 15 14.2761 15 14C15 13.7239 14.7761 13.5 14.5 13.5H9.5C9.22386 13.5 9 13.7239 9 14Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-blower-off-vertical",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBlowerOffVertical",
          "declaration": {
            "name": "ObiBlowerOffVertical",
            "module": "src/icons/icon-blower-off-vertical.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-blower-off-vertical",
          "declaration": {
            "name": "ObiBlowerOffVertical",
            "module": "src/icons/icon-blower-off-vertical.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-blower-on-horizontal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBlowerOnHorizontal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14.5 9.50012C14.7761 9.50012 15 9.72398 15 10.0001C15 10.2763 14.7761 10.5001 14.5 10.5001L9.5 10.5001C9.22386 10.5001 9 10.2763 9 10.0001C9 9.72398 9.22386 9.50012 9.5 9.50012L14.5 9.50012Z\" fill=\"currentColor\"/> <path d=\"M14.5 11.5001C14.7761 11.5001 15 11.724 15 12.0001C15 12.2763 14.7761 12.5001 14.5 12.5001H9.5C9.22386 12.5001 9 12.2763 9 12.0001C9 11.724 9.22386 11.5001 9.5 11.5001L14.5 11.5001Z\" fill=\"currentColor\"/> <path d=\"M15 14.0001C15 13.724 14.7761 13.5001 14.5 13.5001H9.5C9.22386 13.5001 9 13.724 9 14.0001C9 14.2763 9.22386 14.5001 9.5 14.5001H14.5C14.7761 14.5001 15 14.2763 15 14.0001Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 8.33346V5.00012C23 4.44784 22.5523 4.00012 22 4.00012L12.1 4.00012C7.6265 4.00012 4 7.58184 4 12.0001C4 16.4184 7.6265 20.0001 12.1 20.0001C16.5735 20.0001 20.2 16.4184 20.2 12.0001C20.2 11.0651 20.0376 10.1675 19.7391 9.33346H22C22.5523 9.33346 23 8.88574 23 8.33346ZM18.3191 8.33346H22V5.00012L12.1 5.00012C8.16703 5.00012 5 8.1458 5 12.0001C5 15.8544 8.16703 19.0001 12.1 19.0001C16.033 19.0001 19.2 15.8544 19.2 12.0001C19.2 11.1817 19.058 10.398 18.7976 9.6704L18.3191 8.33346Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 8.33333H18.3191L18.7976 9.67028C19.058 10.3979 19.2 11.1816 19.2 12C19.2 15.8543 16.033 19 12.1 19C8.16703 19 5 15.8543 5 12C5 8.14568 8.16703 5 12.1 5L22 5V8.33333ZM14.5 9.5C14.7761 9.5 15 9.72386 15 10C15 10.2761 14.7761 10.5 14.5 10.5L9.5 10.5C9.22386 10.5 9 10.2761 9 10C9 9.72386 9.22386 9.5 9.5 9.5L14.5 9.5ZM14.5 11.5C14.7761 11.5 15 11.7239 15 12C15 12.2761 14.7761 12.5 14.5 12.5H9.5C9.22386 12.5 9 12.2761 9 12C9 11.7239 9.22386 11.5 9.5 11.5L14.5 11.5ZM15 14C15 13.7239 14.7761 13.5 14.5 13.5H9.5C9.22386 13.5 9 13.7239 9 14C9 14.2761 9.22386 14.5 9.5 14.5H14.5C14.7761 14.5 15 14.2761 15 14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14.5 9.50012C14.7761 9.50012 15 9.72398 15 10.0001C15 10.2763 14.7761 10.5001 14.5 10.5001L9.5 10.5001C9.22386 10.5001 9 10.2763 9 10.0001C9 9.72398 9.22386 9.50012 9.5 9.50012L14.5 9.50012Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M14.5 11.5001C14.7761 11.5001 15 11.724 15 12.0001C15 12.2763 14.7761 12.5001 14.5 12.5001H9.5C9.22386 12.5001 9 12.2763 9 12.0001C9 11.724 9.22386 11.5001 9.5 11.5001L14.5 11.5001Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M15 14.0001C15 13.724 14.7761 13.5001 14.5 13.5001H9.5C9.22386 13.5001 9 13.724 9 14.0001C9 14.2763 9.22386 14.5001 9.5 14.5001H14.5C14.7761 14.5001 15 14.2763 15 14.0001Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 8.33346V5.00012C23 4.44784 22.5523 4.00012 22 4.00012L12.1 4.00012C7.6265 4.00012 4 7.58184 4 12.0001C4 16.4184 7.6265 20.0001 12.1 20.0001C16.5735 20.0001 20.2 16.4184 20.2 12.0001C20.2 11.0651 20.0376 10.1675 19.7391 9.33346H22C22.5523 9.33346 23 8.88574 23 8.33346ZM18.3191 8.33346H22V5.00012L12.1 5.00012C8.16703 5.00012 5 8.1458 5 12.0001C5 15.8544 8.16703 19.0001 12.1 19.0001C16.033 19.0001 19.2 15.8544 19.2 12.0001C19.2 11.1817 19.058 10.398 18.7976 9.6704L18.3191 8.33346Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 8.33333H18.3191L18.7976 9.67028C19.058 10.3979 19.2 11.1816 19.2 12C19.2 15.8543 16.033 19 12.1 19C8.16703 19 5 15.8543 5 12C5 8.14568 8.16703 5 12.1 5L22 5V8.33333ZM14.5 9.5C14.7761 9.5 15 9.72386 15 10C15 10.2761 14.7761 10.5 14.5 10.5L9.5 10.5C9.22386 10.5 9 10.2761 9 10C9 9.72386 9.22386 9.5 9.5 9.5L14.5 9.5ZM14.5 11.5C14.7761 11.5 15 11.7239 15 12C15 12.2761 14.7761 12.5 14.5 12.5H9.5C9.22386 12.5 9 12.2761 9 12C9 11.7239 9.22386 11.5 9.5 11.5L14.5 11.5ZM15 14C15 13.7239 14.7761 13.5 14.5 13.5H9.5C9.22386 13.5 9 13.7239 9 14C9 14.2761 9.22386 14.5 9.5 14.5H14.5C14.7761 14.5 15 14.2761 15 14Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-blower-on-horizontal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBlowerOnHorizontal",
          "declaration": {
            "name": "ObiBlowerOnHorizontal",
            "module": "src/icons/icon-blower-on-horizontal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-blower-on-horizontal",
          "declaration": {
            "name": "ObiBlowerOnHorizontal",
            "module": "src/icons/icon-blower-on-horizontal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-blower-on-vertical.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBlowerOnVertical",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.33333 2C9.33333 1.44772 8.88562 1 8.33333 1H5C4.44772 1 4 1.44772 4 2V11.9C4 16.3735 7.58172 20 12 20C16.4183 20 20 16.3735 20 11.9C20 7.42649 16.4183 3.8 12 3.8C11.065 3.8 10.1674 3.96242 9.33333 4.26091V2Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.33333 2C8.33333 3.43747 8.33333 4.24341 8.33333 5.68088L9.67027 5.20243C10.3979 4.94204 11.1816 4.8 12 4.8C15.8543 4.8 19 7.96703 19 11.9C19 15.833 15.8543 19 12 19C8.14568 19 5 15.833 5 11.9V2H8.33333Z\" fill=\"currentColor\"/> <path d=\"M14.5 9.5C14.7761 9.5 15 9.72386 15 10C15 10.2761 14.7761 10.5 14.5 10.5H9.5C9.22386 10.5 9 10.2761 9 10C9 9.72386 9.22386 9.5 9.5 9.5H14.5Z\" fill=\"currentColor\"/> <path d=\"M14.5 11.5C14.7761 11.5 15 11.7239 15 12C15 12.2761 14.7761 12.5 14.5 12.5H9.5C9.22386 12.5 9 12.2761 9 12C9 11.7239 9.22386 11.5 9.5 11.5H14.5Z\" fill=\"currentColor\"/> <path d=\"M14.5 13.5C14.7761 13.5 15 13.7239 15 14C15 14.2761 14.7761 14.5 14.5 14.5H9.5C9.22386 14.5 9 14.2761 9 14C9 13.7239 9.22386 13.5 9.5 13.5H14.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.33333 5.68088V2H5V11.9C5 15.833 8.14568 19 12 19C15.8543 19 19 15.833 19 11.9C19 7.96703 15.8543 4.8 12 4.8C11.1816 4.8 10.3979 4.94204 9.67027 5.20243L8.33333 5.68088ZM9 10C9 10.2761 9.22386 10.5 9.5 10.5H14.5C14.7761 10.5 15 10.2761 15 10C15 9.72386 14.7761 9.5 14.5 9.5H9.5C9.22386 9.5 9 9.72386 9 10ZM9.5 12.5C9.22386 12.5 9 12.2761 9 12C9 11.7239 9.22386 11.5 9.5 11.5H14.5C14.7761 11.5 15 11.7239 15 12C15 12.2761 14.7761 12.5 14.5 12.5H9.5ZM9 14C9 14.2761 9.22386 14.5 9.5 14.5H14.5C14.7761 14.5 15 14.2761 15 14C15 13.7239 14.7761 13.5 14.5 13.5H9.5C9.22386 13.5 9 13.7239 9 14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.33333 2C9.33333 1.44772 8.88562 1 8.33333 1H5C4.44772 1 4 1.44772 4 2V11.9C4 16.3735 7.58172 20 12 20C16.4183 20 20 16.3735 20 11.9C20 7.42649 16.4183 3.8 12 3.8C11.065 3.8 10.1674 3.96242 9.33333 4.26091V2Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.33333 2C8.33333 3.43747 8.33333 4.24341 8.33333 5.68088L9.67027 5.20243C10.3979 4.94204 11.1816 4.8 12 4.8C15.8543 4.8 19 7.96703 19 11.9C19 15.833 15.8543 19 12 19C8.14568 19 5 15.833 5 11.9V2H8.33333Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M14.5 9.5C14.7761 9.5 15 9.72386 15 10C15 10.2761 14.7761 10.5 14.5 10.5H9.5C9.22386 10.5 9 10.2761 9 10C9 9.72386 9.22386 9.5 9.5 9.5H14.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M14.5 11.5C14.7761 11.5 15 11.7239 15 12C15 12.2761 14.7761 12.5 14.5 12.5H9.5C9.22386 12.5 9 12.2761 9 12C9 11.7239 9.22386 11.5 9.5 11.5H14.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M14.5 13.5C14.7761 13.5 15 13.7239 15 14C15 14.2761 14.7761 14.5 14.5 14.5H9.5C9.22386 14.5 9 14.2761 9 14C9 13.7239 9.22386 13.5 9.5 13.5H14.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.33333 5.68088V2H5V11.9C5 15.833 8.14568 19 12 19C15.8543 19 19 15.833 19 11.9C19 7.96703 15.8543 4.8 12 4.8C11.1816 4.8 10.3979 4.94204 9.67027 5.20243L8.33333 5.68088ZM9 10C9 10.2761 9.22386 10.5 9.5 10.5H14.5C14.7761 10.5 15 10.2761 15 10C15 9.72386 14.7761 9.5 14.5 9.5H9.5C9.22386 9.5 9 9.72386 9 10ZM9.5 12.5C9.22386 12.5 9 12.2761 9 12C9 11.7239 9.22386 11.5 9.5 11.5H14.5C14.7761 11.5 15 11.7239 15 12C15 12.2761 14.7761 12.5 14.5 12.5H9.5ZM9 14C9 14.2761 9.22386 14.5 9.5 14.5H14.5C14.7761 14.5 15 14.2761 15 14C15 13.7239 14.7761 13.5 14.5 13.5H9.5C9.22386 13.5 9 13.7239 9 14Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-blower-on-vertical",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBlowerOnVertical",
          "declaration": {
            "name": "ObiBlowerOnVertical",
            "module": "src/icons/icon-blower-on-vertical.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-blower-on-vertical",
          "declaration": {
            "name": "ObiBlowerOnVertical",
            "module": "src/icons/icon-blower-on-vertical.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-blower-static-horizontal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBlowerStaticHorizontal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14.5 9.50012C14.7761 9.50012 15 9.72398 15 10.0001C15 10.2763 14.7761 10.5001 14.5 10.5001L9.5 10.5001C9.22386 10.5001 9 10.2763 9 10.0001C9 9.72398 9.22386 9.50012 9.5 9.50012L14.5 9.50012Z\" fill=\"currentColor\"/> <path d=\"M14.5 11.5001C14.7761 11.5001 15 11.724 15 12.0001C15 12.2763 14.7761 12.5001 14.5 12.5001H9.5C9.22386 12.5001 9 12.2763 9 12.0001C9 11.724 9.22386 11.5001 9.5 11.5001L14.5 11.5001Z\" fill=\"currentColor\"/> <path d=\"M15 14.0001C15 13.724 14.7761 13.5001 14.5 13.5001H9.5C9.22386 13.5001 9 13.724 9 14.0001C9 14.2763 9.22386 14.5001 9.5 14.5001H14.5C14.7761 14.5001 15 14.2763 15 14.0001Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 8.33346V5.00012C23 4.44784 22.5523 4.00012 22 4.00012L12.1 4.00012C7.6265 4.00012 4 7.58184 4 12.0001C4 16.4184 7.6265 20.0001 12.1 20.0001C16.5735 20.0001 20.2 16.4184 20.2 12.0001C20.2 11.0651 20.0376 10.1675 19.7391 9.33346H22C22.5523 9.33346 23 8.88574 23 8.33346ZM18.3191 8.33346H22V5.00012L12.1 5.00012C8.16703 5.00012 5 8.1458 5 12.0001C5 15.8544 8.16703 19.0001 12.1 19.0001C16.033 19.0001 19.2 15.8544 19.2 12.0001C19.2 11.1817 19.058 10.398 18.7976 9.6704L18.3191 8.33346Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 8.33333H18.3191L18.7976 9.67028C19.058 10.3979 19.2 11.1816 19.2 12C19.2 15.8543 16.033 19 12.1 19C8.16703 19 5 15.8543 5 12C5 8.14568 8.16703 5 12.1 5L22 5V8.33333ZM14.5 9.5C14.7761 9.5 15 9.72386 15 10C15 10.2761 14.7761 10.5 14.5 10.5L9.5 10.5C9.22386 10.5 9 10.2761 9 10C9 9.72386 9.22386 9.5 9.5 9.5L14.5 9.5ZM14.5 11.5C14.7761 11.5 15 11.7239 15 12C15 12.2761 14.7761 12.5 14.5 12.5H9.5C9.22386 12.5 9 12.2761 9 12C9 11.7239 9.22386 11.5 9.5 11.5L14.5 11.5ZM15 14C15 13.7239 14.7761 13.5 14.5 13.5H9.5C9.22386 13.5 9 13.7239 9 14C9 14.2761 9.22386 14.5 9.5 14.5H14.5C14.7761 14.5 15 14.2761 15 14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14.5 9.50012C14.7761 9.50012 15 9.72398 15 10.0001C15 10.2763 14.7761 10.5001 14.5 10.5001L9.5 10.5001C9.22386 10.5001 9 10.2763 9 10.0001C9 9.72398 9.22386 9.50012 9.5 9.50012L14.5 9.50012Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14.5 11.5001C14.7761 11.5001 15 11.724 15 12.0001C15 12.2763 14.7761 12.5001 14.5 12.5001H9.5C9.22386 12.5001 9 12.2763 9 12.0001C9 11.724 9.22386 11.5001 9.5 11.5001L14.5 11.5001Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M15 14.0001C15 13.724 14.7761 13.5001 14.5 13.5001H9.5C9.22386 13.5001 9 13.724 9 14.0001C9 14.2763 9.22386 14.5001 9.5 14.5001H14.5C14.7761 14.5001 15 14.2763 15 14.0001Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 8.33346V5.00012C23 4.44784 22.5523 4.00012 22 4.00012L12.1 4.00012C7.6265 4.00012 4 7.58184 4 12.0001C4 16.4184 7.6265 20.0001 12.1 20.0001C16.5735 20.0001 20.2 16.4184 20.2 12.0001C20.2 11.0651 20.0376 10.1675 19.7391 9.33346H22C22.5523 9.33346 23 8.88574 23 8.33346ZM18.3191 8.33346H22V5.00012L12.1 5.00012C8.16703 5.00012 5 8.1458 5 12.0001C5 15.8544 8.16703 19.0001 12.1 19.0001C16.033 19.0001 19.2 15.8544 19.2 12.0001C19.2 11.1817 19.058 10.398 18.7976 9.6704L18.3191 8.33346Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 8.33333H18.3191L18.7976 9.67028C19.058 10.3979 19.2 11.1816 19.2 12C19.2 15.8543 16.033 19 12.1 19C8.16703 19 5 15.8543 5 12C5 8.14568 8.16703 5 12.1 5L22 5V8.33333ZM14.5 9.5C14.7761 9.5 15 9.72386 15 10C15 10.2761 14.7761 10.5 14.5 10.5L9.5 10.5C9.22386 10.5 9 10.2761 9 10C9 9.72386 9.22386 9.5 9.5 9.5L14.5 9.5ZM14.5 11.5C14.7761 11.5 15 11.7239 15 12C15 12.2761 14.7761 12.5 14.5 12.5H9.5C9.22386 12.5 9 12.2761 9 12C9 11.7239 9.22386 11.5 9.5 11.5L14.5 11.5ZM15 14C15 13.7239 14.7761 13.5 14.5 13.5H9.5C9.22386 13.5 9 13.7239 9 14C9 14.2761 9.22386 14.5 9.5 14.5H14.5C14.7761 14.5 15 14.2761 15 14Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-blower-static-horizontal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBlowerStaticHorizontal",
          "declaration": {
            "name": "ObiBlowerStaticHorizontal",
            "module": "src/icons/icon-blower-static-horizontal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-blower-static-horizontal",
          "declaration": {
            "name": "ObiBlowerStaticHorizontal",
            "module": "src/icons/icon-blower-static-horizontal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-blower-static-vertical.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBlowerStaticVertical",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.33333 2C9.33333 1.44772 8.88562 1 8.33333 1H5C4.44772 1 4 1.44772 4 2V11.9C4 16.3735 7.58172 20 12 20C16.4183 20 20 16.3735 20 11.9C20 7.42649 16.4183 3.8 12 3.8C11.065 3.8 10.1674 3.96242 9.33333 4.26091V2Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.33333 2C8.33333 3.43747 8.33333 4.24341 8.33333 5.68088L9.67027 5.20243C10.3979 4.94204 11.1816 4.8 12 4.8C15.8543 4.8 19 7.96703 19 11.9C19 15.833 15.8543 19 12 19C8.14568 19 5 15.833 5 11.9V2H8.33333Z\" fill=\"currentColor\"/> <path d=\"M14.5 9.5C14.7761 9.5 15 9.72386 15 10C15 10.2761 14.7761 10.5 14.5 10.5H9.5C9.22386 10.5 9 10.2761 9 10C9 9.72386 9.22386 9.5 9.5 9.5H14.5Z\" fill=\"currentColor\"/> <path d=\"M14.5 11.5C14.7761 11.5 15 11.7239 15 12C15 12.2761 14.7761 12.5 14.5 12.5H9.5C9.22386 12.5 9 12.2761 9 12C9 11.7239 9.22386 11.5 9.5 11.5H14.5Z\" fill=\"currentColor\"/> <path d=\"M14.5 13.5C14.7761 13.5 15 13.7239 15 14C15 14.2761 14.7761 14.5 14.5 14.5H9.5C9.22386 14.5 9 14.2761 9 14C9 13.7239 9.22386 13.5 9.5 13.5H14.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.33333 5.68088V2H5V11.9C5 15.833 8.14568 19 12 19C15.8543 19 19 15.833 19 11.9C19 7.96703 15.8543 4.8 12 4.8C11.1816 4.8 10.3979 4.94204 9.67027 5.20243L8.33333 5.68088ZM9 10C9 10.2761 9.22386 10.5 9.5 10.5H14.5C14.7761 10.5 15 10.2761 15 10C15 9.72386 14.7761 9.5 14.5 9.5H9.5C9.22386 9.5 9 9.72386 9 10ZM9.5 12.5C9.22386 12.5 9 12.2761 9 12C9 11.7239 9.22386 11.5 9.5 11.5H14.5C14.7761 11.5 15 11.7239 15 12C15 12.2761 14.7761 12.5 14.5 12.5H9.5ZM9 14C9 14.2761 9.22386 14.5 9.5 14.5H14.5C14.7761 14.5 15 14.2761 15 14C15 13.7239 14.7761 13.5 14.5 13.5H9.5C9.22386 13.5 9 13.7239 9 14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.33333 2C9.33333 1.44772 8.88562 1 8.33333 1H5C4.44772 1 4 1.44772 4 2V11.9C4 16.3735 7.58172 20 12 20C16.4183 20 20 16.3735 20 11.9C20 7.42649 16.4183 3.8 12 3.8C11.065 3.8 10.1674 3.96242 9.33333 4.26091V2Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.33333 2C8.33333 3.43747 8.33333 4.24341 8.33333 5.68088L9.67027 5.20243C10.3979 4.94204 11.1816 4.8 12 4.8C15.8543 4.8 19 7.96703 19 11.9C19 15.833 15.8543 19 12 19C8.14568 19 5 15.833 5 11.9V2H8.33333Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M14.5 9.5C14.7761 9.5 15 9.72386 15 10C15 10.2761 14.7761 10.5 14.5 10.5H9.5C9.22386 10.5 9 10.2761 9 10C9 9.72386 9.22386 9.5 9.5 9.5H14.5Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14.5 11.5C14.7761 11.5 15 11.7239 15 12C15 12.2761 14.7761 12.5 14.5 12.5H9.5C9.22386 12.5 9 12.2761 9 12C9 11.7239 9.22386 11.5 9.5 11.5H14.5Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14.5 13.5C14.7761 13.5 15 13.7239 15 14C15 14.2761 14.7761 14.5 14.5 14.5H9.5C9.22386 14.5 9 14.2761 9 14C9 13.7239 9.22386 13.5 9.5 13.5H14.5Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.33333 5.68088V2H5V11.9C5 15.833 8.14568 19 12 19C15.8543 19 19 15.833 19 11.9C19 7.96703 15.8543 4.8 12 4.8C11.1816 4.8 10.3979 4.94204 9.67027 5.20243L8.33333 5.68088ZM9 10C9 10.2761 9.22386 10.5 9.5 10.5H14.5C14.7761 10.5 15 10.2761 15 10C15 9.72386 14.7761 9.5 14.5 9.5H9.5C9.22386 9.5 9 9.72386 9 10ZM9.5 12.5C9.22386 12.5 9 12.2761 9 12C9 11.7239 9.22386 11.5 9.5 11.5H14.5C14.7761 11.5 15 11.7239 15 12C15 12.2761 14.7761 12.5 14.5 12.5H9.5ZM9 14C9 14.2761 9.22386 14.5 9.5 14.5H14.5C14.7761 14.5 15 14.2761 15 14C15 13.7239 14.7761 13.5 14.5 13.5H9.5C9.22386 13.5 9 13.7239 9 14Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-blower-static-vertical",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBlowerStaticVertical",
          "declaration": {
            "name": "ObiBlowerStaticVertical",
            "module": "src/icons/icon-blower-static-vertical.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-blower-static-vertical",
          "declaration": {
            "name": "ObiBlowerStaticVertical",
            "module": "src/icons/icon-blower-static-vertical.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-bluetooth.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBluetooth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 22V14.4L6.4 19L5 17.6L10.6 12L5 6.4L6.4 5L11 9.6V2H12L17.7 7.7L13.4 12L17.7 16.3L12 22H11ZM13 9.6L14.9 7.7L13 5.85V9.6ZM13 18.15L14.9 16.3L13 14.4V18.15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 22V14.4L6.4 19L5 17.6L10.6 12L5 6.4L6.4 5L11 9.6V2H12L17.7 7.7L13.4 12L17.7 16.3L12 22H11ZM13 9.6L14.9 7.7L13 5.85V9.6ZM13 18.15L14.9 16.3L13 14.4V18.15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-bluetooth",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBluetooth",
          "declaration": {
            "name": "ObiBluetooth",
            "module": "src/icons/icon-bluetooth.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-bluetooth",
          "declaration": {
            "name": "ObiBluetooth",
            "module": "src/icons/icon-bluetooth.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-barrel-board.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyBarrelBoard",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.0155 4.5L14.2155 6.5H16.9845L17.7845 4.5H15.0155ZM19.4514 4.37139C19.7142 3.71453 19.2304 3 18.523 3H14.677C14.2681 3 13.9004 3.24895 13.7486 3.62861L12.5486 6.62861C12.2858 7.28547 12.7696 8 13.477 8H17.323C17.7319 8 18.0996 7.75105 18.2514 7.37139L19.4514 4.37139Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.0155 4.5L14.2155 6.5H16.9845L17.7845 4.5H15.0155ZM19.4514 4.37139C19.7142 3.71453 19.2304 3 18.523 3H14.677C14.2681 3 13.9004 3.24895 13.7486 3.62861L12.5486 6.62861C12.2858 7.28547 12.7696 8 13.477 8H17.323C17.7319 8 18.0996 7.75105 18.2514 7.37139L19.4514 4.37139Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-barrel-board",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyBarrelBoard",
          "declaration": {
            "name": "ObiBuoyBarrelBoard",
            "module": "src/icons/icon-buoy-barrel-board.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-barrel-board",
          "declaration": {
            "name": "ObiBuoyBarrelBoard",
            "module": "src/icons/icon-buoy-barrel-board.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-barrel-cone-down.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyBarrelConeDown",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 3L13 3L14.5 8L19 3Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 3L13 3L14.5 8L19 3Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-barrel-cone-down",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyBarrelConeDown",
          "declaration": {
            "name": "ObiBuoyBarrelConeDown",
            "module": "src/icons/icon-buoy-barrel-cone-down.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-barrel-cone-down",
          "declaration": {
            "name": "ObiBuoyBarrelConeDown",
            "module": "src/icons/icon-buoy-barrel-cone-down.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-barrel-cone-up.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyBarrelConeUp",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 8L18 8L16.5 3L12 8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 8L18 8L16.5 3L12 8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-barrel-cone-up",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyBarrelConeUp",
          "declaration": {
            "name": "ObiBuoyBarrelConeUp",
            "module": "src/icons/icon-buoy-barrel-cone-up.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-barrel-cone-up",
          "declaration": {
            "name": "ObiBuoyBarrelConeUp",
            "module": "src/icons/icon-buoy-barrel-cone-up.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-barrel-cross.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyBarrelCross",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.891 5.75007L15.2236 8.19741L13.7764 7.80273L14.3362 5.75007L12 5.75007V4.25007L14.7453 4.25007L15.2764 2.30273L16.7236 2.69741L16.3001 4.25007L19 4.25007V5.75007L15.891 5.75007Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20.0001H15C15 21.6569 13.6569 23.0001 12 23.0001C10.3431 23.0001 9 21.6569 9 20.0001H5V18.5001H6.54404C6.19474 17.739 6 16.8923 6 16.0001C6 15.0034 6.24299 14.0636 6.67297 13.2364C7.67262 11.3135 9.68293 10.0001 12 10.0001C15.3137 10.0001 18 12.6864 18 16.0001C18 16.8923 17.8053 17.739 17.456 18.5001H19V20.0001ZM9.40135 18.5001C9.71124 17.9644 10.182 17.5334 10.7476 17.2732C10.3109 15.8174 9.33612 14.5942 8.05431 13.8346C7.70099 14.4771 7.5 15.2151 7.5 16.0001C7.5 16.9262 7.7785 17.7849 8.25754 18.5001H9.40135ZM12.2328 17.009C13.245 17.0866 14.1165 17.6666 14.5987 18.5001H15.7423C16.2214 17.7849 16.4999 16.9262 16.4999 16.0001C16.4999 13.5148 14.4851 11.5001 11.9999 11.5001L11.9854 11.5001C11.9557 11.5002 11.926 11.5006 11.8964 11.5012C10.7816 11.5264 9.76691 11.957 8.99393 12.6514C10.5571 13.6367 11.7313 15.1831 12.2328 17.009ZM13.5 20.0001C13.5 20.8285 12.8284 21.5001 12 21.5001C11.1716 21.5001 10.5 20.8285 10.5 20.0001C10.5 19.1716 11.1716 18.5001 12 18.5001C12.8284 18.5001 13.5 19.1716 13.5 20.0001Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.891 5.75007L15.2236 8.19741L13.7764 7.80273L14.3362 5.75007L12 5.75007V4.25007L14.7453 4.25007L15.2764 2.30273L16.7236 2.69741L16.3001 4.25007L19 4.25007V5.75007L15.891 5.75007Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20.0001H15C15 21.6569 13.6569 23.0001 12 23.0001C10.3431 23.0001 9 21.6569 9 20.0001H5V18.5001H6.54404C6.19474 17.739 6 16.8923 6 16.0001C6 15.0034 6.24299 14.0636 6.67297 13.2364C7.67262 11.3135 9.68293 10.0001 12 10.0001C15.3137 10.0001 18 12.6864 18 16.0001C18 16.8923 17.8053 17.739 17.456 18.5001H19V20.0001ZM9.40135 18.5001C9.71124 17.9644 10.182 17.5334 10.7476 17.2732C10.3109 15.8174 9.33612 14.5942 8.05431 13.8346C7.70099 14.4771 7.5 15.2151 7.5 16.0001C7.5 16.9262 7.7785 17.7849 8.25754 18.5001H9.40135ZM12.2328 17.009C13.245 17.0866 14.1165 17.6666 14.5987 18.5001H15.7423C16.2214 17.7849 16.4999 16.9262 16.4999 16.0001C16.4999 13.5148 14.4851 11.5001 11.9999 11.5001L11.9854 11.5001C11.9557 11.5002 11.926 11.5006 11.8964 11.5012C10.7816 11.5264 9.76691 11.957 8.99393 12.6514C10.5571 13.6367 11.7313 15.1831 12.2328 17.009ZM13.5 20.0001C13.5 20.8285 12.8284 21.5001 12 21.5001C11.1716 21.5001 10.5 20.8285 10.5 20.0001C10.5 19.1716 11.1716 18.5001 12 18.5001C12.8284 18.5001 13.5 19.1716 13.5 20.0001Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-barrel-cross",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyBarrelCross",
          "declaration": {
            "name": "ObiBuoyBarrelCross",
            "module": "src/icons/icon-buoy-barrel-cross.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-barrel-cross",
          "declaration": {
            "name": "ObiBuoyBarrelCross",
            "module": "src/icons/icon-buoy-barrel-cross.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-barrel-cube.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyBarrelCube",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6507 3.04939L14.049 4.55146L15.5511 7.15312L18.1528 5.65105L16.6507 3.04939ZM17.6997 1.86638C17.4236 1.38809 16.812 1.22421 16.3337 1.50035L12.866 3.50242C12.3877 3.77856 12.2239 4.39015 12.5 4.86845L14.5021 8.33613C14.7782 8.81442 15.3898 8.9783 15.8681 8.70216L19.3358 6.70009C19.8141 6.42395 19.9779 5.81236 19.7018 5.33406L17.6997 1.86638Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20.0004H15C15 21.6572 13.6569 23.0004 12 23.0004C10.3431 23.0004 9 21.6572 9 20.0004H5V18.5004H6.54404C6.19474 17.7393 6 16.8926 6 16.0004C6 15.0037 6.24299 14.0638 6.67297 13.2367C7.67262 11.3138 9.68293 10.0004 12 10.0004C15.3137 10.0004 18 12.6866 18 16.0004C18 16.8926 17.8053 17.7393 17.456 18.5004H19V20.0004ZM9.40135 18.5004C9.71124 17.9646 10.182 17.5337 10.7476 17.2735C10.3109 15.8177 9.33612 14.5945 8.05431 13.8349C7.70099 14.4774 7.5 15.2154 7.5 16.0004C7.5 16.9265 7.7785 17.7852 8.25754 18.5004H9.40135ZM12.2328 17.0092C13.245 17.0869 14.1165 17.6669 14.5987 18.5004H15.7423C16.2214 17.7852 16.4999 16.9265 16.4999 16.0004C16.4999 13.5151 14.4851 11.5004 11.9999 11.5004L11.9854 11.5004C11.9557 11.5005 11.926 11.5009 11.8964 11.5015C10.7816 11.5267 9.76691 11.9573 8.99393 12.6516C10.5571 13.6369 11.7313 15.1834 12.2328 17.0092ZM13.5 20.0004C13.5 20.8288 12.8284 21.5004 12 21.5004C11.1716 21.5004 10.5 20.8288 10.5 20.0004C10.5 19.1719 11.1716 18.5004 12 18.5004C12.8284 18.5004 13.5 19.1719 13.5 20.0004Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6507 3.04939L14.049 4.55146L15.5511 7.15312L18.1528 5.65105L16.6507 3.04939ZM17.6997 1.86638C17.4236 1.38809 16.812 1.22421 16.3337 1.50035L12.866 3.50242C12.3877 3.77856 12.2239 4.39015 12.5 4.86845L14.5021 8.33613C14.7782 8.81442 15.3898 8.9783 15.8681 8.70216L19.3358 6.70009C19.8141 6.42395 19.9779 5.81236 19.7018 5.33406L17.6997 1.86638Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20.0004H15C15 21.6572 13.6569 23.0004 12 23.0004C10.3431 23.0004 9 21.6572 9 20.0004H5V18.5004H6.54404C6.19474 17.7393 6 16.8926 6 16.0004C6 15.0037 6.24299 14.0638 6.67297 13.2367C7.67262 11.3138 9.68293 10.0004 12 10.0004C15.3137 10.0004 18 12.6866 18 16.0004C18 16.8926 17.8053 17.7393 17.456 18.5004H19V20.0004ZM9.40135 18.5004C9.71124 17.9646 10.182 17.5337 10.7476 17.2735C10.3109 15.8177 9.33612 14.5945 8.05431 13.8349C7.70099 14.4774 7.5 15.2154 7.5 16.0004C7.5 16.9265 7.7785 17.7852 8.25754 18.5004H9.40135ZM12.2328 17.0092C13.245 17.0869 14.1165 17.6669 14.5987 18.5004H15.7423C16.2214 17.7852 16.4999 16.9265 16.4999 16.0004C16.4999 13.5151 14.4851 11.5004 11.9999 11.5004L11.9854 11.5004C11.9557 11.5005 11.926 11.5009 11.8964 11.5015C10.7816 11.5267 9.76691 11.9573 8.99393 12.6516C10.5571 13.6369 11.7313 15.1834 12.2328 17.0092ZM13.5 20.0004C13.5 20.8288 12.8284 21.5004 12 21.5004C11.1716 21.5004 10.5 20.8288 10.5 20.0004C10.5 19.1719 11.1716 18.5004 12 18.5004C12.8284 18.5004 13.5 19.1719 13.5 20.0004Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-barrel-cube",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyBarrelCube",
          "declaration": {
            "name": "ObiBuoyBarrelCube",
            "module": "src/icons/icon-buoy-barrel-cube.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-barrel-cube",
          "declaration": {
            "name": "ObiBuoyBarrelCube",
            "module": "src/icons/icon-buoy-barrel-cube.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-barrel-danger.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyBarrelDanger",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 2.5C18 3.32843 17.3284 4 16.5 4C15.6716 4 15 3.32843 15 2.5C15 1.67157 15.6716 1 16.5 1C17.3284 1 18 1.67157 18 2.5Z\" fill=\"currentColor\"/> <path d=\"M17 6.5C17 7.32843 16.3284 8 15.5 8C14.6716 8 14 7.32843 14 6.5C14 5.67157 14.6716 5 15.5 5C16.3284 5 17 5.67157 17 6.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 2.5C18 3.32843 17.3284 4 16.5 4C15.6716 4 15 3.32843 15 2.5C15 1.67157 15.6716 1 16.5 1C17.3284 1 18 1.67157 18 2.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 6.5C17 7.32843 16.3284 8 15.5 8C14.6716 8 14 7.32843 14 6.5C14 5.67157 14.6716 5 15.5 5C16.3284 5 17 5.67157 17 6.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-barrel-danger",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyBarrelDanger",
          "declaration": {
            "name": "ObiBuoyBarrelDanger",
            "module": "src/icons/icon-buoy-barrel-danger.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-barrel-danger",
          "declaration": {
            "name": "ObiBuoyBarrelDanger",
            "module": "src/icons/icon-buoy-barrel-danger.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-barrel-east.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyBarrelEast",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" fill=\"currentColor\"/> <path d=\"M17.5 6H13.5L14.5 9L17.5 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.5 6H13.5L14.5 9L17.5 6Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-barrel-east",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyBarrelEast",
          "declaration": {
            "name": "ObiBuoyBarrelEast",
            "module": "src/icons/icon-buoy-barrel-east.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-barrel-east",
          "declaration": {
            "name": "ObiBuoyBarrelEast",
            "module": "src/icons/icon-buoy-barrel-east.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-barrel-flag.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyBarrelFlag",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6838 2C16.2754 2 15.9129 2.2613 15.7838 2.64868L14.4162 6.75132C14.2115 7.36562 14.6687 8 15.3162 8C15.7246 8 16.0871 7.7387 16.2162 7.35132L17.5838 3.24868C17.7885 2.63438 17.3313 2 16.6838 2Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6838 2C16.2754 2 15.9129 2.2613 15.7838 2.64868L14.4162 6.75132C14.2115 7.36562 14.6687 8 15.3162 8C15.7246 8 16.0871 7.7387 16.2162 7.35132L17.5838 3.24868C17.7885 2.63438 17.3313 2 16.6838 2Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-barrel-flag",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyBarrelFlag",
          "declaration": {
            "name": "ObiBuoyBarrelFlag",
            "module": "src/icons/icon-buoy-barrel-flag.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-barrel-flag",
          "declaration": {
            "name": "ObiBuoyBarrelFlag",
            "module": "src/icons/icon-buoy-barrel-flag.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-barrel-north.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyBarrelNorth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" fill=\"currentColor\"/> <path d=\"M13 8H17L16 5L13 8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 8H17L16 5L13 8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-barrel-north",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyBarrelNorth",
          "declaration": {
            "name": "ObiBuoyBarrelNorth",
            "module": "src/icons/icon-buoy-barrel-north.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-barrel-north",
          "declaration": {
            "name": "ObiBuoyBarrelNorth",
            "module": "src/icons/icon-buoy-barrel-north.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-barrel-south.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyBarrelSouth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 1H18L15 4L14 1Z\" fill=\"currentColor\"/> <path d=\"M17 5L13 5L14 8L17 5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 1H18L15 4L14 1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 5L13 5L14 8L17 5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-barrel-south",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyBarrelSouth",
          "declaration": {
            "name": "ObiBuoyBarrelSouth",
            "module": "src/icons/icon-buoy-barrel-south.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-barrel-south",
          "declaration": {
            "name": "ObiBuoyBarrelSouth",
            "module": "src/icons/icon-buoy-barrel-south.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-barrel-sphere.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyBarrelSphere",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 6C17 7.10457 16.1046 8 15 8C13.8954 8 13 7.10457 13 6C13 4.89543 13.8954 4 15 4C16.1046 4 17 4.89543 17 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 6C17 7.10457 16.1046 8 15 8C13.8954 8 13 7.10457 13 6C13 4.89543 13.8954 4 15 4C16.1046 4 17 4.89543 17 6Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-barrel-sphere",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyBarrelSphere",
          "declaration": {
            "name": "ObiBuoyBarrelSphere",
            "module": "src/icons/icon-buoy-barrel-sphere.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-barrel-sphere",
          "declaration": {
            "name": "ObiBuoyBarrelSphere",
            "module": "src/icons/icon-buoy-barrel-sphere.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-barrel-square.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyBarrelSquare",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7478 2.5L14.0811 7.5H16.2522L17.9189 2.5H15.7478ZM15.3874 1C14.957 1 14.5749 1.27543 14.4387 1.68377L12.4387 7.68377C12.2229 8.3313 12.7049 9 13.3874 9H16.6126C17.043 9 17.4251 8.72457 17.5613 8.31623L19.5613 2.31623C19.7771 1.6687 19.2951 1 18.6126 1H15.3874Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7478 2.5L14.0811 7.5H16.2522L17.9189 2.5H15.7478ZM15.3874 1C14.957 1 14.5749 1.27543 14.4387 1.68377L12.4387 7.68377C12.2229 8.3313 12.7049 9 13.3874 9H16.6126C17.043 9 17.4251 8.72457 17.5613 8.31623L19.5613 2.31623C19.7771 1.6687 19.2951 1 18.6126 1H15.3874Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-barrel-square",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyBarrelSquare",
          "declaration": {
            "name": "ObiBuoyBarrelSquare",
            "module": "src/icons/icon-buoy-barrel-square.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-barrel-square",
          "declaration": {
            "name": "ObiBuoyBarrelSquare",
            "module": "src/icons/icon-buoy-barrel-square.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-barrel-t-shape.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyBarrelTShape",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.992 3.75H13V2.25L19 2.25V3.75L16.558 3.75L15.2184 8.21551L13.7816 7.78449L14.992 3.75Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.992 3.75H13V2.25L19 2.25V3.75L16.558 3.75L15.2184 8.21551L13.7816 7.78449L14.992 3.75Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-barrel-t-shape",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyBarrelTShape",
          "declaration": {
            "name": "ObiBuoyBarrelTShape",
            "module": "src/icons/icon-buoy-barrel-t-shape.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-barrel-t-shape",
          "declaration": {
            "name": "ObiBuoyBarrelTShape",
            "module": "src/icons/icon-buoy-barrel-t-shape.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-barrel-west.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyBarrelWest",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 1H19L16 4L15 1Z\" fill=\"currentColor\"/> <path d=\"M13 8H17L16 5L13 8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 1H19L16 4L15 1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 8H17L16 5L13 8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-barrel-west",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyBarrelWest",
          "declaration": {
            "name": "ObiBuoyBarrelWest",
            "module": "src/icons/icon-buoy-barrel-west.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-barrel-west",
          "declaration": {
            "name": "ObiBuoyBarrelWest",
            "module": "src/icons/icon-buoy-barrel-west.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-barrel-x-shape.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyBarrelXShape",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7944 6.6476L13.4801 8.57616L12.5199 7.42383L14.7974 5.52592L13.4394 3.99827L14.5606 3.00172L15.9503 4.56515L18.5199 2.42383L19.4801 3.57616L16.9473 5.68684L18.5606 7.50172L17.4394 8.49827L15.7944 6.6476Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6568 13.6569 23 12 23C10.3431 23 9 21.6568 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 9.99999 12 9.99999C15.3137 9.99999 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7944 6.6476L13.4801 8.57616L12.5199 7.42383L14.7974 5.52592L13.4394 3.99827L14.5606 3.00172L15.9503 4.56515L18.5199 2.42383L19.4801 3.57616L16.9473 5.68684L18.5606 7.50172L17.4394 8.49827L15.7944 6.6476Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 20H15C15 21.6568 13.6569 23 12 23C10.3431 23 9 21.6568 9 20H5V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 15.0034 6.24299 14.0635 6.67297 13.2364C7.67262 11.3134 9.68293 9.99999 12 9.99999C15.3137 9.99999 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H19V20ZM9.40135 18.5C9.71124 17.9643 10.182 17.5333 10.7476 17.2731C10.3109 15.8173 9.33612 14.5942 8.05431 13.8346C7.70099 14.477 7.5 15.215 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM12.2328 17.0089C13.245 17.0866 14.1165 17.6665 14.5987 18.5H15.7423C16.2214 17.7849 16.4999 16.9261 16.4999 16C16.4999 13.5147 14.4851 11.5 11.9999 11.5L11.9854 11.5C11.9557 11.5001 11.926 11.5005 11.8964 11.5012C10.7816 11.5263 9.76691 11.9569 8.99393 12.6513C10.5571 13.6366 11.7313 15.1831 12.2328 17.0089ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-barrel-x-shape",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyBarrelXShape",
          "declaration": {
            "name": "ObiBuoyBarrelXShape",
            "module": "src/icons/icon-buoy-barrel-x-shape.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-barrel-x-shape",
          "declaration": {
            "name": "ObiBuoyBarrelXShape",
            "module": "src/icons/icon-buoy-barrel-x-shape.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-can-board.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyCanBoard",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.0155 4.5L14.2155 6.5H16.9845L17.7845 4.5H15.0155ZM19.4514 4.37139C19.7142 3.71453 19.2304 3 18.523 3H14.677C14.2681 3 13.9004 3.24895 13.7486 3.62861L12.5486 6.62861C12.2858 7.28547 12.7696 8 13.477 8H17.323C17.7319 8 18.0996 7.75105 18.2514 7.37139L19.4514 4.37139Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.0155 4.5L14.2155 6.5H16.9845L17.7845 4.5H15.0155ZM19.4514 4.37139C19.7142 3.71453 19.2304 3 18.523 3H14.677C14.2681 3 13.9004 3.24895 13.7486 3.62861L12.5486 6.62861C12.2858 7.28547 12.7696 8 13.477 8H17.323C17.7319 8 18.0996 7.75105 18.2514 7.37139L19.4514 4.37139Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-can-board",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyCanBoard",
          "declaration": {
            "name": "ObiBuoyCanBoard",
            "module": "src/icons/icon-buoy-can-board.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-can-board",
          "declaration": {
            "name": "ObiBuoyCanBoard",
            "module": "src/icons/icon-buoy-can-board.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-can-cone-down.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyCanConeDown",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 3L13 3L14.5 8L19 3Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 3L13 3L14.5 8L19 3Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-can-cone-down",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyCanConeDown",
          "declaration": {
            "name": "ObiBuoyCanConeDown",
            "module": "src/icons/icon-buoy-can-cone-down.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-can-cone-down",
          "declaration": {
            "name": "ObiBuoyCanConeDown",
            "module": "src/icons/icon-buoy-can-cone-down.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-can-cone-up.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyCanConeUp",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 8L18 8L16.5 3L12 8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 8L18 8L16.5 3L12 8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-can-cone-up",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyCanConeUp",
          "declaration": {
            "name": "ObiBuoyCanConeUp",
            "module": "src/icons/icon-buoy-can-cone-up.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-can-cone-up",
          "declaration": {
            "name": "ObiBuoyCanConeUp",
            "module": "src/icons/icon-buoy-can-cone-up.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-can-cross.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyCanCross",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.891 5.75007L15.2236 8.19741L13.7764 7.80273L14.3362 5.75007L12 5.75007V4.25007L14.7453 4.25007L15.2764 2.30273L16.7236 2.69741L16.3001 4.25007L19 4.25007V5.75007L15.891 5.75007Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21.0001H2V19.5001H4.27273L6 10.0001H22L20.2727 19.5001H22V21.0001H14.8293C14.4175 22.1653 13.3062 23.0001 12 23.0001C10.6938 23.0001 9.58254 22.1653 9.17071 21.0001ZM20.2027 11.5001L18.7481 19.5001H14.9585C14.7205 18.0812 13.4865 17.0001 12 17.0001C10.5135 17.0001 9.27952 18.0812 9.04148 19.5001H5.79732L7.25186 11.5001H20.2027ZM13.5 20.0001C13.5 20.8285 12.8284 21.5001 12 21.5001C11.1716 21.5001 10.5 20.8285 10.5 20.0001C10.5 19.1716 11.1716 18.5001 12 18.5001C12.8284 18.5001 13.5 19.1716 13.5 20.0001Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.891 5.75007L15.2236 8.19741L13.7764 7.80273L14.3362 5.75007L12 5.75007V4.25007L14.7453 4.25007L15.2764 2.30273L16.7236 2.69741L16.3001 4.25007L19 4.25007V5.75007L15.891 5.75007Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21.0001H2V19.5001H4.27273L6 10.0001H22L20.2727 19.5001H22V21.0001H14.8293C14.4175 22.1653 13.3062 23.0001 12 23.0001C10.6938 23.0001 9.58254 22.1653 9.17071 21.0001ZM20.2027 11.5001L18.7481 19.5001H14.9585C14.7205 18.0812 13.4865 17.0001 12 17.0001C10.5135 17.0001 9.27952 18.0812 9.04148 19.5001H5.79732L7.25186 11.5001H20.2027ZM13.5 20.0001C13.5 20.8285 12.8284 21.5001 12 21.5001C11.1716 21.5001 10.5 20.8285 10.5 20.0001C10.5 19.1716 11.1716 18.5001 12 18.5001C12.8284 18.5001 13.5 19.1716 13.5 20.0001Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-can-cross",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyCanCross",
          "declaration": {
            "name": "ObiBuoyCanCross",
            "module": "src/icons/icon-buoy-can-cross.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-can-cross",
          "declaration": {
            "name": "ObiBuoyCanCross",
            "module": "src/icons/icon-buoy-can-cross.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-can-cube.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyCanCube",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6507 3.04939L14.049 4.55146L15.5511 7.15312L18.1528 5.65105L16.6507 3.04939ZM17.6997 1.86638C17.4236 1.38809 16.812 1.22421 16.3337 1.50035L12.866 3.50242C12.3877 3.77856 12.2239 4.39015 12.5 4.86845L14.5021 8.33613C14.7782 8.81442 15.3898 8.9783 15.8681 8.70216L19.3358 6.70009C19.8141 6.42395 19.9779 5.81236 19.7018 5.33406L17.6997 1.86638Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21.0004H2V19.5004H4.27273L6 10.0004H22L20.2727 19.5004H22V21.0004H14.8293C14.4175 22.1655 13.3062 23.0004 12 23.0004C10.6938 23.0004 9.58254 22.1655 9.17071 21.0004ZM20.2027 11.5004L18.7481 19.5004H14.9585C14.7205 18.0815 13.4865 17.0004 12 17.0004C10.5135 17.0004 9.27952 18.0815 9.04148 19.5004H5.79732L7.25186 11.5004H20.2027ZM13.5 20.0004C13.5 20.8288 12.8284 21.5004 12 21.5004C11.1716 21.5004 10.5 20.8288 10.5 20.0004C10.5 19.1719 11.1716 18.5004 12 18.5004C12.8284 18.5004 13.5 19.1719 13.5 20.0004Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6507 3.04939L14.049 4.55146L15.5511 7.15312L18.1528 5.65105L16.6507 3.04939ZM17.6997 1.86638C17.4236 1.38809 16.812 1.22421 16.3337 1.50035L12.866 3.50242C12.3877 3.77856 12.2239 4.39015 12.5 4.86845L14.5021 8.33613C14.7782 8.81442 15.3898 8.9783 15.8681 8.70216L19.3358 6.70009C19.8141 6.42395 19.9779 5.81236 19.7018 5.33406L17.6997 1.86638Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21.0004H2V19.5004H4.27273L6 10.0004H22L20.2727 19.5004H22V21.0004H14.8293C14.4175 22.1655 13.3062 23.0004 12 23.0004C10.6938 23.0004 9.58254 22.1655 9.17071 21.0004ZM20.2027 11.5004L18.7481 19.5004H14.9585C14.7205 18.0815 13.4865 17.0004 12 17.0004C10.5135 17.0004 9.27952 18.0815 9.04148 19.5004H5.79732L7.25186 11.5004H20.2027ZM13.5 20.0004C13.5 20.8288 12.8284 21.5004 12 21.5004C11.1716 21.5004 10.5 20.8288 10.5 20.0004C10.5 19.1719 11.1716 18.5004 12 18.5004C12.8284 18.5004 13.5 19.1719 13.5 20.0004Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-can-cube",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyCanCube",
          "declaration": {
            "name": "ObiBuoyCanCube",
            "module": "src/icons/icon-buoy-can-cube.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-can-cube",
          "declaration": {
            "name": "ObiBuoyCanCube",
            "module": "src/icons/icon-buoy-can-cube.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-can-danger.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyCanDanger",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 2.5C18 3.32843 17.3284 4 16.5 4C15.6716 4 15 3.32843 15 2.5C15 1.67157 15.6716 1 16.5 1C17.3284 1 18 1.67157 18 2.5Z\" fill=\"currentColor\"/> <path d=\"M17 6.5C17 7.32843 16.3284 8 15.5 8C14.6716 8 14 7.32843 14 6.5C14 5.67157 14.6716 5 15.5 5C16.3284 5 17 5.67157 17 6.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 2.5C18 3.32843 17.3284 4 16.5 4C15.6716 4 15 3.32843 15 2.5C15 1.67157 15.6716 1 16.5 1C17.3284 1 18 1.67157 18 2.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 6.5C17 7.32843 16.3284 8 15.5 8C14.6716 8 14 7.32843 14 6.5C14 5.67157 14.6716 5 15.5 5C16.3284 5 17 5.67157 17 6.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-can-danger",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyCanDanger",
          "declaration": {
            "name": "ObiBuoyCanDanger",
            "module": "src/icons/icon-buoy-can-danger.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-can-danger",
          "declaration": {
            "name": "ObiBuoyCanDanger",
            "module": "src/icons/icon-buoy-can-danger.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-can-east.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyCanEast",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" fill=\"currentColor\"/> <path d=\"M17.5 6H13.5L14.5 9L17.5 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.5 6H13.5L14.5 9L17.5 6Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-can-east",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyCanEast",
          "declaration": {
            "name": "ObiBuoyCanEast",
            "module": "src/icons/icon-buoy-can-east.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-can-east",
          "declaration": {
            "name": "ObiBuoyCanEast",
            "module": "src/icons/icon-buoy-can-east.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-can-flag.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyCanFlag",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6838 2C16.2754 2 15.9129 2.2613 15.7838 2.64868L14.4162 6.75132C14.2115 7.36562 14.6687 8 15.3162 8C15.7246 8 16.0871 7.7387 16.2162 7.35132L17.5838 3.24868C17.7885 2.63438 17.3313 2 16.6838 2Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6838 2C16.2754 2 15.9129 2.2613 15.7838 2.64868L14.4162 6.75132C14.2115 7.36562 14.6687 8 15.3162 8C15.7246 8 16.0871 7.7387 16.2162 7.35132L17.5838 3.24868C17.7885 2.63438 17.3313 2 16.6838 2Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-can-flag",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyCanFlag",
          "declaration": {
            "name": "ObiBuoyCanFlag",
            "module": "src/icons/icon-buoy-can-flag.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-can-flag",
          "declaration": {
            "name": "ObiBuoyCanFlag",
            "module": "src/icons/icon-buoy-can-flag.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-can-north.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyCanNorth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" fill=\"currentColor\"/> <path d=\"M13 8H17L16 5L13 8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 8H17L16 5L13 8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-can-north",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyCanNorth",
          "declaration": {
            "name": "ObiBuoyCanNorth",
            "module": "src/icons/icon-buoy-can-north.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-can-north",
          "declaration": {
            "name": "ObiBuoyCanNorth",
            "module": "src/icons/icon-buoy-can-north.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-can-south.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyCanSouth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 1H18L15 4L14 1Z\" fill=\"currentColor\"/> <path d=\"M17 5L13 5L14 8L17 5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 1H18L15 4L14 1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 5L13 5L14 8L17 5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-can-south",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyCanSouth",
          "declaration": {
            "name": "ObiBuoyCanSouth",
            "module": "src/icons/icon-buoy-can-south.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-can-south",
          "declaration": {
            "name": "ObiBuoyCanSouth",
            "module": "src/icons/icon-buoy-can-south.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-can-sphere.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyCanSphere",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 6C17 7.10457 16.1046 8 15 8C13.8954 8 13 7.10457 13 6C13 4.89543 13.8954 4 15 4C16.1046 4 17 4.89543 17 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 6C17 7.10457 16.1046 8 15 8C13.8954 8 13 7.10457 13 6C13 4.89543 13.8954 4 15 4C16.1046 4 17 4.89543 17 6Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-can-sphere",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyCanSphere",
          "declaration": {
            "name": "ObiBuoyCanSphere",
            "module": "src/icons/icon-buoy-can-sphere.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-can-sphere",
          "declaration": {
            "name": "ObiBuoyCanSphere",
            "module": "src/icons/icon-buoy-can-sphere.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-can-square.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyCanSquare",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7478 2.5L14.0811 7.5H16.2522L17.9189 2.5H15.7478ZM15.3874 1C14.957 1 14.5749 1.27543 14.4387 1.68377L12.4387 7.68377C12.2229 8.3313 12.7049 9 13.3874 9H16.6126C17.043 9 17.4251 8.72457 17.5613 8.31623L19.5613 2.31623C19.7771 1.6687 19.2951 1 18.6126 1H15.3874Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7478 2.5L14.0811 7.5H16.2522L17.9189 2.5H15.7478ZM15.3874 1C14.957 1 14.5749 1.27543 14.4387 1.68377L12.4387 7.68377C12.2229 8.3313 12.7049 9 13.3874 9H16.6126C17.043 9 17.4251 8.72457 17.5613 8.31623L19.5613 2.31623C19.7771 1.6687 19.2951 1 18.6126 1H15.3874Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-can-square",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyCanSquare",
          "declaration": {
            "name": "ObiBuoyCanSquare",
            "module": "src/icons/icon-buoy-can-square.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-can-square",
          "declaration": {
            "name": "ObiBuoyCanSquare",
            "module": "src/icons/icon-buoy-can-square.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-can-t-shape.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyCanTShape",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.992 3.75H13V2.25L19 2.25V3.75L16.558 3.75L15.2184 8.21551L13.7816 7.78449L14.992 3.75Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.992 3.75H13V2.25L19 2.25V3.75L16.558 3.75L15.2184 8.21551L13.7816 7.78449L14.992 3.75Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-can-t-shape",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyCanTShape",
          "declaration": {
            "name": "ObiBuoyCanTShape",
            "module": "src/icons/icon-buoy-can-t-shape.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-can-t-shape",
          "declaration": {
            "name": "ObiBuoyCanTShape",
            "module": "src/icons/icon-buoy-can-t-shape.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-can-west.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyCanWest",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 1H19L16 4L15 1Z\" fill=\"currentColor\"/> <path d=\"M13 8H17L16 5L13 8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 1H19L16 4L15 1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 8H17L16 5L13 8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 10H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-can-west",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyCanWest",
          "declaration": {
            "name": "ObiBuoyCanWest",
            "module": "src/icons/icon-buoy-can-west.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-can-west",
          "declaration": {
            "name": "ObiBuoyCanWest",
            "module": "src/icons/icon-buoy-can-west.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-can-x-shape.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyCanXShape",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7944 6.6476L13.4801 8.57616L12.5199 7.42383L14.7974 5.52592L13.4394 3.99827L14.5606 3.00172L15.9503 4.56515L18.5199 2.42383L19.4801 3.57616L16.9473 5.68684L18.5606 7.50172L17.4394 8.49827L15.7944 6.6476Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 9.99999H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7944 6.6476L13.4801 8.57616L12.5199 7.42383L14.7974 5.52592L13.4394 3.99827L14.5606 3.00172L15.9503 4.56515L18.5199 2.42383L19.4801 3.57616L16.9473 5.68684L18.5606 7.50172L17.4394 8.49827L15.7944 6.6476Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17071 21H2V19.5H4.27273L6 9.99999H22L20.2727 19.5H22V21H14.8293C14.4175 22.1652 13.3062 23 12 23C10.6938 23 9.58254 22.1652 9.17071 21ZM20.2027 11.5L18.7481 19.5H14.9585C14.7205 18.0811 13.4865 17 12 17C10.5135 17 9.27952 18.0811 9.04148 19.5H5.79732L7.25186 11.5H20.2027ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-can-x-shape",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyCanXShape",
          "declaration": {
            "name": "ObiBuoyCanXShape",
            "module": "src/icons/icon-buoy-can-x-shape.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-can-x-shape",
          "declaration": {
            "name": "ObiBuoyCanXShape",
            "module": "src/icons/icon-buoy-can-x-shape.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-conical-board.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyConicalBoard",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.0155 4.5L14.2155 6.5H16.9845L17.7845 4.5H15.0155ZM19.4514 4.37139C19.7142 3.71453 19.2304 3 18.523 3H14.677C14.2681 3 13.9004 3.24895 13.7486 3.62861L12.5486 6.62861C12.2858 7.28547 12.7696 8 13.477 8H17.323C17.7319 8 18.0996 7.75105 18.2514 7.37139L19.4514 4.37139Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.0155 4.5L14.2155 6.5H16.9845L17.7845 4.5H15.0155ZM19.4514 4.37139C19.7142 3.71453 19.2304 3 18.523 3H14.677C14.2681 3 13.9004 3.24895 13.7486 3.62861L12.5486 6.62861C12.2858 7.28547 12.7696 8 13.477 8H17.323C17.7319 8 18.0996 7.75105 18.2514 7.37139L19.4514 4.37139Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-conical-board",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyConicalBoard",
          "declaration": {
            "name": "ObiBuoyConicalBoard",
            "module": "src/icons/icon-buoy-conical-board.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-conical-board",
          "declaration": {
            "name": "ObiBuoyConicalBoard",
            "module": "src/icons/icon-buoy-conical-board.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-conical-cone-down.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyConicalConeDown",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M19 3L13 3L14.5 8L19 3Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 3L13 3L14.5 8L19 3Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-conical-cone-down",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyConicalConeDown",
          "declaration": {
            "name": "ObiBuoyConicalConeDown",
            "module": "src/icons/icon-buoy-conical-cone-down.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-conical-cone-down",
          "declaration": {
            "name": "ObiBuoyConicalConeDown",
            "module": "src/icons/icon-buoy-conical-cone-down.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-conical-cone-up.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyConicalConeUp",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M12 8L18 8L16.5 3L12 8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 8L18 8L16.5 3L12 8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-conical-cone-up",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyConicalConeUp",
          "declaration": {
            "name": "ObiBuoyConicalConeUp",
            "module": "src/icons/icon-buoy-conical-cone-up.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-conical-cone-up",
          "declaration": {
            "name": "ObiBuoyConicalConeUp",
            "module": "src/icons/icon-buoy-conical-cone-up.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-conical-cross.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyConicalCross",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5001H5V20.0001H9C9 21.6569 10.3431 23.0001 12 23.0001C13.6569 23.0001 15 21.6569 15 20.0001H19V18.5001H17.2639C17.118 17.8091 16.882 16.8368 16.5 15.5C15.6505 12.5266 14 9.99995 14 9.99995C14 9.99995 10.5455 10.9316 8.5 13.9999C7.38432 15.6736 6.89099 17.3473 6.67286 18.5001ZM14.5986 18.4999H15.7288C15.5883 17.8729 15.3765 17.0278 15.0577 15.912C14.6697 14.5538 14.091 13.2753 13.599 12.3239C13.512 12.1557 13.4283 11.9987 13.3495 11.8544C13.162 11.9416 12.957 12.0441 12.7407 12.1632C11.7553 12.7059 10.5958 13.5604 9.7481 14.832C8.87506 16.1416 8.43486 17.458 8.21432 18.4504L8.20342 18.4999H9.40142C9.92015 17.6033 10.8896 17.0001 12 17.0001C13.1104 17.0001 14.0799 17.6033 14.5986 18.4999ZM13.5 20.0001C13.5 20.8285 12.8284 21.5001 12 21.5001C11.1716 21.5001 10.5 20.8285 10.5 20.0001C10.5 19.1716 11.1716 18.5001 12 18.5001C12.8284 18.5001 13.5 19.1716 13.5 20.0001Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.891 5.75007L15.2236 8.19741L13.7764 7.80273L14.3362 5.75007L12 5.75007V4.25007L14.7453 4.25007L15.2764 2.30273L16.7236 2.69741L16.3001 4.25007L19 4.25007V5.75007L15.891 5.75007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5001H5V20.0001H9C9 21.6569 10.3431 23.0001 12 23.0001C13.6569 23.0001 15 21.6569 15 20.0001H19V18.5001H17.2639C17.118 17.8091 16.882 16.8368 16.5 15.5C15.6505 12.5266 14 9.99995 14 9.99995C14 9.99995 10.5455 10.9316 8.5 13.9999C7.38432 15.6736 6.89099 17.3473 6.67286 18.5001ZM14.5986 18.4999H15.7288C15.5883 17.8729 15.3765 17.0278 15.0577 15.912C14.6697 14.5538 14.091 13.2753 13.599 12.3239C13.512 12.1557 13.4283 11.9987 13.3495 11.8544C13.162 11.9416 12.957 12.0441 12.7407 12.1632C11.7553 12.7059 10.5958 13.5604 9.7481 14.832C8.87506 16.1416 8.43486 17.458 8.21432 18.4504L8.20342 18.4999H9.40142C9.92015 17.6033 10.8896 17.0001 12 17.0001C13.1104 17.0001 14.0799 17.6033 14.5986 18.4999ZM13.5 20.0001C13.5 20.8285 12.8284 21.5001 12 21.5001C11.1716 21.5001 10.5 20.8285 10.5 20.0001C10.5 19.1716 11.1716 18.5001 12 18.5001C12.8284 18.5001 13.5 19.1716 13.5 20.0001Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.891 5.75007L15.2236 8.19741L13.7764 7.80273L14.3362 5.75007L12 5.75007V4.25007L14.7453 4.25007L15.2764 2.30273L16.7236 2.69741L16.3001 4.25007L19 4.25007V5.75007L15.891 5.75007Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-conical-cross",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyConicalCross",
          "declaration": {
            "name": "ObiBuoyConicalCross",
            "module": "src/icons/icon-buoy-conical-cross.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-conical-cross",
          "declaration": {
            "name": "ObiBuoyConicalCross",
            "module": "src/icons/icon-buoy-conical-cross.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-conical-cube.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyConicalCube",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5004H5V20.0004H9C9 21.6572 10.3431 23.0004 12 23.0004C13.6569 23.0004 15 21.6572 15 20.0004H19V18.5004H17.2639C17.118 17.8094 16.882 16.8371 16.5 15.5002C15.6505 12.5269 14 10.0002 14 10.0002C14 10.0002 10.5455 10.9319 8.5 14.0002C7.38432 15.6738 6.89099 17.3476 6.67286 18.5004ZM14.5986 18.5002H15.7288C15.5883 17.8732 15.3765 17.0281 15.0577 15.9123C14.6697 14.5541 14.091 13.2756 13.599 12.3242C13.512 12.1559 13.4283 11.999 13.3495 11.8547C13.162 11.9419 12.957 12.0444 12.7407 12.1635C11.7553 12.7062 10.5958 13.5607 9.7481 14.8322C8.87506 16.1419 8.43486 17.4583 8.21432 18.4506L8.20342 18.5002H9.40142C9.92015 17.6036 10.8896 17.0004 12 17.0004C13.1104 17.0004 14.0799 17.6036 14.5986 18.5002ZM13.5 20.0004C13.5 20.8288 12.8284 21.5004 12 21.5004C11.1716 21.5004 10.5 20.8288 10.5 20.0004C10.5 19.1719 11.1716 18.5004 12 18.5004C12.8284 18.5004 13.5 19.1719 13.5 20.0004Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6507 3.04939L14.049 4.55146L15.5511 7.15312L18.1528 5.65105L16.6507 3.04939ZM17.6997 1.86638C17.4236 1.38809 16.812 1.22421 16.3337 1.50035L12.866 3.50242C12.3877 3.77856 12.2239 4.39015 12.5 4.86845L14.5021 8.33613C14.7782 8.81442 15.3898 8.9783 15.8681 8.70216L19.3358 6.70009C19.8141 6.42395 19.9779 5.81236 19.7018 5.33406L17.6997 1.86638Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5004H5V20.0004H9C9 21.6572 10.3431 23.0004 12 23.0004C13.6569 23.0004 15 21.6572 15 20.0004H19V18.5004H17.2639C17.118 17.8094 16.882 16.8371 16.5 15.5002C15.6505 12.5269 14 10.0002 14 10.0002C14 10.0002 10.5455 10.9319 8.5 14.0002C7.38432 15.6738 6.89099 17.3476 6.67286 18.5004ZM14.5986 18.5002H15.7288C15.5883 17.8732 15.3765 17.0281 15.0577 15.9123C14.6697 14.5541 14.091 13.2756 13.599 12.3242C13.512 12.1559 13.4283 11.999 13.3495 11.8547C13.162 11.9419 12.957 12.0444 12.7407 12.1635C11.7553 12.7062 10.5958 13.5607 9.7481 14.8322C8.87506 16.1419 8.43486 17.4583 8.21432 18.4506L8.20342 18.5002H9.40142C9.92015 17.6036 10.8896 17.0004 12 17.0004C13.1104 17.0004 14.0799 17.6036 14.5986 18.5002ZM13.5 20.0004C13.5 20.8288 12.8284 21.5004 12 21.5004C11.1716 21.5004 10.5 20.8288 10.5 20.0004C10.5 19.1719 11.1716 18.5004 12 18.5004C12.8284 18.5004 13.5 19.1719 13.5 20.0004Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6507 3.04939L14.049 4.55146L15.5511 7.15312L18.1528 5.65105L16.6507 3.04939ZM17.6997 1.86638C17.4236 1.38809 16.812 1.22421 16.3337 1.50035L12.866 3.50242C12.3877 3.77856 12.2239 4.39015 12.5 4.86845L14.5021 8.33613C14.7782 8.81442 15.3898 8.9783 15.8681 8.70216L19.3358 6.70009C19.8141 6.42395 19.9779 5.81236 19.7018 5.33406L17.6997 1.86638Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-conical-cube",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyConicalCube",
          "declaration": {
            "name": "ObiBuoyConicalCube",
            "module": "src/icons/icon-buoy-conical-cube.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-conical-cube",
          "declaration": {
            "name": "ObiBuoyConicalCube",
            "module": "src/icons/icon-buoy-conical-cube.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-conical-danger.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyConicalDanger",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M18 2.5C18 3.32843 17.3284 4 16.5 4C15.6716 4 15 3.32843 15 2.5C15 1.67157 15.6716 1 16.5 1C17.3284 1 18 1.67157 18 2.5Z\" fill=\"currentColor\"/> <path d=\"M17 6.5C17 7.32843 16.3284 8 15.5 8C14.6716 8 14 7.32843 14 6.5C14 5.67157 14.6716 5 15.5 5C16.3284 5 17 5.67157 17 6.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 2.5C18 3.32843 17.3284 4 16.5 4C15.6716 4 15 3.32843 15 2.5C15 1.67157 15.6716 1 16.5 1C17.3284 1 18 1.67157 18 2.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 6.5C17 7.32843 16.3284 8 15.5 8C14.6716 8 14 7.32843 14 6.5C14 5.67157 14.6716 5 15.5 5C16.3284 5 17 5.67157 17 6.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-conical-danger",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyConicalDanger",
          "declaration": {
            "name": "ObiBuoyConicalDanger",
            "module": "src/icons/icon-buoy-conical-danger.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-conical-danger",
          "declaration": {
            "name": "ObiBuoyConicalDanger",
            "module": "src/icons/icon-buoy-conical-danger.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-conical-east.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyConicalEast",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M18 4H14L17 1L18 4Z\" fill=\"currentColor\"/> <path d=\"M17.5 6H13.5L14.5 9L17.5 6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 4H14L17 1L18 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.5 6H13.5L14.5 9L17.5 6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-conical-east",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyConicalEast",
          "declaration": {
            "name": "ObiBuoyConicalEast",
            "module": "src/icons/icon-buoy-conical-east.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-conical-east",
          "declaration": {
            "name": "ObiBuoyConicalEast",
            "module": "src/icons/icon-buoy-conical-east.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-conical-flag.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyConicalFlag",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6838 2C16.2754 2 15.9129 2.2613 15.7838 2.64868L14.4162 6.75132C14.2115 7.36562 14.6687 8 15.3162 8C15.7246 8 16.0871 7.7387 16.2162 7.35132L17.5838 3.24868C17.7885 2.63438 17.3313 2 16.6838 2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6838 2C16.2754 2 15.9129 2.2613 15.7838 2.64868L14.4162 6.75132C14.2115 7.36562 14.6687 8 15.3162 8C15.7246 8 16.0871 7.7387 16.2162 7.35132L17.5838 3.24868C17.7885 2.63438 17.3313 2 16.6838 2Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-conical-flag",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyConicalFlag",
          "declaration": {
            "name": "ObiBuoyConicalFlag",
            "module": "src/icons/icon-buoy-conical-flag.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-conical-flag",
          "declaration": {
            "name": "ObiBuoyConicalFlag",
            "module": "src/icons/icon-buoy-conical-flag.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-conical-north.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyConicalNorth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M18 4H14L17 1L18 4Z\" fill=\"currentColor\"/> <path d=\"M13 8H17L16 5L13 8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 4H14L17 1L18 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 8H17L16 5L13 8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-conical-north",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyConicalNorth",
          "declaration": {
            "name": "ObiBuoyConicalNorth",
            "module": "src/icons/icon-buoy-conical-north.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-conical-north",
          "declaration": {
            "name": "ObiBuoyConicalNorth",
            "module": "src/icons/icon-buoy-conical-north.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-conical-south.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyConicalSouth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M14 1H18L15 4L14 1Z\" fill=\"currentColor\"/> <path d=\"M17 5L13 5L14 8L17 5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14 1H18L15 4L14 1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 5L13 5L14 8L17 5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-conical-south",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyConicalSouth",
          "declaration": {
            "name": "ObiBuoyConicalSouth",
            "module": "src/icons/icon-buoy-conical-south.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-conical-south",
          "declaration": {
            "name": "ObiBuoyConicalSouth",
            "module": "src/icons/icon-buoy-conical-south.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-conical-sphere.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyConicalSphere",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M17 6C17 7.10457 16.1046 8 15 8C13.8954 8 13 7.10457 13 6C13 4.89543 13.8954 4 15 4C16.1046 4 17 4.89543 17 6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 6C17 7.10457 16.1046 8 15 8C13.8954 8 13 7.10457 13 6C13 4.89543 13.8954 4 15 4C16.1046 4 17 4.89543 17 6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-conical-sphere",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyConicalSphere",
          "declaration": {
            "name": "ObiBuoyConicalSphere",
            "module": "src/icons/icon-buoy-conical-sphere.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-conical-sphere",
          "declaration": {
            "name": "ObiBuoyConicalSphere",
            "module": "src/icons/icon-buoy-conical-sphere.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-conical-square.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyConicalSquare",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7478 2.5L14.0811 7.5H16.2522L17.9189 2.5H15.7478ZM15.3874 1C14.957 1 14.5749 1.27543 14.4387 1.68377L12.4387 7.68377C12.2229 8.3313 12.7049 9 13.3874 9H16.6126C17.043 9 17.4251 8.72457 17.5613 8.31623L19.5613 2.31623C19.7771 1.6687 19.2951 1 18.6126 1H15.3874Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7478 2.5L14.0811 7.5H16.2522L17.9189 2.5H15.7478ZM15.3874 1C14.957 1 14.5749 1.27543 14.4387 1.68377L12.4387 7.68377C12.2229 8.3313 12.7049 9 13.3874 9H16.6126C17.043 9 17.4251 8.72457 17.5613 8.31623L19.5613 2.31623C19.7771 1.6687 19.2951 1 18.6126 1H15.3874Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-conical-square",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyConicalSquare",
          "declaration": {
            "name": "ObiBuoyConicalSquare",
            "module": "src/icons/icon-buoy-conical-square.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-conical-square",
          "declaration": {
            "name": "ObiBuoyConicalSquare",
            "module": "src/icons/icon-buoy-conical-square.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-conical-t-shape.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyConicalTShape",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.992 3.75H13V2.25L19 2.25V3.75L16.558 3.75L15.2184 8.21551L13.7816 7.78449L14.992 3.75Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.992 3.75H13V2.25L19 2.25V3.75L16.558 3.75L15.2184 8.21551L13.7816 7.78449L14.992 3.75Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-conical-t-shape",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyConicalTShape",
          "declaration": {
            "name": "ObiBuoyConicalTShape",
            "module": "src/icons/icon-buoy-conical-t-shape.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-conical-t-shape",
          "declaration": {
            "name": "ObiBuoyConicalTShape",
            "module": "src/icons/icon-buoy-conical-t-shape.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-conical-west.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyConicalWest",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path d=\"M15 1H19L16 4L15 1Z\" fill=\"currentColor\"/> <path d=\"M13 8H17L16 5L13 8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99988 14 9.99988C14 9.99988 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9416 12.957 12.044 12.7407 12.1632C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 1H19L16 4L15 1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 8H17L16 5L13 8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-conical-west",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyConicalWest",
          "declaration": {
            "name": "ObiBuoyConicalWest",
            "module": "src/icons/icon-buoy-conical-west.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-conical-west",
          "declaration": {
            "name": "ObiBuoyConicalWest",
            "module": "src/icons/icon-buoy-conical-west.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-conical-x-shape.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyConicalXShape",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6568 10.3431 23 12 23C13.6569 23 15 21.6568 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99987 14 9.99987C14 9.99987 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9415 12.957 12.044 12.7407 12.1631C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7944 6.6476L13.4801 8.57616L12.5199 7.42383L14.7974 5.52592L13.4394 3.99827L14.5606 3.00172L15.9503 4.56515L18.5199 2.42383L19.4801 3.57616L16.9473 5.68684L18.5606 7.50172L17.4394 8.49827L15.7944 6.6476Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67286 18.5H5V20H9C9 21.6568 10.3431 23 12 23C13.6569 23 15 21.6568 15 20H19V18.5H17.2639C17.118 17.809 16.882 16.8368 16.5 15.4999C15.6505 12.5265 14 9.99987 14 9.99987C14 9.99987 10.5455 10.9315 8.5 13.9999C7.38432 15.6735 6.89099 17.3472 6.67286 18.5ZM14.5986 18.4999H15.7288C15.5883 17.8728 15.3765 17.0277 15.0577 15.9119C14.6697 14.5537 14.091 13.2752 13.599 12.3238C13.512 12.1556 13.4283 11.9986 13.3495 11.8544C13.162 11.9415 12.957 12.044 12.7407 12.1631C11.7553 12.7058 10.5958 13.5603 9.7481 14.8319C8.87506 16.1415 8.43486 17.4579 8.21432 18.4503L8.20342 18.4999H9.40142C9.92015 17.6032 10.8896 17 12 17C13.1104 17 14.0799 17.6032 14.5986 18.4999ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7944 6.6476L13.4801 8.57616L12.5199 7.42383L14.7974 5.52592L13.4394 3.99827L14.5606 3.00172L15.9503 4.56515L18.5199 2.42383L19.4801 3.57616L16.9473 5.68684L18.5606 7.50172L17.4394 8.49827L15.7944 6.6476Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-conical-x-shape",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyConicalXShape",
          "declaration": {
            "name": "ObiBuoyConicalXShape",
            "module": "src/icons/icon-buoy-conical-x-shape.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-conical-x-shape",
          "declaration": {
            "name": "ObiBuoyConicalXShape",
            "module": "src/icons/icon-buoy-conical-x-shape.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-default.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyDefault",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.40052 18.5014C6.82166 17.4694 5 14.9474 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 14.9474 17.1783 17.4694 14.5995 18.5014C14.6906 18.6591 14.7677 18.8259 14.8293 19H20V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5H4V19H9.17071C9.23225 18.8259 9.30942 18.6591 9.40052 18.5014ZM17.5 12C17.5 14.5657 15.7432 16.7211 13.3669 17.3288C12.957 17.1186 12.4923 17 12 17C11.5077 17 11.043 17.1186 10.6331 17.3288C8.25679 16.7211 6.5 14.5657 6.5 12C6.5 8.96243 8.96243 6.5 12 6.5C15.0376 6.5 17.5 8.96243 17.5 12ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.40052 18.5014C6.82166 17.4694 5 14.9474 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 14.9474 17.1783 17.4694 14.5995 18.5014C14.6906 18.6591 14.7677 18.8259 14.8293 19H20V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5H4V19H9.17071C9.23225 18.8259 9.30942 18.6591 9.40052 18.5014ZM17.5 12C17.5 14.5657 15.7432 16.7211 13.3669 17.3288C12.957 17.1186 12.4923 17 12 17C11.5077 17 11.043 17.1186 10.6331 17.3288C8.25679 16.7211 6.5 14.5657 6.5 12C6.5 8.96243 8.96243 6.5 12 6.5C15.0376 6.5 17.5 8.96243 17.5 12ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-default",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyDefault",
          "declaration": {
            "name": "ObiBuoyDefault",
            "module": "src/icons/icon-buoy-default.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-default",
          "declaration": {
            "name": "ObiBuoyDefault",
            "module": "src/icons/icon-buoy-default.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-mooring-barrel.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyMooringBarrel",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5 5.5C14.5 6.38812 14.0369 7.16808 13.339 7.61156C17.1198 8.24866 20 11.538 20 15.5C20 16.3731 19.8601 17.2135 19.6016 18H21V19.5H14.9585C14.9858 19.6626 15 19.8296 15 20C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20C9 19.8296 9.0142 19.6626 9.04148 19.5H3V18H4.39838C4.13985 17.2135 4 16.3731 4 15.5C4 14.043 4.3895 12.677 5.07006 11.5003C6.24013 9.47741 8.27055 8.01437 10.661 7.61156C9.96311 7.16808 9.5 6.38812 9.5 5.5C9.5 4.11929 10.6193 3 12 3C13.3807 3 14.5 4.11929 14.5 5.5ZM9.76389 18C10.2799 17.4234 11.0157 17.0476 11.8396 17.0042C11.2756 14.4132 9.27671 12.3578 6.7171 11.7122C5.95107 12.7787 5.5 14.0867 5.5 15.5C5.5 16.3877 5.6772 17.2315 5.99773 18H9.76389ZM13.4238 17.3587C13.7307 17.5245 14.0054 17.7422 14.2361 18H18.002C18.3226 17.2315 18.4998 16.3877 18.4998 15.5C18.4998 11.9101 15.5896 9 11.9998 9L11.979 9.00003C11.928 9.0002 11.8771 9.00094 11.8264 9.00227C10.3191 9.0418 8.93962 9.59443 7.85618 10.4919C10.8008 11.5423 12.996 14.1706 13.4238 17.3587ZM12 6.5C12.5523 6.5 13 6.05228 13 5.5C13 4.94772 12.5523 4.5 12 4.5C11.4477 4.5 11 4.94772 11 5.5C11 6.05228 11.4477 6.5 12 6.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5 5.5C14.5 6.38812 14.0369 7.16808 13.339 7.61156C17.1198 8.24866 20 11.538 20 15.5C20 16.3731 19.8601 17.2135 19.6016 18H21V19.5H14.9585C14.9858 19.6626 15 19.8296 15 20C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20C9 19.8296 9.0142 19.6626 9.04148 19.5H3V18H4.39838C4.13985 17.2135 4 16.3731 4 15.5C4 14.043 4.3895 12.677 5.07006 11.5003C6.24013 9.47741 8.27055 8.01437 10.661 7.61156C9.96311 7.16808 9.5 6.38812 9.5 5.5C9.5 4.11929 10.6193 3 12 3C13.3807 3 14.5 4.11929 14.5 5.5ZM9.76389 18C10.2799 17.4234 11.0157 17.0476 11.8396 17.0042C11.2756 14.4132 9.27671 12.3578 6.7171 11.7122C5.95107 12.7787 5.5 14.0867 5.5 15.5C5.5 16.3877 5.6772 17.2315 5.99773 18H9.76389ZM13.4238 17.3587C13.7307 17.5245 14.0054 17.7422 14.2361 18H18.002C18.3226 17.2315 18.4998 16.3877 18.4998 15.5C18.4998 11.9101 15.5896 9 11.9998 9L11.979 9.00003C11.928 9.0002 11.8771 9.00094 11.8264 9.00227C10.3191 9.0418 8.93962 9.59443 7.85618 10.4919C10.8008 11.5423 12.996 14.1706 13.4238 17.3587ZM12 6.5C12.5523 6.5 13 6.05228 13 5.5C13 4.94772 12.5523 4.5 12 4.5C11.4477 4.5 11 4.94772 11 5.5C11 6.05228 11.4477 6.5 12 6.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-mooring-barrel",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyMooringBarrel",
          "declaration": {
            "name": "ObiBuoyMooringBarrel",
            "module": "src/icons/icon-buoy-mooring-barrel.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-mooring-barrel",
          "declaration": {
            "name": "ObiBuoyMooringBarrel",
            "module": "src/icons/icon-buoy-mooring-barrel.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-mooring-can.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyMooringCan",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5 6.5C16.5 7.3178 16.1073 8.04389 15.5002 8.5H22L20.25 19H22V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5H2V19H4.25L6 8.5H12.4998C11.8927 8.04389 11.5 7.3178 11.5 6.5C11.5 5.11929 12.6193 4 14 4C15.3807 4 16.5 5.11929 16.5 6.5ZM9.17071 19C9.58254 17.8348 10.6938 17 12 17C13.3062 17 14.4175 17.8348 14.8293 19H18.7293L20.2293 10H7.27069L5.77069 19H9.17071ZM14 7.5C14.5523 7.5 15 7.05228 15 6.5C15 5.94772 14.5523 5.5 14 5.5C13.4477 5.5 13 5.94772 13 6.5C13 7.05228 13.4477 7.5 14 7.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5 6.5C16.5 7.3178 16.1073 8.04389 15.5002 8.5H22L20.25 19H22V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5H2V19H4.25L6 8.5H12.4998C11.8927 8.04389 11.5 7.3178 11.5 6.5C11.5 5.11929 12.6193 4 14 4C15.3807 4 16.5 5.11929 16.5 6.5ZM9.17071 19C9.58254 17.8348 10.6938 17 12 17C13.3062 17 14.4175 17.8348 14.8293 19H18.7293L20.2293 10H7.27069L5.77069 19H9.17071ZM14 7.5C14.5523 7.5 15 7.05228 15 6.5C15 5.94772 14.5523 5.5 14 5.5C13.4477 5.5 13 5.94772 13 6.5C13 7.05228 13.4477 7.5 14 7.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-mooring-can",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyMooringCan",
          "declaration": {
            "name": "ObiBuoyMooringCan",
            "module": "src/icons/icon-buoy-mooring-can.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-mooring-can",
          "declaration": {
            "name": "ObiBuoyMooringCan",
            "module": "src/icons/icon-buoy-mooring-can.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-pilar-board.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyPilarBoard",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.0155 4.5L14.2155 6.5H16.9845L17.7845 4.5H15.0155ZM19.4514 4.37139C19.7142 3.71453 19.2304 3 18.523 3H14.677C14.2681 3 13.9004 3.24895 13.7486 3.62861L12.5486 6.62861C12.2858 7.28547 12.7696 8 13.477 8H17.323C17.7319 8 18.0996 7.75105 18.2514 7.37139L19.4514 4.37139Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.0155 4.5L14.2155 6.5H16.9845L17.7845 4.5H15.0155ZM19.4514 4.37139C19.7142 3.71453 19.2304 3 18.523 3H14.677C14.2681 3 13.9004 3.24895 13.7486 3.62861L12.5486 6.62861C12.2858 7.28547 12.7696 8 13.477 8H17.323C17.7319 8 18.0996 7.75105 18.2514 7.37139L19.4514 4.37139Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-pilar-board",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyPilarBoard",
          "declaration": {
            "name": "ObiBuoyPilarBoard",
            "module": "src/icons/icon-buoy-pilar-board.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-pilar-board",
          "declaration": {
            "name": "ObiBuoyPilarBoard",
            "module": "src/icons/icon-buoy-pilar-board.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-pilar-cone-down.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyPilarConeDown",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 3L13 3L14.5 8L19 3Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 3L13 3L14.5 8L19 3Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-pilar-cone-down",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyPilarConeDown",
          "declaration": {
            "name": "ObiBuoyPilarConeDown",
            "module": "src/icons/icon-buoy-pilar-cone-down.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-pilar-cone-down",
          "declaration": {
            "name": "ObiBuoyPilarConeDown",
            "module": "src/icons/icon-buoy-pilar-cone-down.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-pilar-cone-up.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyPilarConeUp",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 8L18 8L16.5 3L12 8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 8L18 8L16.5 3L12 8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-pilar-cone-up",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyPilarConeUp",
          "declaration": {
            "name": "ObiBuoyPilarConeUp",
            "module": "src/icons/icon-buoy-pilar-cone-up.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-pilar-cone-up",
          "declaration": {
            "name": "ObiBuoyPilarConeUp",
            "module": "src/icons/icon-buoy-pilar-cone-up.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-pilar-cross.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyPilarCross",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.891 5.75007L15.2236 8.19741L13.7764 7.80273L14.3362 5.75007L12 5.75007V4.25007L14.7453 4.25007L15.2764 2.30273L16.7236 2.69741L16.3001 4.25007L19 4.25007V5.75007L15.891 5.75007Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20.0001H15C15 21.6569 13.6569 23.0001 12 23.0001C10.3431 23.0001 9 21.6569 9 20.0001H4V18.5001H6.375L10.5 14.0001L11.7667 10.0001H16.5L16 15.0001L17.4 18.5001H20V20.0001ZM9.40135 18.5001C9.92006 17.6034 10.8896 17.0001 12 17.0001C13.1104 17.0001 14.0799 17.6034 14.5987 18.5001H15.7845L14.4709 15.2162L14.8425 11.5001H12.8651L11.8299 14.7691L8.40985 18.5001H9.40135ZM13.5 20.0001C13.5 20.8285 12.8284 21.5001 12 21.5001C11.1716 21.5001 10.5 20.8285 10.5 20.0001C10.5 19.1716 11.1716 18.5001 12 18.5001C12.8284 18.5001 13.5 19.1716 13.5 20.0001Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.891 5.75007L15.2236 8.19741L13.7764 7.80273L14.3362 5.75007L12 5.75007V4.25007L14.7453 4.25007L15.2764 2.30273L16.7236 2.69741L16.3001 4.25007L19 4.25007V5.75007L15.891 5.75007Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20.0001H15C15 21.6569 13.6569 23.0001 12 23.0001C10.3431 23.0001 9 21.6569 9 20.0001H4V18.5001H6.375L10.5 14.0001L11.7667 10.0001H16.5L16 15.0001L17.4 18.5001H20V20.0001ZM9.40135 18.5001C9.92006 17.6034 10.8896 17.0001 12 17.0001C13.1104 17.0001 14.0799 17.6034 14.5987 18.5001H15.7845L14.4709 15.2162L14.8425 11.5001H12.8651L11.8299 14.7691L8.40985 18.5001H9.40135ZM13.5 20.0001C13.5 20.8285 12.8284 21.5001 12 21.5001C11.1716 21.5001 10.5 20.8285 10.5 20.0001C10.5 19.1716 11.1716 18.5001 12 18.5001C12.8284 18.5001 13.5 19.1716 13.5 20.0001Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-pilar-cross",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyPilarCross",
          "declaration": {
            "name": "ObiBuoyPilarCross",
            "module": "src/icons/icon-buoy-pilar-cross.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-pilar-cross",
          "declaration": {
            "name": "ObiBuoyPilarCross",
            "module": "src/icons/icon-buoy-pilar-cross.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-pilar-cube.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyPilarCube",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6507 3.04939L14.049 4.55146L15.5511 7.15312L18.1528 5.65105L16.6507 3.04939ZM17.6997 1.86638C17.4236 1.38809 16.812 1.22421 16.3337 1.50035L12.866 3.50242C12.3877 3.77856 12.2239 4.39015 12.5 4.86845L14.5021 8.33613C14.7782 8.81442 15.3898 8.9783 15.8681 8.70216L19.3358 6.70009C19.8141 6.42395 19.9779 5.81236 19.7018 5.33406L17.6997 1.86638Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20.0004H15C15 21.6572 13.6569 23.0004 12 23.0004C10.3431 23.0004 9 21.6572 9 20.0004H4V18.5004H6.375L10.5 14.0004L11.7667 10.0004H16.5L16 15.0004L17.4 18.5004H20V20.0004ZM9.40135 18.5004C9.92006 17.6037 10.8896 17.0004 12 17.0004C13.1104 17.0004 14.0799 17.6037 14.5987 18.5004H15.7845L14.4709 15.2165L14.8425 11.5004H12.8651L11.8299 14.7694L8.40985 18.5004H9.40135ZM13.5 20.0004C13.5 20.8288 12.8284 21.5004 12 21.5004C11.1716 21.5004 10.5 20.8288 10.5 20.0004C10.5 19.1719 11.1716 18.5004 12 18.5004C12.8284 18.5004 13.5 19.1719 13.5 20.0004Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6507 3.04939L14.049 4.55146L15.5511 7.15312L18.1528 5.65105L16.6507 3.04939ZM17.6997 1.86638C17.4236 1.38809 16.812 1.22421 16.3337 1.50035L12.866 3.50242C12.3877 3.77856 12.2239 4.39015 12.5 4.86845L14.5021 8.33613C14.7782 8.81442 15.3898 8.9783 15.8681 8.70216L19.3358 6.70009C19.8141 6.42395 19.9779 5.81236 19.7018 5.33406L17.6997 1.86638Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20.0004H15C15 21.6572 13.6569 23.0004 12 23.0004C10.3431 23.0004 9 21.6572 9 20.0004H4V18.5004H6.375L10.5 14.0004L11.7667 10.0004H16.5L16 15.0004L17.4 18.5004H20V20.0004ZM9.40135 18.5004C9.92006 17.6037 10.8896 17.0004 12 17.0004C13.1104 17.0004 14.0799 17.6037 14.5987 18.5004H15.7845L14.4709 15.2165L14.8425 11.5004H12.8651L11.8299 14.7694L8.40985 18.5004H9.40135ZM13.5 20.0004C13.5 20.8288 12.8284 21.5004 12 21.5004C11.1716 21.5004 10.5 20.8288 10.5 20.0004C10.5 19.1719 11.1716 18.5004 12 18.5004C12.8284 18.5004 13.5 19.1719 13.5 20.0004Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-pilar-cube",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyPilarCube",
          "declaration": {
            "name": "ObiBuoyPilarCube",
            "module": "src/icons/icon-buoy-pilar-cube.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-pilar-cube",
          "declaration": {
            "name": "ObiBuoyPilarCube",
            "module": "src/icons/icon-buoy-pilar-cube.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-pilar-danger.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyPilarDanger",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 2.5C18 3.32843 17.3284 4 16.5 4C15.6716 4 15 3.32843 15 2.5C15 1.67157 15.6716 1 16.5 1C17.3284 1 18 1.67157 18 2.5Z\" fill=\"currentColor\"/> <path d=\"M17 6.5C17 7.32843 16.3284 8 15.5 8C14.6716 8 14 7.32843 14 6.5C14 5.67157 14.6716 5 15.5 5C16.3284 5 17 5.67157 17 6.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 2.5C18 3.32843 17.3284 4 16.5 4C15.6716 4 15 3.32843 15 2.5C15 1.67157 15.6716 1 16.5 1C17.3284 1 18 1.67157 18 2.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 6.5C17 7.32843 16.3284 8 15.5 8C14.6716 8 14 7.32843 14 6.5C14 5.67157 14.6716 5 15.5 5C16.3284 5 17 5.67157 17 6.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-pilar-danger",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyPilarDanger",
          "declaration": {
            "name": "ObiBuoyPilarDanger",
            "module": "src/icons/icon-buoy-pilar-danger.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-pilar-danger",
          "declaration": {
            "name": "ObiBuoyPilarDanger",
            "module": "src/icons/icon-buoy-pilar-danger.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-pilar-east.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyPilarEast",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" fill=\"currentColor\"/> <path d=\"M17.5 6H13.5L14.5 9L17.5 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.5 6H13.5L14.5 9L17.5 6Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-pilar-east",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyPilarEast",
          "declaration": {
            "name": "ObiBuoyPilarEast",
            "module": "src/icons/icon-buoy-pilar-east.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-pilar-east",
          "declaration": {
            "name": "ObiBuoyPilarEast",
            "module": "src/icons/icon-buoy-pilar-east.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-pilar-flag.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyPilarFlag",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6838 2C16.2754 2 15.9129 2.2613 15.7838 2.64868L14.4162 6.75132C14.2115 7.36562 14.6687 8 15.3162 8C15.7246 8 16.0871 7.7387 16.2162 7.35132L17.5838 3.24868C17.7885 2.63438 17.3313 2 16.6838 2Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6838 2C16.2754 2 15.9129 2.2613 15.7838 2.64868L14.4162 6.75132C14.2115 7.36562 14.6687 8 15.3162 8C15.7246 8 16.0871 7.7387 16.2162 7.35132L17.5838 3.24868C17.7885 2.63438 17.3313 2 16.6838 2Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-pilar-flag",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyPilarFlag",
          "declaration": {
            "name": "ObiBuoyPilarFlag",
            "module": "src/icons/icon-buoy-pilar-flag.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-pilar-flag",
          "declaration": {
            "name": "ObiBuoyPilarFlag",
            "module": "src/icons/icon-buoy-pilar-flag.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-pilar-north.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyPilarNorth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" fill=\"currentColor\"/> <path d=\"M13 8H17L16 5L13 8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 8H17L16 5L13 8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-pilar-north",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyPilarNorth",
          "declaration": {
            "name": "ObiBuoyPilarNorth",
            "module": "src/icons/icon-buoy-pilar-north.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-pilar-north",
          "declaration": {
            "name": "ObiBuoyPilarNorth",
            "module": "src/icons/icon-buoy-pilar-north.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-pilar-south.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyPilarSouth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 1H18L15 4L14 1Z\" fill=\"currentColor\"/> <path d=\"M17 5L13 5L14 8L17 5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 1H18L15 4L14 1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 5L13 5L14 8L17 5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-pilar-south",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyPilarSouth",
          "declaration": {
            "name": "ObiBuoyPilarSouth",
            "module": "src/icons/icon-buoy-pilar-south.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-pilar-south",
          "declaration": {
            "name": "ObiBuoyPilarSouth",
            "module": "src/icons/icon-buoy-pilar-south.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-pilar-sphere.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyPilarSphere",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 6C17 7.10457 16.1046 8 15 8C13.8954 8 13 7.10457 13 6C13 4.89543 13.8954 4 15 4C16.1046 4 17 4.89543 17 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 6C17 7.10457 16.1046 8 15 8C13.8954 8 13 7.10457 13 6C13 4.89543 13.8954 4 15 4C16.1046 4 17 4.89543 17 6Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-pilar-sphere",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyPilarSphere",
          "declaration": {
            "name": "ObiBuoyPilarSphere",
            "module": "src/icons/icon-buoy-pilar-sphere.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-pilar-sphere",
          "declaration": {
            "name": "ObiBuoyPilarSphere",
            "module": "src/icons/icon-buoy-pilar-sphere.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-pilar-square.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyPilarSquare",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7478 2.5L14.0811 7.5H16.2522L17.9189 2.5H15.7478ZM15.3874 1C14.957 1 14.5749 1.27543 14.4387 1.68377L12.4387 7.68377C12.2229 8.3313 12.7049 9 13.3874 9H16.6126C17.043 9 17.4251 8.72457 17.5613 8.31623L19.5613 2.31623C19.7771 1.6687 19.2951 1 18.6126 1H15.3874Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7478 2.5L14.0811 7.5H16.2522L17.9189 2.5H15.7478ZM15.3874 1C14.957 1 14.5749 1.27543 14.4387 1.68377L12.4387 7.68377C12.2229 8.3313 12.7049 9 13.3874 9H16.6126C17.043 9 17.4251 8.72457 17.5613 8.31623L19.5613 2.31623C19.7771 1.6687 19.2951 1 18.6126 1H15.3874Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-pilar-square",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyPilarSquare",
          "declaration": {
            "name": "ObiBuoyPilarSquare",
            "module": "src/icons/icon-buoy-pilar-square.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-pilar-square",
          "declaration": {
            "name": "ObiBuoyPilarSquare",
            "module": "src/icons/icon-buoy-pilar-square.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-pilar-t-shape.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyPilarTShape",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.992 3.75H13V2.25L19 2.25V3.75L16.558 3.75L15.2184 8.21551L13.7816 7.78449L14.992 3.75Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.992 3.75H13V2.25L19 2.25V3.75L16.558 3.75L15.2184 8.21551L13.7816 7.78449L14.992 3.75Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-pilar-t-shape",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyPilarTShape",
          "declaration": {
            "name": "ObiBuoyPilarTShape",
            "module": "src/icons/icon-buoy-pilar-t-shape.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-pilar-t-shape",
          "declaration": {
            "name": "ObiBuoyPilarTShape",
            "module": "src/icons/icon-buoy-pilar-t-shape.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-pilar-west.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyPilarWest",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 1H19L16 4L15 1Z\" fill=\"currentColor\"/> <path d=\"M13 8H17L16 5L13 8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 1H19L16 4L15 1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 8H17L16 5L13 8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.375L10.5 14L11.7667 10H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-pilar-west",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyPilarWest",
          "declaration": {
            "name": "ObiBuoyPilarWest",
            "module": "src/icons/icon-buoy-pilar-west.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-pilar-west",
          "declaration": {
            "name": "ObiBuoyPilarWest",
            "module": "src/icons/icon-buoy-pilar-west.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-pilar-x-shape.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoyPilarXShape",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7944 6.6476L13.4801 8.57616L12.5199 7.42383L14.7974 5.52592L13.4394 3.99827L14.5606 3.00172L15.9503 4.56515L18.5199 2.42383L19.4801 3.57616L16.9473 5.68684L18.5606 7.50172L17.4394 8.49827L15.7944 6.6476Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6568 13.6569 23 12 23C10.3431 23 9 21.6568 9 20H4V18.5H6.375L10.5 14L11.7667 9.99999H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7944 6.6476L13.4801 8.57616L12.5199 7.42383L14.7974 5.52592L13.4394 3.99827L14.5606 3.00172L15.9503 4.56515L18.5199 2.42383L19.4801 3.57616L16.9473 5.68684L18.5606 7.50172L17.4394 8.49827L15.7944 6.6476Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6568 13.6569 23 12 23C10.3431 23 9 21.6568 9 20H4V18.5H6.375L10.5 14L11.7667 9.99999H16.5L16 15L17.4 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7845L14.4709 15.2161L14.8425 11.5H12.8651L11.8299 14.7691L8.40985 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-pilar-x-shape",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoyPilarXShape",
          "declaration": {
            "name": "ObiBuoyPilarXShape",
            "module": "src/icons/icon-buoy-pilar-x-shape.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-pilar-x-shape",
          "declaration": {
            "name": "ObiBuoyPilarXShape",
            "module": "src/icons/icon-buoy-pilar-x-shape.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spar-board.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySparBoard",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.0155 4.5L14.2155 6.5H16.9845L17.7845 4.5H15.0155ZM19.4514 4.37139C19.7142 3.71453 19.2304 3 18.523 3H14.677C14.2681 3 13.9004 3.24895 13.7486 3.62861L12.5486 6.62861C12.2858 7.28547 12.7696 8 13.477 8H17.323C17.7319 8 18.0996 7.75105 18.2514 7.37139L19.4514 4.37139Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.0155 4.5L14.2155 6.5H16.9845L17.7845 4.5H15.0155ZM19.4514 4.37139C19.7142 3.71453 19.2304 3 18.523 3H14.677C14.2681 3 13.9004 3.24895 13.7486 3.62861L12.5486 6.62861C12.2858 7.28547 12.7696 8 13.477 8H17.323C17.7319 8 18.0996 7.75105 18.2514 7.37139L19.4514 4.37139Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spar-board",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySparBoard",
          "declaration": {
            "name": "ObiBuoySparBoard",
            "module": "src/icons/icon-buoy-spar-board.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spar-board",
          "declaration": {
            "name": "ObiBuoySparBoard",
            "module": "src/icons/icon-buoy-spar-board.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spar-cone-down.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySparConeDown",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 3L13 3L14.5 8L19 3Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 3L13 3L14.5 8L19 3Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spar-cone-down",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySparConeDown",
          "declaration": {
            "name": "ObiBuoySparConeDown",
            "module": "src/icons/icon-buoy-spar-cone-down.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spar-cone-down",
          "declaration": {
            "name": "ObiBuoySparConeDown",
            "module": "src/icons/icon-buoy-spar-cone-down.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spar-cone-up.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySparConeUp",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 8L18 8L16.5 3L12 8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 8L18 8L16.5 3L12 8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spar-cone-up",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySparConeUp",
          "declaration": {
            "name": "ObiBuoySparConeUp",
            "module": "src/icons/icon-buoy-spar-cone-up.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spar-cone-up",
          "declaration": {
            "name": "ObiBuoySparConeUp",
            "module": "src/icons/icon-buoy-spar-cone-up.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spar-cross.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySparCross",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.891 5.75007L15.2236 8.19741L13.7764 7.80273L14.3362 5.75007L12 5.75007V4.25007L14.7453 4.25007L15.2764 2.30273L16.7236 2.69741L16.3001 4.25007L19 4.25007V5.75007L15.891 5.75007Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5001H6V19.0001H9.17071C9.4323 18.2599 9.97609 17.6531 10.6728 17.3089L12.5 10.0001H16.5L14.4374 18.2506C14.6013 18.4786 14.734 18.7305 14.8293 19.0001H18V20.5001H14.9585C14.7205 21.9189 13.4865 23.0001 12 23.0001C10.5135 23.0001 9.27952 21.9189 9.04148 20.5001ZM13.5 20.0001C13.5 20.8285 12.8284 21.5001 12 21.5001C11.1716 21.5001 10.5 20.8285 10.5 20.0001C10.5 19.1716 11.1716 18.5001 12 18.5001C12.8284 18.5001 13.5 19.1716 13.5 20.0001Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.891 5.75007L15.2236 8.19741L13.7764 7.80273L14.3362 5.75007L12 5.75007V4.25007L14.7453 4.25007L15.2764 2.30273L16.7236 2.69741L16.3001 4.25007L19 4.25007V5.75007L15.891 5.75007Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5001H6V19.0001H9.17071C9.4323 18.2599 9.97609 17.6531 10.6728 17.3089L12.5 10.0001H16.5L14.4374 18.2506C14.6013 18.4786 14.734 18.7305 14.8293 19.0001H18V20.5001H14.9585C14.7205 21.9189 13.4865 23.0001 12 23.0001C10.5135 23.0001 9.27952 21.9189 9.04148 20.5001ZM13.5 20.0001C13.5 20.8285 12.8284 21.5001 12 21.5001C11.1716 21.5001 10.5 20.8285 10.5 20.0001C10.5 19.1716 11.1716 18.5001 12 18.5001C12.8284 18.5001 13.5 19.1716 13.5 20.0001Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spar-cross",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySparCross",
          "declaration": {
            "name": "ObiBuoySparCross",
            "module": "src/icons/icon-buoy-spar-cross.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spar-cross",
          "declaration": {
            "name": "ObiBuoySparCross",
            "module": "src/icons/icon-buoy-spar-cross.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spar-cube.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySparCube",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6507 3.04939L14.049 4.55146L15.5511 7.15312L18.1528 5.65105L16.6507 3.04939ZM17.6997 1.86638C17.4236 1.38809 16.812 1.22421 16.3337 1.50035L12.866 3.50242C12.3877 3.77856 12.2239 4.39015 12.5 4.86845L14.5021 8.33613C14.7782 8.81442 15.3898 8.9783 15.8681 8.70216L19.3358 6.70009C19.8141 6.42395 19.9779 5.81236 19.7018 5.33406L17.6997 1.86638Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5004H6V19.0004H9.17071C9.4323 18.2602 9.97609 17.6534 10.6728 17.3092L12.5 10.0004H16.5L14.4374 18.2509C14.6013 18.4789 14.734 18.7308 14.8293 19.0004H18V20.5004H14.9585C14.7205 21.9192 13.4865 23.0004 12 23.0004C10.5135 23.0004 9.27952 21.9192 9.04148 20.5004ZM13.5 20.0004C13.5 20.8288 12.8284 21.5004 12 21.5004C11.1716 21.5004 10.5 20.8288 10.5 20.0004C10.5 19.1719 11.1716 18.5004 12 18.5004C12.8284 18.5004 13.5 19.1719 13.5 20.0004Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6507 3.04939L14.049 4.55146L15.5511 7.15312L18.1528 5.65105L16.6507 3.04939ZM17.6997 1.86638C17.4236 1.38809 16.812 1.22421 16.3337 1.50035L12.866 3.50242C12.3877 3.77856 12.2239 4.39015 12.5 4.86845L14.5021 8.33613C14.7782 8.81442 15.3898 8.9783 15.8681 8.70216L19.3358 6.70009C19.8141 6.42395 19.9779 5.81236 19.7018 5.33406L17.6997 1.86638Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5004H6V19.0004H9.17071C9.4323 18.2602 9.97609 17.6534 10.6728 17.3092L12.5 10.0004H16.5L14.4374 18.2509C14.6013 18.4789 14.734 18.7308 14.8293 19.0004H18V20.5004H14.9585C14.7205 21.9192 13.4865 23.0004 12 23.0004C10.5135 23.0004 9.27952 21.9192 9.04148 20.5004ZM13.5 20.0004C13.5 20.8288 12.8284 21.5004 12 21.5004C11.1716 21.5004 10.5 20.8288 10.5 20.0004C10.5 19.1719 11.1716 18.5004 12 18.5004C12.8284 18.5004 13.5 19.1719 13.5 20.0004Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spar-cube",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySparCube",
          "declaration": {
            "name": "ObiBuoySparCube",
            "module": "src/icons/icon-buoy-spar-cube.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spar-cube",
          "declaration": {
            "name": "ObiBuoySparCube",
            "module": "src/icons/icon-buoy-spar-cube.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spar-danger.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySparDanger",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 2.5C18 3.32843 17.3284 4 16.5 4C15.6716 4 15 3.32843 15 2.5C15 1.67157 15.6716 1 16.5 1C17.3284 1 18 1.67157 18 2.5Z\" fill=\"currentColor\"/> <path d=\"M17 6.5C17 7.32843 16.3284 8 15.5 8C14.6716 8 14 7.32843 14 6.5C14 5.67157 14.6716 5 15.5 5C16.3284 5 17 5.67157 17 6.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 2.5C18 3.32843 17.3284 4 16.5 4C15.6716 4 15 3.32843 15 2.5C15 1.67157 15.6716 1 16.5 1C17.3284 1 18 1.67157 18 2.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 6.5C17 7.32843 16.3284 8 15.5 8C14.6716 8 14 7.32843 14 6.5C14 5.67157 14.6716 5 15.5 5C16.3284 5 17 5.67157 17 6.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spar-danger",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySparDanger",
          "declaration": {
            "name": "ObiBuoySparDanger",
            "module": "src/icons/icon-buoy-spar-danger.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spar-danger",
          "declaration": {
            "name": "ObiBuoySparDanger",
            "module": "src/icons/icon-buoy-spar-danger.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spar-east.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySparEast",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" fill=\"currentColor\"/> <path d=\"M17.5 6H13.5L14.5 9L17.5 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.5 6H13.5L14.5 9L17.5 6Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spar-east",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySparEast",
          "declaration": {
            "name": "ObiBuoySparEast",
            "module": "src/icons/icon-buoy-spar-east.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spar-east",
          "declaration": {
            "name": "ObiBuoySparEast",
            "module": "src/icons/icon-buoy-spar-east.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spar-flag.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySparFlag",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6838 2C16.2754 2 15.9129 2.2613 15.7838 2.64868L14.4162 6.75132C14.2115 7.36562 14.6687 8 15.3162 8C15.7246 8 16.0871 7.7387 16.2162 7.35132L17.5838 3.24868C17.7885 2.63438 17.3313 2 16.6838 2Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6838 2C16.2754 2 15.9129 2.2613 15.7838 2.64868L14.4162 6.75132C14.2115 7.36562 14.6687 8 15.3162 8C15.7246 8 16.0871 7.7387 16.2162 7.35132L17.5838 3.24868C17.7885 2.63438 17.3313 2 16.6838 2Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spar-flag",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySparFlag",
          "declaration": {
            "name": "ObiBuoySparFlag",
            "module": "src/icons/icon-buoy-spar-flag.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spar-flag",
          "declaration": {
            "name": "ObiBuoySparFlag",
            "module": "src/icons/icon-buoy-spar-flag.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spar-north.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySparNorth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" fill=\"currentColor\"/> <path d=\"M13 8H17L16 5L13 8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 8H17L16 5L13 8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spar-north",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySparNorth",
          "declaration": {
            "name": "ObiBuoySparNorth",
            "module": "src/icons/icon-buoy-spar-north.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spar-north",
          "declaration": {
            "name": "ObiBuoySparNorth",
            "module": "src/icons/icon-buoy-spar-north.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spar-south.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySparSouth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 1H18L15 4L14 1Z\" fill=\"currentColor\"/> <path d=\"M17 5L13 5L14 8L17 5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 1H18L15 4L14 1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 5L13 5L14 8L17 5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spar-south",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySparSouth",
          "declaration": {
            "name": "ObiBuoySparSouth",
            "module": "src/icons/icon-buoy-spar-south.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spar-south",
          "declaration": {
            "name": "ObiBuoySparSouth",
            "module": "src/icons/icon-buoy-spar-south.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spar-sphere.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySparSphere",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 6C17 7.10457 16.1046 8 15 8C13.8954 8 13 7.10457 13 6C13 4.89543 13.8954 4 15 4C16.1046 4 17 4.89543 17 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 6C17 7.10457 16.1046 8 15 8C13.8954 8 13 7.10457 13 6C13 4.89543 13.8954 4 15 4C16.1046 4 17 4.89543 17 6Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spar-sphere",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySparSphere",
          "declaration": {
            "name": "ObiBuoySparSphere",
            "module": "src/icons/icon-buoy-spar-sphere.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spar-sphere",
          "declaration": {
            "name": "ObiBuoySparSphere",
            "module": "src/icons/icon-buoy-spar-sphere.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spar-square.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySparSquare",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7478 2.5L14.0811 7.5H16.2522L17.9189 2.5H15.7478ZM15.3874 1C14.957 1 14.5749 1.27543 14.4387 1.68377L12.4387 7.68377C12.2229 8.3313 12.7049 9 13.3874 9H16.6126C17.043 9 17.4251 8.72457 17.5613 8.31623L19.5613 2.31623C19.7771 1.6687 19.2951 1 18.6126 1H15.3874Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7478 2.5L14.0811 7.5H16.2522L17.9189 2.5H15.7478ZM15.3874 1C14.957 1 14.5749 1.27543 14.4387 1.68377L12.4387 7.68377C12.2229 8.3313 12.7049 9 13.3874 9H16.6126C17.043 9 17.4251 8.72457 17.5613 8.31623L19.5613 2.31623C19.7771 1.6687 19.2951 1 18.6126 1H15.3874Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spar-square",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySparSquare",
          "declaration": {
            "name": "ObiBuoySparSquare",
            "module": "src/icons/icon-buoy-spar-square.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spar-square",
          "declaration": {
            "name": "ObiBuoySparSquare",
            "module": "src/icons/icon-buoy-spar-square.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spar-t-shape.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySparTShape",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.992 3.75H13V2.25L19 2.25V3.75L16.558 3.75L15.2184 8.21551L13.7816 7.78449L14.992 3.75Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.992 3.75H13V2.25L19 2.25V3.75L16.558 3.75L15.2184 8.21551L13.7816 7.78449L14.992 3.75Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spar-t-shape",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySparTShape",
          "declaration": {
            "name": "ObiBuoySparTShape",
            "module": "src/icons/icon-buoy-spar-t-shape.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spar-t-shape",
          "declaration": {
            "name": "ObiBuoySparTShape",
            "module": "src/icons/icon-buoy-spar-t-shape.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spar-west.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySparWest",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 1H19L16 4L15 1Z\" fill=\"currentColor\"/> <path d=\"M13 8H17L16 5L13 8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 1H19L16 4L15 1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 8H17L16 5L13 8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 10H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9189 13.4865 23 12 23C10.5135 23 9.27952 21.9189 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spar-west",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySparWest",
          "declaration": {
            "name": "ObiBuoySparWest",
            "module": "src/icons/icon-buoy-spar-west.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spar-west",
          "declaration": {
            "name": "ObiBuoySparWest",
            "module": "src/icons/icon-buoy-spar-west.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spar-x-shape.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySparXShape",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7944 6.6476L13.4801 8.57616L12.5199 7.42383L14.7974 5.52592L13.4394 3.99827L14.5606 3.00172L15.9503 4.56515L18.5199 2.42383L19.4801 3.57616L16.9473 5.68684L18.5606 7.50172L17.4394 8.49827L15.7944 6.6476Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 9.99999H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9188 13.4865 23 12 23C10.5135 23 9.27952 21.9188 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7944 6.6476L13.4801 8.57616L12.5199 7.42383L14.7974 5.52592L13.4394 3.99827L14.5606 3.00172L15.9503 4.56515L18.5199 2.42383L19.4801 3.57616L16.9473 5.68684L18.5606 7.50172L17.4394 8.49827L15.7944 6.6476Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04148 20.5H6V19H9.17071C9.4323 18.2599 9.97609 17.653 10.6728 17.3088L12.5 9.99999H16.5L14.4374 18.2505C14.6013 18.4785 14.734 18.7304 14.8293 19H18V20.5H14.9585C14.7205 21.9188 13.4865 23 12 23C10.5135 23 9.27952 21.9188 9.04148 20.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spar-x-shape",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySparXShape",
          "declaration": {
            "name": "ObiBuoySparXShape",
            "module": "src/icons/icon-buoy-spar-x-shape.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spar-x-shape",
          "declaration": {
            "name": "ObiBuoySparXShape",
            "module": "src/icons/icon-buoy-spar-x-shape.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spherical-board.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySphericalBoard",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.0155 4.5L14.2155 6.5H16.9845L17.7845 4.5H15.0155ZM19.4514 4.37139C19.7142 3.71453 19.2304 3 18.523 3H14.677C14.2681 3 13.9004 3.24895 13.7486 3.62861L12.5486 6.62861C12.2858 7.28547 12.7696 8 13.477 8H17.323C17.7319 8 18.0996 7.75105 18.2514 7.37139L19.4514 4.37139Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.0155 4.5L14.2155 6.5H16.9845L17.7845 4.5H15.0155ZM19.4514 4.37139C19.7142 3.71453 19.2304 3 18.523 3H14.677C14.2681 3 13.9004 3.24895 13.7486 3.62861L12.5486 6.62861C12.2858 7.28547 12.7696 8 13.477 8H17.323C17.7319 8 18.0996 7.75105 18.2514 7.37139L19.4514 4.37139Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spherical-board",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySphericalBoard",
          "declaration": {
            "name": "ObiBuoySphericalBoard",
            "module": "src/icons/icon-buoy-spherical-board.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spherical-board",
          "declaration": {
            "name": "ObiBuoySphericalBoard",
            "module": "src/icons/icon-buoy-spherical-board.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spherical-cone-down.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySphericalConeDown",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 3L13 3L14.5 8L19 3Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 3L13 3L14.5 8L19 3Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spherical-cone-down",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySphericalConeDown",
          "declaration": {
            "name": "ObiBuoySphericalConeDown",
            "module": "src/icons/icon-buoy-spherical-cone-down.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spherical-cone-down",
          "declaration": {
            "name": "ObiBuoySphericalConeDown",
            "module": "src/icons/icon-buoy-spherical-cone-down.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spherical-cone-up.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySphericalConeUp",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 8L18 8L16.5 3L12 8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 8L18 8L16.5 3L12 8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spherical-cone-up",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySphericalConeUp",
          "declaration": {
            "name": "ObiBuoySphericalConeUp",
            "module": "src/icons/icon-buoy-spherical-cone-up.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spherical-cone-up",
          "declaration": {
            "name": "ObiBuoySphericalConeUp",
            "module": "src/icons/icon-buoy-spherical-cone-up.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spherical-cross.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySphericalCross",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.891 5.75007L15.2236 8.19741L13.7764 7.80273L14.3362 5.75007L12 5.75007V4.25007L14.7453 4.25007L15.2764 2.30273L16.7236 2.69741L16.3001 4.25007L19 4.25007V5.75007L15.891 5.75007Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20.0001H15C15 21.6569 13.6569 23.0001 12 23.0001C10.3431 23.0001 9 21.6569 9 20.0001H4V18.5001H6.54404C6.19474 17.739 6 16.8923 6 16.0001C6 12.6864 8.68629 10.0001 12 10.0001C15.3137 10.0001 18 12.6864 18 16.0001C18 16.8923 17.8053 17.739 17.456 18.5001H20V20.0001ZM9.40135 18.5001C9.92006 17.6034 10.8896 17.0001 12 17.0001C13.1104 17.0001 14.0799 17.6034 14.5987 18.5001H15.7425C16.2215 17.7849 16.5 16.9262 16.5 16.0001C16.5 13.5148 14.4853 11.5001 12 11.5001C9.51472 11.5001 7.5 13.5148 7.5 16.0001C7.5 16.9262 7.7785 17.7849 8.25754 18.5001H9.40135ZM13.5 20.0001C13.5 20.8285 12.8284 21.5001 12 21.5001C11.1716 21.5001 10.5 20.8285 10.5 20.0001C10.5 19.1716 11.1716 18.5001 12 18.5001C12.8284 18.5001 13.5 19.1716 13.5 20.0001Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.891 5.75007L15.2236 8.19741L13.7764 7.80273L14.3362 5.75007L12 5.75007V4.25007L14.7453 4.25007L15.2764 2.30273L16.7236 2.69741L16.3001 4.25007L19 4.25007V5.75007L15.891 5.75007Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20.0001H15C15 21.6569 13.6569 23.0001 12 23.0001C10.3431 23.0001 9 21.6569 9 20.0001H4V18.5001H6.54404C6.19474 17.739 6 16.8923 6 16.0001C6 12.6864 8.68629 10.0001 12 10.0001C15.3137 10.0001 18 12.6864 18 16.0001C18 16.8923 17.8053 17.739 17.456 18.5001H20V20.0001ZM9.40135 18.5001C9.92006 17.6034 10.8896 17.0001 12 17.0001C13.1104 17.0001 14.0799 17.6034 14.5987 18.5001H15.7425C16.2215 17.7849 16.5 16.9262 16.5 16.0001C16.5 13.5148 14.4853 11.5001 12 11.5001C9.51472 11.5001 7.5 13.5148 7.5 16.0001C7.5 16.9262 7.7785 17.7849 8.25754 18.5001H9.40135ZM13.5 20.0001C13.5 20.8285 12.8284 21.5001 12 21.5001C11.1716 21.5001 10.5 20.8285 10.5 20.0001C10.5 19.1716 11.1716 18.5001 12 18.5001C12.8284 18.5001 13.5 19.1716 13.5 20.0001Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spherical-cross",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySphericalCross",
          "declaration": {
            "name": "ObiBuoySphericalCross",
            "module": "src/icons/icon-buoy-spherical-cross.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spherical-cross",
          "declaration": {
            "name": "ObiBuoySphericalCross",
            "module": "src/icons/icon-buoy-spherical-cross.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spherical-cube.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySphericalCube",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6507 3.04939L14.049 4.55146L15.5511 7.15312L18.1528 5.65105L16.6507 3.04939ZM17.6997 1.86638C17.4236 1.38809 16.812 1.22421 16.3337 1.50035L12.866 3.50242C12.3877 3.77856 12.2239 4.39015 12.5 4.86845L14.5021 8.33613C14.7782 8.81442 15.3898 8.9783 15.8681 8.70216L19.3358 6.70009C19.8141 6.42395 19.9779 5.81236 19.7018 5.33406L17.6997 1.86638Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20.0004H15C15 21.6572 13.6569 23.0004 12 23.0004C10.3431 23.0004 9 21.6572 9 20.0004H4V18.5004H6.54404C6.19474 17.7393 6 16.8926 6 16.0004C6 12.6866 8.68629 10.0004 12 10.0004C15.3137 10.0004 18 12.6866 18 16.0004C18 16.8926 17.8053 17.7393 17.456 18.5004H20V20.0004ZM9.40135 18.5004C9.92006 17.6037 10.8896 17.0004 12 17.0004C13.1104 17.0004 14.0799 17.6037 14.5987 18.5004H15.7425C16.2215 17.7852 16.5 16.9265 16.5 16.0004C16.5 13.5151 14.4853 11.5004 12 11.5004C9.51472 11.5004 7.5 13.5151 7.5 16.0004C7.5 16.9265 7.7785 17.7852 8.25754 18.5004H9.40135ZM13.5 20.0004C13.5 20.8288 12.8284 21.5004 12 21.5004C11.1716 21.5004 10.5 20.8288 10.5 20.0004C10.5 19.1719 11.1716 18.5004 12 18.5004C12.8284 18.5004 13.5 19.1719 13.5 20.0004Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6507 3.04939L14.049 4.55146L15.5511 7.15312L18.1528 5.65105L16.6507 3.04939ZM17.6997 1.86638C17.4236 1.38809 16.812 1.22421 16.3337 1.50035L12.866 3.50242C12.3877 3.77856 12.2239 4.39015 12.5 4.86845L14.5021 8.33613C14.7782 8.81442 15.3898 8.9783 15.8681 8.70216L19.3358 6.70009C19.8141 6.42395 19.9779 5.81236 19.7018 5.33406L17.6997 1.86638Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20.0004H15C15 21.6572 13.6569 23.0004 12 23.0004C10.3431 23.0004 9 21.6572 9 20.0004H4V18.5004H6.54404C6.19474 17.7393 6 16.8926 6 16.0004C6 12.6866 8.68629 10.0004 12 10.0004C15.3137 10.0004 18 12.6866 18 16.0004C18 16.8926 17.8053 17.7393 17.456 18.5004H20V20.0004ZM9.40135 18.5004C9.92006 17.6037 10.8896 17.0004 12 17.0004C13.1104 17.0004 14.0799 17.6037 14.5987 18.5004H15.7425C16.2215 17.7852 16.5 16.9265 16.5 16.0004C16.5 13.5151 14.4853 11.5004 12 11.5004C9.51472 11.5004 7.5 13.5151 7.5 16.0004C7.5 16.9265 7.7785 17.7852 8.25754 18.5004H9.40135ZM13.5 20.0004C13.5 20.8288 12.8284 21.5004 12 21.5004C11.1716 21.5004 10.5 20.8288 10.5 20.0004C10.5 19.1719 11.1716 18.5004 12 18.5004C12.8284 18.5004 13.5 19.1719 13.5 20.0004Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spherical-cube",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySphericalCube",
          "declaration": {
            "name": "ObiBuoySphericalCube",
            "module": "src/icons/icon-buoy-spherical-cube.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spherical-cube",
          "declaration": {
            "name": "ObiBuoySphericalCube",
            "module": "src/icons/icon-buoy-spherical-cube.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spherical-danger.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySphericalDanger",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 2.5C18 3.32843 17.3284 4 16.5 4C15.6716 4 15 3.32843 15 2.5C15 1.67157 15.6716 1 16.5 1C17.3284 1 18 1.67157 18 2.5Z\" fill=\"currentColor\"/> <path d=\"M17 6.5C17 7.32843 16.3284 8 15.5 8C14.6716 8 14 7.32843 14 6.5C14 5.67157 14.6716 5 15.5 5C16.3284 5 17 5.67157 17 6.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 2.5C18 3.32843 17.3284 4 16.5 4C15.6716 4 15 3.32843 15 2.5C15 1.67157 15.6716 1 16.5 1C17.3284 1 18 1.67157 18 2.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 6.5C17 7.32843 16.3284 8 15.5 8C14.6716 8 14 7.32843 14 6.5C14 5.67157 14.6716 5 15.5 5C16.3284 5 17 5.67157 17 6.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spherical-danger",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySphericalDanger",
          "declaration": {
            "name": "ObiBuoySphericalDanger",
            "module": "src/icons/icon-buoy-spherical-danger.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spherical-danger",
          "declaration": {
            "name": "ObiBuoySphericalDanger",
            "module": "src/icons/icon-buoy-spherical-danger.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spherical-east.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySphericalEast",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" fill=\"currentColor\"/> <path d=\"M17.5 6H13.5L14.5 9L17.5 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.5 6H13.5L14.5 9L17.5 6Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spherical-east",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySphericalEast",
          "declaration": {
            "name": "ObiBuoySphericalEast",
            "module": "src/icons/icon-buoy-spherical-east.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spherical-east",
          "declaration": {
            "name": "ObiBuoySphericalEast",
            "module": "src/icons/icon-buoy-spherical-east.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spherical-flag.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySphericalFlag",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6838 2C16.2754 2 15.9129 2.2613 15.7838 2.64868L14.4162 6.75132C14.2115 7.36562 14.6687 8 15.3162 8C15.7246 8 16.0871 7.7387 16.2162 7.35132L17.5838 3.24868C17.7885 2.63438 17.3313 2 16.6838 2Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6838 2C16.2754 2 15.9129 2.2613 15.7838 2.64868L14.4162 6.75132C14.2115 7.36562 14.6687 8 15.3162 8C15.7246 8 16.0871 7.7387 16.2162 7.35132L17.5838 3.24868C17.7885 2.63438 17.3313 2 16.6838 2Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spherical-flag",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySphericalFlag",
          "declaration": {
            "name": "ObiBuoySphericalFlag",
            "module": "src/icons/icon-buoy-spherical-flag.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spherical-flag",
          "declaration": {
            "name": "ObiBuoySphericalFlag",
            "module": "src/icons/icon-buoy-spherical-flag.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spherical-north.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySphericalNorth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" fill=\"currentColor\"/> <path d=\"M13 8H17L16 5L13 8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 4H14L17 1L18 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 8H17L16 5L13 8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spherical-north",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySphericalNorth",
          "declaration": {
            "name": "ObiBuoySphericalNorth",
            "module": "src/icons/icon-buoy-spherical-north.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spherical-north",
          "declaration": {
            "name": "ObiBuoySphericalNorth",
            "module": "src/icons/icon-buoy-spherical-north.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spherical-south.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySphericalSouth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 1H18L15 4L14 1Z\" fill=\"currentColor\"/> <path d=\"M17 5L13 5L14 8L17 5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 1H18L15 4L14 1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 5L13 5L14 8L17 5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spherical-south",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySphericalSouth",
          "declaration": {
            "name": "ObiBuoySphericalSouth",
            "module": "src/icons/icon-buoy-spherical-south.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spherical-south",
          "declaration": {
            "name": "ObiBuoySphericalSouth",
            "module": "src/icons/icon-buoy-spherical-south.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spherical-sphere.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySphericalSphere",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 6C17 7.10457 16.1046 8 15 8C13.8954 8 13 7.10457 13 6C13 4.89543 13.8954 4 15 4C16.1046 4 17 4.89543 17 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 6C17 7.10457 16.1046 8 15 8C13.8954 8 13 7.10457 13 6C13 4.89543 13.8954 4 15 4C16.1046 4 17 4.89543 17 6Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spherical-sphere",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySphericalSphere",
          "declaration": {
            "name": "ObiBuoySphericalSphere",
            "module": "src/icons/icon-buoy-spherical-sphere.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spherical-sphere",
          "declaration": {
            "name": "ObiBuoySphericalSphere",
            "module": "src/icons/icon-buoy-spherical-sphere.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spherical-square.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySphericalSquare",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7478 2.5L14.0811 7.5H16.2522L17.9189 2.5H15.7478ZM15.3874 1C14.957 1 14.5749 1.27543 14.4387 1.68377L12.4387 7.68377C12.2229 8.3313 12.7049 9 13.3874 9H16.6126C17.043 9 17.4251 8.72457 17.5613 8.31623L19.5613 2.31623C19.7771 1.6687 19.2951 1 18.6126 1H15.3874Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7478 2.5L14.0811 7.5H16.2522L17.9189 2.5H15.7478ZM15.3874 1C14.957 1 14.5749 1.27543 14.4387 1.68377L12.4387 7.68377C12.2229 8.3313 12.7049 9 13.3874 9H16.6126C17.043 9 17.4251 8.72457 17.5613 8.31623L19.5613 2.31623C19.7771 1.6687 19.2951 1 18.6126 1H15.3874Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spherical-square",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySphericalSquare",
          "declaration": {
            "name": "ObiBuoySphericalSquare",
            "module": "src/icons/icon-buoy-spherical-square.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spherical-square",
          "declaration": {
            "name": "ObiBuoySphericalSquare",
            "module": "src/icons/icon-buoy-spherical-square.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spherical-t-shape.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySphericalTShape",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.992 3.75H13V2.25L19 2.25V3.75L16.558 3.75L15.2184 8.21551L13.7816 7.78449L14.992 3.75Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.992 3.75H13V2.25L19 2.25V3.75L16.558 3.75L15.2184 8.21551L13.7816 7.78449L14.992 3.75Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spherical-t-shape",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySphericalTShape",
          "declaration": {
            "name": "ObiBuoySphericalTShape",
            "module": "src/icons/icon-buoy-spherical-t-shape.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spherical-t-shape",
          "declaration": {
            "name": "ObiBuoySphericalTShape",
            "module": "src/icons/icon-buoy-spherical-t-shape.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spherical-west.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySphericalWest",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 1H19L16 4L15 1Z\" fill=\"currentColor\"/> <path d=\"M13 8H17L16 5L13 8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 1H19L16 4L15 1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 8H17L16 5L13 8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6569 13.6569 23 12 23C10.3431 23 9 21.6569 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spherical-west",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySphericalWest",
          "declaration": {
            "name": "ObiBuoySphericalWest",
            "module": "src/icons/icon-buoy-spherical-west.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spherical-west",
          "declaration": {
            "name": "ObiBuoySphericalWest",
            "module": "src/icons/icon-buoy-spherical-west.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-spherical-x-shape.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySphericalXShape",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7944 6.6476L13.4801 8.57616L12.5199 7.42383L14.7974 5.52592L13.4394 3.99827L14.5606 3.00172L15.9503 4.56515L18.5199 2.42383L19.4801 3.57616L16.9473 5.68684L18.5606 7.50172L17.4394 8.49827L15.7944 6.6476Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6568 13.6569 23 12 23C10.3431 23 9 21.6568 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 9.99999 12 9.99999C15.3137 9.99999 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7944 6.6476L13.4801 8.57616L12.5199 7.42383L14.7974 5.52592L13.4394 3.99827L14.5606 3.00172L15.9503 4.56515L18.5199 2.42383L19.4801 3.57616L16.9473 5.68684L18.5606 7.50172L17.4394 8.49827L15.7944 6.6476Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 20H15C15 21.6568 13.6569 23 12 23C10.3431 23 9 21.6568 9 20H4V18.5H6.54404C6.19474 17.7389 6 16.8922 6 16C6 12.6863 8.68629 9.99999 12 9.99999C15.3137 9.99999 18 12.6863 18 16C18 16.8922 17.8053 17.7389 17.456 18.5H20V20ZM9.40135 18.5C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5H15.7425C16.2215 17.7849 16.5 16.9261 16.5 16C16.5 13.5147 14.4853 11.5 12 11.5C9.51472 11.5 7.5 13.5147 7.5 16C7.5 16.9261 7.7785 17.7849 8.25754 18.5H9.40135ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-spherical-x-shape",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySphericalXShape",
          "declaration": {
            "name": "ObiBuoySphericalXShape",
            "module": "src/icons/icon-buoy-spherical-x-shape.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-spherical-x-shape",
          "declaration": {
            "name": "ObiBuoySphericalXShape",
            "module": "src/icons/icon-buoy-spherical-x-shape.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-super-landby.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySuperLandby",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.7502 12V6.29903L15.0893 7.64952L15.8393 6.35048L13.5002 5L15.8393 3.64952L15.0893 2.35048L12.7502 3.70097V1H11.2502V3.70096L8.91113 2.35048L8.16113 3.64952L10.5002 5L8.16113 6.35048L8.91113 7.64952L11.2502 6.29904V12H6.13333L4.4 18.5H2V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H22V18.5H19.6L17.8667 12H12.7502ZM14.5987 18.5H18.0476L16.7142 13.5H7.28575L5.95242 18.5H9.40135C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.7502 12V6.29903L15.0893 7.64952L15.8393 6.35048L13.5002 5L15.8393 3.64952L15.0893 2.35048L12.7502 3.70097V1H11.2502V3.70096L8.91113 2.35048L8.16113 3.64952L10.5002 5L8.16113 6.35048L8.91113 7.64952L11.2502 6.29904V12H6.13333L4.4 18.5H2V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H22V18.5H19.6L17.8667 12H12.7502ZM14.5987 18.5H18.0476L16.7142 13.5H7.28575L5.95242 18.5H9.40135C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-super-landby",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySuperLandby",
          "declaration": {
            "name": "ObiBuoySuperLandby",
            "module": "src/icons/icon-buoy-super-landby.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-super-landby",
          "declaration": {
            "name": "ObiBuoySuperLandby",
            "module": "src/icons/icon-buoy-super-landby.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-buoy-super.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiBuoySuper",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.75 12V2H11.25V12H6.13333L4.4 18.5H2V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H22V18.5H19.6L17.8667 12H12.75ZM14.5987 18.5H18.0476L16.7142 13.5H7.28575L5.95242 18.5H9.40135C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.75 12V2H11.25V12H6.13333L4.4 18.5H2V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H22V18.5H19.6L17.8667 12H12.75ZM14.5987 18.5H18.0476L16.7142 13.5H7.28575L5.95242 18.5H9.40135C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-buoy-super",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiBuoySuper",
          "declaration": {
            "name": "ObiBuoySuper",
            "module": "src/icons/icon-buoy-super.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-buoy-super",
          "declaration": {
            "name": "ObiBuoySuper",
            "module": "src/icons/icon-buoy-super.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-calendar-date-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCalendarDateGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 11H7V13H9V11ZM13 11H11V13H13V11ZM17 11H15V13H17V11ZM19 4H18V2H16V4H8V2H6V4H5C3.89 4 3.01 4.9 3.01 6L3 20C3 21.1 3.89 22 5 22H19C20.1 22 21 21.1 21 20V6C21 4.9 20.1 4 19 4ZM19 20H5V9H19V20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 11H7V13H9V11ZM13 11H11V13H13V11ZM17 11H15V13H17V11ZM19 4H18V2H16V4H8V2H6V4H5C3.89 4 3.01 4.9 3.01 6L3 20C3 21.1 3.89 22 5 22H19C20.1 22 21 21.1 21 20V6C21 4.9 20.1 4 19 4ZM19 20H5V9H19V20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-calendar-date-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCalendarDateGoogle",
          "declaration": {
            "name": "ObiCalendarDateGoogle",
            "module": "src/icons/icon-calendar-date-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-calendar-date-google",
          "declaration": {
            "name": "ObiCalendarDateGoogle",
            "module": "src/icons/icon-calendar-date-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-calendar-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCalendarGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6929 12.5122C11.6929 12.9136 11.5713 13.2549 11.3281 13.5361C11.085 13.8174 10.7437 14.0107 10.3042 14.1162V14.1426C10.8228 14.207 11.2153 14.3652 11.4819 14.6172C11.7485 14.8662 11.8818 15.2031 11.8818 15.6279C11.8818 16.2461 11.6577 16.728 11.2095 17.0737C10.7612 17.4165 10.1211 17.5879 9.28906 17.5879C8.5918 17.5879 7.97363 17.4722 7.43457 17.2407V16.085C7.68359 16.2109 7.95752 16.3135 8.25635 16.3926C8.55518 16.4717 8.85107 16.5112 9.14404 16.5112C9.59229 16.5112 9.92334 16.4351 10.1372 16.2827C10.3511 16.1304 10.458 15.8857 10.458 15.5488C10.458 15.2471 10.335 15.0332 10.0889 14.9072C9.84277 14.7812 9.4502 14.7183 8.91113 14.7183H8.42334V13.6768H8.91992C9.41797 13.6768 9.78125 13.6123 10.0098 13.4834C10.2412 13.3516 10.3569 13.1274 10.3569 12.811C10.3569 12.3247 10.0522 12.0815 9.44287 12.0815C9.23193 12.0815 9.0166 12.1167 8.79688 12.187C8.58008 12.2573 8.33838 12.3789 8.07178 12.5518L7.44336 11.6157C8.0293 11.1938 8.72803 10.9829 9.53955 10.9829C10.2046 10.9829 10.729 11.1177 11.1128 11.3872C11.4995 11.6567 11.6929 12.0317 11.6929 12.5122Z\" fill=\"currentColor\"/> <path d=\"M16.0762 17.5H14.7183V13.7822L14.7314 13.1714L14.7534 12.5034C14.5278 12.729 14.3711 12.877 14.2832 12.9473L13.5449 13.5405L12.8901 12.7231L14.96 11.0752H16.0762V17.5Z\" fill=\"currentColor\"/> <path d=\"M19 4C19.5304 4 20.0391 4.21071 20.4142 4.58579C20.7893 4.96086 21 5.46957 21 6V20C21 20.5304 20.7893 21.0391 20.4142 21.4142C20.0391 21.7893 19.5304 22 19 22H5C3.89 22 3 21.1 3 20V6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4H6V2H8V4H16V2H18V4H19ZM19 20V9H5V20H19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6929 12.5122C11.6929 12.9136 11.5713 13.2549 11.3281 13.5361C11.085 13.8174 10.7437 14.0107 10.3042 14.1162V14.1426C10.8228 14.207 11.2153 14.3652 11.4819 14.6172C11.7485 14.8662 11.8818 15.2031 11.8818 15.6279C11.8818 16.2461 11.6577 16.728 11.2095 17.0737C10.7612 17.4165 10.1211 17.5879 9.28906 17.5879C8.5918 17.5879 7.97363 17.4722 7.43457 17.2407V16.085C7.68359 16.2109 7.95752 16.3135 8.25635 16.3926C8.55518 16.4717 8.85107 16.5112 9.14404 16.5112C9.59229 16.5112 9.92334 16.4351 10.1372 16.2827C10.3511 16.1304 10.458 15.8857 10.458 15.5488C10.458 15.2471 10.335 15.0332 10.0889 14.9072C9.84277 14.7812 9.4502 14.7183 8.91113 14.7183H8.42334V13.6768H8.91992C9.41797 13.6768 9.78125 13.6123 10.0098 13.4834C10.2412 13.3516 10.3569 13.1274 10.3569 12.811C10.3569 12.3247 10.0522 12.0815 9.44287 12.0815C9.23193 12.0815 9.0166 12.1167 8.79688 12.187C8.58008 12.2573 8.33838 12.3789 8.07178 12.5518L7.44336 11.6157C8.0293 11.1938 8.72803 10.9829 9.53955 10.9829C10.2046 10.9829 10.729 11.1177 11.1128 11.3872C11.4995 11.6567 11.6929 12.0317 11.6929 12.5122Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.0762 17.5H14.7183V13.7822L14.7314 13.1714L14.7534 12.5034C14.5278 12.729 14.3711 12.877 14.2832 12.9473L13.5449 13.5405L12.8901 12.7231L14.96 11.0752H16.0762V17.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 4C19.5304 4 20.0391 4.21071 20.4142 4.58579C20.7893 4.96086 21 5.46957 21 6V20C21 20.5304 20.7893 21.0391 20.4142 21.4142C20.0391 21.7893 19.5304 22 19 22H5C3.89 22 3 21.1 3 20V6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4H6V2H8V4H16V2H18V4H19ZM19 20V9H5V20H19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-calendar-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCalendarGoogle",
          "declaration": {
            "name": "ObiCalendarGoogle",
            "module": "src/icons/icon-calendar-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-calendar-google",
          "declaration": {
            "name": "ObiCalendarGoogle",
            "module": "src/icons/icon-calendar-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cam-hmi-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCamHmiIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5598 4.81764C11.7486 4.46704 12.2515 4.46704 12.4402 4.81764L18.6031 16.263C18.7825 16.5961 18.5412 17.0001 18.1629 17.0001H5.83712C5.45879 17.0001 5.21752 16.5961 5.39689 16.263L11.5598 4.81764ZM12.5 8.00006H11.25V12.5H12.5V8.00006ZM12.5 14H11.25V15.5H12.5V14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 2C1 1.44772 1.44772 1 2 1H22C22.5523 1 23 1.44772 23 2V22C23 22.5523 22.5523 23 22 23H2C1.44772 23 1 22.5523 1 22V2ZM21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5598 4.81764C11.7486 4.46704 12.2515 4.46704 12.4402 4.81764L18.6031 16.263C18.7825 16.5961 18.5412 17.0001 18.1629 17.0001H5.83712C5.45879 17.0001 5.21752 16.5961 5.39689 16.263L11.5598 4.81764ZM12.5 8.00006H11.25V12.5H12.5V8.00006ZM12.5 14H11.25V15.5H12.5V14Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 2C1 1.44772 1.44772 1 2 1H22C22.5523 1 23 1.44772 23 2V22C23 22.5523 22.5523 23 22 23H2C1.44772 23 1 22.5523 1 22V2ZM21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cam-hmi-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCamHmiIec",
          "declaration": {
            "name": "ObiCamHmiIec",
            "module": "src/icons/icon-cam-hmi-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cam-hmi-iec",
          "declaration": {
            "name": "ObiCamHmiIec",
            "module": "src/icons/icon-cam-hmi-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-camera-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCameraOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.99957 5.5856L3.01944 2.60547L1.60522 4.01968L3.67389 6.08835C3.26048 6.45475 2.99991 6.98975 2.99991 7.5856V16.5856C2.99991 17.6902 3.89534 18.5856 4.99991 18.5856H15.9999C16.0553 18.5856 16.1102 18.5833 16.1645 18.5789L18.4512 20.8657L19.8655 19.4515L17.823 17.4091L17.8237 17.4077L15.9999 15.584V15.5859L7.99957 7.5856H8.00156L6.00156 5.5856H5.99957ZM5.17114 7.5856H4.99991L4.99991 16.5856H14.1711L5.17114 7.5856Z\" fill=\"currentColor\"/> <path d=\"M15.9999 7.5856V12.7555L17.9999 14.7555V13.6513L20.9999 15.9998V7.99979L17.9999 10.4513V7.5856C17.9999 6.48103 17.1045 5.5856 15.9999 5.5856H8.82999L10.83 7.5856H15.9999Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.99957 5.5856L3.01944 2.60547L1.60522 4.01968L3.67389 6.08835C3.26048 6.45475 2.99991 6.98975 2.99991 7.5856V16.5856C2.99991 17.6902 3.89534 18.5856 4.99991 18.5856H15.9999C16.0553 18.5856 16.1102 18.5833 16.1645 18.5789L18.4512 20.8657L19.8655 19.4515L17.823 17.4091L17.8237 17.4077L15.9999 15.584V15.5859L7.99957 7.5856H8.00156L6.00156 5.5856H5.99957ZM5.17114 7.5856H4.99991L4.99991 16.5856H14.1711L5.17114 7.5856Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.9999 7.5856V12.7555L17.9999 14.7555V13.6513L20.9999 15.9998V7.99979L17.9999 10.4513V7.5856C17.9999 6.48103 17.1045 5.5856 15.9999 5.5856H8.82999L10.83 7.5856H15.9999Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-camera-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCameraOff",
          "declaration": {
            "name": "ObiCameraOff",
            "module": "src/icons/icon-camera-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-camera-off",
          "declaration": {
            "name": "ObiCameraOff",
            "module": "src/icons/icon-camera-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-camera-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCameraOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 9.85043V7C18 5.89543 17.1046 5 16 5H5C3.89543 5 3 5.89543 3 7V16C3 17.1046 3.89543 18 5 18H16C17.1046 18 18 17.1046 18 16V13.1496L21 16V7L18 9.85043ZM5 7H16V16H5L5 7Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 9.85043V7C18 5.89543 17.1046 5 16 5H5C3.89543 5 3 5.89543 3 7V16C3 17.1046 3.89543 18 5 18H16C17.1046 18 18 17.1046 18 16V13.1496L21 16V7L18 9.85043ZM5 7H16V16H5L5 7Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-camera-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCameraOn",
          "declaration": {
            "name": "ObiCameraOn",
            "module": "src/icons/icon-camera-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-camera-on",
          "declaration": {
            "name": "ObiCameraOn",
            "module": "src/icons/icon-camera-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-camera-tilt.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCameraTilt",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.09968 14.414L11.585 5.92872C11.9739 5.53981 12.6103 5.53981 12.9992 5.92872L15.4741 8.4036V2.74674L23.2522 10.5249H17.5954L20.0702 12.9998C20.4592 13.3887 20.4592 14.0251 20.0702 14.414L11.585 22.8993C11.1961 23.2882 10.5597 23.2882 10.1708 22.8993L3.09968 15.8282C2.71078 15.4393 2.71078 14.8029 3.09968 14.414ZM17.9489 13.7069L12.2921 8.05004L5.22101 15.1211L10.8779 20.778L17.9489 13.7069Z\" fill=\"currentColor\"/> <path d=\"M3.52 8.47037C5.07 5.20037 8.24 2.86037 12 2.50037L12 1.00037C5.84 1.51037 1 6.66037 1 12.9504L1.03 13.6104L4.84 9.80037L3.52 8.47037Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.09968 14.414L11.585 5.92872C11.9739 5.53981 12.6103 5.53981 12.9992 5.92872L15.4741 8.4036V2.74674L23.2522 10.5249H17.5954L20.0702 12.9998C20.4592 13.3887 20.4592 14.0251 20.0702 14.414L11.585 22.8993C11.1961 23.2882 10.5597 23.2882 10.1708 22.8993L3.09968 15.8282C2.71078 15.4393 2.71078 14.8029 3.09968 14.414ZM17.9489 13.7069L12.2921 8.05004L5.22101 15.1211L10.8779 20.778L17.9489 13.7069Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.52 8.47037C5.07 5.20037 8.24 2.86037 12 2.50037L12 1.00037C5.84 1.51037 1 6.66037 1 12.9504L1.03 13.6104L4.84 9.80037L3.52 8.47037Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-camera-tilt",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCameraTilt",
          "declaration": {
            "name": "ObiCameraTilt",
            "module": "src/icons/icon-camera-tilt.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-camera-tilt",
          "declaration": {
            "name": "ObiCameraTilt",
            "module": "src/icons/icon-camera-tilt.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-capacitor-01-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCapacitor01Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 4C10.1046 4 11 4.89543 11 6L11 18C11 19.1046 10.1046 20 9 20C7.89543 20 7 19.1046 7 18V6C7 4.89543 7.89543 4 9 4ZM10 6L10 18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18L8 6C8 5.44772 8.44772 5 9 5C9.55228 5 10 5.44772 10 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 4C16.1046 4 17 4.89543 17 6L17 18C17 19.1046 16.1046 20 15 20C13.8954 20 13 19.1046 13 18L13 6C13 4.89543 13.8954 4 15 4ZM16 6L16 18C16 18.5523 15.5523 19 15 19C14.4477 19 14 18.5523 14 18L14 6C14 5.44772 14.4477 5 15 5C15.5523 5 16 5.44772 16 6Z\" fill=\"currentColor\"/> <path d=\"M10 6L10 18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18V6C8 5.44772 8.44772 5 9 5C9.55228 5 10 5.44772 10 6Z\" fill=\"currentColor\"/> <path d=\"M16 6L16 18C16 18.5523 15.5523 19 15 19C14.4477 19 14 18.5523 14 18L14 6C14 5.44772 14.4477 5 15 5C15.5523 5 16 5.44772 16 6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 4C10.1046 4 11 4.89543 11 6L11 18C11 19.1046 10.1046 20 9 20C7.89543 20 7 19.1046 7 18V6C7 4.89543 7.89543 4 9 4ZM10 6L10 18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18L8 6C8 5.44772 8.44772 5 9 5C9.55228 5 10 5.44772 10 6Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 4C16.1046 4 17 4.89543 17 6L17 18C17 19.1046 16.1046 20 15 20C13.8954 20 13 19.1046 13 18L13 6C13 4.89543 13.8954 4 15 4ZM16 6L16 18C16 18.5523 15.5523 19 15 19C14.4477 19 14 18.5523 14 18L14 6C14 5.44772 14.4477 5 15 5C15.5523 5 16 5.44772 16 6Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M10 6L10 18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18V6C8 5.44772 8.44772 5 9 5C9.55228 5 10 5.44772 10 6Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M16 6L16 18C16 18.5523 15.5523 19 15 19C14.4477 19 14 18.5523 14 18L14 6C14 5.44772 14.4477 5 15 5C15.5523 5 16 5.44772 16 6Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-capacitor-01-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCapacitor01Off",
          "declaration": {
            "name": "ObiCapacitor01Off",
            "module": "src/icons/icon-capacitor-01-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-capacitor-01-off",
          "declaration": {
            "name": "ObiCapacitor01Off",
            "module": "src/icons/icon-capacitor-01-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-capacitor-01-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCapacitor01On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 4C10.1046 4 11 4.89543 11 6L11 18C11 19.1046 10.1046 20 9 20C7.89543 20 7 19.1046 7 18V6C7 4.89543 7.89543 4 9 4ZM10 6L10 18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18L8 6C8 5.44772 8.44772 5 9 5C9.55228 5 10 5.44772 10 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 4C16.1046 4 17 4.89543 17 6L17 18C17 19.1046 16.1046 20 15 20C13.8954 20 13 19.1046 13 18L13 6C13 4.89543 13.8954 4 15 4ZM16 6L16 18C16 18.5523 15.5523 19 15 19C14.4477 19 14 18.5523 14 18L14 6C14 5.44772 14.4477 5 15 5C15.5523 5 16 5.44772 16 6Z\" fill=\"currentColor\"/> <path d=\"M10 6L10 18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18V6C8 5.44772 8.44772 5 9 5C9.55228 5 10 5.44772 10 6Z\" fill=\"currentColor\"/> <path d=\"M16 6L16 18C16 18.5523 15.5523 19 15 19C14.4477 19 14 18.5523 14 18L14 6C14 5.44772 14.4477 5 15 5C15.5523 5 16 5.44772 16 6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 4C10.1046 4 11 4.89543 11 6L11 18C11 19.1046 10.1046 20 9 20C7.89543 20 7 19.1046 7 18V6C7 4.89543 7.89543 4 9 4ZM10 6L10 18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18L8 6C8 5.44772 8.44772 5 9 5C9.55228 5 10 5.44772 10 6Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 4C16.1046 4 17 4.89543 17 6L17 18C17 19.1046 16.1046 20 15 20C13.8954 20 13 19.1046 13 18L13 6C13 4.89543 13.8954 4 15 4ZM16 6L16 18C16 18.5523 15.5523 19 15 19C14.4477 19 14 18.5523 14 18L14 6C14 5.44772 14.4477 5 15 5C15.5523 5 16 5.44772 16 6Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M10 6L10 18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18V6C8 5.44772 8.44772 5 9 5C9.55228 5 10 5.44772 10 6Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M16 6L16 18C16 18.5523 15.5523 19 15 19C14.4477 19 14 18.5523 14 18L14 6C14 5.44772 14.4477 5 15 5C15.5523 5 16 5.44772 16 6Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-capacitor-01-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCapacitor01On",
          "declaration": {
            "name": "ObiCapacitor01On",
            "module": "src/icons/icon-capacitor-01-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-capacitor-01-on",
          "declaration": {
            "name": "ObiCapacitor01On",
            "module": "src/icons/icon-capacitor-01-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-capacitor-01.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCapacitor01",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 5.5C11 4.67157 10.3284 4 9.5 4C8.67157 4 8 4.67157 8 5.5V18.5C8 19.3284 8.67157 20 9.5 20C10.3284 20 11 19.3284 11 18.5L11 5.5Z\" fill=\"currentColor\"/> <path d=\"M16 5.5C16 4.67157 15.3284 4 14.5 4C13.6716 4 13 4.67157 13 5.5L13 18.5C13 19.3284 13.6716 20 14.5 20C15.3284 20 16 19.3284 16 18.5L16 5.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 5.5C11 4.67157 10.3284 4 9.5 4C8.67157 4 8 4.67157 8 5.5V18.5C8 19.3284 8.67157 20 9.5 20C10.3284 20 11 19.3284 11 18.5L11 5.5Z\" style=\"fill: var(--element-neutral-color)\"/> <path d=\"M16 5.5C16 4.67157 15.3284 4 14.5 4C13.6716 4 13 4.67157 13 5.5L13 18.5C13 19.3284 13.6716 20 14.5 20C15.3284 20 16 19.3284 16 18.5L16 5.5Z\" style=\"fill: var(--element-neutral-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-capacitor-01",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCapacitor01",
          "declaration": {
            "name": "ObiCapacitor01",
            "module": "src/icons/icon-capacitor-01.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-capacitor-01",
          "declaration": {
            "name": "ObiCapacitor01",
            "module": "src/icons/icon-capacitor-01.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-capacitor-02-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCapacitor02Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.75 1V2.75L1 2.75V4.25H2.75V6H4.25V4.25H6V2.75L4.25 2.75V1H2.75Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 6C11 4.89543 10.1046 4 9 4C7.89543 4 7 4.89543 7 6V18C7 19.1046 7.89543 20 9 20C10.1046 20 11 19.1046 11 18L11 6ZM10 18L10 6C10 5.44771 9.55228 5 9 5C8.44772 5 8 5.44771 8 6L8 18C8 18.5523 8.44771 19 9 19C9.55228 19 10 18.5523 10 18Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 6C17 4.89543 16.1046 4 15 4C13.8954 4 13 4.89543 13 6V18C13 19.1046 13.8954 20 15 20C16.1046 20 17 19.1046 17 18L17 6ZM16 18L16 6C16 5.44771 15.5523 5 15 5C14.4477 5 14 5.44771 14 6V18C14 18.5523 14.4477 19 15 19C15.5523 19 16 18.5523 16 18Z\" fill=\"currentColor\"/> <path d=\"M10 6L10 18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18V6C8 5.44772 8.44772 5 9 5C9.55228 5 10 5.44772 10 6Z\" fill=\"currentColor\"/> <path d=\"M16 6L16 18C16 18.5523 15.5523 19 15 19C14.4477 19 14 18.5523 14 18L14 6C14 5.44772 14.4477 5 15 5C15.5523 5 16 5.44772 16 6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.75 1V2.75L1 2.75V4.25H2.75V6H4.25V4.25H6V2.75L4.25 2.75V1H2.75Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 6C11 4.89543 10.1046 4 9 4C7.89543 4 7 4.89543 7 6V18C7 19.1046 7.89543 20 9 20C10.1046 20 11 19.1046 11 18L11 6ZM10 18L10 6C10 5.44771 9.55228 5 9 5C8.44772 5 8 5.44771 8 6L8 18C8 18.5523 8.44771 19 9 19C9.55228 19 10 18.5523 10 18Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 6C17 4.89543 16.1046 4 15 4C13.8954 4 13 4.89543 13 6V18C13 19.1046 13.8954 20 15 20C16.1046 20 17 19.1046 17 18L17 6ZM16 18L16 6C16 5.44771 15.5523 5 15 5C14.4477 5 14 5.44771 14 6V18C14 18.5523 14.4477 19 15 19C15.5523 19 16 18.5523 16 18Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M10 6L10 18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18V6C8 5.44772 8.44772 5 9 5C9.55228 5 10 5.44772 10 6Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M16 6L16 18C16 18.5523 15.5523 19 15 19C14.4477 19 14 18.5523 14 18L14 6C14 5.44772 14.4477 5 15 5C15.5523 5 16 5.44772 16 6Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-capacitor-02-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCapacitor02Off",
          "declaration": {
            "name": "ObiCapacitor02Off",
            "module": "src/icons/icon-capacitor-02-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-capacitor-02-off",
          "declaration": {
            "name": "ObiCapacitor02Off",
            "module": "src/icons/icon-capacitor-02-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-capacitor-02-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCapacitor02On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.75 1V2.75L1 2.75V4.25H2.75V6H4.25V4.25H6V2.75L4.25 2.75V1H2.75Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 6C11 4.89543 10.1046 4 9 4C7.89543 4 7 4.89543 7 6V18C7 19.1046 7.89543 20 9 20C10.1046 20 11 19.1046 11 18L11 6ZM10 18L10 6C10 5.44771 9.55228 5 9 5C8.44772 5 8 5.44771 8 6L8 18C8 18.5523 8.44771 19 9 19C9.55228 19 10 18.5523 10 18Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 6C17 4.89543 16.1046 4 15 4C13.8954 4 13 4.89543 13 6V18C13 19.1046 13.8954 20 15 20C16.1046 20 17 19.1046 17 18L17 6ZM16 18L16 6C16 5.44771 15.5523 5 15 5C14.4477 5 14 5.44771 14 6V18C14 18.5523 14.4477 19 15 19C15.5523 19 16 18.5523 16 18Z\" fill=\"currentColor\"/> <path d=\"M10 6L10 18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18V6C8 5.44772 8.44772 5 9 5C9.55228 5 10 5.44772 10 6Z\" fill=\"currentColor\"/> <path d=\"M16 6L16 18C16 18.5523 15.5523 19 15 19C14.4477 19 14 18.5523 14 18L14 6C14 5.44772 14.4477 5 15 5C15.5523 5 16 5.44772 16 6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.75 1V2.75L1 2.75V4.25H2.75V6H4.25V4.25H6V2.75L4.25 2.75V1H2.75Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 6C11 4.89543 10.1046 4 9 4C7.89543 4 7 4.89543 7 6V18C7 19.1046 7.89543 20 9 20C10.1046 20 11 19.1046 11 18L11 6ZM10 18L10 6C10 5.44771 9.55228 5 9 5C8.44772 5 8 5.44771 8 6L8 18C8 18.5523 8.44771 19 9 19C9.55228 19 10 18.5523 10 18Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 6C17 4.89543 16.1046 4 15 4C13.8954 4 13 4.89543 13 6V18C13 19.1046 13.8954 20 15 20C16.1046 20 17 19.1046 17 18L17 6ZM16 18L16 6C16 5.44771 15.5523 5 15 5C14.4477 5 14 5.44771 14 6V18C14 18.5523 14.4477 19 15 19C15.5523 19 16 18.5523 16 18Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M10 6L10 18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18V6C8 5.44772 8.44772 5 9 5C9.55228 5 10 5.44772 10 6Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M16 6L16 18C16 18.5523 15.5523 19 15 19C14.4477 19 14 18.5523 14 18L14 6C14 5.44772 14.4477 5 15 5C15.5523 5 16 5.44772 16 6Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-capacitor-02-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCapacitor02On",
          "declaration": {
            "name": "ObiCapacitor02On",
            "module": "src/icons/icon-capacitor-02-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-capacitor-02-on",
          "declaration": {
            "name": "ObiCapacitor02On",
            "module": "src/icons/icon-capacitor-02-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-capacitor-02.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCapacitor02",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.75 1V2.75L1 2.75V4.25H2.75V6H4.25V4.25H6V2.75L4.25 2.75V1H2.75Z\" fill=\"currentColor\"/> <path d=\"M9.5 4C10.3284 4 11 4.67157 11 5.5L11 18.5C11 19.3284 10.3284 20 9.5 20C8.67157 20 8 19.3284 8 18.5V5.5C8 4.67157 8.67157 4 9.5 4Z\" fill=\"currentColor\"/> <path d=\"M14.5 4C15.3284 4 16 4.67157 16 5.5V18.5C16 19.3284 15.3284 20 14.5 20C13.6716 20 13 19.3284 13 18.5V5.5C13 4.67157 13.6716 4 14.5 4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.75 1V2.75L1 2.75V4.25H2.75V6H4.25V4.25H6V2.75L4.25 2.75V1H2.75Z\" style=\"fill: var(--element-neutral-color)\"/> <path d=\"M9.5 4C10.3284 4 11 4.67157 11 5.5L11 18.5C11 19.3284 10.3284 20 9.5 20C8.67157 20 8 19.3284 8 18.5V5.5C8 4.67157 8.67157 4 9.5 4Z\" style=\"fill: var(--element-neutral-color)\"/> <path d=\"M14.5 4C15.3284 4 16 4.67157 16 5.5V18.5C16 19.3284 15.3284 20 14.5 20C13.6716 20 13 19.3284 13 18.5V5.5C13 4.67157 13.6716 4 14.5 4Z\" style=\"fill: var(--element-neutral-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-capacitor-02",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCapacitor02",
          "declaration": {
            "name": "ObiCapacitor02",
            "module": "src/icons/icon-capacitor-02.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-capacitor-02",
          "declaration": {
            "name": "ObiCapacitor02",
            "module": "src/icons/icon-capacitor-02.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-capacitor-03-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCapacitor03Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 7L10 19C10 19.5523 9.55228 20 9 20C8.44772 20 8 19.5523 8 19V7C8 6.44772 8.44772 6 9 6C9.55228 6 10 6.44772 10 7Z\" fill=\"currentColor\"/> <path d=\"M16 7L16 19C16 19.5523 15.5523 20 15 20C14.4477 20 14 19.5523 14 19L14 7C14 6.44772 14.4477 6 15 6C15.5523 6 16 6.44772 16 7Z\" fill=\"currentColor\"/> <path d=\"M23.314 0.686523L21.8998 7.75759L16.2429 2.10074L23.314 0.686523Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6768 5.90965L18.3642 4.22228L19.7784 5.6365L16.9999 8.41501L16.9999 19C16.9999 20.1046 16.1045 21 14.9999 21C13.8953 21 12.9999 20.1046 12.9999 19V12.415L10.9999 14.415V19C10.9999 20.1046 10.1045 21 8.99991 21C7.89534 21 6.99991 20.1046 6.99991 19V18.415L4.22207 21.1928L2.80786 19.7786L6.99991 15.5866V6.99998C6.99991 5.89541 7.89535 4.99998 8.99991 4.99998C10.1045 4.99998 10.9999 5.89541 10.9999 6.99998V11.5866L12.9999 9.58658V6.99998C12.9999 5.89541 13.8953 4.99998 14.9999 4.99998C15.7023 4.99998 16.3201 5.36202 16.6768 5.90965ZM15.9368 6.64966C15.7949 6.27016 15.4289 5.99998 14.9999 5.99998C14.4476 5.99998 13.9999 6.4477 13.9999 6.99998V8.58658L15.9368 6.64966ZM13.9999 11.415V19C13.9999 19.5523 14.4476 20 14.9999 20C15.5522 20 15.9999 19.5523 15.9999 19L15.9999 9.41501L13.9999 11.415ZM9.99991 12.5866L9.99991 6.99998C9.99991 6.4477 9.5522 5.99998 8.99991 5.99998C8.44763 5.99998 7.99991 6.4477 7.99991 6.99998L7.99991 14.5866L9.99991 12.5866ZM7.99991 17.415V19C7.99991 19.5523 8.44763 20 8.99991 20C9.5522 20 9.99991 19.5523 9.99991 19L9.99991 15.415L7.99991 17.415Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 7L10 19C10 19.5523 9.55228 20 9 20C8.44772 20 8 19.5523 8 19V7C8 6.44772 8.44772 6 9 6C9.55228 6 10 6.44772 10 7Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M16 7L16 19C16 19.5523 15.5523 20 15 20C14.4477 20 14 19.5523 14 19L14 7C14 6.44772 14.4477 6 15 6C15.5523 6 16 6.44772 16 7Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M23.314 0.686523L21.8998 7.75759L16.2429 2.10074L23.314 0.686523Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6768 5.90965L18.3642 4.22228L19.7784 5.6365L16.9999 8.41501L16.9999 19C16.9999 20.1046 16.1045 21 14.9999 21C13.8953 21 12.9999 20.1046 12.9999 19V12.415L10.9999 14.415V19C10.9999 20.1046 10.1045 21 8.99991 21C7.89534 21 6.99991 20.1046 6.99991 19V18.415L4.22207 21.1928L2.80786 19.7786L6.99991 15.5866V6.99998C6.99991 5.89541 7.89535 4.99998 8.99991 4.99998C10.1045 4.99998 10.9999 5.89541 10.9999 6.99998V11.5866L12.9999 9.58658V6.99998C12.9999 5.89541 13.8953 4.99998 14.9999 4.99998C15.7023 4.99998 16.3201 5.36202 16.6768 5.90965ZM15.9368 6.64966C15.7949 6.27016 15.4289 5.99998 14.9999 5.99998C14.4476 5.99998 13.9999 6.4477 13.9999 6.99998V8.58658L15.9368 6.64966ZM13.9999 11.415V19C13.9999 19.5523 14.4476 20 14.9999 20C15.5522 20 15.9999 19.5523 15.9999 19L15.9999 9.41501L13.9999 11.415ZM9.99991 12.5866L9.99991 6.99998C9.99991 6.4477 9.5522 5.99998 8.99991 5.99998C8.44763 5.99998 7.99991 6.4477 7.99991 6.99998L7.99991 14.5866L9.99991 12.5866ZM7.99991 17.415V19C7.99991 19.5523 8.44763 20 8.99991 20C9.5522 20 9.99991 19.5523 9.99991 19L9.99991 15.415L7.99991 17.415Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-capacitor-03-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCapacitor03Off",
          "declaration": {
            "name": "ObiCapacitor03Off",
            "module": "src/icons/icon-capacitor-03-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-capacitor-03-off",
          "declaration": {
            "name": "ObiCapacitor03Off",
            "module": "src/icons/icon-capacitor-03-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-capacitor-03-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCapacitor03On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 7L10 19C10 19.5523 9.55228 20 9 20C8.44772 20 8 19.5523 8 19V7C8 6.44772 8.44772 6 9 6C9.55228 6 10 6.44772 10 7Z\" fill=\"currentColor\"/> <path d=\"M16 7L16 19C16 19.5523 15.5523 20 15 20C14.4477 20 14 19.5523 14 19L14 7C14 6.44772 14.4477 6 15 6C15.5523 6 16 6.44772 16 7Z\" fill=\"currentColor\"/> <path d=\"M23.314 0.686523L21.8998 7.75759L16.2429 2.10074L23.314 0.686523Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6768 5.90965L18.3642 4.22228L19.7784 5.6365L16.9999 8.41501L16.9999 19C16.9999 20.1046 16.1045 21 14.9999 21C13.8953 21 12.9999 20.1046 12.9999 19V12.415L10.9999 14.415V19C10.9999 20.1046 10.1045 21 8.99991 21C7.89534 21 6.99991 20.1046 6.99991 19V18.415L4.22207 21.1928L2.80786 19.7786L6.99991 15.5866V6.99998C6.99991 5.89541 7.89535 4.99998 8.99991 4.99998C10.1045 4.99998 10.9999 5.89541 10.9999 6.99998V11.5866L12.9999 9.58658V6.99998C12.9999 5.89541 13.8953 4.99998 14.9999 4.99998C15.7023 4.99998 16.3201 5.36202 16.6768 5.90965ZM15.9368 6.64966C15.7949 6.27016 15.4289 5.99998 14.9999 5.99998C14.4476 5.99998 13.9999 6.4477 13.9999 6.99998V8.58658L15.9368 6.64966ZM13.9999 11.415V19C13.9999 19.5523 14.4476 20 14.9999 20C15.5522 20 15.9999 19.5523 15.9999 19L15.9999 9.41501L13.9999 11.415ZM9.99991 12.5866L9.99991 6.99998C9.99991 6.4477 9.5522 5.99998 8.99991 5.99998C8.44763 5.99998 7.99991 6.4477 7.99991 6.99998L7.99991 14.5866L9.99991 12.5866ZM7.99991 17.415V19C7.99991 19.5523 8.44763 20 8.99991 20C9.5522 20 9.99991 19.5523 9.99991 19L9.99991 15.415L7.99991 17.415Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 7L10 19C10 19.5523 9.55228 20 9 20C8.44772 20 8 19.5523 8 19V7C8 6.44772 8.44772 6 9 6C9.55228 6 10 6.44772 10 7Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M16 7L16 19C16 19.5523 15.5523 20 15 20C14.4477 20 14 19.5523 14 19L14 7C14 6.44772 14.4477 6 15 6C15.5523 6 16 6.44772 16 7Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M23.314 0.686523L21.8998 7.75759L16.2429 2.10074L23.314 0.686523Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6768 5.90965L18.3642 4.22228L19.7784 5.6365L16.9999 8.41501L16.9999 19C16.9999 20.1046 16.1045 21 14.9999 21C13.8953 21 12.9999 20.1046 12.9999 19V12.415L10.9999 14.415V19C10.9999 20.1046 10.1045 21 8.99991 21C7.89534 21 6.99991 20.1046 6.99991 19V18.415L4.22207 21.1928L2.80786 19.7786L6.99991 15.5866V6.99998C6.99991 5.89541 7.89535 4.99998 8.99991 4.99998C10.1045 4.99998 10.9999 5.89541 10.9999 6.99998V11.5866L12.9999 9.58658V6.99998C12.9999 5.89541 13.8953 4.99998 14.9999 4.99998C15.7023 4.99998 16.3201 5.36202 16.6768 5.90965ZM15.9368 6.64966C15.7949 6.27016 15.4289 5.99998 14.9999 5.99998C14.4476 5.99998 13.9999 6.4477 13.9999 6.99998V8.58658L15.9368 6.64966ZM13.9999 11.415V19C13.9999 19.5523 14.4476 20 14.9999 20C15.5522 20 15.9999 19.5523 15.9999 19L15.9999 9.41501L13.9999 11.415ZM9.99991 12.5866L9.99991 6.99998C9.99991 6.4477 9.5522 5.99998 8.99991 5.99998C8.44763 5.99998 7.99991 6.4477 7.99991 6.99998L7.99991 14.5866L9.99991 12.5866ZM7.99991 17.415V19C7.99991 19.5523 8.44763 20 8.99991 20C9.5522 20 9.99991 19.5523 9.99991 19L9.99991 15.415L7.99991 17.415Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-capacitor-03-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCapacitor03On",
          "declaration": {
            "name": "ObiCapacitor03On",
            "module": "src/icons/icon-capacitor-03-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-capacitor-03-on",
          "declaration": {
            "name": "ObiCapacitor03On",
            "module": "src/icons/icon-capacitor-03-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-capacitor-03.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCapacitor03",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23.3137 0.686523L21.8995 7.75759L16.2427 2.10074L23.3137 0.686523Z\" fill=\"currentColor\"/> <path d=\"M15.9999 6.58637L18.364 4.22228L19.7782 5.6365L15.9999 9.4148V18.5C15.9999 19.3284 15.3283 20 14.4999 20C13.6715 20 12.9999 19.3284 12.9999 18.5V12.4148L10.9999 14.4148V18.5C10.9999 19.3284 10.3283 20 9.49988 20C8.67145 20 7.99988 19.3284 7.99988 18.5V17.4148L4.22183 21.1928L2.80762 19.7786L7.99988 14.5864V5.5C7.99988 4.67157 8.67145 4 9.49988 4C10.3283 4 10.9999 4.67157 10.9999 5.5V11.5864L12.9999 9.58637V5.5C12.9999 4.67157 13.6715 4 14.4999 4C15.3283 4 15.9999 4.67157 15.9999 5.5V6.58637Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23.3137 0.686523L21.8995 7.75759L16.2427 2.10074L23.3137 0.686523Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M15.9999 6.58637L18.364 4.22228L19.7782 5.6365L15.9999 9.4148V18.5C15.9999 19.3284 15.3283 20 14.4999 20C13.6715 20 12.9999 19.3284 12.9999 18.5V12.4148L10.9999 14.4148V18.5C10.9999 19.3284 10.3283 20 9.49988 20C8.67145 20 7.99988 19.3284 7.99988 18.5V17.4148L4.22183 21.1928L2.80762 19.7786L7.99988 14.5864V5.5C7.99988 4.67157 8.67145 4 9.49988 4C10.3283 4 10.9999 4.67157 10.9999 5.5V11.5864L12.9999 9.58637V5.5C12.9999 4.67157 13.6715 4 14.4999 4C15.3283 4 15.9999 4.67157 15.9999 5.5V6.58637Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-capacitor-03",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCapacitor03",
          "declaration": {
            "name": "ObiCapacitor03",
            "module": "src/icons/icon-capacitor-03.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-capacitor-03",
          "declaration": {
            "name": "ObiCapacitor03",
            "module": "src/icons/icon-capacitor-03.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-capacitor-04-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCapacitor04Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 6L10 18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18V6C8 5.44772 8.44772 5 9 5C9.55228 5 10 5.44772 10 6Z\" fill=\"currentColor\"/> <path d=\"M16 6L16 18C16 18.5523 15.5523 19 15 19C14.4477 19 14 18.5523 14 18L14 6C14 5.44772 14.4477 5 15 5C15.5523 5 16 5.44772 16 6Z\" fill=\"currentColor\"/> <path d=\"M16.2429 2.10074L17.6571 0.686523L23.314 6.34338L21.8998 7.75759L16.2429 2.10074Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9644 5.6225L18.3642 4.22266L19.7784 5.63687L16.9999 8.41535L16.9999 18C16.9999 19.1046 16.1045 20 14.9999 20C13.8954 20 12.9999 19.1046 12.9999 18V12.4154L10.9999 14.4154V18C10.9999 19.1046 10.1045 20 8.99994 20C8.02509 20 7.21315 19.3025 7.03588 18.3794L4.22207 21.1932L2.80786 19.779L6.99994 15.5869V6C6.99994 4.89543 7.89537 4 8.99994 4C10.1045 4 10.9999 4.89543 10.9999 6V11.5869L12.9999 9.58693V6C12.9999 4.89543 13.8954 4 14.9999 4C15.9755 4 16.7878 4.69842 16.9644 5.6225ZM15.9999 6.58693V6C15.9999 5.44771 15.5522 5 14.9999 5C14.4477 5 13.9999 5.44771 13.9999 6V8.58693L15.9999 6.58693ZM13.9999 11.4154V18C13.9999 18.5523 14.4477 19 14.9999 19C15.5522 19 15.9999 18.5523 15.9999 18L15.9999 9.41535L13.9999 11.4154ZM9.99994 12.5869L9.99994 6C9.99994 5.44771 9.55222 5 8.99994 5C8.44765 5 7.99994 5.44771 7.99994 6L7.99994 14.5869L9.99994 12.5869ZM7.99994 17.4153V18C7.99994 18.5523 8.44765 19 8.99994 19C9.55222 19 9.99994 18.5523 9.99994 18V15.4154L7.99994 17.4153Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 6L10 18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18V6C8 5.44772 8.44772 5 9 5C9.55228 5 10 5.44772 10 6Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M16 6L16 18C16 18.5523 15.5523 19 15 19C14.4477 19 14 18.5523 14 18L14 6C14 5.44772 14.4477 5 15 5C15.5523 5 16 5.44772 16 6Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M16.2429 2.10074L17.6571 0.686523L23.314 6.34338L21.8998 7.75759L16.2429 2.10074Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9644 5.6225L18.3642 4.22266L19.7784 5.63687L16.9999 8.41535L16.9999 18C16.9999 19.1046 16.1045 20 14.9999 20C13.8954 20 12.9999 19.1046 12.9999 18V12.4154L10.9999 14.4154V18C10.9999 19.1046 10.1045 20 8.99994 20C8.02509 20 7.21315 19.3025 7.03588 18.3794L4.22207 21.1932L2.80786 19.779L6.99994 15.5869V6C6.99994 4.89543 7.89537 4 8.99994 4C10.1045 4 10.9999 4.89543 10.9999 6V11.5869L12.9999 9.58693V6C12.9999 4.89543 13.8954 4 14.9999 4C15.9755 4 16.7878 4.69842 16.9644 5.6225ZM15.9999 6.58693V6C15.9999 5.44771 15.5522 5 14.9999 5C14.4477 5 13.9999 5.44771 13.9999 6V8.58693L15.9999 6.58693ZM13.9999 11.4154V18C13.9999 18.5523 14.4477 19 14.9999 19C15.5522 19 15.9999 18.5523 15.9999 18L15.9999 9.41535L13.9999 11.4154ZM9.99994 12.5869L9.99994 6C9.99994 5.44771 9.55222 5 8.99994 5C8.44765 5 7.99994 5.44771 7.99994 6L7.99994 14.5869L9.99994 12.5869ZM7.99994 17.4153V18C7.99994 18.5523 8.44765 19 8.99994 19C9.55222 19 9.99994 18.5523 9.99994 18V15.4154L7.99994 17.4153Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-capacitor-04-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCapacitor04Off",
          "declaration": {
            "name": "ObiCapacitor04Off",
            "module": "src/icons/icon-capacitor-04-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-capacitor-04-off",
          "declaration": {
            "name": "ObiCapacitor04Off",
            "module": "src/icons/icon-capacitor-04-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-capacitor-04-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCapacitor04On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 6L10 18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18V6C8 5.44772 8.44772 5 9 5C9.55228 5 10 5.44772 10 6Z\" fill=\"currentColor\"/> <path d=\"M16 6L16 18C16 18.5523 15.5523 19 15 19C14.4477 19 14 18.5523 14 18L14 6C14 5.44772 14.4477 5 15 5C15.5523 5 16 5.44772 16 6Z\" fill=\"currentColor\"/> <path d=\"M16.2429 2.10074L17.6571 0.686523L23.314 6.34338L21.8998 7.75759L16.2429 2.10074Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9644 5.6225L18.3642 4.22266L19.7784 5.63687L16.9999 8.41535L16.9999 18C16.9999 19.1046 16.1045 20 14.9999 20C13.8954 20 12.9999 19.1046 12.9999 18V12.4154L10.9999 14.4154V18C10.9999 19.1046 10.1045 20 8.99994 20C8.02509 20 7.21315 19.3025 7.03588 18.3794L4.22207 21.1932L2.80786 19.779L6.99994 15.5869V6C6.99994 4.89543 7.89537 4 8.99994 4C10.1045 4 10.9999 4.89543 10.9999 6V11.5869L12.9999 9.58693V6C12.9999 4.89543 13.8954 4 14.9999 4C15.9755 4 16.7878 4.69842 16.9644 5.6225ZM15.9999 6.58693V6C15.9999 5.44771 15.5522 5 14.9999 5C14.4477 5 13.9999 5.44771 13.9999 6V8.58693L15.9999 6.58693ZM13.9999 11.4154V18C13.9999 18.5523 14.4477 19 14.9999 19C15.5522 19 15.9999 18.5523 15.9999 18L15.9999 9.41535L13.9999 11.4154ZM9.99994 12.5869L9.99994 6C9.99994 5.44771 9.55222 5 8.99994 5C8.44765 5 7.99994 5.44771 7.99994 6L7.99994 14.5869L9.99994 12.5869ZM7.99994 17.4153V18C7.99994 18.5523 8.44765 19 8.99994 19C9.55222 19 9.99994 18.5523 9.99994 18V15.4154L7.99994 17.4153Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 6L10 18C10 18.5523 9.55228 19 9 19C8.44772 19 8 18.5523 8 18V6C8 5.44772 8.44772 5 9 5C9.55228 5 10 5.44772 10 6Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M16 6L16 18C16 18.5523 15.5523 19 15 19C14.4477 19 14 18.5523 14 18L14 6C14 5.44772 14.4477 5 15 5C15.5523 5 16 5.44772 16 6Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M16.2429 2.10074L17.6571 0.686523L23.314 6.34338L21.8998 7.75759L16.2429 2.10074Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9644 5.6225L18.3642 4.22266L19.7784 5.63687L16.9999 8.41535L16.9999 18C16.9999 19.1046 16.1045 20 14.9999 20C13.8954 20 12.9999 19.1046 12.9999 18V12.4154L10.9999 14.4154V18C10.9999 19.1046 10.1045 20 8.99994 20C8.02509 20 7.21315 19.3025 7.03588 18.3794L4.22207 21.1932L2.80786 19.779L6.99994 15.5869V6C6.99994 4.89543 7.89537 4 8.99994 4C10.1045 4 10.9999 4.89543 10.9999 6V11.5869L12.9999 9.58693V6C12.9999 4.89543 13.8954 4 14.9999 4C15.9755 4 16.7878 4.69842 16.9644 5.6225ZM15.9999 6.58693V6C15.9999 5.44771 15.5522 5 14.9999 5C14.4477 5 13.9999 5.44771 13.9999 6V8.58693L15.9999 6.58693ZM13.9999 11.4154V18C13.9999 18.5523 14.4477 19 14.9999 19C15.5522 19 15.9999 18.5523 15.9999 18L15.9999 9.41535L13.9999 11.4154ZM9.99994 12.5869L9.99994 6C9.99994 5.44771 9.55222 5 8.99994 5C8.44765 5 7.99994 5.44771 7.99994 6L7.99994 14.5869L9.99994 12.5869ZM7.99994 17.4153V18C7.99994 18.5523 8.44765 19 8.99994 19C9.55222 19 9.99994 18.5523 9.99994 18V15.4154L7.99994 17.4153Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-capacitor-04-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCapacitor04On",
          "declaration": {
            "name": "ObiCapacitor04On",
            "module": "src/icons/icon-capacitor-04-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-capacitor-04-on",
          "declaration": {
            "name": "ObiCapacitor04On",
            "module": "src/icons/icon-capacitor-04-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-capacitor-04.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCapacitor04",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.2427 2.10074L17.6569 0.686523L23.3137 6.34338L21.8995 7.75759L16.2427 2.10074Z\" fill=\"currentColor\"/> <path d=\"M15.9999 6.58671L18.364 4.22266L19.7782 5.63687L15.9999 9.41514V18.4996C15.9999 19.328 15.3283 19.9996 14.4999 19.9996C13.6715 19.9996 12.9999 19.328 12.9999 18.4996V12.4151L10.9999 14.4151V18.4996C10.9999 19.328 10.3283 19.9996 9.49991 19.9996C8.67148 19.9996 7.99991 19.328 7.99991 18.4996V17.4151L4.22183 21.1932L2.80762 19.779L7.99991 14.5867V5.49959C7.99991 4.67117 8.67148 3.99959 9.49991 3.99959C10.3283 3.99959 10.9999 4.67117 10.9999 5.49959V11.5867L12.9999 9.58671V5.49959C12.9999 4.67117 13.6715 3.99959 14.4999 3.99959C15.3283 3.99959 15.9999 4.67117 15.9999 5.49959V6.58671Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.2427 2.10074L17.6569 0.686523L23.3137 6.34338L21.8995 7.75759L16.2427 2.10074Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M15.9999 6.58671L18.364 4.22266L19.7782 5.63687L15.9999 9.41514V18.4996C15.9999 19.328 15.3283 19.9996 14.4999 19.9996C13.6715 19.9996 12.9999 19.328 12.9999 18.4996V12.4151L10.9999 14.4151V18.4996C10.9999 19.328 10.3283 19.9996 9.49991 19.9996C8.67148 19.9996 7.99991 19.328 7.99991 18.4996V17.4151L4.22183 21.1932L2.80762 19.779L7.99991 14.5867V5.49959C7.99991 4.67117 8.67148 3.99959 9.49991 3.99959C10.3283 3.99959 10.9999 4.67117 10.9999 5.49959V11.5867L12.9999 9.58671V5.49959C12.9999 4.67117 13.6715 3.99959 14.4999 3.99959C15.3283 3.99959 15.9999 4.67117 15.9999 5.49959V6.58671Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-capacitor-04",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCapacitor04",
          "declaration": {
            "name": "ObiCapacitor04",
            "module": "src/icons/icon-capacitor-04.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-capacitor-04",
          "declaration": {
            "name": "ObiCapacitor04",
            "module": "src/icons/icon-capacitor-04.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-caution-badge.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCautionBadge",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 4.6C3 4.03995 3 3.75992 3.10899 3.54601C3.20487 3.35785 3.35785 3.20487 3.54601 3.10899C3.75992 3 4.03995 3 4.6 3H19.4C19.9601 3 20.2401 3 20.454 3.10899C20.6422 3.20487 20.7951 3.35785 20.891 3.54601C21 3.75992 21 4.03995 21 4.6V19.4C21 19.9601 21 20.2401 20.891 20.454C20.7951 20.6422 20.6422 20.7951 20.454 20.891C20.2401 21 19.9601 21 19.4 21H4.6C4.03995 21 3.75992 21 3.54601 20.891C3.35785 20.7951 3.20487 20.6422 3.10899 20.454C3 20.2401 3 19.9601 3 19.4V4.6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 4.6C3 4.03995 3 3.75992 3.10899 3.54601C3.20487 3.35785 3.35785 3.20487 3.54601 3.10899C3.75992 3 4.03995 3 4.6 3H19.4C19.9601 3 20.2401 3 20.454 3.10899C20.6422 3.20487 20.7951 3.35785 20.891 3.54601C21 3.75992 21 4.03995 21 4.6V19.4C21 19.9601 21 20.2401 20.891 20.454C20.7951 20.6422 20.6422 20.7951 20.454 20.891C20.2401 21 19.9601 21 19.4 21H4.6C4.03995 21 3.75992 21 3.54601 20.891C3.35785 20.7951 3.20487 20.6422 3.10899 20.454C3 20.2401 3 19.9601 3 19.4V4.6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-caution-badge",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCautionBadge",
          "declaration": {
            "name": "ObiCautionBadge",
            "module": "src/icons/icon-caution-badge.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-caution-badge",
          "declaration": {
            "name": "ObiCautionBadge",
            "module": "src/icons/icon-caution-badge.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-caution-color-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCautionColorIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z\" fill=\"currentColor\"/> <path d=\"M11 14V6H13V14H11Z\" fill=\"currentColor\"/> <path d=\"M13 16H11V18H13V16Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z\" style=\"fill: var(--alert-caution-color)\"/> <path d=\"M11 14V6H13V14H11Z\" style=\"fill: var(--on-caution-active-color)\"/> <path d=\"M13 16H11V18H13V16Z\" style=\"fill: var(--on-caution-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-caution-color-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCautionColorIec",
          "declaration": {
            "name": "ObiCautionColorIec",
            "module": "src/icons/icon-caution-color-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-caution-color-iec",
          "declaration": {
            "name": "ObiCautionColorIec",
            "module": "src/icons/icon-caution-color-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-caution-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCautionGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 4V20H20V4L4 4ZM2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 6H13V14H11V6ZM13 16V18H11V16H13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 4V20H20V4L4 4ZM2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 6H13V14H11V6ZM13 16V18H11V16H13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-caution-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCautionGoogle",
          "declaration": {
            "name": "ObiCautionGoogle",
            "module": "src/icons/icon-caution-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-caution-google",
          "declaration": {
            "name": "ObiCautionGoogle",
            "module": "src/icons/icon-caution-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cctv.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCctv",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 6H16C16.55 6 17 6.45 17 7V10.5L21 6.5V17.5L17 13.5V17C17 17.55 16.55 18 16 18H4C3.45 18 3 17.55 3 17V7C3 6.45 3.45 6 4 6ZM15 16V8H5V16H15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 6H16C16.55 6 17 6.45 17 7V10.5L21 6.5V17.5L17 13.5V17C17 17.55 16.55 18 16 18H4C3.45 18 3 17.55 3 17V7C3 6.45 3.45 6 4 6ZM15 16V8H5V16H15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cctv",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCctv",
          "declaration": {
            "name": "ObiCctv",
            "module": "src/icons/icon-cctv.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cctv",
          "declaration": {
            "name": "ObiCctv",
            "module": "src/icons/icon-cctv.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cell-bad.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCellBad",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 10C15 11.3062 14.1651 12.4175 13 12.8291V22H11V12.8291C9.83498 12.4175 9.00002 11.3062 9.00002 10C9.00002 8.34326 10.3428 7 12 7C13.6572 7 15 8.34326 15 10Z\" fill=\"currentColor\"/> <path d=\"M2.12134 16.0354L3.53555 14.6212L5.65687 16.7425L7.77819 14.6212L9.19241 16.0354L7.07109 18.1567L9.19241 20.2781L7.77819 21.6923L5.65687 19.571L3.53555 21.6923L2.12134 20.2781L4.24266 18.1567L2.12134 16.0354Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 10C15 11.3062 14.1651 12.4175 13 12.8291V22H11V12.8291C9.83498 12.4175 9.00002 11.3062 9.00002 10C9.00002 8.34326 10.3428 7 12 7C13.6572 7 15 8.34326 15 10Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.12134 16.0354L3.53555 14.6212L5.65687 16.7425L7.77819 14.6212L9.19241 16.0354L7.07109 18.1567L9.19241 20.2781L7.77819 21.6923L5.65687 19.571L3.53555 21.6923L2.12134 20.2781L4.24266 18.1567L2.12134 16.0354Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cell-bad",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCellBad",
          "declaration": {
            "name": "ObiCellBad",
            "module": "src/icons/icon-cell-bad.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cell-bad",
          "declaration": {
            "name": "ObiCellBad",
            "module": "src/icons/icon-cell-bad.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cell-full.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCellFull",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.737 13.875C3.229 15.0917 3.95 16.2 4.9 17.2L6.1 16C5.3 15.2 4.7 14.279 4.3 13.237C3.9 12.1957 3.7 11.15 3.7 10.1C3.7 9.05 3.9 8.004 4.3 6.962C4.7 5.92067 5.3 5 6.1 4.2L4.9 3C3.95 4 3.229 5.10833 2.737 6.325C2.24567 7.54167 2 8.8 2 10.1C2 11.4 2.24567 12.6583 2.737 13.875Z\" fill=\"currentColor\"/> <path d=\"M5.812 12.6C6.154 13.4167 6.65 14.15 7.3 14.8L8.5 13.6C8 13.1 7.625 12.5417 7.375 11.925C7.125 11.3083 7 10.7 7 10.1C7 9.45 7.125 8.81667 7.375 8.2C7.625 7.58333 8 7.05 8.5 6.6L7.3 5.4C6.65 6.05 6.154 6.78333 5.812 7.6C5.47067 8.41667 5.3 9.25 5.3 10.1C5.3 10.95 5.47067 11.7833 5.812 12.6Z\" fill=\"currentColor\"/> <path d=\"M15.5 13.6L16.7 14.8C17.35 14.15 17.846 13.4167 18.188 12.6C18.5293 11.7833 18.7 10.95 18.7 10.1C18.65 9.25 18.4667 8.41667 18.15 7.6C17.8333 6.78333 17.35 6.05 16.7 5.4L15.5 6.6C16 7.1 16.375 7.65833 16.625 8.275C16.875 8.89167 17 9.5 17 10.1C17 10.75 16.875 11.3833 16.625 12C16.375 12.6167 16 13.15 15.5 13.6Z\" fill=\"currentColor\"/> <path d=\"M17.9 16L19.1 17.2C20.1 16.2 20.8333 15.0917 21.3 13.875C21.7667 12.6583 22 11.4 22 10.1C22 8.8 21.7543 7.54167 21.263 6.325C20.771 5.10833 20.05 4 19.1 3L17.9 4.2C18.7 5 19.3 5.92067 19.7 6.962C20.1 8.004 20.3 9.05 20.3 10.1C20.3 11.15 20.1 12.1957 19.7 13.237C19.3 14.279 18.7 15.2 17.9 16Z\" fill=\"currentColor\"/> <path d=\"M15 10C15 11.3062 14.165 12.4175 13 12.8291V22H11V12.8291C9.83496 12.4175 9 11.3062 9 10C9 8.34326 10.3428 7 12 7C13.6572 7 15 8.34326 15 10Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.737 13.875C3.229 15.0917 3.95 16.2 4.9 17.2L6.1 16C5.3 15.2 4.7 14.279 4.3 13.237C3.9 12.1957 3.7 11.15 3.7 10.1C3.7 9.05 3.9 8.004 4.3 6.962C4.7 5.92067 5.3 5 6.1 4.2L4.9 3C3.95 4 3.229 5.10833 2.737 6.325C2.24567 7.54167 2 8.8 2 10.1C2 11.4 2.24567 12.6583 2.737 13.875Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.812 12.6C6.154 13.4167 6.65 14.15 7.3 14.8L8.5 13.6C8 13.1 7.625 12.5417 7.375 11.925C7.125 11.3083 7 10.7 7 10.1C7 9.45 7.125 8.81667 7.375 8.2C7.625 7.58333 8 7.05 8.5 6.6L7.3 5.4C6.65 6.05 6.154 6.78333 5.812 7.6C5.47067 8.41667 5.3 9.25 5.3 10.1C5.3 10.95 5.47067 11.7833 5.812 12.6Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.5 13.6L16.7 14.8C17.35 14.15 17.846 13.4167 18.188 12.6C18.5293 11.7833 18.7 10.95 18.7 10.1C18.65 9.25 18.4667 8.41667 18.15 7.6C17.8333 6.78333 17.35 6.05 16.7 5.4L15.5 6.6C16 7.1 16.375 7.65833 16.625 8.275C16.875 8.89167 17 9.5 17 10.1C17 10.75 16.875 11.3833 16.625 12C16.375 12.6167 16 13.15 15.5 13.6Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.9 16L19.1 17.2C20.1 16.2 20.8333 15.0917 21.3 13.875C21.7667 12.6583 22 11.4 22 10.1C22 8.8 21.7543 7.54167 21.263 6.325C20.771 5.10833 20.05 4 19.1 3L17.9 4.2C18.7 5 19.3 5.92067 19.7 6.962C20.1 8.004 20.3 9.05 20.3 10.1C20.3 11.15 20.1 12.1957 19.7 13.237C19.3 14.279 18.7 15.2 17.9 16Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 10C15 11.3062 14.165 12.4175 13 12.8291V22H11V12.8291C9.83496 12.4175 9 11.3062 9 10C9 8.34326 10.3428 7 12 7C13.6572 7 15 8.34326 15 10Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cell-full",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCellFull",
          "declaration": {
            "name": "ObiCellFull",
            "module": "src/icons/icon-cell-full.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cell-full",
          "declaration": {
            "name": "ObiCellFull",
            "module": "src/icons/icon-cell-full.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cell-low.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCellLow",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 12.8291C14.165 12.4175 15 11.3062 15 10C15 8.34326 13.6572 7 12 7C10.3428 7 9 8.34326 9 10C9 11.3062 9.83496 12.4175 11 12.8291V22H13V12.8291Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 12.8291C14.165 12.4175 15 11.3062 15 10C15 8.34326 13.6572 7 12 7C10.3428 7 9 8.34326 9 10C9 11.3062 9.83496 12.4175 11 12.8291V22H13V12.8291Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cell-low",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCellLow",
          "declaration": {
            "name": "ObiCellLow",
            "module": "src/icons/icon-cell-low.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cell-low",
          "declaration": {
            "name": "ObiCellLow",
            "module": "src/icons/icon-cell-low.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cell-medium.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCellMedium",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.8118 12.2C6.1538 13.0167 6.6498 13.75 7.2998 14.4L8.4998 13.2C7.9998 12.7 7.6248 12.1417 7.3748 11.525C7.1248 10.9083 6.9998 10.3 6.9998 9.7C6.9998 9.05 7.1248 8.41667 7.3748 7.8C7.6248 7.18333 7.9998 6.65 8.4998 6.2L7.2998 5C6.6498 5.65 6.1538 6.38333 5.8118 7.2C5.47047 8.01667 5.2998 8.85 5.2998 9.7C5.2998 10.55 5.47047 11.3833 5.8118 12.2Z\" fill=\"currentColor\"/> <path d=\"M15.4998 13.2L16.6998 14.4C17.3498 13.75 17.8458 13.0167 18.1878 12.2C18.5291 11.3833 18.6998 10.55 18.6998 9.7C18.6498 8.85 18.4665 8.01667 18.1498 7.2C17.8331 6.38333 17.3498 5.65 16.6998 5L15.4998 6.2C15.9998 6.7 16.3748 7.25833 16.6248 7.875C16.8748 8.49167 16.9998 9.1 16.9998 9.7C16.9998 10.35 16.8748 10.9833 16.6248 11.6C16.3748 12.2167 15.9998 12.75 15.4998 13.2Z\" fill=\"currentColor\"/> <path d=\"M15 10C15 11.3062 14.165 12.4175 13 12.8291V22H11V12.8291C9.83496 12.4175 9 11.3062 9 10C9 8.34326 10.3428 7 12 7C13.6572 7 15 8.34326 15 10Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.8118 12.2C6.1538 13.0167 6.6498 13.75 7.2998 14.4L8.4998 13.2C7.9998 12.7 7.6248 12.1417 7.3748 11.525C7.1248 10.9083 6.9998 10.3 6.9998 9.7C6.9998 9.05 7.1248 8.41667 7.3748 7.8C7.6248 7.18333 7.9998 6.65 8.4998 6.2L7.2998 5C6.6498 5.65 6.1538 6.38333 5.8118 7.2C5.47047 8.01667 5.2998 8.85 5.2998 9.7C5.2998 10.55 5.47047 11.3833 5.8118 12.2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.4998 13.2L16.6998 14.4C17.3498 13.75 17.8458 13.0167 18.1878 12.2C18.5291 11.3833 18.6998 10.55 18.6998 9.7C18.6498 8.85 18.4665 8.01667 18.1498 7.2C17.8331 6.38333 17.3498 5.65 16.6998 5L15.4998 6.2C15.9998 6.7 16.3748 7.25833 16.6248 7.875C16.8748 8.49167 16.9998 9.1 16.9998 9.7C16.9998 10.35 16.8748 10.9833 16.6248 11.6C16.3748 12.2167 15.9998 12.75 15.4998 13.2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 10C15 11.3062 14.165 12.4175 13 12.8291V22H11V12.8291C9.83496 12.4175 9 11.3062 9 10C9 8.34326 10.3428 7 12 7C13.6572 7 15 8.34326 15 10Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cell-medium",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCellMedium",
          "declaration": {
            "name": "ObiCellMedium",
            "module": "src/icons/icon-cell-medium.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cell-medium",
          "declaration": {
            "name": "ObiCellMedium",
            "module": "src/icons/icon-cell-medium.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cell-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCellOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4.47366 3.47412L2.83987 1.84033L1.42566 3.25455L3.30904 5.13792C3.09263 5.52144 2.90196 5.91713 2.73703 6.325C2.2457 7.54167 2.00003 8.8 2.00003 10.1C2.00003 11.4 2.2457 12.6583 2.73703 13.875C3.22903 15.0917 3.95003 16.2 4.90003 17.2L6.10003 16C5.30003 15.2 4.70003 14.279 4.30003 13.237C3.90003 12.1957 3.70003 11.15 3.70003 10.1C3.70003 9.05 3.90003 8.004 4.30003 6.962C4.37629 6.76345 4.45983 6.5693 4.55064 6.37952L5.80002 7.62891C5.46669 8.43633 5.30003 9.26003 5.30003 10.1C5.30003 10.95 5.4707 11.7833 5.81203 12.6C6.15403 13.4167 6.65003 14.15 7.30003 14.8L8.50003 13.6C8.00003 13.1 7.62503 12.5417 7.37503 11.925C7.12503 11.3083 7.00003 10.7 7.00003 10.1C7.00003 9.71442 7.04401 9.33471 7.13198 8.96087L9.17058 10.9995C9.47181 11.8521 10.1476 12.5279 11 12.8291V22H13V14.8289L20.7841 22.6129L22.1983 21.1987L13.5615 12.562L9.4382 8.43798L8.05784 7.0583L6.86956 5.86935L5.66704 4.6675L4.47366 3.47412Z\" fill=\"currentColor\"/> <path d=\"M20.0031 16.1744L18.7834 14.9547C19.1585 14.4242 19.4641 13.8517 19.7 13.237C20.1 12.1957 20.3 11.15 20.3 10.1C20.3 9.05 20.1 8.004 19.7 6.962C19.3 5.92067 18.7 5 17.9 4.2L19.1 3C20.05 4 20.771 5.10833 21.263 6.325C21.7544 7.54167 22 8.8 22 10.1C22 11.4 21.7667 12.6583 21.3 13.875C20.9874 14.6901 20.5551 15.4566 20.0031 16.1744Z\" fill=\"currentColor\"/> <path d=\"M16.3644 12.5358L17.5723 13.7436C17.8147 13.3825 18.02 13.0013 18.188 12.6C18.5294 11.7833 18.7 10.95 18.7 10.1C18.65 9.25 18.4667 8.41667 18.15 7.6C17.8334 6.78333 17.35 6.05 16.7 5.4L15.5 6.6C16 7.1 16.375 7.65833 16.625 8.275C16.875 8.89167 17 9.5 17 10.1C17 10.75 16.875 11.3833 16.625 12C16.5495 12.1862 16.4627 12.3648 16.3644 12.5358Z\" fill=\"currentColor\"/> <path d=\"M10.9995 7.17085L14.8291 11.0005C14.9398 10.6876 15 10.3508 15 10C15 8.34326 13.6573 7 12 7C11.6492 7 11.3124 7.06021 10.9995 7.17085Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4.47366 3.47412L2.83987 1.84033L1.42566 3.25455L3.30904 5.13792C3.09263 5.52144 2.90196 5.91713 2.73703 6.325C2.2457 7.54167 2.00003 8.8 2.00003 10.1C2.00003 11.4 2.2457 12.6583 2.73703 13.875C3.22903 15.0917 3.95003 16.2 4.90003 17.2L6.10003 16C5.30003 15.2 4.70003 14.279 4.30003 13.237C3.90003 12.1957 3.70003 11.15 3.70003 10.1C3.70003 9.05 3.90003 8.004 4.30003 6.962C4.37629 6.76345 4.45983 6.5693 4.55064 6.37952L5.80002 7.62891C5.46669 8.43633 5.30003 9.26003 5.30003 10.1C5.30003 10.95 5.4707 11.7833 5.81203 12.6C6.15403 13.4167 6.65003 14.15 7.30003 14.8L8.50003 13.6C8.00003 13.1 7.62503 12.5417 7.37503 11.925C7.12503 11.3083 7.00003 10.7 7.00003 10.1C7.00003 9.71442 7.04401 9.33471 7.13198 8.96087L9.17058 10.9995C9.47181 11.8521 10.1476 12.5279 11 12.8291V22H13V14.8289L20.7841 22.6129L22.1983 21.1987L13.5615 12.562L9.4382 8.43798L8.05784 7.0583L6.86956 5.86935L5.66704 4.6675L4.47366 3.47412Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.0031 16.1744L18.7834 14.9547C19.1585 14.4242 19.4641 13.8517 19.7 13.237C20.1 12.1957 20.3 11.15 20.3 10.1C20.3 9.05 20.1 8.004 19.7 6.962C19.3 5.92067 18.7 5 17.9 4.2L19.1 3C20.05 4 20.771 5.10833 21.263 6.325C21.7544 7.54167 22 8.8 22 10.1C22 11.4 21.7667 12.6583 21.3 13.875C20.9874 14.6901 20.5551 15.4566 20.0031 16.1744Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.3644 12.5358L17.5723 13.7436C17.8147 13.3825 18.02 13.0013 18.188 12.6C18.5294 11.7833 18.7 10.95 18.7 10.1C18.65 9.25 18.4667 8.41667 18.15 7.6C17.8334 6.78333 17.35 6.05 16.7 5.4L15.5 6.6C16 7.1 16.375 7.65833 16.625 8.275C16.875 8.89167 17 9.5 17 10.1C17 10.75 16.875 11.3833 16.625 12C16.5495 12.1862 16.4627 12.3648 16.3644 12.5358Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.9995 7.17085L14.8291 11.0005C14.9398 10.6876 15 10.3508 15 10C15 8.34326 13.6573 7 12 7C11.6492 7 11.3124 7.06021 10.9995 7.17085Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cell-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCellOff",
          "declaration": {
            "name": "ObiCellOff",
            "module": "src/icons/icon-cell-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cell-off",
          "declaration": {
            "name": "ObiCellOff",
            "module": "src/icons/icon-cell-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cent-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCentIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 5V1H13V5H11Z\" fill=\"currentColor\"/> <path d=\"M1 13H5L5 11H1V13Z\" fill=\"currentColor\"/> <path d=\"M23 13H19V11H23V13Z\" fill=\"currentColor\"/> <path d=\"M11 23V19H13V23H11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9039 8.09607C14.9635 8.15453 14.0422 8.5436 13.3256 9.26016L9.17154 13.4142L10.5858 14.8285L14.7398 10.6744C15.4564 9.95781 15.8455 9.0365 15.9039 8.09607ZM17.7078 6.29222C15.7061 5.75766 13.4818 6.27557 11.9114 7.84595L6.34312 13.4142L10.5858 17.6569L16.154 12.0886C17.7244 10.5182 18.2423 8.29392 17.7078 6.29222Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 5V1H13V5H11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M1 13H5L5 11H1V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M23 13H19V11H23V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 23V19H13V23H11Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9039 8.09607C14.9635 8.15453 14.0422 8.5436 13.3256 9.26016L9.17154 13.4142L10.5858 14.8285L14.7398 10.6744C15.4564 9.95781 15.8455 9.0365 15.9039 8.09607ZM17.7078 6.29222C15.7061 5.75766 13.4818 6.27557 11.9114 7.84595L6.34312 13.4142L10.5858 17.6569L16.154 12.0886C17.7244 10.5182 18.2423 8.29392 17.7078 6.29222Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cent-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCentIec",
          "declaration": {
            "name": "ObiCentIec",
            "module": "src/icons/icon-cent-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cent-iec",
          "declaration": {
            "name": "ObiCentIec",
            "module": "src/icons/icon-cent-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cent-off-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCentOffIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.5579 13.1137C17.7138 11.9578 19.2953 11.4851 20.8009 11.6991C21.0148 13.2047 20.5422 14.7862 19.3863 15.9421L14.5251 20.8033L11.6967 17.9749L16.5579 13.1137Z\" stroke=\"#373737\" stroke-width=\"2\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.5579 13.1137C17.7138 11.9578 19.2953 11.4851 20.8009 11.6991C21.0148 13.2047 20.5422 14.7862 19.3863 15.9421L14.5251 20.8033L11.6967 17.9749L16.5579 13.1137Z\" style=\"stroke: var(--element-active-color)\" stroke-width=\"2\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cent-off-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCentOffIec",
          "declaration": {
            "name": "ObiCentOffIec",
            "module": "src/icons/icon-cent-off-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cent-off-iec",
          "declaration": {
            "name": "ObiCentOffIec",
            "module": "src/icons/icon-cent-off-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-archipelagic-sea-lanes.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartArchipelagicSeaLanes",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.25 3.75H11V2.25H1V3.75H3.75L6 6L8.25 3.75Z\" fill=\"currentColor\"/> <path d=\"M3.61905 13H1V11H3.61905V13Z\" fill=\"currentColor\"/> <path d=\"M10.9524 13H5.71429V11H10.9524V13Z\" fill=\"currentColor\"/> <path d=\"M18.2857 13H13.0476V11H18.2857V13Z\" fill=\"currentColor\"/> <path d=\"M23 13H20.381V11H23V13Z\" fill=\"currentColor\"/> <path d=\"M18 18L20.25 20.25H23V21.75H13V20.25H15.75L18 18Z\" fill=\"currentColor\"/> <path d=\"M20.25 3.75H23V2.25H13V3.75H15.75L18 6L20.25 3.75Z\" fill=\"currentColor\"/> <path d=\"M6 18L8.25 20.25H11V21.75H1V20.25H3.75L6 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.25 3.75H11V2.25H1V3.75H3.75L6 6L8.25 3.75Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.61905 13H1V11H3.61905V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.9524 13H5.71429V11H10.9524V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.2857 13H13.0476V11H18.2857V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M23 13H20.381V11H23V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 18L20.25 20.25H23V21.75H13V20.25H15.75L18 18Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.25 3.75H23V2.25H13V3.75H15.75L18 6L20.25 3.75Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6 18L8.25 20.25H11V21.75H1V20.25H3.75L6 18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-archipelagic-sea-lanes",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartArchipelagicSeaLanes",
          "declaration": {
            "name": "ObiChartArchipelagicSeaLanes",
            "module": "src/icons/icon-chart-archipelagic-sea-lanes.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-archipelagic-sea-lanes",
          "declaration": {
            "name": "ObiChartArchipelagicSeaLanes",
            "module": "src/icons/icon-chart-archipelagic-sea-lanes.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-aton-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartAtonIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2361 9C14.7111 8.46924 15 7.76835 15 7C15 5.34315 13.6569 4 12 4C10.3431 4 9 5.34315 9 7C9 7.76835 9.28885 8.46924 9.76389 9H4.54602L2.27329 16H1V18L9.17071 18C9.58254 19.1652 10.6938 20 12 20C13.3062 20 14.4175 19.1652 14.8293 18L23 18V16H21.7267L19.454 9H14.2361ZM12 8C12.5523 8 13 7.55228 13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7C11 7.55228 11.4477 8 12 8ZM14.8293 16H19.6239L18.0006 11H5.99944L4.37606 16L9.17071 16C9.58254 14.8348 10.6938 14 12 14C13.3062 14 14.4175 14.8348 14.8293 16ZM12 18C12.5523 18 13 17.5523 13 17C13 16.4477 12.5523 16 12 16C11.4477 16 11 16.4477 11 17C11 17.5523 11.4477 18 12 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2361 9C14.7111 8.46924 15 7.76835 15 7C15 5.34315 13.6569 4 12 4C10.3431 4 9 5.34315 9 7C9 7.76835 9.28885 8.46924 9.76389 9H4.54602L2.27329 16H1V18L9.17071 18C9.58254 19.1652 10.6938 20 12 20C13.3062 20 14.4175 19.1652 14.8293 18L23 18V16H21.7267L19.454 9H14.2361ZM12 8C12.5523 8 13 7.55228 13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7C11 7.55228 11.4477 8 12 8ZM14.8293 16H19.6239L18.0006 11H5.99944L4.37606 16L9.17071 16C9.58254 14.8348 10.6938 14 12 14C13.3062 14 14.4175 14.8348 14.8293 16ZM12 18C12.5523 18 13 17.5523 13 17C13 16.4477 12.5523 16 12 16C11.4477 16 11 16.4477 11 17C11 17.5523 11.4477 18 12 18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-aton-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartAtonIec",
          "declaration": {
            "name": "ObiChartAtonIec",
            "module": "src/icons/icon-chart-aton-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-aton-iec",
          "declaration": {
            "name": "ObiChartAtonIec",
            "module": "src/icons/icon-chart-aton-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-boundaries-limits-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartBoundariesLimitsProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.5858 7L8.41421 7L4.41421 11H1.58579L5.58579 7L1 7V5L23 5V7H22.4142L18.4142 11H15.5858L19.5858 7L15.4142 7L11.4142 11H8.58579L12.5858 7Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 17H3V19H1V17ZM7 19H5V17H7V19ZM11 19H9V17H11V19ZM15 19H13V17H15V19ZM19 19H17V17H19V19ZM21 19V17H23V19H21Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.5858 7L8.41421 7L4.41421 11H1.58579L5.58579 7L1 7V5L23 5V7H22.4142L18.4142 11H15.5858L19.5858 7L15.4142 7L11.4142 11H8.58579L12.5858 7Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 17H3V19H1V17ZM7 19H5V17H7V19ZM11 19H9V17H11V19ZM15 19H13V17H15V19ZM19 19H17V17H19V19ZM21 19V17H23V19H21Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-boundaries-limits-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartBoundariesLimitsProposal",
          "declaration": {
            "name": "ObiChartBoundariesLimitsProposal",
            "module": "src/icons/icon-chart-boundaries-limits-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-boundaries-limits-proposal",
          "declaration": {
            "name": "ObiChartBoundariesLimitsProposal",
            "module": "src/icons/icon-chart-boundaries-limits-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-boundary-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartBoundaryIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.5858 11L8.41421 11L4.41421 15H1.58579L5.58579 11L1 11V9L23 9V11H22.4142L18.4142 15H15.5858L19.5858 11L15.4142 11L11.4142 15H8.58579L12.5858 11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.5858 11L8.41421 11L4.41421 15H1.58579L5.58579 11L1 11V9L23 9V11H22.4142L18.4142 15H15.5858L19.5858 11L15.4142 11L11.4142 15H8.58579L12.5858 11Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-boundary-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartBoundaryIec",
          "declaration": {
            "name": "ObiChartBoundaryIec",
            "module": "src/icons/icon-chart-boundary-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-boundary-iec",
          "declaration": {
            "name": "ObiChartBoundaryIec",
            "module": "src/icons/icon-chart-boundary-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-catzoc-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartCatzocIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.3147 4.5H2.68543C2.28871 4.5 2.05 4.93987 2.26621 5.2725L11.5808 19.6027C11.778 19.906 12.2221 19.906 12.4193 19.6027L21.7339 5.27249C21.9501 4.93987 21.7114 4.5 21.3147 4.5ZM2.68543 3H21.3147C22.9016 3 23.8564 4.75947 22.9916 6.08998L13.6769 20.4202C12.8883 21.6335 11.1119 21.6335 10.3232 20.4202L1.00854 6.08998C0.143712 4.75947 1.09855 3 2.68543 3Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.20101 7.25L6.60054 6.20996L7.89957 5.45996L8.50006 6.50001L9.10054 5.45996L10.3996 6.20996L9.7991 7.25H11.0001V8.75H9.79909L10.3996 9.79009L9.10053 10.5401L8.50005 9.50001L7.89958 10.5401L6.60053 9.79009L7.20102 8.75H6.00006V7.25H7.20101Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.701 12.79L10.1005 11.75L11.3996 11L12.0001 12.0401L12.6005 11L13.8996 11.75L13.2991 12.79H14.5001V14.29H13.2991L13.8996 15.3301L12.6005 16.0801L12.0001 15.0401L11.3996 16.0801L10.1005 15.3301L10.701 14.29H9.50006V12.79H10.701Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.201 7.25L13.6005 6.20996L14.8996 5.45996L15.5001 6.50001L16.1005 5.45996L17.3996 6.20996L16.7991 7.25H18.0001V8.75H16.7991L17.3996 9.79009L16.1005 10.5401L15.5001 9.50001L14.8996 10.5401L13.6005 9.79009L14.201 8.75H13.0001V7.25H14.201Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.3147 4.5H2.68543C2.28871 4.5 2.05 4.93987 2.26621 5.2725L11.5808 19.6027C11.778 19.906 12.2221 19.906 12.4193 19.6027L21.7339 5.27249C21.9501 4.93987 21.7114 4.5 21.3147 4.5ZM2.68543 3H21.3147C22.9016 3 23.8564 4.75947 22.9916 6.08998L13.6769 20.4202C12.8883 21.6335 11.1119 21.6335 10.3232 20.4202L1.00854 6.08998C0.143712 4.75947 1.09855 3 2.68543 3Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.20101 7.25L6.60054 6.20996L7.89957 5.45996L8.50006 6.50001L9.10054 5.45996L10.3996 6.20996L9.7991 7.25H11.0001V8.75H9.79909L10.3996 9.79009L9.10053 10.5401L8.50005 9.50001L7.89958 10.5401L6.60053 9.79009L7.20102 8.75H6.00006V7.25H7.20101Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.701 12.79L10.1005 11.75L11.3996 11L12.0001 12.0401L12.6005 11L13.8996 11.75L13.2991 12.79H14.5001V14.29H13.2991L13.8996 15.3301L12.6005 16.0801L12.0001 15.0401L11.3996 16.0801L10.1005 15.3301L10.701 14.29H9.50006V12.79H10.701Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.201 7.25L13.6005 6.20996L14.8996 5.45996L15.5001 6.50001L16.1005 5.45996L17.3996 6.20996L16.7991 7.25H18.0001V8.75H16.7991L17.3996 9.79009L16.1005 10.5401L15.5001 9.50001L14.8996 10.5401L13.6005 9.79009L14.201 8.75H13.0001V7.25H14.201Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-catzoc-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartCatzocIec",
          "declaration": {
            "name": "ObiChartCatzocIec",
            "module": "src/icons/icon-chart-catzoc-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-catzoc-iec",
          "declaration": {
            "name": "ObiChartCatzocIec",
            "module": "src/icons/icon-chart-catzoc-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-cautionary-notes.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartCautionaryNotes",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16C13 15.7167 12.9042 15.4792 12.7125 15.2875C12.5208 15.0958 12.2833 15 12 15C11.7167 15 11.4792 15.0958 11.2875 15.2875C11.0958 15.4792 11 15.7167 11 16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM11 13H13V7H11V13ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16C13 15.7167 12.9042 15.4792 12.7125 15.2875C12.5208 15.0958 12.2833 15 12 15C11.7167 15 11.4792 15.0958 11.2875 15.2875C11.0958 15.4792 11 15.7167 11 16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM11 13H13V7H11V13ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-cautionary-notes",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartCautionaryNotes",
          "declaration": {
            "name": "ObiChartCautionaryNotes",
            "module": "src/icons/icon-chart-cautionary-notes.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-cautionary-notes",
          "declaration": {
            "name": "ObiChartCautionaryNotes",
            "module": "src/icons/icon-chart-cautionary-notes.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-contour-label-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartContourLabelIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.9744 11.716C19.9744 12.404 19.9184 13.02 19.8064 13.564C19.7024 14.108 19.5304 14.572 19.2904 14.956C19.0584 15.332 18.7504 15.62 18.3664 15.82C17.9904 16.02 17.5304 16.12 16.9864 16.12C16.3064 16.12 15.7464 15.944 15.3064 15.592C14.8664 15.24 14.5384 14.736 14.3224 14.08C14.1144 13.416 14.0104 12.628 14.0104 11.716C14.0104 10.788 14.1064 9.99605 14.2984 9.34005C14.4904 8.68405 14.8064 8.18005 15.2464 7.82805C15.6864 7.47605 16.2664 7.30005 16.9864 7.30005C17.6664 7.30005 18.2264 7.47605 18.6664 7.82805C19.1064 8.17205 19.4344 8.67605 19.6504 9.34005C19.8664 9.99605 19.9744 10.788 19.9744 11.716ZM15.7264 11.716C15.7264 12.38 15.7664 12.936 15.8464 13.384C15.9264 13.824 16.0544 14.156 16.2304 14.38C16.4144 14.604 16.6664 14.716 16.9864 14.716C17.3064 14.716 17.5544 14.608 17.7304 14.392C17.9144 14.168 18.0464 13.832 18.1264 13.384C18.2144 12.936 18.2584 12.38 18.2584 11.716C18.2584 11.044 18.2144 10.488 18.1264 10.048C18.0464 9.60005 17.9144 9.26405 17.7304 9.04005C17.5544 8.81605 17.3064 8.70405 16.9864 8.70405C16.6664 8.70405 16.4144 8.81605 16.2304 9.04005C16.0544 9.26405 15.9264 9.60005 15.8464 10.048C15.7664 10.488 15.7264 11.044 15.7264 11.716Z\" fill=\"currentColor\"/> <path d=\"M9.67441 9.36405C9.67441 9.75605 9.59441 10.096 9.43441 10.384C9.27441 10.664 9.05441 10.896 8.77441 11.08C8.50241 11.264 8.19041 11.4 7.83841 11.488V11.524C8.52641 11.604 9.04641 11.816 9.39841 12.16C9.75041 12.496 9.92641 12.948 9.92641 13.516C9.92641 14.012 9.80241 14.456 9.55441 14.848C9.31441 15.24 8.94241 15.552 8.43841 15.784C7.93441 16.008 7.28641 16.12 6.49441 16.12C6.02241 16.12 5.58241 16.08 5.17441 16C4.77441 15.92 4.39441 15.804 4.03441 15.652V14.176C4.40241 14.36 4.78641 14.5 5.18641 14.596C5.59441 14.692 5.97441 14.74 6.32641 14.74C6.98241 14.74 7.44641 14.624 7.71841 14.392C7.99041 14.16 8.12641 13.832 8.12641 13.408C8.12641 13.16 8.06241 12.952 7.93441 12.784C7.80641 12.608 7.58641 12.48 7.27441 12.4C6.97041 12.312 6.55041 12.268 6.01441 12.268H5.35441V10.924H6.02641C6.55441 10.924 6.95841 10.872 7.23841 10.768C7.51841 10.664 7.71041 10.524 7.81441 10.348C7.92641 10.164 7.98241 9.95605 7.98241 9.72405C7.98241 9.40405 7.88241 9.15605 7.68241 8.98005C7.48241 8.80405 7.15841 8.71605 6.71041 8.71605C6.43841 8.71605 6.18641 8.74805 5.95441 8.81205C5.73041 8.87605 5.52641 8.96005 5.34241 9.06405C5.15841 9.16005 4.99441 9.25205 4.85041 9.34005L4.04641 8.15205C4.27041 7.99205 4.51841 7.84805 4.79041 7.72005C5.07041 7.59205 5.37441 7.49205 5.70241 7.42005C6.03841 7.34805 6.41441 7.31205 6.83041 7.31205C7.71041 7.31205 8.40241 7.49205 8.90641 7.85205C9.41841 8.21205 9.67441 8.71605 9.67441 9.36405Z\" fill=\"currentColor\"/> <path d=\"M0 11.0001H3V13.0001H0V11.0001Z\" fill=\"currentColor\"/> <path d=\"M11 11.0001H13V13.0001H11V11.0001Z\" fill=\"currentColor\"/> <path d=\"M21 11.0001H24V13.0001H21V11.0001Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.9744 11.716C19.9744 12.404 19.9184 13.02 19.8064 13.564C19.7024 14.108 19.5304 14.572 19.2904 14.956C19.0584 15.332 18.7504 15.62 18.3664 15.82C17.9904 16.02 17.5304 16.12 16.9864 16.12C16.3064 16.12 15.7464 15.944 15.3064 15.592C14.8664 15.24 14.5384 14.736 14.3224 14.08C14.1144 13.416 14.0104 12.628 14.0104 11.716C14.0104 10.788 14.1064 9.99605 14.2984 9.34005C14.4904 8.68405 14.8064 8.18005 15.2464 7.82805C15.6864 7.47605 16.2664 7.30005 16.9864 7.30005C17.6664 7.30005 18.2264 7.47605 18.6664 7.82805C19.1064 8.17205 19.4344 8.67605 19.6504 9.34005C19.8664 9.99605 19.9744 10.788 19.9744 11.716ZM15.7264 11.716C15.7264 12.38 15.7664 12.936 15.8464 13.384C15.9264 13.824 16.0544 14.156 16.2304 14.38C16.4144 14.604 16.6664 14.716 16.9864 14.716C17.3064 14.716 17.5544 14.608 17.7304 14.392C17.9144 14.168 18.0464 13.832 18.1264 13.384C18.2144 12.936 18.2584 12.38 18.2584 11.716C18.2584 11.044 18.2144 10.488 18.1264 10.048C18.0464 9.60005 17.9144 9.26405 17.7304 9.04005C17.5544 8.81605 17.3064 8.70405 16.9864 8.70405C16.6664 8.70405 16.4144 8.81605 16.2304 9.04005C16.0544 9.26405 15.9264 9.60005 15.8464 10.048C15.7664 10.488 15.7264 11.044 15.7264 11.716Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.67441 9.36405C9.67441 9.75605 9.59441 10.096 9.43441 10.384C9.27441 10.664 9.05441 10.896 8.77441 11.08C8.50241 11.264 8.19041 11.4 7.83841 11.488V11.524C8.52641 11.604 9.04641 11.816 9.39841 12.16C9.75041 12.496 9.92641 12.948 9.92641 13.516C9.92641 14.012 9.80241 14.456 9.55441 14.848C9.31441 15.24 8.94241 15.552 8.43841 15.784C7.93441 16.008 7.28641 16.12 6.49441 16.12C6.02241 16.12 5.58241 16.08 5.17441 16C4.77441 15.92 4.39441 15.804 4.03441 15.652V14.176C4.40241 14.36 4.78641 14.5 5.18641 14.596C5.59441 14.692 5.97441 14.74 6.32641 14.74C6.98241 14.74 7.44641 14.624 7.71841 14.392C7.99041 14.16 8.12641 13.832 8.12641 13.408C8.12641 13.16 8.06241 12.952 7.93441 12.784C7.80641 12.608 7.58641 12.48 7.27441 12.4C6.97041 12.312 6.55041 12.268 6.01441 12.268H5.35441V10.924H6.02641C6.55441 10.924 6.95841 10.872 7.23841 10.768C7.51841 10.664 7.71041 10.524 7.81441 10.348C7.92641 10.164 7.98241 9.95605 7.98241 9.72405C7.98241 9.40405 7.88241 9.15605 7.68241 8.98005C7.48241 8.80405 7.15841 8.71605 6.71041 8.71605C6.43841 8.71605 6.18641 8.74805 5.95441 8.81205C5.73041 8.87605 5.52641 8.96005 5.34241 9.06405C5.15841 9.16005 4.99441 9.25205 4.85041 9.34005L4.04641 8.15205C4.27041 7.99205 4.51841 7.84805 4.79041 7.72005C5.07041 7.59205 5.37441 7.49205 5.70241 7.42005C6.03841 7.34805 6.41441 7.31205 6.83041 7.31205C7.71041 7.31205 8.40241 7.49205 8.90641 7.85205C9.41841 8.21205 9.67441 8.71605 9.67441 9.36405Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M0 11.0001H3V13.0001H0V11.0001Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 11.0001H13V13.0001H11V11.0001Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 11.0001H24V13.0001H21V11.0001Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-contour-label-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartContourLabelIec",
          "declaration": {
            "name": "ObiChartContourLabelIec",
            "module": "src/icons/icon-chart-contour-label-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-contour-label-iec",
          "declaration": {
            "name": "ObiChartContourLabelIec",
            "module": "src/icons/icon-chart-contour-label-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-dated-objects-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartDatedObjectsIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6929 12.5122C11.6929 12.9136 11.5713 13.2549 11.3281 13.5361C11.085 13.8174 10.7437 14.0107 10.3042 14.1162V14.1426C10.8228 14.207 11.2153 14.3652 11.4819 14.6172C11.7485 14.8662 11.8818 15.2031 11.8818 15.6279C11.8818 16.2461 11.6577 16.728 11.2095 17.0737C10.7612 17.4165 10.1211 17.5879 9.28906 17.5879C8.5918 17.5879 7.97363 17.4722 7.43457 17.2407V16.085C7.68359 16.2109 7.95752 16.3135 8.25635 16.3926C8.55518 16.4717 8.85107 16.5112 9.14404 16.5112C9.59229 16.5112 9.92334 16.4351 10.1372 16.2827C10.3511 16.1304 10.458 15.8857 10.458 15.5488C10.458 15.2471 10.335 15.0332 10.0889 14.9072C9.84277 14.7812 9.4502 14.7183 8.91113 14.7183H8.42334V13.6768H8.91992C9.41797 13.6768 9.78125 13.6123 10.0098 13.4834C10.2412 13.3516 10.3569 13.1274 10.3569 12.811C10.3569 12.3247 10.0522 12.0815 9.44287 12.0815C9.23193 12.0815 9.0166 12.1167 8.79688 12.187C8.58008 12.2573 8.33838 12.3789 8.07178 12.5518L7.44336 11.6157C8.0293 11.1938 8.72803 10.9829 9.53955 10.9829C10.2046 10.9829 10.729 11.1177 11.1128 11.3872C11.4995 11.6567 11.6929 12.0317 11.6929 12.5122Z\" fill=\"currentColor\"/> <path d=\"M16.0762 17.5H14.7183V13.7822L14.7314 13.1714L14.7534 12.5034C14.5278 12.729 14.3711 12.877 14.2832 12.9473L13.5449 13.5405L12.8901 12.7231L14.96 11.0752H16.0762V17.5Z\" fill=\"currentColor\"/> <path d=\"M19 4C19.5304 4 20.0391 4.21071 20.4142 4.58579C20.7893 4.96086 21 5.46957 21 6V20C21 20.5304 20.7893 21.0391 20.4142 21.4142C20.0391 21.7893 19.5304 22 19 22H5C3.89 22 3 21.1 3 20V6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4H6V2H8V4H16V2H18V4H19ZM19 20V9H5V20H19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6929 12.5122C11.6929 12.9136 11.5713 13.2549 11.3281 13.5361C11.085 13.8174 10.7437 14.0107 10.3042 14.1162V14.1426C10.8228 14.207 11.2153 14.3652 11.4819 14.6172C11.7485 14.8662 11.8818 15.2031 11.8818 15.6279C11.8818 16.2461 11.6577 16.728 11.2095 17.0737C10.7612 17.4165 10.1211 17.5879 9.28906 17.5879C8.5918 17.5879 7.97363 17.4722 7.43457 17.2407V16.085C7.68359 16.2109 7.95752 16.3135 8.25635 16.3926C8.55518 16.4717 8.85107 16.5112 9.14404 16.5112C9.59229 16.5112 9.92334 16.4351 10.1372 16.2827C10.3511 16.1304 10.458 15.8857 10.458 15.5488C10.458 15.2471 10.335 15.0332 10.0889 14.9072C9.84277 14.7812 9.4502 14.7183 8.91113 14.7183H8.42334V13.6768H8.91992C9.41797 13.6768 9.78125 13.6123 10.0098 13.4834C10.2412 13.3516 10.3569 13.1274 10.3569 12.811C10.3569 12.3247 10.0522 12.0815 9.44287 12.0815C9.23193 12.0815 9.0166 12.1167 8.79688 12.187C8.58008 12.2573 8.33838 12.3789 8.07178 12.5518L7.44336 11.6157C8.0293 11.1938 8.72803 10.9829 9.53955 10.9829C10.2046 10.9829 10.729 11.1177 11.1128 11.3872C11.4995 11.6567 11.6929 12.0317 11.6929 12.5122Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.0762 17.5H14.7183V13.7822L14.7314 13.1714L14.7534 12.5034C14.5278 12.729 14.3711 12.877 14.2832 12.9473L13.5449 13.5405L12.8901 12.7231L14.96 11.0752H16.0762V17.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 4C19.5304 4 20.0391 4.21071 20.4142 4.58579C20.7893 4.96086 21 5.46957 21 6V20C21 20.5304 20.7893 21.0391 20.4142 21.4142C20.0391 21.7893 19.5304 22 19 22H5C3.89 22 3 21.1 3 20V6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4H6V2H8V4H16V2H18V4H19ZM19 20V9H5V20H19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-dated-objects-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartDatedObjectsIec",
          "declaration": {
            "name": "ObiChartDatedObjectsIec",
            "module": "src/icons/icon-chart-dated-objects-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-dated-objects-iec",
          "declaration": {
            "name": "ObiChartDatedObjectsIec",
            "module": "src/icons/icon-chart-dated-objects-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-display-settings-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartDisplaySettingsIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4.5 2.5C3.94772 2.5 3.5 2.94772 3.5 3.5V4H20V20.5H20.5C21.0523 20.5 21.5 20.0523 21.5 19.5V3.5C21.5 2.94772 21.0523 2.5 20.5 2.5H4.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 22H17C17.5523 22 18 21.5523 18 21V7C18 6.44772 17.5523 6 17 6H3C2.44772 6 2 6.44772 2 7V21C2 21.5523 2.44772 22 3 22ZM3.5 7.5V12H7.23529V13.7391L9.11765 13.7391V15.4783H9.35294C10.2626 15.4783 11 16.1596 11 17V18.9565L8.17647 18.9565V20.5H16.5V16H15.3667C13.9491 16 12.8 14.9447 12.8 13.6429V12.5714H12.5667C11.1491 12.5714 10 11.5161 10 10.2143V7.5H3.5ZM11.4 7.5V10.2143C11.4 10.806 11.9223 11.2857 12.5667 11.2857H14.2V13.6429C14.2 14.2346 14.7223 14.7143 15.3667 14.7143H16.5V7.5H11.4ZM3.5 20.5V13.3043H5.82353L5.82353 15.0435H7.70588L7.70588 16.7826H9.35294C9.48289 16.7826 9.58824 16.8799 9.58824 17V17.6522L6.76471 17.6522V20.5H3.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4.5 2.5C3.94772 2.5 3.5 2.94772 3.5 3.5V4H20V20.5H20.5C21.0523 20.5 21.5 20.0523 21.5 19.5V3.5C21.5 2.94772 21.0523 2.5 20.5 2.5H4.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 22H17C17.5523 22 18 21.5523 18 21V7C18 6.44772 17.5523 6 17 6H3C2.44772 6 2 6.44772 2 7V21C2 21.5523 2.44772 22 3 22ZM3.5 7.5V12H7.23529V13.7391L9.11765 13.7391V15.4783H9.35294C10.2626 15.4783 11 16.1596 11 17V18.9565L8.17647 18.9565V20.5H16.5V16H15.3667C13.9491 16 12.8 14.9447 12.8 13.6429V12.5714H12.5667C11.1491 12.5714 10 11.5161 10 10.2143V7.5H3.5ZM11.4 7.5V10.2143C11.4 10.806 11.9223 11.2857 12.5667 11.2857H14.2V13.6429C14.2 14.2346 14.7223 14.7143 15.3667 14.7143H16.5V7.5H11.4ZM3.5 20.5V13.3043H5.82353L5.82353 15.0435H7.70588L7.70588 16.7826H9.35294C9.48289 16.7826 9.58824 16.8799 9.58824 17V17.6522L6.76471 17.6522V20.5H3.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-display-settings-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartDisplaySettingsIec",
          "declaration": {
            "name": "ObiChartDisplaySettingsIec",
            "module": "src/icons/icon-chart-display-settings-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-display-settings-iec",
          "declaration": {
            "name": "ObiChartDisplaySettingsIec",
            "module": "src/icons/icon-chart-display-settings-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-display-settings-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartDisplaySettingsProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.9999 23L16.6999 21.5C16.4999 21.4167 16.3124 21.3292 16.1374 21.2375C15.9624 21.1458 15.7832 21.0333 15.5999 20.9L14.1499 21.35L13.1499 19.65L14.2999 18.65C14.2666 18.4167 14.2499 18.2 14.2499 18C14.2499 17.8 14.2666 17.5833 14.2999 17.35L13.1499 16.35L14.1499 14.65L15.5999 15.1C15.7832 14.9667 15.9624 14.8542 16.1374 14.7625C16.3124 14.6708 16.4999 14.5833 16.6999 14.5L16.9999 13H18.9999L19.2999 14.5C19.4999 14.5833 19.6874 14.675 19.8624 14.775C20.0374 14.875 20.2166 15 20.3999 15.15L21.8499 14.65L22.8499 16.4L21.6999 17.4C21.7332 17.6 21.7499 17.8083 21.7499 18.025C21.7499 18.2417 21.7332 18.45 21.6999 18.65L22.8499 19.65L21.8499 21.35L20.3999 20.9C20.2166 21.0333 20.0374 21.1458 19.8624 21.2375C19.6874 21.3292 19.4999 21.4167 19.2999 21.5L18.9999 23H16.9999ZM17.9999 20C18.5499 20 19.0207 19.8042 19.4124 19.4125C19.8041 19.0208 19.9999 18.55 19.9999 18C19.9999 17.45 19.8041 16.9792 19.4124 16.5875C19.0207 16.1958 18.5499 16 17.9999 16C17.4499 16 16.9791 16.1958 16.5874 16.5875C16.1957 16.9792 15.9999 17.45 15.9999 18C15.9999 18.55 16.1957 19.0208 16.5874 19.4125C16.9791 19.8042 17.4499 20 17.9999 20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.5 8.5L10.5 15.5L19.5 8.5L10.5 1.5L1.5 8.5ZM16.25 8.5L10.5 12.95L4.75 8.5L10.5 4.05L16.25 8.5Z\" fill=\"currentColor\"/> <path d=\"M10.5 20.55L1.5 13.55L3.15 12.3L10.5 18L12 16.8367V19.3833L10.5 20.55Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.9999 23L16.6999 21.5C16.4999 21.4167 16.3124 21.3292 16.1374 21.2375C15.9624 21.1458 15.7832 21.0333 15.5999 20.9L14.1499 21.35L13.1499 19.65L14.2999 18.65C14.2666 18.4167 14.2499 18.2 14.2499 18C14.2499 17.8 14.2666 17.5833 14.2999 17.35L13.1499 16.35L14.1499 14.65L15.5999 15.1C15.7832 14.9667 15.9624 14.8542 16.1374 14.7625C16.3124 14.6708 16.4999 14.5833 16.6999 14.5L16.9999 13H18.9999L19.2999 14.5C19.4999 14.5833 19.6874 14.675 19.8624 14.775C20.0374 14.875 20.2166 15 20.3999 15.15L21.8499 14.65L22.8499 16.4L21.6999 17.4C21.7332 17.6 21.7499 17.8083 21.7499 18.025C21.7499 18.2417 21.7332 18.45 21.6999 18.65L22.8499 19.65L21.8499 21.35L20.3999 20.9C20.2166 21.0333 20.0374 21.1458 19.8624 21.2375C19.6874 21.3292 19.4999 21.4167 19.2999 21.5L18.9999 23H16.9999ZM17.9999 20C18.5499 20 19.0207 19.8042 19.4124 19.4125C19.8041 19.0208 19.9999 18.55 19.9999 18C19.9999 17.45 19.8041 16.9792 19.4124 16.5875C19.0207 16.1958 18.5499 16 17.9999 16C17.4499 16 16.9791 16.1958 16.5874 16.5875C16.1957 16.9792 15.9999 17.45 15.9999 18C15.9999 18.55 16.1957 19.0208 16.5874 19.4125C16.9791 19.8042 17.4499 20 17.9999 20Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.5 8.5L10.5 15.5L19.5 8.5L10.5 1.5L1.5 8.5ZM16.25 8.5L10.5 12.95L4.75 8.5L10.5 4.05L16.25 8.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.5 20.55L1.5 13.55L3.15 12.3L10.5 18L12 16.8367V19.3833L10.5 20.55Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-display-settings-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartDisplaySettingsProposal",
          "declaration": {
            "name": "ObiChartDisplaySettingsProposal",
            "module": "src/icons/icon-chart-display-settings-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-display-settings-proposal",
          "declaration": {
            "name": "ObiChartDisplaySettingsProposal",
            "module": "src/icons/icon-chart-display-settings-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-drying-line-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartDryingLineProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.4295 4.89605L14.5579 5.88427C13.9967 6.52517 13.475 6.97597 12.9779 7.38567L12.0239 6.22817C12.5695 5.77846 12.9693 5.42152 13.4295 4.89605ZM10.4663 7.70679L11.6851 8.58115C11.3761 9.01185 11.1858 9.59707 11.019 10.0922L9.59748 9.61344C9.81459 8.96885 10.0629 8.26908 10.4663 7.70679ZM8.88628 11.3536L10.2289 12.0224C9.89415 12.6944 9.50652 13.3194 9.05104 13.8834L7.88405 12.941C8.26065 12.4746 8.59183 11.9447 8.88628 11.3536ZM6.50985 14.2156L7.35104 15.4575C6.72051 15.8846 6.02423 16.2159 5.26001 16.4522L4.81697 15.0191C5.44671 14.8244 6.00776 14.5557 6.50985 14.2156Z\" fill=\"currentColor\"/> <path d=\"M2 16.8967C2.32833 16.8944 2.77894 16.8809 3.09116 16.8558L2.97085 15.3606C2.66953 15.3849 2.32629 15.3971 2 15.3971V16.8967Z\" fill=\"currentColor\"/> <path d=\"M15.8551 3.37305C15.9509 2.94198 15.9999 2.4854 15.9999 2H14.4999C14.4999 2.38388 14.4612 2.73085 14.3908 3.04754L15.8551 3.37305Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.4999 22C15.4999 18.4101 18.41 15.5 21.9999 15.5V14C17.5816 14 13.9999 17.5817 13.9999 22H15.4999Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9999 12C21.7347 12 21.4723 12.0103 21.2129 12.0304L21.0967 10.5349C21.3947 10.5118 21.6959 10.5 21.9999 10.5V12ZM19.3141 10.8153L19.6631 12.2741C19.1497 12.397 18.6516 12.5595 18.1724 12.7582L17.5978 11.3726C18.1495 11.1438 18.7229 10.9568 19.3141 10.8153ZM15.9904 12.1932L16.7754 13.4714C16.3279 13.7462 15.9034 14.0554 15.5058 14.3953L14.5311 13.2551C14.988 12.8646 15.4758 12.5092 15.9904 12.1932ZM13.255 14.5313L14.3951 15.506C14.0552 15.9036 13.7461 16.328 13.4712 16.7755L12.193 15.9906C12.509 15.476 12.8644 14.9881 13.255 14.5313ZM11.3725 17.5979L12.7581 18.1725C12.5593 18.6518 12.3968 19.1498 12.274 19.6632L10.8152 19.3142C10.9566 18.7231 11.1437 18.1497 11.3725 17.5979ZM10.5348 21.0968C10.5117 21.3948 10.4999 21.696 10.4999 22H11.9999C11.9999 21.7349 12.0101 21.4724 12.0303 21.213L10.5348 21.0968Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.55757 7.58792C6.0279 9.44177 5.73984 10.2409 5.16388 10.7784C4.70029 11.2111 3.87348 11.6146 2 11.8771V13.3909C6.56621 12.7989 7.06414 11.275 7.99986 8C8.47546 6.33542 9.51653 5.68869 10.4776 5.09165C11.5374 4.43333 12.4999 3.83542 12.4999 2H10.9999C10.9999 2.59867 10.8594 2.86093 10.7423 3.0153C10.5836 3.22455 10.3367 3.41121 9.82986 3.728C9.77558 3.76193 9.71927 3.79673 9.6612 3.83261C8.67916 4.43952 7.19507 5.35669 6.55757 7.58792Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.4295 4.89605L14.5579 5.88427C13.9967 6.52517 13.475 6.97597 12.9779 7.38567L12.0239 6.22817C12.5695 5.77846 12.9693 5.42152 13.4295 4.89605ZM10.4663 7.70679L11.6851 8.58115C11.3761 9.01185 11.1858 9.59707 11.019 10.0922L9.59748 9.61344C9.81459 8.96885 10.0629 8.26908 10.4663 7.70679ZM8.88628 11.3536L10.2289 12.0224C9.89415 12.6944 9.50652 13.3194 9.05104 13.8834L7.88405 12.941C8.26065 12.4746 8.59183 11.9447 8.88628 11.3536ZM6.50985 14.2156L7.35104 15.4575C6.72051 15.8846 6.02423 16.2159 5.26001 16.4522L4.81697 15.0191C5.44671 14.8244 6.00776 14.5557 6.50985 14.2156Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 16.8967C2.32833 16.8944 2.77894 16.8809 3.09116 16.8558L2.97085 15.3606C2.66953 15.3849 2.32629 15.3971 2 15.3971V16.8967Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.8551 3.37305C15.9509 2.94198 15.9999 2.4854 15.9999 2H14.4999C14.4999 2.38388 14.4612 2.73085 14.3908 3.04754L15.8551 3.37305Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.4999 22C15.4999 18.4101 18.41 15.5 21.9999 15.5V14C17.5816 14 13.9999 17.5817 13.9999 22H15.4999Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9999 12C21.7347 12 21.4723 12.0103 21.2129 12.0304L21.0967 10.5349C21.3947 10.5118 21.6959 10.5 21.9999 10.5V12ZM19.3141 10.8153L19.6631 12.2741C19.1497 12.397 18.6516 12.5595 18.1724 12.7582L17.5978 11.3726C18.1495 11.1438 18.7229 10.9568 19.3141 10.8153ZM15.9904 12.1932L16.7754 13.4714C16.3279 13.7462 15.9034 14.0554 15.5058 14.3953L14.5311 13.2551C14.988 12.8646 15.4758 12.5092 15.9904 12.1932ZM13.255 14.5313L14.3951 15.506C14.0552 15.9036 13.7461 16.328 13.4712 16.7755L12.193 15.9906C12.509 15.476 12.8644 14.9881 13.255 14.5313ZM11.3725 17.5979L12.7581 18.1725C12.5593 18.6518 12.3968 19.1498 12.274 19.6632L10.8152 19.3142C10.9566 18.7231 11.1437 18.1497 11.3725 17.5979ZM10.5348 21.0968C10.5117 21.3948 10.4999 21.696 10.4999 22H11.9999C11.9999 21.7349 12.0101 21.4724 12.0303 21.213L10.5348 21.0968Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.55757 7.58792C6.0279 9.44177 5.73984 10.2409 5.16388 10.7784C4.70029 11.2111 3.87348 11.6146 2 11.8771V13.3909C6.56621 12.7989 7.06414 11.275 7.99986 8C8.47546 6.33542 9.51653 5.68869 10.4776 5.09165C11.5374 4.43333 12.4999 3.83542 12.4999 2H10.9999C10.9999 2.59867 10.8594 2.86093 10.7423 3.0153C10.5836 3.22455 10.3367 3.41121 9.82986 3.728C9.77558 3.76193 9.71927 3.79673 9.6612 3.83261C8.67916 4.43952 7.19507 5.35669 6.55757 7.58792Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-drying-line-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartDryingLineProposal",
          "declaration": {
            "name": "ObiChartDryingLineProposal",
            "module": "src/icons/icon-chart-drying-line-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-drying-line-proposal",
          "declaration": {
            "name": "ObiChartDryingLineProposal",
            "module": "src/icons/icon-chart-drying-line-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-four-shades-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartFourShadesProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 19H3V17H21V19Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 15H3V13H11V15Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 15L13 15V13L21 13V15Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 7H3V5H5V7Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 11H3V9H7V11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 7H7V5H9V7Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 11H9V9H15V11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 7H11V5H13V7Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 7H15V5H17V7Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 11H17V9H21V11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 7H19V5H21V7Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 19H3V17H21V19Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 15H3V13H11V15Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 15L13 15V13L21 13V15Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 7H3V5H5V7Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 11H3V9H7V11Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 7H7V5H9V7Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 11H9V9H15V11Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 7H11V5H13V7Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 7H15V5H17V7Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 11H17V9H21V11Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 7H19V5H21V7Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-four-shades-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartFourShadesProposal",
          "declaration": {
            "name": "ObiChartFourShadesProposal",
            "module": "src/icons/icon-chart-four-shades-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-four-shades-proposal",
          "declaration": {
            "name": "ObiChartFourShadesProposal",
            "module": "src/icons/icon-chart-four-shades-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-full-light-lines.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartFullLightLines",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.6955 2.64962L18.7332 3.78255C19.2205 4.71552 19.6224 5.68724 19.9358 6.68576L22.1244 6.09931L22.5126 7.5482L20.324 8.13465C20.606 9.3984 20.75 10.6944 20.75 12.0001C20.75 13.3058 20.606 14.6019 20.324 15.8656L22.5126 16.4521L22.1244 17.901L19.9357 17.3145C19.6224 18.313 19.2205 19.2847 18.7332 20.2177L20.6955 21.3506L19.9455 22.6496L1.5 12.0001L19.9455 1.35059L20.6955 2.64962ZM15.2651 5.78486L17.4329 4.53328C17.8561 5.35129 18.2078 6.20151 18.4855 7.07436L16.0676 7.72223C15.8504 7.05859 15.5823 6.41083 15.2651 5.78486ZM8.30847 9.80128L13.9639 6.53612C14.2183 7.04648 14.4361 7.57281 14.6163 8.11111L8.30847 9.80128ZM8.3087 14.1991L13.9639 17.4641C14.2183 16.9538 14.4361 16.4274 14.6163 15.8892L8.3087 14.1991ZM15.2651 18.2154L17.4329 19.4669C17.8561 18.6489 18.2078 17.7987 18.4854 16.9259L16.0676 16.278C15.8503 16.9417 15.5823 17.5894 15.2651 18.2154ZM15.0045 9.56L5.89778 12.0001L15.0045 14.4403C15.1671 13.6404 15.25 12.823 15.25 12.0001C15.25 11.1772 15.1671 10.3599 15.0045 9.56Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.6955 2.64962L18.7332 3.78255C19.2205 4.71552 19.6224 5.68724 19.9358 6.68576L22.1244 6.09931L22.5126 7.5482L20.324 8.13465C20.606 9.3984 20.75 10.6944 20.75 12.0001C20.75 13.3058 20.606 14.6019 20.324 15.8656L22.5126 16.4521L22.1244 17.901L19.9357 17.3145C19.6224 18.313 19.2205 19.2847 18.7332 20.2177L20.6955 21.3506L19.9455 22.6496L1.5 12.0001L19.9455 1.35059L20.6955 2.64962ZM15.2651 5.78486L17.4329 4.53328C17.8561 5.35129 18.2078 6.20151 18.4855 7.07436L16.0676 7.72223C15.8504 7.05859 15.5823 6.41083 15.2651 5.78486ZM8.30847 9.80128L13.9639 6.53612C14.2183 7.04648 14.4361 7.57281 14.6163 8.11111L8.30847 9.80128ZM8.3087 14.1991L13.9639 17.4641C14.2183 16.9538 14.4361 16.4274 14.6163 15.8892L8.3087 14.1991ZM15.2651 18.2154L17.4329 19.4669C17.8561 18.6489 18.2078 17.7987 18.4854 16.9259L16.0676 16.278C15.8503 16.9417 15.5823 17.5894 15.2651 18.2154ZM15.0045 9.56L5.89778 12.0001L15.0045 14.4403C15.1671 13.6404 15.25 12.823 15.25 12.0001C15.25 11.1772 15.1671 10.3599 15.0045 9.56Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-full-light-lines",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartFullLightLines",
          "declaration": {
            "name": "ObiChartFullLightLines",
            "module": "src/icons/icon-chart-full-light-lines.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-full-light-lines",
          "declaration": {
            "name": "ObiChartFullLightLines",
            "module": "src/icons/icon-chart-full-light-lines.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-grid-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartGridIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4ZM20 4H16V8H20V4ZM10 4H14V8H10V4ZM10 10H14V14L10 14V10ZM8 14V10H4V14H8ZM4 16H8V20H4V16ZM10 16L14 16V20H10V16ZM16 16V20H20V16H16ZM20 14V10H16V14H20ZM8 8V4H4V8L8 8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4ZM20 4H16V8H20V4ZM10 4H14V8H10V4ZM10 10H14V14L10 14V10ZM8 14V10H4V14H8ZM4 16H8V20H4V16ZM10 16L14 16V20H10V16ZM16 16V20H20V16H16ZM20 14V10H16V14H20ZM8 8V4H4V8L8 8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-grid-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartGridIec",
          "declaration": {
            "name": "ObiChartGridIec",
            "module": "src/icons/icon-chart-grid-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-grid-iec",
          "declaration": {
            "name": "ObiChartGridIec",
            "module": "src/icons/icon-chart-grid-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-highlight-data-dependent-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartHighlightDataDependentIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 6H15V16H16V18H11.5C9.567 18 8 16.433 8 14.5C8 12.567 9.567 11 11.5 11H13V8H12V6ZM13 13H11.5C10.6716 13 10 13.6716 10 14.5C10 15.3284 10.6716 16 11.5 16H13V13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 4H4V20H20V4ZM4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 6H15V16H16V18H11.5C9.567 18 8 16.433 8 14.5C8 12.567 9.567 11 11.5 11H13V8H12V6ZM13 13H11.5C10.6716 13 10 13.6716 10 14.5C10 15.3284 10.6716 16 11.5 16H13V13Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 4H4V20H20V4ZM4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-highlight-data-dependent-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartHighlightDataDependentIec",
          "declaration": {
            "name": "ObiChartHighlightDataDependentIec",
            "module": "src/icons/icon-chart-highlight-data-dependent-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-highlight-data-dependent-iec",
          "declaration": {
            "name": "ObiChartHighlightDataDependentIec",
            "module": "src/icons/icon-chart-highlight-data-dependent-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-highlight-information-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartHighlightInformationIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 6V8H11V6H13Z\" fill=\"currentColor\"/> <path d=\"M9 18V16H11V12H10V10H13V16H15V18H9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 22V2H22V22H2ZM4 4H20V20H4V4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 6V8H11V6H13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9 18V16H11V12H10V10H13V16H15V18H9Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 22V2H22V22H2ZM4 4H20V20H4V4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-highlight-information-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartHighlightInformationIec",
          "declaration": {
            "name": "ObiChartHighlightInformationIec",
            "module": "src/icons/icon-chart-highlight-information-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-highlight-information-iec",
          "declaration": {
            "name": "ObiChartHighlightInformationIec",
            "module": "src/icons/icon-chart-highlight-information-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-info.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartInfo",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12.3464V4.3C22 3.96667 21.8472 3.72083 21.5417 3.5625C21.2361 3.40417 20.9259 3.39167 20.6111 3.525L15.6667 5.3L8.36111 3L2.75 4.775C2.52778 4.85833 2.34722 4.98333 2.20833 5.15C2.06944 5.31667 2 5.50833 2 5.725V19.675C2 20.0083 2.15278 20.2583 2.45833 20.425C2.76389 20.5917 3.07407 20.6 3.38889 20.45L9.27778 18.3478V4.85L14.7222 6.5V10.4103C15.2488 10.2132 15.8077 10.0825 16.3889 10.0284V6.5L20.3333 5.15V10.9186C20.9668 11.2978 21.5303 11.7817 22 12.3464ZM7.61111 17.475L3.66667 18.825V6.025L7.61111 4.85V17.475Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 21.5C19.7614 21.5 22 19.2614 22 16.5C22 13.7386 19.7614 11.5 17 11.5C14.2386 11.5 12 13.7386 12 16.5C12 19.2614 14.2386 21.5 17 21.5ZM16 15V13H18V15H16ZM16 20V16H18V20H16Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12.3464V4.3C22 3.96667 21.8472 3.72083 21.5417 3.5625C21.2361 3.40417 20.9259 3.39167 20.6111 3.525L15.6667 5.3L8.36111 3L2.75 4.775C2.52778 4.85833 2.34722 4.98333 2.20833 5.15C2.06944 5.31667 2 5.50833 2 5.725V19.675C2 20.0083 2.15278 20.2583 2.45833 20.425C2.76389 20.5917 3.07407 20.6 3.38889 20.45L9.27778 18.3478V4.85L14.7222 6.5V10.4103C15.2488 10.2132 15.8077 10.0825 16.3889 10.0284V6.5L20.3333 5.15V10.9186C20.9668 11.2978 21.5303 11.7817 22 12.3464ZM7.61111 17.475L3.66667 18.825V6.025L7.61111 4.85V17.475Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 21.5C19.7614 21.5 22 19.2614 22 16.5C22 13.7386 19.7614 11.5 17 11.5C14.2386 11.5 12 13.7386 12 16.5C12 19.2614 14.2386 21.5 17 21.5ZM16 15V13H18V15H16ZM16 20V16H18V20H16Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-info",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartInfo",
          "declaration": {
            "name": "ObiChartInfo",
            "module": "src/icons/icon-chart-info.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-info",
          "declaration": {
            "name": "ObiChartInfo",
            "module": "src/icons/icon-chart-info.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-isolated-dangers-filled.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartIsolatedDangersFilled",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.7782 4.22183L12 1L4.22183 4.22183L1 12L4.22183 19.7782L12 23L19.7782 19.7782L23 12L19.7782 4.22183ZM15.5039 7.03551L16.9142 8.44581L13.3758 11.9842L16.8452 15.4536L15.4349 16.8639L11.9655 13.3945L8.49612 16.8639L7.08582 15.4536L10.5552 11.9842L7.08582 8.51478L8.49612 7.10449L11.9655 10.5739L15.5039 7.03551Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.7782 4.22183L12 1L4.22183 4.22183L1 12L4.22183 19.7782L12 23L19.7782 19.7782L23 12L19.7782 4.22183ZM15.5039 7.03551L16.9142 8.44581L13.3758 11.9842L16.8452 15.4536L15.4349 16.8639L11.9655 13.3945L8.49612 16.8639L7.08582 15.4536L10.5552 11.9842L7.08582 8.51478L8.49612 7.10449L11.9655 10.5739L15.5039 7.03551Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-isolated-dangers-filled",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartIsolatedDangersFilled",
          "declaration": {
            "name": "ObiChartIsolatedDangersFilled",
            "module": "src/icons/icon-chart-isolated-dangers-filled.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-isolated-dangers-filled",
          "declaration": {
            "name": "ObiChartIsolatedDangersFilled",
            "module": "src/icons/icon-chart-isolated-dangers-filled.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-isolated-dangers.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartIsolatedDangers",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.9143 8.4457L15.504 7.0354L11.9656 10.5738L8.49623 7.10438L7.08594 8.51467L10.5553 11.9841L7.08594 15.4535L8.49623 16.8638L11.9656 13.3944L15.4351 16.8638L16.8454 15.4535L13.3759 11.9841L16.9143 8.4457Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.7782 4.22183L12 1L4.22183 4.22183L1 12L4.22183 19.7782L12 23L19.7782 19.7782L23 12L19.7782 4.22183ZM5.75256 5.75256L12 3.16478L18.2474 5.75256L20.8352 12L18.2474 18.2474L12 20.8352L5.75256 18.2474L3.16478 12L5.75256 5.75256Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.9143 8.4457L15.504 7.0354L11.9656 10.5738L8.49623 7.10438L7.08594 8.51467L10.5553 11.9841L7.08594 15.4535L8.49623 16.8638L11.9656 13.3944L15.4351 16.8638L16.8454 15.4535L13.3759 11.9841L16.9143 8.4457Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.7782 4.22183L12 1L4.22183 4.22183L1 12L4.22183 19.7782L12 23L19.7782 19.7782L23 12L19.7782 4.22183ZM5.75256 5.75256L12 3.16478L18.2474 5.75256L20.8352 12L18.2474 18.2474L12 20.8352L5.75256 18.2474L3.16478 12L5.75256 5.75256Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-isolated-dangers",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartIsolatedDangers",
          "declaration": {
            "name": "ObiChartIsolatedDangers",
            "module": "src/icons/icon-chart-isolated-dangers.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-isolated-dangers",
          "declaration": {
            "name": "ObiChartIsolatedDangers",
            "module": "src/icons/icon-chart-isolated-dangers.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-layers.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartLayers",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 21.05L3 14.05L4.65 12.8L12 18.5L19.35 12.8L21 14.05L12 21.05ZM12 16L3 9L12 2L21 9L12 16ZM12 13.45L17.75 9L12 4.55L6.25 9L12 13.45Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 21.05L3 14.05L4.65 12.8L12 18.5L19.35 12.8L21 14.05L12 21.05ZM12 16L3 9L12 2L21 9L12 16ZM12 13.45L17.75 9L12 4.55L6.25 9L12 13.45Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-layers",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartLayers",
          "declaration": {
            "name": "ObiChartLayers",
            "module": "src/icons/icon-chart-layers.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-layers",
          "declaration": {
            "name": "ObiChartLayers",
            "module": "src/icons/icon-chart-layers.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-magnetic-variation-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartMagneticVariationIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5689 1.6355L14.5001 1.9999V22.9999H12.5001V18.4141L7.83057 13.7445L12.5689 1.6355Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5689 1.6355L14.5001 1.9999V22.9999H12.5001V18.4141L7.83057 13.7445L12.5689 1.6355Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-magnetic-variation-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartMagneticVariationIec",
          "declaration": {
            "name": "ObiChartMagneticVariationIec",
            "module": "src/icons/icon-chart-magnetic-variation-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-magnetic-variation-iec",
          "declaration": {
            "name": "ObiChartMagneticVariationIec",
            "module": "src/icons/icon-chart-magnetic-variation-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-management-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartManagementProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.4999 21.5L15.1999 20C14.9999 19.9167 14.8124 19.8292 14.6374 19.7375C14.4624 19.6458 14.2832 19.5333 14.0999 19.4L12.6499 19.85L11.6499 18.15L12.7999 17.15C12.7666 16.9167 12.7499 16.7 12.7499 16.5C12.7499 16.3 12.7666 16.0833 12.7999 15.85L11.6499 14.85L12.6499 13.15L14.0999 13.6C14.2832 13.4667 14.4624 13.3542 14.6374 13.2625C14.8124 13.1708 14.9999 13.0833 15.1999 13L15.4999 11.5H17.4999L17.7999 13C17.9999 13.0833 18.1874 13.175 18.3624 13.275C18.5374 13.375 18.7166 13.5 18.8999 13.65L20.3499 13.15L21.3499 14.9L20.1999 15.9C20.2332 16.1 20.2499 16.3083 20.2499 16.525C20.2499 16.7417 20.2332 16.95 20.1999 17.15L21.3499 18.15L20.3499 19.85L18.8999 19.4C18.7166 19.5333 18.5374 19.6458 18.3624 19.7375C18.1874 19.8292 17.9999 19.9167 17.7999 20L17.4999 21.5H15.4999ZM16.4999 18.5C17.0499 18.5 17.5207 18.3042 17.9124 17.9125C18.3041 17.5208 18.4999 17.05 18.4999 16.5C18.4999 15.95 18.3041 15.4792 17.9124 15.0875C17.5207 14.6958 17.0499 14.5 16.4999 14.5C15.9499 14.5 15.4791 14.6958 15.0874 15.0875C14.6957 15.4792 14.4999 15.95 14.4999 16.5C14.4999 17.05 14.6957 17.5208 15.0874 17.9125C15.4791 18.3042 15.9499 18.5 16.4999 18.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.10608 4.74025L8.5 2L15.5 4L21.2253 2.36421C21.8641 2.18169 22.5 2.66135 22.5 3.32573V11.9993C22.0733 11.4314 21.5679 10.926 21 10.4995V3.9886L16.25 5.34574V9.00409C15.7352 9.02095 15.2335 9.08969 14.75 9.20526V5.34574L9.25 3.77431V18.6786L2.89392 21.4026C2.23405 21.6854 1.5 21.2014 1.5 20.4835V5.6594C1.5 5.25937 1.7384 4.89783 2.10608 4.74025ZM3 5.98909L7.75 3.95338V17.6895L3 19.7252V5.98909Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.4999 21.5L15.1999 20C14.9999 19.9167 14.8124 19.8292 14.6374 19.7375C14.4624 19.6458 14.2832 19.5333 14.0999 19.4L12.6499 19.85L11.6499 18.15L12.7999 17.15C12.7666 16.9167 12.7499 16.7 12.7499 16.5C12.7499 16.3 12.7666 16.0833 12.7999 15.85L11.6499 14.85L12.6499 13.15L14.0999 13.6C14.2832 13.4667 14.4624 13.3542 14.6374 13.2625C14.8124 13.1708 14.9999 13.0833 15.1999 13L15.4999 11.5H17.4999L17.7999 13C17.9999 13.0833 18.1874 13.175 18.3624 13.275C18.5374 13.375 18.7166 13.5 18.8999 13.65L20.3499 13.15L21.3499 14.9L20.1999 15.9C20.2332 16.1 20.2499 16.3083 20.2499 16.525C20.2499 16.7417 20.2332 16.95 20.1999 17.15L21.3499 18.15L20.3499 19.85L18.8999 19.4C18.7166 19.5333 18.5374 19.6458 18.3624 19.7375C18.1874 19.8292 17.9999 19.9167 17.7999 20L17.4999 21.5H15.4999ZM16.4999 18.5C17.0499 18.5 17.5207 18.3042 17.9124 17.9125C18.3041 17.5208 18.4999 17.05 18.4999 16.5C18.4999 15.95 18.3041 15.4792 17.9124 15.0875C17.5207 14.6958 17.0499 14.5 16.4999 14.5C15.9499 14.5 15.4791 14.6958 15.0874 15.0875C14.6957 15.4792 14.4999 15.95 14.4999 16.5C14.4999 17.05 14.6957 17.5208 15.0874 17.9125C15.4791 18.3042 15.9499 18.5 16.4999 18.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.10608 4.74025L8.5 2L15.5 4L21.2253 2.36421C21.8641 2.18169 22.5 2.66135 22.5 3.32573V11.9993C22.0733 11.4314 21.5679 10.926 21 10.4995V3.9886L16.25 5.34574V9.00409C15.7352 9.02095 15.2335 9.08969 14.75 9.20526V5.34574L9.25 3.77431V18.6786L2.89392 21.4026C2.23405 21.6854 1.5 21.2014 1.5 20.4835V5.6594C1.5 5.25937 1.7384 4.89783 2.10608 4.74025ZM3 5.98909L7.75 3.95338V17.6895L3 19.7252V5.98909Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-management-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartManagementProposal",
          "declaration": {
            "name": "ObiChartManagementProposal",
            "module": "src/icons/icon-chart-management-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-management-proposal",
          "declaration": {
            "name": "ObiChartManagementProposal",
            "module": "src/icons/icon-chart-management-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-manual-update-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartManualUpdateIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 22V17.75L18.175 8.57498C18.375 8.37498 18.6 8.22498 18.85 8.12498C19.1 8.02498 19.35 7.97498 19.6 7.97498C19.8667 7.97498 20.1208 8.02498 20.3625 8.12498C20.6042 8.22498 20.825 8.37498 21.025 8.57498L22.425 9.99998C22.6083 10.2 22.75 10.4208 22.85 10.6625C22.95 10.9041 23 11.15 23 11.4C23 11.65 22.9542 11.8958 22.8625 12.1375C22.7708 12.3791 22.625 12.6 22.425 12.8L13.25 22H9ZM11 20H12.4L18.2 14.2L17.5 13.5L16.775 12.8L11 18.575V20Z\" fill=\"currentColor\"/> <path d=\"M5 1L1 6H9L5 1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 15C2 13.7599 2.75245 12.6955 3.8257 12.2385L1 8H9L6.1743 12.2385C7.24755 12.6955 8 13.7599 8 15C8 16.6569 6.65685 18 5 18C3.34315 18 2 16.6569 2 15ZM4.68829 13.5324C4.00946 13.6759 3.5 14.2785 3.5 15C3.5 15.8284 4.17157 16.5 5 16.5C5.82843 16.5 6.5 15.8284 6.5 15C6.5 14.2785 5.99054 13.6759 5.31171 13.5324C5.21116 13.5112 5.10688 13.5 5 13.5C4.89312 13.5 4.78884 13.5112 4.68829 13.5324Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 22V17.75L18.175 8.57498C18.375 8.37498 18.6 8.22498 18.85 8.12498C19.1 8.02498 19.35 7.97498 19.6 7.97498C19.8667 7.97498 20.1208 8.02498 20.3625 8.12498C20.6042 8.22498 20.825 8.37498 21.025 8.57498L22.425 9.99998C22.6083 10.2 22.75 10.4208 22.85 10.6625C22.95 10.9041 23 11.15 23 11.4C23 11.65 22.9542 11.8958 22.8625 12.1375C22.7708 12.3791 22.625 12.6 22.425 12.8L13.25 22H9ZM11 20H12.4L18.2 14.2L17.5 13.5L16.775 12.8L11 18.575V20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 1L1 6H9L5 1Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 15C2 13.7599 2.75245 12.6955 3.8257 12.2385L1 8H9L6.1743 12.2385C7.24755 12.6955 8 13.7599 8 15C8 16.6569 6.65685 18 5 18C3.34315 18 2 16.6569 2 15ZM4.68829 13.5324C4.00946 13.6759 3.5 14.2785 3.5 15C3.5 15.8284 4.17157 16.5 5 16.5C5.82843 16.5 6.5 15.8284 6.5 15C6.5 14.2785 5.99054 13.6759 5.31171 13.5324C5.21116 13.5112 5.10688 13.5 5 13.5C4.89312 13.5 4.78884 13.5112 4.68829 13.5324Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-manual-update-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartManualUpdateIec",
          "declaration": {
            "name": "ObiChartManualUpdateIec",
            "module": "src/icons/icon-chart-manual-update-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-manual-update-iec",
          "declaration": {
            "name": "ObiChartManualUpdateIec",
            "module": "src/icons/icon-chart-manual-update-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-national-language-proposal-1.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartNationalLanguageProposal1",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19.0829 11.636C19.0829 12.14 18.9589 12.58 18.7109 12.956C18.4629 13.324 18.1029 13.612 17.6309 13.82C17.1669 14.02 16.6029 14.12 15.9389 14.12C15.6429 14.12 15.3509 14.1 15.0629 14.06C14.7749 14.02 14.5029 13.964 14.2469 13.892C13.9909 13.82 13.7509 13.728 13.5269 13.616V11.996C13.9189 12.172 14.3309 12.332 14.7629 12.476C15.2029 12.612 15.6389 12.68 16.0709 12.68C16.3829 12.68 16.6349 12.64 16.8269 12.56C17.0189 12.472 17.1589 12.356 17.2469 12.212C17.3429 12.068 17.3909 11.904 17.3909 11.72C17.3909 11.496 17.3149 11.308 17.1629 11.156C17.0189 10.996 16.8189 10.848 16.5629 10.712C16.3149 10.576 16.0189 10.432 15.6749 10.28C15.4589 10.176 15.2309 10.056 14.9909 9.92C14.7589 9.784 14.5349 9.62 14.3189 9.428C14.1109 9.228 13.9429 8.992 13.8149 8.72C13.6869 8.44 13.6229 8.108 13.6229 7.724C13.6229 7.212 13.7389 6.78 13.9709 6.428C14.2109 6.068 14.5469 5.792 14.9789 5.6C15.4109 5.408 15.9189 5.312 16.5029 5.312C16.9509 5.312 17.3749 5.364 17.7749 5.468C18.1829 5.572 18.5989 5.716 19.0229 5.9L18.4709 7.256C18.0869 7.104 17.7349 6.984 17.4149 6.896C17.1029 6.808 16.7789 6.764 16.4429 6.764C16.2109 6.764 16.0069 6.804 15.8309 6.884C15.6629 6.956 15.5349 7.06 15.4469 7.196C15.3589 7.324 15.3149 7.48 15.3149 7.664C15.3149 7.88 15.3749 8.06 15.4949 8.204C15.6149 8.348 15.7949 8.488 16.0349 8.624C16.2829 8.752 16.5949 8.904 16.9709 9.08C17.4189 9.28 17.7989 9.492 18.1109 9.716C18.4229 9.94 18.6629 10.204 18.8309 10.508C18.9989 10.812 19.0829 11.188 19.0829 11.636Z\" fill=\"currentColor\"/> <path d=\"M12.1817 10.976C12.1817 11.568 12.0537 12.104 11.7977 12.584C11.5417 13.056 11.1537 13.432 10.6337 13.712C10.1137 13.984 9.45773 14.12 8.66573 14.12C7.53773 14.12 6.67773 13.832 6.08573 13.256C5.50173 12.672 5.20973 11.904 5.20973 10.952V5.432H6.93773V10.712C6.93773 11.416 7.08573 11.92 7.38173 12.224C7.67773 12.52 8.12173 12.668 8.71373 12.668C9.12173 12.668 9.45373 12.596 9.70973 12.452C9.96573 12.308 10.1537 12.092 10.2737 11.804C10.4017 11.508 10.4657 11.14 10.4657 10.7V5.432H12.1817V10.976Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.45455 18.6H20C21.1046 18.6 22 17.7046 22 16.6V3C22 1.89543 21.1046 1 20 1H4C2.89543 1 2 1.89543 2 3V23L7.45455 18.6ZM3.5 19.8628L6.92496 17.1H20C20.2761 17.1 20.5 16.8761 20.5 16.6V3C20.5 2.72386 20.2761 2.5 20 2.5H4C3.72386 2.5 3.5 2.72386 3.5 3V19.8628Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19.0829 11.636C19.0829 12.14 18.9589 12.58 18.7109 12.956C18.4629 13.324 18.1029 13.612 17.6309 13.82C17.1669 14.02 16.6029 14.12 15.9389 14.12C15.6429 14.12 15.3509 14.1 15.0629 14.06C14.7749 14.02 14.5029 13.964 14.2469 13.892C13.9909 13.82 13.7509 13.728 13.5269 13.616V11.996C13.9189 12.172 14.3309 12.332 14.7629 12.476C15.2029 12.612 15.6389 12.68 16.0709 12.68C16.3829 12.68 16.6349 12.64 16.8269 12.56C17.0189 12.472 17.1589 12.356 17.2469 12.212C17.3429 12.068 17.3909 11.904 17.3909 11.72C17.3909 11.496 17.3149 11.308 17.1629 11.156C17.0189 10.996 16.8189 10.848 16.5629 10.712C16.3149 10.576 16.0189 10.432 15.6749 10.28C15.4589 10.176 15.2309 10.056 14.9909 9.92C14.7589 9.784 14.5349 9.62 14.3189 9.428C14.1109 9.228 13.9429 8.992 13.8149 8.72C13.6869 8.44 13.6229 8.108 13.6229 7.724C13.6229 7.212 13.7389 6.78 13.9709 6.428C14.2109 6.068 14.5469 5.792 14.9789 5.6C15.4109 5.408 15.9189 5.312 16.5029 5.312C16.9509 5.312 17.3749 5.364 17.7749 5.468C18.1829 5.572 18.5989 5.716 19.0229 5.9L18.4709 7.256C18.0869 7.104 17.7349 6.984 17.4149 6.896C17.1029 6.808 16.7789 6.764 16.4429 6.764C16.2109 6.764 16.0069 6.804 15.8309 6.884C15.6629 6.956 15.5349 7.06 15.4469 7.196C15.3589 7.324 15.3149 7.48 15.3149 7.664C15.3149 7.88 15.3749 8.06 15.4949 8.204C15.6149 8.348 15.7949 8.488 16.0349 8.624C16.2829 8.752 16.5949 8.904 16.9709 9.08C17.4189 9.28 17.7989 9.492 18.1109 9.716C18.4229 9.94 18.6629 10.204 18.8309 10.508C18.9989 10.812 19.0829 11.188 19.0829 11.636Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.1817 10.976C12.1817 11.568 12.0537 12.104 11.7977 12.584C11.5417 13.056 11.1537 13.432 10.6337 13.712C10.1137 13.984 9.45773 14.12 8.66573 14.12C7.53773 14.12 6.67773 13.832 6.08573 13.256C5.50173 12.672 5.20973 11.904 5.20973 10.952V5.432H6.93773V10.712C6.93773 11.416 7.08573 11.92 7.38173 12.224C7.67773 12.52 8.12173 12.668 8.71373 12.668C9.12173 12.668 9.45373 12.596 9.70973 12.452C9.96573 12.308 10.1537 12.092 10.2737 11.804C10.4017 11.508 10.4657 11.14 10.4657 10.7V5.432H12.1817V10.976Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.45455 18.6H20C21.1046 18.6 22 17.7046 22 16.6V3C22 1.89543 21.1046 1 20 1H4C2.89543 1 2 1.89543 2 3V23L7.45455 18.6ZM3.5 19.8628L6.92496 17.1H20C20.2761 17.1 20.5 16.8761 20.5 16.6V3C20.5 2.72386 20.2761 2.5 20 2.5H4C3.72386 2.5 3.5 2.72386 3.5 3V19.8628Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-national-language-proposal-1",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartNationalLanguageProposal1",
          "declaration": {
            "name": "ObiChartNationalLanguageProposal1",
            "module": "src/icons/icon-chart-national-language-proposal-1.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-national-language-proposal-1",
          "declaration": {
            "name": "ObiChartNationalLanguageProposal1",
            "module": "src/icons/icon-chart-national-language-proposal-1.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-national-language-proposal-2.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartNationalLanguageProposal2",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 22C10.6333 22 9.34167 21.7375 8.125 21.2125C6.90833 20.6875 5.84583 19.9708 4.9375 19.0625C4.02917 18.1542 3.3125 17.0917 2.7875 15.875C2.2625 14.6583 2 13.3667 2 12C2 10.6167 2.2625 9.32083 2.7875 8.1125C3.3125 6.90417 4.02917 5.84583 4.9375 4.9375C5.84583 4.02917 6.90833 3.3125 8.125 2.7875C9.34167 2.2625 10.6333 2 12 2C13.3833 2 14.6792 2.2625 15.8875 2.7875C17.0958 3.3125 18.1542 4.02917 19.0625 4.9375C19.9708 5.84583 20.6875 6.90417 21.2125 8.1125C21.7375 9.32083 22 10.6167 22 12C22 13.3667 21.7375 14.6583 21.2125 15.875C20.6875 17.0917 19.9708 18.1542 19.0625 19.0625C18.1542 19.9708 17.0958 20.6875 15.8875 21.2125C14.6792 21.7375 13.3833 22 12 22ZM12 19.95C12.4333 19.35 12.8083 18.725 13.125 18.075C13.4417 17.425 13.7 16.7333 13.9 16H10.1C10.3 16.7333 10.5583 17.425 10.875 18.075C11.1917 18.725 11.5667 19.35 12 19.95ZM9.4 19.55C9.1 19 8.8375 18.4292 8.6125 17.8375C8.3875 17.2458 8.2 16.6333 8.05 16H5.1C5.58333 16.8333 6.1875 17.5583 6.9125 18.175C7.6375 18.7917 8.46667 19.25 9.4 19.55ZM14.6 19.55C15.5333 19.25 16.3625 18.7917 17.0875 18.175C17.8125 17.5583 18.4167 16.8333 18.9 16H15.95C15.8 16.6333 15.6125 17.2458 15.3875 17.8375C15.1625 18.4292 14.9 19 14.6 19.55ZM4.25 14H7.65C7.6 13.6667 7.5625 13.3375 7.5375 13.0125C7.5125 12.6875 7.5 12.35 7.5 12C7.5 11.65 7.5125 11.3125 7.5375 10.9875C7.5625 10.6625 7.6 10.3333 7.65 10H4.25C4.16667 10.3333 4.10417 10.6625 4.0625 10.9875C4.02083 11.3125 4 11.65 4 12C4 12.35 4.02083 12.6875 4.0625 13.0125C4.10417 13.3375 4.16667 13.6667 4.25 14ZM9.65 14H14.35C14.4 13.6667 14.4375 13.3375 14.4625 13.0125C14.4875 12.6875 14.5 12.35 14.5 12C14.5 11.65 14.4875 11.3125 14.4625 10.9875C14.4375 10.6625 14.4 10.3333 14.35 10H9.65C9.6 10.3333 9.5625 10.6625 9.5375 10.9875C9.5125 11.3125 9.5 11.65 9.5 12C9.5 12.35 9.5125 12.6875 9.5375 13.0125C9.5625 13.3375 9.6 13.6667 9.65 14ZM16.35 14H19.75C19.8333 13.6667 19.8958 13.3375 19.9375 13.0125C19.9792 12.6875 20 12.35 20 12C20 11.65 19.9792 11.3125 19.9375 10.9875C19.8958 10.6625 19.8333 10.3333 19.75 10H16.35C16.4 10.3333 16.4375 10.6625 16.4625 10.9875C16.4875 11.3125 16.5 11.65 16.5 12C16.5 12.35 16.4875 12.6875 16.4625 13.0125C16.4375 13.3375 16.4 13.6667 16.35 14ZM15.95 8H18.9C18.4167 7.16667 17.8125 6.44167 17.0875 5.825C16.3625 5.20833 15.5333 4.75 14.6 4.45C14.9 5 15.1625 5.57083 15.3875 6.1625C15.6125 6.75417 15.8 7.36667 15.95 8ZM10.1 8H13.9C13.7 7.26667 13.4417 6.575 13.125 5.925C12.8083 5.275 12.4333 4.65 12 4.05C11.5667 4.65 11.1917 5.275 10.875 5.925C10.5583 6.575 10.3 7.26667 10.1 8ZM5.1 8H8.05C8.2 7.36667 8.3875 6.75417 8.6125 6.1625C8.8375 5.57083 9.1 5 9.4 4.45C8.46667 4.75 7.6375 5.20833 6.9125 5.825C6.1875 6.44167 5.58333 7.16667 5.1 8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 22C10.6333 22 9.34167 21.7375 8.125 21.2125C6.90833 20.6875 5.84583 19.9708 4.9375 19.0625C4.02917 18.1542 3.3125 17.0917 2.7875 15.875C2.2625 14.6583 2 13.3667 2 12C2 10.6167 2.2625 9.32083 2.7875 8.1125C3.3125 6.90417 4.02917 5.84583 4.9375 4.9375C5.84583 4.02917 6.90833 3.3125 8.125 2.7875C9.34167 2.2625 10.6333 2 12 2C13.3833 2 14.6792 2.2625 15.8875 2.7875C17.0958 3.3125 18.1542 4.02917 19.0625 4.9375C19.9708 5.84583 20.6875 6.90417 21.2125 8.1125C21.7375 9.32083 22 10.6167 22 12C22 13.3667 21.7375 14.6583 21.2125 15.875C20.6875 17.0917 19.9708 18.1542 19.0625 19.0625C18.1542 19.9708 17.0958 20.6875 15.8875 21.2125C14.6792 21.7375 13.3833 22 12 22ZM12 19.95C12.4333 19.35 12.8083 18.725 13.125 18.075C13.4417 17.425 13.7 16.7333 13.9 16H10.1C10.3 16.7333 10.5583 17.425 10.875 18.075C11.1917 18.725 11.5667 19.35 12 19.95ZM9.4 19.55C9.1 19 8.8375 18.4292 8.6125 17.8375C8.3875 17.2458 8.2 16.6333 8.05 16H5.1C5.58333 16.8333 6.1875 17.5583 6.9125 18.175C7.6375 18.7917 8.46667 19.25 9.4 19.55ZM14.6 19.55C15.5333 19.25 16.3625 18.7917 17.0875 18.175C17.8125 17.5583 18.4167 16.8333 18.9 16H15.95C15.8 16.6333 15.6125 17.2458 15.3875 17.8375C15.1625 18.4292 14.9 19 14.6 19.55ZM4.25 14H7.65C7.6 13.6667 7.5625 13.3375 7.5375 13.0125C7.5125 12.6875 7.5 12.35 7.5 12C7.5 11.65 7.5125 11.3125 7.5375 10.9875C7.5625 10.6625 7.6 10.3333 7.65 10H4.25C4.16667 10.3333 4.10417 10.6625 4.0625 10.9875C4.02083 11.3125 4 11.65 4 12C4 12.35 4.02083 12.6875 4.0625 13.0125C4.10417 13.3375 4.16667 13.6667 4.25 14ZM9.65 14H14.35C14.4 13.6667 14.4375 13.3375 14.4625 13.0125C14.4875 12.6875 14.5 12.35 14.5 12C14.5 11.65 14.4875 11.3125 14.4625 10.9875C14.4375 10.6625 14.4 10.3333 14.35 10H9.65C9.6 10.3333 9.5625 10.6625 9.5375 10.9875C9.5125 11.3125 9.5 11.65 9.5 12C9.5 12.35 9.5125 12.6875 9.5375 13.0125C9.5625 13.3375 9.6 13.6667 9.65 14ZM16.35 14H19.75C19.8333 13.6667 19.8958 13.3375 19.9375 13.0125C19.9792 12.6875 20 12.35 20 12C20 11.65 19.9792 11.3125 19.9375 10.9875C19.8958 10.6625 19.8333 10.3333 19.75 10H16.35C16.4 10.3333 16.4375 10.6625 16.4625 10.9875C16.4875 11.3125 16.5 11.65 16.5 12C16.5 12.35 16.4875 12.6875 16.4625 13.0125C16.4375 13.3375 16.4 13.6667 16.35 14ZM15.95 8H18.9C18.4167 7.16667 17.8125 6.44167 17.0875 5.825C16.3625 5.20833 15.5333 4.75 14.6 4.45C14.9 5 15.1625 5.57083 15.3875 6.1625C15.6125 6.75417 15.8 7.36667 15.95 8ZM10.1 8H13.9C13.7 7.26667 13.4417 6.575 13.125 5.925C12.8083 5.275 12.4333 4.65 12 4.05C11.5667 4.65 11.1917 5.275 10.875 5.925C10.5583 6.575 10.3 7.26667 10.1 8ZM5.1 8H8.05C8.2 7.36667 8.3875 6.75417 8.6125 6.1625C8.8375 5.57083 9.1 5 9.4 4.45C8.46667 4.75 7.6375 5.20833 6.9125 5.825C6.1875 6.44167 5.58333 7.16667 5.1 8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-national-language-proposal-2",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartNationalLanguageProposal2",
          "declaration": {
            "name": "ObiChartNationalLanguageProposal2",
            "module": "src/icons/icon-chart-national-language-proposal-2.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-national-language-proposal-2",
          "declaration": {
            "name": "ObiChartNationalLanguageProposal2",
            "module": "src/icons/icon-chart-national-language-proposal-2.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-original-scale-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartOriginalScaleIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.43855 15.9999H5.72255V10.9239C5.72255 10.7799 5.72255 10.6119 5.72255 10.4199C5.73055 10.2199 5.73855 10.0159 5.74655 9.80788C5.75455 9.59988 5.76255 9.41188 5.77055 9.24388C5.72255 9.30788 5.63055 9.39988 5.49455 9.51988C5.36655 9.63988 5.24655 9.74788 5.13455 9.84389L4.15055 10.6359L3.31055 9.57989L6.02255 7.43188H7.43855V15.9999Z\" fill=\"currentColor\"/> <path d=\"M19.4385 15.9999H17.7225V10.9239C17.7225 10.7799 17.7225 10.6119 17.7225 10.4199C17.7305 10.2199 17.7385 10.0159 17.7465 9.80788C17.7545 9.59988 17.7625 9.41188 17.7705 9.24388C17.7225 9.30788 17.6305 9.39988 17.4945 9.51988C17.3665 9.63988 17.2465 9.74788 17.1345 9.84389L16.1505 10.6359L15.3105 9.57989L18.0225 7.43188H19.4385V15.9999Z\" fill=\"currentColor\"/> <path d=\"M11.0001 8.99989H13.0001V10.9999H11.0001V8.99989Z\" fill=\"currentColor\"/> <path d=\"M11.0001 12.9999H13.0001V14.9999H11.0001V12.9999Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.43855 15.9999H5.72255V10.9239C5.72255 10.7799 5.72255 10.6119 5.72255 10.4199C5.73055 10.2199 5.73855 10.0159 5.74655 9.80788C5.75455 9.59988 5.76255 9.41188 5.77055 9.24388C5.72255 9.30788 5.63055 9.39988 5.49455 9.51988C5.36655 9.63988 5.24655 9.74788 5.13455 9.84389L4.15055 10.6359L3.31055 9.57989L6.02255 7.43188H7.43855V15.9999Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.4385 15.9999H17.7225V10.9239C17.7225 10.7799 17.7225 10.6119 17.7225 10.4199C17.7305 10.2199 17.7385 10.0159 17.7465 9.80788C17.7545 9.59988 17.7625 9.41188 17.7705 9.24388C17.7225 9.30788 17.6305 9.39988 17.4945 9.51988C17.3665 9.63988 17.2465 9.74788 17.1345 9.84389L16.1505 10.6359L15.3105 9.57989L18.0225 7.43188H19.4385V15.9999Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.0001 8.99989H13.0001V10.9999H11.0001V8.99989Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.0001 12.9999H13.0001V14.9999H11.0001V12.9999Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-original-scale-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartOriginalScaleIec",
          "declaration": {
            "name": "ObiChartOriginalScaleIec",
            "module": "src/icons/icon-chart-original-scale-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-original-scale-iec",
          "declaration": {
            "name": "ObiChartOriginalScaleIec",
            "module": "src/icons/icon-chart-original-scale-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-paper-symbol-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartPaperSymbolIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.847 3.86084C13.7629 4.17099 12.779 4.60724 11.83 5.22406C10.4778 6.103 8.75077 7.57108 7.16795 9.9453C5.51001 12.4322 4.83709 14.6983 4.58458 16.3653C4.48723 17.0079 4.45257 17.56 4.44741 18H2V20H9.17071C9.58254 21.1652 10.6938 22 12 22C13.3062 22 14.4175 21.1652 14.8293 20H22V18H20.45C20.4211 17.6374 20.3754 17.1859 20.3031 16.6624C20.1082 15.2503 19.7191 13.3043 18.9399 11.1587C18.1625 9.01768 17.2547 7.33061 16.5374 6.1739C16.0278 5.35228 15.4652 4.59944 14.847 3.86084ZM18.443 18C18.4166 17.7014 18.3781 17.3434 18.3219 16.9358C18.1418 15.6305 17.7809 13.8266 17.0601 11.8413C16.3375 9.85143 15.4953 8.2885 14.8376 7.22794C14.5762 6.80633 14.3444 6.46485 14.1615 6.20828C13.842 6.35608 13.4153 6.57899 12.92 6.90095C11.7722 7.647 10.2492 8.92893 8.83205 11.0547C7.35213 13.2746 6.77505 15.2585 6.56202 16.6648C6.48134 17.1974 6.45269 17.6487 6.44758 18H9.1707C9.58254 16.8348 10.6938 16 12 16C13.3062 16 14.4175 16.8348 14.8293 18H18.443ZM12 20C12.5523 20 13 19.5523 13 19C13 18.4477 12.5523 18 12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.847 3.86084C13.7629 4.17099 12.779 4.60724 11.83 5.22406C10.4778 6.103 8.75077 7.57108 7.16795 9.9453C5.51001 12.4322 4.83709 14.6983 4.58458 16.3653C4.48723 17.0079 4.45257 17.56 4.44741 18H2V20H9.17071C9.58254 21.1652 10.6938 22 12 22C13.3062 22 14.4175 21.1652 14.8293 20H22V18H20.45C20.4211 17.6374 20.3754 17.1859 20.3031 16.6624C20.1082 15.2503 19.7191 13.3043 18.9399 11.1587C18.1625 9.01768 17.2547 7.33061 16.5374 6.1739C16.0278 5.35228 15.4652 4.59944 14.847 3.86084ZM18.443 18C18.4166 17.7014 18.3781 17.3434 18.3219 16.9358C18.1418 15.6305 17.7809 13.8266 17.0601 11.8413C16.3375 9.85143 15.4953 8.2885 14.8376 7.22794C14.5762 6.80633 14.3444 6.46485 14.1615 6.20828C13.842 6.35608 13.4153 6.57899 12.92 6.90095C11.7722 7.647 10.2492 8.92893 8.83205 11.0547C7.35213 13.2746 6.77505 15.2585 6.56202 16.6648C6.48134 17.1974 6.45269 17.6487 6.44758 18H9.1707C9.58254 16.8348 10.6938 16 12 16C13.3062 16 14.4175 16.8348 14.8293 18H18.443ZM12 20C12.5523 20 13 19.5523 13 19C13 18.4477 12.5523 18 12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-paper-symbol-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartPaperSymbolIec",
          "declaration": {
            "name": "ObiChartPaperSymbolIec",
            "module": "src/icons/icon-chart-paper-symbol-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-paper-symbol-iec",
          "declaration": {
            "name": "ObiChartPaperSymbolIec",
            "module": "src/icons/icon-chart-paper-symbol-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-plain-boundaries-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartPlainBoundariesIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.5 11H10.5V13H2.5V11Z\" fill=\"currentColor\"/> <path d=\"M13.5 11H21.5V13H13.5V11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.5 11H10.5V13H2.5V11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.5 11H21.5V13H13.5V11Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-plain-boundaries-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartPlainBoundariesIec",
          "declaration": {
            "name": "ObiChartPlainBoundariesIec",
            "module": "src/icons/icon-chart-plain-boundaries-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-plain-boundaries-iec",
          "declaration": {
            "name": "ObiChartPlainBoundariesIec",
            "module": "src/icons/icon-chart-plain-boundaries-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-prohibited-restricted-areas.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartProhibitedRestrictedAreas",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.5548 7.5V5H18.5548V7.5H21.0548V9.5H18.5548V11.7269L16.5548 9.72688V9.5H16.3279L14.3279 7.5H16.5548Z\" fill=\"currentColor\"/> <path d=\"M16.5548 16.5V15.3837L10.3416 9.17056L11.7559 7.75635L23.0684 19.0688L21.6541 20.4831L19.6711 18.5H14.6405L11.3477 15.2071L12.7619 13.7929L15.469 16.5H16.5548Z\" fill=\"currentColor\"/> <path d=\"M22.8984 16.0705L21.4842 14.6563L22.3477 13.7929L23.7619 15.2071L22.8984 16.0705Z\" fill=\"currentColor\"/> <path d=\"M1 13H4V16H6V13H9V11H1V13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.5548 7.5V5H18.5548V7.5H21.0548V9.5H18.5548V11.7269L16.5548 9.72688V9.5H16.3279L14.3279 7.5H16.5548Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.5548 16.5V15.3837L10.3416 9.17056L11.7559 7.75635L23.0684 19.0688L21.6541 20.4831L19.6711 18.5H14.6405L11.3477 15.2071L12.7619 13.7929L15.469 16.5H16.5548Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22.8984 16.0705L21.4842 14.6563L22.3477 13.7929L23.7619 15.2071L22.8984 16.0705Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M1 13H4V16H6V13H9V11H1V13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-prohibited-restricted-areas",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartProhibitedRestrictedAreas",
          "declaration": {
            "name": "ObiChartProhibitedRestrictedAreas",
            "module": "src/icons/icon-chart-prohibited-restricted-areas.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-prohibited-restricted-areas",
          "declaration": {
            "name": "ObiChartProhibitedRestrictedAreas",
            "module": "src/icons/icon-chart-prohibited-restricted-areas.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-radar-overlay-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartRadarOverlayIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.278 7.84254C10.824 7.6164 11.4091 7.5 12.0001 7.5C12.591 7.5 13.1762 7.6164 13.7222 7.84254C14.5196 8.17284 15 8.5 15.7123 9.34826L13.4491 11.6115C13.5827 12.1119 13.4533 12.668 13.0607 13.0606C12.4749 13.6464 11.5251 13.6464 10.9393 13.0606C10.3536 12.4749 10.3536 11.5251 10.9393 10.9393C11.3319 10.5468 11.8879 10.4173 12.3883 10.5509L13.5236 9.41563C13.4032 9.34468 13.2778 9.28206 13.1481 9.22836C12.7842 9.0776 12.3941 9 12.0001 9C11.6061 9 11.216 9.0776 10.852 9.22836C10.4881 9.37913 10.1574 9.6001 9.87878 9.87868L8.81812 8.81802C9.23598 8.40016 9.73206 8.06869 10.278 7.84254Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.5 2L2.10608 4.74025C1.7384 4.89783 1.5 5.25937 1.5 5.6594V20.4835C1.5 21.2014 2.23405 21.6854 2.89392 21.4026L8.5 19L15.5 22L21.8939 19.2597C22.2616 19.1022 22.5 18.7406 22.5 18.3406V3.32573C22.5 2.66135 21.8641 2.18169 21.2253 2.36421L15.5 4L8.5 2ZM7.75 3.95338L3 5.98909V19.7252L7.33037 17.8693C5.60552 16.4952 4.5 14.3767 4.5 12C4.5 9.43576 5.78686 7.17209 7.75 5.81955V3.95338ZM9.25 6.66591C8.6936 6.95334 8.18794 7.32527 7.75 7.76473C6.66854 8.84993 6 10.3469 6 12C6 13.6531 6.66854 15.1501 7.75 16.2353C8.18794 16.6747 8.6936 17.0467 9.25 17.3341C10.0738 17.7597 11.0088 18 12 18C12.9912 18 13.9262 17.7597 14.75 17.3341C15.3064 17.0467 15.8121 16.6747 16.25 16.2353C17.3315 15.1501 18 13.6531 18 12C18 10.3469 17.3315 8.84993 16.25 7.76473C15.8121 7.32527 15.3064 6.95334 14.75 6.66591C13.9262 6.24033 12.9912 6 12 6C11.0088 6 10.0738 6.24033 9.25 6.66591ZM11.7991 4.50264C10.9012 4.52624 10.0426 4.70767 9.25 5.0202V3.77431L11.7991 4.50264ZM16.25 5.81955C18.2131 7.17209 19.5 9.43576 19.5 12C19.5 14.5642 18.2131 16.8279 16.25 18.1804V20.0466L21 18.0109V3.98859L16.25 5.34574V5.81955ZM14.75 18.9798C14.2682 19.1698 13.762 19.3113 13.2375 19.3984L14.75 20.0466V18.9798Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.278 7.84254C10.824 7.6164 11.4091 7.5 12.0001 7.5C12.591 7.5 13.1762 7.6164 13.7222 7.84254C14.5196 8.17284 15 8.5 15.7123 9.34826L13.4491 11.6115C13.5827 12.1119 13.4533 12.668 13.0607 13.0606C12.4749 13.6464 11.5251 13.6464 10.9393 13.0606C10.3536 12.4749 10.3536 11.5251 10.9393 10.9393C11.3319 10.5468 11.8879 10.4173 12.3883 10.5509L13.5236 9.41563C13.4032 9.34468 13.2778 9.28206 13.1481 9.22836C12.7842 9.0776 12.3941 9 12.0001 9C11.6061 9 11.216 9.0776 10.852 9.22836C10.4881 9.37913 10.1574 9.6001 9.87878 9.87868L8.81812 8.81802C9.23598 8.40016 9.73206 8.06869 10.278 7.84254Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.5 2L2.10608 4.74025C1.7384 4.89783 1.5 5.25937 1.5 5.6594V20.4835C1.5 21.2014 2.23405 21.6854 2.89392 21.4026L8.5 19L15.5 22L21.8939 19.2597C22.2616 19.1022 22.5 18.7406 22.5 18.3406V3.32573C22.5 2.66135 21.8641 2.18169 21.2253 2.36421L15.5 4L8.5 2ZM7.75 3.95338L3 5.98909V19.7252L7.33037 17.8693C5.60552 16.4952 4.5 14.3767 4.5 12C4.5 9.43576 5.78686 7.17209 7.75 5.81955V3.95338ZM9.25 6.66591C8.6936 6.95334 8.18794 7.32527 7.75 7.76473C6.66854 8.84993 6 10.3469 6 12C6 13.6531 6.66854 15.1501 7.75 16.2353C8.18794 16.6747 8.6936 17.0467 9.25 17.3341C10.0738 17.7597 11.0088 18 12 18C12.9912 18 13.9262 17.7597 14.75 17.3341C15.3064 17.0467 15.8121 16.6747 16.25 16.2353C17.3315 15.1501 18 13.6531 18 12C18 10.3469 17.3315 8.84993 16.25 7.76473C15.8121 7.32527 15.3064 6.95334 14.75 6.66591C13.9262 6.24033 12.9912 6 12 6C11.0088 6 10.0738 6.24033 9.25 6.66591ZM11.7991 4.50264C10.9012 4.52624 10.0426 4.70767 9.25 5.0202V3.77431L11.7991 4.50264ZM16.25 5.81955C18.2131 7.17209 19.5 9.43576 19.5 12C19.5 14.5642 18.2131 16.8279 16.25 18.1804V20.0466L21 18.0109V3.98859L16.25 5.34574V5.81955ZM14.75 18.9798C14.2682 19.1698 13.762 19.3113 13.2375 19.3984L14.75 20.0466V18.9798Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-radar-overlay-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartRadarOverlayIec",
          "declaration": {
            "name": "ObiChartRadarOverlayIec",
            "module": "src/icons/icon-chart-radar-overlay-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-radar-overlay-iec",
          "declaration": {
            "name": "ObiChartRadarOverlayIec",
            "module": "src/icons/icon-chart-radar-overlay-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-safety-countour-off-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartSafetyCountourOffProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.75015 2H5.25015V3.5H6.75015V2Z\" fill=\"currentColor\"/> <path d=\"M11.2501 2H12.7501V3.5H11.2501V2Z\" fill=\"currentColor\"/> <path d=\"M14.2502 2H15.7502V3.5H14.2502V2Z\" fill=\"currentColor\"/> <path d=\"M18.7502 2H17.2502V3.5H18.7502V2Z\" fill=\"currentColor\"/> <path d=\"M5.25015 17H6.75015V18.5H5.25015V17Z\" fill=\"currentColor\"/> <path d=\"M6.75015 14H5.25015V15.5H6.75015V14Z\" fill=\"currentColor\"/> <path d=\"M5.25015 11H6.75015V12.5H5.25015V11Z\" fill=\"currentColor\"/> <path d=\"M18.7502 11H17.2502V12.5H18.7502V11Z\" fill=\"currentColor\"/> <path d=\"M17.2502 8H18.7502V9.5H17.2502V8Z\" fill=\"currentColor\"/> <path d=\"M18.7502 5H17.2502V6.5H18.7502V5Z\" fill=\"currentColor\"/> <path d=\"M8.25015 2H9.75015V3.5H8.25015V2Z\" fill=\"currentColor\"/> <path d=\"M6.75015 20H5.25015V21.5H6.75015V20Z\" fill=\"currentColor\"/> <path d=\"M8.25015 20H9.75015V21.5H8.25015V20Z\" fill=\"currentColor\"/> <path d=\"M12.7501 21.5V20H11.2501V21.5H12.7501Z\" fill=\"currentColor\"/> <path d=\"M14.2502 20H15.7502V21.5H14.2502V20Z\" fill=\"currentColor\"/> <path d=\"M18.7502 14H17.2502V15.5H18.7502V14Z\" fill=\"currentColor\"/> <path d=\"M14.5001 10.1474V11.75L13.0001 10.25V10.1474C13.0001 9.37873 12.6606 8.55472 12.0001 7.69984C11.7532 8.01953 11.5511 8.3349 11.3948 8.64467L10.292 7.54181C10.4579 7.26571 10.6449 6.99746 10.848 6.73799C11.2203 6.26226 11.624 5.84571 12.0002 5.5C12.3763 5.84571 12.78 6.26226 13.1523 6.73799C13.9505 7.75781 14.5001 8.9133 14.5001 10.1474Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4.90249L9.50015 12.4026V17.5H14.5975L19.0975 22L20.5117 20.5858L3.41421 3.48828L2 4.90249ZM11.0001 16V13.9026L13.0001 15.9026V16H11.0001Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.75015 2H5.25015V3.5H6.75015V2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.2501 2H12.7501V3.5H11.2501V2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.2502 2H15.7502V3.5H14.2502V2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.7502 2H17.2502V3.5H18.7502V2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.25015 17H6.75015V18.5H5.25015V17Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.75015 14H5.25015V15.5H6.75015V14Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.25015 11H6.75015V12.5H5.25015V11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.7502 11H17.2502V12.5H18.7502V11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.2502 8H18.7502V9.5H17.2502V8Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.7502 5H17.2502V6.5H18.7502V5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.25015 2H9.75015V3.5H8.25015V2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.75015 20H5.25015V21.5H6.75015V20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.25015 20H9.75015V21.5H8.25015V20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.7501 21.5V20H11.2501V21.5H12.7501Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.2502 20H15.7502V21.5H14.2502V20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.7502 14H17.2502V15.5H18.7502V14Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.5001 10.1474V11.75L13.0001 10.25V10.1474C13.0001 9.37873 12.6606 8.55472 12.0001 7.69984C11.7532 8.01953 11.5511 8.3349 11.3948 8.64467L10.292 7.54181C10.4579 7.26571 10.6449 6.99746 10.848 6.73799C11.2203 6.26226 11.624 5.84571 12.0002 5.5C12.3763 5.84571 12.78 6.26226 13.1523 6.73799C13.9505 7.75781 14.5001 8.9133 14.5001 10.1474Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4.90249L9.50015 12.4026V17.5H14.5975L19.0975 22L20.5117 20.5858L3.41421 3.48828L2 4.90249ZM11.0001 16V13.9026L13.0001 15.9026V16H11.0001Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-safety-countour-off-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartSafetyCountourOffProposal",
          "declaration": {
            "name": "ObiChartSafetyCountourOffProposal",
            "module": "src/icons/icon-chart-safety-countour-off-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-safety-countour-off-proposal",
          "declaration": {
            "name": "ObiChartSafetyCountourOffProposal",
            "module": "src/icons/icon-chart-safety-countour-off-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-safety-countour-on-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartSafetyCountourOnProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.75 2H5.25V3.5H6.75V2Z\" fill=\"currentColor\"/> <path d=\"M11.25 2H12.75V3.5H11.25V2Z\" fill=\"currentColor\"/> <path d=\"M14.25 2H15.75V3.5H14.25V2Z\" fill=\"currentColor\"/> <path d=\"M18.75 2H17.25V3.5H18.75V2Z\" fill=\"currentColor\"/> <path d=\"M5.25 17H6.75V18.5H5.25V17Z\" fill=\"currentColor\"/> <path d=\"M6.75 14H5.25V15.5H6.75V14Z\" fill=\"currentColor\"/> <path d=\"M5.25 11H6.75V12.5H5.25V11Z\" fill=\"currentColor\"/> <path d=\"M18.75 11H17.25V12.5H18.75V11Z\" fill=\"currentColor\"/> <path d=\"M17.25 8H18.75V9.5H17.25V8Z\" fill=\"currentColor\"/> <path d=\"M18.75 5H17.25V6.5H18.75V5Z\" fill=\"currentColor\"/> <path d=\"M8.25 2H9.75V3.5H8.25V2Z\" fill=\"currentColor\"/> <path d=\"M6.75 20H5.25V21.5H6.75V20Z\" fill=\"currentColor\"/> <path d=\"M8.25 20H9.75V21.5H8.25V20Z\" fill=\"currentColor\"/> <path d=\"M12.75 21.5V20H11.25V21.5H12.75Z\" fill=\"currentColor\"/> <path d=\"M14.25 20H15.75V21.5H14.25V20Z\" fill=\"currentColor\"/> <path d=\"M18.75 14H17.25V15.5H18.75V14Z\" fill=\"currentColor\"/> <path d=\"M5.25 8H6.75V9.5H5.25V8Z\" fill=\"currentColor\"/> <path d=\"M6.75 5H5.25V6.5H6.75V5Z\" fill=\"currentColor\"/> <path d=\"M18.75 17H17.25V18.5H18.75V17Z\" fill=\"currentColor\"/> <path d=\"M18.75 20H17.25V21.5H18.75V20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.1522 6.73799C12.7799 6.26226 12.3761 5.84571 12 5.5C11.6239 5.84571 11.2201 6.26226 10.8478 6.73799C10.0497 7.75781 9.5 8.9133 9.5 10.1474V17.5L14.5 17.5V10.1474C14.5 8.9133 13.9503 7.75781 13.1522 6.73799ZM13 16V10.1474C13 9.37873 12.6604 8.55472 12 7.69984C11.3396 8.55472 11 9.37873 11 10.1474V16H13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.75 2H5.25V3.5H6.75V2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.25 2H12.75V3.5H11.25V2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.25 2H15.75V3.5H14.25V2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.75 2H17.25V3.5H18.75V2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.25 17H6.75V18.5H5.25V17Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.75 14H5.25V15.5H6.75V14Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.25 11H6.75V12.5H5.25V11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.75 11H17.25V12.5H18.75V11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.25 8H18.75V9.5H17.25V8Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.75 5H17.25V6.5H18.75V5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.25 2H9.75V3.5H8.25V2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.75 20H5.25V21.5H6.75V20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.25 20H9.75V21.5H8.25V20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.75 21.5V20H11.25V21.5H12.75Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.25 20H15.75V21.5H14.25V20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.75 14H17.25V15.5H18.75V14Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.25 8H6.75V9.5H5.25V8Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.75 5H5.25V6.5H6.75V5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.75 17H17.25V18.5H18.75V17Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.75 20H17.25V21.5H18.75V20Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.1522 6.73799C12.7799 6.26226 12.3761 5.84571 12 5.5C11.6239 5.84571 11.2201 6.26226 10.8478 6.73799C10.0497 7.75781 9.5 8.9133 9.5 10.1474V17.5L14.5 17.5V10.1474C14.5 8.9133 13.9503 7.75781 13.1522 6.73799ZM13 16V10.1474C13 9.37873 12.6604 8.55472 12 7.69984C11.3396 8.55472 11 9.37873 11 10.1474V16H13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-safety-countour-on-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartSafetyCountourOnProposal",
          "declaration": {
            "name": "ObiChartSafetyCountourOnProposal",
            "module": "src/icons/icon-chart-safety-countour-on-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-safety-countour-on-proposal",
          "declaration": {
            "name": "ObiChartSafetyCountourOnProposal",
            "module": "src/icons/icon-chart-safety-countour-on-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-safety-depth-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartSafetyDepthProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.58291 1.81348C7.85211 2.09867 8.10922 2.39366 8.40666 2.64972C9.39829 3.50337 10.6731 4.12535 12 4.12535C13.3269 4.12535 14.6017 3.50337 15.5933 2.64972C15.8908 2.39366 16.1479 2.09867 16.4171 1.81348C16.7489 2.07895 17.0696 2.3493 17.4229 2.5848C18.7658 3.4801 20.3708 4.12535 22 4.12535V5.87535C20.0688 5.87535 18.1743 5.15916 16.5672 4.11655C15.2832 5.16303 13.6748 5.87535 12 5.87535C10.3252 5.87535 8.7168 5.16303 7.4328 4.11656C5.82574 5.15916 3.93116 5.87535 2 5.87535V4.12535C3.6292 4.12535 5.23419 3.4801 6.57714 2.5848C6.93011 2.34949 7.25151 2.07859 7.58291 1.81348Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 22H3V20H5V22Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 22H7V20H9V22Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 22H11V20H13V22Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 22H15V20H17V22Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 22H19V20H21V22Z\" fill=\"currentColor\"/> <path d=\"M15 10H13V15.5H15L12 18.5L9 15.5H11V10H9L12 7L15 10Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.58291 1.81348C7.85211 2.09867 8.10922 2.39366 8.40666 2.64972C9.39829 3.50337 10.6731 4.12535 12 4.12535C13.3269 4.12535 14.6017 3.50337 15.5933 2.64972C15.8908 2.39366 16.1479 2.09867 16.4171 1.81348C16.7489 2.07895 17.0696 2.3493 17.4229 2.5848C18.7658 3.4801 20.3708 4.12535 22 4.12535V5.87535C20.0688 5.87535 18.1743 5.15916 16.5672 4.11655C15.2832 5.16303 13.6748 5.87535 12 5.87535C10.3252 5.87535 8.7168 5.16303 7.4328 4.11656C5.82574 5.15916 3.93116 5.87535 2 5.87535V4.12535C3.6292 4.12535 5.23419 3.4801 6.57714 2.5848C6.93011 2.34949 7.25151 2.07859 7.58291 1.81348Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 22H3V20H5V22Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 22H7V20H9V22Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 22H11V20H13V22Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 22H15V20H17V22Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 22H19V20H21V22Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 10H13V15.5H15L12 18.5L9 15.5H11V10H9L12 7L15 10Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-safety-depth-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartSafetyDepthProposal",
          "declaration": {
            "name": "ObiChartSafetyDepthProposal",
            "module": "src/icons/icon-chart-safety-depth-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-safety-depth-proposal",
          "declaration": {
            "name": "ObiChartSafetyDepthProposal",
            "module": "src/icons/icon-chart-safety-depth-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-safety-depths-show-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartSafetyDepthsShowProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 21H2V19H22V21Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 16H3V14H5V16Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 16H7V14H9V16Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 16H11V14H13V16Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 16H15V14H17V16Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 16H19V14H21V16Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.58291 2.81348C7.85211 3.09867 8.10922 3.39366 8.40666 3.64972C9.39829 4.50337 10.6731 5.12535 12 5.12535C13.3269 5.12535 14.6017 4.50337 15.5933 3.64972C15.8908 3.39366 16.1479 3.09867 16.4171 2.81348C16.7489 3.07895 17.0696 3.3493 17.4229 3.5848C18.7658 4.4801 20.3708 5.12535 22 5.12535V6.87535C20.0688 6.87535 18.1743 6.15916 16.5672 5.11655C15.2832 6.16303 13.6748 6.87535 12 6.87535C10.3252 6.87535 8.7168 6.16303 7.4328 5.11656C5.82574 6.15916 3.93116 6.87535 2 6.87535V5.12535C3.6292 5.12535 5.23419 4.4801 6.57714 3.5848C6.93011 3.34949 7.25151 3.07859 7.58291 2.81348Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 21H2V19H22V21Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 16H3V14H5V16Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 16H7V14H9V16Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 16H11V14H13V16Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 16H15V14H17V16Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 16H19V14H21V16Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.58291 2.81348C7.85211 3.09867 8.10922 3.39366 8.40666 3.64972C9.39829 4.50337 10.6731 5.12535 12 5.12535C13.3269 5.12535 14.6017 4.50337 15.5933 3.64972C15.8908 3.39366 16.1479 3.09867 16.4171 2.81348C16.7489 3.07895 17.0696 3.3493 17.4229 3.5848C18.7658 4.4801 20.3708 5.12535 22 5.12535V6.87535C20.0688 6.87535 18.1743 6.15916 16.5672 5.11655C15.2832 6.16303 13.6748 6.87535 12 6.87535C10.3252 6.87535 8.7168 6.16303 7.4328 5.11656C5.82574 6.15916 3.93116 6.87535 2 6.87535V5.12535C3.6292 5.12535 5.23419 4.4801 6.57714 3.5848C6.93011 3.34949 7.25151 3.07859 7.58291 2.81348Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-safety-depths-show-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartSafetyDepthsShowProposal",
          "declaration": {
            "name": "ObiChartSafetyDepthsShowProposal",
            "module": "src/icons/icon-chart-safety-depths-show-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-safety-depths-show-proposal",
          "declaration": {
            "name": "ObiChartSafetyDepthsShowProposal",
            "module": "src/icons/icon-chart-safety-depths-show-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-safety-settings-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartSafetySettingsProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5 10.5C15.9477 10.5 15.5 10.9477 15.5 11.5V12.3848C13.9144 12.8224 12.75 14.2752 12.75 16V18.75H11.5V20.25H21.5V18.75H20.25V16C20.25 14.2752 19.0856 12.8224 17.5 12.3848V11.5C17.5 10.9477 17.0523 10.5 16.5 10.5Z\" fill=\"currentColor\"/> <path d=\"M18 21.25C18 21.447 17.9612 21.642 17.8858 21.824C17.8104 22.006 17.6999 22.1714 17.5607 22.3107C17.4214 22.4499 17.256 22.5604 17.074 22.6358C16.892 22.7112 16.697 22.75 16.5 22.75C16.303 22.75 16.108 22.7112 15.926 22.6358C15.744 22.5604 15.5786 22.4499 15.4393 22.3107C15.3001 22.1714 15.1896 22.006 15.1142 21.824C15.0388 21.642 15 21.447 15 21.25H16.5H18Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.10608 4.74025L8.5 2L15.5 4L21.2253 2.36421C21.8641 2.18169 22.5 2.66135 22.5 3.32573V11.9993C22.0733 11.4314 21.5679 10.926 21 10.4995V3.9886L16.25 5.34574V9.00409C15.7352 9.02095 15.2335 9.08969 14.75 9.20526V5.34574L9.25 3.77431V18.6786L2.89392 21.4026C2.23405 21.6854 1.5 21.2014 1.5 20.4835V5.6594C1.5 5.25937 1.7384 4.89783 2.10608 4.74025ZM3 5.98909L7.75 3.95338V17.6895L3 19.7252V5.98909Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5 10.5C15.9477 10.5 15.5 10.9477 15.5 11.5V12.3848C13.9144 12.8224 12.75 14.2752 12.75 16V18.75H11.5V20.25H21.5V18.75H20.25V16C20.25 14.2752 19.0856 12.8224 17.5 12.3848V11.5C17.5 10.9477 17.0523 10.5 16.5 10.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 21.25C18 21.447 17.9612 21.642 17.8858 21.824C17.8104 22.006 17.6999 22.1714 17.5607 22.3107C17.4214 22.4499 17.256 22.5604 17.074 22.6358C16.892 22.7112 16.697 22.75 16.5 22.75C16.303 22.75 16.108 22.7112 15.926 22.6358C15.744 22.5604 15.5786 22.4499 15.4393 22.3107C15.3001 22.1714 15.1896 22.006 15.1142 21.824C15.0388 21.642 15 21.447 15 21.25H16.5H18Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.10608 4.74025L8.5 2L15.5 4L21.2253 2.36421C21.8641 2.18169 22.5 2.66135 22.5 3.32573V11.9993C22.0733 11.4314 21.5679 10.926 21 10.4995V3.9886L16.25 5.34574V9.00409C15.7352 9.02095 15.2335 9.08969 14.75 9.20526V5.34574L9.25 3.77431V18.6786L2.89392 21.4026C2.23405 21.6854 1.5 21.2014 1.5 20.4835V5.6594C1.5 5.25937 1.7384 4.89783 2.10608 4.74025ZM3 5.98909L7.75 3.95338V17.6895L3 19.7252V5.98909Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-safety-settings-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartSafetySettingsProposal",
          "declaration": {
            "name": "ObiChartSafetySettingsProposal",
            "module": "src/icons/icon-chart-safety-settings-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-safety-settings-proposal",
          "declaration": {
            "name": "ObiChartSafetySettingsProposal",
            "module": "src/icons/icon-chart-safety-settings-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-sandbanks.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartSandbanks",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.58291 1.81348C7.25155 2.07856 6.93006 2.34952 6.57714 2.5848C5.23419 3.4801 3.6292 4.12535 2 4.12535V5.87535C3.93116 5.87535 5.82574 5.15916 7.4328 4.11656C8.7168 5.16303 10.3252 5.87535 12 5.87535C13.6748 5.87535 15.2832 5.16303 16.5672 4.11655C18.1743 5.15916 20.0688 5.87535 22 5.87535V4.12535C20.3708 4.12535 18.7658 3.4801 17.4229 2.5848C17.0696 2.3493 16.7489 2.07894 16.4171 1.81348C16.1479 2.09867 15.8908 2.39366 15.5933 2.64972C14.6017 3.50337 13.3269 4.12535 12 4.12535C10.6731 4.12535 9.39829 3.50337 8.40666 2.64972C8.10923 2.39367 7.85211 2.09866 7.58291 1.81348Z\" fill=\"currentColor\"/> <path d=\"M20.5 15.5C21.0523 15.5 21.5 15.0523 21.5 14.5C21.5 13.9477 21.0523 13.5 20.5 13.5C19.9477 13.5 19.5 13.9477 19.5 14.5C19.5 15.0523 19.9477 15.5 20.5 15.5Z\" fill=\"currentColor\"/> <path d=\"M4 17C4.55228 17 5 16.5523 5 16C5 15.4477 4.55228 15 4 15C3.44772 15 3 15.4477 3 16C3 16.5523 3.44772 17 4 17Z\" fill=\"currentColor\"/> <path d=\"M8.5 19.1338C9.05228 19.1338 9.5 18.6861 9.5 18.1338C9.5 17.5815 9.05228 17.1338 8.5 17.1338C7.94772 17.1338 7.5 17.5815 7.5 18.1338C7.5 18.6861 7.94772 19.1338 8.5 19.1338Z\" fill=\"currentColor\"/> <path d=\"M5 21.5C5.55228 21.5 6 21.0523 6 20.5C6 19.9477 5.55228 19.5 5 19.5C4.44772 19.5 4 19.9477 4 20.5C4 21.0523 4.44772 21.5 5 21.5Z\" fill=\"currentColor\"/> <path d=\"M11.5 22C12.0523 22 12.5 21.5523 12.5 21C12.5 20.4477 12.0523 20 11.5 20C10.9477 20 10.5 20.4477 10.5 21C10.5 21.5523 10.9477 22 11.5 22Z\" fill=\"currentColor\"/> <path d=\"M18.4911 16C18.4911 16.5523 18.0434 17 17.4911 17C16.9388 17 16.4911 16.5523 16.4911 16C16.4911 15.4477 16.9388 15 17.4911 15C18.0434 15 18.4911 15.4477 18.4911 16Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9388 14.5568C13.9964 12.5234 17.4486 10 22 10V12C18.3288 12 15.4262 13.9815 13.5435 15.7857C14.483 16.5371 15.3969 17.3259 16.3734 18.0294C17.013 18.4902 17.5565 18.811 18.0357 19V21.0916C17.0283 20.8558 16.0837 20.2857 15.2043 19.6521C14.6112 19.2249 14.0017 18.7331 13.3832 18.2299C12.7403 17.7065 12.0987 17.1813 11.4397 16.6782C8.91668 14.752 5.95805 13 2 13V11C6.20553 11 9.39706 12.7176 11.9388 14.5568Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.58291 1.81348C7.25155 2.07856 6.93006 2.34952 6.57714 2.5848C5.23419 3.4801 3.6292 4.12535 2 4.12535V5.87535C3.93116 5.87535 5.82574 5.15916 7.4328 4.11656C8.7168 5.16303 10.3252 5.87535 12 5.87535C13.6748 5.87535 15.2832 5.16303 16.5672 4.11655C18.1743 5.15916 20.0688 5.87535 22 5.87535V4.12535C20.3708 4.12535 18.7658 3.4801 17.4229 2.5848C17.0696 2.3493 16.7489 2.07894 16.4171 1.81348C16.1479 2.09867 15.8908 2.39366 15.5933 2.64972C14.6017 3.50337 13.3269 4.12535 12 4.12535C10.6731 4.12535 9.39829 3.50337 8.40666 2.64972C8.10923 2.39367 7.85211 2.09866 7.58291 1.81348Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.5 15.5C21.0523 15.5 21.5 15.0523 21.5 14.5C21.5 13.9477 21.0523 13.5 20.5 13.5C19.9477 13.5 19.5 13.9477 19.5 14.5C19.5 15.0523 19.9477 15.5 20.5 15.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4 17C4.55228 17 5 16.5523 5 16C5 15.4477 4.55228 15 4 15C3.44772 15 3 15.4477 3 16C3 16.5523 3.44772 17 4 17Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.5 19.1338C9.05228 19.1338 9.5 18.6861 9.5 18.1338C9.5 17.5815 9.05228 17.1338 8.5 17.1338C7.94772 17.1338 7.5 17.5815 7.5 18.1338C7.5 18.6861 7.94772 19.1338 8.5 19.1338Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 21.5C5.55228 21.5 6 21.0523 6 20.5C6 19.9477 5.55228 19.5 5 19.5C4.44772 19.5 4 19.9477 4 20.5C4 21.0523 4.44772 21.5 5 21.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.5 22C12.0523 22 12.5 21.5523 12.5 21C12.5 20.4477 12.0523 20 11.5 20C10.9477 20 10.5 20.4477 10.5 21C10.5 21.5523 10.9477 22 11.5 22Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.4911 16C18.4911 16.5523 18.0434 17 17.4911 17C16.9388 17 16.4911 16.5523 16.4911 16C16.4911 15.4477 16.9388 15 17.4911 15C18.0434 15 18.4911 15.4477 18.4911 16Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9388 14.5568C13.9964 12.5234 17.4486 10 22 10V12C18.3288 12 15.4262 13.9815 13.5435 15.7857C14.483 16.5371 15.3969 17.3259 16.3734 18.0294C17.013 18.4902 17.5565 18.811 18.0357 19V21.0916C17.0283 20.8558 16.0837 20.2857 15.2043 19.6521C14.6112 19.2249 14.0017 18.7331 13.3832 18.2299C12.7403 17.7065 12.0987 17.1813 11.4397 16.6782C8.91668 14.752 5.95805 13 2 13V11C6.20553 11 9.39706 12.7176 11.9388 14.5568Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-sandbanks",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartSandbanks",
          "declaration": {
            "name": "ObiChartSandbanks",
            "module": "src/icons/icon-chart-sandbanks.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-sandbanks",
          "declaration": {
            "name": "ObiChartSandbanks",
            "module": "src/icons/icon-chart-sandbanks.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-scale-boundaries-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartScaleBoundariesIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 10L2 10L2 7L22 7V10Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 14.5L2 14.5L2 13L22 13V14.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 17.5L2 17.5L2 16L22 16V17.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 10L2 10L2 7L22 7V10Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 14.5L2 14.5L2 13L22 13V14.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 17.5L2 17.5L2 16L22 16V17.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-scale-boundaries-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartScaleBoundariesIec",
          "declaration": {
            "name": "ObiChartScaleBoundariesIec",
            "module": "src/icons/icon-chart-scale-boundaries-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-scale-boundaries-iec",
          "declaration": {
            "name": "ObiChartScaleBoundariesIec",
            "module": "src/icons/icon-chart-scale-boundaries-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-scale-min-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartScaleMinProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.62893 22.7711L1.22893 21.3711L5.6 17H1L1 15H9V23H7L7 18.4L2.62893 22.7711Z\" fill=\"currentColor\"/> <path d=\"M21.3711 1.22893L22.7711 2.62893L18.4 7H23V9H15V1L17 1V5.6L21.3711 1.22893Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.4912 22.1481L1.85184 7.50873L3.26606 6.09452L17.9054 20.7339L16.4912 22.1481ZM20.7338 17.9054L6.09448 3.26609L7.5087 1.85188L22.1481 16.4912L20.7338 17.9054Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.62893 22.7711L1.22893 21.3711L5.6 17H1L1 15H9V23H7L7 18.4L2.62893 22.7711Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21.3711 1.22893L22.7711 2.62893L18.4 7H23V9H15V1L17 1V5.6L21.3711 1.22893Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.4912 22.1481L1.85184 7.50873L3.26606 6.09452L17.9054 20.7339L16.4912 22.1481ZM20.7338 17.9054L6.09448 3.26609L7.5087 1.85188L22.1481 16.4912L20.7338 17.9054Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-scale-min-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartScaleMinProposal",
          "declaration": {
            "name": "ObiChartScaleMinProposal",
            "module": "src/icons/icon-chart-scale-min-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-scale-min-proposal",
          "declaration": {
            "name": "ObiChartScaleMinProposal",
            "module": "src/icons/icon-chart-scale-min-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-seabed-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartSeabedProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 14.5H2V12.5H22V14.5Z\" fill=\"currentColor\"/> <path d=\"M5 17C5 17.5523 4.55228 18 4 18C3.44772 18 3 17.5523 3 17C3 16.4477 3.44772 16 4 16C4.55228 16 5 16.4477 5 17Z\" fill=\"currentColor\"/> <path d=\"M9 17C9 17.5523 8.55228 18 8 18C7.44772 18 7 17.5523 7 17C7 16.4477 7.44772 16 8 16C8.55228 16 9 16.4477 9 17Z\" fill=\"currentColor\"/> <path d=\"M13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16C12.5523 16 13 16.4477 13 17Z\" fill=\"currentColor\"/> <path d=\"M17 17C17 17.5523 16.5523 18 16 18C15.4477 18 15 17.5523 15 17C15 16.4477 15.4477 16 16 16C16.5523 16 17 16.4477 17 17Z\" fill=\"currentColor\"/> <path d=\"M21 17C21 17.5523 20.5523 18 20 18C19.4477 18 19 17.5523 19 17C19 16.4477 19.4477 16 20 16C20.5523 16 21 16.4477 21 17Z\" fill=\"currentColor\"/> <path d=\"M7 20C7 20.5523 6.55228 21 6 21C5.44772 21 5 20.5523 5 20C5 19.4477 5.44772 19 6 19C6.55228 19 7 19.4477 7 20Z\" fill=\"currentColor\"/> <path d=\"M11 20C11 20.5523 10.5523 21 10 21C9.44772 21 9 20.5523 9 20C9 19.4477 9.44772 19 10 19C10.5523 19 11 19.4477 11 20Z\" fill=\"currentColor\"/> <path d=\"M15 20C15 20.5523 14.5523 21 14 21C13.4477 21 13 20.5523 13 20C13 19.4477 13.4477 19 14 19C14.5523 19 15 19.4477 15 20Z\" fill=\"currentColor\"/> <path d=\"M19 20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20C17 19.4477 17.4477 19 18 19C18.5523 19 19 19.4477 19 20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.58291 2.81348C7.85211 3.09867 8.10922 3.39366 8.40666 3.64972C9.39829 4.50337 10.6731 5.12535 12 5.12535C13.3269 5.12535 14.6017 4.50337 15.5933 3.64972C15.8908 3.39366 16.1479 3.09867 16.4171 2.81348C16.7489 3.07895 17.0696 3.3493 17.4229 3.5848C18.7658 4.4801 20.3708 5.12535 22 5.12535V6.87535C20.0688 6.87535 18.1743 6.15916 16.5672 5.11655C15.2832 6.16303 13.6748 6.87535 12 6.87535C10.3252 6.87535 8.7168 6.16303 7.4328 5.11656C5.82574 6.15916 3.93116 6.87535 2 6.87535V5.12535C3.6292 5.12535 5.23419 4.4801 6.57714 3.5848C6.93011 3.34949 7.25151 3.07859 7.58291 2.81348Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 14.5H2V12.5H22V14.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 17C5 17.5523 4.55228 18 4 18C3.44772 18 3 17.5523 3 17C3 16.4477 3.44772 16 4 16C4.55228 16 5 16.4477 5 17Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9 17C9 17.5523 8.55228 18 8 18C7.44772 18 7 17.5523 7 17C7 16.4477 7.44772 16 8 16C8.55228 16 9 16.4477 9 17Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16C12.5523 16 13 16.4477 13 17Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 17C17 17.5523 16.5523 18 16 18C15.4477 18 15 17.5523 15 17C15 16.4477 15.4477 16 16 16C16.5523 16 17 16.4477 17 17Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 17C21 17.5523 20.5523 18 20 18C19.4477 18 19 17.5523 19 17C19 16.4477 19.4477 16 20 16C20.5523 16 21 16.4477 21 17Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7 20C7 20.5523 6.55228 21 6 21C5.44772 21 5 20.5523 5 20C5 19.4477 5.44772 19 6 19C6.55228 19 7 19.4477 7 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 20C11 20.5523 10.5523 21 10 21C9.44772 21 9 20.5523 9 20C9 19.4477 9.44772 19 10 19C10.5523 19 11 19.4477 11 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 20C15 20.5523 14.5523 21 14 21C13.4477 21 13 20.5523 13 20C13 19.4477 13.4477 19 14 19C14.5523 19 15 19.4477 15 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20C17 19.4477 17.4477 19 18 19C18.5523 19 19 19.4477 19 20Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.58291 2.81348C7.85211 3.09867 8.10922 3.39366 8.40666 3.64972C9.39829 4.50337 10.6731 5.12535 12 5.12535C13.3269 5.12535 14.6017 4.50337 15.5933 3.64972C15.8908 3.39366 16.1479 3.09867 16.4171 2.81348C16.7489 3.07895 17.0696 3.3493 17.4229 3.5848C18.7658 4.4801 20.3708 5.12535 22 5.12535V6.87535C20.0688 6.87535 18.1743 6.15916 16.5672 5.11655C15.2832 6.16303 13.6748 6.87535 12 6.87535C10.3252 6.87535 8.7168 6.16303 7.4328 5.11656C5.82574 6.15916 3.93116 6.87535 2 6.87535V5.12535C3.6292 5.12535 5.23419 4.4801 6.57714 3.5848C6.93011 3.34949 7.25151 3.07859 7.58291 2.81348Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-seabed-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartSeabedProposal",
          "declaration": {
            "name": "ObiChartSeabedProposal",
            "module": "src/icons/icon-chart-seabed-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-seabed-proposal",
          "declaration": {
            "name": "ObiChartSeabedProposal",
            "module": "src/icons/icon-chart-seabed-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-search.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartSearch",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8284 12.0147C22.3905 13.5768 22.3905 16.1095 20.8284 17.6716C19.5105 18.9895 17.5017 19.1955 15.9678 18.2896L13.4038 20.8536C13.2085 21.0488 12.892 21.0488 12.6967 20.8536L11.9896 20.1464C11.7943 19.9512 11.7943 19.6346 11.9896 19.4393L14.5536 16.8754C13.6476 15.3415 13.8536 13.3327 15.1716 12.0147C16.7337 10.4526 19.2663 10.4526 20.8284 12.0147ZM17.9904 17.2745C19.3711 17.2745 20.4904 16.1553 20.4904 14.7745C20.4904 13.3938 19.3711 12.2745 17.9904 12.2745C16.6097 12.2745 15.4904 13.3938 15.4904 14.7745C15.4904 16.1553 16.6097 17.2745 17.9904 17.2745Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 4.3V10.9378C21.5285 10.4358 20.9637 10.0223 20.3333 9.72503V5.15L16.3889 6.5V9.43915C15.7823 9.62347 15.2201 9.90979 14.7222 10.2781V6.5L9.27778 4.85V17.475L11.2327 18.0674L10.0785 19.2216L8.36111 18.675L3.38889 20.45C3.07407 20.6 2.76389 20.5917 2.45833 20.425C2.15278 20.2583 2 20.0083 2 19.675V5.725C2 5.50833 2.06944 5.31667 2.20833 5.15C2.34722 4.98333 2.52778 4.85833 2.75 4.775L8.36111 3L15.6667 5.3L20.6111 3.525C20.9259 3.39167 21.2361 3.40417 21.5417 3.5625C21.8472 3.72083 22 3.96667 22 4.3ZM3.66667 18.825L7.61111 17.475V4.85L3.66667 6.025V18.825Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8284 12.0147C22.3905 13.5768 22.3905 16.1095 20.8284 17.6716C19.5105 18.9895 17.5017 19.1955 15.9678 18.2896L13.4038 20.8536C13.2085 21.0488 12.892 21.0488 12.6967 20.8536L11.9896 20.1464C11.7943 19.9512 11.7943 19.6346 11.9896 19.4393L14.5536 16.8754C13.6476 15.3415 13.8536 13.3327 15.1716 12.0147C16.7337 10.4526 19.2663 10.4526 20.8284 12.0147ZM17.9904 17.2745C19.3711 17.2745 20.4904 16.1553 20.4904 14.7745C20.4904 13.3938 19.3711 12.2745 17.9904 12.2745C16.6097 12.2745 15.4904 13.3938 15.4904 14.7745C15.4904 16.1553 16.6097 17.2745 17.9904 17.2745Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 4.3V10.9378C21.5285 10.4358 20.9637 10.0223 20.3333 9.72503V5.15L16.3889 6.5V9.43915C15.7823 9.62347 15.2201 9.90979 14.7222 10.2781V6.5L9.27778 4.85V17.475L11.2327 18.0674L10.0785 19.2216L8.36111 18.675L3.38889 20.45C3.07407 20.6 2.76389 20.5917 2.45833 20.425C2.15278 20.2583 2 20.0083 2 19.675V5.725C2 5.50833 2.06944 5.31667 2.20833 5.15C2.34722 4.98333 2.52778 4.85833 2.75 4.775L8.36111 3L15.6667 5.3L20.6111 3.525C20.9259 3.39167 21.2361 3.40417 21.5417 3.5625C21.8472 3.72083 22 3.96667 22 4.3ZM3.66667 18.825L7.61111 17.475V4.85L3.66667 6.025V18.825Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-search",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartSearch",
          "declaration": {
            "name": "ObiChartSearch",
            "module": "src/icons/icon-chart-search.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-search",
          "declaration": {
            "name": "ObiChartSearch",
            "module": "src/icons/icon-chart-search.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-settings.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartSettings",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 4.3V10.9378C21.5285 10.4358 20.9637 10.0223 20.3333 9.72503V5.15L16.3889 6.5V9.43915C15.7823 9.62347 15.2201 9.90979 14.7222 10.2781V6.5L9.27778 4.85V17.475L11.2327 18.0674L10.0785 19.2216L8.36111 18.675L3.38889 20.45C3.07407 20.6 2.76389 20.5917 2.45833 20.425C2.15278 20.2583 2 20.0083 2 19.675V5.725C2 5.50833 2.06944 5.31667 2.20833 5.15C2.34722 4.98333 2.52778 4.85833 2.75 4.775L8.36111 3L15.6667 5.3L20.6111 3.525C20.9259 3.39167 21.2361 3.40417 21.5417 3.5625C21.8472 3.72083 22 3.96667 22 4.3ZM3.66667 18.825L7.61111 17.475V4.85L3.66667 6.025V18.825Z\" fill=\"currentColor\"/> <path d=\"M14.7547 16.1192C14.1655 14.8695 14.2877 13.3325 15.2228 12.1849C16.2819 10.8851 18.0464 10.5011 19.5154 11.1135L17.2731 13.8653L18.9242 15.2106L21.1664 12.4588C22.0639 13.7844 22.0432 15.5795 20.9841 16.8792C20.049 18.0268 18.5683 18.4571 17.2255 18.1324L13.9718 22.1255C13.781 22.3597 13.4516 22.3933 13.2174 22.2025L11.578 20.8667C11.3439 20.6758 11.3103 20.3464 11.501 20.1123L14.7547 16.1192Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 4.3V10.9378C21.5285 10.4358 20.9637 10.0223 20.3333 9.72503V5.15L16.3889 6.5V9.43915C15.7823 9.62347 15.2201 9.90979 14.7222 10.2781V6.5L9.27778 4.85V17.475L11.2327 18.0674L10.0785 19.2216L8.36111 18.675L3.38889 20.45C3.07407 20.6 2.76389 20.5917 2.45833 20.425C2.15278 20.2583 2 20.0083 2 19.675V5.725C2 5.50833 2.06944 5.31667 2.20833 5.15C2.34722 4.98333 2.52778 4.85833 2.75 4.775L8.36111 3L15.6667 5.3L20.6111 3.525C20.9259 3.39167 21.2361 3.40417 21.5417 3.5625C21.8472 3.72083 22 3.96667 22 4.3ZM3.66667 18.825L7.61111 17.475V4.85L3.66667 6.025V18.825Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.7547 16.1192C14.1655 14.8695 14.2877 13.3325 15.2228 12.1849C16.2819 10.8851 18.0464 10.5011 19.5154 11.1135L17.2731 13.8653L18.9242 15.2106L21.1664 12.4588C22.0639 13.7844 22.0432 15.5795 20.9841 16.8792C20.049 18.0268 18.5683 18.4571 17.2255 18.1324L13.9718 22.1255C13.781 22.3597 13.4516 22.3933 13.2174 22.2025L11.578 20.8667C11.3439 20.6758 11.3103 20.3464 11.501 20.1123L14.7547 16.1192Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-settings",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartSettings",
          "declaration": {
            "name": "ObiChartSettings",
            "module": "src/icons/icon-chart-settings.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-settings",
          "declaration": {
            "name": "ObiChartSettings",
            "module": "src/icons/icon-chart-settings.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-shallow-contour-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartShallowContourProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.95 9.25H2V7.75H4.95C7.02107 7.75 8.75 9.42893 8.75 11.5V15H13.5C15.5711 15 17.25 16.6789 17.25 18.75V22H15.75V18.75C15.75 17.5074 14.7426 16.5 13.5 16.5H7.25V11.5C7.25 10.2574 6.19264 9.25 4.95 9.25Z\" fill=\"currentColor\"/> <path d=\"M5 2.5H6.5V4H5V2.5Z\" fill=\"currentColor\"/> <path d=\"M8 2.5H9.5V4H8V2.5Z\" fill=\"currentColor\"/> <path d=\"M11 5.5H12.5V7H11V5.5Z\" fill=\"currentColor\"/> <path d=\"M11 8.5H12.5V10H11V8.5Z\" fill=\"currentColor\"/> <path d=\"M11 11.5H12.5V13H11V11.5Z\" fill=\"currentColor\"/> <path d=\"M2 2.5H3.5V4H2V2.5Z\" fill=\"currentColor\"/> <path d=\"M14 11.5H15.5V13H14V11.5Z\" fill=\"currentColor\"/> <path d=\"M17 11.5H18.5V13H17V11.5Z\" fill=\"currentColor\"/> <path d=\"M20 11.5H21.5V13H20V11.5Z\" fill=\"currentColor\"/> <path d=\"M20 14.5H21.5V16H20V14.5Z\" fill=\"currentColor\"/> <path d=\"M20 17.5H21.5V19H20V17.5Z\" fill=\"currentColor\"/> <path d=\"M20 20.5H21.5V22H20V20.5Z\" fill=\"currentColor\"/> <path d=\"M11 11.5H12.5V13H11V11.5Z\" fill=\"currentColor\"/> <path d=\"M11 2.5H12.5V4H11V2.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.95 9.25H2V7.75H4.95C7.02107 7.75 8.75 9.42893 8.75 11.5V15H13.5C15.5711 15 17.25 16.6789 17.25 18.75V22H15.75V18.75C15.75 17.5074 14.7426 16.5 13.5 16.5H7.25V11.5C7.25 10.2574 6.19264 9.25 4.95 9.25Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 2.5H6.5V4H5V2.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 2.5H9.5V4H8V2.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 5.5H12.5V7H11V5.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 8.5H12.5V10H11V8.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 11.5H12.5V13H11V11.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 2.5H3.5V4H2V2.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14 11.5H15.5V13H14V11.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 11.5H18.5V13H17V11.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20 11.5H21.5V13H20V11.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20 14.5H21.5V16H20V14.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20 17.5H21.5V19H20V17.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20 20.5H21.5V22H20V20.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 11.5H12.5V13H11V11.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 2.5H12.5V4H11V2.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-shallow-contour-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartShallowContourProposal",
          "declaration": {
            "name": "ObiChartShallowContourProposal",
            "module": "src/icons/icon-chart-shallow-contour-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-shallow-contour-proposal",
          "declaration": {
            "name": "ObiChartShallowContourProposal",
            "module": "src/icons/icon-chart-shallow-contour-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-shallow-pattern-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartShallowPatternIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.644 2H16.9119L16 3.57951L15.0881 2H13.356L15.134 5.07951L12 10.5077L8.86601 5.07951L10.644 2H8.91191L7.99998 3.5795L7.08806 2H5.35601L7.13396 5.0795L3.99998 10.5077L2 7.04364V10.0436L3.13396 12.0077L2 13.9718V16.9718L3.99998 13.5077L7.13396 18.9359L5.36491 22H7.09696L7.99998 20.4359L8.90301 22H10.6351L8.86601 18.9359L12 13.5077L15.134 18.9359L13.3649 22H15.097L16 20.4359L16.903 22H18.6351L16.866 18.9359L20 13.5077L22 16.9718V13.9718L20.866 12.0077L22 10.0436V7.04358L20 10.5077L16.866 5.07951L18.644 2ZM19.134 12.0077L16 6.57951L12.866 12.0077L16 17.4359L19.134 12.0077ZM4.86601 12.0077L7.99998 17.4359L11.134 12.0077L7.99998 6.57951L4.86601 12.0077Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.644 2H16.9119L16 3.57951L15.0881 2H13.356L15.134 5.07951L12 10.5077L8.86601 5.07951L10.644 2H8.91191L7.99998 3.5795L7.08806 2H5.35601L7.13396 5.0795L3.99998 10.5077L2 7.04364V10.0436L3.13396 12.0077L2 13.9718V16.9718L3.99998 13.5077L7.13396 18.9359L5.36491 22H7.09696L7.99998 20.4359L8.90301 22H10.6351L8.86601 18.9359L12 13.5077L15.134 18.9359L13.3649 22H15.097L16 20.4359L16.903 22H18.6351L16.866 18.9359L20 13.5077L22 16.9718V13.9718L20.866 12.0077L22 10.0436V7.04358L20 10.5077L16.866 5.07951L18.644 2ZM19.134 12.0077L16 6.57951L12.866 12.0077L16 17.4359L19.134 12.0077ZM4.86601 12.0077L7.99998 17.4359L11.134 12.0077L7.99998 6.57951L4.86601 12.0077Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-shallow-pattern-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartShallowPatternIec",
          "declaration": {
            "name": "ObiChartShallowPatternIec",
            "module": "src/icons/icon-chart-shallow-pattern-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-shallow-pattern-iec",
          "declaration": {
            "name": "ObiChartShallowPatternIec",
            "module": "src/icons/icon-chart-shallow-pattern-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-ship-routing-system-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartShipRoutingSystemIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.262 13.1522C17.7377 12.7799 18.1543 12.3761 18.5 12C18.1543 11.6239 17.7377 11.2201 17.262 10.8478C16.2422 10.0497 15.0867 9.5 13.8526 9.5L5.5 9.5L5.5 14.5L13.8526 14.5C15.0867 14.5 16.2422 13.9503 17.262 13.1522ZM7 13L13.8526 13C14.6213 13 15.4453 12.6604 16.3002 12C15.4453 11.3396 14.6213 11 13.8526 11L7 11V13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 12.75H0V11.25H4V12.75Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12.75H20V11.25H24V12.75Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.262 13.1522C17.7377 12.7799 18.1543 12.3761 18.5 12C18.1543 11.6239 17.7377 11.2201 17.262 10.8478C16.2422 10.0497 15.0867 9.5 13.8526 9.5L5.5 9.5L5.5 14.5L13.8526 14.5C15.0867 14.5 16.2422 13.9503 17.262 13.1522ZM7 13L13.8526 13C14.6213 13 15.4453 12.6604 16.3002 12C15.4453 11.3396 14.6213 11 13.8526 11L7 11V13Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 12.75H0V11.25H4V12.75Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12.75H20V11.25H24V12.75Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-ship-routing-system-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartShipRoutingSystemIec",
          "declaration": {
            "name": "ObiChartShipRoutingSystemIec",
            "module": "src/icons/icon-chart-ship-routing-system-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-ship-routing-system-iec",
          "declaration": {
            "name": "ObiChartShipRoutingSystemIec",
            "module": "src/icons/icon-chart-ship-routing-system-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-simplified-symbols-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartSimplifiedSymbolsIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 17C14.3284 17 15 16.3284 15 15.5C15 14.6716 14.3284 14 13.5 14C12.6716 14 12 14.6716 12 15.5C12 16.3284 12.6716 17 13.5 17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 22H1L17 2L21 22ZM18.5604 20H5.16125L15.8806 6.60086L18.5604 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 17C14.3284 17 15 16.3284 15 15.5C15 14.6716 14.3284 14 13.5 14C12.6716 14 12 14.6716 12 15.5C12 16.3284 12.6716 17 13.5 17Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 22H1L17 2L21 22ZM18.5604 20H5.16125L15.8806 6.60086L18.5604 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-simplified-symbols-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartSimplifiedSymbolsIec",
          "declaration": {
            "name": "ObiChartSimplifiedSymbolsIec",
            "module": "src/icons/icon-chart-simplified-symbols-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-simplified-symbols-iec",
          "declaration": {
            "name": "ObiChartSimplifiedSymbolsIec",
            "module": "src/icons/icon-chart-simplified-symbols-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-spot-soundings-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartSpotSoundingsIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.504 15.424H7.216V8.656C7.216 8.464 7.216 8.24 7.216 7.984C7.22667 7.71733 7.23733 7.44533 7.248 7.168C7.25867 6.89067 7.26933 6.64 7.28 6.416C7.216 6.50133 7.09333 6.624 6.912 6.784C6.74133 6.944 6.58133 7.088 6.432 7.216L5.12 8.272L4 6.864L7.616 4H9.504V15.424Z\" fill=\"currentColor\"/> <path d=\"M16.584 7.856C17.2453 7.856 17.848 7.95733 18.392 8.16C18.936 8.36267 19.3733 8.66667 19.704 9.072C20.0347 9.47733 20.2 9.98933 20.2 10.608C20.2 11.0667 20.1093 11.472 19.928 11.824C19.7467 12.1653 19.5013 12.464 19.192 12.72C18.8827 12.976 18.5307 13.2 18.136 13.392C18.552 13.6053 18.9413 13.856 19.304 14.144C19.6773 14.4213 19.976 14.752 20.2 15.136C20.4347 15.5093 20.552 15.952 20.552 16.464C20.552 17.0933 20.3867 17.6427 20.056 18.112C19.7253 18.5813 19.2613 18.944 18.664 19.2C18.0667 19.456 17.3733 19.584 16.584 19.584C15.7413 19.584 15.0213 19.4613 14.424 19.216C13.8267 18.9707 13.3733 18.6187 13.064 18.16C12.7547 17.7013 12.6 17.1573 12.6 16.528C12.6 16.0053 12.696 15.552 12.888 15.168C13.0907 14.784 13.3573 14.4533 13.688 14.176C14.0293 13.888 14.4027 13.648 14.808 13.456C14.456 13.2427 14.1413 13.0027 13.864 12.736C13.5867 12.4587 13.3627 12.1493 13.192 11.808C13.032 11.456 12.952 11.0507 12.952 10.592C12.952 9.984 13.1173 9.47733 13.448 9.072C13.7893 8.66667 14.2373 8.36267 14.792 8.16C15.3467 7.95733 15.944 7.856 16.584 7.856ZM14.728 16.4C14.728 16.8267 14.8827 17.184 15.192 17.472C15.5013 17.7493 15.9547 17.888 16.552 17.888C16.968 17.888 17.3093 17.8293 17.576 17.712C17.8533 17.584 18.0613 17.408 18.2 17.184C18.3493 16.96 18.424 16.704 18.424 16.416C18.424 16.1173 18.3333 15.856 18.152 15.632C17.9813 15.3973 17.7627 15.1893 17.496 15.008C17.24 14.8267 16.9627 14.6613 16.664 14.512L16.456 14.4C16.1147 14.56 15.8107 14.7413 15.544 14.944C15.288 15.136 15.0853 15.3493 14.936 15.584C14.7973 15.8187 14.728 16.0907 14.728 16.4ZM16.568 9.536C16.152 9.536 15.8053 9.64267 15.528 9.856C15.2507 10.0693 15.112 10.3733 15.112 10.768C15.112 11.0347 15.1813 11.2747 15.32 11.488C15.4587 11.6907 15.64 11.8667 15.864 12.016C16.088 12.1653 16.328 12.304 16.584 12.432C16.8507 12.3147 17.0907 12.1867 17.304 12.048C17.528 11.8987 17.704 11.7227 17.832 11.52C17.9707 11.3067 18.04 11.056 18.04 10.768C18.04 10.3733 17.9013 10.0693 17.624 9.856C17.3467 9.64267 16.9947 9.536 16.568 9.536Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.504 15.424H7.216V8.656C7.216 8.464 7.216 8.24 7.216 7.984C7.22667 7.71733 7.23733 7.44533 7.248 7.168C7.25867 6.89067 7.26933 6.64 7.28 6.416C7.216 6.50133 7.09333 6.624 6.912 6.784C6.74133 6.944 6.58133 7.088 6.432 7.216L5.12 8.272L4 6.864L7.616 4H9.504V15.424Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.584 7.856C17.2453 7.856 17.848 7.95733 18.392 8.16C18.936 8.36267 19.3733 8.66667 19.704 9.072C20.0347 9.47733 20.2 9.98933 20.2 10.608C20.2 11.0667 20.1093 11.472 19.928 11.824C19.7467 12.1653 19.5013 12.464 19.192 12.72C18.8827 12.976 18.5307 13.2 18.136 13.392C18.552 13.6053 18.9413 13.856 19.304 14.144C19.6773 14.4213 19.976 14.752 20.2 15.136C20.4347 15.5093 20.552 15.952 20.552 16.464C20.552 17.0933 20.3867 17.6427 20.056 18.112C19.7253 18.5813 19.2613 18.944 18.664 19.2C18.0667 19.456 17.3733 19.584 16.584 19.584C15.7413 19.584 15.0213 19.4613 14.424 19.216C13.8267 18.9707 13.3733 18.6187 13.064 18.16C12.7547 17.7013 12.6 17.1573 12.6 16.528C12.6 16.0053 12.696 15.552 12.888 15.168C13.0907 14.784 13.3573 14.4533 13.688 14.176C14.0293 13.888 14.4027 13.648 14.808 13.456C14.456 13.2427 14.1413 13.0027 13.864 12.736C13.5867 12.4587 13.3627 12.1493 13.192 11.808C13.032 11.456 12.952 11.0507 12.952 10.592C12.952 9.984 13.1173 9.47733 13.448 9.072C13.7893 8.66667 14.2373 8.36267 14.792 8.16C15.3467 7.95733 15.944 7.856 16.584 7.856ZM14.728 16.4C14.728 16.8267 14.8827 17.184 15.192 17.472C15.5013 17.7493 15.9547 17.888 16.552 17.888C16.968 17.888 17.3093 17.8293 17.576 17.712C17.8533 17.584 18.0613 17.408 18.2 17.184C18.3493 16.96 18.424 16.704 18.424 16.416C18.424 16.1173 18.3333 15.856 18.152 15.632C17.9813 15.3973 17.7627 15.1893 17.496 15.008C17.24 14.8267 16.9627 14.6613 16.664 14.512L16.456 14.4C16.1147 14.56 15.8107 14.7413 15.544 14.944C15.288 15.136 15.0853 15.3493 14.936 15.584C14.7973 15.8187 14.728 16.0907 14.728 16.4ZM16.568 9.536C16.152 9.536 15.8053 9.64267 15.528 9.856C15.2507 10.0693 15.112 10.3733 15.112 10.768C15.112 11.0347 15.1813 11.2747 15.32 11.488C15.4587 11.6907 15.64 11.8667 15.864 12.016C16.088 12.1653 16.328 12.304 16.584 12.432C16.8507 12.3147 17.0907 12.1867 17.304 12.048C17.528 11.8987 17.704 11.7227 17.832 11.52C17.9707 11.3067 18.04 11.056 18.04 10.768C18.04 10.3733 17.9013 10.0693 17.624 9.856C17.3467 9.64267 16.9947 9.536 16.568 9.536Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-spot-soundings-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartSpotSoundingsIec",
          "declaration": {
            "name": "ObiChartSpotSoundingsIec",
            "module": "src/icons/icon-chart-spot-soundings-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-spot-soundings-iec",
          "declaration": {
            "name": "ObiChartSpotSoundingsIec",
            "module": "src/icons/icon-chart-spot-soundings-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-submarine-cables.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartSubmarineCables",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.37132 10.5303L3.84099 9.06066L2.78033 8L0.25 10.5303L2.25 12.5303L0.78033 14L1.84099 15.0607L4.37132 12.5303L2.37132 10.5303Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.3713 10.5303L15.841 9.06066L14.7803 8L12.25 10.5303L14.25 12.5303L12.7803 14L13.841 15.0607L16.3713 12.5303L14.3713 10.5303Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.3107 11.4697L22.7803 10L23.841 11.0607L21.3107 13.591L19.3107 11.591L17.841 13.0607L16.7803 12L19.3107 9.46967L21.3107 11.4697Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.31066 11.4697L10.7803 10L11.841 11.0607L9.31066 13.591L7.31066 11.591L5.84099 13.0607L4.78033 12L7.31066 9.46967L9.31066 11.4697Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.37132 10.5303L3.84099 9.06066L2.78033 8L0.25 10.5303L2.25 12.5303L0.78033 14L1.84099 15.0607L4.37132 12.5303L2.37132 10.5303Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.3713 10.5303L15.841 9.06066L14.7803 8L12.25 10.5303L14.25 12.5303L12.7803 14L13.841 15.0607L16.3713 12.5303L14.3713 10.5303Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.3107 11.4697L22.7803 10L23.841 11.0607L21.3107 13.591L19.3107 11.591L17.841 13.0607L16.7803 12L19.3107 9.46967L21.3107 11.4697Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.31066 11.4697L10.7803 10L11.841 11.0607L9.31066 13.591L7.31066 11.591L5.84099 13.0607L4.78033 12L7.31066 9.46967L9.31066 11.4697Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-submarine-cables",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartSubmarineCables",
          "declaration": {
            "name": "ObiChartSubmarineCables",
            "module": "src/icons/icon-chart-submarine-cables.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-submarine-cables",
          "declaration": {
            "name": "ObiChartSubmarineCables",
            "module": "src/icons/icon-chart-submarine-cables.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-symbolized-boundaries-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartSymbolizedBoundariesIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.3676 11.75H12.0273V10.25H1.02734V11.75H2.68692L6.52724 16.1389L10.3676 11.75ZM8.37442 11.75H4.68007L6.52724 13.8611L8.37442 11.75Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5548 7.5V5H18.5548V7.5H21.0548V9.5H18.5548V16.5H19.6406L22.3477 13.7929L23.7619 15.2071L20.469 18.5H14.6406L11.3477 15.2071L12.7619 13.7929L15.469 16.5H16.5548V9.5H14.0548V7.5H16.5548Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.3676 11.75H12.0273V10.25H1.02734V11.75H2.68692L6.52724 16.1389L10.3676 11.75ZM8.37442 11.75H4.68007L6.52724 13.8611L8.37442 11.75Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5548 7.5V5H18.5548V7.5H21.0548V9.5H18.5548V16.5H19.6406L22.3477 13.7929L23.7619 15.2071L20.469 18.5H14.6406L11.3477 15.2071L12.7619 13.7929L15.469 16.5H16.5548V9.5H14.0548V7.5H16.5548Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-symbolized-boundaries-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartSymbolizedBoundariesIec",
          "declaration": {
            "name": "ObiChartSymbolizedBoundariesIec",
            "module": "src/icons/icon-chart-symbolized-boundaries-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-symbolized-boundaries-iec",
          "declaration": {
            "name": "ObiChartSymbolizedBoundariesIec",
            "module": "src/icons/icon-chart-symbolized-boundaries-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-tidal-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartTidalIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 11.25L12.6493 11.25C11.7139 6.91113 5.28599 6.91113 4.35059 11.25L1 11.25V12.75L11.3506 12.75C12.286 17.0889 18.7139 17.0889 19.6493 12.75L23 12.75V11.25ZM18.0883 12.75L12.9117 12.75C13.7369 15.0889 17.263 15.0889 18.0883 12.75ZM11.0883 11.25C10.263 8.91113 6.73694 8.91113 5.91167 11.25L11.0883 11.25Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 11.25L12.6493 11.25C11.7139 6.91113 5.28599 6.91113 4.35059 11.25L1 11.25V12.75L11.3506 12.75C12.286 17.0889 18.7139 17.0889 19.6493 12.75L23 12.75V11.25ZM18.0883 12.75L12.9117 12.75C13.7369 15.0889 17.263 15.0889 18.0883 12.75ZM11.0883 11.25C10.263 8.91113 6.73694 8.91113 5.91167 11.25L11.0883 11.25Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-tidal-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartTidalIec",
          "declaration": {
            "name": "ObiChartTidalIec",
            "module": "src/icons/icon-chart-tidal-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-tidal-iec",
          "declaration": {
            "name": "ObiChartTidalIec",
            "module": "src/icons/icon-chart-tidal-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-unknown.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartUnknown",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.82183 16.1773V15.8709C9.82776 14.8193 9.91982 13.9811 10.098 13.3562C10.2821 12.7313 10.5494 12.2265 10.8998 11.842C11.2502 11.4574 11.6719 11.1089 12.1648 10.7964C12.533 10.5561 12.8627 10.3067 13.1537 10.0483C13.4447 9.78997 13.6763 9.50455 13.8486 9.19209C14.0208 8.87362 14.1069 8.5191 14.1069 8.12853C14.1069 7.71392 14.0089 7.35039 13.8129 7.03793C13.6169 6.72547 13.3526 6.48512 13.02 6.31687C12.6934 6.14862 12.3311 6.0645 11.9332 6.0645C11.5471 6.0645 11.1819 6.15163 10.8374 6.32588C10.4929 6.49413 10.2108 6.7465 9.99109 7.08299C9.77134 7.41348 9.65256 7.82508 9.63474 8.31781H6C6.0297 7.11604 6.31477 6.12459 6.85523 5.34344C7.39569 4.55629 8.11136 3.97042 9.00223 3.58586C9.8931 3.19529 10.876 3 11.951 3C13.1329 3 14.1782 3.19829 15.0869 3.59487C15.9955 3.98545 16.7082 4.55328 17.2249 5.29837C17.7416 6.04347 18 6.94179 18 7.99333C18 8.69636 17.8842 9.32128 17.6526 9.86808C17.4269 10.4089 17.1091 10.8896 16.6993 11.3102C16.2895 11.7248 15.8055 12.1004 15.2472 12.4369C14.778 12.7193 14.392 13.0137 14.0891 13.3201C13.7921 13.6266 13.5694 13.9811 13.4209 14.3837C13.2784 14.7863 13.2042 15.282 13.1982 15.8709V16.1773H9.82183Z\" fill=\"currentColor\"/> <path d=\"M9.82183 17.6719H13.188V21H9.82183V17.6719Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.82183 16.1773V15.8709C9.82776 14.8193 9.91982 13.9811 10.098 13.3562C10.2821 12.7313 10.5494 12.2265 10.8998 11.842C11.2502 11.4574 11.6719 11.1089 12.1648 10.7964C12.533 10.5561 12.8627 10.3067 13.1537 10.0483C13.4447 9.78997 13.6763 9.50455 13.8486 9.19209C14.0208 8.87362 14.1069 8.5191 14.1069 8.12853C14.1069 7.71392 14.0089 7.35039 13.8129 7.03793C13.6169 6.72547 13.3526 6.48512 13.02 6.31687C12.6934 6.14862 12.3311 6.0645 11.9332 6.0645C11.5471 6.0645 11.1819 6.15163 10.8374 6.32588C10.4929 6.49413 10.2108 6.7465 9.99109 7.08299C9.77134 7.41348 9.65256 7.82508 9.63474 8.31781H6C6.0297 7.11604 6.31477 6.12459 6.85523 5.34344C7.39569 4.55629 8.11136 3.97042 9.00223 3.58586C9.8931 3.19529 10.876 3 11.951 3C13.1329 3 14.1782 3.19829 15.0869 3.59487C15.9955 3.98545 16.7082 4.55328 17.2249 5.29837C17.7416 6.04347 18 6.94179 18 7.99333C18 8.69636 17.8842 9.32128 17.6526 9.86808C17.4269 10.4089 17.1091 10.8896 16.6993 11.3102C16.2895 11.7248 15.8055 12.1004 15.2472 12.4369C14.778 12.7193 14.392 13.0137 14.0891 13.3201C13.7921 13.6266 13.5694 13.9811 13.4209 14.3837C13.2784 14.7863 13.2042 15.282 13.1982 15.8709V16.1773H9.82183Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.82183 17.6719H13.188V21H9.82183V17.6719Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-unknown",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartUnknown",
          "declaration": {
            "name": "ObiChartUnknown",
            "module": "src/icons/icon-chart-unknown.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-unknown",
          "declaration": {
            "name": "ObiChartUnknown",
            "module": "src/icons/icon-chart-unknown.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-update-review.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartUpdateReview",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 20V18H5.75L5.35 17.65C4.48333 16.8833 3.875 16.0083 3.525 15.025C3.175 14.0417 3 13.05 3 12.05C3 10.2 3.55417 8.55417 4.6625 7.1125C5.77083 5.67083 7.21667 4.71667 9 4.25V6.35C7.8 6.78333 6.83333 7.52083 6.1 8.5625C5.36667 9.60417 5 10.7667 5 12.05C5 12.8 5.14167 13.5292 5.425 14.2375C5.70833 14.9458 6.15 15.6 6.75 16.2L7 16.45V14H9V20H3ZM12 17C11.7167 17 11.4792 16.9042 11.2875 16.7125C11.0958 16.5208 11 16.2833 11 16C11 15.7167 11.0958 15.4792 11.2875 15.2875C11.4792 15.0958 11.7167 15 12 15C12.2833 15 12.5208 15.0958 12.7125 15.2875C12.9042 15.4792 13 15.7167 13 16C13 16.2833 12.9042 16.5208 12.7125 16.7125C12.5208 16.9042 12.2833 17 12 17ZM11 13V7H13V13H11ZM15 19.75V17.65C16.2 17.2167 17.1667 16.4792 17.9 15.4375C18.6333 14.3958 19 13.2333 19 11.95C19 11.2 18.8583 10.4708 18.575 9.7625C18.2917 9.05417 17.85 8.4 17.25 7.8L17 7.55V10H15V4H21V6H18.25L18.65 6.35C19.4667 7.16667 20.0625 8.05417 20.4375 9.0125C20.8125 9.97083 21 10.95 21 11.95C21 13.8 20.4458 15.4458 19.3375 16.8875C18.2292 18.3292 16.7833 19.2833 15 19.75Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 20V18H5.75L5.35 17.65C4.48333 16.8833 3.875 16.0083 3.525 15.025C3.175 14.0417 3 13.05 3 12.05C3 10.2 3.55417 8.55417 4.6625 7.1125C5.77083 5.67083 7.21667 4.71667 9 4.25V6.35C7.8 6.78333 6.83333 7.52083 6.1 8.5625C5.36667 9.60417 5 10.7667 5 12.05C5 12.8 5.14167 13.5292 5.425 14.2375C5.70833 14.9458 6.15 15.6 6.75 16.2L7 16.45V14H9V20H3ZM12 17C11.7167 17 11.4792 16.9042 11.2875 16.7125C11.0958 16.5208 11 16.2833 11 16C11 15.7167 11.0958 15.4792 11.2875 15.2875C11.4792 15.0958 11.7167 15 12 15C12.2833 15 12.5208 15.0958 12.7125 15.2875C12.9042 15.4792 13 15.7167 13 16C13 16.2833 12.9042 16.5208 12.7125 16.7125C12.5208 16.9042 12.2833 17 12 17ZM11 13V7H13V13H11ZM15 19.75V17.65C16.2 17.2167 17.1667 16.4792 17.9 15.4375C18.6333 14.3958 19 13.2333 19 11.95C19 11.2 18.8583 10.4708 18.575 9.7625C18.2917 9.05417 17.85 8.4 17.25 7.8L17 7.55V10H15V4H21V6H18.25L18.65 6.35C19.4667 7.16667 20.0625 8.05417 20.4375 9.0125C20.8125 9.97083 21 10.95 21 11.95C21 13.8 20.4458 15.4458 19.3375 16.8875C18.2292 18.3292 16.7833 19.2833 15 19.75Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-update-review",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartUpdateReview",
          "declaration": {
            "name": "ObiChartUpdateReview",
            "module": "src/icons/icon-chart-update-review.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-update-review",
          "declaration": {
            "name": "ObiChartUpdateReview",
            "module": "src/icons/icon-chart-update-review.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart-user-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChartUserProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.10608 4.74025L8.5 2L15.5 4L21.2253 2.36421C21.8641 2.18169 22.5 2.66135 22.5 3.32573V11.7493C22.0733 11.1814 21.5679 10.676 21 10.2495V3.9886L16.25 5.34574V8.50409C15.7352 8.52095 15.2335 8.58969 14.75 8.70526V5.34574L9.25 3.77431V18.6786L2.89392 21.4026C2.23405 21.6854 1.5 21.2014 1.5 20.4835V5.6594C1.5 5.25937 1.7384 4.89783 2.10608 4.74025ZM3 5.98909L7.75 3.95338V17.6895L3 19.7252V5.98909Z\" fill=\"currentColor\"/> <path d=\"M10.5 22.5V20.82C10.5 20.34 10.625 19.895 10.875 19.485C11.125 19.075 11.48 18.78 11.94 18.6C12.66 18.3 13.405 18.075 14.175 17.925C14.945 17.775 15.72 17.7 16.5 17.7C17.28 17.7 18.055 17.775 18.825 17.925C19.595 18.075 20.34 18.3 21.06 18.6C21.52 18.78 21.875 19.075 22.125 19.485C22.375 19.895 22.5 20.34 22.5 20.82V22.5H10.5ZM16.5 16.5C15.66 16.5 14.95 16.21 14.37 15.63C13.79 15.05 13.5 14.34 13.5 13.5C13.5 12.66 13.79 11.95 14.37 11.37C14.95 10.79 15.66 10.5 16.5 10.5C17.34 10.5 18.05 10.79 18.63 11.37C19.21 11.95 19.5 12.66 19.5 13.5C19.5 14.34 19.21 15.05 18.63 15.63C18.05 16.21 17.34 16.5 16.5 16.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.10608 4.74025L8.5 2L15.5 4L21.2253 2.36421C21.8641 2.18169 22.5 2.66135 22.5 3.32573V11.7493C22.0733 11.1814 21.5679 10.676 21 10.2495V3.9886L16.25 5.34574V8.50409C15.7352 8.52095 15.2335 8.58969 14.75 8.70526V5.34574L9.25 3.77431V18.6786L2.89392 21.4026C2.23405 21.6854 1.5 21.2014 1.5 20.4835V5.6594C1.5 5.25937 1.7384 4.89783 2.10608 4.74025ZM3 5.98909L7.75 3.95338V17.6895L3 19.7252V5.98909Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.5 22.5V20.82C10.5 20.34 10.625 19.895 10.875 19.485C11.125 19.075 11.48 18.78 11.94 18.6C12.66 18.3 13.405 18.075 14.175 17.925C14.945 17.775 15.72 17.7 16.5 17.7C17.28 17.7 18.055 17.775 18.825 17.925C19.595 18.075 20.34 18.3 21.06 18.6C21.52 18.78 21.875 19.075 22.125 19.485C22.375 19.895 22.5 20.34 22.5 20.82V22.5H10.5ZM16.5 16.5C15.66 16.5 14.95 16.21 14.37 15.63C13.79 15.05 13.5 14.34 13.5 13.5C13.5 12.66 13.79 11.95 14.37 11.37C14.95 10.79 15.66 10.5 16.5 10.5C17.34 10.5 18.05 10.79 18.63 11.37C19.21 11.95 19.5 12.66 19.5 13.5C19.5 14.34 19.21 15.05 18.63 15.63C18.05 16.21 17.34 16.5 16.5 16.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart-user-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChartUserProposal",
          "declaration": {
            "name": "ObiChartUserProposal",
            "module": "src/icons/icon-chart-user-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart-user-proposal",
          "declaration": {
            "name": "ObiChartUserProposal",
            "module": "src/icons/icon-chart-user-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chart.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChart",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.6667 21L8.36111 18.675L3.38889 20.45C3.07407 20.6 2.76389 20.5917 2.45833 20.425C2.15278 20.2583 2 20.0083 2 19.675V5.725C2 5.50833 2.06944 5.31667 2.20833 5.15C2.34722 4.98333 2.52778 4.85833 2.75 4.775L8.36111 3L15.6667 5.3L20.6111 3.525C20.9259 3.39167 21.2361 3.40417 21.5417 3.5625C21.8472 3.72083 22 3.96667 22 4.3V18.425C22 18.6083 21.9306 18.7667 21.7917 18.9C21.6528 19.0333 21.4815 19.1333 21.2778 19.2L15.6667 21ZM14.7222 19.125V6.5L9.27778 4.85V17.475L14.7222 19.125ZM16.3889 19.125L20.3333 17.95V5.15L16.3889 6.5V19.125ZM3.66667 18.825L7.61111 17.475V4.85L3.66667 6.025V18.825Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.6667 21L8.36111 18.675L3.38889 20.45C3.07407 20.6 2.76389 20.5917 2.45833 20.425C2.15278 20.2583 2 20.0083 2 19.675V5.725C2 5.50833 2.06944 5.31667 2.20833 5.15C2.34722 4.98333 2.52778 4.85833 2.75 4.775L8.36111 3L15.6667 5.3L20.6111 3.525C20.9259 3.39167 21.2361 3.40417 21.5417 3.5625C21.8472 3.72083 22 3.96667 22 4.3V18.425C22 18.6083 21.9306 18.7667 21.7917 18.9C21.6528 19.0333 21.4815 19.1333 21.2778 19.2L15.6667 21ZM14.7222 19.125V6.5L9.27778 4.85V17.475L14.7222 19.125ZM16.3889 19.125L20.3333 17.95V5.15L16.3889 6.5V19.125ZM3.66667 18.825L7.61111 17.475V4.85L3.66667 6.025V18.825Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chart",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChart",
          "declaration": {
            "name": "ObiChart",
            "module": "src/icons/icon-chart.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chart",
          "declaration": {
            "name": "ObiChart",
            "module": "src/icons/icon-chart.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-check-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCheckGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.00016 16.17L4.83016 12L3.41016 13.41L9.00016 19L21.0002 7L19.5902 5.59L9.00016 16.17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.00016 16.17L4.83016 12L3.41016 13.41L9.00016 19L21.0002 7L19.5902 5.59L9.00016 16.17Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-check-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCheckGoogle",
          "declaration": {
            "name": "ObiCheckGoogle",
            "module": "src/icons/icon-check-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-check-google",
          "declaration": {
            "name": "ObiCheckGoogle",
            "module": "src/icons/icon-check-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-check-mixed.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCheckMixed",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.9998 13.0002H4.99976V11.0002H18.9998V13.0002Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.9998 13.0002H4.99976V11.0002H18.9998V13.0002Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-check-mixed",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCheckMixed",
          "declaration": {
            "name": "ObiCheckMixed",
            "module": "src/icons/icon-check-mixed.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-check-mixed",
          "declaration": {
            "name": "ObiCheckMixed",
            "module": "src/icons/icon-check-mixed.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-checkbox-checked-filled.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCheckboxCheckedFilled",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM17.65 9.15L10.6 16.2L6.35 11.95L7.75 10.55L10.6 13.4L16.25 7.75L17.65 9.15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM17.65 9.15L10.6 16.2L6.35 11.95L7.75 10.55L10.6 13.4L16.25 7.75L17.65 9.15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-checkbox-checked-filled",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCheckboxCheckedFilled",
          "declaration": {
            "name": "ObiCheckboxCheckedFilled",
            "module": "src/icons/icon-checkbox-checked-filled.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-checkbox-checked-filled",
          "declaration": {
            "name": "ObiCheckboxCheckedFilled",
            "module": "src/icons/icon-checkbox-checked-filled.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-checkbox-checked.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCheckboxChecked",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.6 16.2L17.65 9.15L16.25 7.75L10.6 13.4L7.75 10.55L6.35 11.95L10.6 16.2ZM5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.6 16.2L17.65 9.15L16.25 7.75L10.6 13.4L7.75 10.55L6.35 11.95L10.6 16.2ZM5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-checkbox-checked",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCheckboxChecked",
          "declaration": {
            "name": "ObiCheckboxChecked",
            "module": "src/icons/icon-checkbox-checked.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-checkbox-checked",
          "declaration": {
            "name": "ObiCheckboxChecked",
            "module": "src/icons/icon-checkbox-checked.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-checkbox-uncheck-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCheckboxUncheckGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 5V19H5V5H19ZM19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 5V19H5V5H19ZM19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-checkbox-uncheck-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCheckboxUncheckGoogle",
          "declaration": {
            "name": "ObiCheckboxUncheckGoogle",
            "module": "src/icons/icon-checkbox-uncheck-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-checkbox-uncheck-google",
          "declaration": {
            "name": "ObiCheckboxUncheckGoogle",
            "module": "src/icons/icon-checkbox-uncheck-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chevron-double-down-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChevronDoubleDownGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.2948 5.29493L17.7048 6.70493L11.7048 12.7049L5.70483 6.70493L7.11483 5.29493L11.7048 9.87493L16.2948 5.29493Z\" fill=\"currentColor\"/> <path d=\"M16.2948 11.2949L17.7048 12.7049L11.7048 18.7049L5.70483 12.7049L7.11483 11.2949L11.7048 15.8749L16.2948 11.2949Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.2948 5.29493L17.7048 6.70493L11.7048 12.7049L5.70483 6.70493L7.11483 5.29493L11.7048 9.87493L16.2948 5.29493Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.2948 11.2949L17.7048 12.7049L11.7048 18.7049L5.70483 12.7049L7.11483 11.2949L11.7048 15.8749L16.2948 11.2949Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chevron-double-down-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChevronDoubleDownGoogle",
          "declaration": {
            "name": "ObiChevronDoubleDownGoogle",
            "module": "src/icons/icon-chevron-double-down-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chevron-double-down-google",
          "declaration": {
            "name": "ObiChevronDoubleDownGoogle",
            "module": "src/icons/icon-chevron-double-down-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chevron-double-left-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChevronDoubleLeftGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.41 16.59L17 18L11 12L17 6L18.41 7.41L13.83 12L18.41 16.59Z\" fill=\"currentColor\"/> <path d=\"M12.41 16.59L11 18L5 12L11 6L12.41 7.41L7.83 12L12.41 16.59Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.41 16.59L17 18L11 12L17 6L18.41 7.41L13.83 12L18.41 16.59Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.41 16.59L11 18L5 12L11 6L12.41 7.41L7.83 12L12.41 16.59Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chevron-double-left-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChevronDoubleLeftGoogle",
          "declaration": {
            "name": "ObiChevronDoubleLeftGoogle",
            "module": "src/icons/icon-chevron-double-left-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chevron-double-left-google",
          "declaration": {
            "name": "ObiChevronDoubleLeftGoogle",
            "module": "src/icons/icon-chevron-double-left-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chevron-double-right-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChevronDoubleRightGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 7.41L6.41 6L12.41 12L6.41 18L5 16.59L9.58 12L5 7.41Z\" fill=\"currentColor\"/> <path d=\"M11 7.41L12.41 6L18.41 12L12.41 18L11 16.59L15.58 12L11 7.41Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 7.41L6.41 6L12.41 12L6.41 18L5 16.59L9.58 12L5 7.41Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 7.41L12.41 6L18.41 12L12.41 18L11 16.59L15.58 12L11 7.41Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chevron-double-right-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChevronDoubleRightGoogle",
          "declaration": {
            "name": "ObiChevronDoubleRightGoogle",
            "module": "src/icons/icon-chevron-double-right-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chevron-double-right-google",
          "declaration": {
            "name": "ObiChevronDoubleRightGoogle",
            "module": "src/icons/icon-chevron-double-right-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chevron-double-up-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChevronDoubleUpGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.11508 18.7051L5.70508 17.2951L11.7051 11.2951L17.7051 17.2951L16.2951 18.7051L11.7051 14.1251L7.11508 18.7051Z\" fill=\"currentColor\"/> <path d=\"M7.11508 12.7051L5.70508 11.2951L11.7051 5.2951L17.7051 11.2951L16.2951 12.7051L11.7051 8.1251L7.11508 12.7051Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.11508 18.7051L5.70508 17.2951L11.7051 11.2951L17.7051 17.2951L16.2951 18.7051L11.7051 14.1251L7.11508 18.7051Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.11508 12.7051L5.70508 11.2951L11.7051 5.2951L17.7051 11.2951L16.2951 12.7051L11.7051 8.1251L7.11508 12.7051Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chevron-double-up-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChevronDoubleUpGoogle",
          "declaration": {
            "name": "ObiChevronDoubleUpGoogle",
            "module": "src/icons/icon-chevron-double-up-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chevron-double-up-google",
          "declaration": {
            "name": "ObiChevronDoubleUpGoogle",
            "module": "src/icons/icon-chevron-double-up-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chevron-down-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChevronDownGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 9.41L16.59 8L12 12.58L7.41 8L6 9.41L12 15.41L18 9.41Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 9.41L16.59 8L12 12.58L7.41 8L6 9.41L12 15.41L18 9.41Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chevron-down-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChevronDownGoogle",
          "declaration": {
            "name": "ObiChevronDownGoogle",
            "module": "src/icons/icon-chevron-down-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chevron-down-google",
          "declaration": {
            "name": "ObiChevronDownGoogle",
            "module": "src/icons/icon-chevron-down-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chevron-left-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChevronLeftGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.9999 18L15.4099 16.59L10.8299 12L15.4099 7.41L13.9999 6L7.99991 12L13.9999 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.9999 18L15.4099 16.59L10.8299 12L15.4099 7.41L13.9999 6L7.99991 12L13.9999 18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chevron-left-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChevronLeftGoogle",
          "declaration": {
            "name": "ObiChevronLeftGoogle",
            "module": "src/icons/icon-chevron-left-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chevron-left-google",
          "declaration": {
            "name": "ObiChevronLeftGoogle",
            "module": "src/icons/icon-chevron-left-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chevron-right-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChevronRightGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.58984 7.41L9.99984 6L15.9998 12L9.99984 18L8.58984 16.59L13.1698 12L8.58984 7.41Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.58984 7.41L9.99984 6L15.9998 12L9.99984 18L8.58984 16.59L13.1698 12L8.58984 7.41Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chevron-right-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChevronRightGoogle",
          "declaration": {
            "name": "ObiChevronRightGoogle",
            "module": "src/icons/icon-chevron-right-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chevron-right-google",
          "declaration": {
            "name": "ObiChevronRightGoogle",
            "module": "src/icons/icon-chevron-right-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-chevron-up-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiChevronUpGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 14.0002L7.41 15.4102L12 10.8302L16.59 15.4102L18 14.0002L12 8.00016L6 14.0002Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 14.0002L7.41 15.4102L12 10.8302L16.59 15.4102L18 14.0002L12 8.00016L6 14.0002Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-chevron-up-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiChevronUpGoogle",
          "declaration": {
            "name": "ObiChevronUpGoogle",
            "module": "src/icons/icon-chevron-up-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-chevron-up-google",
          "declaration": {
            "name": "ObiChevronUpGoogle",
            "module": "src/icons/icon-chevron-up-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-clear-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiClearDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2373 3.1703C15.526 2.49873 16.4741 2.49874 16.7628 3.1703L18.3216 6.79617C18.5201 7.25787 19.0771 7.43964 19.5079 7.1833L22.8908 5.17023C23.5174 4.79738 24.2844 5.3571 24.125 6.07086L23.2643 9.92457C23.1547 10.4153 23.4989 10.8912 23.9974 10.9381L27.9123 11.3067C28.6374 11.375 28.9304 12.2807 28.3837 12.764L25.4322 15.3736C25.0564 15.7058 25.0564 16.2941 25.4322 16.6264L28.3837 19.2359C28.9304 19.7192 28.6374 20.6249 27.9123 20.6932L23.9974 21.0618C23.4989 21.1088 23.1547 21.5846 23.2643 22.0753L24.125 25.9291C24.2844 26.6428 23.5174 27.2025 22.8908 26.8297L19.5079 24.8166C19.0771 24.5603 18.5201 24.742 18.3216 25.2037L16.7628 28.8296C16.4741 29.5012 15.526 29.5012 15.2373 28.8296L13.6785 25.2037C13.48 24.742 12.923 24.5603 12.4922 24.8166L9.10926 26.8297C8.48268 27.2025 7.71568 26.6428 7.8751 25.9291L8.73582 22.0753C8.84542 21.5846 8.5012 21.1088 8.00269 21.0618L4.08777 20.6932C3.36267 20.6249 3.0697 19.7192 3.61636 19.2359L6.56787 16.6264C6.9437 16.2941 6.9437 15.7058 6.56787 15.3736L3.61636 12.764C3.0697 12.2807 3.36267 11.375 4.08777 11.3067L8.00269 10.9381C8.5012 10.8912 8.84542 10.4153 8.73582 9.92457L7.8751 6.07086C7.71568 5.3571 8.48268 4.79738 9.10926 5.17023L12.4922 7.1833C12.923 7.43964 13.48 7.25787 13.6785 6.79617L15.2373 3.1703ZM22.6667 16C22.6667 19.6819 19.6819 22.6666 16 22.6666C12.3181 22.6666 9.33337 19.6819 9.33337 16C9.33337 12.3181 12.3181 9.33329 16 9.33329C19.6819 9.33329 22.6667 12.3181 22.6667 16Z\" fill=\"currentColor\"/> <circle cx=\"16\" cy=\"16\" r=\"6.66667\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2373 3.1703C15.526 2.49873 16.4741 2.49874 16.7628 3.1703L18.3216 6.79617C18.5201 7.25787 19.0771 7.43964 19.5079 7.1833L22.8908 5.17023C23.5174 4.79738 24.2844 5.3571 24.125 6.07086L23.2643 9.92457C23.1547 10.4153 23.4989 10.8912 23.9974 10.9381L27.9123 11.3067C28.6374 11.375 28.9304 12.2807 28.3837 12.764L25.4322 15.3736C25.0564 15.7058 25.0564 16.2941 25.4322 16.6264L28.3837 19.2359C28.9304 19.7192 28.6374 20.6249 27.9123 20.6932L23.9974 21.0618C23.4989 21.1088 23.1547 21.5846 23.2643 22.0753L24.125 25.9291C24.2844 26.6428 23.5174 27.2025 22.8908 26.8297L19.5079 24.8166C19.0771 24.5603 18.5201 24.742 18.3216 25.2037L16.7628 28.8296C16.4741 29.5012 15.526 29.5012 15.2373 28.8296L13.6785 25.2037C13.48 24.742 12.923 24.5603 12.4922 24.8166L9.10926 26.8297C8.48268 27.2025 7.71568 26.6428 7.8751 25.9291L8.73582 22.0753C8.84542 21.5846 8.5012 21.1088 8.00269 21.0618L4.08777 20.6932C3.36267 20.6249 3.0697 19.7192 3.61636 19.2359L6.56787 16.6264C6.9437 16.2941 6.9437 15.7058 6.56787 15.3736L3.61636 12.764C3.0697 12.2807 3.36267 11.375 4.08777 11.3067L8.00269 10.9381C8.5012 10.8912 8.84542 10.4153 8.73582 9.92457L7.8751 6.07086C7.71568 5.3571 8.48268 4.79738 9.10926 5.17023L12.4922 7.1833C12.923 7.43964 13.48 7.25787 13.6785 6.79617L15.2373 3.1703ZM22.6667 16C22.6667 19.6819 19.6819 22.6666 16 22.6666C12.3181 22.6666 9.33337 19.6819 9.33337 16C9.33337 12.3181 12.3181 9.33329 16 9.33329C19.6819 9.33329 22.6667 12.3181 22.6667 16Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <circle cx=\"16\" cy=\"16\" r=\"6.66667\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-clear-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiClearDayColour",
          "declaration": {
            "name": "ObiClearDayColour",
            "module": "src/icons/icon-clear-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-clear-day-colour",
          "declaration": {
            "name": "ObiClearDayColour",
            "module": "src/icons/icon-clear-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-clear-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiClearDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2373 3.1703C15.526 2.49873 16.4741 2.49874 16.7628 3.1703L18.3216 6.79617C18.5201 7.25787 19.0771 7.43964 19.5079 7.1833L22.8908 5.17023C23.5174 4.79738 24.2844 5.3571 24.125 6.07086L23.2643 9.92457C23.1547 10.4153 23.4989 10.8912 23.9974 10.9381L27.9123 11.3067C28.6374 11.375 28.9304 12.2807 28.3837 12.764L25.4322 15.3736C25.0564 15.7058 25.0564 16.2941 25.4322 16.6264L28.3837 19.2359C28.9304 19.7192 28.6374 20.6249 27.9123 20.6932L23.9974 21.0618C23.4989 21.1088 23.1547 21.5846 23.2643 22.0753L24.125 25.9291C24.2844 26.6428 23.5174 27.2025 22.8908 26.8297L19.5079 24.8166C19.0771 24.5603 18.5201 24.742 18.3216 25.2037L16.7628 28.8296C16.4741 29.5012 15.526 29.5012 15.2373 28.8296L13.6785 25.2037C13.48 24.742 12.923 24.5603 12.4922 24.8166L9.10926 26.8297C8.48268 27.2025 7.71568 26.6428 7.8751 25.9291L8.73582 22.0753C8.84542 21.5846 8.5012 21.1088 8.00269 21.0618L4.08777 20.6932C3.36267 20.6249 3.0697 19.7192 3.61636 19.2359L6.56787 16.6264C6.9437 16.2941 6.9437 15.7058 6.56787 15.3736L3.61636 12.764C3.0697 12.2807 3.36267 11.375 4.08777 11.3067L8.00269 10.9381C8.5012 10.8912 8.84542 10.4153 8.73582 9.92457L7.8751 6.07086C7.71568 5.3571 8.48268 4.79738 9.10926 5.17023L12.4922 7.1833C12.923 7.43964 13.48 7.25787 13.6785 6.79617L15.2373 3.1703ZM22.6667 16C22.6667 19.6819 19.6819 22.6666 16 22.6666C12.3181 22.6666 9.33337 19.6819 9.33337 16C9.33337 12.3181 12.3181 9.33329 16 9.33329C19.6819 9.33329 22.6667 12.3181 22.6667 16Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2373 3.1703C15.526 2.49873 16.4741 2.49874 16.7628 3.1703L18.3216 6.79617C18.5201 7.25787 19.0771 7.43964 19.5079 7.1833L22.8908 5.17023C23.5174 4.79738 24.2844 5.3571 24.125 6.07086L23.2643 9.92457C23.1547 10.4153 23.4989 10.8912 23.9974 10.9381L27.9123 11.3067C28.6374 11.375 28.9304 12.2807 28.3837 12.764L25.4322 15.3736C25.0564 15.7058 25.0564 16.2941 25.4322 16.6264L28.3837 19.2359C28.9304 19.7192 28.6374 20.6249 27.9123 20.6932L23.9974 21.0618C23.4989 21.1088 23.1547 21.5846 23.2643 22.0753L24.125 25.9291C24.2844 26.6428 23.5174 27.2025 22.8908 26.8297L19.5079 24.8166C19.0771 24.5603 18.5201 24.742 18.3216 25.2037L16.7628 28.8296C16.4741 29.5012 15.526 29.5012 15.2373 28.8296L13.6785 25.2037C13.48 24.742 12.923 24.5603 12.4922 24.8166L9.10926 26.8297C8.48268 27.2025 7.71568 26.6428 7.8751 25.9291L8.73582 22.0753C8.84542 21.5846 8.5012 21.1088 8.00269 21.0618L4.08777 20.6932C3.36267 20.6249 3.0697 19.7192 3.61636 19.2359L6.56787 16.6264C6.9437 16.2941 6.9437 15.7058 6.56787 15.3736L3.61636 12.764C3.0697 12.2807 3.36267 11.375 4.08777 11.3067L8.00269 10.9381C8.5012 10.8912 8.84542 10.4153 8.73582 9.92457L7.8751 6.07086C7.71568 5.3571 8.48268 4.79738 9.10926 5.17023L12.4922 7.1833C12.923 7.43964 13.48 7.25787 13.6785 6.79617L15.2373 3.1703ZM22.6667 16C22.6667 19.6819 19.6819 22.6666 16 22.6666C12.3181 22.6666 9.33337 19.6819 9.33337 16C9.33337 12.3181 12.3181 9.33329 16 9.33329C19.6819 9.33329 22.6667 12.3181 22.6667 16Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-clear-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiClearDay",
          "declaration": {
            "name": "ObiClearDay",
            "module": "src/icons/icon-clear-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-clear-day",
          "declaration": {
            "name": "ObiClearDay",
            "module": "src/icons/icon-clear-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-clear-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiClearNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.34426 20.701C12.4619 20.701 17.4212 15.6558 17.4212 9.43239C17.4212 8.02214 17.1665 6.67243 16.7014 5.4282C16.4167 4.66633 16.9837 3.7916 17.7182 4.04446C22.1404 5.56677 25.3333 9.92621 25.3333 15.0667C25.3333 21.4732 20.3739 26.6667 14.2563 26.6667C10.6978 26.6667 7.53111 24.9093 5.50454 22.1782C5.03864 21.5503 5.59128 20.701 6.34426 20.701Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.34426 20.701C12.4619 20.701 17.4212 15.6558 17.4212 9.43239C17.4212 8.02214 17.1665 6.67243 16.7014 5.4282C16.4167 4.66633 16.9837 3.7916 17.7182 4.04446C22.1404 5.56677 25.3333 9.92621 25.3333 15.0667C25.3333 21.4732 20.3739 26.6667 14.2563 26.6667C10.6978 26.6667 7.53111 24.9093 5.50454 22.1782C5.03864 21.5503 5.59128 20.701 6.34426 20.701Z\" style=\"fill: var(--data-weather-moon-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-clear-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiClearNightColour",
          "declaration": {
            "name": "ObiClearNightColour",
            "module": "src/icons/icon-clear-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-clear-night-colour",
          "declaration": {
            "name": "ObiClearNightColour",
            "module": "src/icons/icon-clear-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-clear-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiClearNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.34426 20.701C12.4619 20.701 17.4212 15.6558 17.4212 9.43239C17.4212 8.02214 17.1665 6.67243 16.7014 5.4282C16.4167 4.66633 16.9837 3.7916 17.7182 4.04446C22.1404 5.56677 25.3333 9.92621 25.3333 15.0667C25.3333 21.4732 20.3739 26.6667 14.2563 26.6667C10.6978 26.6667 7.53111 24.9093 5.50454 22.1782C5.03864 21.5503 5.59128 20.701 6.34426 20.701Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.34426 20.701C12.4619 20.701 17.4212 15.6558 17.4212 9.43239C17.4212 8.02214 17.1665 6.67243 16.7014 5.4282C16.4167 4.66633 16.9837 3.7916 17.7182 4.04446C22.1404 5.56677 25.3333 9.92621 25.3333 15.0667C25.3333 21.4732 20.3739 26.6667 14.2563 26.6667C10.6978 26.6667 7.53111 24.9093 5.50454 22.1782C5.03864 21.5503 5.59128 20.701 6.34426 20.701Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-clear-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiClearNight",
          "declaration": {
            "name": "ObiClearNight",
            "module": "src/icons/icon-clear-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-clear-night",
          "declaration": {
            "name": "ObiClearNight",
            "module": "src/icons/icon-clear-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-clear-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiClearPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.84962 12.6666C6.84962 12.8968 6.75566 13.1269 6.56775 13.293L3.61624 15.9026C3.06958 16.3859 3.36254 17.2916 4.08764 17.3598L8.00257 17.7285C8.50107 17.7754 8.8453 18.2513 8.7357 18.742L7.87498 22.5957C7.71556 23.3095 8.48256 23.8692 9.10913 23.4964L12.4921 21.4833C12.9229 21.2269 13.4798 21.4087 13.6783 21.8704L15.2372 25.4963C15.5259 26.1679 16.4739 26.1679 16.7627 25.4963L18.3215 21.8704C18.52 21.4087 19.077 21.2269 19.5077 21.4833L22.8907 23.4964C23.5173 23.8692 24.2843 23.3095 24.1249 22.5957L23.2641 18.742C23.1545 18.2513 23.4988 17.7754 23.9973 17.7285L27.9122 17.3598C28.6373 17.2916 28.9303 16.3859 28.3836 15.9026L25.4321 13.293C25.2442 13.1269 25.1502 12.8968 25.1502 12.6666H22.6666C22.6666 16.3485 19.6818 19.3333 15.9999 19.3333C12.318 19.3333 9.33325 16.3485 9.33325 12.6666H6.84962Z\" fill=\"currentColor\"/> <rect x=\"2.66675\" y=\"11.3334\" width=\"26.6667\" height=\"1.33333\" rx=\"0.666667\" fill=\"currentColor\"/> <path d=\"M22.6666 12.6666C22.6666 13.5421 22.4941 14.409 22.1591 15.2178C21.8241 16.0267 21.333 16.7616 20.714 17.3807C20.0949 17.9997 19.36 18.4908 18.5511 18.8258C17.7423 19.1609 16.8754 19.3333 15.9999 19.3333C15.1244 19.3333 14.2575 19.1609 13.4487 18.8258C12.6399 18.4908 11.9049 17.9997 11.2859 17.3807C10.6668 16.7616 10.1758 16.0267 9.84072 15.2178C9.50569 14.409 9.33325 13.5421 9.33325 12.6666L22.6666 12.6666Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.84962 12.6666C6.84962 12.8968 6.75566 13.1269 6.56775 13.293L3.61624 15.9026C3.06958 16.3859 3.36254 17.2916 4.08764 17.3598L8.00257 17.7285C8.50107 17.7754 8.8453 18.2513 8.7357 18.742L7.87498 22.5957C7.71556 23.3095 8.48256 23.8692 9.10913 23.4964L12.4921 21.4833C12.9229 21.2269 13.4798 21.4087 13.6783 21.8704L15.2372 25.4963C15.5259 26.1679 16.4739 26.1679 16.7627 25.4963L18.3215 21.8704C18.52 21.4087 19.077 21.2269 19.5077 21.4833L22.8907 23.4964C23.5173 23.8692 24.2843 23.3095 24.1249 22.5957L23.2641 18.742C23.1545 18.2513 23.4988 17.7754 23.9973 17.7285L27.9122 17.3598C28.6373 17.2916 28.9303 16.3859 28.3836 15.9026L25.4321 13.293C25.2442 13.1269 25.1502 12.8968 25.1502 12.6666H22.6666C22.6666 16.3485 19.6818 19.3333 15.9999 19.3333C12.318 19.3333 9.33325 16.3485 9.33325 12.6666H6.84962Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <rect x=\"2.66675\" y=\"11.3334\" width=\"26.6667\" height=\"1.33333\" rx=\"0.666667\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M22.6666 12.6666C22.6666 13.5421 22.4941 14.409 22.1591 15.2178C21.8241 16.0267 21.333 16.7616 20.714 17.3807C20.0949 17.9997 19.36 18.4908 18.5511 18.8258C17.7423 19.1609 16.8754 19.3333 15.9999 19.3333C15.1244 19.3333 14.2575 19.1609 13.4487 18.8258C12.6399 18.4908 11.9049 17.9997 11.2859 17.3807C10.6668 16.7616 10.1758 16.0267 9.84072 15.2178C9.50569 14.409 9.33325 13.5421 9.33325 12.6666L22.6666 12.6666Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-clear-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiClearPolartwilightColour",
          "declaration": {
            "name": "ObiClearPolartwilightColour",
            "module": "src/icons/icon-clear-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-clear-polartwilight-colour",
          "declaration": {
            "name": "ObiClearPolartwilightColour",
            "module": "src/icons/icon-clear-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-clear-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiClearPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33341 11.3334C2.96522 11.3334 2.66675 11.6319 2.66675 12C2.66675 12.3682 2.96522 12.6667 3.33341 12.6667H6.84978C6.84978 12.8968 6.75583 13.127 6.56791 13.2931L3.6164 15.9027C3.06974 16.386 3.36271 17.2916 4.08781 17.3599L8.00273 17.7286C8.50124 17.7755 8.84546 18.2514 8.73586 18.7421L7.87514 22.5958C7.71572 23.3096 8.48272 23.8693 9.1093 23.4964L12.4923 21.4834C12.923 21.227 13.48 21.4088 13.6785 21.8705L15.2373 25.4964C15.526 26.1679 16.4741 26.1679 16.7628 25.4964L18.3217 21.8705C18.5202 21.4088 19.0771 21.227 19.5079 21.4834L22.8909 23.4964C23.5174 23.8693 24.2844 23.3096 24.125 22.5958L23.2643 18.7421C23.1547 18.2514 23.4989 17.7755 23.9974 17.7286L27.9124 17.3599C28.6375 17.2916 28.9304 16.386 28.3838 15.9027L25.4323 13.2931C25.2443 13.127 25.1504 12.8968 25.1504 12.6667H28.6667C29.0349 12.6667 29.3334 12.3682 29.3334 12C29.3334 11.6319 29.0349 11.3334 28.6667 11.3334H3.33341ZM22.6667 12.6667H9.33341C9.33341 16.3486 12.3182 19.3334 16.0001 19.3334C19.682 19.3334 22.6667 16.3486 22.6667 12.6667Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33341 11.3334C2.96522 11.3334 2.66675 11.6319 2.66675 12C2.66675 12.3682 2.96522 12.6667 3.33341 12.6667H6.84978C6.84978 12.8968 6.75583 13.127 6.56791 13.2931L3.6164 15.9027C3.06974 16.386 3.36271 17.2916 4.08781 17.3599L8.00273 17.7286C8.50124 17.7755 8.84546 18.2514 8.73586 18.7421L7.87514 22.5958C7.71572 23.3096 8.48272 23.8693 9.1093 23.4964L12.4923 21.4834C12.923 21.227 13.48 21.4088 13.6785 21.8705L15.2373 25.4964C15.526 26.1679 16.4741 26.1679 16.7628 25.4964L18.3217 21.8705C18.5202 21.4088 19.0771 21.227 19.5079 21.4834L22.8909 23.4964C23.5174 23.8693 24.2844 23.3096 24.125 22.5958L23.2643 18.7421C23.1547 18.2514 23.4989 17.7755 23.9974 17.7286L27.9124 17.3599C28.6375 17.2916 28.9304 16.386 28.3838 15.9027L25.4323 13.2931C25.2443 13.127 25.1504 12.8968 25.1504 12.6667H28.6667C29.0349 12.6667 29.3334 12.3682 29.3334 12C29.3334 11.6319 29.0349 11.3334 28.6667 11.3334H3.33341ZM22.6667 12.6667H9.33341C9.33341 16.3486 12.3182 19.3334 16.0001 19.3334C19.682 19.3334 22.6667 16.3486 22.6667 12.6667Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-clear-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiClearPolartwilight",
          "declaration": {
            "name": "ObiClearPolartwilight",
            "module": "src/icons/icon-clear-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-clear-polartwilight",
          "declaration": {
            "name": "ObiClearPolartwilight",
            "module": "src/icons/icon-clear-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-close-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCloseGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-close-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCloseGoogle",
          "declaration": {
            "name": "ObiCloseGoogle",
            "module": "src/icons/icon-close-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-close-google",
          "declaration": {
            "name": "ObiCloseGoogle",
            "module": "src/icons/icon-close-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cloudy-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCloudyColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.9059 7.33337C16.4602 7.33337 14.2275 8.78594 13.128 11.1175L12.7119 11.9999L11.8194 11.6057C11.5845 11.5019 11.3479 11.4581 11.0941 11.4581C10.2161 11.4581 9.45258 12.0078 9.14967 12.8566L8.86573 13.6522L8.03382 13.5052C7.94322 13.4892 7.86878 13.4872 7.67452 13.4872C6.67487 13.4872 5.74958 13.897 5.05723 14.6572C4.37536 15.407 4 16.3655 4 17.377V17.4315C4.02838 18.5559 4.43966 19.5277 5.14566 20.2246L5.15837 20.2372L5.17062 20.2502C5.82894 20.9482 6.72663 21.3334 7.67451 21.3334H25.149C27.0296 21.3334 28.6667 19.6989 28.6667 17.5766C28.6667 15.7972 27.5238 14.3219 26.0459 13.9175L25.4233 13.7471L25.3221 13.1095C24.7959 9.7913 22.0403 7.33337 18.9059 7.33337ZM11.721 9.50746C13.2394 6.95044 15.926 5.33337 18.9059 5.33337C22.9098 5.33337 26.2905 8.28966 27.1814 12.1955C29.2636 13.0506 30.6667 15.1906 30.6667 17.5766C30.6667 20.7101 28.2253 23.3334 25.149 23.3334H7.67451C6.18125 23.3334 4.76271 22.7255 3.72795 21.6354C2.62481 20.5396 2.0369 19.0591 2.00026 17.4666L2 17.4551V17.377C2 15.8607 2.56574 14.4241 3.57784 13.3113C4.62294 12.1636 6.04868 11.5112 7.58866 11.4879C8.30065 10.2598 9.60309 9.45811 11.0941 9.45811C11.3005 9.45811 11.5098 9.47338 11.721 9.50746Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.9059 7.33337C16.4602 7.33337 14.2275 8.78594 13.128 11.1175L12.7119 11.9999L11.8194 11.6057C11.5845 11.5019 11.3479 11.4581 11.0941 11.4581C10.2161 11.4581 9.45258 12.0078 9.14967 12.8566L8.86573 13.6522L8.03382 13.5052C7.94322 13.4892 7.86878 13.4872 7.67452 13.4872C6.67487 13.4872 5.74958 13.897 5.05723 14.6572C4.37536 15.407 4 16.3655 4 17.377V17.4315C4.02838 18.5559 4.43966 19.5277 5.14566 20.2246L5.15837 20.2372L5.17062 20.2502C5.82894 20.9482 6.72664 21.3334 7.67451 21.3334H25.149C27.0296 21.3334 28.6667 19.6989 28.6667 17.5766C28.6667 15.7972 27.5238 14.3219 26.0459 13.9175L25.4233 13.7471L25.3221 13.1095C24.7959 9.7913 22.0403 7.33337 18.9059 7.33337Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.9059 7.33337C16.4602 7.33337 14.2275 8.78594 13.128 11.1175L12.7119 11.9999L11.8194 11.6057C11.5845 11.5019 11.3479 11.4581 11.0941 11.4581C10.2161 11.4581 9.45258 12.0078 9.14967 12.8566L8.86573 13.6522L8.03382 13.5052C7.94322 13.4892 7.86878 13.4872 7.67452 13.4872C6.67487 13.4872 5.74958 13.897 5.05723 14.6572C4.37536 15.407 4 16.3655 4 17.377V17.4315C4.02838 18.5559 4.43966 19.5277 5.14566 20.2246L5.15837 20.2372L5.17062 20.2502C5.82894 20.9482 6.72663 21.3334 7.67451 21.3334H25.149C27.0296 21.3334 28.6667 19.6989 28.6667 17.5766C28.6667 15.7972 27.5238 14.3219 26.0459 13.9175L25.4233 13.7471L25.3221 13.1095C24.7959 9.7913 22.0403 7.33337 18.9059 7.33337ZM11.721 9.50746C13.2394 6.95044 15.926 5.33337 18.9059 5.33337C22.9098 5.33337 26.2905 8.28966 27.1814 12.1955C29.2636 13.0506 30.6667 15.1906 30.6667 17.5766C30.6667 20.7101 28.2253 23.3334 25.149 23.3334H7.67451C6.18125 23.3334 4.76271 22.7255 3.72795 21.6354C2.62481 20.5396 2.0369 19.0591 2.00026 17.4666L2 17.4551V17.377C2 15.8607 2.56574 14.4241 3.57784 13.3113C4.62294 12.1636 6.04868 11.5112 7.58866 11.4879C8.30065 10.2598 9.60309 9.45811 11.0941 9.45811C11.3005 9.45811 11.5098 9.47338 11.721 9.50746Z\" style=\"fill: var(--data-weather-cloud-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.9059 7.33337C16.4602 7.33337 14.2275 8.78594 13.128 11.1175L12.7119 11.9999L11.8194 11.6057C11.5845 11.5019 11.3479 11.4581 11.0941 11.4581C10.2161 11.4581 9.45258 12.0078 9.14967 12.8566L8.86573 13.6522L8.03382 13.5052C7.94322 13.4892 7.86878 13.4872 7.67452 13.4872C6.67487 13.4872 5.74958 13.897 5.05723 14.6572C4.37536 15.407 4 16.3655 4 17.377V17.4315C4.02838 18.5559 4.43966 19.5277 5.14566 20.2246L5.15837 20.2372L5.17062 20.2502C5.82894 20.9482 6.72664 21.3334 7.67451 21.3334H25.149C27.0296 21.3334 28.6667 19.6989 28.6667 17.5766C28.6667 15.7972 27.5238 14.3219 26.0459 13.9175L25.4233 13.7471L25.3221 13.1095C24.7959 9.7913 22.0403 7.33337 18.9059 7.33337Z\" style=\"fill: var(--data-weather-cloud-seconday-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cloudy-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCloudyColour",
          "declaration": {
            "name": "ObiCloudyColour",
            "module": "src/icons/icon-cloudy-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cloudy-colour",
          "declaration": {
            "name": "ObiCloudyColour",
            "module": "src/icons/icon-cloudy-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cloudy.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCloudy",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.9059 7.33337C16.4602 7.33337 14.2275 8.78594 13.128 11.1175L12.7119 11.9999L11.8194 11.6057C11.5845 11.5019 11.3479 11.4581 11.0941 11.4581C10.2161 11.4581 9.45258 12.0078 9.14967 12.8566L8.86573 13.6522L8.03382 13.5052C7.94322 13.4892 7.86878 13.4872 7.67452 13.4872C6.67487 13.4872 5.74958 13.897 5.05723 14.6572C4.37536 15.407 4 16.3655 4 17.377V17.4315C4.02838 18.5559 4.43966 19.5277 5.14566 20.2246L5.15837 20.2372L5.17062 20.2502C5.82894 20.9482 6.72663 21.3334 7.67451 21.3334H25.149C27.0296 21.3334 28.6667 19.6989 28.6667 17.5766C28.6667 15.7972 27.5238 14.3219 26.0459 13.9175L25.4233 13.7471L25.3221 13.1095C24.7959 9.7913 22.0403 7.33337 18.9059 7.33337ZM11.721 9.50746C13.2394 6.95044 15.926 5.33337 18.9059 5.33337C22.9098 5.33337 26.2905 8.28966 27.1814 12.1955C29.2636 13.0506 30.6667 15.1906 30.6667 17.5766C30.6667 20.7101 28.2253 23.3334 25.149 23.3334H7.67451C6.18125 23.3334 4.76271 22.7255 3.72795 21.6354C2.62481 20.5396 2.0369 19.0591 2.00026 17.4666L2 17.4551V17.377C2 15.8607 2.56574 14.4241 3.57784 13.3113C4.62294 12.1636 6.04868 11.5112 7.58866 11.4879C8.30065 10.2598 9.60309 9.45811 11.0941 9.45811C11.3005 9.45811 11.5098 9.47338 11.721 9.50746Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.9059 7.33337C16.4602 7.33337 14.2275 8.78594 13.128 11.1175L12.7119 11.9999L11.8194 11.6057C11.5845 11.5019 11.3479 11.4581 11.0941 11.4581C10.2161 11.4581 9.45258 12.0078 9.14967 12.8566L8.86573 13.6522L8.03382 13.5052C7.94322 13.4892 7.86878 13.4872 7.67452 13.4872C6.67487 13.4872 5.74958 13.897 5.05723 14.6572C4.37536 15.407 4 16.3655 4 17.377V17.4315C4.02838 18.5559 4.43966 19.5277 5.14566 20.2246L5.15837 20.2372L5.17062 20.2502C5.82894 20.9482 6.72663 21.3334 7.67451 21.3334H25.149C27.0296 21.3334 28.6667 19.6989 28.6667 17.5766C28.6667 15.7972 27.5238 14.3219 26.0459 13.9175L25.4233 13.7471L25.3221 13.1095C24.7959 9.7913 22.0403 7.33337 18.9059 7.33337ZM11.721 9.50746C13.2394 6.95044 15.926 5.33337 18.9059 5.33337C22.9098 5.33337 26.2905 8.28966 27.1814 12.1955C29.2636 13.0506 30.6667 15.1906 30.6667 17.5766C30.6667 20.7101 28.2253 23.3334 25.149 23.3334H7.67451C6.18125 23.3334 4.76271 22.7255 3.72795 21.6354C2.62481 20.5396 2.0369 19.0591 2.00026 17.4666L2 17.4551V17.377C2 15.8607 2.56574 14.4241 3.57784 13.3113C4.62294 12.1636 6.04868 11.5112 7.58866 11.4879C8.30065 10.2598 9.60309 9.45811 11.0941 9.45811C11.3005 9.45811 11.5098 9.47338 11.721 9.50746Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cloudy",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCloudy",
          "declaration": {
            "name": "ObiCloudy",
            "module": "src/icons/icon-cloudy.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cloudy",
          "declaration": {
            "name": "ObiCloudy",
            "module": "src/icons/icon-cloudy.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-coastal-navigation.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCoastalNavigation",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.6099 5.80388V1.99988L12.1099 1.99988V5.80388C12.1099 7.14699 11.1691 8.30649 9.85476 8.58318L7.78628 9.01865C6.99118 9.18604 6.93796 10.301 7.7135 10.5434C9.33519 11.0501 9.85885 13.0849 8.68329 14.3116L5.86219 17.2553C4.94725 18.21 3.68221 18.7499 2.35986 18.7499L2.35986 17.2499C3.27332 17.2499 4.14718 16.877 4.77921 16.2175L7.6003 13.2737C8.00544 12.851 7.82497 12.1497 7.26609 11.9751C5.0157 11.2718 5.17013 8.03654 7.47727 7.55083L9.54574 7.11536C10.1659 6.98479 10.6099 6.43766 10.6099 5.80388Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.1099 3.74092C19.1099 2.39028 17.6447 1.54876 16.4781 2.2293L14.9467 3.12263C14.5094 3.37769 14.2041 3.80956 14.1093 4.3068L13.9158 5.3229C13.6767 6.57807 14.8197 7.65799 16.0593 7.34809L17.7843 6.91685C18.5633 6.72209 19.1099 6.02212 19.1099 5.2191V3.74092ZM17.6099 3.74092C17.6099 3.54797 17.4006 3.42775 17.2339 3.52497L15.7025 4.4183C15.64 4.45474 15.5964 4.51644 15.5829 4.58747L15.3893 5.60357C15.3552 5.78288 15.5184 5.93715 15.6955 5.89288L17.4205 5.46164C17.5318 5.43382 17.6099 5.33382 17.6099 5.2191V3.74092Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.9535 9.88054C20.58 9.88596 21.1945 9.95667 21.7392 10.0502C21.8327 10.5949 21.9034 11.2094 21.9088 11.8359C21.9205 13.1788 21.6327 14.3994 20.8271 15.2049L13.9611 22.071L9.71842 17.8283L16.5845 10.9623C17.39 10.1567 18.6106 9.86893 19.9535 9.88054ZM13.9611 19.9496L19.7665 14.1442C20.1546 13.7562 20.4191 13.0275 20.4089 11.8488C20.4076 11.6984 20.4018 11.5474 20.3922 11.3972C20.242 11.3876 20.091 11.3818 19.9406 11.3805C18.7619 11.3703 18.0332 11.6348 17.6452 12.0229L11.8397 17.8283L13.9611 19.9496Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.6099 5.80388V1.99988L12.1099 1.99988V5.80388C12.1099 7.14699 11.1691 8.30649 9.85476 8.58318L7.78628 9.01865C6.99118 9.18604 6.93796 10.301 7.7135 10.5434C9.33519 11.0501 9.85885 13.0849 8.68329 14.3116L5.86219 17.2553C4.94725 18.21 3.68221 18.7499 2.35986 18.7499L2.35986 17.2499C3.27332 17.2499 4.14718 16.877 4.77921 16.2175L7.6003 13.2737C8.00544 12.851 7.82497 12.1497 7.26609 11.9751C5.0157 11.2718 5.17013 8.03654 7.47727 7.55083L9.54574 7.11536C10.1659 6.98479 10.6099 6.43766 10.6099 5.80388Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.1099 3.74092C19.1099 2.39028 17.6447 1.54876 16.4781 2.2293L14.9467 3.12263C14.5094 3.37769 14.2041 3.80956 14.1093 4.3068L13.9158 5.3229C13.6767 6.57807 14.8197 7.65799 16.0593 7.34809L17.7843 6.91685C18.5633 6.72209 19.1099 6.02212 19.1099 5.2191V3.74092ZM17.6099 3.74092C17.6099 3.54797 17.4006 3.42775 17.2339 3.52497L15.7025 4.4183C15.64 4.45474 15.5964 4.51644 15.5829 4.58747L15.3893 5.60357C15.3552 5.78288 15.5184 5.93715 15.6955 5.89288L17.4205 5.46164C17.5318 5.43382 17.6099 5.33382 17.6099 5.2191V3.74092Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.9535 9.88054C20.58 9.88596 21.1945 9.95667 21.7392 10.0502C21.8327 10.5949 21.9034 11.2094 21.9088 11.8359C21.9205 13.1788 21.6327 14.3994 20.8271 15.2049L13.9611 22.071L9.71842 17.8283L16.5845 10.9623C17.39 10.1567 18.6106 9.86893 19.9535 9.88054ZM13.9611 19.9496L19.7665 14.1442C20.1546 13.7562 20.4191 13.0275 20.4089 11.8488C20.4076 11.6984 20.4018 11.5474 20.3922 11.3972C20.242 11.3876 20.091 11.3818 19.9406 11.3805C18.7619 11.3703 18.0332 11.6348 17.6452 12.0229L11.8397 17.8283L13.9611 19.9496Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-coastal-navigation",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCoastalNavigation",
          "declaration": {
            "name": "ObiCoastalNavigation",
            "module": "src/icons/icon-coastal-navigation.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-coastal-navigation",
          "declaration": {
            "name": "ObiCoastalNavigation",
            "module": "src/icons/icon-coastal-navigation.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-coffee.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCoffee",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 3H20C21.11 3 22 3.89 22 5V8C22 9.1 21.11 10 20 10H18V13C18 15.21 16.21 17 14 17H8C5.79 17 4 15.21 4 13V3ZM14 15C15.1 15 16 14.1 16 13V5H6V13C6 14.1 6.9 15 8 15H14ZM20 8H18V5H20V8Z\" fill=\"currentColor\"/> <path d=\"M19 19H4V21H19V19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 3H20C21.11 3 22 3.89 22 5V8C22 9.1 21.11 10 20 10H18V13C18 15.21 16.21 17 14 17H8C5.79 17 4 15.21 4 13V3ZM14 15C15.1 15 16 14.1 16 13V5H6V13C6 14.1 6.9 15 8 15H14ZM20 8H18V5H20V8Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 19H4V21H19V19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-coffee",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCoffee",
          "declaration": {
            "name": "ObiCoffee",
            "module": "src/icons/icon-coffee.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-coffee",
          "declaration": {
            "name": "ObiCoffee",
            "module": "src/icons/icon-coffee.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cog.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCog",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 15.6668L16.9335 18.5962L12 6.4705L7.06647 18.5962L12 15.6668ZM11.5333 2.31064C11.7018 1.89645 12.2982 1.89645 12.4667 2.31064L19.9243 20.6401C20.2835 21.5228 19.2919 22.3463 18.4667 21.8505L12 18L5.53327 21.8505C4.70814 22.3463 3.71651 21.5228 4.07565 20.6401L11.5333 2.31064Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 15.6668L16.9335 18.5962L12 6.4705L7.06647 18.5962L12 15.6668ZM11.5333 2.31064C11.7018 1.89645 12.2982 1.89645 12.4667 2.31064L19.9243 20.6401C20.2835 21.5228 19.2919 22.3463 18.4667 21.8505L12 18L5.53327 21.8505C4.70814 22.3463 3.71651 21.5228 4.07565 20.6401L11.5333 2.31064Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cog",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCog",
          "declaration": {
            "name": "ObiCog",
            "module": "src/icons/icon-cog.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cog",
          "declaration": {
            "name": "ObiCog",
            "module": "src/icons/icon-cog.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cold-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiColdGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M22 11H17.83L21.07 7.76L19.66 6.34L15 11H13V9L17.66 4.34L16.24 2.93L13 6.17V2H11V6.17L7.76 2.93L6.34 4.34L11 9V11H9L4.34 6.34L2.93 7.76L6.17 11H2V13H6.17L2.93 16.24L4.34 17.66L9 13H11V15L6.34 19.66L7.76 21.07L11 17.83V22H13V17.83L16.24 21.07L17.66 19.66L13 15V13H15L19.66 17.66L21.07 16.24L17.83 13H22V11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M22 11H17.83L21.07 7.76L19.66 6.34L15 11H13V9L17.66 4.34L16.24 2.93L13 6.17V2H11V6.17L7.76 2.93L6.34 4.34L11 9V11H9L4.34 6.34L2.93 7.76L6.17 11H2V13H6.17L2.93 16.24L4.34 17.66L9 13H11V15L6.34 19.66L7.76 21.07L11 17.83V22H13V17.83L16.24 21.07L17.66 19.66L13 15V13H15L19.66 17.66L21.07 16.24L17.83 13H22V11Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cold-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiColdGoogle",
          "declaration": {
            "name": "ObiColdGoogle",
            "module": "src/icons/icon-cold-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cold-google",
          "declaration": {
            "name": "ObiColdGoogle",
            "module": "src/icons/icon-cold-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-com-call-active-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiComCallActiveGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 15.5C18.75 15.5 17.55 15.3 16.43 14.93C16.08 14.82 15.69 14.9 15.41 15.17L13.21 17.37C10.38 15.93 8.06 13.62 6.62 10.78L8.82 8.57C9.1 8.31 9.18 7.92 9.07 7.57C8.7 6.45 8.5 5.25 8.5 4C8.5 3.45 8.05 3 7.5 3H4C3.45 3 3 3.45 3 4C3 13.39 10.61 21 20 21C20.55 21 21 20.55 21 20V16.5C21 15.95 20.55 15.5 20 15.5ZM19 12H21C21 7.03 16.97 3 12 3V5C15.87 5 19 8.13 19 12ZM15 12H17C17 9.24 14.76 7 12 7V9C13.66 9 15 10.34 15 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 15.5C18.75 15.5 17.55 15.3 16.43 14.93C16.08 14.82 15.69 14.9 15.41 15.17L13.21 17.37C10.38 15.93 8.06 13.62 6.62 10.78L8.82 8.57C9.1 8.31 9.18 7.92 9.07 7.57C8.7 6.45 8.5 5.25 8.5 4C8.5 3.45 8.05 3 7.5 3H4C3.45 3 3 3.45 3 4C3 13.39 10.61 21 20 21C20.55 21 21 20.55 21 20V16.5C21 15.95 20.55 15.5 20 15.5ZM19 12H21C21 7.03 16.97 3 12 3V5C15.87 5 19 8.13 19 12ZM15 12H17C17 9.24 14.76 7 12 7V9C13.66 9 15 10.34 15 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-com-call-active-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiComCallActiveGoogle",
          "declaration": {
            "name": "ObiComCallActiveGoogle",
            "module": "src/icons/icon-com-call-active-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-com-call-active-google",
          "declaration": {
            "name": "ObiComCallActiveGoogle",
            "module": "src/icons/icon-com-call-active-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-com-call-end-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiComCallEndGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 9.07001C10.4 9.07001 8.85 9.32001 7.4 9.79001V12.89C7.4 13.28 7.17 13.63 6.84 13.79C5.86 14.28 4.97 14.91 4.18 15.64C4 15.82 3.75 15.92 3.48 15.92C3.2 15.92 2.95 15.81 2.77 15.63L0.29 13.15C0.11 12.98 0 12.73 0 12.45C0 12.17 0.11 11.92 0.29 11.74C3.34 8.85001 7.46 7.07001 12 7.07001C16.54 7.07001 20.66 8.85001 23.71 11.74C23.89 11.92 24 12.17 24 12.45C24 12.73 23.89 12.98 23.71 13.16L21.23 15.64C21.05 15.82 20.8 15.93 20.52 15.93C20.25 15.93 20 15.82 19.82 15.65C19.03 14.91 18.13 14.29 17.15 13.8C16.82 13.64 16.59 13.3 16.59 12.9V9.80001C15.15 9.32001 13.6 9.07001 12 9.07001Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 9.07001C10.4 9.07001 8.85 9.32001 7.4 9.79001V12.89C7.4 13.28 7.17 13.63 6.84 13.79C5.86 14.28 4.97 14.91 4.18 15.64C4 15.82 3.75 15.92 3.48 15.92C3.2 15.92 2.95 15.81 2.77 15.63L0.29 13.15C0.11 12.98 0 12.73 0 12.45C0 12.17 0.11 11.92 0.29 11.74C3.34 8.85001 7.46 7.07001 12 7.07001C16.54 7.07001 20.66 8.85001 23.71 11.74C23.89 11.92 24 12.17 24 12.45C24 12.73 23.89 12.98 23.71 13.16L21.23 15.64C21.05 15.82 20.8 15.93 20.52 15.93C20.25 15.93 20 15.82 19.82 15.65C19.03 14.91 18.13 14.29 17.15 13.8C16.82 13.64 16.59 13.3 16.59 12.9V9.80001C15.15 9.32001 13.6 9.07001 12 9.07001Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-com-call-end-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiComCallEndGoogle",
          "declaration": {
            "name": "ObiComCallEndGoogle",
            "module": "src/icons/icon-com-call-end-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-com-call-end-google",
          "declaration": {
            "name": "ObiComCallEndGoogle",
            "module": "src/icons/icon-com-call-end-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-com-call-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiComCallGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 15.5C18.75 15.5 17.55 15.3 16.43 14.93C16.08 14.82 15.69 14.9 15.41 15.17L13.21 17.37C10.38 15.93 8.06 13.62 6.62 10.78L8.82 8.57C9.1 8.31 9.18 7.92 9.07 7.57C8.7 6.45 8.5 5.25 8.5 4C8.5 3.45 8.05 3 7.5 3H4C3.45 3 3 3.45 3 4C3 13.39 10.61 21 20 21C20.55 21 21 20.55 21 20V16.5C21 15.95 20.55 15.5 20 15.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 15.5C18.75 15.5 17.55 15.3 16.43 14.93C16.08 14.82 15.69 14.9 15.41 15.17L13.21 17.37C10.38 15.93 8.06 13.62 6.62 10.78L8.82 8.57C9.1 8.31 9.18 7.92 9.07 7.57C8.7 6.45 8.5 5.25 8.5 4C8.5 3.45 8.05 3 7.5 3H4C3.45 3 3 3.45 3 4C3 13.39 10.61 21 20 21C20.55 21 21 20.55 21 20V16.5C21 15.95 20.55 15.5 20 15.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-com-call-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiComCallGoogle",
          "declaration": {
            "name": "ObiComCallGoogle",
            "module": "src/icons/icon-com-call-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-com-call-google",
          "declaration": {
            "name": "ObiComCallGoogle",
            "module": "src/icons/icon-com-call-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-com-mic-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiComMicGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 14C13.66 14 14.99 12.66 14.99 11L15 5C15 3.34 13.66 2 12 2C10.34 2 9 3.34 9 5V11C9 12.66 10.34 14 12 14Z\" fill=\"currentColor\"/> <path d=\"M17.3 11C17.3 14 14.76 16.1 12 16.1C9.24 16.1 6.7 14 6.7 11H5C5 14.41 7.72 17.23 11 17.72V21H13V17.72C16.28 17.24 19 14.42 19 11H17.3Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 14C13.66 14 14.99 12.66 14.99 11L15 5C15 3.34 13.66 2 12 2C10.34 2 9 3.34 9 5V11C9 12.66 10.34 14 12 14Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.3 11C17.3 14 14.76 16.1 12 16.1C9.24 16.1 6.7 14 6.7 11H5C5 14.41 7.72 17.23 11 17.72V21H13V17.72C16.28 17.24 19 14.42 19 11H17.3Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-com-mic-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiComMicGoogle",
          "declaration": {
            "name": "ObiComMicGoogle",
            "module": "src/icons/icon-com-mic-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-com-mic-google",
          "declaration": {
            "name": "ObiComMicGoogle",
            "module": "src/icons/icon-com-mic-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-com-mic-muted-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiComMicMutedGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.8 4.9C10.8 4.24 11.34 3.7 12 3.7C12.66 3.7 13.2 4.24 13.2 4.9L13.19 8.81L15 10.6V5C15 3.34 13.66 2 12 2C10.46 2 9.21 3.16 9.04 4.65L10.8 6.41V4.9ZM19 11H17.3C17.3 11.58 17.2 12.13 17.03 12.64L18.3 13.91C18.74 13.03 19 12.04 19 11ZM4.41 2.86L3 4.27L9 10.27V11C9 12.66 10.34 14 12 14C12.23 14 12.44 13.97 12.65 13.92L14.31 15.58C13.6 15.91 12.81 16.1 12 16.1C9.24 16.1 6.7 14 6.7 11H5C5 14.41 7.72 17.23 11 17.72V21H13V17.72C13.91 17.59 14.77 17.27 15.55 16.82L19.75 21.02L21.16 19.61L4.41 2.86Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.8 4.9C10.8 4.24 11.34 3.7 12 3.7C12.66 3.7 13.2 4.24 13.2 4.9L13.19 8.81L15 10.6V5C15 3.34 13.66 2 12 2C10.46 2 9.21 3.16 9.04 4.65L10.8 6.41V4.9ZM19 11H17.3C17.3 11.58 17.2 12.13 17.03 12.64L18.3 13.91C18.74 13.03 19 12.04 19 11ZM4.41 2.86L3 4.27L9 10.27V11C9 12.66 10.34 14 12 14C12.23 14 12.44 13.97 12.65 13.92L14.31 15.58C13.6 15.91 12.81 16.1 12 16.1C9.24 16.1 6.7 14 6.7 11H5C5 14.41 7.72 17.23 11 17.72V21H13V17.72C13.91 17.59 14.77 17.27 15.55 16.82L19.75 21.02L21.16 19.61L4.41 2.86Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-com-mic-muted-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiComMicMutedGoogle",
          "declaration": {
            "name": "ObiComMicMutedGoogle",
            "module": "src/icons/icon-com-mic-muted-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-com-mic-muted-google",
          "declaration": {
            "name": "ObiComMicMutedGoogle",
            "module": "src/icons/icon-com-mic-muted-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-com-pa-list.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiComPaList",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 4.99833V3H19.8218V4.99833H2Z\" fill=\"currentColor\"/> <path d=\"M2.0198 8.99833V7H15V9L2.0198 8.99833Z\" fill=\"currentColor\"/> <path d=\"M2 11V12.9983L9 13V11H2Z\" fill=\"currentColor\"/> <path d=\"M15.5 11H12.1C11.6627 11 11.3361 11.1004 11.109 11.546C11 11.7599 11 12.0399 11 12.6V14.4C11 14.9601 11 15.2401 11.109 15.454C11.2049 15.6422 11.3578 15.7951 11.546 15.891C11.7599 16 11.9399 16 12.5 16V19H14.5V16H15.5L18.776 17.735C19.1755 17.9847 19.3752 18.1095 19.5401 18.0963C19.6837 18.0847 19.8155 18.0117 19.9014 17.896C20 17.7632 20 17.5277 20 17.0566V15.437C20.8626 15.215 21.5 14.4319 21.5 13.5C21.5 12.5681 20.8626 11.785 20 11.563V9.9434C20 9.4723 20 9.23676 19.9014 9.104C19.8155 8.98828 19.6837 8.91528 19.5401 8.90373C19.3752 8.89048 19.1755 9.01532 18.776 9.265L15.5 11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 4.99833V3H19.8218V4.99833H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.0198 8.99833V7H15V9L2.0198 8.99833Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 11V12.9983L9 13V11H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.5 11H12.1C11.6627 11 11.3361 11.1004 11.109 11.546C11 11.7599 11 12.0399 11 12.6V14.4C11 14.9601 11 15.2401 11.109 15.454C11.2049 15.6422 11.3578 15.7951 11.546 15.891C11.7599 16 11.9399 16 12.5 16V19H14.5V16H15.5L18.776 17.735C19.1755 17.9847 19.3752 18.1095 19.5401 18.0963C19.6837 18.0847 19.8155 18.0117 19.9014 17.896C20 17.7632 20 17.5277 20 17.0566V15.437C20.8626 15.215 21.5 14.4319 21.5 13.5C21.5 12.5681 20.8626 11.785 20 11.563V9.9434C20 9.4723 20 9.23676 19.9014 9.104C19.8155 8.98828 19.6837 8.91528 19.5401 8.90373C19.3752 8.89048 19.1755 9.01532 18.776 9.265L15.5 11Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-com-pa-list",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiComPaList",
          "declaration": {
            "name": "ObiComPaList",
            "module": "src/icons/icon-com-pa-list.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-com-pa-list",
          "declaration": {
            "name": "ObiComPaList",
            "module": "src/icons/icon-com-pa-list.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-com-pa.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiComPa",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 15.9999L11.2686 19.2685C12.1254 20.1252 12.5538 20.5536 12.9215 20.5826C13.2407 20.6077 13.5525 20.4785 13.7604 20.2351C14 19.9546 14 19.3487 14 18.1371V14.8293C15.1652 14.4175 16 13.3062 16 12C16 10.6938 15.1652 9.58254 14 9.17071V5.8626C14 4.65096 14 4.04515 13.7604 3.76462C13.5525 3.52121 13.2407 3.39204 12.9215 3.41715C12.5538 3.4461 12.1254 3.87447 11.2686 4.73123L8 7.99985H5.2C4.0799 7.99985 3.51984 7.99985 3.09202 8.21784C2.71569 8.40959 2.40973 8.71555 2.21799 9.09187C2 9.5197 2 10.0798 2 11.1999V12.7999C2 13.92 2 14.48 2.21799 14.9078C2.40973 15.2842 2.71569 15.5901 3.09202 15.7819C3.32953 15.9029 3.60779 15.9567 4 15.9807V20H6V15.9999H8ZM12 6.82828V17.1714L8.82843 13.9999C7.21895 13.9999 5.60948 13.9999 4 13.9999C4 12.6665 4 11.3332 4 9.99986C5.60948 9.99986 7.21895 9.99986 8.82843 9.99986L12 6.82828Z\" fill=\"currentColor\"/> <path d=\"M16.4472 7.89443L20.4472 5.89443L19.5528 4.10558L15.5528 6.10558L16.4472 7.89443Z\" fill=\"currentColor\"/> <path d=\"M18 13H22V11H18V13Z\" fill=\"currentColor\"/> <path d=\"M15.5528 17.8944L19.5528 19.8944L20.4472 18.1056L16.4472 16.1056L15.5528 17.8944Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 15.9999L11.2686 19.2685C12.1254 20.1252 12.5538 20.5536 12.9215 20.5826C13.2407 20.6077 13.5525 20.4785 13.7604 20.2351C14 19.9546 14 19.3487 14 18.1371V14.8293C15.1652 14.4175 16 13.3062 16 12C16 10.6938 15.1652 9.58254 14 9.17071V5.8626C14 4.65096 14 4.04515 13.7604 3.76462C13.5525 3.52121 13.2407 3.39204 12.9215 3.41715C12.5538 3.4461 12.1254 3.87447 11.2686 4.73123L8 7.99985H5.2C4.0799 7.99985 3.51984 7.99985 3.09202 8.21784C2.71569 8.40959 2.40973 8.71555 2.21799 9.09187C2 9.5197 2 10.0798 2 11.1999V12.7999C2 13.92 2 14.48 2.21799 14.9078C2.40973 15.2842 2.71569 15.5901 3.09202 15.7819C3.32953 15.9029 3.60779 15.9567 4 15.9807V20H6V15.9999H8ZM12 6.82828V17.1714L8.82843 13.9999C7.21895 13.9999 5.60948 13.9999 4 13.9999C4 12.6665 4 11.3332 4 9.99986C5.60948 9.99986 7.21895 9.99986 8.82843 9.99986L12 6.82828Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.4472 7.89443L20.4472 5.89443L19.5528 4.10558L15.5528 6.10558L16.4472 7.89443Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 13H22V11H18V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.5528 17.8944L19.5528 19.8944L20.4472 18.1056L16.4472 16.1056L15.5528 17.8944Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-com-pa",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiComPa",
          "declaration": {
            "name": "ObiComPa",
            "module": "src/icons/icon-com-pa.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-com-pa",
          "declaration": {
            "name": "ObiComPa",
            "module": "src/icons/icon-com-pa.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-com-radio-emergency.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiComRadioEmergency",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 8V2H7V8H11V7H13V8C14.1046 8 15 8.89543 15 10V11.5871C14.9298 11.6817 14.8649 11.7831 14.8059 11.8912L13.5 14.2853V10C13.5 9.72386 13.2761 9.5 13 9.5H5C4.72386 9.5 4.5 9.72386 4.5 10V20C4.5 20.2761 4.72386 20.5 5 20.5H10.2328C10.1251 21.0184 10.1916 21.5402 10.3935 22H5C3.89543 22 3 21.1046 3 20V10C3 8.89543 3.89543 8 5 8Z\" fill=\"currentColor\"/> <path d=\"M6 12.5H12V11H6V12.5Z\" fill=\"currentColor\"/> <path d=\"M12 15.5H6V14H12V15.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.685 22C11.9259 22 11.4436 21.1875 11.8071 20.5211L16.1226 12.6095C16.5016 11.9146 17.4993 11.9146 17.8784 12.6095L22.1938 20.5211C22.5573 21.1875 22.075 22 21.3159 22H12.685Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 8V2H7V8H11V7H13V8C14.1046 8 15 8.89543 15 10V11.5871C14.9298 11.6817 14.8649 11.7831 14.8059 11.8912L13.5 14.2853V10C13.5 9.72386 13.2761 9.5 13 9.5H5C4.72386 9.5 4.5 9.72386 4.5 10V20C4.5 20.2761 4.72386 20.5 5 20.5H10.2328C10.1251 21.0184 10.1916 21.5402 10.3935 22H5C3.89543 22 3 21.1046 3 20V10C3 8.89543 3.89543 8 5 8Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6 12.5H12V11H6V12.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 15.5H6V14H12V15.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.685 22C11.9259 22 11.4436 21.1875 11.8071 20.5211L16.1226 12.6095C16.5016 11.9146 17.4993 11.9146 17.8784 12.6095L22.1938 20.5211C22.5573 21.1875 22.075 22 21.3159 22H12.685Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-com-radio-emergency",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiComRadioEmergency",
          "declaration": {
            "name": "ObiComRadioEmergency",
            "module": "src/icons/icon-com-radio-emergency.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-com-radio-emergency",
          "declaration": {
            "name": "ObiComRadioEmergency",
            "module": "src/icons/icon-com-radio-emergency.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-com-radio.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiComRadio",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 12.5H15V11H9V12.5Z\" fill=\"currentColor\"/> <path d=\"M9 15.5H15V14H9V15.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 8V2H10V8H14V7H16V8C17.1046 8 18 8.89543 18 10V20C18 21.1046 17.1046 22 16 22H8C6.89543 22 6 21.1046 6 20V10C6 8.89543 6.89543 8 8 8ZM16 9.5H8C7.72386 9.5 7.5 9.72386 7.5 10V20C7.5 20.2761 7.72386 20.5 8 20.5H16C16.2761 20.5 16.5 20.2761 16.5 20V10C16.5 9.72386 16.2761 9.5 16 9.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 12.5H15V11H9V12.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9 15.5H15V14H9V15.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 8V2H10V8H14V7H16V8C17.1046 8 18 8.89543 18 10V20C18 21.1046 17.1046 22 16 22H8C6.89543 22 6 21.1046 6 20V10C6 8.89543 6.89543 8 8 8ZM16 9.5H8C7.72386 9.5 7.5 9.72386 7.5 10V20C7.5 20.2761 7.72386 20.5 8 20.5H16C16.2761 20.5 16.5 20.2761 16.5 20V10C16.5 9.72386 16.2761 9.5 16 9.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-com-radio",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiComRadio",
          "declaration": {
            "name": "ObiComRadio",
            "module": "src/icons/icon-com-radio.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-com-radio",
          "declaration": {
            "name": "ObiComRadio",
            "module": "src/icons/icon-com-radio.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-command-auto-track.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCommandAutoTrack",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.135 16.75H12.863V9.63401H15.227V8.18201H8.77097V9.63401H11.135V16.75Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5614 3.08056L14.8769 4.53287C13.9841 4.18869 13.0141 4 12 4C10.9859 4 10.0159 4.18869 9.12308 4.53288L8.43854 3.08056C8.09427 2.35016 7.19926 2.06999 6.49997 2.47372C5.80068 2.87746 5.59581 3.79264 6.05622 4.45599L6.97279 5.77654C5.4642 6.99667 4.40818 8.75419 4.09584 10.758L2.49482 10.6245C1.69014 10.5575 1 11.1925 1 12C1 12.8074 1.69014 13.4425 2.49482 13.3754L4.09583 13.242C4.40816 15.2458 5.4642 17.0033 6.9728 18.2235L6.05628 19.5439C5.59587 20.2073 5.80074 21.1225 6.50003 21.5262C7.19933 21.93 8.09433 21.6498 8.4386 20.9194L9.12311 19.4671C10.0159 19.8113 10.9859 20 12 20C13.0141 20 13.9841 19.8113 14.8769 19.4671L15.5614 20.9194C15.9057 21.6498 16.8007 21.93 17.5 21.5262C18.1993 21.1225 18.4041 20.2073 17.9437 19.5439L17.0272 18.2235C18.5358 17.0033 19.5918 15.2458 19.9042 13.242L21.5052 13.3754C22.3099 13.4425 23 12.8074 23 12C23 11.1925 22.3099 10.5575 21.5052 10.6245L19.9042 10.758C19.5918 8.75418 18.5358 6.99665 17.0272 5.77651L17.9437 4.45599C18.4041 3.79264 18.1993 2.87746 17.5 2.47372C16.8007 2.06999 15.9057 2.35016 15.5614 3.08056ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.135 16.75H12.863V9.63401H15.227V8.18201H8.77097V9.63401H11.135V16.75Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5614 3.08056L14.8769 4.53287C13.9841 4.18869 13.0141 4 12 4C10.9859 4 10.0159 4.18869 9.12308 4.53288L8.43854 3.08056C8.09427 2.35016 7.19926 2.06999 6.49997 2.47372C5.80068 2.87746 5.59581 3.79264 6.05622 4.45599L6.97279 5.77654C5.4642 6.99667 4.40818 8.75419 4.09584 10.758L2.49482 10.6245C1.69014 10.5575 1 11.1925 1 12C1 12.8074 1.69014 13.4425 2.49482 13.3754L4.09583 13.242C4.40816 15.2458 5.4642 17.0033 6.9728 18.2235L6.05628 19.5439C5.59587 20.2073 5.80074 21.1225 6.50003 21.5262C7.19933 21.93 8.09433 21.6498 8.4386 20.9194L9.12311 19.4671C10.0159 19.8113 10.9859 20 12 20C13.0141 20 13.9841 19.8113 14.8769 19.4671L15.5614 20.9194C15.9057 21.6498 16.8007 21.93 17.5 21.5262C18.1993 21.1225 18.4041 20.2073 17.9437 19.5439L17.0272 18.2235C18.5358 17.0033 19.5918 15.2458 19.9042 13.242L21.5052 13.3754C22.3099 13.4425 23 12.8074 23 12C23 11.1925 22.3099 10.5575 21.5052 10.6245L19.9042 10.758C19.5918 8.75418 18.5358 6.99665 17.0272 5.77651L17.9437 4.45599C18.4041 3.79264 18.1993 2.87746 17.5 2.47372C16.8007 2.06999 15.9057 2.35016 15.5614 3.08056ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-command-auto-track",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCommandAutoTrack",
          "declaration": {
            "name": "ObiCommandAutoTrack",
            "module": "src/icons/icon-command-auto-track.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-command-auto-track",
          "declaration": {
            "name": "ObiCommandAutoTrack",
            "module": "src/icons/icon-command-auto-track.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-command-autopilot.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCommandAutopilot",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5614 3.08056L14.8769 4.53287C13.9841 4.18869 13.0141 4 12 4C10.9859 4 10.0159 4.18869 9.12308 4.53288L8.43854 3.08056C8.09427 2.35016 7.19926 2.06999 6.49997 2.47372C5.80068 2.87746 5.59581 3.79264 6.05622 4.45599L6.97279 5.77654C5.4642 6.99667 4.40818 8.75419 4.09584 10.758L2.49482 10.6245C1.69014 10.5575 1 11.1925 1 12C1 12.8074 1.69014 13.4425 2.49482 13.3754L4.09583 13.242C4.40816 15.2458 5.4642 17.0033 6.9728 18.2235L6.05628 19.5439C5.59587 20.2073 5.80074 21.1225 6.50003 21.5262C7.19933 21.93 8.09433 21.6498 8.4386 20.9194L9.12311 19.4671C10.0159 19.8113 10.9859 20 12 20C13.0141 20 13.9841 19.8113 14.8769 19.4671L15.5614 20.9194C15.9057 21.6498 16.8007 21.93 17.5 21.5262C18.1993 21.1225 18.4041 20.2073 17.9437 19.5439L17.0272 18.2235C18.5358 17.0033 19.5918 15.2458 19.9042 13.242L21.5052 13.3754C22.3099 13.4425 23 12.8074 23 12C23 11.1925 22.3099 10.5575 21.5052 10.6245L19.9042 10.758C19.5918 8.75418 18.5358 6.99665 17.0272 5.77651L17.9437 4.45599C18.4041 3.79264 18.1993 2.87746 17.5 2.47372C16.8007 2.06999 15.9057 2.35016 15.5614 3.08056ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" fill=\"currentColor\"/> <path d=\"M14.348 16L13.676 13.888H10.532L9.86 16H8L11.06 7.396H13.136L16.208 16H14.348ZM12.104 8.704C11.789 9.96398 11.3646 11.1981 10.976 12.436H13.256C12.8597 11.1967 12.4353 9.96276 12.104 8.704Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5614 3.08056L14.8769 4.53287C13.9841 4.18869 13.0141 4 12 4C10.9859 4 10.0159 4.18869 9.12308 4.53288L8.43854 3.08056C8.09427 2.35016 7.19926 2.06999 6.49997 2.47372C5.80068 2.87746 5.59581 3.79264 6.05622 4.45599L6.97279 5.77654C5.4642 6.99667 4.40818 8.75419 4.09584 10.758L2.49482 10.6245C1.69014 10.5575 1 11.1925 1 12C1 12.8074 1.69014 13.4425 2.49482 13.3754L4.09583 13.242C4.40816 15.2458 5.4642 17.0033 6.9728 18.2235L6.05628 19.5439C5.59587 20.2073 5.80074 21.1225 6.50003 21.5262C7.19933 21.93 8.09433 21.6498 8.4386 20.9194L9.12311 19.4671C10.0159 19.8113 10.9859 20 12 20C13.0141 20 13.9841 19.8113 14.8769 19.4671L15.5614 20.9194C15.9057 21.6498 16.8007 21.93 17.5 21.5262C18.1993 21.1225 18.4041 20.2073 17.9437 19.5439L17.0272 18.2235C18.5358 17.0033 19.5918 15.2458 19.9042 13.242L21.5052 13.3754C22.3099 13.4425 23 12.8074 23 12C23 11.1925 22.3099 10.5575 21.5052 10.6245L19.9042 10.758C19.5918 8.75418 18.5358 6.99665 17.0272 5.77651L17.9437 4.45599C18.4041 3.79264 18.1993 2.87746 17.5 2.47372C16.8007 2.06999 15.9057 2.35016 15.5614 3.08056ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.348 16L13.676 13.888H10.532L9.86 16H8L11.06 7.396H13.136L16.208 16H14.348ZM12.104 8.704C11.789 9.96398 11.3646 11.1981 10.976 12.436H13.256C12.8597 11.1967 12.4353 9.96276 12.104 8.704Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-command-autopilot",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCommandAutopilot",
          "declaration": {
            "name": "ObiCommandAutopilot",
            "module": "src/icons/icon-command-autopilot.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-command-autopilot",
          "declaration": {
            "name": "ObiCommandAutopilot",
            "module": "src/icons/icon-command-autopilot.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-command-available.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCommandAvailable",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 20H18V10H6V20ZM12 17C12.55 17 13.0208 16.8042 13.4125 16.4125C13.8042 16.0208 14 15.55 14 15C14 14.45 13.8042 13.9792 13.4125 13.5875C13.0208 13.1958 12.55 13 12 13C11.45 13 10.9792 13.1958 10.5875 13.5875C10.1958 13.9792 10 14.45 10 15C10 15.55 10.1958 16.0208 10.5875 16.4125C10.9792 16.8042 11.45 17 12 17ZM6 22C5.45 22 4.97917 21.8042 4.5875 21.4125C4.19583 21.0208 4 20.55 4 20V10C4 9.45 4.19583 8.97917 4.5875 8.5875C4.97917 8.19583 5.45 8 6 8H13V6C13 4.61667 13.4875 3.4375 14.4625 2.4625C15.4375 1.4875 16.6167 1 18 1C19.3833 1 20.5625 1.4875 21.5375 2.4625C22.5125 3.4375 23 4.61667 23 6H21C21 5.16667 20.7083 4.45833 20.125 3.875C19.5417 3.29167 18.8333 3 18 3C17.1667 3 16.4583 3.29167 15.875 3.875C15.2917 4.45833 15 5.16667 15 6V8H18C18.55 8 19.0208 8.19583 19.4125 8.5875C19.8042 8.97917 20 9.45 20 10V20C20 20.55 19.8042 21.0208 19.4125 21.4125C19.0208 21.8042 18.55 22 18 22H6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 20H18V10H6V20ZM12 17C12.55 17 13.0208 16.8042 13.4125 16.4125C13.8042 16.0208 14 15.55 14 15C14 14.45 13.8042 13.9792 13.4125 13.5875C13.0208 13.1958 12.55 13 12 13C11.45 13 10.9792 13.1958 10.5875 13.5875C10.1958 13.9792 10 14.45 10 15C10 15.55 10.1958 16.0208 10.5875 16.4125C10.9792 16.8042 11.45 17 12 17ZM6 22C5.45 22 4.97917 21.8042 4.5875 21.4125C4.19583 21.0208 4 20.55 4 20V10C4 9.45 4.19583 8.97917 4.5875 8.5875C4.97917 8.19583 5.45 8 6 8H13V6C13 4.61667 13.4875 3.4375 14.4625 2.4625C15.4375 1.4875 16.6167 1 18 1C19.3833 1 20.5625 1.4875 21.5375 2.4625C22.5125 3.4375 23 4.61667 23 6H21C21 5.16667 20.7083 4.45833 20.125 3.875C19.5417 3.29167 18.8333 3 18 3C17.1667 3 16.4583 3.29167 15.875 3.875C15.2917 4.45833 15 5.16667 15 6V8H18C18.55 8 19.0208 8.19583 19.4125 8.5875C19.8042 8.97917 20 9.45 20 10V20C20 20.55 19.8042 21.0208 19.4125 21.4125C19.0208 21.8042 18.55 22 18 22H6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-command-available",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCommandAvailable",
          "declaration": {
            "name": "ObiCommandAvailable",
            "module": "src/icons/icon-command-available.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-command-available",
          "declaration": {
            "name": "ObiCommandAvailable",
            "module": "src/icons/icon-command-available.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-command-in.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCommandIn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 12C15 13.6568 13.6569 15 12 15C10.3431 15 9 13.6568 9 12C9 10.3431 10.3431 8.99997 12 8.99997C13.6569 8.99997 15 10.3431 15 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.54478 17.3994C6.2728 16.3486 5.37838 14.8571 5.09546 13.1587L2.49482 13.3754C1.69014 13.4425 1 12.8074 1 12C1 11.1925 1.69014 10.5575 2.49482 10.6245L5.09546 10.8413C5.37837 9.14286 6.27278 7.65133 7.54474 6.60059L6.05622 4.45599C5.59581 3.79264 5.80068 2.87746 6.49997 2.47372C7.19926 2.06999 8.09427 2.35016 8.43854 3.08056L9.55082 5.44039C10.3131 5.15564 11.1384 4.99997 12 4.99997C12.8616 4.99997 13.6868 5.15563 14.4491 5.44037L15.5614 3.08056C15.9057 2.35016 16.8007 2.06999 17.5 2.47372C18.1993 2.87746 18.4041 3.79264 17.9437 4.45599L16.4552 6.60056C17.7272 7.6513 18.6216 9.14285 18.9045 10.8413L21.5052 10.6245C22.3099 10.5575 23 11.1925 23 12C23 12.8074 22.3099 13.4425 21.5052 13.3754L18.9045 13.1587C18.6216 14.8571 17.7272 16.3486 16.4552 17.3994L17.9437 19.5439C18.4041 20.2073 18.1993 21.1225 17.5 21.5262C16.8007 21.93 15.9057 21.6498 15.5614 20.9194L14.4491 18.5596C13.6868 18.8443 12.8616 19 12 19C11.1384 19 10.3132 18.8443 9.55087 18.5596L8.4386 20.9194C8.09433 21.6498 7.19933 21.93 6.50003 21.5262C5.80074 21.1225 5.59587 20.2073 6.05628 19.5439L7.54478 17.3994ZM12 6.99997C12.915 6.99997 13.7885 7.2591 14.577 7.71438C15.3019 8.15121 15.9069 8.76675 16.3311 9.5C16.7565 10.2354 17 11.0893 17 12C17 12.9107 16.7565 13.7645 16.3311 14.4999C15.8718 15.2939 15.2053 15.9228 14.4148 16.3792C13.699 16.7748 12.8758 17 12 17C11.1243 17 10.3012 16.7748 9.58535 16.3793C8.79482 15.9229 8.12823 15.294 7.66889 14.4999C7.24348 13.7645 7 12.9107 7 12C7 11.0893 7.24348 10.2354 7.66889 9.5C8.09329 8.76633 8.69876 8.1505 9.42419 7.71363C10.2123 7.25862 11.0856 6.99997 12 6.99997Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 12C15 13.6568 13.6569 15 12 15C10.3431 15 9 13.6568 9 12C9 10.3431 10.3431 8.99997 12 8.99997C13.6569 8.99997 15 10.3431 15 12Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.54478 17.3994C6.2728 16.3486 5.37838 14.8571 5.09546 13.1587L2.49482 13.3754C1.69014 13.4425 1 12.8074 1 12C1 11.1925 1.69014 10.5575 2.49482 10.6245L5.09546 10.8413C5.37837 9.14286 6.27278 7.65133 7.54474 6.60059L6.05622 4.45599C5.59581 3.79264 5.80068 2.87746 6.49997 2.47372C7.19926 2.06999 8.09427 2.35016 8.43854 3.08056L9.55082 5.44039C10.3131 5.15564 11.1384 4.99997 12 4.99997C12.8616 4.99997 13.6868 5.15563 14.4491 5.44037L15.5614 3.08056C15.9057 2.35016 16.8007 2.06999 17.5 2.47372C18.1993 2.87746 18.4041 3.79264 17.9437 4.45599L16.4552 6.60056C17.7272 7.6513 18.6216 9.14285 18.9045 10.8413L21.5052 10.6245C22.3099 10.5575 23 11.1925 23 12C23 12.8074 22.3099 13.4425 21.5052 13.3754L18.9045 13.1587C18.6216 14.8571 17.7272 16.3486 16.4552 17.3994L17.9437 19.5439C18.4041 20.2073 18.1993 21.1225 17.5 21.5262C16.8007 21.93 15.9057 21.6498 15.5614 20.9194L14.4491 18.5596C13.6868 18.8443 12.8616 19 12 19C11.1384 19 10.3132 18.8443 9.55087 18.5596L8.4386 20.9194C8.09433 21.6498 7.19933 21.93 6.50003 21.5262C5.80074 21.1225 5.59587 20.2073 6.05628 19.5439L7.54478 17.3994ZM12 6.99997C12.915 6.99997 13.7885 7.2591 14.577 7.71438C15.3019 8.15121 15.9069 8.76675 16.3311 9.5C16.7565 10.2354 17 11.0893 17 12C17 12.9107 16.7565 13.7645 16.3311 14.4999C15.8718 15.2939 15.2053 15.9228 14.4148 16.3792C13.699 16.7748 12.8758 17 12 17C11.1243 17 10.3012 16.7748 9.58535 16.3793C8.79482 15.9229 8.12823 15.294 7.66889 14.4999C7.24348 13.7645 7 12.9107 7 12C7 11.0893 7.24348 10.2354 7.66889 9.5C8.09329 8.76633 8.69876 8.1505 9.42419 7.71363C10.2123 7.25862 11.0856 6.99997 12 6.99997Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-command-in",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCommandIn",
          "declaration": {
            "name": "ObiCommandIn",
            "module": "src/icons/icon-command-in.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-command-in",
          "declaration": {
            "name": "ObiCommandIn",
            "module": "src/icons/icon-command-in.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-command-locked-f.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCommandLockedF",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 8H17V6C17 3.24 14.76 1 12 1C9.24 1 7 3.24 7 6V8H6C4.9 8 4 8.9 4 10V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V10C20 8.9 19.1 8 18 8ZM9 6C9 4.34 10.34 3 12 3C13.66 3 15 4.34 15 6V8H9V6ZM14 15C14 16.1 13.1 17 12 17C10.9 17 10 16.1 10 15C10 13.9 10.9 13 12 13C13.1 13 14 13.9 14 15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 8H17V6C17 3.24 14.76 1 12 1C9.24 1 7 3.24 7 6V8H6C4.9 8 4 8.9 4 10V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V10C20 8.9 19.1 8 18 8ZM9 6C9 4.34 10.34 3 12 3C13.66 3 15 4.34 15 6V8H9V6ZM14 15C14 16.1 13.1 17 12 17C10.9 17 10 16.1 10 15C10 13.9 10.9 13 12 13C13.1 13 14 13.9 14 15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-command-locked-f",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCommandLockedF",
          "declaration": {
            "name": "ObiCommandLockedF",
            "module": "src/icons/icon-command-locked-f.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-command-locked-f",
          "declaration": {
            "name": "ObiCommandLockedF",
            "module": "src/icons/icon-command-locked-f.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-command-locked.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCommandLocked",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 22C5.45 22 4.97917 21.8042 4.5875 21.4125C4.19583 21.0208 4 20.55 4 20V10C4 9.45 4.19583 8.97917 4.5875 8.5875C4.97917 8.19583 5.45 8 6 8H7V6C7 4.61667 7.4875 3.4375 8.4625 2.4625C9.4375 1.4875 10.6167 1 12 1C13.3833 1 14.5625 1.4875 15.5375 2.4625C16.5125 3.4375 17 4.61667 17 6V8H18C18.55 8 19.0208 8.19583 19.4125 8.5875C19.8042 8.97917 20 9.45 20 10V20C20 20.55 19.8042 21.0208 19.4125 21.4125C19.0208 21.8042 18.55 22 18 22H6ZM6 20H18V10H6V20ZM12 17C12.55 17 13.0208 16.8042 13.4125 16.4125C13.8042 16.0208 14 15.55 14 15C14 14.45 13.8042 13.9792 13.4125 13.5875C13.0208 13.1958 12.55 13 12 13C11.45 13 10.9792 13.1958 10.5875 13.5875C10.1958 13.9792 10 14.45 10 15C10 15.55 10.1958 16.0208 10.5875 16.4125C10.9792 16.8042 11.45 17 12 17ZM9 8H15V6C15 5.16667 14.7083 4.45833 14.125 3.875C13.5417 3.29167 12.8333 3 12 3C11.1667 3 10.4583 3.29167 9.875 3.875C9.29167 4.45833 9 5.16667 9 6V8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 22C5.45 22 4.97917 21.8042 4.5875 21.4125C4.19583 21.0208 4 20.55 4 20V10C4 9.45 4.19583 8.97917 4.5875 8.5875C4.97917 8.19583 5.45 8 6 8H7V6C7 4.61667 7.4875 3.4375 8.4625 2.4625C9.4375 1.4875 10.6167 1 12 1C13.3833 1 14.5625 1.4875 15.5375 2.4625C16.5125 3.4375 17 4.61667 17 6V8H18C18.55 8 19.0208 8.19583 19.4125 8.5875C19.8042 8.97917 20 9.45 20 10V20C20 20.55 19.8042 21.0208 19.4125 21.4125C19.0208 21.8042 18.55 22 18 22H6ZM6 20H18V10H6V20ZM12 17C12.55 17 13.0208 16.8042 13.4125 16.4125C13.8042 16.0208 14 15.55 14 15C14 14.45 13.8042 13.9792 13.4125 13.5875C13.0208 13.1958 12.55 13 12 13C11.45 13 10.9792 13.1958 10.5875 13.5875C10.1958 13.9792 10 14.45 10 15C10 15.55 10.1958 16.0208 10.5875 16.4125C10.9792 16.8042 11.45 17 12 17ZM9 8H15V6C15 5.16667 14.7083 4.45833 14.125 3.875C13.5417 3.29167 12.8333 3 12 3C11.1667 3 10.4583 3.29167 9.875 3.875C9.29167 4.45833 9 5.16667 9 6V8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-command-locked",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCommandLocked",
          "declaration": {
            "name": "ObiCommandLocked",
            "module": "src/icons/icon-command-locked.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-command-locked",
          "declaration": {
            "name": "ObiCommandLocked",
            "module": "src/icons/icon-command-locked.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-command-no.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCommandNo",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.93622 1.59668L4.29791 2.74383L7.20692 6.89833C6.115 7.92461 5.35262 9.29748 5.09546 10.8413L2.49482 10.6245C1.69014 10.5575 1 11.1925 1 12C1 12.8074 1.69014 13.4425 2.49482 13.3754L5.09546 13.1587C5.37838 14.8571 6.2728 16.3486 7.54478 17.3994L6.05628 19.5439C5.59587 20.2073 5.80074 21.1225 6.50003 21.5262C7.19933 21.93 8.09433 21.6498 8.4386 20.9194L9.55087 18.5596C10.3132 18.8443 11.1384 19 12 19C12.8616 19 13.6868 18.8443 14.4491 18.5596L15.1062 18.1796L18.0637 22.4035L19.7021 21.2563L16.793 17.1017L15.6266 15.4359L10.0123 7.41797L5.93622 1.59668ZM7.66889 9.5C7.8659 9.15943 8.10192 8.84426 8.37085 8.56059L13.9915 16.5876C13.3813 16.8529 12.7078 17 12 17C11.1243 17 10.3012 16.7748 9.58535 16.3793C8.79482 15.9229 8.12823 15.294 7.66889 14.4999C7.24348 13.7645 7 12.9107 7 12C7 11.0893 7.24348 10.2354 7.66889 9.5Z\" fill=\"currentColor\"/> <path d=\"M10.8291 5.09747L12.1632 7.00272C13.0189 7.03156 13.8355 7.28623 14.577 7.71438C15.3019 8.15121 15.9069 8.76675 16.3311 9.5C16.7565 10.2354 17 11.0893 17 12C17 12.5437 16.9132 13.0672 16.7527 13.5573L18.0858 15.4611C18.4852 14.7604 18.7671 13.984 18.9045 13.1587L21.5052 13.3754C22.3099 13.4425 23 12.8074 23 12C23 11.1925 22.3099 10.5575 21.5052 10.6245L18.9045 10.8413C18.6216 9.14285 17.7272 7.6513 16.4552 6.60056L17.9437 4.45599C18.4041 3.79264 18.1993 2.87746 17.5 2.47372C16.8007 2.06999 15.9057 2.35016 15.5614 3.08056L14.4491 5.44037C13.6868 5.15563 12.8616 4.99997 12 4.99997C11.601 4.99997 11.2098 5.03335 10.8291 5.09747Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.93622 1.59668L4.29791 2.74383L7.20692 6.89833C6.115 7.92461 5.35262 9.29748 5.09546 10.8413L2.49482 10.6245C1.69014 10.5575 1 11.1925 1 12C1 12.8074 1.69014 13.4425 2.49482 13.3754L5.09546 13.1587C5.37838 14.8571 6.2728 16.3486 7.54478 17.3994L6.05628 19.5439C5.59587 20.2073 5.80074 21.1225 6.50003 21.5262C7.19933 21.93 8.09433 21.6498 8.4386 20.9194L9.55087 18.5596C10.3132 18.8443 11.1384 19 12 19C12.8616 19 13.6868 18.8443 14.4491 18.5596L15.1062 18.1796L18.0637 22.4035L19.7021 21.2563L16.793 17.1017L15.6266 15.4359L10.0123 7.41797L5.93622 1.59668ZM7.66889 9.5C7.8659 9.15943 8.10192 8.84426 8.37085 8.56059L13.9915 16.5876C13.3813 16.8529 12.7078 17 12 17C11.1243 17 10.3012 16.7748 9.58535 16.3793C8.79482 15.9229 8.12823 15.294 7.66889 14.4999C7.24348 13.7645 7 12.9107 7 12C7 11.0893 7.24348 10.2354 7.66889 9.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.8291 5.09747L12.1632 7.00272C13.0189 7.03156 13.8355 7.28623 14.577 7.71438C15.3019 8.15121 15.9069 8.76675 16.3311 9.5C16.7565 10.2354 17 11.0893 17 12C17 12.5437 16.9132 13.0672 16.7527 13.5573L18.0858 15.4611C18.4852 14.7604 18.7671 13.984 18.9045 13.1587L21.5052 13.3754C22.3099 13.4425 23 12.8074 23 12C23 11.1925 22.3099 10.5575 21.5052 10.6245L18.9045 10.8413C18.6216 9.14285 17.7272 7.6513 16.4552 6.60056L17.9437 4.45599C18.4041 3.79264 18.1993 2.87746 17.5 2.47372C16.8007 2.06999 15.9057 2.35016 15.5614 3.08056L14.4491 5.44037C13.6868 5.15563 12.8616 4.99997 12 4.99997C11.601 4.99997 11.2098 5.03335 10.8291 5.09747Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-command-no",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCommandNo",
          "declaration": {
            "name": "ObiCommandNo",
            "module": "src/icons/icon-command-no.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-command-no",
          "declaration": {
            "name": "ObiCommandNo",
            "module": "src/icons/icon-command-no.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-command-partial.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCommandPartial",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.54478 17.3994C6.2728 16.3486 5.37838 14.8571 5.09546 13.1587L2.49482 13.3754C1.69014 13.4425 1 12.8074 1 12C1 11.1925 1.69014 10.5575 2.49482 10.6245L5.09546 10.8413C5.37837 9.14286 6.27278 7.65133 7.54474 6.60059L6.05622 4.45599C5.59581 3.79264 5.80068 2.87746 6.49997 2.47372C7.19926 2.06999 8.09427 2.35016 8.43854 3.08056L9.55082 5.44039C10.3131 5.15564 11.1384 4.99997 12 4.99997C12.8616 4.99997 13.6868 5.15563 14.4491 5.44037L15.5614 3.08056C15.9057 2.35016 16.8007 2.06999 17.5 2.47372C18.1993 2.87746 18.4041 3.79264 17.9437 4.45599L16.4552 6.60056C17.7272 7.6513 18.6216 9.14285 18.9045 10.8413L21.5052 10.6245C22.3099 10.5575 23 11.1925 23 12C23 12.8074 22.3099 13.4425 21.5052 13.3754L18.9045 13.1587C18.6216 14.8571 17.7272 16.3486 16.4552 17.3994L17.9437 19.5439C18.4041 20.2073 18.1993 21.1225 17.5 21.5262C16.8007 21.93 15.9057 21.6498 15.5614 20.9194L14.4491 18.5596C13.6868 18.8443 12.8616 19 12 19C11.1384 19 10.3132 18.8443 9.55087 18.5596L8.4386 20.9194C8.09433 21.6498 7.19933 21.93 6.50003 21.5262C5.80074 21.1225 5.59587 20.2073 6.05628 19.5439L7.54478 17.3994ZM12 6.99997C12.915 6.99997 13.7885 7.2591 14.577 7.71438C15.3019 8.15121 15.9069 8.76675 16.3311 9.5C16.7565 10.2354 17 11.0893 17 12C17 12.9107 16.7565 13.7645 16.3311 14.4999C15.8718 15.2939 15.2053 15.9228 14.4148 16.3792C13.699 16.7748 12.8758 17 12 17C11.1243 17 10.3012 16.7748 9.58535 16.3793C8.79482 15.9229 8.12823 15.294 7.66889 14.4999C7.24348 13.7645 7 12.9107 7 12C7 11.0893 7.24348 10.2354 7.66889 9.5C8.09329 8.76633 8.69876 8.1505 9.42419 7.71363C10.2123 7.25862 11.0856 6.99997 12 6.99997Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.54478 17.3994C6.2728 16.3486 5.37838 14.8571 5.09546 13.1587L2.49482 13.3754C1.69014 13.4425 1 12.8074 1 12C1 11.1925 1.69014 10.5575 2.49482 10.6245L5.09546 10.8413C5.37837 9.14286 6.27278 7.65133 7.54474 6.60059L6.05622 4.45599C5.59581 3.79264 5.80068 2.87746 6.49997 2.47372C7.19926 2.06999 8.09427 2.35016 8.43854 3.08056L9.55082 5.44039C10.3131 5.15564 11.1384 4.99997 12 4.99997C12.8616 4.99997 13.6868 5.15563 14.4491 5.44037L15.5614 3.08056C15.9057 2.35016 16.8007 2.06999 17.5 2.47372C18.1993 2.87746 18.4041 3.79264 17.9437 4.45599L16.4552 6.60056C17.7272 7.6513 18.6216 9.14285 18.9045 10.8413L21.5052 10.6245C22.3099 10.5575 23 11.1925 23 12C23 12.8074 22.3099 13.4425 21.5052 13.3754L18.9045 13.1587C18.6216 14.8571 17.7272 16.3486 16.4552 17.3994L17.9437 19.5439C18.4041 20.2073 18.1993 21.1225 17.5 21.5262C16.8007 21.93 15.9057 21.6498 15.5614 20.9194L14.4491 18.5596C13.6868 18.8443 12.8616 19 12 19C11.1384 19 10.3132 18.8443 9.55087 18.5596L8.4386 20.9194C8.09433 21.6498 7.19933 21.93 6.50003 21.5262C5.80074 21.1225 5.59587 20.2073 6.05628 19.5439L7.54478 17.3994ZM12 6.99997C12.915 6.99997 13.7885 7.2591 14.577 7.71438C15.3019 8.15121 15.9069 8.76675 16.3311 9.5C16.7565 10.2354 17 11.0893 17 12C17 12.9107 16.7565 13.7645 16.3311 14.4999C15.8718 15.2939 15.2053 15.9228 14.4148 16.3792C13.699 16.7748 12.8758 17 12 17C11.1243 17 10.3012 16.7748 9.58535 16.3793C8.79482 15.9229 8.12823 15.294 7.66889 14.4999C7.24348 13.7645 7 12.9107 7 12C7 11.0893 7.24348 10.2354 7.66889 9.5C8.09329 8.76633 8.69876 8.1505 9.42419 7.71363C10.2123 7.25862 11.0856 6.99997 12 6.99997Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-command-partial",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCommandPartial",
          "declaration": {
            "name": "ObiCommandPartial",
            "module": "src/icons/icon-command-partial.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-command-partial",
          "declaration": {
            "name": "ObiCommandPartial",
            "module": "src/icons/icon-command-partial.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-command-request.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCommandRequest",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 22V4C2 3.45 2.19583 2.97917 2.5875 2.5875C2.97917 2.19583 3.45 2 4 2H20C20.55 2 21.0208 2.19583 21.4125 2.5875C21.8042 2.97917 22 3.45 22 4V16C22 16.55 21.8042 17.0208 21.4125 17.4125C21.0208 17.8042 20.55 18 20 18H6L2 22ZM5.15 16H20V4H4V17.125L5.15 16Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 13C8.16667 13 7.45833 12.7083 6.875 12.125C6.29167 11.5417 6 10.8333 6 10C6 9.16667 6.29167 8.45833 6.875 7.875C7.45833 7.29167 8.16667 7 9 7C9.63333 7 10.2083 7.1875 10.725 7.5625C11.2417 7.9375 11.6167 8.41667 11.85 9H18V11H17V13H15V11H11.85C11.6167 11.5833 11.2417 12.0625 10.725 12.4375C10.2083 12.8125 9.63333 13 9 13ZM9.7125 10.7125C9.52083 10.9042 9.28333 11 9 11C8.71667 11 8.47917 10.9042 8.2875 10.7125C8.09583 10.5208 8 10.2833 8 10C8 9.71667 8.09583 9.47917 8.2875 9.2875C8.47917 9.09583 8.71667 9 9 9C9.28333 9 9.52083 9.09583 9.7125 9.2875C9.90417 9.47917 10 9.71667 10 10C10 10.2833 9.90417 10.5208 9.7125 10.7125Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 22V4C2 3.45 2.19583 2.97917 2.5875 2.5875C2.97917 2.19583 3.45 2 4 2H20C20.55 2 21.0208 2.19583 21.4125 2.5875C21.8042 2.97917 22 3.45 22 4V16C22 16.55 21.8042 17.0208 21.4125 17.4125C21.0208 17.8042 20.55 18 20 18H6L2 22ZM5.15 16H20V4H4V17.125L5.15 16Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 13C8.16667 13 7.45833 12.7083 6.875 12.125C6.29167 11.5417 6 10.8333 6 10C6 9.16667 6.29167 8.45833 6.875 7.875C7.45833 7.29167 8.16667 7 9 7C9.63333 7 10.2083 7.1875 10.725 7.5625C11.2417 7.9375 11.6167 8.41667 11.85 9H18V11H17V13H15V11H11.85C11.6167 11.5833 11.2417 12.0625 10.725 12.4375C10.2083 12.8125 9.63333 13 9 13ZM9.7125 10.7125C9.52083 10.9042 9.28333 11 9 11C8.71667 11 8.47917 10.9042 8.2875 10.7125C8.09583 10.5208 8 10.2833 8 10C8 9.71667 8.09583 9.47917 8.2875 9.2875C8.47917 9.09583 8.71667 9 9 9C9.28333 9 9.52083 9.09583 9.7125 9.2875C9.90417 9.47917 10 9.71667 10 10C10 10.2833 9.90417 10.5208 9.7125 10.7125Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-command-request",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCommandRequest",
          "declaration": {
            "name": "ObiCommandRequest",
            "module": "src/icons/icon-command-request.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-command-request",
          "declaration": {
            "name": "ObiCommandRequest",
            "module": "src/icons/icon-command-request.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-command-shared.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCommandShared",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4.00019 4C4.00019 2.9 4.90019 2 6.00019 2C7.10019 2 8.00019 2.9 8.00019 4C8.00019 5.1 7.10019 6 6.00019 6C4.90019 6 4.00019 5.1 4.00019 4Z\" fill=\"currentColor\"/> <path d=\"M8.78019 7.58C7.93019 7.21 6.99019 7 6.00019 7C5.01019 7 4.07019 7.21 3.22019 7.58C2.48019 7.9 2.00019 8.62 2.00019 9.43V10H10.0002V9.43C10.0002 8.62 9.52019 7.9 8.78019 7.58Z\" fill=\"currentColor\"/> <path d=\"M20.0002 4C20.0002 5.1 19.1002 6 18.0002 6C16.9002 6 16.0002 5.1 16.0002 4C16.0002 2.9 16.9002 2 18.0002 2C19.1002 2 20.0002 2.9 20.0002 4Z\" fill=\"currentColor\"/> <path d=\"M20.7802 7.58C19.9302 7.21 18.9902 7 18.0002 7C17.0102 7 16.0702 7.21 15.2202 7.58C14.4802 7.9 14.0002 8.62 14.0002 9.43V10H22.0002V9.43C22.0002 8.62 21.5202 7.9 20.7802 7.58Z\" fill=\"currentColor\"/> <path d=\"M1.42894 22H7.10002C7.03443 21.6769 7 21.3424 7 21C7 20.0893 7.24348 19.2354 7.66889 18.5C8.09329 17.7663 8.69876 17.1505 9.42419 16.7136C10.2123 16.2586 11.0856 16 12 16C12.915 16 13.7885 16.2591 14.577 16.7144C15.3019 17.1512 15.9069 17.7667 16.3311 18.5C16.7565 19.2354 17 20.0893 17 21C17 21.3424 16.9656 21.6769 16.9 22H22.5711C22.8345 21.7495 23 21.3954 23 21C23 20.1925 22.3099 19.5575 21.5052 19.6245L18.9045 19.8413C18.6216 18.1428 17.7272 16.6513 16.4552 15.6006L17.9437 13.456C18.4041 12.7926 18.1993 11.8775 17.5 11.4737C16.8007 11.07 15.9057 11.3502 15.5614 12.0806L14.4491 14.4404C13.6868 14.1556 12.8616 14 12 14C11.1384 14 10.3131 14.1556 9.55082 14.4404L8.43854 12.0806C8.09427 11.3502 7.19926 11.07 6.49997 11.4737C5.80068 11.8775 5.59581 12.7926 6.05622 13.456L7.54474 15.6006C6.27278 16.6513 5.37837 18.1429 5.09546 19.8413L2.49482 19.6245C1.69014 19.5575 1 20.1925 1 21C1 21.3954 1.16551 21.7495 1.42894 22Z\" fill=\"currentColor\"/> <path d=\"M14.8293 22C14.9398 21.6872 15 21.3506 15 21C15 19.3431 13.6569 18 12 18C10.3431 18 9 19.3431 9 21C9 21.3506 9.06016 21.6872 9.17072 22H14.8293Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4.00019 4C4.00019 2.9 4.90019 2 6.00019 2C7.10019 2 8.00019 2.9 8.00019 4C8.00019 5.1 7.10019 6 6.00019 6C4.90019 6 4.00019 5.1 4.00019 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.78019 7.58C7.93019 7.21 6.99019 7 6.00019 7C5.01019 7 4.07019 7.21 3.22019 7.58C2.48019 7.9 2.00019 8.62 2.00019 9.43V10H10.0002V9.43C10.0002 8.62 9.52019 7.9 8.78019 7.58Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.0002 4C20.0002 5.1 19.1002 6 18.0002 6C16.9002 6 16.0002 5.1 16.0002 4C16.0002 2.9 16.9002 2 18.0002 2C19.1002 2 20.0002 2.9 20.0002 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.7802 7.58C19.9302 7.21 18.9902 7 18.0002 7C17.0102 7 16.0702 7.21 15.2202 7.58C14.4802 7.9 14.0002 8.62 14.0002 9.43V10H22.0002V9.43C22.0002 8.62 21.5202 7.9 20.7802 7.58Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M1.42894 22H7.10002C7.03443 21.6769 7 21.3424 7 21C7 20.0893 7.24348 19.2354 7.66889 18.5C8.09329 17.7663 8.69876 17.1505 9.42419 16.7136C10.2123 16.2586 11.0856 16 12 16C12.915 16 13.7885 16.2591 14.577 16.7144C15.3019 17.1512 15.9069 17.7667 16.3311 18.5C16.7565 19.2354 17 20.0893 17 21C17 21.3424 16.9656 21.6769 16.9 22H22.5711C22.8345 21.7495 23 21.3954 23 21C23 20.1925 22.3099 19.5575 21.5052 19.6245L18.9045 19.8413C18.6216 18.1428 17.7272 16.6513 16.4552 15.6006L17.9437 13.456C18.4041 12.7926 18.1993 11.8775 17.5 11.4737C16.8007 11.07 15.9057 11.3502 15.5614 12.0806L14.4491 14.4404C13.6868 14.1556 12.8616 14 12 14C11.1384 14 10.3131 14.1556 9.55082 14.4404L8.43854 12.0806C8.09427 11.3502 7.19926 11.07 6.49997 11.4737C5.80068 11.8775 5.59581 12.7926 6.05622 13.456L7.54474 15.6006C6.27278 16.6513 5.37837 18.1429 5.09546 19.8413L2.49482 19.6245C1.69014 19.5575 1 20.1925 1 21C1 21.3954 1.16551 21.7495 1.42894 22Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.8293 22C14.9398 21.6872 15 21.3506 15 21C15 19.3431 13.6569 18 12 18C10.3431 18 9 19.3431 9 21C9 21.3506 9.06016 21.6872 9.17072 22H14.8293Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-command-shared",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCommandShared",
          "declaration": {
            "name": "ObiCommandShared",
            "module": "src/icons/icon-command-shared.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-command-shared",
          "declaration": {
            "name": "ObiCommandShared",
            "module": "src/icons/icon-command-shared.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-command-take.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCommandTake",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7 18C5.33333 18 3.91667 17.4167 2.75 16.25C1.58333 15.0833 1 13.6667 1 12C1 10.3333 1.58333 8.91667 2.75 7.75C3.91667 6.58333 5.33333 6 7 6C8.1 6 9.10833 6.275 10.025 6.825C10.9417 7.375 11.6667 8.1 12.2 9H23V15H21V18H15V15H12.2C11.6667 15.9 10.9417 16.625 10.025 17.175C9.10833 17.725 8.1 18 7 18ZM7 16C8.1 16 8.98333 15.6625 9.65 14.9875C10.3167 14.3125 10.7167 13.65 10.85 13H17V16H19V13H21V11H10.85C10.7167 10.35 10.3167 9.6875 9.65 9.0125C8.98333 8.3375 8.1 8 7 8C5.9 8 4.95833 8.39167 4.175 9.175C3.39167 9.95833 3 10.9 3 12C3 13.1 3.39167 14.0417 4.175 14.825C4.95833 15.6083 5.9 16 7 16ZM7 14C7.55 14 8.02083 13.8042 8.4125 13.4125C8.80417 13.0208 9 12.55 9 12C9 11.45 8.80417 10.9792 8.4125 10.5875C8.02083 10.1958 7.55 10 7 10C6.45 10 5.97917 10.1958 5.5875 10.5875C5.19583 10.9792 5 11.45 5 12C5 12.55 5.19583 13.0208 5.5875 13.4125C5.97917 13.8042 6.45 14 7 14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7 18C5.33333 18 3.91667 17.4167 2.75 16.25C1.58333 15.0833 1 13.6667 1 12C1 10.3333 1.58333 8.91667 2.75 7.75C3.91667 6.58333 5.33333 6 7 6C8.1 6 9.10833 6.275 10.025 6.825C10.9417 7.375 11.6667 8.1 12.2 9H23V15H21V18H15V15H12.2C11.6667 15.9 10.9417 16.625 10.025 17.175C9.10833 17.725 8.1 18 7 18ZM7 16C8.1 16 8.98333 15.6625 9.65 14.9875C10.3167 14.3125 10.7167 13.65 10.85 13H17V16H19V13H21V11H10.85C10.7167 10.35 10.3167 9.6875 9.65 9.0125C8.98333 8.3375 8.1 8 7 8C5.9 8 4.95833 8.39167 4.175 9.175C3.39167 9.95833 3 10.9 3 12C3 13.1 3.39167 14.0417 4.175 14.825C4.95833 15.6083 5.9 16 7 16ZM7 14C7.55 14 8.02083 13.8042 8.4125 13.4125C8.80417 13.0208 9 12.55 9 12C9 11.45 8.80417 10.9792 8.4125 10.5875C8.02083 10.1958 7.55 10 7 10C6.45 10 5.97917 10.1958 5.5875 10.5875C5.19583 10.9792 5 11.45 5 12C5 12.55 5.19583 13.0208 5.5875 13.4125C5.97917 13.8042 6.45 14 7 14Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-command-take",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCommandTake",
          "declaration": {
            "name": "ObiCommandTake",
            "module": "src/icons/icon-command-take.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-command-take",
          "declaration": {
            "name": "ObiCommandTake",
            "module": "src/icons/icon-command-take.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-communication.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCommunication",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C10.3431 2 9 3.34315 9 5V11.5C9 13.1569 10.3431 14.5 12 14.5C13.6569 14.5 15 13.1569 15 11.5V5C15 3.34315 13.6569 2 12 2ZM13 11.5V5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5V11.5C11 12.0523 11.4477 12.5 12 12.5C12.5523 12.5 13 12.0523 13 11.5Z\" fill=\"currentColor\"/> <path d=\"M12 16C9.23858 16 7 13.7614 7 11H5C5 14.5265 7.60771 17.4439 11 17.9291V22H13V17.9291C16.3923 17.4439 19 14.5265 19 11H17C17 13.7614 14.7614 16 12 16Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C10.3431 2 9 3.34315 9 5V11.5C9 13.1569 10.3431 14.5 12 14.5C13.6569 14.5 15 13.1569 15 11.5V5C15 3.34315 13.6569 2 12 2ZM13 11.5V5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5V11.5C11 12.0523 11.4477 12.5 12 12.5C12.5523 12.5 13 12.0523 13 11.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 16C9.23858 16 7 13.7614 7 11H5C5 14.5265 7.60771 17.4439 11 17.9291V22H13V17.9291C16.3923 17.4439 19 14.5265 19 11H17C17 13.7614 14.7614 16 12 16Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-communication",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCommunication",
          "declaration": {
            "name": "ObiCommunication",
            "module": "src/icons/icon-communication.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-communication",
          "declaration": {
            "name": "ObiCommunication",
            "module": "src/icons/icon-communication.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-computer-pc.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiComputerPc",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 3H4C2.9 3 2 3.9 2 5V15C2 16.1 2.9 17 4 17H9.5V19H7.5V21H11.5V15H4V5H20V3Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 21V7.5C13 7.21667 13.0958 6.97917 13.2875 6.7875C13.4792 6.59583 13.7167 6.5 14 6.5H21C21.2833 6.5 21.5208 6.59583 21.7125 6.7875C21.9042 6.97917 22 7.21667 22 7.5V21C22 21.2833 21.9042 21.5208 21.7125 21.7125C21.5208 21.9042 21.2833 22 21 22H14C13.7167 22 13.4792 21.9042 13.2875 21.7125C13.0958 21.5208 13 21.2833 13 21ZM20 20H15V8.5H20V20ZM16 17.5C16 17.9167 16.1458 18.2708 16.4375 18.5625C16.7292 18.8542 17.0833 19 17.5 19C17.9167 19 18.2708 18.8542 18.5625 18.5625C18.8542 18.2708 19 17.9167 19 17.5C19 17.0833 18.8542 16.7292 18.5625 16.4375C18.2708 16.1458 17.9167 16 17.5 16C17.0833 16 16.7292 16.1458 16.4375 16.4375C16.1458 16.7292 16 17.0833 16 17.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 3H4C2.9 3 2 3.9 2 5V15C2 16.1 2.9 17 4 17H9.5V19H7.5V21H11.5V15H4V5H20V3Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 21V7.5C13 7.21667 13.0958 6.97917 13.2875 6.7875C13.4792 6.59583 13.7167 6.5 14 6.5H21C21.2833 6.5 21.5208 6.59583 21.7125 6.7875C21.9042 6.97917 22 7.21667 22 7.5V21C22 21.2833 21.9042 21.5208 21.7125 21.7125C21.5208 21.9042 21.2833 22 21 22H14C13.7167 22 13.4792 21.9042 13.2875 21.7125C13.0958 21.5208 13 21.2833 13 21ZM20 20H15V8.5H20V20ZM16 17.5C16 17.9167 16.1458 18.2708 16.4375 18.5625C16.7292 18.8542 17.0833 19 17.5 19C17.9167 19 18.2708 18.8542 18.5625 18.5625C18.8542 18.2708 19 17.9167 19 17.5C19 17.0833 18.8542 16.7292 18.5625 16.4375C18.2708 16.1458 17.9167 16 17.5 16C17.0833 16 16.7292 16.1458 16.4375 16.4375C16.1458 16.7292 16 17.0833 16 17.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-computer-pc",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiComputerPc",
          "declaration": {
            "name": "ObiComputerPc",
            "module": "src/icons/icon-computer-pc.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-computer-pc",
          "declaration": {
            "name": "ObiComputerPc",
            "module": "src/icons/icon-computer-pc.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-computer-server.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiComputerServer",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.5 5.49976C7.08333 5.49976 6.72917 5.64559 6.4375 5.93726C6.14583 6.22892 6 6.58309 6 6.99976C6 7.41642 6.14583 7.77059 6.4375 8.06226C6.72917 8.35392 7.08333 8.49976 7.5 8.49976C7.91667 8.49976 8.27083 8.35392 8.5625 8.06226C8.85417 7.77059 9 7.41642 9 6.99976C9 6.58309 8.85417 6.22892 8.5625 5.93726C8.27083 5.64559 7.91667 5.49976 7.5 5.49976ZM7.5 15.4998C7.08333 15.4998 6.72917 15.6456 6.4375 15.9373C6.14583 16.2289 6 16.5831 6 16.9998C6 17.4164 6.14583 17.7706 6.4375 18.0623C6.72917 18.3539 7.08333 18.4998 7.5 18.4998C7.91667 18.4998 8.27083 18.3539 8.5625 18.0623C8.85417 17.7706 9 17.4164 9 16.9998C9 16.5831 8.85417 16.2289 8.5625 15.9373C8.27083 15.6456 7.91667 15.4998 7.5 15.4998ZM4 2.49976H20C20.2833 2.49976 20.5208 2.59559 20.7125 2.78726C20.9042 2.97892 21 3.21642 21 3.49976V10.4998C21 10.7831 20.9042 11.0206 20.7125 11.2123C20.5208 11.4039 20.2833 11.4998 20 11.4998H4C3.71667 11.4998 3.47917 11.4039 3.2875 11.2123C3.09583 11.0206 3 10.7831 3 10.4998V3.49976C3 3.21642 3.09583 2.97892 3.2875 2.78726C3.47917 2.59559 3.71667 2.49976 4 2.49976ZM5 4.49976V9.49976H19V4.49976H5ZM4 12.4998H20C20.2833 12.4998 20.5208 12.5956 20.7125 12.7873C20.9042 12.9789 21 13.2164 21 13.4998V20.4998C21 20.7831 20.9042 21.0206 20.7125 21.2123C20.5208 21.4039 20.2833 21.4998 20 21.4998H4C3.71667 21.4998 3.47917 21.4039 3.2875 21.2123C3.09583 21.0206 3 20.7831 3 20.4998V13.4998C3 13.2164 3.09583 12.9789 3.2875 12.7873C3.47917 12.5956 3.71667 12.4998 4 12.4998ZM5 14.4998V19.4998H19V14.4998H5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.5 5.49976C7.08333 5.49976 6.72917 5.64559 6.4375 5.93726C6.14583 6.22892 6 6.58309 6 6.99976C6 7.41642 6.14583 7.77059 6.4375 8.06226C6.72917 8.35392 7.08333 8.49976 7.5 8.49976C7.91667 8.49976 8.27083 8.35392 8.5625 8.06226C8.85417 7.77059 9 7.41642 9 6.99976C9 6.58309 8.85417 6.22892 8.5625 5.93726C8.27083 5.64559 7.91667 5.49976 7.5 5.49976ZM7.5 15.4998C7.08333 15.4998 6.72917 15.6456 6.4375 15.9373C6.14583 16.2289 6 16.5831 6 16.9998C6 17.4164 6.14583 17.7706 6.4375 18.0623C6.72917 18.3539 7.08333 18.4998 7.5 18.4998C7.91667 18.4998 8.27083 18.3539 8.5625 18.0623C8.85417 17.7706 9 17.4164 9 16.9998C9 16.5831 8.85417 16.2289 8.5625 15.9373C8.27083 15.6456 7.91667 15.4998 7.5 15.4998ZM4 2.49976H20C20.2833 2.49976 20.5208 2.59559 20.7125 2.78726C20.9042 2.97892 21 3.21642 21 3.49976V10.4998C21 10.7831 20.9042 11.0206 20.7125 11.2123C20.5208 11.4039 20.2833 11.4998 20 11.4998H4C3.71667 11.4998 3.47917 11.4039 3.2875 11.2123C3.09583 11.0206 3 10.7831 3 10.4998V3.49976C3 3.21642 3.09583 2.97892 3.2875 2.78726C3.47917 2.59559 3.71667 2.49976 4 2.49976ZM5 4.49976V9.49976H19V4.49976H5ZM4 12.4998H20C20.2833 12.4998 20.5208 12.5956 20.7125 12.7873C20.9042 12.9789 21 13.2164 21 13.4998V20.4998C21 20.7831 20.9042 21.0206 20.7125 21.2123C20.5208 21.4039 20.2833 21.4998 20 21.4998H4C3.71667 21.4998 3.47917 21.4039 3.2875 21.2123C3.09583 21.0206 3 20.7831 3 20.4998V13.4998C3 13.2164 3.09583 12.9789 3.2875 12.7873C3.47917 12.5956 3.71667 12.4998 4 12.4998ZM5 14.4998V19.4998H19V14.4998H5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-computer-server",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiComputerServer",
          "declaration": {
            "name": "ObiComputerServer",
            "module": "src/icons/icon-computer-server.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-computer-server",
          "declaration": {
            "name": "ObiComputerServer",
            "module": "src/icons/icon-computer-server.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-configure.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConfigure",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 8V10H13V8H3ZM7 12V14H3V16H7V18H9V12H7ZM21 16V14H11V16H21ZM15 12H17V10H21V8H17V6H15V12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 8V10H13V8H3ZM7 12V14H3V16H7V18H9V12H7ZM21 16V14H11V16H21ZM15 12H17V10H21V8H17V6H15V12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-configure",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConfigure",
          "declaration": {
            "name": "ObiConfigure",
            "module": "src/icons/icon-configure.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-configure",
          "declaration": {
            "name": "ObiConfigure",
            "module": "src/icons/icon-configure.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-connector-coming-from.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConnectorComingFrom",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.6667 11.5L14 9V15L10.6667 12.5H9.16667V11.5H10.6667Z\" fill=\"currentColor\"/> <path d=\"M0 12.5H1.83333V11.5H0V12.5Z\" fill=\"currentColor\"/> <path d=\"M3.66667 12.5H7.33333V11.5H3.66667V12.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.6667 11.5L14 9V15L10.6667 12.5H9.16667V11.5H10.6667Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M0 12.5H1.83333V11.5H0V12.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M3.66667 12.5H7.33333V11.5H3.66667V12.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-connector-coming-from",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConnectorComingFrom",
          "declaration": {
            "name": "ObiConnectorComingFrom",
            "module": "src/icons/icon-connector-coming-from.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-connector-coming-from",
          "declaration": {
            "name": "ObiConnectorComingFrom",
            "module": "src/icons/icon-connector-coming-from.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-connector-corner.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConnectorCorner",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 24V13C12 12.4477 12.4477 12 13 12H24\" stroke=\"#373737\" stroke-dasharray=\"4 2\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 24V13C12 12.4477 12.4477 12 13 12H24\" style=\"stroke: var(--automation-device-tertiary-color)\" stroke-dasharray=\"4 2\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-connector-corner",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConnectorCorner",
          "declaration": {
            "name": "ObiConnectorCorner",
            "module": "src/icons/icon-connector-corner.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-connector-corner",
          "declaration": {
            "name": "ObiConnectorCorner",
            "module": "src/icons/icon-connector-corner.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-connector-cross-joint.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConnectorCrossJoint",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.5 0V2H12.5V0H11.5Z\" fill=\"currentColor\"/> <path d=\"M11.5 4V8H12.5V4H11.5Z\" fill=\"currentColor\"/> <path d=\"M0 12.5H2V11.5H0V12.5Z\" fill=\"currentColor\"/> <path d=\"M8 12.5H4V11.5H8V12.5Z\" fill=\"currentColor\"/> <path d=\"M16 12.5H20V11.5H16V12.5Z\" fill=\"currentColor\"/> <path d=\"M24 12.5H22V11.5H24V12.5Z\" fill=\"currentColor\"/> <path d=\"M11.5 16V20H12.5V16H11.5Z\" fill=\"currentColor\"/> <path d=\"M11.5 24V22H12.5V24H11.5Z\" fill=\"currentColor\"/> <path d=\"M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.5 0V2H12.5V0H11.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M11.5 4V8H12.5V4H11.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M0 12.5H2V11.5H0V12.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M8 12.5H4V11.5H8V12.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M16 12.5H20V11.5H16V12.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M24 12.5H22V11.5H24V12.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M11.5 16V20H12.5V16H11.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M11.5 24V22H12.5V24H11.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-connector-cross-joint",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConnectorCrossJoint",
          "declaration": {
            "name": "ObiConnectorCrossJoint",
            "module": "src/icons/icon-connector-cross-joint.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-connector-cross-joint",
          "declaration": {
            "name": "ObiConnectorCrossJoint",
            "module": "src/icons/icon-connector-cross-joint.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-connector-cross.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConnectorCross",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 2V0H12.5V2H11.5ZM11.5 8V4H12.5V8H11.5ZM11.5 11.5V10H12.5V11.5H14V12.5H12.5V14H11.5V12.5H10V11.5H11.5ZM2 12.5H0V11.5H2V12.5ZM8 12.5H4V11.5H8V12.5ZM20 12.5H16V11.5H20V12.5ZM24 12.5H22V11.5H24V12.5ZM11.5 20V16H12.5V20H11.5ZM11.5 24V22H12.5V24H11.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 2V0H12.5V2H11.5ZM11.5 8V4H12.5V8H11.5ZM11.5 11.5V10H12.5V11.5H14V12.5H12.5V14H11.5V12.5H10V11.5H11.5ZM2 12.5H0V11.5H2V12.5ZM8 12.5H4V11.5H8V12.5ZM20 12.5H16V11.5H20V12.5ZM24 12.5H22V11.5H24V12.5ZM11.5 20V16H12.5V20H11.5ZM11.5 24V22H12.5V24H11.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-connector-cross",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConnectorCross",
          "declaration": {
            "name": "ObiConnectorCross",
            "module": "src/icons/icon-connector-cross.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-connector-cross",
          "declaration": {
            "name": "ObiConnectorCross",
            "module": "src/icons/icon-connector-cross.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-connector-going-to.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConnectorGoingTo",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 12.5V15L15 12L11 9V11.5H9.16667V12.5H11Z\" fill=\"currentColor\"/> <path d=\"M0 12.5H1.83333V11.5H0V12.5Z\" fill=\"currentColor\"/> <path d=\"M3.66667 12.5H7.33333V11.5H3.66667V12.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 12.5V15L15 12L11 9V11.5H9.16667V12.5H11Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M0 12.5H1.83333V11.5H0V12.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M3.66667 12.5H7.33333V11.5H3.66667V12.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-connector-going-to",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConnectorGoingTo",
          "declaration": {
            "name": "ObiConnectorGoingTo",
            "module": "src/icons/icon-connector-going-to.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-connector-going-to",
          "declaration": {
            "name": "ObiConnectorGoingTo",
            "module": "src/icons/icon-connector-going-to.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-connector-overlap.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConnectorOverlap",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.5 0V2H12.5V0H11.5Z\" fill=\"currentColor\"/> <path d=\"M11.5 4V8H12.5V4H11.5Z\" fill=\"currentColor\"/> <path d=\"M11.5 14H12.5V10H11.5V14Z\" fill=\"currentColor\"/> <path d=\"M0 12.5H2V11.5H0V12.5Z\" fill=\"currentColor\"/> <path d=\"M7 12.5H4V11.5H7V11H8V13H7V12.5Z\" fill=\"currentColor\"/> <path d=\"M17 12.5H20V11.5H17V11H16V13H17V12.5Z\" fill=\"currentColor\"/> <path d=\"M24 12.5H22V11.5H24V12.5Z\" fill=\"currentColor\"/> <path d=\"M11.5 16V20H12.5V16H11.5Z\" fill=\"currentColor\"/> <path d=\"M11.5 24V22H12.5V24H11.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.5 0V2H12.5V0H11.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M11.5 4V8H12.5V4H11.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M11.5 14H12.5V10H11.5V14Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M0 12.5H2V11.5H0V12.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M7 12.5H4V11.5H7V11H8V13H7V12.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M17 12.5H20V11.5H17V11H16V13H17V12.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M24 12.5H22V11.5H24V12.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M11.5 16V20H12.5V16H11.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M11.5 24V22H12.5V24H11.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-connector-overlap",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConnectorOverlap",
          "declaration": {
            "name": "ObiConnectorOverlap",
            "module": "src/icons/icon-connector-overlap.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-connector-overlap",
          "declaration": {
            "name": "ObiConnectorOverlap",
            "module": "src/icons/icon-connector-overlap.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-connector-straight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConnectorStraight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 12H24\" stroke=\"#373737\" stroke-dasharray=\"4 2\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 12H24\" style=\"stroke: var(--automation-device-tertiary-color)\" stroke-dasharray=\"4 2\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-connector-straight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConnectorStraight",
          "declaration": {
            "name": "ObiConnectorStraight",
            "module": "src/icons/icon-connector-straight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-connector-straight",
          "declaration": {
            "name": "ObiConnectorStraight",
            "module": "src/icons/icon-connector-straight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-connector-threeway-joint.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConnectorThreewayJoint",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z\" fill=\"currentColor\"/> <path d=\"M2 12.5H0V11.5H2V12.5Z\" fill=\"currentColor\"/> <path d=\"M8 12.5H4V11.5H8V12.5Z\" fill=\"currentColor\"/> <path d=\"M20 12.5H16V11.5H20V12.5Z\" fill=\"currentColor\"/> <path d=\"M24 12.5H22V11.5H24V12.5Z\" fill=\"currentColor\"/> <path d=\"M11.5 20V16H12.5V20H11.5Z\" fill=\"currentColor\"/> <path d=\"M11.5 24V22H12.5V24H11.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M2 12.5H0V11.5H2V12.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M8 12.5H4V11.5H8V12.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M20 12.5H16V11.5H20V12.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M24 12.5H22V11.5H24V12.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M11.5 20V16H12.5V20H11.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M11.5 24V22H12.5V24H11.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-connector-threeway-joint",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConnectorThreewayJoint",
          "declaration": {
            "name": "ObiConnectorThreewayJoint",
            "module": "src/icons/icon-connector-threeway-joint.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-connector-threeway-joint",
          "declaration": {
            "name": "ObiConnectorThreewayJoint",
            "module": "src/icons/icon-connector-threeway-joint.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-connector-threeway.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConnectorThreeway",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 24V12M24 12H12M12 12H0\" stroke=\"#373737\" stroke-dasharray=\"4 2\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 24V12M24 12H12M12 12H0\" style=\"stroke: var(--automation-device-tertiary-color)\" stroke-dasharray=\"4 2\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-connector-threeway",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConnectorThreeway",
          "declaration": {
            "name": "ObiConnectorThreeway",
            "module": "src/icons/icon-connector-threeway.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-connector-threeway",
          "declaration": {
            "name": "ObiConnectorThreeway",
            "module": "src/icons/icon-connector-threeway.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-conning-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConningIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 2H2V8H22V2H20V6H18V4H16V6H13V2H11V6H8V4H6V6H4V2Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 10H22V12C22 13.3132 21.7413 14.6136 21.2388 15.8268C20.7362 17.0401 19.9997 18.1425 19.0711 19.0711C18.1425 19.9997 17.0401 20.7362 15.8268 21.2388C14.6136 21.7413 13.3132 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C4.00035 18.1425 3.26375 17.0401 2.7612 15.8268C2.25866 14.6136 2 13.3132 2 12V10ZM12 16C14.2091 16 16 14.2091 16 12L20 12C20 13.0506 19.7931 14.0909 19.391 15.0615C18.989 16.0321 18.3997 16.914 17.6569 17.6569C16.914 18.3997 16.0321 18.989 15.0615 19.391C14.0909 19.7931 13.0506 20 12 20C10.9494 20 9.90914 19.7931 8.93853 19.391C7.96793 18.989 7.08601 18.3997 6.34315 17.6569C5.60028 16.914 5.011 16.0321 4.60896 15.0615C4.20693 14.0909 4 13.0506 4 12H8C8 13.1177 8.45844 14.1284 9.19755 14.8542L7.63403 17.5622L9.36608 18.5622L10.9291 15.855C11.2699 15.9495 11.6291 16 12 16ZM10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12H10Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 2H2V8H22V2H20V6H18V4H16V6H13V2H11V6H8V4H6V6H4V2Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 10H22V12C22 13.3132 21.7413 14.6136 21.2388 15.8268C20.7362 17.0401 19.9997 18.1425 19.0711 19.0711C18.1425 19.9997 17.0401 20.7362 15.8268 21.2388C14.6136 21.7413 13.3132 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C4.00035 18.1425 3.26375 17.0401 2.7612 15.8268C2.25866 14.6136 2 13.3132 2 12V10ZM12 16C14.2091 16 16 14.2091 16 12L20 12C20 13.0506 19.7931 14.0909 19.391 15.0615C18.989 16.0321 18.3997 16.914 17.6569 17.6569C16.914 18.3997 16.0321 18.989 15.0615 19.391C14.0909 19.7931 13.0506 20 12 20C10.9494 20 9.90914 19.7931 8.93853 19.391C7.96793 18.989 7.08601 18.3997 6.34315 17.6569C5.60028 16.914 5.011 16.0321 4.60896 15.0615C4.20693 14.0909 4 13.0506 4 12H8C8 13.1177 8.45844 14.1284 9.19755 14.8542L7.63403 17.5622L9.36608 18.5622L10.9291 15.855C11.2699 15.9495 11.6291 16 12 16ZM10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12H10Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-conning-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConningIec",
          "declaration": {
            "name": "ObiConningIec",
            "module": "src/icons/icon-conning-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-conning-iec",
          "declaration": {
            "name": "ObiConningIec",
            "module": "src/icons/icon-conning-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-conspicuous-cairn.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConspicuousCairn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 9C16 9.72864 15.8052 10.4118 15.4648 11.0002L15.5 11C17.7091 11 19.5 12.7909 19.5 15C19.5 16.1947 18.9762 17.2671 18.1458 18H21V19.5H3V18H5.85418C5.02375 17.2671 4.5 16.1947 4.5 15C4.5 12.7909 6.29086 11 8.5 11L8.53522 11.0002C8.19482 10.4118 8 9.72864 8 9C8 6.79086 9.79086 5 12 5C14.2091 5 16 6.79086 16 9ZM14.5 9C14.5 10.3807 13.3807 11.5 12 11.5C10.6193 11.5 9.5 10.3807 9.5 9C9.5 7.61929 10.6193 6.5 12 6.5C13.3807 6.5 14.5 7.61929 14.5 9ZM11 15C11 16.3807 9.88071 17.5 8.5 17.5C7.11929 17.5 6 16.3807 6 15C6 13.6193 7.11929 12.5 8.5 12.5C9.88071 12.5 11 13.6193 11 15ZM15.5 17.5C16.8807 17.5 18 16.3807 18 15C18 13.6193 16.8807 12.5 15.5 12.5C14.1193 12.5 13 13.6193 13 15C13 16.3807 14.1193 17.5 15.5 17.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 9C16 9.72864 15.8052 10.4118 15.4648 11.0002L15.5 11C17.7091 11 19.5 12.7909 19.5 15C19.5 16.1947 18.9762 17.2671 18.1458 18H21V19.5H3V18H5.85418C5.02375 17.2671 4.5 16.1947 4.5 15C4.5 12.7909 6.29086 11 8.5 11L8.53522 11.0002C8.19482 10.4118 8 9.72864 8 9C8 6.79086 9.79086 5 12 5C14.2091 5 16 6.79086 16 9ZM14.5 9C14.5 10.3807 13.3807 11.5 12 11.5C10.6193 11.5 9.5 10.3807 9.5 9C9.5 7.61929 10.6193 6.5 12 6.5C13.3807 6.5 14.5 7.61929 14.5 9ZM11 15C11 16.3807 9.88071 17.5 8.5 17.5C7.11929 17.5 6 16.3807 6 15C6 13.6193 7.11929 12.5 8.5 12.5C9.88071 12.5 11 13.6193 11 15ZM15.5 17.5C16.8807 17.5 18 16.3807 18 15C18 13.6193 16.8807 12.5 15.5 12.5C14.1193 12.5 13 13.6193 13 15C13 16.3807 14.1193 17.5 15.5 17.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-conspicuous-cairn",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConspicuousCairn",
          "declaration": {
            "name": "ObiConspicuousCairn",
            "module": "src/icons/icon-conspicuous-cairn.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-conspicuous-cairn",
          "declaration": {
            "name": "ObiConspicuousCairn",
            "module": "src/icons/icon-conspicuous-cairn.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-contacts.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiContacts",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 21C1.45 21 0.979167 20.8042 0.5875 20.4125C0.195833 20.0208 0 19.55 0 19V5C0 4.45 0.195833 3.97917 0.5875 3.5875C0.979167 3.19583 1.45 3 2 3H22C22.55 3 23.0208 3.19583 23.4125 3.5875C23.8042 3.97917 24 4.45 24 5V19C24 19.55 23.8042 20.0208 23.4125 20.4125C23.0208 20.8042 22.55 21 22 21H2ZM15.9 19H22V5H2V19H2.1C2.8 17.75 3.76667 16.7708 5 16.0625C6.23333 15.3542 7.56667 15 9 15C10.4333 15 11.7667 15.3542 13 16.0625C14.2333 16.7708 15.2 17.75 15.9 19ZM9 14C9.83333 14 10.5417 13.7083 11.125 13.125C11.7083 12.5417 12 11.8333 12 11C12 10.1667 11.7083 9.45833 11.125 8.875C10.5417 8.29167 9.83333 8 9 8C8.16667 8 7.45833 8.29167 6.875 8.875C6.29167 9.45833 6 10.1667 6 11C6 11.8333 6.29167 12.5417 6.875 13.125C7.45833 13.7083 8.16667 14 9 14ZM18.5 18L20.5 16L19 14H17.35C17.25 13.7 17.1667 13.3792 17.1 13.0375C17.0333 12.6958 17 12.35 17 12C17 11.65 17.0333 11.3125 17.1 10.9875C17.1667 10.6625 17.25 10.3333 17.35 10H19L20.5 8L18.5 6C17.6 6.7 16.875 7.5875 16.325 8.6625C15.775 9.7375 15.5 10.85 15.5 12C15.5 13.15 15.775 14.2625 16.325 15.3375C16.875 16.4125 17.6 17.3 18.5 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 21C1.45 21 0.979167 20.8042 0.5875 20.4125C0.195833 20.0208 0 19.55 0 19V5C0 4.45 0.195833 3.97917 0.5875 3.5875C0.979167 3.19583 1.45 3 2 3H22C22.55 3 23.0208 3.19583 23.4125 3.5875C23.8042 3.97917 24 4.45 24 5V19C24 19.55 23.8042 20.0208 23.4125 20.4125C23.0208 20.8042 22.55 21 22 21H2ZM15.9 19H22V5H2V19H2.1C2.8 17.75 3.76667 16.7708 5 16.0625C6.23333 15.3542 7.56667 15 9 15C10.4333 15 11.7667 15.3542 13 16.0625C14.2333 16.7708 15.2 17.75 15.9 19ZM9 14C9.83333 14 10.5417 13.7083 11.125 13.125C11.7083 12.5417 12 11.8333 12 11C12 10.1667 11.7083 9.45833 11.125 8.875C10.5417 8.29167 9.83333 8 9 8C8.16667 8 7.45833 8.29167 6.875 8.875C6.29167 9.45833 6 10.1667 6 11C6 11.8333 6.29167 12.5417 6.875 13.125C7.45833 13.7083 8.16667 14 9 14ZM18.5 18L20.5 16L19 14H17.35C17.25 13.7 17.1667 13.3792 17.1 13.0375C17.0333 12.6958 17 12.35 17 12C17 11.65 17.0333 11.3125 17.1 10.9875C17.1667 10.6625 17.25 10.3333 17.35 10H19L20.5 8L18.5 6C17.6 6.7 16.875 7.5875 16.325 8.6625C15.775 9.7375 15.5 10.85 15.5 12C15.5 13.15 15.775 14.2625 16.325 15.3375C16.875 16.4125 17.6 17.3 18.5 18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-contacts",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiContacts",
          "declaration": {
            "name": "ObiContacts",
            "module": "src/icons/icon-contacts.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-contacts",
          "declaration": {
            "name": "ObiContacts",
            "module": "src/icons/icon-contacts.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-container.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiContainer",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.2498 11L12.7498 7.625V2H11.2498V7.625L6.7498 11H3V21H21V11H17.2498ZM9.2498 11L11.9998 8.9375L14.7498 11H9.2498ZM17 13H19V19H17V13ZM13 13H15V19H13V13ZM11 13H9V19H11V13ZM7 19V13H5V19H7Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.2498 11L12.7498 7.625V2H11.2498V7.625L6.7498 11H3V21H21V11H17.2498ZM9.2498 11L11.9998 8.9375L14.7498 11H9.2498ZM17 13H19V19H17V13ZM13 13H15V19H13V13ZM11 13H9V19H11V13ZM7 19V13H5V19H7Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-container",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiContainer",
          "declaration": {
            "name": "ObiContainer",
            "module": "src/icons/icon-container.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-container",
          "declaration": {
            "name": "ObiContainer",
            "module": "src/icons/icon-container.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-content-collapse-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiContentCollapseGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 14V20H8V16H4V14H10ZM16 4V8H20V10H14V4H16Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 14V20H8V16H4V14H10ZM16 4V8H20V10H14V4H16Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-content-collapse-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiContentCollapseGoogle",
          "declaration": {
            "name": "ObiContentCollapseGoogle",
            "module": "src/icons/icon-content-collapse-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-content-collapse-google",
          "declaration": {
            "name": "ObiContentCollapseGoogle",
            "module": "src/icons/icon-content-collapse-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-content-copy-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiContentCopyGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 18C8.45 18 7.97917 17.8042 7.5875 17.4125C7.19583 17.0208 7 16.55 7 16V4C7 3.45 7.19583 2.97917 7.5875 2.5875C7.97917 2.19583 8.45 2 9 2H18C18.55 2 19.0208 2.19583 19.4125 2.5875C19.8042 2.97917 20 3.45 20 4V16C20 16.55 19.8042 17.0208 19.4125 17.4125C19.0208 17.8042 18.55 18 18 18H9ZM9 16H18V4H9V16ZM5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6H5V20H16V22H5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 18C8.45 18 7.97917 17.8042 7.5875 17.4125C7.19583 17.0208 7 16.55 7 16V4C7 3.45 7.19583 2.97917 7.5875 2.5875C7.97917 2.19583 8.45 2 9 2H18C18.55 2 19.0208 2.19583 19.4125 2.5875C19.8042 2.97917 20 3.45 20 4V16C20 16.55 19.8042 17.0208 19.4125 17.4125C19.0208 17.8042 18.55 18 18 18H9ZM9 16H18V4H9V16ZM5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6H5V20H16V22H5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-content-copy-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiContentCopyGoogle",
          "declaration": {
            "name": "ObiContentCopyGoogle",
            "module": "src/icons/icon-content-copy-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-content-copy-google",
          "declaration": {
            "name": "ObiContentCopyGoogle",
            "module": "src/icons/icon-content-copy-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-content-cut-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiContentCutGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 21L12 14L9.65 16.35C9.78333 16.6 9.875 16.8667 9.925 17.15C9.975 17.4333 10 17.7167 10 18C10 19.1 9.60833 20.0417 8.825 20.825C8.04167 21.6083 7.1 22 6 22C4.9 22 3.95833 21.6083 3.175 20.825C2.39167 20.0417 2 19.1 2 18C2 16.9 2.39167 15.9583 3.175 15.175C3.95833 14.3917 4.9 14 6 14C6.28333 14 6.56667 14.025 6.85 14.075C7.13333 14.125 7.4 14.2167 7.65 14.35L10 12L7.65 9.65C7.4 9.78333 7.13333 9.875 6.85 9.925C6.56667 9.975 6.28333 10 6 10C4.9 10 3.95833 9.60833 3.175 8.825C2.39167 8.04167 2 7.1 2 6C2 4.9 2.39167 3.95833 3.175 3.175C3.95833 2.39167 4.9 2 6 2C7.1 2 8.04167 2.39167 8.825 3.175C9.60833 3.95833 10 4.9 10 6C10 6.28333 9.975 6.56667 9.925 6.85C9.875 7.13333 9.78333 7.4 9.65 7.65L22 20V21H19ZM15 11L13 9L19 3H22V4L15 11ZM6 8C6.55 8 7.02083 7.80417 7.4125 7.4125C7.80417 7.02083 8 6.55 8 6C8 5.45 7.80417 4.97917 7.4125 4.5875C7.02083 4.19583 6.55 4 6 4C5.45 4 4.97917 4.19583 4.5875 4.5875C4.19583 4.97917 4 5.45 4 6C4 6.55 4.19583 7.02083 4.5875 7.4125C4.97917 7.80417 5.45 8 6 8ZM6 20C6.55 20 7.02083 19.8042 7.4125 19.4125C7.80417 19.0208 8 18.55 8 18C8 17.45 7.80417 16.9792 7.4125 16.5875C7.02083 16.1958 6.55 16 6 16C5.45 16 4.97917 16.1958 4.5875 16.5875C4.19583 16.9792 4 17.45 4 18C4 18.55 4.19583 19.0208 4.5875 19.4125C4.97917 19.8042 5.45 20 6 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 21L12 14L9.65 16.35C9.78333 16.6 9.875 16.8667 9.925 17.15C9.975 17.4333 10 17.7167 10 18C10 19.1 9.60833 20.0417 8.825 20.825C8.04167 21.6083 7.1 22 6 22C4.9 22 3.95833 21.6083 3.175 20.825C2.39167 20.0417 2 19.1 2 18C2 16.9 2.39167 15.9583 3.175 15.175C3.95833 14.3917 4.9 14 6 14C6.28333 14 6.56667 14.025 6.85 14.075C7.13333 14.125 7.4 14.2167 7.65 14.35L10 12L7.65 9.65C7.4 9.78333 7.13333 9.875 6.85 9.925C6.56667 9.975 6.28333 10 6 10C4.9 10 3.95833 9.60833 3.175 8.825C2.39167 8.04167 2 7.1 2 6C2 4.9 2.39167 3.95833 3.175 3.175C3.95833 2.39167 4.9 2 6 2C7.1 2 8.04167 2.39167 8.825 3.175C9.60833 3.95833 10 4.9 10 6C10 6.28333 9.975 6.56667 9.925 6.85C9.875 7.13333 9.78333 7.4 9.65 7.65L22 20V21H19ZM15 11L13 9L19 3H22V4L15 11ZM6 8C6.55 8 7.02083 7.80417 7.4125 7.4125C7.80417 7.02083 8 6.55 8 6C8 5.45 7.80417 4.97917 7.4125 4.5875C7.02083 4.19583 6.55 4 6 4C5.45 4 4.97917 4.19583 4.5875 4.5875C4.19583 4.97917 4 5.45 4 6C4 6.55 4.19583 7.02083 4.5875 7.4125C4.97917 7.80417 5.45 8 6 8ZM6 20C6.55 20 7.02083 19.8042 7.4125 19.4125C7.80417 19.0208 8 18.55 8 18C8 17.45 7.80417 16.9792 7.4125 16.5875C7.02083 16.1958 6.55 16 6 16C5.45 16 4.97917 16.1958 4.5875 16.5875C4.19583 16.9792 4 17.45 4 18C4 18.55 4.19583 19.0208 4.5875 19.4125C4.97917 19.8042 5.45 20 6 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-content-cut-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiContentCutGoogle",
          "declaration": {
            "name": "ObiContentCutGoogle",
            "module": "src/icons/icon-content-cut-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-content-cut-google",
          "declaration": {
            "name": "ObiContentCutGoogle",
            "module": "src/icons/icon-content-cut-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-content-expand-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiContentExpandGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 19V13H7V17H11V19H5ZM17 11V7H13V5H19V11H17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 19V13H7V17H11V19H5ZM17 11V7H13V5H19V11H17Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-content-expand-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiContentExpandGoogle",
          "declaration": {
            "name": "ObiContentExpandGoogle",
            "module": "src/icons/icon-content-expand-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-content-expand-google",
          "declaration": {
            "name": "ObiContentExpandGoogle",
            "module": "src/icons/icon-content-expand-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-content-paste-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiContentPasteGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6C3 5.45 3.19583 4.97917 3.5875 4.5875C3.97917 4.19583 4.45 4 5 4H9.175C9.35833 3.41667 9.71667 2.9375 10.25 2.5625C10.7833 2.1875 11.3667 2 12 2C12.6667 2 13.2625 2.1875 13.7875 2.5625C14.3125 2.9375 14.6667 3.41667 14.85 4H19C19.55 4 20.0208 4.19583 20.4125 4.5875C20.8042 4.97917 21 5.45 21 6V20C21 20.55 20.8042 21.0208 20.4125 21.4125C20.0208 21.8042 19.55 22 19 22H5ZM5 20H19V6H17V9H7V6H5V20ZM12 6C12.2833 6 12.5208 5.90417 12.7125 5.7125C12.9042 5.52083 13 5.28333 13 5C13 4.71667 12.9042 4.47917 12.7125 4.2875C12.5208 4.09583 12.2833 4 12 4C11.7167 4 11.4792 4.09583 11.2875 4.2875C11.0958 4.47917 11 4.71667 11 5C11 5.28333 11.0958 5.52083 11.2875 5.7125C11.4792 5.90417 11.7167 6 12 6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6C3 5.45 3.19583 4.97917 3.5875 4.5875C3.97917 4.19583 4.45 4 5 4H9.175C9.35833 3.41667 9.71667 2.9375 10.25 2.5625C10.7833 2.1875 11.3667 2 12 2C12.6667 2 13.2625 2.1875 13.7875 2.5625C14.3125 2.9375 14.6667 3.41667 14.85 4H19C19.55 4 20.0208 4.19583 20.4125 4.5875C20.8042 4.97917 21 5.45 21 6V20C21 20.55 20.8042 21.0208 20.4125 21.4125C20.0208 21.8042 19.55 22 19 22H5ZM5 20H19V6H17V9H7V6H5V20ZM12 6C12.2833 6 12.5208 5.90417 12.7125 5.7125C12.9042 5.52083 13 5.28333 13 5C13 4.71667 12.9042 4.47917 12.7125 4.2875C12.5208 4.09583 12.2833 4 12 4C11.7167 4 11.4792 4.09583 11.2875 4.2875C11.0958 4.47917 11 4.71667 11 5C11 5.28333 11.0958 5.52083 11.2875 5.7125C11.4792 5.90417 11.7167 6 12 6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-content-paste-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiContentPasteGoogle",
          "declaration": {
            "name": "ObiContentPasteGoogle",
            "module": "src/icons/icon-content-paste-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-content-paste-google",
          "declaration": {
            "name": "ObiContentPasteGoogle",
            "module": "src/icons/icon-content-paste-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-converter-acdc-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConverterAcdcOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1H22.2929L1 22.2929V1ZM4.27829 6.84154C4.93761 5.78662 6.43538 5.68451 7.23178 6.64018C8.89979 8.6418 12.0368 8.42793 13.4177 6.21846L13.848 5.53L12.152 4.47L11.7217 5.15846C11.0624 6.21338 9.56462 6.31549 8.76822 5.35982C7.10021 3.3582 3.96321 3.57207 2.58229 5.78154L2.152 6.47L3.848 7.53L4.27829 6.84154Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.70711 23H23V1.70711L1.70711 23ZM21 15H13V17H21V15ZM21 19H13V21H21V19Z\" fill=\"currentColor\"/> <path d=\"M13 15H21V17H13V15Z\" fill=\"currentColor\"/> <path d=\"M13 19H21V21H13V19Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM1 1H22.2929L1 22.2929V1ZM1.70711 23H23V1.70711L1.70711 23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.23178 6.64018C6.43538 5.68451 4.93761 5.78662 4.27829 6.84154L3.848 7.53L2.152 6.47L2.58229 5.78154C3.96321 3.57207 7.10021 3.3582 8.76822 5.35982C9.56462 6.31549 11.0624 6.21338 11.7217 5.15846L12.152 4.47L13.848 5.53L13.4177 6.21846C12.0368 8.42793 8.89979 8.6418 7.23178 6.64018Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1H22.2929L1 22.2929V1ZM4.27829 6.84154C4.93761 5.78662 6.43538 5.68451 7.23178 6.64018C8.89979 8.6418 12.0368 8.42793 13.4177 6.21846L13.848 5.53L12.152 4.47L11.7217 5.15846C11.0624 6.21338 9.56462 6.31549 8.76822 5.35982C7.10021 3.3582 3.96321 3.57207 2.58229 5.78154L2.152 6.47L3.848 7.53L4.27829 6.84154Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.70711 23H23V1.70711L1.70711 23ZM21 15H13V17H21V15ZM21 19H13V21H21V19Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M13 15H21V17H13V15Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M13 19H21V21H13V19Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM1 1H22.2929L1 22.2929V1ZM1.70711 23H23V1.70711L1.70711 23Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.23178 6.64018C6.43538 5.68451 4.93761 5.78662 4.27829 6.84154L3.848 7.53L2.152 6.47L2.58229 5.78154C3.96321 3.57207 7.10021 3.3582 8.76822 5.35982C9.56462 6.31549 11.0624 6.21338 11.7217 5.15846L12.152 4.47L13.848 5.53L13.4177 6.21846C12.0368 8.42793 8.89979 8.6418 7.23178 6.64018Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-converter-acdc-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConverterAcdcOff",
          "declaration": {
            "name": "ObiConverterAcdcOff",
            "module": "src/icons/icon-converter-acdc-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-converter-acdc-off",
          "declaration": {
            "name": "ObiConverterAcdcOff",
            "module": "src/icons/icon-converter-acdc-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-converter-acdc-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConverterAcdcOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1H22.2929L1 22.2929V1ZM4.27829 6.84154C4.93761 5.78662 6.43538 5.68451 7.23178 6.64018C8.89979 8.6418 12.0368 8.42793 13.4177 6.21846L13.848 5.53L12.152 4.47L11.7217 5.15846C11.0624 6.21338 9.56462 6.31549 8.76822 5.35982C7.10021 3.3582 3.96321 3.57207 2.58229 5.78154L2.152 6.47L3.848 7.53L4.27829 6.84154Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.70711 23H23V1.70711L1.70711 23ZM21 15H13V17H21V15ZM21 19H13V21H21V19Z\" fill=\"currentColor\"/> <path d=\"M13 15H21V17H13V15Z\" fill=\"currentColor\"/> <path d=\"M13 19H21V21H13V19Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM1 1H22.2929L1 22.2929V1ZM1.70711 23H23V1.70711L1.70711 23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.23178 6.64018C6.43538 5.68451 4.93761 5.78662 4.27829 6.84154L3.848 7.53L2.152 6.47L2.58229 5.78154C3.96321 3.57207 7.10021 3.3582 8.76822 5.35982C9.56462 6.31549 11.0624 6.21338 11.7217 5.15846L12.152 4.47L13.848 5.53L13.4177 6.21846C12.0368 8.42793 8.89979 8.6418 7.23178 6.64018Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1H22.2929L1 22.2929V1ZM4.27829 6.84154C4.93761 5.78662 6.43538 5.68451 7.23178 6.64018C8.89979 8.6418 12.0368 8.42793 13.4177 6.21846L13.848 5.53L12.152 4.47L11.7217 5.15846C11.0624 6.21338 9.56462 6.31549 8.76822 5.35982C7.10021 3.3582 3.96321 3.57207 2.58229 5.78154L2.152 6.47L3.848 7.53L4.27829 6.84154Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.70711 23H23V1.70711L1.70711 23ZM21 15H13V17H21V15ZM21 19H13V21H21V19Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M13 15H21V17H13V15Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M13 19H21V21H13V19Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM1 1H22.2929L1 22.2929V1ZM1.70711 23H23V1.70711L1.70711 23Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.23178 6.64018C6.43538 5.68451 4.93761 5.78662 4.27829 6.84154L3.848 7.53L2.152 6.47L2.58229 5.78154C3.96321 3.57207 7.10021 3.3582 8.76822 5.35982C9.56462 6.31549 11.0624 6.21338 11.7217 5.15846L12.152 4.47L13.848 5.53L13.4177 6.21846C12.0368 8.42793 8.89979 8.6418 7.23178 6.64018Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-converter-acdc-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConverterAcdcOn",
          "declaration": {
            "name": "ObiConverterAcdcOn",
            "module": "src/icons/icon-converter-acdc-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-converter-acdc-on",
          "declaration": {
            "name": "ObiConverterAcdcOn",
            "module": "src/icons/icon-converter-acdc-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-converter-acdc.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConverterAcdc",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 15H21V17H13V15Z\" fill=\"currentColor\"/> <path d=\"M13 19H21V21H13V19Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM1 1H22.2929L1 22.2929V1ZM1.70711 23H23V1.70711L1.70711 23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.23178 6.64018C6.43538 5.68451 4.93761 5.78662 4.27829 6.84154L3.848 7.53L2.152 6.47L2.58229 5.78154C3.96321 3.57207 7.10021 3.3582 8.76822 5.35982C9.56462 6.31549 11.0624 6.21338 11.7217 5.15846L12.152 4.47L13.848 5.53L13.4177 6.21846C12.0368 8.42793 8.89979 8.6418 7.23178 6.64018Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 15H21V17H13V15Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M13 19H21V21H13V19Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM1 1H22.2929L1 22.2929V1ZM1.70711 23H23V1.70711L1.70711 23Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.23178 6.64018C6.43538 5.68451 4.93761 5.78662 4.27829 6.84154L3.848 7.53L2.152 6.47L2.58229 5.78154C3.96321 3.57207 7.10021 3.3582 8.76822 5.35982C9.56462 6.31549 11.0624 6.21338 11.7217 5.15846L12.152 4.47L13.848 5.53L13.4177 6.21846C12.0368 8.42793 8.89979 8.6418 7.23178 6.64018Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-converter-acdc",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConverterAcdc",
          "declaration": {
            "name": "ObiConverterAcdc",
            "module": "src/icons/icon-converter-acdc.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-converter-acdc",
          "declaration": {
            "name": "ObiConverterAcdc",
            "module": "src/icons/icon-converter-acdc.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-converter-dcac-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConverterDcacOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.2929 1H1V22.2929L22.2929 1ZM11 3H3V5H11V3ZM11 7L3 7V9H11V7Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 23H1.70711L23 1.70711V23ZM12.2783 18.8414C12.9376 17.7865 14.4354 17.6844 15.2318 18.6401C16.8998 20.6417 20.0368 20.4278 21.4177 18.2183L21.848 17.5299L20.152 16.4699L19.7217 17.1583C19.0624 18.2133 17.5646 18.3154 16.7682 17.3597C15.1002 15.3581 11.9632 15.572 10.5823 17.7814L10.152 18.4699L11.848 19.5299L12.2783 18.8414Z\" fill=\"currentColor\"/> <path d=\"M3 3H11V5H3V3Z\" fill=\"currentColor\"/> <path d=\"M3 7L11 7V9H3V7Z\" fill=\"currentColor\"/> <path d=\"M12.2783 18.8414C12.9376 17.7865 14.4354 17.6844 15.2318 18.6401C16.8998 20.6417 20.0368 20.4278 21.4177 18.2183L21.848 17.5299L20.152 16.4699L19.7217 17.1583C19.0624 18.2133 17.5646 18.3154 16.7682 17.3597C15.1002 15.3581 11.9632 15.572 10.5823 17.7814L10.152 18.4699L11.848 19.5299L12.2783 18.8414Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM1 1H22.2929L1 22.2929V1ZM1.70711 23H23V1.70711L1.70711 23Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.2929 1H1V22.2929L22.2929 1ZM11 3H3V5H11V3ZM11 7L3 7V9H11V7Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 23H1.70711L23 1.70711V23ZM12.2783 18.8414C12.9376 17.7865 14.4354 17.6844 15.2318 18.6401C16.8998 20.6417 20.0368 20.4278 21.4177 18.2183L21.848 17.5299L20.152 16.4699L19.7217 17.1583C19.0624 18.2133 17.5646 18.3154 16.7682 17.3597C15.1002 15.3581 11.9632 15.572 10.5823 17.7814L10.152 18.4699L11.848 19.5299L12.2783 18.8414Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M3 3H11V5H3V3Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M3 7L11 7V9H3V7Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M12.2783 18.8414C12.9376 17.7865 14.4354 17.6844 15.2318 18.6401C16.8998 20.6417 20.0368 20.4278 21.4177 18.2183L21.848 17.5299L20.152 16.4699L19.7217 17.1583C19.0624 18.2133 17.5646 18.3154 16.7682 17.3597C15.1002 15.3581 11.9632 15.572 10.5823 17.7814L10.152 18.4699L11.848 19.5299L12.2783 18.8414Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM1 1H22.2929L1 22.2929V1ZM1.70711 23H23V1.70711L1.70711 23Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-converter-dcac-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConverterDcacOff",
          "declaration": {
            "name": "ObiConverterDcacOff",
            "module": "src/icons/icon-converter-dcac-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-converter-dcac-off",
          "declaration": {
            "name": "ObiConverterDcacOff",
            "module": "src/icons/icon-converter-dcac-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-converter-dcac-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConverterDcacOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.2929 1H1V22.2929L22.2929 1ZM11 3H3V5H11V3ZM11 7L3 7V9H11V7Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 23H1.70711L23 1.70711V23ZM12.2783 18.8414C12.9376 17.7865 14.4354 17.6844 15.2318 18.6401C16.8998 20.6417 20.0368 20.4278 21.4177 18.2183L21.848 17.5299L20.152 16.4699L19.7217 17.1583C19.0624 18.2133 17.5646 18.3154 16.7682 17.3597C15.1002 15.3581 11.9632 15.572 10.5823 17.7814L10.152 18.4699L11.848 19.5299L12.2783 18.8414Z\" fill=\"currentColor\"/> <path d=\"M3 3H11V5H3V3Z\" fill=\"currentColor\"/> <path d=\"M3 7L11 7V9H3V7Z\" fill=\"currentColor\"/> <path d=\"M12.2783 18.8414C12.9376 17.7865 14.4354 17.6844 15.2318 18.6401C16.8998 20.6417 20.0368 20.4278 21.4177 18.2183L21.848 17.5299L20.152 16.4699L19.7217 17.1583C19.0624 18.2133 17.5646 18.3154 16.7682 17.3597C15.1002 15.3581 11.9632 15.572 10.5823 17.7814L10.152 18.4699L11.848 19.5299L12.2783 18.8414Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM1 1H22.2929L1 22.2929V1ZM1.70711 23H23V1.70711L1.70711 23Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.2929 1H1V22.2929L22.2929 1ZM11 3H3V5H11V3ZM11 7L3 7V9H11V7Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 23H1.70711L23 1.70711V23ZM12.2783 18.8414C12.9376 17.7865 14.4354 17.6844 15.2318 18.6401C16.8998 20.6417 20.0368 20.4278 21.4177 18.2183L21.848 17.5299L20.152 16.4699L19.7217 17.1583C19.0624 18.2133 17.5646 18.3154 16.7682 17.3597C15.1002 15.3581 11.9632 15.572 10.5823 17.7814L10.152 18.4699L11.848 19.5299L12.2783 18.8414Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M3 3H11V5H3V3Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M3 7L11 7V9H3V7Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M12.2783 18.8414C12.9376 17.7865 14.4354 17.6844 15.2318 18.6401C16.8998 20.6417 20.0368 20.4278 21.4177 18.2183L21.848 17.5299L20.152 16.4699L19.7217 17.1583C19.0624 18.2133 17.5646 18.3154 16.7682 17.3597C15.1002 15.3581 11.9632 15.572 10.5823 17.7814L10.152 18.4699L11.848 19.5299L12.2783 18.8414Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM1 1H22.2929L1 22.2929V1ZM1.70711 23H23V1.70711L1.70711 23Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-converter-dcac-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConverterDcacOn",
          "declaration": {
            "name": "ObiConverterDcacOn",
            "module": "src/icons/icon-converter-dcac-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-converter-dcac-on",
          "declaration": {
            "name": "ObiConverterDcacOn",
            "module": "src/icons/icon-converter-dcac-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-converter-dcac.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConverterDcac",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 3H11V5H3V3Z\" fill=\"currentColor\"/> <path d=\"M3 7L11 7V9H3V7Z\" fill=\"currentColor\"/> <path d=\"M12.2783 18.8414C12.9376 17.7865 14.4354 17.6844 15.2318 18.6401C16.8998 20.6417 20.0368 20.4278 21.4177 18.2183L21.848 17.5299L20.152 16.4699L19.7217 17.1583C19.0624 18.2133 17.5646 18.3154 16.7682 17.3597C15.1002 15.3581 11.9632 15.572 10.5823 17.7814L10.152 18.4699L11.848 19.5299L12.2783 18.8414Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM1 1H22.2929L1 22.2929V1ZM1.70711 23H23V1.70711L1.70711 23Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 3H11V5H3V3Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M3 7L11 7V9H3V7Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M12.2783 18.8414C12.9376 17.7865 14.4354 17.6844 15.2318 18.6401C16.8998 20.6417 20.0368 20.4278 21.4177 18.2183L21.848 17.5299L20.152 16.4699L19.7217 17.1583C19.0624 18.2133 17.5646 18.3154 16.7682 17.3597C15.1002 15.3581 11.9632 15.572 10.5823 17.7814L10.152 18.4699L11.848 19.5299L12.2783 18.8414Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM1 1H22.2929L1 22.2929V1ZM1.70711 23H23V1.70711L1.70711 23Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-converter-dcac",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConverterDcac",
          "declaration": {
            "name": "ObiConverterDcac",
            "module": "src/icons/icon-converter-dcac.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-converter-dcac",
          "declaration": {
            "name": "ObiConverterDcac",
            "module": "src/icons/icon-converter-dcac.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-converter-dcdc-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConverterDcdcOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1H22.2929L1 22.2929V1ZM11 3H3V5H11V3ZM3 7L11 7V9H3V7Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.70711 23H23V1.70711L1.70711 23ZM13 15H21V17H13V15ZM21 19H13V21H21V19Z\" fill=\"currentColor\"/> <path d=\"M11 3H3V5H11V3Z\" fill=\"currentColor\"/> <path d=\"M3 7L11 7V9H3V7Z\" fill=\"currentColor\"/> <path d=\"M21 15H13V17H21V15Z\" fill=\"currentColor\"/> <path d=\"M21 19H13V21H21V19Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 0C0.447715 0 0 0.447716 0 1L0 23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1ZM22.2929 1H1V22.2929L22.2929 1ZM23 23H1.70711L23 1.70711V23Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1H22.2929L1 22.2929V1ZM11 3H3V5H11V3ZM3 7L11 7V9H3V7Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.70711 23H23V1.70711L1.70711 23ZM13 15H21V17H13V15ZM21 19H13V21H21V19Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M11 3H3V5H11V3Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M3 7L11 7V9H3V7Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M21 15H13V17H21V15Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M21 19H13V21H21V19Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 0C0.447715 0 0 0.447716 0 1L0 23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1ZM22.2929 1H1V22.2929L22.2929 1ZM23 23H1.70711L23 1.70711V23Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-converter-dcdc-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConverterDcdcOff",
          "declaration": {
            "name": "ObiConverterDcdcOff",
            "module": "src/icons/icon-converter-dcdc-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-converter-dcdc-off",
          "declaration": {
            "name": "ObiConverterDcdcOff",
            "module": "src/icons/icon-converter-dcdc-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-converter-dcdc-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConverterDcdcOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1H22.2929L1 22.2929V1ZM11 3H3V5H11V3ZM3 7L11 7V9H3V7Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.70711 23H23V1.70711L1.70711 23ZM13 15H21V17H13V15ZM21 19H13V21H21V19Z\" fill=\"currentColor\"/> <path d=\"M11 3H3V5H11V3Z\" fill=\"currentColor\"/> <path d=\"M3 7L11 7V9H3V7Z\" fill=\"currentColor\"/> <path d=\"M21 15H13V17H21V15Z\" fill=\"currentColor\"/> <path d=\"M21 19H13V21H21V19Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 0C0.447715 0 0 0.447716 0 1L0 23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1ZM22.2929 1H1V22.2929L22.2929 1ZM23 23H1.70711L23 1.70711V23Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1H22.2929L1 22.2929V1ZM11 3H3V5H11V3ZM3 7L11 7V9H3V7Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.70711 23H23V1.70711L1.70711 23ZM13 15H21V17H13V15ZM21 19H13V21H21V19Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M11 3H3V5H11V3Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M3 7L11 7V9H3V7Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M21 15H13V17H21V15Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M21 19H13V21H21V19Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 0C0.447715 0 0 0.447716 0 1L0 23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1ZM22.2929 1H1V22.2929L22.2929 1ZM23 23H1.70711L23 1.70711V23Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-converter-dcdc-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConverterDcdcOn",
          "declaration": {
            "name": "ObiConverterDcdcOn",
            "module": "src/icons/icon-converter-dcdc-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-converter-dcdc-on",
          "declaration": {
            "name": "ObiConverterDcdcOn",
            "module": "src/icons/icon-converter-dcdc-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-converter-dcdc.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConverterDcdc",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 3H3V5H11V3Z\" fill=\"currentColor\"/> <path d=\"M3 7L11 7V9H3V7Z\" fill=\"currentColor\"/> <path d=\"M21 15H13V17H21V15Z\" fill=\"currentColor\"/> <path d=\"M21 19H13V21H21V19Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 0C0.447715 0 0 0.447716 0 1L0 23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1ZM22.2929 1H1V22.2929L22.2929 1ZM23 23H1.70711L23 1.70711V23Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 3H3V5H11V3Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M3 7L11 7V9H3V7Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M21 15H13V17H21V15Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M21 19H13V21H21V19Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 0C0.447715 0 0 0.447716 0 1L0 23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1ZM22.2929 1H1V22.2929L22.2929 1ZM23 23H1.70711L23 1.70711V23Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-converter-dcdc",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConverterDcdc",
          "declaration": {
            "name": "ObiConverterDcdc",
            "module": "src/icons/icon-converter-dcdc.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-converter-dcdc",
          "declaration": {
            "name": "ObiConverterDcdc",
            "module": "src/icons/icon-converter-dcdc.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-converter-filter-1-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConverterFilter1Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.8817 11.983L9.89312 10.1151V11.983H12.8817Z\" fill=\"currentColor\"/> <path d=\"M9.89312 13.0244V14.8922L12.8817 13.0244H9.89312Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4898 1.47324L1.6139 12.3491L12.6514 23.3866L23.5272 12.5107L12.4898 1.47324ZM16.4017 11.983L20.8276 11.983V13.0244L16.4017 13.0244L16.4017 17.7106H14.8397L14.8397 13.6427L8.33105 17.7106V13.0244H4.16552V11.983H8.33105V7.29678L14.8397 11.3647V7.29678H16.4017V11.983Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8275 11.9825L16.4017 11.9825V7.29627H14.8396V11.3642L8.33098 7.29627V11.9825H4.16546V13.0239H8.33098V17.7101L14.8396 13.6422L14.8396 17.7101H16.4017L16.4017 13.0239L20.8275 13.0239V11.9825ZM9.89305 10.1146L12.8816 11.9825H9.89305V10.1146ZM9.89305 14.8917V13.0239H12.8816L9.89305 14.8917Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.6513 24.8588L0.141105 12.3486L12.4897 0L24.9999 12.5102L12.6513 24.8588ZM1.61384 12.3486L12.4897 1.47273L23.5272 12.5102L12.6513 23.3861L1.61384 12.3486Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.8817 11.983L9.89312 10.1151V11.983H12.8817Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M9.89312 13.0244V14.8922L12.8817 13.0244H9.89312Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4898 1.47324L1.6139 12.3491L12.6514 23.3866L23.5272 12.5107L12.4898 1.47324ZM16.4017 11.983L20.8276 11.983V13.0244L16.4017 13.0244L16.4017 17.7106H14.8397L14.8397 13.6427L8.33105 17.7106V13.0244H4.16552V11.983H8.33105V7.29678L14.8397 11.3647V7.29678H16.4017V11.983Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8275 11.9825L16.4017 11.9825V7.29627H14.8396V11.3642L8.33098 7.29627V11.9825H4.16546V13.0239H8.33098V17.7101L14.8396 13.6422L14.8396 17.7101H16.4017L16.4017 13.0239L20.8275 13.0239V11.9825ZM9.89305 10.1146L12.8816 11.9825H9.89305V10.1146ZM9.89305 14.8917V13.0239H12.8816L9.89305 14.8917Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.6513 24.8588L0.141105 12.3486L12.4897 0L24.9999 12.5102L12.6513 24.8588ZM1.61384 12.3486L12.4897 1.47273L23.5272 12.5102L12.6513 23.3861L1.61384 12.3486Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-converter-filter-1-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConverterFilter1Off",
          "declaration": {
            "name": "ObiConverterFilter1Off",
            "module": "src/icons/icon-converter-filter-1-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-converter-filter-1-off",
          "declaration": {
            "name": "ObiConverterFilter1Off",
            "module": "src/icons/icon-converter-filter-1-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-converter-filter-1-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConverterFilter1On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.8817 11.983L9.89312 10.1151V11.983H12.8817Z\" fill=\"currentColor\"/> <path d=\"M9.89312 13.0244V14.8922L12.8817 13.0244H9.89312Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4898 1.47324L1.6139 12.3491L12.6514 23.3866L23.5272 12.5107L12.4898 1.47324ZM16.4017 11.983L20.8276 11.983V13.0244L16.4017 13.0244L16.4017 17.7106H14.8397L14.8397 13.6427L8.33105 17.7106V13.0244H4.16552V11.983H8.33105V7.29678L14.8397 11.3647V7.29678H16.4017V11.983Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8275 11.9825L16.4017 11.9825V7.29627H14.8396V11.3642L8.33098 7.29627V11.9825H4.16546V13.0239H8.33098V17.7101L14.8396 13.6422L14.8396 17.7101H16.4017L16.4017 13.0239L20.8275 13.0239V11.9825ZM9.89305 10.1146L12.8816 11.9825H9.89305V10.1146ZM9.89305 14.8917V13.0239H12.8816L9.89305 14.8917Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.6513 24.8588L0.141105 12.3486L12.4897 0L24.9999 12.5102L12.6513 24.8588ZM1.61384 12.3486L12.4897 1.47273L23.5272 12.5102L12.6513 23.3861L1.61384 12.3486Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.8817 11.983L9.89312 10.1151V11.983H12.8817Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M9.89312 13.0244V14.8922L12.8817 13.0244H9.89312Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4898 1.47324L1.6139 12.3491L12.6514 23.3866L23.5272 12.5107L12.4898 1.47324ZM16.4017 11.983L20.8276 11.983V13.0244L16.4017 13.0244L16.4017 17.7106H14.8397L14.8397 13.6427L8.33105 17.7106V13.0244H4.16552V11.983H8.33105V7.29678L14.8397 11.3647V7.29678H16.4017V11.983Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8275 11.9825L16.4017 11.9825V7.29627H14.8396V11.3642L8.33098 7.29627V11.9825H4.16546V13.0239H8.33098V17.7101L14.8396 13.6422L14.8396 17.7101H16.4017L16.4017 13.0239L20.8275 13.0239V11.9825ZM9.89305 10.1146L12.8816 11.9825H9.89305V10.1146ZM9.89305 14.8917V13.0239H12.8816L9.89305 14.8917Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.6513 24.8588L0.141105 12.3486L12.4897 0L24.9999 12.5102L12.6513 24.8588ZM1.61384 12.3486L12.4897 1.47273L23.5272 12.5102L12.6513 23.3861L1.61384 12.3486Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-converter-filter-1-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConverterFilter1On",
          "declaration": {
            "name": "ObiConverterFilter1On",
            "module": "src/icons/icon-converter-filter-1-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-converter-filter-1-on",
          "declaration": {
            "name": "ObiConverterFilter1On",
            "module": "src/icons/icon-converter-filter-1-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-converter-filter-1.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiConverterFilter1",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8275 11.9825L16.4017 11.9825V7.29627H14.8396V11.3642L8.33098 7.29627V11.9825H4.16546V13.0239H8.33098V17.7101L14.8396 13.6422L14.8396 17.7101H16.4017L16.4017 13.0239L20.8275 13.0239V11.9825ZM9.89305 10.1146L12.8816 11.9825H9.89305V10.1146ZM9.89305 14.8917V13.0239H12.8816L9.89305 14.8917Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.6513 24.8588L0.141105 12.3486L12.4897 0L24.9999 12.5102L12.6513 24.8588ZM1.61384 12.3486L12.4897 1.47273L23.5272 12.5102L12.6513 23.3861L1.61384 12.3486Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8275 11.9825L16.4017 11.9825V7.29627H14.8396V11.3642L8.33098 7.29627V11.9825H4.16546V13.0239H8.33098V17.7101L14.8396 13.6422L14.8396 17.7101H16.4017L16.4017 13.0239L20.8275 13.0239V11.9825ZM9.89305 10.1146L12.8816 11.9825H9.89305V10.1146ZM9.89305 14.8917V13.0239H12.8816L9.89305 14.8917Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.6513 24.8588L0.141105 12.3486L12.4897 0L24.9999 12.5102L12.6513 24.8588ZM1.61384 12.3486L12.4897 1.47273L23.5272 12.5102L12.6513 23.3861L1.61384 12.3486Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-converter-filter-1",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiConverterFilter1",
          "declaration": {
            "name": "ObiConverterFilter1",
            "module": "src/icons/icon-converter-filter-1.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-converter-filter-1",
          "declaration": {
            "name": "ObiConverterFilter1",
            "module": "src/icons/icon-converter-filter-1.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-coordinate.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCoordinate",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 8C9.79 8 8 9.79 8 12C8 14.21 9.79 16 12 16C14.21 16 16 14.21 16 12C16 9.79 14.21 8 12 8ZM20.94 11C20.48 6.83 17.17 3.52 13 3.06V1H11V3.06C6.83 3.52 3.52 6.83 3.06 11H1V13H3.06C3.52 17.17 6.83 20.48 11 20.94V23H13V20.94C17.17 20.48 20.48 17.17 20.94 13H23V11H20.94ZM12 19C8.13 19 5 15.87 5 12C5 8.13 8.13 5 12 5C15.87 5 19 8.13 19 12C19 15.87 15.87 19 12 19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 8C9.79 8 8 9.79 8 12C8 14.21 9.79 16 12 16C14.21 16 16 14.21 16 12C16 9.79 14.21 8 12 8ZM20.94 11C20.48 6.83 17.17 3.52 13 3.06V1H11V3.06C6.83 3.52 3.52 6.83 3.06 11H1V13H3.06C3.52 17.17 6.83 20.48 11 20.94V23H13V20.94C17.17 20.48 20.48 17.17 20.94 13H23V11H20.94ZM12 19C8.13 19 5 15.87 5 12C5 8.13 8.13 5 12 5C15.87 5 19 8.13 19 12C19 15.87 15.87 19 12 19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-coordinate",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCoordinate",
          "declaration": {
            "name": "ObiCoordinate",
            "module": "src/icons/icon-coordinate.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-coordinate",
          "declaration": {
            "name": "ObiCoordinate",
            "module": "src/icons/icon-coordinate.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-crane.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCrane",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 6V4L7.82929 4C7.41746 2.83481 6.30622 2 5 2C3.34315 2 2 3.34315 2 5C2 6.12286 2.61689 7.10164 3.53024 7.61591L6.5 19H3V22H16V19H13L7.38094 6.82538C7.57099 6.57787 7.7233 6.29988 7.82929 6L22 6ZM5 6C5.55228 6 6 5.55228 6 5C6 4.44772 5.55228 4 5 4C4.44772 4 4 4.44772 4 5C4 5.55228 4.44772 6 5 6Z\" fill=\"currentColor\"/> <path d=\"M18 7V12H15V16H23V12H20V7H18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 6V4L7.82929 4C7.41746 2.83481 6.30622 2 5 2C3.34315 2 2 3.34315 2 5C2 6.12286 2.61689 7.10164 3.53024 7.61591L6.5 19H3V22H16V19H13L7.38094 6.82538C7.57099 6.57787 7.7233 6.29988 7.82929 6L22 6ZM5 6C5.55228 6 6 5.55228 6 5C6 4.44772 5.55228 4 5 4C4.44772 4 4 4.44772 4 5C4 5.55228 4.44772 6 5 6Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 7V12H15V16H23V12H20V7H18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-crane",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCrane",
          "declaration": {
            "name": "ObiCrane",
            "module": "src/icons/icon-crane.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-crane",
          "declaration": {
            "name": "ObiCrane",
            "module": "src/icons/icon-crane.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-current-1.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCurrent1",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 7.00002L11 24L13 24L13 7.00005L11 7.00002Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.79306 5.20723L12.0002 0.00012207L17.2073 5.20723L15.7931 6.62144L12.0002 2.82855L8.20727 6.62144L6.79306 5.20723Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 7.00002L11 24L13 24L13 7.00005L11 7.00002Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.79306 5.20723L12.0002 0.00012207L17.2073 5.20723L15.7931 6.62144L12.0002 2.82855L8.20727 6.62144L6.79306 5.20723Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-current-1",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCurrent1",
          "declaration": {
            "name": "ObiCurrent1",
            "module": "src/icons/icon-current-1.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-current-1",
          "declaration": {
            "name": "ObiCurrent1",
            "module": "src/icons/icon-current-1.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-current-2.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCurrent2",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.9743 12.0003L10.9743 24.0049L12.9999 24.005L12.9999 12.0004L10.9743 12.0003Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.79291 5.20747L12 0.000366211L17.2071 5.20747L15.7929 6.62169L12 2.82879L8.20712 6.62169L6.79291 5.20747Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.99994 10.5861L12.207 5.37903L17.4142 10.5861L15.9999 12.0003L12.207 8.20745L8.41415 12.0003L6.99994 10.5861Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.9743 12.0003L10.9743 24.0049L12.9999 24.005L12.9999 12.0004L10.9743 12.0003Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.79291 5.20747L12 0.000366211L17.2071 5.20747L15.7929 6.62169L12 2.82879L8.20712 6.62169L6.79291 5.20747Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.99994 10.5861L12.207 5.37903L17.4142 10.5861L15.9999 12.0003L12.207 8.20745L8.41415 12.0003L6.99994 10.5861Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-current-2",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCurrent2",
          "declaration": {
            "name": "ObiCurrent2",
            "module": "src/icons/icon-current-2.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-current-2",
          "declaration": {
            "name": "ObiCurrent2",
            "module": "src/icons/icon-current-2.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-current-3.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCurrent3",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 18L11 24L13 24L13 18L11 18Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.79297 5.20711L12.0001 0L17.2072 5.20711L15.793 6.62132L12.0001 2.82843L8.20718 6.62132L6.79297 5.20711Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 10.5858L12.2071 5.37866L17.4142 10.5858L16 12L12.2071 8.20709L8.41421 12L7 10.5858Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 16.5858L12.2071 11.3787L17.4142 16.5858L16 18L12.2071 14.2071L8.41421 18L7 16.5858Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 18L11 24L13 24L13 18L11 18Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.79297 5.20711L12.0001 0L17.2072 5.20711L15.793 6.62132L12.0001 2.82843L8.20718 6.62132L6.79297 5.20711Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 10.5858L12.2071 5.37866L17.4142 10.5858L16 12L12.2071 8.20709L8.41421 12L7 10.5858Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 16.5858L12.2071 11.3787L17.4142 16.5858L16 18L12.2071 14.2071L8.41421 18L7 16.5858Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-current-3",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCurrent3",
          "declaration": {
            "name": "ObiCurrent3",
            "module": "src/icons/icon-current-3.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-current-3",
          "declaration": {
            "name": "ObiCurrent3",
            "module": "src/icons/icon-current-3.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-current-4.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCurrent4",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.79297 5.20711L12.0001 0L17.2072 5.20711L15.793 6.62132L12.0001 2.82843L8.20718 6.62132L6.79297 5.20711Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 10.5858L12.2071 5.37866L17.4142 10.5858L16 12L12.2071 8.20709L8.41421 12L7 10.5858Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 16.5858L12.2071 11.3787L17.4142 16.5858L16 18L12.2071 14.2071L8.41421 18L7 16.5858Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 22.5858L12.2071 17.3787L17.4142 22.5858L16 24L12.2071 20.2071L8.41421 24L7 22.5858Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.79297 5.20711L12.0001 0L17.2072 5.20711L15.793 6.62132L12.0001 2.82843L8.20718 6.62132L6.79297 5.20711Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 10.5858L12.2071 5.37866L17.4142 10.5858L16 12L12.2071 8.20709L8.41421 12L7 10.5858Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 16.5858L12.2071 11.3787L17.4142 16.5858L16 18L12.2071 14.2071L8.41421 18L7 16.5858Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 22.5858L12.2071 17.3787L17.4142 22.5858L16 24L12.2071 20.2071L8.41421 24L7 22.5858Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-current-4",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCurrent4",
          "declaration": {
            "name": "ObiCurrent4",
            "module": "src/icons/icon-current-4.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-current-4",
          "declaration": {
            "name": "ObiCurrent4",
            "module": "src/icons/icon-current-4.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-current.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCurrent",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.91438 8.98698C3.51088 9.50843 2.89171 10 2 10V8C2.06067 8 2.15578 7.99157 2.33264 7.76302C2.5308 7.50693 2.70976 7.12515 2.92216 6.61538C2.94846 6.55227 2.97565 6.48614 3.00374 6.41779C3.17587 5.99909 3.38204 5.49756 3.6259 5.10109C3.90085 4.65408 4.42907 4 5.33333 4C6.23759 4 6.76582 4.65408 7.04076 5.10109C7.28462 5.49756 7.4908 5.99909 7.66292 6.41779C7.69102 6.48613 7.71821 6.55227 7.74451 6.61538C7.95691 7.12515 8.13586 7.50693 8.33403 7.76302C8.51088 7.99157 8.60599 8 8.66667 8C8.72734 8 8.82245 7.99157 8.99931 7.76302C9.19747 7.50693 9.37643 7.12515 9.58883 6.61538C9.61512 6.55227 9.64231 6.48614 9.67041 6.41779C9.84253 5.99909 10.0487 5.49756 10.2926 5.10109C10.5675 4.65408 11.0957 4 12 4C12.9043 4 13.4325 4.65408 13.7074 5.10109C13.9513 5.49756 14.1575 5.99909 14.3296 6.41779C14.3577 6.48613 14.3849 6.55227 14.4112 6.61538C14.6236 7.12515 14.8025 7.50693 15.0007 7.76302C15.1775 7.99157 15.2727 8 15.3333 8C15.394 8 15.4891 7.99157 15.666 7.76302C15.8641 7.50693 16.0431 7.12515 16.2555 6.61538C16.2818 6.55227 16.309 6.48613 16.3371 6.41779C16.5092 5.99909 16.7154 5.49756 16.9592 5.10109C17.2342 4.65408 17.7624 4 18.6667 4C19.5709 4 20.0991 4.65408 20.3741 5.10109C20.618 5.49756 20.8241 5.99908 20.9963 6.41778C21.0244 6.48613 21.0515 6.55227 21.0778 6.61538C21.2902 7.12515 21.4692 7.50693 21.6674 7.76302C21.8442 7.99157 21.9393 8 22 8V10C21.1083 10 20.4891 9.50843 20.0856 8.98698C19.7034 8.49307 19.436 7.87485 19.2317 7.38462C19.1985 7.30499 19.1669 7.22859 19.1366 7.15526C19.038 6.91685 18.9057 6.63529 18.8066 6.43017C18.7632 6.3404 18.7415 6.29551 18.71 6.28037C18.6831 6.2674 18.6503 6.2674 18.6233 6.28037C18.5918 6.29551 18.5701 6.3404 18.5268 6.43017C18.4277 6.63528 18.2954 6.91684 18.1968 7.15523C18.1664 7.22857 18.1348 7.30498 18.1016 7.38462C17.8974 7.87485 17.6299 8.49307 17.2477 8.98698C16.8442 9.50843 16.225 10 15.3333 10C14.4416 10 13.8225 9.50843 13.419 8.98698C13.0368 8.49307 12.7693 7.87485 12.565 7.38462C12.5318 7.305 12.5002 7.22859 12.4699 7.15527C12.3713 6.91686 12.239 6.63529 12.1399 6.43018C12.0965 6.3404 12.0748 6.29551 12.0433 6.28037C12.0164 6.2674 11.9836 6.2674 11.9567 6.28037C11.9252 6.29551 11.9035 6.3404 11.8601 6.43017C11.761 6.63529 11.6287 6.91685 11.5301 7.15525C11.4998 7.22858 11.4682 7.30499 11.435 7.38462C11.2307 7.87485 10.9632 8.49307 10.581 8.98698C10.1775 9.50843 9.55837 10 8.66667 10C7.77496 10 7.15578 9.50843 6.75228 8.98698C6.37009 8.49307 6.10262 7.87485 5.89835 7.38462C5.86517 7.30499 5.83357 7.22858 5.80324 7.15525C5.70462 6.91685 5.57232 6.63529 5.47323 6.43017C5.42986 6.3404 5.40817 6.29551 5.37668 6.28037C5.34972 6.2674 5.31695 6.2674 5.28999 6.28037C5.25849 6.29551 5.23681 6.3404 5.19344 6.43017C5.09434 6.63529 4.96204 6.91685 4.86343 7.15525C4.8331 7.22858 4.80149 7.30499 4.76832 7.38462C4.56405 7.87485 4.29658 8.49307 3.91438 8.98698Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.7071 12.2929L21.4142 17L16.7071 21.7071L15.2929 20.2929L17.5858 18H3V16H17.5858L15.2929 13.7071L16.7071 12.2929Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.91438 8.98698C3.51088 9.50843 2.89171 10 2 10V8C2.06067 8 2.15578 7.99157 2.33264 7.76302C2.5308 7.50693 2.70976 7.12515 2.92216 6.61538C2.94846 6.55227 2.97565 6.48614 3.00374 6.41779C3.17587 5.99909 3.38204 5.49756 3.6259 5.10109C3.90085 4.65408 4.42907 4 5.33333 4C6.23759 4 6.76582 4.65408 7.04076 5.10109C7.28462 5.49756 7.4908 5.99909 7.66292 6.41779C7.69102 6.48613 7.71821 6.55227 7.74451 6.61538C7.95691 7.12515 8.13586 7.50693 8.33403 7.76302C8.51088 7.99157 8.60599 8 8.66667 8C8.72734 8 8.82245 7.99157 8.99931 7.76302C9.19747 7.50693 9.37643 7.12515 9.58883 6.61538C9.61512 6.55227 9.64231 6.48614 9.67041 6.41779C9.84253 5.99909 10.0487 5.49756 10.2926 5.10109C10.5675 4.65408 11.0957 4 12 4C12.9043 4 13.4325 4.65408 13.7074 5.10109C13.9513 5.49756 14.1575 5.99909 14.3296 6.41779C14.3577 6.48613 14.3849 6.55227 14.4112 6.61538C14.6236 7.12515 14.8025 7.50693 15.0007 7.76302C15.1775 7.99157 15.2727 8 15.3333 8C15.394 8 15.4891 7.99157 15.666 7.76302C15.8641 7.50693 16.0431 7.12515 16.2555 6.61538C16.2818 6.55227 16.309 6.48613 16.3371 6.41779C16.5092 5.99909 16.7154 5.49756 16.9592 5.10109C17.2342 4.65408 17.7624 4 18.6667 4C19.5709 4 20.0991 4.65408 20.3741 5.10109C20.618 5.49756 20.8241 5.99908 20.9963 6.41778C21.0244 6.48613 21.0515 6.55227 21.0778 6.61538C21.2902 7.12515 21.4692 7.50693 21.6674 7.76302C21.8442 7.99157 21.9393 8 22 8V10C21.1083 10 20.4891 9.50843 20.0856 8.98698C19.7034 8.49307 19.436 7.87485 19.2317 7.38462C19.1985 7.30499 19.1669 7.22859 19.1366 7.15526C19.038 6.91685 18.9057 6.63529 18.8066 6.43017C18.7632 6.3404 18.7415 6.29551 18.71 6.28037C18.6831 6.2674 18.6503 6.2674 18.6233 6.28037C18.5918 6.29551 18.5701 6.3404 18.5268 6.43017C18.4277 6.63528 18.2954 6.91684 18.1968 7.15523C18.1664 7.22857 18.1348 7.30498 18.1016 7.38462C17.8974 7.87485 17.6299 8.49307 17.2477 8.98698C16.8442 9.50843 16.225 10 15.3333 10C14.4416 10 13.8225 9.50843 13.419 8.98698C13.0368 8.49307 12.7693 7.87485 12.565 7.38462C12.5318 7.305 12.5002 7.22859 12.4699 7.15527C12.3713 6.91686 12.239 6.63529 12.1399 6.43018C12.0965 6.3404 12.0748 6.29551 12.0433 6.28037C12.0164 6.2674 11.9836 6.2674 11.9567 6.28037C11.9252 6.29551 11.9035 6.3404 11.8601 6.43017C11.761 6.63529 11.6287 6.91685 11.5301 7.15525C11.4998 7.22858 11.4682 7.30499 11.435 7.38462C11.2307 7.87485 10.9632 8.49307 10.581 8.98698C10.1775 9.50843 9.55837 10 8.66667 10C7.77496 10 7.15578 9.50843 6.75228 8.98698C6.37009 8.49307 6.10262 7.87485 5.89835 7.38462C5.86517 7.30499 5.83357 7.22858 5.80324 7.15525C5.70462 6.91685 5.57232 6.63529 5.47323 6.43017C5.42986 6.3404 5.40817 6.29551 5.37668 6.28037C5.34972 6.2674 5.31695 6.2674 5.28999 6.28037C5.25849 6.29551 5.23681 6.3404 5.19344 6.43017C5.09434 6.63529 4.96204 6.91685 4.86343 7.15525C4.8331 7.22858 4.80149 7.30499 4.76832 7.38462C4.56405 7.87485 4.29658 8.49307 3.91438 8.98698Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.7071 12.2929L21.4142 17L16.7071 21.7071L15.2929 20.2929L17.5858 18H3V16H17.5858L15.2929 13.7071L16.7071 12.2929Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-current",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCurrent",
          "declaration": {
            "name": "ObiCurrent",
            "module": "src/icons/icon-current.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-current",
          "declaration": {
            "name": "ObiCurrent",
            "module": "src/icons/icon-current.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-action-pointer-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorActionPointerIcon",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 23L2 2L23 9L12.5 12.5L9 23Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 23L2 2L23 9L12.5 12.5L9 23Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-action-pointer-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorActionPointerIcon",
          "declaration": {
            "name": "ObiCursorActionPointerIcon",
            "module": "src/icons/icon-cursor-action-pointer-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-action-pointer-icon",
          "declaration": {
            "name": "ObiCursorActionPointerIcon",
            "module": "src/icons/icon-cursor-action-pointer-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-action-pointer.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorActionPointer",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"33\" height=\"32\" viewBox=\"0 0 33 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2134_94)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.58114 17.1622L1 0.418823L17.7434 5.99996L9.37171 8.79053L6.58114 17.1622Z\" fill=\"currentColor\"/> </g> <path d=\"M6.58112 14L2.58112 2L14.5811 6L8.58112 8L6.58112 14Z\" fill=\"currentColor\"/> <defs> <filter id=\"filter0_d_2134_94\" x=\"0\" y=\"0.418823\" width=\"18.7434\" height=\"18.7434\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2134_94\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2134_94\" result=\"shape\"/> </filter> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"33\" height=\"32\" viewBox=\"0 0 33 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2134_94)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.58114 17.1622L1 0.418823L17.7434 5.99996L9.37171 8.79053L6.58114 17.1622Z\" style=\"fill: var(--element-active-inverted-color)\"/> </g> <path d=\"M6.58112 14L2.58112 2L14.5811 6L8.58112 8L6.58112 14Z\" style=\"fill: var(--element-active-color)\"/> <defs> <filter id=\"filter0_d_2134_94\" x=\"0\" y=\"0.418823\" width=\"18.7434\" height=\"18.7434\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2134_94\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2134_94\" result=\"shape\"/> </filter> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-action-pointer",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorActionPointer",
          "declaration": {
            "name": "ObiCursorActionPointer",
            "module": "src/icons/icon-cursor-action-pointer.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-action-pointer",
          "declaration": {
            "name": "ObiCursorActionPointer",
            "module": "src/icons/icon-cursor-action-pointer.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-closed-hand-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorClosedHandIcon",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.99949 7C7.12385 5.87501 8.07762 5 9.23575 5C9.81202 5 10.3377 5.21664 10.7358 5.57292C11.1338 5.21664 11.6595 5 12.2358 5C13.1115 5 13.8704 5.50032 14.2422 6.23071C14.5418 6.08299 14.8791 6 15.2358 6C16.0159 6 16.7032 6.39701 17.1069 7H17.7358C19.2463 7 20.5057 8.22792 20.4656 9.76949C20.4037 12.1509 20.1587 14.5789 19.0688 16.4169C18.5122 17.3555 17.7372 18.1389 16.6746 18.681C15.6188 19.2195 14.3188 19.5 12.7358 19.5C9.0669 19.5 6.81574 18.3804 5.52683 16.451C4.28841 14.5972 4.0534 12.1446 4.00068 9.76669C3.96655 8.22734 5.22505 7 6.73575 7H6.99949ZM6.98159 8.5V10.75C6.98159 11.16 7.32408 11.5005 7.73359 11.5C8.14315 11.5005 8.48575 11.1601 8.48575 10.75V7.25C8.48575 6.83579 8.82154 6.5 9.23575 6.5C9.64997 6.5 9.98575 6.83579 9.98575 7.25V9.50004C9.98575 9.91426 10.3215 10.25 10.7358 10.25C11.15 10.25 11.4858 9.91426 11.4858 9.50004V7.25C11.4858 6.83579 11.8215 6.5 12.2358 6.5C12.65 6.5 12.9858 6.83579 12.9858 7.25V9.50004C12.9858 9.91426 13.3215 10.25 13.7358 10.25C14.15 10.25 14.4858 9.91426 14.4858 9.50004V8.25C14.4858 7.83579 14.8215 7.5 15.2358 7.5C15.5966 7.5 15.898 7.75488 15.9696 8.09445V10C15.9696 10.417 16.3118 10.7544 16.7277 10.75C17.1436 10.7544 17.4858 10.417 17.4858 10V8.5H17.7358C18.4343 8.5 18.9834 9.0637 18.9661 9.73053C18.9044 12.1075 18.6516 14.1795 17.7785 15.6518C17.3536 16.3685 16.7808 16.9429 15.9929 17.3448C15.1981 17.7502 14.145 18 12.7358 18C9.38537 18 7.69665 16.9988 6.77412 15.6178C5.80109 14.1612 5.55308 12.1139 5.50031 9.73345C5.48547 9.0642 6.03732 8.5 6.73575 8.5H6.98159Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.98157 8.5V10.75C6.98157 11.16 7.32407 11.5005 7.73357 11.5C8.14314 11.5005 8.48574 11.1601 8.48574 10.75V7.25C8.48574 6.83579 8.82152 6.5 9.23574 6.5C9.64995 6.5 9.98574 6.83579 9.98574 7.25V9.50004C9.98574 9.91426 10.3215 10.25 10.7357 10.25C11.15 10.25 11.4857 9.91426 11.4857 9.50004V7.25C11.4857 6.83579 11.8215 6.5 12.2357 6.5C12.65 6.5 12.9857 6.83579 12.9857 7.25V9.50004C12.9857 9.91426 13.3215 10.25 13.7357 10.25C14.15 10.25 14.4857 9.91426 14.4857 9.50004V8.25C14.4857 7.83579 14.8215 7.5 15.2357 7.5C15.5966 7.5 15.898 7.75488 15.9696 8.09445V10C15.9696 10.417 16.3118 10.7544 16.7277 10.75C17.1435 10.7544 17.4857 10.417 17.4857 10V8.5H17.7357C18.4343 8.5 18.9834 9.0637 18.9661 9.73053C18.9043 12.1075 18.6516 14.1795 17.7785 15.6518C17.3536 16.3685 16.7807 16.9429 15.9929 17.3448C15.1981 17.7502 14.145 18 12.7357 18C9.38536 18 7.69664 16.9988 6.7741 15.6178C5.80107 14.1612 5.55307 12.1139 5.50029 9.73345C5.48545 9.0642 6.0373 8.5 6.73574 8.5H6.98157Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.99949 7C7.12385 5.87501 8.07762 5 9.23575 5C9.81202 5 10.3377 5.21664 10.7358 5.57292C11.1338 5.21664 11.6595 5 12.2358 5C13.1115 5 13.8704 5.50032 14.2422 6.23071C14.5418 6.08299 14.8791 6 15.2358 6C16.0159 6 16.7032 6.39701 17.1069 7H17.7358C19.2463 7 20.5057 8.22792 20.4656 9.76949C20.4037 12.1509 20.1587 14.5789 19.0688 16.4169C18.5122 17.3555 17.7372 18.1389 16.6746 18.681C15.6188 19.2195 14.3188 19.5 12.7358 19.5C9.0669 19.5 6.81574 18.3804 5.52683 16.451C4.28841 14.5972 4.0534 12.1446 4.00068 9.76669C3.96655 8.22734 5.22505 7 6.73575 7H6.99949ZM6.98159 8.5V10.75C6.98159 11.16 7.32408 11.5005 7.73359 11.5C8.14315 11.5005 8.48575 11.1601 8.48575 10.75V7.25C8.48575 6.83579 8.82154 6.5 9.23575 6.5C9.64997 6.5 9.98575 6.83579 9.98575 7.25V9.50004C9.98575 9.91426 10.3215 10.25 10.7358 10.25C11.15 10.25 11.4858 9.91426 11.4858 9.50004V7.25C11.4858 6.83579 11.8215 6.5 12.2358 6.5C12.65 6.5 12.9858 6.83579 12.9858 7.25V9.50004C12.9858 9.91426 13.3215 10.25 13.7358 10.25C14.15 10.25 14.4858 9.91426 14.4858 9.50004V8.25C14.4858 7.83579 14.8215 7.5 15.2358 7.5C15.5966 7.5 15.898 7.75488 15.9696 8.09445V10C15.9696 10.417 16.3118 10.7544 16.7277 10.75C17.1436 10.7544 17.4858 10.417 17.4858 10V8.5H17.7358C18.4343 8.5 18.9834 9.0637 18.9661 9.73053C18.9044 12.1075 18.6516 14.1795 17.7785 15.6518C17.3536 16.3685 16.7808 16.9429 15.9929 17.3448C15.1981 17.7502 14.145 18 12.7358 18C9.38537 18 7.69665 16.9988 6.77412 15.6178C5.80109 14.1612 5.55308 12.1139 5.50031 9.73345C5.48547 9.0642 6.03732 8.5 6.73575 8.5H6.98159Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.98157 8.5V10.75C6.98157 11.16 7.32407 11.5005 7.73357 11.5C8.14314 11.5005 8.48574 11.1601 8.48574 10.75V7.25C8.48574 6.83579 8.82152 6.5 9.23574 6.5C9.64995 6.5 9.98574 6.83579 9.98574 7.25V9.50004C9.98574 9.91426 10.3215 10.25 10.7357 10.25C11.15 10.25 11.4857 9.91426 11.4857 9.50004V7.25C11.4857 6.83579 11.8215 6.5 12.2357 6.5C12.65 6.5 12.9857 6.83579 12.9857 7.25V9.50004C12.9857 9.91426 13.3215 10.25 13.7357 10.25C14.15 10.25 14.4857 9.91426 14.4857 9.50004V8.25C14.4857 7.83579 14.8215 7.5 15.2357 7.5C15.5966 7.5 15.898 7.75488 15.9696 8.09445V10C15.9696 10.417 16.3118 10.7544 16.7277 10.75C17.1435 10.7544 17.4857 10.417 17.4857 10V8.5H17.7357C18.4343 8.5 18.9834 9.0637 18.9661 9.73053C18.9043 12.1075 18.6516 14.1795 17.7785 15.6518C17.3536 16.3685 16.7807 16.9429 15.9929 17.3448C15.1981 17.7502 14.145 18 12.7357 18C9.38536 18 7.69664 16.9988 6.7741 15.6178C5.80107 14.1612 5.55307 12.1139 5.50029 9.73345C5.48545 9.0642 6.0373 8.5 6.73574 8.5H6.98157Z\" style=\"fill: var(--element-active-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-closed-hand-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorClosedHandIcon",
          "declaration": {
            "name": "ObiCursorClosedHandIcon",
            "module": "src/icons/icon-cursor-closed-hand-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-closed-hand-icon",
          "declaration": {
            "name": "ObiCursorClosedHandIcon",
            "module": "src/icons/icon-cursor-closed-hand-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-closed-hand.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorClosedHand",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2002_541)\"> <path d=\"M10.4852 13.2854C10.9664 12.0919 12.1346 11.25 13.5004 11.25C14.0409 11.25 14.5515 11.3825 15.0004 11.6164C15.4493 11.3825 15.9599 11.25 16.5004 11.25C17.4505 11.25 18.3043 11.6578 18.8978 12.3059C19.0934 12.2692 19.2949 12.25 19.5004 12.25C20.4227 12.25 21.2549 12.6348 21.8455 13.25H22.0004C24.0505 13.25 25.7852 14.9189 25.7299 17.0455C25.668 19.4304 25.4279 22.0954 24.1936 24.177C23.5493 25.2634 22.6396 26.1862 21.3936 26.8218C20.1639 27.4491 18.6993 27.75 17.0004 27.75C13.1203 27.75 10.4936 26.5522 8.95996 24.2565C7.5448 22.1381 7.31828 19.4158 7.26558 17.0389C7.22256 15.0981 8.66834 13.5369 10.4852 13.2854Z\" fill=\"currentColor\"/> </g> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2641 14.25C11.3885 13.125 12.3423 12.25 13.5004 12.25C14.0767 12.25 14.6023 12.4666 15.0004 12.8229C15.3985 12.4666 15.9241 12.25 16.5004 12.25C17.3761 12.25 18.135 12.7503 18.5068 13.4807C18.8065 13.333 19.1437 13.25 19.5004 13.25C20.2805 13.25 20.9679 13.647 21.3715 14.25H22.0004C23.511 14.25 24.7703 15.4779 24.7303 17.0195C24.6684 19.4009 24.4233 21.8289 23.3334 23.6669C22.7769 24.6055 22.0019 25.3889 20.9392 25.931C19.8835 26.4695 18.5834 26.75 17.0004 26.75C13.3316 26.75 11.0804 25.6304 9.79148 23.701C8.55306 21.8472 8.31805 19.3946 8.26533 17.0167C8.2312 15.4773 9.4897 14.25 11.0004 14.25H11.2641ZM11.2462 15.75V18C11.2462 18.41 11.5887 18.7505 11.9982 18.75C12.4078 18.7505 12.7504 18.4101 12.7504 18V14.5C12.7504 14.0858 13.0862 13.75 13.5004 13.75C13.9146 13.75 14.2504 14.0858 14.2504 14.5V16.75C14.2504 17.1643 14.5862 17.5 15.0004 17.5C15.4146 17.5 15.7504 17.1643 15.7504 16.75V14.5C15.7504 14.0858 16.0862 13.75 16.5004 13.75C16.9146 13.75 17.2504 14.0858 17.2504 14.5V16.75C17.2504 17.1643 17.5862 17.5 18.0004 17.5C18.4146 17.5 18.7504 17.1643 18.7504 16.75V15.5C18.7504 15.0858 19.0862 14.75 19.5004 14.75C19.8613 14.75 20.1626 15.0049 20.2343 15.3445V17.25C20.2343 17.667 20.5765 18.0044 20.9923 18C21.4082 18.0044 21.7504 17.667 21.7504 17.25V15.75H22.0004C22.699 15.75 23.2481 16.3137 23.2308 16.9805C23.169 19.3575 22.9163 21.4295 22.0432 22.9018C21.6182 23.6185 21.0454 24.1929 20.2576 24.5948C19.4628 25.0002 18.4096 25.25 17.0004 25.25C13.65 25.25 11.9613 24.2488 11.0388 22.8678C10.0657 21.4112 9.81773 19.3639 9.76496 16.9834C9.75012 16.3142 10.302 15.75 11.0004 15.75H11.2462Z\" fill=\"currentColor\"/> <defs> <filter id=\"filter0_d_2002_541\" x=\"6.26465\" y=\"11.25\" width=\"20.4666\" height=\"18.5\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2002_541\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2002_541\" result=\"shape\"/> </filter> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2002_541)\"> <path d=\"M10.4852 13.2854C10.9664 12.0919 12.1346 11.25 13.5004 11.25C14.0409 11.25 14.5515 11.3825 15.0004 11.6164C15.4493 11.3825 15.9599 11.25 16.5004 11.25C17.4505 11.25 18.3043 11.6578 18.8978 12.3059C19.0934 12.2692 19.2949 12.25 19.5004 12.25C20.4227 12.25 21.2549 12.6348 21.8455 13.25H22.0004C24.0505 13.25 25.7852 14.9189 25.7299 17.0455C25.668 19.4304 25.4279 22.0954 24.1936 24.177C23.5493 25.2634 22.6396 26.1862 21.3936 26.8218C20.1639 27.4491 18.6993 27.75 17.0004 27.75C13.1203 27.75 10.4936 26.5522 8.95996 24.2565C7.5448 22.1381 7.31828 19.4158 7.26558 17.0389C7.22256 15.0981 8.66834 13.5369 10.4852 13.2854Z\" style=\"fill: var(--element-active-inverted-color)\"/> </g> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2641 14.25C11.3885 13.125 12.3423 12.25 13.5004 12.25C14.0767 12.25 14.6023 12.4666 15.0004 12.8229C15.3985 12.4666 15.9241 12.25 16.5004 12.25C17.3761 12.25 18.135 12.7503 18.5068 13.4807C18.8065 13.333 19.1437 13.25 19.5004 13.25C20.2805 13.25 20.9679 13.647 21.3715 14.25H22.0004C23.511 14.25 24.7703 15.4779 24.7303 17.0195C24.6684 19.4009 24.4233 21.8289 23.3334 23.6669C22.7769 24.6055 22.0019 25.3889 20.9392 25.931C19.8835 26.4695 18.5834 26.75 17.0004 26.75C13.3316 26.75 11.0804 25.6304 9.79148 23.701C8.55306 21.8472 8.31805 19.3946 8.26533 17.0167C8.2312 15.4773 9.4897 14.25 11.0004 14.25H11.2641ZM11.2462 15.75V18C11.2462 18.41 11.5887 18.7505 11.9982 18.75C12.4078 18.7505 12.7504 18.4101 12.7504 18V14.5C12.7504 14.0858 13.0862 13.75 13.5004 13.75C13.9146 13.75 14.2504 14.0858 14.2504 14.5V16.75C14.2504 17.1643 14.5862 17.5 15.0004 17.5C15.4146 17.5 15.7504 17.1643 15.7504 16.75V14.5C15.7504 14.0858 16.0862 13.75 16.5004 13.75C16.9146 13.75 17.2504 14.0858 17.2504 14.5V16.75C17.2504 17.1643 17.5862 17.5 18.0004 17.5C18.4146 17.5 18.7504 17.1643 18.7504 16.75V15.5C18.7504 15.0858 19.0862 14.75 19.5004 14.75C19.8613 14.75 20.1626 15.0049 20.2343 15.3445V17.25C20.2343 17.667 20.5765 18.0044 20.9923 18C21.4082 18.0044 21.7504 17.667 21.7504 17.25V15.75H22.0004C22.699 15.75 23.2481 16.3137 23.2308 16.9805C23.169 19.3575 22.9163 21.4295 22.0432 22.9018C21.6182 23.6185 21.0454 24.1929 20.2576 24.5948C19.4628 25.0002 18.4096 25.25 17.0004 25.25C13.65 25.25 11.9613 24.2488 11.0388 22.8678C10.0657 21.4112 9.81773 19.3639 9.76496 16.9834C9.75012 16.3142 10.302 15.75 11.0004 15.75H11.2462Z\" style=\"fill: var(--element-active-color)\"/> <defs> <filter id=\"filter0_d_2002_541\" x=\"6.26465\" y=\"11.25\" width=\"20.4666\" height=\"18.5\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2002_541\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2002_541\" result=\"shape\"/> </filter> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-closed-hand",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorClosedHand",
          "declaration": {
            "name": "ObiCursorClosedHand",
            "module": "src/icons/icon-cursor-closed-hand.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-closed-hand",
          "declaration": {
            "name": "ObiCursorClosedHand",
            "module": "src/icons/icon-cursor-closed-hand.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-delete-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorDeleteIcon",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.666 11H18.3327V19.6667H11.666V11Z\" fill=\"currentColor\"/> <path d=\"M13.2667 18L15 16.2667L16.7333 18L17.6667 17.0667L15.9333 15.3333L17.6667 13.6L16.7333 12.6667L15 14.4L13.2667 12.6667L12.3333 13.6L14.0667 15.3333L12.3333 17.0667L13.2667 18ZM11.6667 21C11.3 21 10.9861 20.8694 10.725 20.6083C10.4639 20.3472 10.3333 20.0333 10.3333 19.6667V11H9.66667V9.66667H13V9H17V9.66667H20.3333V11H19.6667V19.6667C19.6667 20.0333 19.5361 20.3472 19.275 20.6083C19.0139 20.8694 18.7 21 18.3333 21H11.6667ZM18.3333 11H11.6667V19.6667H18.3333V11Z\" fill=\"currentColor\"/> <path d=\"M5 13L1 1L13 5L7 7L5 13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.666 11H18.3327V19.6667H11.666V11Z\" style=\"fill: var(--element-active-inverted-color)\"/> <path d=\"M13.2667 18L15 16.2667L16.7333 18L17.6667 17.0667L15.9333 15.3333L17.6667 13.6L16.7333 12.6667L15 14.4L13.2667 12.6667L12.3333 13.6L14.0667 15.3333L12.3333 17.0667L13.2667 18ZM11.6667 21C11.3 21 10.9861 20.8694 10.725 20.6083C10.4639 20.3472 10.3333 20.0333 10.3333 19.6667V11H9.66667V9.66667H13V9H17V9.66667H20.3333V11H19.6667V19.6667C19.6667 20.0333 19.5361 20.3472 19.275 20.6083C19.0139 20.8694 18.7 21 18.3333 21H11.6667ZM18.3333 11H11.6667V19.6667H18.3333V11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 13L1 1L13 5L7 7L5 13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-delete-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorDeleteIcon",
          "declaration": {
            "name": "ObiCursorDeleteIcon",
            "module": "src/icons/icon-cursor-delete-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-delete-icon",
          "declaration": {
            "name": "ObiCursorDeleteIcon",
            "module": "src/icons/icon-cursor-delete-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-delete.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorDelete",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"33\" height=\"32\" viewBox=\"0 0 33 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2144_1044)\"> <path d=\"M15.5811 10.0001V9.00008H23.5811V10.0001H28.5811V14.0001H27.5811V26.0001C27.5811 26.8174 27.2785 27.542 26.7007 28.1197C26.123 28.6974 25.3985 29.0001 24.5811 29.0001H14.5811C13.7638 29.0001 13.0392 28.6974 12.4615 28.1197C11.8838 27.542 11.5811 26.8174 11.5811 26.0001V14.0001H10.5811V10.0001H15.5811Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.58114 17.1624L1 0.418945L17.7434 6.00008L9.37171 8.79065L6.58114 17.1624Z\" fill=\"currentColor\"/> </g> <path d=\"M6.58105 14L2.58105 2L14.5811 6L8.58105 8L6.58105 14Z\" fill=\"currentColor\"/> <path d=\"M16.9811 23.5L19.5811 20.9L22.1811 23.5L23.5811 22.1L20.9811 19.5L23.5811 16.9L22.1811 15.5L19.5811 18.1L16.9811 15.5L15.5811 16.9L18.1811 19.5L15.5811 22.1L16.9811 23.5ZM14.5811 28C14.0311 28 13.5602 27.8042 13.1686 27.4125C12.7769 27.0208 12.5811 26.55 12.5811 26V13H11.5811V11H16.5811V10H22.5811V11H27.5811V13H26.5811V26C26.5811 26.55 26.3852 27.0208 25.9936 27.4125C25.6019 27.8042 25.1311 28 24.5811 28H14.5811ZM24.5811 13H14.5811V26H24.5811V13Z\" fill=\"currentColor\"/> <defs> <filter id=\"filter0_d_2144_1044\" x=\"0\" y=\"0.418945\" width=\"29.5811\" height=\"30.5812\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2144_1044\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2144_1044\" result=\"shape\"/> </filter> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"33\" height=\"32\" viewBox=\"0 0 33 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2144_1044)\"> <path d=\"M15.5811 10.0001V9.00008H23.5811V10.0001H28.5811V14.0001H27.5811V26.0001C27.5811 26.8174 27.2785 27.542 26.7007 28.1197C26.123 28.6974 25.3985 29.0001 24.5811 29.0001H14.5811C13.7638 29.0001 13.0392 28.6974 12.4615 28.1197C11.8838 27.542 11.5811 26.8174 11.5811 26.0001V14.0001H10.5811V10.0001H15.5811Z\" style=\"fill: var(--element-active-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.58114 17.1624L1 0.418945L17.7434 6.00008L9.37171 8.79065L6.58114 17.1624Z\" style=\"fill: var(--element-active-inverted-color)\"/> </g> <path d=\"M6.58105 14L2.58105 2L14.5811 6L8.58105 8L6.58105 14Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.9811 23.5L19.5811 20.9L22.1811 23.5L23.5811 22.1L20.9811 19.5L23.5811 16.9L22.1811 15.5L19.5811 18.1L16.9811 15.5L15.5811 16.9L18.1811 19.5L15.5811 22.1L16.9811 23.5ZM14.5811 28C14.0311 28 13.5602 27.8042 13.1686 27.4125C12.7769 27.0208 12.5811 26.55 12.5811 26V13H11.5811V11H16.5811V10H22.5811V11H27.5811V13H26.5811V26C26.5811 26.55 26.3852 27.0208 25.9936 27.4125C25.6019 27.8042 25.1311 28 24.5811 28H14.5811ZM24.5811 13H14.5811V26H24.5811V13Z\" style=\"fill: var(--element-active-color)\"/> <defs> <filter id=\"filter0_d_2144_1044\" x=\"0\" y=\"0.418945\" width=\"29.5811\" height=\"30.5812\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2144_1044\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2144_1044\" result=\"shape\"/> </filter> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-delete",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorDelete",
          "declaration": {
            "name": "ObiCursorDelete",
            "module": "src/icons/icon-cursor-delete.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-delete",
          "declaration": {
            "name": "ObiCursorDelete",
            "module": "src/icons/icon-cursor-delete.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-draw-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorDrawIcon",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 3L7.25 3L20.4 16.175C20.6 16.375 20.75 16.6 20.85 16.85C20.95 17.1 21 17.35 21 17.6C21 17.8667 20.95 18.1208 20.85 18.3625C20.75 18.6042 20.6 18.8167 20.4 19L19 20.4C18.8167 20.6 18.6042 20.75 18.3625 20.85C18.1208 20.95 17.8667 21 17.6 21C17.35 21 17.1 20.95 16.85 20.85C16.6 20.75 16.375 20.6 16.175 20.4L3 7.25L3 3ZM5 5L5 6.4L9.9 11.3125L14.8 16.225L15.525 15.525L16.225 14.8L6.4 5L5 5ZM15.525 15.525L16.225 14.8L14.8 16.225L15.525 15.525Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 3L7.25 3L20.4 16.175C20.6 16.375 20.75 16.6 20.85 16.85C20.95 17.1 21 17.35 21 17.6C21 17.8667 20.95 18.1208 20.85 18.3625C20.75 18.6042 20.6 18.8167 20.4 19L19 20.4C18.8167 20.6 18.6042 20.75 18.3625 20.85C18.1208 20.95 17.8667 21 17.6 21C17.35 21 17.1 20.95 16.85 20.85C16.6 20.75 16.375 20.6 16.175 20.4L3 7.25L3 3ZM5 5L5 6.4L9.9 11.3125L14.8 16.225L15.525 15.525L16.225 14.8L6.4 5L5 5ZM15.525 15.525L16.225 14.8L14.8 16.225L15.525 15.525Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-draw-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorDrawIcon",
          "declaration": {
            "name": "ObiCursorDrawIcon",
            "module": "src/icons/icon-cursor-draw-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-draw-icon",
          "declaration": {
            "name": "ObiCursorDrawIcon",
            "module": "src/icons/icon-cursor-draw-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-draw.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorDraw",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2862_744)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.66477 0.999999L1 0.999999L1 6.66477L14.4679 20.1071C14.7587 20.398 15.0966 20.6257 15.4786 20.7785C15.8376 20.9221 16.2133 21 16.6 21C16.9952 21 17.3795 20.9252 17.7449 20.774C18.1192 20.6191 18.446 20.3884 18.7209 20.0933L20.0933 18.7209C20.3884 18.446 20.6191 18.1192 20.774 17.7449C20.9252 17.3795 21 16.9952 21 16.6C21 16.2133 20.9221 15.8376 20.7785 15.4786C20.6258 15.0969 20.3976 14.7586 20.1071 14.4679L6.66477 0.999999Z\" fill=\"currentColor\"/> </g> <path d=\"M2 2L6.25 2L19.4 15.175C19.6 15.375 19.75 15.6 19.85 15.85C19.95 16.1 20 16.35 20 16.6C20 16.8667 19.95 17.1208 19.85 17.3625C19.75 17.6042 19.6 17.8167 19.4 18L18 19.4C17.8167 19.6 17.6042 19.75 17.3625 19.85C17.1208 19.95 16.8667 20 16.6 20C16.35 20 16.1 19.95 15.85 19.85C15.6 19.75 15.375 19.6 15.175 19.4L2 6.25L2 2ZM4 4L4 5.4L8.9 10.3125L13.8 15.225L14.525 14.525L15.225 13.8L5.4 4L4 4ZM14.525 14.525L15.225 13.8L13.8 15.225L14.525 14.525Z\" fill=\"currentColor\"/> <defs> <filter id=\"filter0_d_2862_744\" x=\"0\" y=\"1\" width=\"22\" height=\"22\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2862_744\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2862_744\" result=\"shape\"/> </filter> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2862_744)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.66477 0.999999L1 0.999999L1 6.66477L14.4679 20.1071C14.7587 20.398 15.0966 20.6257 15.4786 20.7785C15.8376 20.9221 16.2133 21 16.6 21C16.9952 21 17.3795 20.9252 17.7449 20.774C18.1192 20.6191 18.446 20.3884 18.7209 20.0933L20.0933 18.7209C20.3884 18.446 20.6191 18.1192 20.774 17.7449C20.9252 17.3795 21 16.9952 21 16.6C21 16.2133 20.9221 15.8376 20.7785 15.4786C20.6258 15.0969 20.3976 14.7586 20.1071 14.4679L6.66477 0.999999Z\" fill=\"none\"/> </g> <path d=\"M2 2L6.25 2L19.4 15.175C19.6 15.375 19.75 15.6 19.85 15.85C19.95 16.1 20 16.35 20 16.6C20 16.8667 19.95 17.1208 19.85 17.3625C19.75 17.6042 19.6 17.8167 19.4 18L18 19.4C17.8167 19.6 17.6042 19.75 17.3625 19.85C17.1208 19.95 16.8667 20 16.6 20C16.35 20 16.1 19.95 15.85 19.85C15.6 19.75 15.375 19.6 15.175 19.4L2 6.25L2 2ZM4 4L4 5.4L8.9 10.3125L13.8 15.225L14.525 14.525L15.225 13.8L5.4 4L4 4ZM14.525 14.525L15.225 13.8L13.8 15.225L14.525 14.525Z\" style=\"fill: var(--element-active-color)\"/> <defs> <filter id=\"filter0_d_2862_744\" x=\"0\" y=\"1\" width=\"22\" height=\"22\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2862_744\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2862_744\" result=\"shape\"/> </filter> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-draw",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorDraw",
          "declaration": {
            "name": "ObiCursorDraw",
            "module": "src/icons/icon-cursor-draw.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-draw",
          "declaration": {
            "name": "ObiCursorDraw",
            "module": "src/icons/icon-cursor-draw.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-help-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorHelpIcon",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5479 17.7849V17.5806C13.5518 16.8796 13.6132 16.3207 13.732 15.9041C13.8547 15.4875 14.0329 15.151 14.2665 14.8947C14.5001 14.6383 14.7812 14.4059 15.1099 14.1976C15.3554 14.0374 15.5751 13.8712 15.7691 13.6989C15.9631 13.5266 16.1175 13.3364 16.2324 13.1281C16.3472 12.9157 16.4046 12.6794 16.4046 12.419C16.4046 12.1426 16.3393 11.9003 16.2086 11.692C16.078 11.4836 15.9018 11.3234 15.68 11.2112C15.4623 11.0991 15.2207 11.043 14.9555 11.043C14.6981 11.043 14.4546 11.1011 14.2249 11.2173C13.9953 11.3294 13.8072 11.4977 13.6607 11.722C13.5142 11.9423 13.435 12.2167 13.4232 12.5452H11C11.0198 11.744 11.2098 11.0831 11.5702 10.5623C11.9305 10.0375 12.4076 9.64695 13.0015 9.39057C13.5954 9.13019 14.2507 9 14.9673 9C15.7553 9 16.4521 9.13219 17.0579 9.39658C17.6637 9.65696 18.1388 10.0355 18.4833 10.5322C18.8278 11.029 19 11.6279 19 12.3289C19 12.7976 18.9228 13.2142 18.7684 13.5787C18.6179 13.9393 18.4061 14.2597 18.1329 14.5401C17.8597 14.8165 17.537 15.0669 17.1648 15.2912C16.852 15.4795 16.5947 15.6758 16.3927 15.8801C16.1948 16.0844 16.0463 16.3207 15.9473 16.5891C15.8523 16.8575 15.8028 17.188 15.7988 17.5806V17.7849H13.5479Z\" fill=\"currentColor\"/> <path d=\"M13.5479 18.7812H15.792V21H13.5479V18.7812Z\" fill=\"currentColor\"/> <path d=\"M5 13L1 1L13 5L7 7L5 13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5479 17.7849V17.5806C13.5518 16.8796 13.6132 16.3207 13.732 15.9041C13.8547 15.4875 14.0329 15.151 14.2665 14.8947C14.5001 14.6383 14.7812 14.4059 15.1099 14.1976C15.3554 14.0374 15.5751 13.8712 15.7691 13.6989C15.9631 13.5266 16.1175 13.3364 16.2324 13.1281C16.3472 12.9157 16.4046 12.6794 16.4046 12.419C16.4046 12.1426 16.3393 11.9003 16.2086 11.692C16.078 11.4836 15.9018 11.3234 15.68 11.2112C15.4623 11.0991 15.2207 11.043 14.9555 11.043C14.6981 11.043 14.4546 11.1011 14.2249 11.2173C13.9953 11.3294 13.8072 11.4977 13.6607 11.722C13.5142 11.9423 13.435 12.2167 13.4232 12.5452H11C11.0198 11.744 11.2098 11.0831 11.5702 10.5623C11.9305 10.0375 12.4076 9.64695 13.0015 9.39057C13.5954 9.13019 14.2507 9 14.9673 9C15.7553 9 16.4521 9.13219 17.0579 9.39658C17.6637 9.65696 18.1388 10.0355 18.4833 10.5322C18.8278 11.029 19 11.6279 19 12.3289C19 12.7976 18.9228 13.2142 18.7684 13.5787C18.6179 13.9393 18.4061 14.2597 18.1329 14.5401C17.8597 14.8165 17.537 15.0669 17.1648 15.2912C16.852 15.4795 16.5947 15.6758 16.3927 15.8801C16.1948 16.0844 16.0463 16.3207 15.9473 16.5891C15.8523 16.8575 15.8028 17.188 15.7988 17.5806V17.7849H13.5479Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.5479 18.7812H15.792V21H13.5479V18.7812Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 13L1 1L13 5L7 7L5 13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-help-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorHelpIcon",
          "declaration": {
            "name": "ObiCursorHelpIcon",
            "module": "src/icons/icon-cursor-help-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-help-icon",
          "declaration": {
            "name": "ObiCursorHelpIcon",
            "module": "src/icons/icon-cursor-help-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-help.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorHelp",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"33\" height=\"32\" viewBox=\"0 0 33 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2134_193)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1482 22.4348C16.154 21.4555 16.2429 20.6036 16.4479 19.9187C16.6553 19.2483 16.9756 18.6449 17.4317 18.1682C17.8259 17.7562 18.2891 17.3941 18.8122 17.0776C19.3745 16.7275 19.8259 16.3723 20.0388 16.0069C20.18 15.7557 20.2005 15.386 20.0381 15.1393C19.9583 15.0182 19.8527 14.9201 19.6991 14.8461C19.335 14.6675 18.8788 14.6892 18.5179 14.8631C18.1492 15.0346 17.9878 15.3721 17.9728 15.7648L17.9363 16.7269H12.5549L12.5815 15.701C12.6131 14.4811 12.9203 13.3907 13.5692 12.4968C14.1868 11.6406 15.0058 11.0063 16.0004 10.5969C16.9664 10.194 18.0158 9.99996 19.1354 9.99996C20.3433 9.99996 21.4526 10.1929 22.4435 10.6043C23.4412 11.0132 24.2626 11.6255 24.8662 12.4543C25.49 13.3111 25.7811 14.3232 25.7811 15.4385C25.7811 16.1782 25.6531 16.8751 25.3717 17.5088C24.8332 18.7359 23.8524 19.5996 22.7097 20.2555C22.3262 20.4754 22.0377 20.6892 21.8285 20.89C21.6548 21.0616 21.5284 21.254 21.4424 21.4735C21.3629 21.6903 21.3046 22.0053 21.2995 22.4463L21.2899 28H16.1482L16.1482 22.4348Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.58114 17.1622L1 0.418823L17.7434 5.99996L9.37171 8.79053L6.58114 17.1622Z\" fill=\"currentColor\"/> </g> <path d=\"M6.58114 14L2.58114 2L14.5811 6L8.58114 8L6.58114 14Z\" fill=\"currentColor\"/> <path d=\"M17.1482 22.7132C17.1482 21.8751 17.1638 21.0145 17.4059 20.2055C17.5778 19.65 17.8272 19.2014 18.1543 18.8595C18.4813 18.5177 18.8749 18.2079 19.335 17.9302C19.6786 17.7165 19.9863 17.4949 20.2579 17.2652C20.5295 17.0355 20.7457 16.7818 20.9065 16.5041C21.0672 16.221 21.1476 15.9059 21.1476 15.5587C21.1476 15.1902 21.0561 14.867 20.8732 14.5893C20.6903 14.3115 20.4436 14.0979 20.1332 13.9483C19.8283 13.7988 19.4902 13.724 19.1188 13.724C18.7585 13.724 18.4176 13.8014 18.0961 13.9563C17.7746 14.1059 17.5113 14.3302 17.3062 14.6293C17.1011 14.9231 16.9902 15.289 16.9736 15.7269H13.5811C13.6089 14.6587 13.8749 13.7774 14.3794 13.0831C14.8838 12.3834 15.5517 11.8626 16.3832 11.5208C17.2147 11.1736 18.1321 11 19.1354 11C20.2385 11 21.2141 11.1763 22.0622 11.5288C22.9103 11.876 23.5755 12.3807 24.0578 13.043C24.54 13.7053 24.7811 14.5038 24.7811 15.4385C24.7811 16.0634 24.673 16.6189 24.4569 17.105C24.2462 17.5857 23.9497 18.013 23.5672 18.3868C23.1847 18.7554 22.7329 19.0892 22.2119 19.3883C21.774 19.6393 21.4137 19.9011 21.131 20.1735C20.8538 20.4459 20.6459 20.761 20.5073 21.1189C20.3175 21.6296 20.2995 22.1748 20.2995 22.7132H17.1482Z\" fill=\"currentColor\"/> <path d=\"M17.1482 23.9684H20.2899V27H17.1482V23.9684Z\" fill=\"currentColor\"/> <defs> <filter id=\"filter0_d_2134_193\" x=\"0\" y=\"0.418823\" width=\"26.7811\" height=\"29.5812\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2134_193\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2134_193\" result=\"shape\"/> </filter> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"33\" height=\"32\" viewBox=\"0 0 33 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2134_193)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1482 22.4348C16.154 21.4555 16.2429 20.6036 16.4479 19.9187C16.6553 19.2483 16.9756 18.6449 17.4317 18.1682C17.8259 17.7562 18.2891 17.3941 18.8122 17.0776C19.3745 16.7275 19.8259 16.3723 20.0388 16.0069C20.18 15.7557 20.2005 15.386 20.0381 15.1393C19.9583 15.0182 19.8527 14.9201 19.6991 14.8461C19.335 14.6675 18.8788 14.6892 18.5179 14.8631C18.1492 15.0346 17.9878 15.3721 17.9728 15.7648L17.9363 16.7269H12.5549L12.5815 15.701C12.6131 14.4811 12.9203 13.3907 13.5692 12.4968C14.1868 11.6406 15.0058 11.0063 16.0004 10.5969C16.9664 10.194 18.0158 9.99996 19.1354 9.99996C20.3433 9.99996 21.4526 10.1929 22.4435 10.6043C23.4412 11.0132 24.2626 11.6255 24.8662 12.4543C25.49 13.3111 25.7811 14.3232 25.7811 15.4385C25.7811 16.1782 25.6531 16.8751 25.3717 17.5088C24.8332 18.7359 23.8524 19.5996 22.7097 20.2555C22.3262 20.4754 22.0377 20.6892 21.8285 20.89C21.6548 21.0616 21.5284 21.254 21.4424 21.4735C21.3629 21.6903 21.3046 22.0053 21.2995 22.4463L21.2899 28H16.1482L16.1482 22.4348Z\" style=\"fill: var(--element-active-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.58114 17.1622L1 0.418823L17.7434 5.99996L9.37171 8.79053L6.58114 17.1622Z\" style=\"fill: var(--element-active-inverted-color)\"/> </g> <path d=\"M6.58114 14L2.58114 2L14.5811 6L8.58114 8L6.58114 14Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1482 22.7132C17.1482 21.8751 17.1638 21.0145 17.4059 20.2055C17.5778 19.65 17.8272 19.2014 18.1543 18.8595C18.4813 18.5177 18.8749 18.2079 19.335 17.9302C19.6786 17.7165 19.9863 17.4949 20.2579 17.2652C20.5295 17.0355 20.7457 16.7818 20.9065 16.5041C21.0672 16.221 21.1476 15.9059 21.1476 15.5587C21.1476 15.1902 21.0561 14.867 20.8732 14.5893C20.6903 14.3115 20.4436 14.0979 20.1332 13.9483C19.8283 13.7988 19.4902 13.724 19.1188 13.724C18.7585 13.724 18.4176 13.8014 18.0961 13.9563C17.7746 14.1059 17.5113 14.3302 17.3062 14.6293C17.1011 14.9231 16.9902 15.289 16.9736 15.7269H13.5811C13.6089 14.6587 13.8749 13.7774 14.3794 13.0831C14.8838 12.3834 15.5517 11.8626 16.3832 11.5208C17.2147 11.1736 18.1321 11 19.1354 11C20.2385 11 21.2141 11.1763 22.0622 11.5288C22.9103 11.876 23.5755 12.3807 24.0578 13.043C24.54 13.7053 24.7811 14.5038 24.7811 15.4385C24.7811 16.0634 24.673 16.6189 24.4569 17.105C24.2462 17.5857 23.9497 18.013 23.5672 18.3868C23.1847 18.7554 22.7329 19.0892 22.2119 19.3883C21.774 19.6393 21.4137 19.9011 21.131 20.1735C20.8538 20.4459 20.6459 20.761 20.5073 21.1189C20.3175 21.6296 20.2995 22.1748 20.2995 22.7132H17.1482Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1482 23.9684H20.2899V27H17.1482V23.9684Z\" style=\"fill: var(--element-active-color)\"/> <defs> <filter id=\"filter0_d_2134_193\" x=\"0\" y=\"0.418823\" width=\"26.7811\" height=\"29.5812\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2134_193\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2134_193\" result=\"shape\"/> </filter> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-help",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorHelp",
          "declaration": {
            "name": "ObiCursorHelp",
            "module": "src/icons/icon-cursor-help.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-help",
          "declaration": {
            "name": "ObiCursorHelp",
            "module": "src/icons/icon-cursor-help.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-insert-point-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorInsertPointIcon",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.6667 15.6667H19.6667V14.3333H15.6667V10.3333H14.3333V14.3333H10.3333V15.6667H14.3333V19.6667H15.6667V15.6667Z\" fill=\"currentColor\"/> <path d=\"M5 13L1 1L13 5L7 7L5 13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.6667 15.6667H19.6667V14.3333H15.6667V10.3333H14.3333V14.3333H10.3333V15.6667H14.3333V19.6667H15.6667V15.6667Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 13L1 1L13 5L7 7L5 13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-insert-point-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorInsertPointIcon",
          "declaration": {
            "name": "ObiCursorInsertPointIcon",
            "module": "src/icons/icon-cursor-insert-point-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-insert-point-icon",
          "declaration": {
            "name": "ObiCursorInsertPointIcon",
            "module": "src/icons/icon-cursor-insert-point-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-insert-point.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorInsertPoint",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"33\" height=\"32\" viewBox=\"0 0 33 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2002_547)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.58114 17.1622L1 0.418823L17.7434 5.99996L9.37171 8.79053L6.58114 17.1622Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.5811 21H21.5811V27H17.5811V21H11.5811V17H17.5811V11H21.5811V17H27.5811V21Z\" fill=\"currentColor\"/> </g> <path d=\"M6.58114 14L2.58114 2L14.5811 6L8.58114 8L6.58114 14Z\" fill=\"currentColor\"/> <path d=\"M20.5811 20H26.5811V18H20.5811V12H18.5811V18H12.5811V20H18.5811V26H20.5811V20Z\" fill=\"currentColor\"/> <defs> <filter id=\"filter0_d_2002_547\" x=\"0\" y=\"0.418823\" width=\"28.5811\" height=\"28.5812\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2002_547\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2002_547\" result=\"shape\"/> </filter> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"33\" height=\"32\" viewBox=\"0 0 33 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2002_547)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.58114 17.1622L1 0.418823L17.7434 5.99996L9.37171 8.79053L6.58114 17.1622Z\" style=\"fill: var(--element-active-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.5811 21H21.5811V27H17.5811V21H11.5811V17H17.5811V11H21.5811V17H27.5811V21Z\" style=\"fill: var(--element-active-inverted-color)\"/> </g> <path d=\"M6.58114 14L2.58114 2L14.5811 6L8.58114 8L6.58114 14Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.5811 20H26.5811V18H20.5811V12H18.5811V18H12.5811V20H18.5811V26H20.5811V20Z\" style=\"fill: var(--element-active-color)\"/> <defs> <filter id=\"filter0_d_2002_547\" x=\"0\" y=\"0.418823\" width=\"28.5811\" height=\"28.5812\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2002_547\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2002_547\" result=\"shape\"/> </filter> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-insert-point",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorInsertPoint",
          "declaration": {
            "name": "ObiCursorInsertPoint",
            "module": "src/icons/icon-cursor-insert-point.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-insert-point",
          "declaration": {
            "name": "ObiCursorInsertPoint",
            "module": "src/icons/icon-cursor-insert-point.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-map-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorMapIcon",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 7H11V10.9999L7 11V12.9999H11V17H13L13 12.9999L17 12.9999V11L13 10.9999V7Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 7H11V10.9999L7 11V12.9999H11V17H13L13 12.9999L17 12.9999V11L13 10.9999V7Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-map-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorMapIcon",
          "declaration": {
            "name": "ObiCursorMapIcon",
            "module": "src/icons/icon-cursor-map-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-map-icon",
          "declaration": {
            "name": "ObiCursorMapIcon",
            "module": "src/icons/icon-cursor-map-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-map-iec-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorMapIecIcon",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 11H9V13H2.99991L3 11Z\" fill=\"currentColor\"/> <path d=\"M14.9999 11H20.9999V13H14.9999V11Z\" fill=\"currentColor\"/> <path d=\"M10.9999 21V15H12.9999V21H10.9999Z\" fill=\"currentColor\"/> <path d=\"M10.9999 9V3H12.9999V9H10.9999Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 11H9V13H2.99991L3 11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.9999 11H20.9999V13H14.9999V11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.9999 21V15H12.9999V21H10.9999Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.9999 9V3H12.9999V9H10.9999Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-map-iec-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorMapIecIcon",
          "declaration": {
            "name": "ObiCursorMapIecIcon",
            "module": "src/icons/icon-cursor-map-iec-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-map-iec-icon",
          "declaration": {
            "name": "ObiCursorMapIecIcon",
            "module": "src/icons/icon-cursor-map-iec-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-map-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorMapIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2002_523)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.00013 14H14V6H18V14H14L14.0001 18H18V26H14L14.0001 18H5.99995L6.00013 14ZM18 18H26V14H18V18Z\" fill=\"currentColor\"/> </g> <path d=\"M7.00009 15H13.0001V17H7L7.00009 15Z\" fill=\"currentColor\"/> <path d=\"M19 15H25V17H19V15Z\" fill=\"currentColor\"/> <path d=\"M15 25V19H17V25H15Z\" fill=\"currentColor\"/> <path d=\"M15 13V7H17V13H15Z\" fill=\"currentColor\"/> <defs> <filter id=\"filter0_d_2002_523\" x=\"4.99995\" y=\"6\" width=\"22\" height=\"22\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2002_523\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2002_523\" result=\"shape\"/> </filter> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2002_523)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.00013 14H14V6H18V14H14L14.0001 18H18V26H14L14.0001 18H5.99995L6.00013 14ZM18 18H26V14H18V18Z\" style=\"fill: var(--element-active-inverted-color)\"/> </g> <path d=\"M7.00009 15H13.0001V17H7L7.00009 15Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 15H25V17H19V15Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 25V19H17V25H15Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 13V7H17V13H15Z\" style=\"fill: var(--element-active-color)\"/> <defs> <filter id=\"filter0_d_2002_523\" x=\"4.99995\" y=\"6\" width=\"22\" height=\"22\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2002_523\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2002_523\" result=\"shape\"/> </filter> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-map-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorMapIec",
          "declaration": {
            "name": "ObiCursorMapIec",
            "module": "src/icons/icon-cursor-map-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-map-iec",
          "declaration": {
            "name": "ObiCursorMapIec",
            "module": "src/icons/icon-cursor-map-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-map.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorMap",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2002_521)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 10L18 10V13.9999L22 14V17.9999L18 17.9999L18 22H14L14 17.9999H10V14L14 13.9999V10Z\" fill=\"currentColor\"/> </g> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 11L15 11V14.9999L11 15V16.9999H15V21H17L17 16.9999L21 16.9999V15L17 14.9999V11Z\" fill=\"currentColor\"/> <defs> <filter id=\"filter0_d_2002_521\" x=\"9\" y=\"10\" width=\"14\" height=\"14\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2002_521\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2002_521\" result=\"shape\"/> </filter> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2002_521)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 10L18 10V13.9999L22 14V17.9999L18 17.9999L18 22H14L14 17.9999H10V14L14 13.9999V10Z\" style=\"fill: var(--element-active-inverted-color)\"/> </g> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 11L15 11V14.9999L11 15V16.9999H15V21H17L17 16.9999L21 16.9999V15L17 14.9999V11Z\" style=\"fill: var(--element-active-color)\"/> <defs> <filter id=\"filter0_d_2002_521\" x=\"9\" y=\"10\" width=\"14\" height=\"14\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2002_521\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2002_521\" result=\"shape\"/> </filter> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-map",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorMap",
          "declaration": {
            "name": "ObiCursorMap",
            "module": "src/icons/icon-cursor-map.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-map",
          "declaration": {
            "name": "ObiCursorMap",
            "module": "src/icons/icon-cursor-map.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-open-hand-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorOpenHandIcon",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.494 2.98071C10.8658 2.25032 11.6247 1.75 12.5004 1.75C13.3761 1.75 14.135 2.25032 14.5068 2.98071C14.8064 2.83299 15.1437 2.75 15.5004 2.75C16.743 2.75 17.7504 3.75736 17.7504 5V5.87803C17.985 5.79512 18.2374 5.75 18.5004 5.75C19.7446 5.75 20.7415 6.75348 20.773 7.97902C20.7804 8.26612 20.7891 8.55967 20.798 8.85831C20.8781 11.5562 20.9705 14.669 20.2022 17.1776C19.7673 18.5973 19.0418 19.8853 17.8378 20.8128C16.6307 21.7427 15.0206 22.25 12.9298 22.25C10.0051 22.25 7.86522 21.5649 6.23098 19.8649C4.64413 18.2141 3.62611 15.6935 2.6876 12.2701C2.33746 10.993 3.06425 9.68743 4.29988 9.27262C5.42496 8.89493 6.65172 9.35921 7.25039 10.3659V5C7.25039 3.75736 8.25775 2.75 9.50039 2.75C9.85705 2.75 10.1943 2.83299 10.494 2.98071ZM10.2504 5C10.2504 4.58579 9.9146 4.25 9.50039 4.25C9.08618 4.25 8.75039 4.58579 8.75039 5V13.5C8.75039 13.8472 8.51203 14.1491 8.17425 14.2296C7.83647 14.3101 7.4876 14.1482 7.33099 13.8382L5.99516 11.1946C5.76977 10.7485 5.25105 10.5356 4.77725 10.6946C4.27598 10.8629 3.99995 11.3838 4.13422 11.8736C5.06663 15.2746 6.00769 17.4681 7.31236 18.8253C8.56966 20.1333 10.2538 20.75 12.9298 20.75C14.7746 20.75 16.0379 20.3059 16.9224 19.6245C17.8101 18.9407 18.3944 17.9577 18.7679 16.7382C19.4587 14.4831 19.3766 11.6324 19.2975 8.88072C19.2891 8.59165 19.2808 8.30367 19.2735 8.01759C19.2624 7.58683 18.913 7.25 18.5004 7.25C18.0862 7.25 17.7504 7.58579 17.7504 8V12C17.7504 12.4142 17.4146 12.75 17.0004 12.75C16.5862 12.75 16.2504 12.4142 16.2504 12V5C16.2504 4.58579 15.9146 4.25 15.5004 4.25C15.0862 4.25 14.7504 4.58579 14.7504 5V11.5C14.7504 11.9142 14.4146 12.25 14.0004 12.25C13.5862 12.25 13.2504 11.9142 13.2504 11.5L13.2504 4C13.2504 3.58579 12.9146 3.25 12.5004 3.25C12.0862 3.25 11.7504 3.58579 11.7504 4V11.5C11.7504 11.9142 11.4146 12.25 11.0004 12.25C10.5862 12.25 10.2504 11.9142 10.2504 11.5V5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.2496 5C10.2496 4.58579 9.9138 4.25 9.49959 4.25C9.08538 4.25 8.74959 4.58579 8.74959 5V13.5C8.74959 13.8472 8.51123 14.1491 8.17345 14.2296C7.83567 14.3101 7.4868 14.1482 7.33019 13.8382L5.99436 11.1946C5.76897 10.7485 5.25025 10.5356 4.77645 10.6946C4.27518 10.8629 3.99915 11.3838 4.13342 11.8736C5.06582 15.2746 6.00689 17.4681 7.31156 18.8253C8.56886 20.1333 10.253 20.75 12.929 20.75C14.7738 20.75 16.0371 20.3059 16.9216 19.6245C17.8093 18.9407 18.3936 17.9577 18.7671 16.7382C19.4579 14.4831 19.3758 11.6324 19.2967 8.88072C19.2883 8.59165 19.28 8.30367 19.2727 8.01759C19.2616 7.58683 18.9122 7.25 18.4996 7.25C18.0854 7.25 17.7496 7.58579 17.7496 8V12C17.7496 12.4142 17.4138 12.75 16.9996 12.75C16.5854 12.75 16.2496 12.4142 16.2496 12V5C16.2496 4.58579 15.9138 4.25 15.4996 4.25C15.0854 4.25 14.7496 4.58579 14.7496 5V11.5C14.7496 11.9142 14.4138 12.25 13.9996 12.25C13.5854 12.25 13.2496 11.9142 13.2496 11.5L13.2496 4C13.2496 3.58579 12.9138 3.25 12.4996 3.25C12.0854 3.25 11.7496 3.58579 11.7496 4V11.5C11.7496 11.9142 11.4138 12.25 10.9996 12.25C10.5854 12.25 10.2496 11.9142 10.2496 11.5V5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.494 2.98071C10.8658 2.25032 11.6247 1.75 12.5004 1.75C13.3761 1.75 14.135 2.25032 14.5068 2.98071C14.8064 2.83299 15.1437 2.75 15.5004 2.75C16.743 2.75 17.7504 3.75736 17.7504 5V5.87803C17.985 5.79512 18.2374 5.75 18.5004 5.75C19.7446 5.75 20.7415 6.75348 20.773 7.97902C20.7804 8.26612 20.7891 8.55967 20.798 8.85831C20.8781 11.5562 20.9705 14.669 20.2022 17.1776C19.7673 18.5973 19.0418 19.8853 17.8378 20.8128C16.6307 21.7427 15.0206 22.25 12.9298 22.25C10.0051 22.25 7.86522 21.5649 6.23098 19.8649C4.64413 18.2141 3.62611 15.6935 2.6876 12.2701C2.33746 10.993 3.06425 9.68743 4.29988 9.27262C5.42496 8.89493 6.65172 9.35921 7.25039 10.3659V5C7.25039 3.75736 8.25775 2.75 9.50039 2.75C9.85705 2.75 10.1943 2.83299 10.494 2.98071ZM10.2504 5C10.2504 4.58579 9.9146 4.25 9.50039 4.25C9.08618 4.25 8.75039 4.58579 8.75039 5V13.5C8.75039 13.8472 8.51203 14.1491 8.17425 14.2296C7.83647 14.3101 7.4876 14.1482 7.33099 13.8382L5.99516 11.1946C5.76977 10.7485 5.25105 10.5356 4.77725 10.6946C4.27598 10.8629 3.99995 11.3838 4.13422 11.8736C5.06663 15.2746 6.00769 17.4681 7.31236 18.8253C8.56966 20.1333 10.2538 20.75 12.9298 20.75C14.7746 20.75 16.0379 20.3059 16.9224 19.6245C17.8101 18.9407 18.3944 17.9577 18.7679 16.7382C19.4587 14.4831 19.3766 11.6324 19.2975 8.88072C19.2891 8.59165 19.2808 8.30367 19.2735 8.01759C19.2624 7.58683 18.913 7.25 18.5004 7.25C18.0862 7.25 17.7504 7.58579 17.7504 8V12C17.7504 12.4142 17.4146 12.75 17.0004 12.75C16.5862 12.75 16.2504 12.4142 16.2504 12V5C16.2504 4.58579 15.9146 4.25 15.5004 4.25C15.0862 4.25 14.7504 4.58579 14.7504 5V11.5C14.7504 11.9142 14.4146 12.25 14.0004 12.25C13.5862 12.25 13.2504 11.9142 13.2504 11.5L13.2504 4C13.2504 3.58579 12.9146 3.25 12.5004 3.25C12.0862 3.25 11.7504 3.58579 11.7504 4V11.5C11.7504 11.9142 11.4146 12.25 11.0004 12.25C10.5862 12.25 10.2504 11.9142 10.2504 11.5V5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.2496 5C10.2496 4.58579 9.9138 4.25 9.49959 4.25C9.08538 4.25 8.74959 4.58579 8.74959 5V13.5C8.74959 13.8472 8.51123 14.1491 8.17345 14.2296C7.83567 14.3101 7.4868 14.1482 7.33019 13.8382L5.99436 11.1946C5.76897 10.7485 5.25025 10.5356 4.77645 10.6946C4.27518 10.8629 3.99915 11.3838 4.13342 11.8736C5.06582 15.2746 6.00689 17.4681 7.31156 18.8253C8.56886 20.1333 10.253 20.75 12.929 20.75C14.7738 20.75 16.0371 20.3059 16.9216 19.6245C17.8093 18.9407 18.3936 17.9577 18.7671 16.7382C19.4579 14.4831 19.3758 11.6324 19.2967 8.88072C19.2883 8.59165 19.28 8.30367 19.2727 8.01759C19.2616 7.58683 18.9122 7.25 18.4996 7.25C18.0854 7.25 17.7496 7.58579 17.7496 8V12C17.7496 12.4142 17.4138 12.75 16.9996 12.75C16.5854 12.75 16.2496 12.4142 16.2496 12V5C16.2496 4.58579 15.9138 4.25 15.4996 4.25C15.0854 4.25 14.7496 4.58579 14.7496 5V11.5C14.7496 11.9142 14.4138 12.25 13.9996 12.25C13.5854 12.25 13.2496 11.9142 13.2496 11.5L13.2496 4C13.2496 3.58579 12.9138 3.25 12.4996 3.25C12.0854 3.25 11.7496 3.58579 11.7496 4V11.5C11.7496 11.9142 11.4138 12.25 10.9996 12.25C10.5854 12.25 10.2496 11.9142 10.2496 11.5V5Z\" style=\"fill: var(--element-active-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-open-hand-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorOpenHandIcon",
          "declaration": {
            "name": "ObiCursorOpenHandIcon",
            "module": "src/icons/icon-cursor-open-hand-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-open-hand-icon",
          "declaration": {
            "name": "ObiCursorOpenHandIcon",
            "module": "src/icons/icon-cursor-open-hand-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-open-hand.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorOpenHand",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2002_531)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.7412 9.25874C24.4258 9.38134 25.7292 10.7782 25.7722 12.4533C25.8539 15.6305 26.1 18.8947 25.1579 21.9704C24.6822 23.5234 23.8626 25.015 22.4477 26.105C21.0254 27.2007 19.1841 27.75 16.9294 27.75C13.8393 27.75 11.3954 27.0196 9.50964 25.0579C7.7348 23.2116 6.66545 20.4731 5.72277 17.0345C5.22842 15.2313 6.25712 13.4034 7.98121 12.8246C8.74278 12.569 9.53752 12.589 10.25 12.8373V9.5C10.25 7.70507 11.705 6.25 13.5 6.25C13.7055 6.25 13.9069 6.26919 14.1025 6.30593C14.696 5.65779 15.5499 5.25 16.5 5.25C17.4501 5.25 18.3039 5.65779 18.8974 6.30593C19.093 6.26919 19.2945 6.25 19.5 6.25C21.2138 6.25 22.6177 7.57648 22.7412 9.25874Z\" fill=\"currentColor\"/> </g> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.494 7.48071C14.8658 6.75032 15.6247 6.25 16.5004 6.25C17.3761 6.25 18.135 6.75032 18.5068 7.48071C18.8064 7.33299 19.1437 7.25 19.5004 7.25C20.743 7.25 21.7504 8.25736 21.7504 9.5V10.378C21.985 10.2951 22.2374 10.25 22.5004 10.25C23.7446 10.25 24.7415 11.2535 24.773 12.479C24.7804 12.7661 24.7891 13.0597 24.798 13.3583C24.8781 16.0562 24.9705 19.169 24.2022 21.6776C23.7673 23.0973 23.0418 24.3853 21.8378 25.3128C20.6307 26.2427 19.0206 26.75 16.9298 26.75C14.0051 26.75 11.8652 26.0649 10.231 24.3649C8.64413 22.7141 7.62611 20.1935 6.6876 16.7701C6.33746 15.493 7.06425 14.1874 8.29988 13.7726C9.42496 13.3949 10.6517 13.8592 11.2504 14.8659V9.5C11.2504 8.25736 12.2578 7.25 13.5004 7.25C13.8571 7.25 14.1943 7.33299 14.494 7.48071ZM14.2504 9.5C14.2504 9.08579 13.9146 8.75 13.5004 8.75C13.0862 8.75 12.7504 9.08579 12.7504 9.5V18C12.7504 18.3472 12.512 18.6491 12.1742 18.7296C11.8365 18.8101 11.4876 18.6482 11.331 18.3382L9.99516 15.6946C9.76977 15.2485 9.25105 15.0356 8.77725 15.1946C8.27598 15.3629 7.99995 15.8838 8.13422 16.3736C9.06663 19.7746 10.0077 21.9681 11.3124 23.3253C12.5697 24.6333 14.2538 25.25 16.9298 25.25C18.7746 25.25 20.0379 24.8059 20.9224 24.1245C21.8101 23.4407 22.3944 22.4577 22.7679 21.2382C23.4587 18.9831 23.3766 16.1324 23.2975 13.3807C23.2891 13.0916 23.2808 12.8037 23.2735 12.5176C23.2624 12.0868 22.913 11.75 22.5004 11.75C22.0862 11.75 21.7504 12.0858 21.7504 12.5V16.5C21.7504 16.9142 21.4146 17.25 21.0004 17.25C20.5862 17.25 20.2504 16.9142 20.2504 16.5V9.5C20.2504 9.08579 19.9146 8.75 19.5004 8.75C19.0862 8.75 18.7504 9.08579 18.7504 9.5V16C18.7504 16.4142 18.4146 16.75 18.0004 16.75C17.5862 16.75 17.2504 16.4142 17.2504 16L17.2504 8.5C17.2504 8.08579 16.9146 7.75 16.5004 7.75C16.0862 7.75 15.7504 8.08579 15.7504 8.5V16C15.7504 16.4142 15.4146 16.75 15.0004 16.75C14.5862 16.75 14.2504 16.4142 14.2504 16V9.5Z\" fill=\"currentColor\"/> <defs> <filter id=\"filter0_d_2002_531\" x=\"4.59863\" y=\"5.25\" width=\"22.264\" height=\"24.5\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2002_531\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2002_531\" result=\"shape\"/> </filter> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2002_531)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.7412 9.25874C24.4258 9.38134 25.7292 10.7782 25.7722 12.4533C25.8539 15.6305 26.1 18.8947 25.1579 21.9704C24.6822 23.5234 23.8626 25.015 22.4477 26.105C21.0254 27.2007 19.1841 27.75 16.9294 27.75C13.8393 27.75 11.3954 27.0196 9.50964 25.0579C7.7348 23.2116 6.66545 20.4731 5.72277 17.0345C5.22842 15.2313 6.25712 13.4034 7.98121 12.8246C8.74278 12.569 9.53752 12.589 10.25 12.8373V9.5C10.25 7.70507 11.705 6.25 13.5 6.25C13.7055 6.25 13.9069 6.26919 14.1025 6.30593C14.696 5.65779 15.5499 5.25 16.5 5.25C17.4501 5.25 18.3039 5.65779 18.8974 6.30593C19.093 6.26919 19.2945 6.25 19.5 6.25C21.2138 6.25 22.6177 7.57648 22.7412 9.25874Z\" style=\"fill: var(--element-active-inverted-color)\"/> </g> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.494 7.48071C14.8658 6.75032 15.6247 6.25 16.5004 6.25C17.3761 6.25 18.135 6.75032 18.5068 7.48071C18.8064 7.33299 19.1437 7.25 19.5004 7.25C20.743 7.25 21.7504 8.25736 21.7504 9.5V10.378C21.985 10.2951 22.2374 10.25 22.5004 10.25C23.7446 10.25 24.7415 11.2535 24.773 12.479C24.7804 12.7661 24.7891 13.0597 24.798 13.3583C24.8781 16.0562 24.9705 19.169 24.2022 21.6776C23.7673 23.0973 23.0418 24.3853 21.8378 25.3128C20.6307 26.2427 19.0206 26.75 16.9298 26.75C14.0051 26.75 11.8652 26.0649 10.231 24.3649C8.64413 22.7141 7.62611 20.1935 6.6876 16.7701C6.33746 15.493 7.06425 14.1874 8.29988 13.7726C9.42496 13.3949 10.6517 13.8592 11.2504 14.8659V9.5C11.2504 8.25736 12.2578 7.25 13.5004 7.25C13.8571 7.25 14.1943 7.33299 14.494 7.48071ZM14.2504 9.5C14.2504 9.08579 13.9146 8.75 13.5004 8.75C13.0862 8.75 12.7504 9.08579 12.7504 9.5V18C12.7504 18.3472 12.512 18.6491 12.1742 18.7296C11.8365 18.8101 11.4876 18.6482 11.331 18.3382L9.99516 15.6946C9.76977 15.2485 9.25105 15.0356 8.77725 15.1946C8.27598 15.3629 7.99995 15.8838 8.13422 16.3736C9.06663 19.7746 10.0077 21.9681 11.3124 23.3253C12.5697 24.6333 14.2538 25.25 16.9298 25.25C18.7746 25.25 20.0379 24.8059 20.9224 24.1245C21.8101 23.4407 22.3944 22.4577 22.7679 21.2382C23.4587 18.9831 23.3766 16.1324 23.2975 13.3807C23.2891 13.0916 23.2808 12.8037 23.2735 12.5176C23.2624 12.0868 22.913 11.75 22.5004 11.75C22.0862 11.75 21.7504 12.0858 21.7504 12.5V16.5C21.7504 16.9142 21.4146 17.25 21.0004 17.25C20.5862 17.25 20.2504 16.9142 20.2504 16.5V9.5C20.2504 9.08579 19.9146 8.75 19.5004 8.75C19.0862 8.75 18.7504 9.08579 18.7504 9.5V16C18.7504 16.4142 18.4146 16.75 18.0004 16.75C17.5862 16.75 17.2504 16.4142 17.2504 16L17.2504 8.5C17.2504 8.08579 16.9146 7.75 16.5004 7.75C16.0862 7.75 15.7504 8.08579 15.7504 8.5V16C15.7504 16.4142 15.4146 16.75 15.0004 16.75C14.5862 16.75 14.2504 16.4142 14.2504 16V9.5Z\" style=\"fill: var(--element-active-color)\"/> <defs> <filter id=\"filter0_d_2002_531\" x=\"4.59863\" y=\"5.25\" width=\"22.264\" height=\"24.5\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2002_531\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2002_531\" result=\"shape\"/> </filter> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-open-hand",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorOpenHand",
          "declaration": {
            "name": "ObiCursorOpenHand",
            "module": "src/icons/icon-cursor-open-hand.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-open-hand",
          "declaration": {
            "name": "ObiCursorOpenHand",
            "module": "src/icons/icon-cursor-open-hand.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-placeholder-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorPlaceholderIcon",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14.3334 11.6666H15.6667V14.3333H18.3334V15.6666H15.6667V18.3333H14.3334V15.6666H11.6667V14.3333H14.3334V11.6666Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.07478 14.0106L14.0107 8.07472C14.5548 7.53059 15.4452 7.53059 15.9893 8.07472L21.9253 14.0106C22.4694 14.5548 22.4694 15.4452 21.9253 15.9893L15.9893 21.9252C15.4452 22.4693 14.5548 22.4693 14.0107 21.9252L8.07478 15.9893C7.53066 15.4452 7.53066 14.5548 8.07478 14.0106ZM15 8.99996L9.00002 15L15 21L21 15L15 8.99996Z\" fill=\"currentColor\"/> <path d=\"M5 13L1 1L13 5L7 7L5 13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14.3334 11.6666H15.6667V14.3333H18.3334V15.6666H15.6667V18.3333H14.3334V15.6666H11.6667V14.3333H14.3334V11.6666Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.07478 14.0106L14.0107 8.07472C14.5548 7.53059 15.4452 7.53059 15.9893 8.07472L21.9253 14.0106C22.4694 14.5548 22.4694 15.4452 21.9253 15.9893L15.9893 21.9252C15.4452 22.4693 14.5548 22.4693 14.0107 21.9252L8.07478 15.9893C7.53066 15.4452 7.53066 14.5548 8.07478 14.0106ZM15 8.99996L9.00002 15L15 21L21 15L15 8.99996Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 13L1 1L13 5L7 7L5 13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-placeholder-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorPlaceholderIcon",
          "declaration": {
            "name": "ObiCursorPlaceholderIcon",
            "module": "src/icons/icon-cursor-placeholder-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-placeholder-icon",
          "declaration": {
            "name": "ObiCursorPlaceholderIcon",
            "module": "src/icons/icon-cursor-placeholder-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-pointer-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorPointerIcon",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 12.5446L5 1L7.42476 19.8584L11.2932 14.906L15.359 22L17.874 20.5372L13.8083 13.4432L20 12.5446Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 12.5446L5 1L7.42476 19.8584L11.2932 14.906L15.359 22L17.874 20.5372L13.8083 13.4432L20 12.5446Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-pointer-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorPointerIcon",
          "declaration": {
            "name": "ObiCursorPointerIcon",
            "module": "src/icons/icon-cursor-pointer-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-pointer-icon",
          "declaration": {
            "name": "ObiCursorPointerIcon",
            "module": "src/icons/icon-cursor-pointer-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-pointer.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorPointer",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2002_517)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.4563 11.0282L10.1866 11.7874L12.8036 16.3202L9.2644 18.3635L6.64743 13.8308L3.35504 18.0149L1.02166 0L15.4563 11.0282Z\" fill=\"currentColor\"/> </g> <path d=\"M12.9038 10.3638L2.34983 2.30049L4.05588 15.4721L6.7777 12.0131L9.63836 16.9679L11.4079 15.9463L8.54728 10.9914L12.9038 10.3638Z\" fill=\"currentColor\"/> <defs> <filter id=\"filter0_d_2002_517\" x=\"0\" y=\"0\" width=\"16.478\" height=\"20.4069\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2002_517\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2002_517\" result=\"shape\"/> </filter> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2002_517)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.4563 11.0282L10.1866 11.7874L12.8036 16.3202L9.2644 18.3635L6.64743 13.8308L3.35504 18.0149L1.02166 0L15.4563 11.0282Z\" style=\"fill: var(--element-active-inverted-color)\"/> </g> <path d=\"M12.9038 10.3638L2.34983 2.30049L4.05588 15.4721L6.7777 12.0131L9.63836 16.9679L11.4079 15.9463L8.54728 10.9914L12.9038 10.3638Z\" style=\"fill: var(--element-active-color)\"/> <defs> <filter id=\"filter0_d_2002_517\" x=\"0\" y=\"0\" width=\"16.478\" height=\"20.4069\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2002_517\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2002_517\" result=\"shape\"/> </filter> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-pointer",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorPointer",
          "declaration": {
            "name": "ObiCursorPointer",
            "module": "src/icons/icon-cursor-pointer.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-pointer",
          "declaration": {
            "name": "ObiCursorPointer",
            "module": "src/icons/icon-cursor-pointer.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-pointing-hand-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorPointingHandIcon",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.25137 4C7.25137 2.75736 8.25873 1.75 9.50137 1.75C10.744 1.75 11.7514 2.75736 11.7514 4V6.87803C11.986 6.79512 12.2384 6.75 12.5014 6.75C13.3771 6.75 14.136 7.25032 14.5078 7.98071C14.8074 7.83299 15.1447 7.75 15.5014 7.75C16.2815 7.75 16.9689 8.14701 17.3725 8.75H18.0014C19.5121 8.75 20.7708 9.97791 20.7322 11.5188C20.6725 13.8991 20.433 16.3278 19.3449 18.1664C18.7892 19.1054 18.014 19.8891 16.9497 20.4312C15.8924 20.9697 14.5894 21.25 13.0014 21.25C9.6983 21.25 7.51668 20.3502 5.95807 18.5403C4.45789 16.7983 3.6121 14.2875 2.74028 11.3052C2.36628 10.0258 3.07699 8.6841 4.33589 8.26395C5.44794 7.89281 6.65845 8.35139 7.25137 9.34355V4ZM17.7514 10.25V11C17.7514 11.4142 17.4156 11.75 17.0014 11.75C16.5872 11.75 16.2514 11.4142 16.2514 11V10C16.2514 9.58579 15.9156 9.25 15.5014 9.25C15.0872 9.25 14.7514 9.58579 14.7514 10V10.5C14.7514 10.9142 14.4156 11.25 14.0014 11.25C13.5872 11.25 13.2514 10.9142 13.2514 10.5V9C13.2514 8.58579 12.9156 8.25 12.5014 8.25C12.0872 8.25 11.7514 8.58579 11.7514 9V10.5C11.7514 10.9142 11.4156 11.25 11.0014 11.25C10.5872 11.25 10.2514 10.9142 10.2514 10.5V4C10.2514 3.58579 9.91558 3.25 9.50137 3.25C9.08715 3.25 8.75137 3.58579 8.75137 4V12.5C8.75137 12.8477 8.51235 13.1499 8.17395 13.2299C7.83555 13.3099 7.48653 13.1468 7.33079 12.8359L5.99965 10.1785C5.78083 9.74166 5.27419 9.53213 4.81076 9.6868C4.31133 9.85348 4.03391 10.3845 4.18002 10.8843C5.06492 13.9114 5.83887 16.1032 7.09469 17.5615C8.29208 18.9519 10.0027 19.75 13.0014 19.75C14.4164 19.75 15.4727 19.5001 16.2689 19.0946C17.0579 18.6927 17.6302 18.1185 18.0541 17.4024C18.9251 15.9306 19.173 13.8592 19.2327 11.4812C19.2494 10.8137 18.6998 10.25 18.0014 10.25H17.7514Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.7509 10.2498V10.9998C17.7509 11.414 17.4151 11.7498 17.0009 11.7498C16.5867 11.7498 16.2509 11.414 16.2509 10.9998V9.99976C16.2509 9.58554 15.9151 9.24976 15.5009 9.24976C15.0867 9.24976 14.7509 9.58554 14.7509 9.99976V10.4998C14.7509 10.914 14.4151 11.2498 14.0009 11.2498C13.5867 11.2498 13.2509 10.914 13.2509 10.4998V8.99976C13.2509 8.58554 12.9151 8.24976 12.5009 8.24976C12.0867 8.24976 11.7509 8.58554 11.7509 8.99976V10.4998C11.7509 10.914 11.4151 11.2498 11.0009 11.2498C10.5867 11.2498 10.2509 10.914 10.2509 10.4998V3.99976C10.2509 3.58554 9.91509 3.24976 9.50088 3.24976C9.08667 3.24976 8.75088 3.58554 8.75088 3.99976V12.4998C8.75088 12.8475 8.51186 13.1496 8.17346 13.2296C7.83506 13.3096 7.48604 13.1466 7.33031 12.8357L5.99916 10.1782C5.78035 9.74142 5.2737 9.53189 4.81027 9.68655C4.31084 9.85323 4.03342 10.3842 4.17953 10.8841C5.06443 13.9111 5.83838 16.103 7.0942 17.5612C8.29159 18.9517 10.0022 19.7498 13.0009 19.7498C14.416 19.7498 15.4722 19.4999 16.2684 19.0943C17.0574 18.6925 17.6298 18.1183 18.0536 17.4022C18.9246 15.9303 19.1726 13.859 19.2322 11.481C19.2489 10.8134 18.6993 10.2498 18.0009 10.2498H17.7509Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.25137 4C7.25137 2.75736 8.25873 1.75 9.50137 1.75C10.744 1.75 11.7514 2.75736 11.7514 4V6.87803C11.986 6.79512 12.2384 6.75 12.5014 6.75C13.3771 6.75 14.136 7.25032 14.5078 7.98071C14.8074 7.83299 15.1447 7.75 15.5014 7.75C16.2815 7.75 16.9689 8.14701 17.3725 8.75H18.0014C19.5121 8.75 20.7708 9.97791 20.7322 11.5188C20.6725 13.8991 20.433 16.3278 19.3449 18.1664C18.7892 19.1054 18.014 19.8891 16.9497 20.4312C15.8924 20.9697 14.5894 21.25 13.0014 21.25C9.6983 21.25 7.51668 20.3502 5.95807 18.5403C4.45789 16.7983 3.6121 14.2875 2.74028 11.3052C2.36628 10.0258 3.07699 8.6841 4.33589 8.26395C5.44794 7.89281 6.65845 8.35139 7.25137 9.34355V4ZM17.7514 10.25V11C17.7514 11.4142 17.4156 11.75 17.0014 11.75C16.5872 11.75 16.2514 11.4142 16.2514 11V10C16.2514 9.58579 15.9156 9.25 15.5014 9.25C15.0872 9.25 14.7514 9.58579 14.7514 10V10.5C14.7514 10.9142 14.4156 11.25 14.0014 11.25C13.5872 11.25 13.2514 10.9142 13.2514 10.5V9C13.2514 8.58579 12.9156 8.25 12.5014 8.25C12.0872 8.25 11.7514 8.58579 11.7514 9V10.5C11.7514 10.9142 11.4156 11.25 11.0014 11.25C10.5872 11.25 10.2514 10.9142 10.2514 10.5V4C10.2514 3.58579 9.91558 3.25 9.50137 3.25C9.08715 3.25 8.75137 3.58579 8.75137 4V12.5C8.75137 12.8477 8.51235 13.1499 8.17395 13.2299C7.83555 13.3099 7.48653 13.1468 7.33079 12.8359L5.99965 10.1785C5.78083 9.74166 5.27419 9.53213 4.81076 9.6868C4.31133 9.85348 4.03391 10.3845 4.18002 10.8843C5.06492 13.9114 5.83887 16.1032 7.09469 17.5615C8.29208 18.9519 10.0027 19.75 13.0014 19.75C14.4164 19.75 15.4727 19.5001 16.2689 19.0946C17.0579 18.6927 17.6302 18.1185 18.0541 17.4024C18.9251 15.9306 19.173 13.8592 19.2327 11.4812C19.2494 10.8137 18.6998 10.25 18.0014 10.25H17.7514Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.7509 10.2498V10.9998C17.7509 11.414 17.4151 11.7498 17.0009 11.7498C16.5867 11.7498 16.2509 11.414 16.2509 10.9998V9.99976C16.2509 9.58554 15.9151 9.24976 15.5009 9.24976C15.0867 9.24976 14.7509 9.58554 14.7509 9.99976V10.4998C14.7509 10.914 14.4151 11.2498 14.0009 11.2498C13.5867 11.2498 13.2509 10.914 13.2509 10.4998V8.99976C13.2509 8.58554 12.9151 8.24976 12.5009 8.24976C12.0867 8.24976 11.7509 8.58554 11.7509 8.99976V10.4998C11.7509 10.914 11.4151 11.2498 11.0009 11.2498C10.5867 11.2498 10.2509 10.914 10.2509 10.4998V3.99976C10.2509 3.58554 9.91509 3.24976 9.50088 3.24976C9.08667 3.24976 8.75088 3.58554 8.75088 3.99976V12.4998C8.75088 12.8475 8.51186 13.1496 8.17346 13.2296C7.83506 13.3096 7.48604 13.1466 7.33031 12.8357L5.99916 10.1782C5.78035 9.74142 5.2737 9.53189 4.81027 9.68655C4.31084 9.85323 4.03342 10.3842 4.17953 10.8841C5.06443 13.9111 5.83838 16.103 7.0942 17.5612C8.29159 18.9517 10.0022 19.7498 13.0009 19.7498C14.416 19.7498 15.4722 19.4999 16.2684 19.0943C17.0574 18.6925 17.6298 18.1183 18.0536 17.4022C18.9246 15.9303 19.1726 13.859 19.2322 11.481C19.2489 10.8134 18.6993 10.2498 18.0009 10.2498H17.7509Z\" style=\"fill: var(--element-active-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-pointing-hand-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorPointingHandIcon",
          "declaration": {
            "name": "ObiCursorPointingHandIcon",
            "module": "src/icons/icon-cursor-pointing-hand-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-pointing-hand-icon",
          "declaration": {
            "name": "ObiCursorPointingHandIcon",
            "module": "src/icons/icon-cursor-pointing-hand-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-pointing-hand.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorPointingHand",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2002_525)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.7497 11.2595C17.599 11.3241 18.3562 11.7152 18.8972 12.3059C19.0928 12.2692 19.2942 12.25 19.4997 12.25C20.4221 12.25 21.2543 12.6348 21.8448 13.25H21.9997C24.0502 13.25 25.7835 14.919 25.7303 17.0439C25.6705 19.4264 25.4365 22.0929 24.2039 24.1757C23.5602 25.2633 22.6499 26.1866 21.4019 26.8223C20.1705 27.4494 18.703 27.75 16.9997 27.75C13.4943 27.75 10.9984 26.7827 9.19871 24.6929C7.53581 22.7619 6.64217 20.0391 5.77883 17.0858C5.25282 15.2864 6.25279 13.4044 8.0177 12.8154C8.76703 12.5653 9.54809 12.5837 10.2498 12.8246V9.5C10.2498 7.70507 11.7048 6.25 13.4998 6.25C15.2947 6.25 16.7497 7.70508 16.7497 9.5V11.2595Z\" fill=\"currentColor\"/> </g> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2504 9.5C11.2504 8.25736 12.2578 7.25 13.5004 7.25C14.743 7.25 15.7504 8.25736 15.7504 9.5V12.378C15.985 12.2951 16.2374 12.25 16.5004 12.25C17.3761 12.25 18.135 12.7503 18.5068 13.4807C18.8064 13.333 19.1437 13.25 19.5004 13.25C20.2805 13.25 20.9679 13.647 21.3715 14.25H22.0004C23.5111 14.25 24.7699 15.4779 24.7312 17.0188C24.6715 19.3991 24.432 21.8278 23.344 23.6664C22.7882 24.6054 22.013 25.3891 20.9487 25.9312C19.8914 26.4697 18.5884 26.75 17.0004 26.75C13.6973 26.75 11.5157 25.8502 9.9571 24.0403C8.45691 22.2983 7.61112 19.7875 6.7393 16.8052C6.36531 15.5258 7.07601 14.1841 8.33492 13.7639C9.44696 13.3928 10.6575 13.8514 11.2504 14.8436V9.5ZM21.7504 15.75V16.5C21.7504 16.9142 21.4146 17.25 21.0004 17.25C20.5862 17.25 20.2504 16.9142 20.2504 16.5V15.5C20.2504 15.0858 19.9146 14.75 19.5004 14.75C19.0862 14.75 18.7504 15.0858 18.7504 15.5V16C18.7504 16.4142 18.4146 16.75 18.0004 16.75C17.5862 16.75 17.2504 16.4142 17.2504 16V14.5C17.2504 14.0858 16.9146 13.75 16.5004 13.75C16.0862 13.75 15.7504 14.0858 15.7504 14.5V16C15.7504 16.4142 15.4146 16.75 15.0004 16.75C14.5862 16.75 14.2504 16.4142 14.2504 16V9.5C14.2504 9.08579 13.9146 8.75 13.5004 8.75C13.0862 8.75 12.7504 9.08579 12.7504 9.5V18C12.7504 18.3477 12.5114 18.6499 12.173 18.7299C11.8346 18.8099 11.4856 18.6468 11.3298 18.3359L9.99867 15.6785C9.77986 15.2417 9.27321 15.0321 8.80978 15.1868C8.31035 15.3535 8.03293 15.8845 8.17905 16.3843C9.06394 19.4114 9.8379 21.6032 11.0937 23.0615C12.2911 24.4519 14.0017 25.25 17.0004 25.25C18.4155 25.25 19.4717 25.0001 20.2679 24.5946C21.0569 24.1927 21.6293 23.6185 22.0531 22.9024C22.9241 21.4306 23.1721 19.3592 23.2317 16.9812C23.2484 16.3137 22.6988 15.75 22.0004 15.75H21.7504Z\" fill=\"currentColor\"/> <defs> <filter id=\"filter0_d_2002_525\" x=\"4.63867\" y=\"6.25\" width=\"22.0928\" height=\"23.5\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2002_525\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2002_525\" result=\"shape\"/> </filter> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2002_525)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.7497 11.2595C17.599 11.3241 18.3562 11.7152 18.8972 12.3059C19.0928 12.2692 19.2942 12.25 19.4997 12.25C20.4221 12.25 21.2543 12.6348 21.8448 13.25H21.9997C24.0502 13.25 25.7835 14.919 25.7303 17.0439C25.6705 19.4264 25.4365 22.0929 24.2039 24.1757C23.5602 25.2633 22.6499 26.1866 21.4019 26.8223C20.1705 27.4494 18.703 27.75 16.9997 27.75C13.4943 27.75 10.9984 26.7827 9.19871 24.6929C7.53581 22.7619 6.64217 20.0391 5.77883 17.0858C5.25282 15.2864 6.25279 13.4044 8.0177 12.8154C8.76703 12.5653 9.54809 12.5837 10.2498 12.8246V9.5C10.2498 7.70507 11.7048 6.25 13.4998 6.25C15.2947 6.25 16.7497 7.70508 16.7497 9.5V11.2595Z\" style=\"fill: var(--element-active-inverted-color)\"/> </g> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2504 9.5C11.2504 8.25736 12.2578 7.25 13.5004 7.25C14.743 7.25 15.7504 8.25736 15.7504 9.5V12.378C15.985 12.2951 16.2374 12.25 16.5004 12.25C17.3761 12.25 18.135 12.7503 18.5068 13.4807C18.8064 13.333 19.1437 13.25 19.5004 13.25C20.2805 13.25 20.9679 13.647 21.3715 14.25H22.0004C23.5111 14.25 24.7699 15.4779 24.7312 17.0188C24.6715 19.3991 24.432 21.8278 23.344 23.6664C22.7882 24.6054 22.013 25.3891 20.9487 25.9312C19.8914 26.4697 18.5884 26.75 17.0004 26.75C13.6973 26.75 11.5157 25.8502 9.9571 24.0403C8.45691 22.2983 7.61112 19.7875 6.7393 16.8052C6.36531 15.5258 7.07601 14.1841 8.33492 13.7639C9.44696 13.3928 10.6575 13.8514 11.2504 14.8436V9.5ZM21.7504 15.75V16.5C21.7504 16.9142 21.4146 17.25 21.0004 17.25C20.5862 17.25 20.2504 16.9142 20.2504 16.5V15.5C20.2504 15.0858 19.9146 14.75 19.5004 14.75C19.0862 14.75 18.7504 15.0858 18.7504 15.5V16C18.7504 16.4142 18.4146 16.75 18.0004 16.75C17.5862 16.75 17.2504 16.4142 17.2504 16V14.5C17.2504 14.0858 16.9146 13.75 16.5004 13.75C16.0862 13.75 15.7504 14.0858 15.7504 14.5V16C15.7504 16.4142 15.4146 16.75 15.0004 16.75C14.5862 16.75 14.2504 16.4142 14.2504 16V9.5C14.2504 9.08579 13.9146 8.75 13.5004 8.75C13.0862 8.75 12.7504 9.08579 12.7504 9.5V18C12.7504 18.3477 12.5114 18.6499 12.173 18.7299C11.8346 18.8099 11.4856 18.6468 11.3298 18.3359L9.99867 15.6785C9.77986 15.2417 9.27321 15.0321 8.80978 15.1868C8.31035 15.3535 8.03293 15.8845 8.17905 16.3843C9.06394 19.4114 9.8379 21.6032 11.0937 23.0615C12.2911 24.4519 14.0017 25.25 17.0004 25.25C18.4155 25.25 19.4717 25.0001 20.2679 24.5946C21.0569 24.1927 21.6293 23.6185 22.0531 22.9024C22.9241 21.4306 23.1721 19.3592 23.2317 16.9812C23.2484 16.3137 22.6988 15.75 22.0004 15.75H21.7504Z\" style=\"fill: var(--element-active-color)\"/> <defs> <filter id=\"filter0_d_2002_525\" x=\"4.63867\" y=\"6.25\" width=\"22.0928\" height=\"23.5\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2002_525\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2002_525\" result=\"shape\"/> </filter> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-pointing-hand",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorPointingHand",
          "declaration": {
            "name": "ObiCursorPointingHand",
            "module": "src/icons/icon-cursor-pointing-hand.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-pointing-hand",
          "declaration": {
            "name": "ObiCursorPointingHand",
            "module": "src/icons/icon-cursor-pointing-hand.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-remove-point-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorRemovePointIcon",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.6667 15.6667H10.3333V14.3333H19.6667V15.6667Z\" fill=\"currentColor\"/> <path d=\"M5 13L1 1L13 5L7 7L5 13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.6667 15.6667H10.3333V14.3333H19.6667V15.6667Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 13L1 1L13 5L7 7L5 13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-remove-point-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorRemovePointIcon",
          "declaration": {
            "name": "ObiCursorRemovePointIcon",
            "module": "src/icons/icon-cursor-remove-point-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-remove-point-icon",
          "declaration": {
            "name": "ObiCursorRemovePointIcon",
            "module": "src/icons/icon-cursor-remove-point-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-remove-point.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorRemovePoint",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"33\" height=\"32\" viewBox=\"0 0 33 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2134_165)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.58114 17.1622L1 0.418823L17.7434 5.99996L9.37171 8.79053L6.58114 17.1622Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.5811 21H11.5811V17H27.5811V21Z\" fill=\"currentColor\"/> </g> <path d=\"M6.58112 14L2.58112 2L14.5811 6L8.58112 8L6.58112 14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M26.5811 20H12.5811V18H26.5811V20Z\" fill=\"currentColor\"/> <defs> <filter id=\"filter0_d_2134_165\" x=\"0\" y=\"0.418823\" width=\"28.5811\" height=\"22.5812\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2134_165\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2134_165\" result=\"shape\"/> </filter> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"33\" height=\"32\" viewBox=\"0 0 33 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2134_165)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.58114 17.1622L1 0.418823L17.7434 5.99996L9.37171 8.79053L6.58114 17.1622Z\" style=\"fill: var(--element-active-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.5811 21H11.5811V17H27.5811V21Z\" style=\"fill: var(--element-active-inverted-color)\"/> </g> <path d=\"M6.58112 14L2.58112 2L14.5811 6L8.58112 8L6.58112 14Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M26.5811 20H12.5811V18H26.5811V20Z\" style=\"fill: var(--element-active-color)\"/> <defs> <filter id=\"filter0_d_2134_165\" x=\"0\" y=\"0.418823\" width=\"28.5811\" height=\"22.5812\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2134_165\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2134_165\" result=\"shape\"/> </filter> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-remove-point",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorRemovePoint",
          "declaration": {
            "name": "ObiCursorRemovePoint",
            "module": "src/icons/icon-cursor-remove-point.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-remove-point",
          "declaration": {
            "name": "ObiCursorRemovePoint",
            "module": "src/icons/icon-cursor-remove-point.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-setpoint-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorSetpointIcon",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM17 11H20.4418C19.9853 7.10482 16.8952 4.01469 13 3.5582V7H11V3.5582C7.10482 4.01469 4.01469 7.10482 3.5582 11H7V13H3.5582C4.01469 16.8952 7.10482 19.9853 11 20.4418V17H13V20.4418C16.8952 19.9853 19.9853 16.8952 20.4418 13H17V11Z\" fill=\"currentColor\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM17 11H20.4418C19.9853 7.10482 16.8952 4.01469 13 3.5582V7H11V3.5582C7.10482 4.01469 4.01469 7.10482 3.5582 11H7V13H3.5582C4.01469 16.8952 7.10482 19.9853 11 20.4418V17H13V20.4418C16.8952 19.9853 19.9853 16.8952 20.4418 13H17V11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-setpoint-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorSetpointIcon",
          "declaration": {
            "name": "ObiCursorSetpointIcon",
            "module": "src/icons/icon-cursor-setpoint-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-setpoint-icon",
          "declaration": {
            "name": "ObiCursorSetpointIcon",
            "module": "src/icons/icon-cursor-setpoint-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-cursor-setpoint.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiCursorSetpoint",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2002_519)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.9996 15.9996C17.9996 17.1042 17.1041 17.9996 15.9996 17.9996C14.895 17.9996 13.9996 17.1042 13.9996 15.9996C13.9996 14.8951 14.895 13.9996 15.9996 13.9996C17.1041 13.9996 17.9996 14.8951 17.9996 15.9996Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.9996 13.9996H23.2301C22.5308 11.4656 20.5336 9.46842 17.9996 8.76906V11.9996H13.9996V8.76906C11.4655 9.46842 9.46834 11.4656 8.76898 13.9996H11.9996V17.9996H8.76898C9.46834 20.5337 11.4655 22.5309 13.9996 23.2302V19.9996H17.9996V23.2302C20.5336 22.5309 22.5308 20.5337 23.2301 17.9996H19.9996V13.9996ZM26.9996 15.9996C26.9996 22.0748 22.0747 26.9996 15.9996 26.9996C9.92443 26.9996 4.99956 22.0748 4.99956 15.9996C4.99956 9.9245 9.92443 4.99963 15.9996 4.99963C22.0747 4.99963 26.9996 9.9245 26.9996 15.9996Z\" fill=\"currentColor\"/> </g> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.9996 15.9996C25.9996 21.5225 21.5224 25.9996 15.9996 25.9996C10.4767 25.9996 5.99956 21.5225 5.99956 15.9996C5.99956 10.4768 10.4767 5.99963 15.9996 5.99963C21.5224 5.99963 25.9996 10.4768 25.9996 15.9996ZM20.9996 14.9996H24.4414C23.9849 11.1045 20.8947 8.01433 16.9996 7.55784V10.9996H14.9996V7.55784C11.1044 8.01433 8.01425 11.1045 7.55776 14.9996H10.9996V16.9996H7.55776C8.01425 20.8948 11.1044 23.9849 14.9996 24.4414V20.9996H16.9996V24.4414C20.8947 23.9849 23.9849 20.8948 24.4414 16.9996H20.9996V14.9996Z\" fill=\"currentColor\"/> <path d=\"M16.9996 15.9996C16.9996 16.5519 16.5518 16.9996 15.9996 16.9996C15.4473 16.9996 14.9996 16.5519 14.9996 15.9996C14.9996 15.4473 15.4473 14.9996 15.9996 14.9996C16.5518 14.9996 16.9996 15.4473 16.9996 15.9996Z\" fill=\"currentColor\"/> <defs> <filter id=\"filter0_d_2002_519\" x=\"3.99956\" y=\"4.99963\" width=\"24\" height=\"24\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2002_519\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2002_519\" result=\"shape\"/> </filter> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g filter=\"url(#filter0_d_2002_519)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.9996 15.9996C17.9996 17.1042 17.1041 17.9996 15.9996 17.9996C14.895 17.9996 13.9996 17.1042 13.9996 15.9996C13.9996 14.8951 14.895 13.9996 15.9996 13.9996C17.1041 13.9996 17.9996 14.8951 17.9996 15.9996Z\" style=\"fill: var(--element-active-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.9996 13.9996H23.2301C22.5308 11.4656 20.5336 9.46842 17.9996 8.76906V11.9996H13.9996V8.76906C11.4655 9.46842 9.46834 11.4656 8.76898 13.9996H11.9996V17.9996H8.76898C9.46834 20.5337 11.4655 22.5309 13.9996 23.2302V19.9996H17.9996V23.2302C20.5336 22.5309 22.5308 20.5337 23.2301 17.9996H19.9996V13.9996ZM26.9996 15.9996C26.9996 22.0748 22.0747 26.9996 15.9996 26.9996C9.92443 26.9996 4.99956 22.0748 4.99956 15.9996C4.99956 9.9245 9.92443 4.99963 15.9996 4.99963C22.0747 4.99963 26.9996 9.9245 26.9996 15.9996Z\" style=\"fill: var(--element-active-inverted-color)\"/> </g> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.9996 15.9996C25.9996 21.5225 21.5224 25.9996 15.9996 25.9996C10.4767 25.9996 5.99956 21.5225 5.99956 15.9996C5.99956 10.4768 10.4767 5.99963 15.9996 5.99963C21.5224 5.99963 25.9996 10.4768 25.9996 15.9996ZM20.9996 14.9996H24.4414C23.9849 11.1045 20.8947 8.01433 16.9996 7.55784V10.9996H14.9996V7.55784C11.1044 8.01433 8.01425 11.1045 7.55776 14.9996H10.9996V16.9996H7.55776C8.01425 20.8948 11.1044 23.9849 14.9996 24.4414V20.9996H16.9996V24.4414C20.8947 23.9849 23.9849 20.8948 24.4414 16.9996H20.9996V14.9996Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.9996 15.9996C16.9996 16.5519 16.5518 16.9996 15.9996 16.9996C15.4473 16.9996 14.9996 16.5519 14.9996 15.9996C14.9996 15.4473 15.4473 14.9996 15.9996 14.9996C16.5518 14.9996 16.9996 15.4473 16.9996 15.9996Z\" style=\"fill: var(--element-active-color)\"/> <defs> <filter id=\"filter0_d_2002_519\" x=\"3.99956\" y=\"4.99963\" width=\"24\" height=\"24\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"> <feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/> <feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/> <feOffset dy=\"1\"/> <feGaussianBlur stdDeviation=\"0.5\"/> <feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0\"/> <feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2002_519\"/> <feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_2002_519\" result=\"shape\"/> </filter> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-cursor-setpoint",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiCursorSetpoint",
          "declaration": {
            "name": "ObiCursorSetpoint",
            "module": "src/icons/icon-cursor-setpoint.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-cursor-setpoint",
          "declaration": {
            "name": "ObiCursorSetpoint",
            "module": "src/icons/icon-cursor-setpoint.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-damper-horizontal-off-large.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDamperHorizontalOffLarge",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.4274 10.5985L20.4102 6.56701C20.6493 6.42894 20.9551 6.51088 21.0932 6.75002C21.2312 6.98917 21.1493 7.29497 20.9102 7.43304L13.9274 11.4645C14.1664 12.3226 13.807 13.2661 12.9999 13.7321C12.1928 14.198 11.196 14.0376 10.5724 13.4015L3.58966 17.433C3.35051 17.5711 3.04472 17.4892 2.90665 17.25C2.76857 17.0109 2.85051 16.7051 3.08966 16.567L10.0724 12.5355C9.8334 11.6775 10.1928 10.7339 10.9999 10.268C11.807 9.80201 12.8038 9.96248 13.4274 10.5985Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.8659 11.5C13.1421 11.9783 12.9782 12.5899 12.4999 12.866C12.0216 13.1422 11.41 12.9783 11.1339 12.5C10.8577 12.0217 11.0216 11.4101 11.4999 11.134C11.9782 10.8579 12.5898 11.0217 12.8659 11.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.1602 6.134L13.4847 9.98809C12.7092 9.41646 11.6381 9.32215 10.7499 9.83496C9.8617 10.3478 9.40781 11.3225 9.51514 12.2799L2.83966 16.134C2.36137 16.4101 2.19749 17.0217 2.47363 17.5C2.74978 17.9783 3.36137 18.1422 3.83966 17.866L10.5151 14.012C11.2906 14.5836 12.3617 14.6779 13.2499 14.1651C14.1381 13.6523 14.592 12.6775 14.4847 11.7201L21.1602 7.86605C21.6385 7.58991 21.8023 6.97832 21.5262 6.50002C21.25 6.02173 20.6385 5.85786 20.1602 6.134ZM20.4102 6.56701L13.4274 10.5985C12.8038 9.96248 11.807 9.80201 10.9999 10.268C10.1928 10.7339 9.8334 11.6775 10.0724 12.5355L3.08966 16.567C2.85051 16.7051 2.76857 17.0109 2.90665 17.25C3.04472 17.4892 3.35051 17.5711 3.58966 17.433L10.5724 13.4015C11.196 14.0376 12.1928 14.198 12.9999 13.7321C13.807 13.2661 14.1664 12.3226 13.9274 11.4645L20.9102 7.43304C21.1493 7.29497 21.2312 6.98917 21.0932 6.75002C20.9551 6.51088 20.6493 6.42894 20.4102 6.56701Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.4274 10.5985L20.4102 6.56701C20.6493 6.42894 20.9551 6.51088 21.0932 6.75002C21.2312 6.98917 21.1493 7.29497 20.9102 7.43304L13.9274 11.4645C14.1664 12.3226 13.807 13.2661 12.9999 13.7321C12.1928 14.198 11.196 14.0376 10.5724 13.4015L3.58966 17.433C3.35051 17.5711 3.04472 17.4892 2.90665 17.25C2.76857 17.0109 2.85051 16.7051 3.08966 16.567L10.0724 12.5355C9.8334 11.6775 10.1928 10.7339 10.9999 10.268C11.807 9.80201 12.8038 9.96248 13.4274 10.5985Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.8659 11.5C13.1421 11.9783 12.9782 12.5899 12.4999 12.866C12.0216 13.1422 11.41 12.9783 11.1339 12.5C10.8577 12.0217 11.0216 11.4101 11.4999 11.134C11.9782 10.8579 12.5898 11.0217 12.8659 11.5Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.1602 6.134L13.4847 9.98809C12.7092 9.41646 11.6381 9.32215 10.7499 9.83496C9.8617 10.3478 9.40781 11.3225 9.51514 12.2799L2.83966 16.134C2.36137 16.4101 2.19749 17.0217 2.47363 17.5C2.74978 17.9783 3.36137 18.1422 3.83966 17.866L10.5151 14.012C11.2906 14.5836 12.3617 14.6779 13.2499 14.1651C14.1381 13.6523 14.592 12.6775 14.4847 11.7201L21.1602 7.86605C21.6385 7.58991 21.8023 6.97832 21.5262 6.50002C21.25 6.02173 20.6385 5.85786 20.1602 6.134ZM20.4102 6.56701L13.4274 10.5985C12.8038 9.96248 11.807 9.80201 10.9999 10.268C10.1928 10.7339 9.8334 11.6775 10.0724 12.5355L3.08966 16.567C2.85051 16.7051 2.76857 17.0109 2.90665 17.25C3.04472 17.4892 3.35051 17.5711 3.58966 17.433L10.5724 13.4015C11.196 14.0376 12.1928 14.198 12.9999 13.7321C13.807 13.2661 14.1664 12.3226 13.9274 11.4645L20.9102 7.43304C21.1493 7.29497 21.2312 6.98917 21.0932 6.75002C20.9551 6.51088 20.6493 6.42894 20.4102 6.56701Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-damper-horizontal-off-large",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDamperHorizontalOffLarge",
          "declaration": {
            "name": "ObiDamperHorizontalOffLarge",
            "module": "src/icons/icon-damper-horizontal-off-large.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-damper-horizontal-off-large",
          "declaration": {
            "name": "ObiDamperHorizontalOffLarge",
            "module": "src/icons/icon-damper-horizontal-off-large.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-damper-horizontal-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDamperHorizontalOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2234_112)\"> <path d=\"M14.8552 9.19703L20.1605 6.13402C20.6388 5.85788 21.2504 6.02176 21.5265 6.50005C21.8026 6.97834 21.6388 7.58993 21.1605 7.86607L15.8552 10.9291C16.3332 12.6452 15.6143 14.5322 14.0002 15.4642C12.3861 16.3961 10.3924 16.0751 9.14525 14.8031L3.83996 17.8661C3.36167 18.1422 2.75008 17.9783 2.47394 17.5C2.19779 17.0218 2.36167 16.4102 2.83996 16.134L8.14525 13.071C7.66719 11.3549 8.38608 9.46787 10.0002 8.53595C11.6143 7.60403 13.608 7.92496 14.8552 9.19703Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.7323 11C14.2846 11.9566 13.9568 13.1798 13.0002 13.7321C12.0436 14.2844 10.8204 13.9566 10.2682 13C9.71588 12.0435 10.0436 10.8203 11.0002 10.268C11.9568 9.71571 13.18 10.0435 13.7323 11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.6605 5.268L14.9698 7.97618C13.4189 6.83292 11.2766 6.64431 9.50021 7.66992C7.7238 8.69554 6.81601 10.6451 7.03067 12.5598L2.33996 15.268C1.38338 15.8203 1.05563 17.0435 1.60791 18C2.1602 18.9566 3.38338 19.2844 4.33996 18.7321L9.03067 16.0239C10.5815 17.1672 12.7238 17.3558 14.5002 16.3302C16.2766 15.3046 17.1844 13.355 16.9698 11.4403L21.6605 8.7321C22.6171 8.17982 22.9448 6.95663 22.3925 6.00005C21.8402 5.04346 20.6171 4.71571 19.6605 5.268ZM20.1605 6.13402L14.8552 9.19703C13.608 7.92496 11.6143 7.60403 10.0002 8.53595C8.38608 9.46787 7.66719 11.3549 8.14525 13.071L2.83996 16.134C2.36167 16.4102 2.19779 17.0218 2.47394 17.5C2.75008 17.9783 3.36167 18.1422 3.83996 17.8661L9.14525 14.8031C10.3924 16.0751 12.3861 16.3961 14.0002 15.4642C15.6143 14.5322 16.3332 12.6452 15.8552 10.9291L21.1605 7.86607C21.6388 7.58993 21.8026 6.97834 21.5265 6.50005C21.2504 6.02176 20.6388 5.85788 20.1605 6.13402Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2234_112\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2234_112)\"> <path d=\"M14.8552 9.19703L20.1605 6.13402C20.6388 5.85788 21.2504 6.02176 21.5265 6.50005C21.8026 6.97834 21.6388 7.58993 21.1605 7.86607L15.8552 10.9291C16.3332 12.6452 15.6143 14.5322 14.0002 15.4642C12.3861 16.3961 10.3924 16.0751 9.14525 14.8031L3.83996 17.8661C3.36167 18.1422 2.75008 17.9783 2.47394 17.5C2.19779 17.0218 2.36167 16.4102 2.83996 16.134L8.14525 13.071C7.66719 11.3549 8.38608 9.46787 10.0002 8.53595C11.6143 7.60403 13.608 7.92496 14.8552 9.19703Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.7323 11C14.2846 11.9566 13.9568 13.1798 13.0002 13.7321C12.0436 14.2844 10.8204 13.9566 10.2682 13C9.71588 12.0435 10.0436 10.8203 11.0002 10.268C11.9568 9.71571 13.18 10.0435 13.7323 11Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.6605 5.268L14.9698 7.97618C13.4189 6.83292 11.2766 6.64431 9.50021 7.66992C7.7238 8.69554 6.81601 10.6451 7.03067 12.5598L2.33996 15.268C1.38338 15.8203 1.05563 17.0435 1.60791 18C2.1602 18.9566 3.38338 19.2844 4.33996 18.7321L9.03067 16.0239C10.5815 17.1672 12.7238 17.3558 14.5002 16.3302C16.2766 15.3046 17.1844 13.355 16.9698 11.4403L21.6605 8.7321C22.6171 8.17982 22.9448 6.95663 22.3925 6.00005C21.8402 5.04346 20.6171 4.71571 19.6605 5.268ZM20.1605 6.13402L14.8552 9.19703C13.608 7.92496 11.6143 7.60403 10.0002 8.53595C8.38608 9.46787 7.66719 11.3549 8.14525 13.071L2.83996 16.134C2.36167 16.4102 2.19779 17.0218 2.47394 17.5C2.75008 17.9783 3.36167 18.1422 3.83996 17.8661L9.14525 14.8031C10.3924 16.0751 12.3861 16.3961 14.0002 15.4642C15.6143 14.5322 16.3332 12.6452 15.8552 10.9291L21.1605 7.86607C21.6388 7.58993 21.8026 6.97834 21.5265 6.50005C21.2504 6.02176 20.6388 5.85788 20.1605 6.13402Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </g> <defs> <clipPath id=\"clip0_2234_112\"> <rect width=\"24\" height=\"24\" fill=\"none\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-damper-horizontal-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDamperHorizontalOff",
          "declaration": {
            "name": "ObiDamperHorizontalOff",
            "module": "src/icons/icon-damper-horizontal-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-damper-horizontal-off",
          "declaration": {
            "name": "ObiDamperHorizontalOff",
            "module": "src/icons/icon-damper-horizontal-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-damper-horizontal-on-large.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDamperHorizontalOnLarge",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.937 11.5H22C22.2761 11.5 22.5 11.7239 22.5 12C22.5 12.2761 22.2761 12.5 22 12.5H13.937C13.715 13.3626 12.9319 14 12 14C11.0681 14 10.285 13.3626 10.063 12.5H2C1.72386 12.5 1.5 12.2761 1.5 12C1.5 11.7239 1.72386 11.5 2 11.5H10.063C10.285 10.6374 11.0681 10 12 10C12.9319 10 13.715 10.6374 13.937 11.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 11H14.2918C13.9061 10.1172 13.0256 9.5 12 9.5C10.9744 9.5 10.0939 10.1172 9.70819 11H2C1.44772 11 1 11.4477 1 12C1 12.5523 1.44772 13 2 13H9.70819C10.0939 13.8828 10.9744 14.5 12 14.5C13.0256 14.5 13.9061 13.8828 14.2918 13H22C22.5523 13 23 12.5523 23 12C23 11.4477 22.5523 11 22 11ZM22 11.5H13.937C13.715 10.6374 12.9319 10 12 10C11.0681 10 10.285 10.6374 10.063 11.5H2C1.72386 11.5 1.5 11.7239 1.5 12C1.5 12.2761 1.72386 12.5 2 12.5H10.063C10.285 13.3626 11.0681 14 12 14C12.9319 14 13.715 13.3626 13.937 12.5H22C22.2761 12.5 22.5 12.2761 22.5 12C22.5 11.7239 22.2761 11.5 22 11.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.937 11.5H22C22.2761 11.5 22.5 11.7239 22.5 12C22.5 12.2761 22.2761 12.5 22 12.5H13.937C13.715 13.3626 12.9319 14 12 14C11.0681 14 10.285 13.3626 10.063 12.5H2C1.72386 12.5 1.5 12.2761 1.5 12C1.5 11.7239 1.72386 11.5 2 11.5H10.063C10.285 10.6374 11.0681 10 12 10C12.9319 10 13.715 10.6374 13.937 11.5Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 11H14.2918C13.9061 10.1172 13.0256 9.5 12 9.5C10.9744 9.5 10.0939 10.1172 9.70819 11H2C1.44772 11 1 11.4477 1 12C1 12.5523 1.44772 13 2 13H9.70819C10.0939 13.8828 10.9744 14.5 12 14.5C13.0256 14.5 13.9061 13.8828 14.2918 13H22C22.5523 13 23 12.5523 23 12C23 11.4477 22.5523 11 22 11ZM22 11.5H13.937C13.715 10.6374 12.9319 10 12 10C11.0681 10 10.285 10.6374 10.063 11.5H2C1.72386 11.5 1.5 11.7239 1.5 12C1.5 12.2761 1.72386 12.5 2 12.5H10.063C10.285 13.3626 11.0681 14 12 14C12.9319 14 13.715 13.3626 13.937 12.5H22C22.2761 12.5 22.5 12.2761 22.5 12C22.5 11.7239 22.2761 11.5 22 11.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-damper-horizontal-on-large",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDamperHorizontalOnLarge",
          "declaration": {
            "name": "ObiDamperHorizontalOnLarge",
            "module": "src/icons/icon-damper-horizontal-on-large.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-damper-horizontal-on-large",
          "declaration": {
            "name": "ObiDamperHorizontalOnLarge",
            "module": "src/icons/icon-damper-horizontal-on-large.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-damper-horizontal-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDamperHorizontalOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.874 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H15.874C15.4299 14.7252 13.8638 16 12 16C10.1362 16 8.57006 14.7252 8.12602 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H8.12602C8.57006 9.27477 10.1362 8 12 8C13.8638 8 15.4299 9.27477 15.874 11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 10H16.5836C15.8122 8.23448 14.0512 7 12 7C9.94877 7 8.18783 8.23448 7.41637 10H2C0.895431 10 0 10.8954 0 12C0 13.1046 0.895432 14 2 14H7.41637C8.18783 15.7655 9.94877 17 12 17C14.0512 17 15.8122 15.7655 16.5836 14H22C23.1046 14 24 13.1046 24 12C24 10.8954 23.1046 10 22 10ZM22 11H15.874C15.4299 9.27477 13.8638 8 12 8C10.1362 8 8.57006 9.27477 8.12602 11H2C1.44772 11 1 11.4477 1 12C1 12.5523 1.44772 13 2 13H8.12602C8.57006 14.7252 10.1362 16 12 16C13.8638 16 15.4299 14.7252 15.874 13H22C22.5523 13 23 12.5523 23 12C23 11.4477 22.5523 11 22 11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.874 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H15.874C15.4299 14.7252 13.8638 16 12 16C10.1362 16 8.57006 14.7252 8.12602 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H8.12602C8.57006 9.27477 10.1362 8 12 8C13.8638 8 15.4299 9.27477 15.874 11Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 10H16.5836C15.8122 8.23448 14.0512 7 12 7C9.94877 7 8.18783 8.23448 7.41637 10H2C0.895431 10 0 10.8954 0 12C0 13.1046 0.895432 14 2 14H7.41637C8.18783 15.7655 9.94877 17 12 17C14.0512 17 15.8122 15.7655 16.5836 14H22C23.1046 14 24 13.1046 24 12C24 10.8954 23.1046 10 22 10ZM22 11H15.874C15.4299 9.27477 13.8638 8 12 8C10.1362 8 8.57006 9.27477 8.12602 11H2C1.44772 11 1 11.4477 1 12C1 12.5523 1.44772 13 2 13H8.12602C8.57006 14.7252 10.1362 16 12 16C13.8638 16 15.4299 14.7252 15.874 13H22C22.5523 13 23 12.5523 23 12C23 11.4477 22.5523 11 22 11Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-damper-horizontal-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDamperHorizontalOn",
          "declaration": {
            "name": "ObiDamperHorizontalOn",
            "module": "src/icons/icon-damper-horizontal-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-damper-horizontal-on",
          "declaration": {
            "name": "ObiDamperHorizontalOn",
            "module": "src/icons/icon-damper-horizontal-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-dashboard.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDashboard",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 5L5 5V19H11V5ZM5 21C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5ZM19 12V19H13V12H19ZM19 10V5H13V10H19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 5L5 5V19H11V5ZM5 21C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5ZM19 12V19H13V12H19ZM19 10V5H13V10H19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-dashboard",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDashboard",
          "declaration": {
            "name": "ObiDashboard",
            "module": "src/icons/icon-dashboard.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-dashboard",
          "declaration": {
            "name": "ObiDashboard",
            "module": "src/icons/icon-dashboard.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-database.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDatabase",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 21C9.48333 21 7.35417 20.6125 5.6125 19.8375C3.87083 19.0625 3 18.1167 3 17V7C3 5.9 3.87917 4.95833 5.6375 4.175C7.39583 3.39167 9.51667 3 12 3C14.4833 3 16.6042 3.39167 18.3625 4.175C20.1208 4.95833 21 5.9 21 7V17C21 18.1167 20.1292 19.0625 18.3875 19.8375C16.6458 20.6125 14.5167 21 12 21ZM12 9.025C13.4833 9.025 14.975 8.8125 16.475 8.3875C17.975 7.9625 18.8167 7.50833 19 7.025C18.8167 6.54167 17.9792 6.08333 16.4875 5.65C14.9958 5.21667 13.5 5 12 5C10.4833 5 8.99583 5.2125 7.5375 5.6375C6.07917 6.0625 5.23333 6.525 5 7.025C5.23333 7.525 6.07917 7.98333 7.5375 8.4C8.99583 8.81667 10.4833 9.025 12 9.025ZM12 14C12.7 14 13.375 13.9667 14.025 13.9C14.675 13.8333 15.2958 13.7375 15.8875 13.6125C16.4792 13.4875 17.0375 13.3333 17.5625 13.15C18.0875 12.9667 18.5667 12.7583 19 12.525V9.525C18.5667 9.75833 18.0875 9.96667 17.5625 10.15C17.0375 10.3333 16.4792 10.4875 15.8875 10.6125C15.2958 10.7375 14.675 10.8333 14.025 10.9C13.375 10.9667 12.7 11 12 11C11.3 11 10.6167 10.9667 9.95 10.9C9.28333 10.8333 8.65417 10.7375 8.0625 10.6125C7.47083 10.4875 6.91667 10.3333 6.4 10.15C5.88333 9.96667 5.41667 9.75833 5 9.525V12.525C5.41667 12.7583 5.88333 12.9667 6.4 13.15C6.91667 13.3333 7.47083 13.4875 8.0625 13.6125C8.65417 13.7375 9.28333 13.8333 9.95 13.9C10.6167 13.9667 11.3 14 12 14ZM12 19C12.7667 19 13.5458 18.9417 14.3375 18.825C15.1292 18.7083 15.8583 18.5542 16.525 18.3625C17.1917 18.1708 17.75 17.9542 18.2 17.7125C18.65 17.4708 18.9167 17.225 19 16.975V14.525C18.5667 14.7583 18.0875 14.9667 17.5625 15.15C17.0375 15.3333 16.4792 15.4875 15.8875 15.6125C15.2958 15.7375 14.675 15.8333 14.025 15.9C13.375 15.9667 12.7 16 12 16C11.3 16 10.6167 15.9667 9.95 15.9C9.28333 15.8333 8.65417 15.7375 8.0625 15.6125C7.47083 15.4875 6.91667 15.3333 6.4 15.15C5.88333 14.9667 5.41667 14.7583 5 14.525V17C5.08333 17.25 5.34583 17.4917 5.7875 17.725C6.22917 17.9583 6.78333 18.1708 7.45 18.3625C8.11667 18.5542 8.85 18.7083 9.65 18.825C10.45 18.9417 11.2333 19 12 19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 21C9.48333 21 7.35417 20.6125 5.6125 19.8375C3.87083 19.0625 3 18.1167 3 17V7C3 5.9 3.87917 4.95833 5.6375 4.175C7.39583 3.39167 9.51667 3 12 3C14.4833 3 16.6042 3.39167 18.3625 4.175C20.1208 4.95833 21 5.9 21 7V17C21 18.1167 20.1292 19.0625 18.3875 19.8375C16.6458 20.6125 14.5167 21 12 21ZM12 9.025C13.4833 9.025 14.975 8.8125 16.475 8.3875C17.975 7.9625 18.8167 7.50833 19 7.025C18.8167 6.54167 17.9792 6.08333 16.4875 5.65C14.9958 5.21667 13.5 5 12 5C10.4833 5 8.99583 5.2125 7.5375 5.6375C6.07917 6.0625 5.23333 6.525 5 7.025C5.23333 7.525 6.07917 7.98333 7.5375 8.4C8.99583 8.81667 10.4833 9.025 12 9.025ZM12 14C12.7 14 13.375 13.9667 14.025 13.9C14.675 13.8333 15.2958 13.7375 15.8875 13.6125C16.4792 13.4875 17.0375 13.3333 17.5625 13.15C18.0875 12.9667 18.5667 12.7583 19 12.525V9.525C18.5667 9.75833 18.0875 9.96667 17.5625 10.15C17.0375 10.3333 16.4792 10.4875 15.8875 10.6125C15.2958 10.7375 14.675 10.8333 14.025 10.9C13.375 10.9667 12.7 11 12 11C11.3 11 10.6167 10.9667 9.95 10.9C9.28333 10.8333 8.65417 10.7375 8.0625 10.6125C7.47083 10.4875 6.91667 10.3333 6.4 10.15C5.88333 9.96667 5.41667 9.75833 5 9.525V12.525C5.41667 12.7583 5.88333 12.9667 6.4 13.15C6.91667 13.3333 7.47083 13.4875 8.0625 13.6125C8.65417 13.7375 9.28333 13.8333 9.95 13.9C10.6167 13.9667 11.3 14 12 14ZM12 19C12.7667 19 13.5458 18.9417 14.3375 18.825C15.1292 18.7083 15.8583 18.5542 16.525 18.3625C17.1917 18.1708 17.75 17.9542 18.2 17.7125C18.65 17.4708 18.9167 17.225 19 16.975V14.525C18.5667 14.7583 18.0875 14.9667 17.5625 15.15C17.0375 15.3333 16.4792 15.4875 15.8875 15.6125C15.2958 15.7375 14.675 15.8333 14.025 15.9C13.375 15.9667 12.7 16 12 16C11.3 16 10.6167 15.9667 9.95 15.9C9.28333 15.8333 8.65417 15.7375 8.0625 15.6125C7.47083 15.4875 6.91667 15.3333 6.4 15.15C5.88333 14.9667 5.41667 14.7583 5 14.525V17C5.08333 17.25 5.34583 17.4917 5.7875 17.725C6.22917 17.9583 6.78333 18.1708 7.45 18.3625C8.11667 18.5542 8.85 18.7083 9.65 18.825C10.45 18.9417 11.2333 19 12 19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-database",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDatabase",
          "declaration": {
            "name": "ObiDatabase",
            "module": "src/icons/icon-database.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-database",
          "declaration": {
            "name": "ObiDatabase",
            "module": "src/icons/icon-database.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-dcdc-converter.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDcdcConverter",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.7071 2.29289C22.0976 2.68342 22.0976 3.31658 21.7071 3.70711L3.70711 21.7071C3.31658 22.0976 2.68342 22.0976 2.29289 21.7071C1.90237 21.3166 1.90237 20.6834 2.29289 20.2929L20.2929 2.29289C20.6834 1.90237 21.3166 1.90237 21.7071 2.29289Z\" fill=\"currentColor\"/> <path d=\"M2 2H11V4H2V2Z\" fill=\"currentColor\"/> <path d=\"M13 16H22V18H13V16Z\" fill=\"currentColor\"/> <path d=\"M2 6H11V8H2V6Z\" fill=\"currentColor\"/> <path d=\"M13 20H22V22H13V20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.7071 2.29289C22.0976 2.68342 22.0976 3.31658 21.7071 3.70711L3.70711 21.7071C3.31658 22.0976 2.68342 22.0976 2.29289 21.7071C1.90237 21.3166 1.90237 20.6834 2.29289 20.2929L20.2929 2.29289C20.6834 1.90237 21.3166 1.90237 21.7071 2.29289Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 2H11V4H2V2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 16H22V18H13V16Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 6H11V8H2V6Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 20H22V22H13V20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-dcdc-converter",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDcdcConverter",
          "declaration": {
            "name": "ObiDcdcConverter",
            "module": "src/icons/icon-dcdc-converter.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-dcdc-converter",
          "declaration": {
            "name": "ObiDcdcConverter",
            "module": "src/icons/icon-dcdc-converter.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-delete-filled-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDeleteFilledGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.4 16.5L12 13.9L14.6 16.5L16 15.1L13.4 12.5L16 9.9L14.6 8.5L12 11.1L9.4 8.5L8 9.9L10.6 12.5L8 15.1L9.4 16.5ZM7 21C6.45 21 5.97917 20.8042 5.5875 20.4125C5.19583 20.0208 5 19.55 5 19V6H4V4H9V3H15V4H20V6H19V19C19 19.55 18.8042 20.0208 18.4125 20.4125C18.0208 20.8042 17.55 21 17 21H7Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.4 16.5L12 13.9L14.6 16.5L16 15.1L13.4 12.5L16 9.9L14.6 8.5L12 11.1L9.4 8.5L8 9.9L10.6 12.5L8 15.1L9.4 16.5ZM7 21C6.45 21 5.97917 20.8042 5.5875 20.4125C5.19583 20.0208 5 19.55 5 19V6H4V4H9V3H15V4H20V6H19V19C19 19.55 18.8042 20.0208 18.4125 20.4125C18.0208 20.8042 17.55 21 17 21H7Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-delete-filled-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDeleteFilledGoogle",
          "declaration": {
            "name": "ObiDeleteFilledGoogle",
            "module": "src/icons/icon-delete-filled-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-delete-filled-google",
          "declaration": {
            "name": "ObiDeleteFilledGoogle",
            "module": "src/icons/icon-delete-filled-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-delete-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDeleteGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.4 16.5L12 13.9L14.6 16.5L16 15.1L13.4 12.5L16 9.9L14.6 8.5L12 11.1L9.4 8.5L8 9.9L10.6 12.5L8 15.1L9.4 16.5ZM7 21C6.45 21 5.97917 20.8042 5.5875 20.4125C5.19583 20.0208 5 19.55 5 19V6H4V4H9V3H15V4H20V6H19V19C19 19.55 18.8042 20.0208 18.4125 20.4125C18.0208 20.8042 17.55 21 17 21H7ZM17 6H7V19H17V6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.4 16.5L12 13.9L14.6 16.5L16 15.1L13.4 12.5L16 9.9L14.6 8.5L12 11.1L9.4 8.5L8 9.9L10.6 12.5L8 15.1L9.4 16.5ZM7 21C6.45 21 5.97917 20.8042 5.5875 20.4125C5.19583 20.0208 5 19.55 5 19V6H4V4H9V3H15V4H20V6H19V19C19 19.55 18.8042 20.0208 18.4125 20.4125C18.0208 20.8042 17.55 21 17 21H7ZM17 6H7V19H17V6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-delete-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDeleteGoogle",
          "declaration": {
            "name": "ObiDeleteGoogle",
            "module": "src/icons/icon-delete-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-delete-google",
          "declaration": {
            "name": "ObiDeleteGoogle",
            "module": "src/icons/icon-delete-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-depth.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDepth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.58291 1.81348C7.85211 2.09867 8.10922 2.39366 8.40666 2.64972C9.39829 3.50337 10.6731 4.12535 12 4.12535C13.3269 4.12535 14.6017 3.50337 15.5933 2.64972C15.8908 2.39366 16.1479 2.09867 16.4171 1.81348C16.7489 2.07895 17.0696 2.3493 17.4229 2.5848C18.7658 3.4801 20.3708 4.12535 22 4.12535V5.87535C20.0688 5.87535 18.1743 5.15916 16.5672 4.11655C15.2832 5.16303 13.6748 5.87535 12 5.87535C10.3252 5.87535 8.7168 5.16303 7.4328 4.11656C5.82574 5.15916 3.93116 5.87535 2 5.87535V4.12535C3.6292 4.12535 5.23419 3.4801 6.57714 2.5848C6.93011 2.34949 7.25151 2.07859 7.58291 1.81348Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 22H3V20H5V22Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 22H7V20H9V22Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 22H11V20H13V22Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 22H15V20H17V22Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 22H19V20H21V22Z\" fill=\"currentColor\"/> <path d=\"M15 10H13V15.5H15L12 18.5L9 15.5H11V10H9L12 7L15 10Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.58291 1.81348C7.85211 2.09867 8.10922 2.39366 8.40666 2.64972C9.39829 3.50337 10.6731 4.12535 12 4.12535C13.3269 4.12535 14.6017 3.50337 15.5933 2.64972C15.8908 2.39366 16.1479 2.09867 16.4171 1.81348C16.7489 2.07895 17.0696 2.3493 17.4229 2.5848C18.7658 3.4801 20.3708 4.12535 22 4.12535V5.87535C20.0688 5.87535 18.1743 5.15916 16.5672 4.11655C15.2832 5.16303 13.6748 5.87535 12 5.87535C10.3252 5.87535 8.7168 5.16303 7.4328 4.11656C5.82574 5.15916 3.93116 5.87535 2 5.87535V4.12535C3.6292 4.12535 5.23419 3.4801 6.57714 2.5848C6.93011 2.34949 7.25151 2.07859 7.58291 1.81348Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 22H3V20H5V22Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 22H7V20H9V22Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 22H11V20H13V22Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 22H15V20H17V22Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 22H19V20H21V22Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 10H13V15.5H15L12 18.5L9 15.5H11V10H9L12 7L15 10Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-depth",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDepth",
          "declaration": {
            "name": "ObiDepth",
            "module": "src/icons/icon-depth.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-depth",
          "declaration": {
            "name": "ObiDepth",
            "module": "src/icons/icon-depth.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-device-filter.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDeviceFilter",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.25261 4L4 5.25261V8.08104L8.08104 4H5.25261Z\" fill=\"currentColor\"/> <path d=\"M4 10.5838V13.4122L13.4122 4H10.5838L4 10.5838Z\" fill=\"currentColor\"/> <path d=\"M4 18.7461V15.9176L15.9176 4H18.7461L4 18.7461Z\" fill=\"currentColor\"/> <path d=\"M5.2515 20H8.07992L20 8.07992V5.2515L5.2515 20Z\" fill=\"currentColor\"/> <path d=\"M13.4122 20H10.5838L20 10.5838V13.4122L13.4122 20Z\" fill=\"currentColor\"/> <path d=\"M15.9176 20H18.7461L20 18.7461V15.9176L15.9176 20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4ZM4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.25261 4L4 5.25261V8.08104L8.08104 4H5.25261Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4 10.5838V13.4122L13.4122 4H10.5838L4 10.5838Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4 18.7461V15.9176L15.9176 4H18.7461L4 18.7461Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.2515 20H8.07992L20 8.07992V5.2515L5.2515 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.4122 20H10.5838L20 10.5838V13.4122L13.4122 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.9176 20H18.7461L20 18.7461V15.9176L15.9176 20Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4ZM4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-device-filter",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDeviceFilter",
          "declaration": {
            "name": "ObiDeviceFilter",
            "module": "src/icons/icon-device-filter.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-device-filter",
          "declaration": {
            "name": "ObiDeviceFilter",
            "module": "src/icons/icon-device-filter.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diagnostic-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiagnosticGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19.88 17.47C20.32 16.77 20.58 15.96 20.58 15.08C20.58 12.59 18.57 10.58 16.08 10.58C13.59 10.58 11.58 12.59 11.58 15.08C11.58 17.57 13.59 19.58 16.07 19.58C16.95 19.58 17.77 19.32 18.46 18.88L21.58 22L23 20.58L19.88 17.47ZM16.08 17.58C14.7 17.58 13.58 16.46 13.58 15.08C13.58 13.7 14.7 12.58 16.08 12.58C17.46 12.58 18.58 13.7 18.58 15.08C18.58 16.46 17.46 17.58 16.08 17.58ZM15.72 9.08C14.98 9.1 14.27 9.26 13.62 9.53L13.07 8.7L9.27 14.88L6.26 11.36L2.63 17.17L1 16L6 8L9 11.5L13 5L15.72 9.08ZM18.31 9.58C17.67 9.3 16.98 9.13 16.26 9.09L21.38 1L23 2.18L18.31 9.58Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19.88 17.47C20.32 16.77 20.58 15.96 20.58 15.08C20.58 12.59 18.57 10.58 16.08 10.58C13.59 10.58 11.58 12.59 11.58 15.08C11.58 17.57 13.59 19.58 16.07 19.58C16.95 19.58 17.77 19.32 18.46 18.88L21.58 22L23 20.58L19.88 17.47ZM16.08 17.58C14.7 17.58 13.58 16.46 13.58 15.08C13.58 13.7 14.7 12.58 16.08 12.58C17.46 12.58 18.58 13.7 18.58 15.08C18.58 16.46 17.46 17.58 16.08 17.58ZM15.72 9.08C14.98 9.1 14.27 9.26 13.62 9.53L13.07 8.7L9.27 14.88L6.26 11.36L2.63 17.17L1 16L6 8L9 11.5L13 5L15.72 9.08ZM18.31 9.58C17.67 9.3 16.98 9.13 16.26 9.09L21.38 1L23 2.18L18.31 9.58Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diagnostic-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiagnosticGoogle",
          "declaration": {
            "name": "ObiDiagnosticGoogle",
            "module": "src/icons/icon-diagnostic-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diagnostic-google",
          "declaration": {
            "name": "ObiDiagnosticGoogle",
            "module": "src/icons/icon-diagnostic-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-01-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes01Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 5.79004L16.092 12.0005L6 18.2109V5.79004Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C17.4477 3 17 3.44772 17 4V11.3846L5 4V20L17 12.6154V20C17 20.5523 17.4477 21 18 21C18.5523 21 19 20.5523 19 20V4C19 3.44772 18.5523 3 18 3ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 5.79004L16.092 12.0005L6 18.2109V5.79004Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C17.4477 3 17 3.44772 17 4V11.3846L5 4V20L17 12.6154V20C17 20.5523 17.4477 21 18 21C18.5523 21 19 20.5523 19 20V4C19 3.44772 18.5523 3 18 3ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-01-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes01Off",
          "declaration": {
            "name": "ObiDiodes01Off",
            "module": "src/icons/icon-diodes-01-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-01-off",
          "declaration": {
            "name": "ObiDiodes01Off",
            "module": "src/icons/icon-diodes-01-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-01-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes01On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 5.79004L16.092 12.0005L6 18.2109V5.79004Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C17.4477 3 17 3.44772 17 4V11.3846L5 4V20L17 12.6154V20C17 20.5523 17.4477 21 18 21C18.5523 21 19 20.5523 19 20V4C19 3.44772 18.5523 3 18 3ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 5.79004L16.092 12.0005L6 18.2109V5.79004Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C17.4477 3 17 3.44772 17 4V11.3846L5 4V20L17 12.6154V20C17 20.5523 17.4477 21 18 21C18.5523 21 19 20.5523 19 20V4C19 3.44772 18.5523 3 18 3ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-01-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes01On",
          "declaration": {
            "name": "ObiDiodes01On",
            "module": "src/icons/icon-diodes-01-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-01-on",
          "declaration": {
            "name": "ObiDiodes01On",
            "module": "src/icons/icon-diodes-01-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-01.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes01",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C17.4477 3 17 3.44772 17 4V11.3846L5 4V20L17 12.6154V20C17 20.5523 17.4477 21 18 21C18.5523 21 19 20.5523 19 20V4C19 3.44772 18.5523 3 18 3ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C17.4477 3 17 3.44772 17 4V11.3846L5 4V20L17 12.6154V20C17 20.5523 17.4477 21 18 21C18.5523 21 19 20.5523 19 20V4C19 3.44772 18.5523 3 18 3ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-01",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes01",
          "declaration": {
            "name": "ObiDiodes01",
            "module": "src/icons/icon-diodes-01.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-01",
          "declaration": {
            "name": "ObiDiodes01",
            "module": "src/icons/icon-diodes-01.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-02-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes02Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 5.79004L16.092 12.0005L6 18.2109V5.79004Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 4C17 3.44772 17.4477 3 18 3C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21H14C13.4477 21 13 20.5523 13 20C13 19.4477 13.4477 19 14 19H17V12.6154L5 20V4L17 11.3846V4ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 5.79004L16.092 12.0005L6 18.2109V5.79004Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 4C17 3.44772 17.4477 3 18 3C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21H14C13.4477 21 13 20.5523 13 20C13 19.4477 13.4477 19 14 19H17V12.6154L5 20V4L17 11.3846V4ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-02-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes02Off",
          "declaration": {
            "name": "ObiDiodes02Off",
            "module": "src/icons/icon-diodes-02-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-02-off",
          "declaration": {
            "name": "ObiDiodes02Off",
            "module": "src/icons/icon-diodes-02-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-02-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes02On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 5.79004L16.092 12.0005L6 18.2109V5.79004Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 4C17 3.44772 17.4477 3 18 3C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21H14C13.4477 21 13 20.5523 13 20C13 19.4477 13.4477 19 14 19H17V12.6154L5 20V4L17 11.3846V4ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 5.79004L16.092 12.0005L6 18.2109V5.79004Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 4C17 3.44772 17.4477 3 18 3C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21H14C13.4477 21 13 20.5523 13 20C13 19.4477 13.4477 19 14 19H17V12.6154L5 20V4L17 11.3846V4ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-02-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes02On",
          "declaration": {
            "name": "ObiDiodes02On",
            "module": "src/icons/icon-diodes-02-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-02-on",
          "declaration": {
            "name": "ObiDiodes02On",
            "module": "src/icons/icon-diodes-02-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-02.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes02",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 4C17 3.44772 17.4477 3 18 3C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21H14C13.4477 21 13 20.5523 13 20C13 19.4477 13.4477 19 14 19H17V12.6154L5 20V4L17 11.3846V4ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 4C17 3.44772 17.4477 3 18 3C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21H14C13.4477 21 13 20.5523 13 20C13 19.4477 13.4477 19 14 19H17V12.6154L5 20V4L17 11.3846V4ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-02",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes02",
          "declaration": {
            "name": "ObiDiodes02",
            "module": "src/icons/icon-diodes-02.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-02",
          "declaration": {
            "name": "ObiDiodes02",
            "module": "src/icons/icon-diodes-02.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-03-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes03Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C17.4822 3 17.0564 3.3935 17.0052 3.89776C17.0017 3.93137 17 3.96548 17 4V11.3846L5 4V20L17 12.6154V19H14C13.4477 19 13 19.4477 13 20C13 20.5523 13.4477 21 14 21H18C18.5523 21 19 20.5523 19 20V5H22C22.5523 5 23 4.55228 23 4C23 3.44772 22.5523 3 22 3H18ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" fill=\"currentColor\"/> <path d=\"M6 5.79004L16.092 12.0005L6 18.2109V5.79004Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C17.4822 3 17.0564 3.3935 17.0052 3.89776C17.0017 3.93137 17 3.96548 17 4V11.3846L5 4V20L17 12.6154V19H14C13.4477 19 13 19.4477 13 20C13 20.5523 13.4477 21 14 21H18C18.5523 21 19 20.5523 19 20V5H22C22.5523 5 23 4.55228 23 4C23 3.44772 22.5523 3 22 3H18ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M6 5.79004L16.092 12.0005L6 18.2109V5.79004Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-03-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes03Off",
          "declaration": {
            "name": "ObiDiodes03Off",
            "module": "src/icons/icon-diodes-03-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-03-off",
          "declaration": {
            "name": "ObiDiodes03Off",
            "module": "src/icons/icon-diodes-03-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-03-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes03On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C17.4822 3 17.0564 3.3935 17.0052 3.89776C17.0017 3.93137 17 3.96548 17 4V11.3846L5 4V20L17 12.6154V19H14C13.4477 19 13 19.4477 13 20C13 20.5523 13.4477 21 14 21H18C18.5523 21 19 20.5523 19 20V5H22C22.5523 5 23 4.55228 23 4C23 3.44772 22.5523 3 22 3H18ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" fill=\"currentColor\"/> <path d=\"M6 5.79004L16.092 12.0005L6 18.2109V5.79004Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C17.4822 3 17.0564 3.3935 17.0052 3.89776C17.0017 3.93137 17 3.96548 17 4V11.3846L5 4V20L17 12.6154V19H14C13.4477 19 13 19.4477 13 20C13 20.5523 13.4477 21 14 21H18C18.5523 21 19 20.5523 19 20V5H22C22.5523 5 23 4.55228 23 4C23 3.44772 22.5523 3 22 3H18ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M6 5.79004L16.092 12.0005L6 18.2109V5.79004Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-03-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes03On",
          "declaration": {
            "name": "ObiDiodes03On",
            "module": "src/icons/icon-diodes-03-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-03-on",
          "declaration": {
            "name": "ObiDiodes03On",
            "module": "src/icons/icon-diodes-03-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-03.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes03",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C17.4822 3 17.0564 3.3935 17.0052 3.89776C17.0017 3.93137 17 3.96548 17 4V11.3846L5 4V20L17 12.6154V19H14C13.4477 19 13 19.4477 13 20C13 20.5523 13.4477 21 14 21H18C18.5523 21 19 20.5523 19 20V5H22C22.5523 5 23 4.55228 23 4C23 3.44772 22.5523 3 22 3H18ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C17.4822 3 17.0564 3.3935 17.0052 3.89776C17.0017 3.93137 17 3.96548 17 4V11.3846L5 4V20L17 12.6154V19H14C13.4477 19 13 19.4477 13 20C13 20.5523 13.4477 21 14 21H18C18.5523 21 19 20.5523 19 20V5H22C22.5523 5 23 4.55228 23 4C23 3.44772 22.5523 3 22 3H18ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-03",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes03",
          "declaration": {
            "name": "ObiDiodes03",
            "module": "src/icons/icon-diodes-03.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-03",
          "declaration": {
            "name": "ObiDiodes03",
            "module": "src/icons/icon-diodes-03.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-04-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes04Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.0052 2.89776C17.0017 2.93137 17 2.96548 17 3V11.3846L5 4V20L17 12.6154V20H15V18C15 17.4477 14.5523 17 14 17C13.4477 17 13 17.4477 13 18V21C13 21.5523 13.4477 22 14 22H18C18.5523 22 19 21.5523 19 21V4H21V6C21 6.55228 21.4477 7 22 7C22.5523 7 23 6.55228 23 6V3C23 2.44772 22.5523 2 22 2H18C17.4822 2 17.0564 2.3935 17.0052 2.89776ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 5.78955L16.092 12L6 18.2104L6 5.78955Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.0052 2.89776C17.0017 2.93137 17 2.96548 17 3V11.3846L5 4V20L17 12.6154V20H15V18C15 17.4477 14.5523 17 14 17C13.4477 17 13 17.4477 13 18V21C13 21.5523 13.4477 22 14 22H18C18.5523 22 19 21.5523 19 21V4H21V6C21 6.55228 21.4477 7 22 7C22.5523 7 23 6.55228 23 6V3C23 2.44772 22.5523 2 22 2H18C17.4822 2 17.0564 2.3935 17.0052 2.89776ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 5.78955L16.092 12L6 18.2104L6 5.78955Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-04-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes04Off",
          "declaration": {
            "name": "ObiDiodes04Off",
            "module": "src/icons/icon-diodes-04-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-04-off",
          "declaration": {
            "name": "ObiDiodes04Off",
            "module": "src/icons/icon-diodes-04-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-04-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes04On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.0052 2.89776C17.0017 2.93137 17 2.96548 17 3V11.3846L5 4V20L17 12.6154V20H15V18C15 17.4477 14.5523 17 14 17C13.4477 17 13 17.4477 13 18V21C13 21.5523 13.4477 22 14 22H18C18.5523 22 19 21.5523 19 21V4H21V6C21 6.55228 21.4477 7 22 7C22.5523 7 23 6.55228 23 6V3C23 2.44772 22.5523 2 22 2H18C17.4822 2 17.0564 2.3935 17.0052 2.89776ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 5.78955L16.092 12L6 18.2104L6 5.78955Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.0052 2.89776C17.0017 2.93137 17 2.96548 17 3V11.3846L5 4V20L17 12.6154V20H15V18C15 17.4477 14.5523 17 14 17C13.4477 17 13 17.4477 13 18V21C13 21.5523 13.4477 22 14 22H18C18.5523 22 19 21.5523 19 21V4H21V6C21 6.55228 21.4477 7 22 7C22.5523 7 23 6.55228 23 6V3C23 2.44772 22.5523 2 22 2H18C17.4822 2 17.0564 2.3935 17.0052 2.89776ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 5.78955L16.092 12L6 18.2104L6 5.78955Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-04-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes04On",
          "declaration": {
            "name": "ObiDiodes04On",
            "module": "src/icons/icon-diodes-04-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-04-on",
          "declaration": {
            "name": "ObiDiodes04On",
            "module": "src/icons/icon-diodes-04-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-04.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes04",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.0052 2.89776C17.0017 2.93137 17 2.96548 17 3V11.3846L5 4V20L17 12.6154V20H15V18C15 17.4477 14.5523 17 14 17C13.4477 17 13 17.4477 13 18V21C13 21.5523 13.4477 22 14 22H18C18.5523 22 19 21.5523 19 21V4H21V6C21 6.55228 21.4477 7 22 7C22.5523 7 23 6.55228 23 6V3C23 2.44772 22.5523 2 22 2H18C17.4822 2 17.0564 2.3935 17.0052 2.89776ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.0052 2.89776C17.0017 2.93137 17 2.96548 17 3V11.3846L5 4V20L17 12.6154V20H15V18C15 17.4477 14.5523 17 14 17C13.4477 17 13 17.4477 13 18V21C13 21.5523 13.4477 22 14 22H18C18.5523 22 19 21.5523 19 21V4H21V6C21 6.55228 21.4477 7 22 7C22.5523 7 23 6.55228 23 6V3C23 2.44772 22.5523 2 22 2H18C17.4822 2 17.0564 2.3935 17.0052 2.89776ZM6 5.78957L16.092 12L6 18.2104L6 5.78957Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-04",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes04",
          "declaration": {
            "name": "ObiDiodes04",
            "module": "src/icons/icon-diodes-04.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-04",
          "declaration": {
            "name": "ObiDiodes04",
            "module": "src/icons/icon-diodes-04.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-05-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes05Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 7.86816L10.1972 11.9996L4 16.1311V7.86816Z\" fill=\"currentColor\"/> <path d=\"M20 16.1311L13.8027 11.9996L20 7.86816L20 16.1311Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 4C11 3.96548 11.0017 3.93137 11.0052 3.89776C11.0564 3.3935 11.4822 3 12 3H16C16.5523 3 17 3.44772 17 4C17 4.55228 16.5523 5 16 5H13V11.3333L21 6V18L13 12.6667V20C13 20.5523 12.5523 21 12 21H8C7.44772 21 7 20.5523 7 20C7 19.4477 7.44772 19 8 19H11V12.6667L3 18V6L11 11.3333V4ZM4 7.86852L10.1972 12L4 16.1315L4 7.86852ZM13.8028 12L20 16.1315V7.86852L13.8028 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 7.86816L10.1972 11.9996L4 16.1311V7.86816Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M20 16.1311L13.8027 11.9996L20 7.86816L20 16.1311Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 4C11 3.96548 11.0017 3.93137 11.0052 3.89776C11.0564 3.3935 11.4822 3 12 3H16C16.5523 3 17 3.44772 17 4C17 4.55228 16.5523 5 16 5H13V11.3333L21 6V18L13 12.6667V20C13 20.5523 12.5523 21 12 21H8C7.44772 21 7 20.5523 7 20C7 19.4477 7.44772 19 8 19H11V12.6667L3 18V6L11 11.3333V4ZM4 7.86852L10.1972 12L4 16.1315L4 7.86852ZM13.8028 12L20 16.1315V7.86852L13.8028 12Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-05-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes05Off",
          "declaration": {
            "name": "ObiDiodes05Off",
            "module": "src/icons/icon-diodes-05-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-05-off",
          "declaration": {
            "name": "ObiDiodes05Off",
            "module": "src/icons/icon-diodes-05-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-05-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes05On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 7.86816L10.1972 11.9996L4 16.1311V7.86816Z\" fill=\"currentColor\"/> <path d=\"M20 16.1311L13.8027 11.9996L20 7.86816L20 16.1311Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 4C11 3.96548 11.0017 3.93137 11.0052 3.89776C11.0564 3.3935 11.4822 3 12 3H16C16.5523 3 17 3.44772 17 4C17 4.55228 16.5523 5 16 5H13V11.3333L21 6V18L13 12.6667V20C13 20.5523 12.5523 21 12 21H8C7.44772 21 7 20.5523 7 20C7 19.4477 7.44772 19 8 19H11V12.6667L3 18V6L11 11.3333V4ZM4 7.86852L10.1972 12L4 16.1315L4 7.86852ZM13.8028 12L20 16.1315V7.86852L13.8028 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 7.86816L10.1972 11.9996L4 16.1311V7.86816Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M20 16.1311L13.8027 11.9996L20 7.86816L20 16.1311Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 4C11 3.96548 11.0017 3.93137 11.0052 3.89776C11.0564 3.3935 11.4822 3 12 3H16C16.5523 3 17 3.44772 17 4C17 4.55228 16.5523 5 16 5H13V11.3333L21 6V18L13 12.6667V20C13 20.5523 12.5523 21 12 21H8C7.44772 21 7 20.5523 7 20C7 19.4477 7.44772 19 8 19H11V12.6667L3 18V6L11 11.3333V4ZM4 7.86852L10.1972 12L4 16.1315L4 7.86852ZM13.8028 12L20 16.1315V7.86852L13.8028 12Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-05-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes05On",
          "declaration": {
            "name": "ObiDiodes05On",
            "module": "src/icons/icon-diodes-05-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-05-on",
          "declaration": {
            "name": "ObiDiodes05On",
            "module": "src/icons/icon-diodes-05-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-05.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes05",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 4C11 3.96548 11.0017 3.93137 11.0052 3.89776C11.0564 3.3935 11.4822 3 12 3H16C16.5523 3 17 3.44772 17 4C17 4.55228 16.5523 5 16 5H13V11.3333L21 6V18L13 12.6667V20C13 20.5523 12.5523 21 12 21H8C7.44772 21 7 20.5523 7 20C7 19.4477 7.44772 19 8 19H11V12.6667L3 18V6L11 11.3333V4ZM4 7.86852L10.1972 12L4 16.1315L4 7.86852ZM13.8028 12L20 16.1315V7.86852L13.8028 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 4C11 3.96548 11.0017 3.93137 11.0052 3.89776C11.0564 3.3935 11.4822 3 12 3H16C16.5523 3 17 3.44772 17 4C17 4.55228 16.5523 5 16 5H13V11.3333L21 6V18L13 12.6667V20C13 20.5523 12.5523 21 12 21H8C7.44772 21 7 20.5523 7 20C7 19.4477 7.44772 19 8 19H11V12.6667L3 18V6L11 11.3333V4ZM4 7.86852L10.1972 12L4 16.1315L4 7.86852ZM13.8028 12L20 16.1315V7.86852L13.8028 12Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-05",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes05",
          "declaration": {
            "name": "ObiDiodes05",
            "module": "src/icons/icon-diodes-05.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-05",
          "declaration": {
            "name": "ObiDiodes05",
            "module": "src/icons/icon-diodes-05.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-06-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes06Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 1L17 6.45454L7 1V23H8V17.5455L18 23L18 1H17ZM17 11.5455L17 7.54546L8 12.4545V16.4545L17 11.5455ZM17 21.3155V12.6845L9.08833 17L17 21.3155ZM8 2.68454L8 11.3155L15.9117 7L8 2.68454Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.08833 17L17 12.6846V21.3155L9.08833 17ZM8 11.3155L8 2.68457L15.9117 7.00003L8 11.3155Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 1L17 6.45454L7 1V23H8V17.5455L18 23L18 1H17ZM17 11.5455L17 7.54546L8 12.4545V16.4545L17 11.5455ZM17 21.3155V12.6845L9.08833 17L17 21.3155ZM8 2.68454L8 11.3155L15.9117 7L8 2.68454Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.08833 17L17 12.6846V21.3155L9.08833 17ZM8 11.3155L8 2.68457L15.9117 7.00003L8 11.3155Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-06-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes06Off",
          "declaration": {
            "name": "ObiDiodes06Off",
            "module": "src/icons/icon-diodes-06-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-06-off",
          "declaration": {
            "name": "ObiDiodes06Off",
            "module": "src/icons/icon-diodes-06-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-06-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes06On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 1L17 6.45454L7 1V23H8V17.5455L18 23L18 1H17ZM17 11.5455L17 7.54546L8 12.4545V16.4545L17 11.5455ZM17 21.3155V12.6845L9.08833 17L17 21.3155ZM8 2.68454L8 11.3155L15.9117 7L8 2.68454Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.08833 17L17 12.6846V21.3155L9.08833 17ZM8 11.3155L8 2.68457L15.9117 7.00003L8 11.3155Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 1L17 6.45454L7 1V23H8V17.5455L18 23L18 1H17ZM17 11.5455L17 7.54546L8 12.4545V16.4545L17 11.5455ZM17 21.3155V12.6845L9.08833 17L17 21.3155ZM8 2.68454L8 11.3155L15.9117 7L8 2.68454Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.08833 17L17 12.6846V21.3155L9.08833 17ZM8 11.3155L8 2.68457L15.9117 7.00003L8 11.3155Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-06-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes06On",
          "declaration": {
            "name": "ObiDiodes06On",
            "module": "src/icons/icon-diodes-06-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-06-on",
          "declaration": {
            "name": "ObiDiodes06On",
            "module": "src/icons/icon-diodes-06-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-06.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes06",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 1L17 6.45454L7 1V23H8V17.5455L18 23L18 1H17ZM17 11.5455L17 7.54546L8 12.4545V16.4545L17 11.5455ZM17 21.3155V12.6845L9.08833 17L17 21.3155ZM8 2.68454L8 11.3155L15.9117 7L8 2.68454Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 1L17 6.45454L7 1V23H8V17.5455L18 23L18 1H17ZM17 11.5455L17 7.54546L8 12.4545V16.4545L17 11.5455ZM17 21.3155V12.6845L9.08833 17L17 21.3155ZM8 2.68454L8 11.3155L15.9117 7L8 2.68454Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-06",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes06",
          "declaration": {
            "name": "ObiDiodes06",
            "module": "src/icons/icon-diodes-06.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-06",
          "declaration": {
            "name": "ObiDiodes06",
            "module": "src/icons/icon-diodes-06.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-07-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes07Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 3.5C10 3.22386 10.2239 3 10.5 3C10.7761 3 11 3.22386 11 3.5V8.23077L17 11.4615V4C17 3.44772 17.4477 3 18 3C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20V12.5385L11 15.7692V20.5C11 20.7761 10.7761 21 10.5 21C10.2239 21 10 20.7761 10 20.5V16.3077L5 19V5L10 7.69231V3.5ZM6 6.67422L10 8.82806V15.1719L6 17.3258L6 6.67422ZM15.8907 12L11 9.36653V14.6335L15.8907 12Z\" fill=\"currentColor\"/> <path d=\"M10 8.82767L6 6.67383V17.3254L10 15.1715V8.82767Z\" fill=\"currentColor\"/> <path d=\"M11 14.6331L15.8907 11.9996L11 9.36614V14.6331Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 3.5C10 3.22386 10.2239 3 10.5 3C10.7761 3 11 3.22386 11 3.5V8.23077L17 11.4615V4C17 3.44772 17.4477 3 18 3C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20V12.5385L11 15.7692V20.5C11 20.7761 10.7761 21 10.5 21C10.2239 21 10 20.7761 10 20.5V16.3077L5 19V5L10 7.69231V3.5ZM6 6.67422L10 8.82806V15.1719L6 17.3258L6 6.67422ZM15.8907 12L11 9.36653V14.6335L15.8907 12Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M10 8.82767L6 6.67383V17.3254L10 15.1715V8.82767Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M11 14.6331L15.8907 11.9996L11 9.36614V14.6331Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-07-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes07Off",
          "declaration": {
            "name": "ObiDiodes07Off",
            "module": "src/icons/icon-diodes-07-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-07-off",
          "declaration": {
            "name": "ObiDiodes07Off",
            "module": "src/icons/icon-diodes-07-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-07-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes07On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 3.5C10 3.22386 10.2239 3 10.5 3C10.7761 3 11 3.22386 11 3.5V8.23077L17 11.4615V4C17 3.44772 17.4477 3 18 3C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20V12.5385L11 15.7692V20.5C11 20.7761 10.7761 21 10.5 21C10.2239 21 10 20.7761 10 20.5V16.3077L5 19V5L10 7.69231V3.5ZM6 6.67422L10 8.82806V15.1719L6 17.3258L6 6.67422ZM15.8907 12L11 9.36653V14.6335L15.8907 12Z\" fill=\"currentColor\"/> <path d=\"M10 8.82767L6 6.67383V17.3254L10 15.1715V8.82767Z\" fill=\"currentColor\"/> <path d=\"M11 14.6331L15.8907 11.9996L11 9.36614V14.6331Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 3.5C10 3.22386 10.2239 3 10.5 3C10.7761 3 11 3.22386 11 3.5V8.23077L17 11.4615V4C17 3.44772 17.4477 3 18 3C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20V12.5385L11 15.7692V20.5C11 20.7761 10.7761 21 10.5 21C10.2239 21 10 20.7761 10 20.5V16.3077L5 19V5L10 7.69231V3.5ZM6 6.67422L10 8.82806V15.1719L6 17.3258L6 6.67422ZM15.8907 12L11 9.36653V14.6335L15.8907 12Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M10 8.82767L6 6.67383V17.3254L10 15.1715V8.82767Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M11 14.6331L15.8907 11.9996L11 9.36614V14.6331Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-07-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes07On",
          "declaration": {
            "name": "ObiDiodes07On",
            "module": "src/icons/icon-diodes-07-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-07-on",
          "declaration": {
            "name": "ObiDiodes07On",
            "module": "src/icons/icon-diodes-07-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diodes-07.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiodes07",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 3.5C10 3.22386 10.2239 3 10.5 3C10.7761 3 11 3.22386 11 3.5V8.23077L17 11.4615V4C17 3.44772 17.4477 3 18 3C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20V12.5385L11 15.7692V20.5C11 20.7761 10.7761 21 10.5 21C10.2239 21 10 20.7761 10 20.5V16.3077L5 19V5L10 7.69231V3.5ZM6 6.67422L10 8.82806V15.1719L6 17.3258L6 6.67422ZM15.8907 12L11 9.36653V14.6335L15.8907 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 3.5C10 3.22386 10.2239 3 10.5 3C10.7761 3 11 3.22386 11 3.5V8.23077L17 11.4615V4C17 3.44772 17.4477 3 18 3C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20V12.5385L11 15.7692V20.5C11 20.7761 10.7761 21 10.5 21C10.2239 21 10 20.7761 10 20.5V16.3077L5 19V5L10 7.69231V3.5ZM6 6.67422L10 8.82806V15.1719L6 17.3258L6 6.67422ZM15.8907 12L11 9.36653V14.6335L15.8907 12Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diodes-07",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiodes07",
          "declaration": {
            "name": "ObiDiodes07",
            "module": "src/icons/icon-diodes-07.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diodes-07",
          "declaration": {
            "name": "ObiDiodes07",
            "module": "src/icons/icon-diodes-07.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-display-brilliance-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDisplayBrillianceIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 9.51472 14.4853 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" fill=\"currentColor\"/> <path d=\"M12.75 6V4H11.25V6H12.75Z\" fill=\"currentColor\"/> <path d=\"M12.75 20V18H11.25V20H12.75Z\" fill=\"currentColor\"/> <path d=\"M20 12.75H18V11.25H20V12.75Z\" fill=\"currentColor\"/> <path d=\"M4 12.75H6V11.25H4V12.75Z\" fill=\"currentColor\"/> <path d=\"M6.87342 5.81359L8.28788 7.22756L7.22722 8.28822L5.81252 6.874L6.87342 5.81359Z\" fill=\"currentColor\"/> <path d=\"M16.7727 15.7128L15.712 16.7735L17.1262 18.1877L18.1874 17.1271L16.7727 15.7128Z\" fill=\"currentColor\"/> <path d=\"M18.1876 6.87318L16.7734 8.28739L15.7128 7.22673L17.127 5.81252L18.1876 6.87318Z\" fill=\"currentColor\"/> <path d=\"M6.87392 18.1869L8.28814 16.7727L7.22748 15.712L5.81326 17.1262L6.87392 18.1869Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 9.51472 14.4853 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.75 6V4H11.25V6H12.75Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.75 20V18H11.25V20H12.75Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20 12.75H18V11.25H20V12.75Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4 12.75H6V11.25H4V12.75Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.87342 5.81359L8.28788 7.22756L7.22722 8.28822L5.81252 6.874L6.87342 5.81359Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.7727 15.7128L15.712 16.7735L17.1262 18.1877L18.1874 17.1271L16.7727 15.7128Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.1876 6.87318L16.7734 8.28739L15.7128 7.22673L17.127 5.81252L18.1876 6.87318Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.87392 18.1869L8.28814 16.7727L7.22748 15.712L5.81326 17.1262L6.87392 18.1869Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-display-brilliance-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDisplayBrillianceIec",
          "declaration": {
            "name": "ObiDisplayBrillianceIec",
            "module": "src/icons/icon-display-brilliance-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-display-brilliance-iec",
          "declaration": {
            "name": "ObiDisplayBrillianceIec",
            "module": "src/icons/icon-display-brilliance-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-display-brilliance-low.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDisplayBrillianceLow",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.9498 15.5355L15.5355 16.9497L16.9498 18.364L18.364 16.9497L16.9498 15.5355Z\" fill=\"currentColor\"/> <path d=\"M13 18V20H11V18H13Z\" fill=\"currentColor\"/> <path d=\"M8.46447 16.9498L7.05025 15.5355L5.63604 16.9498L7.05025 18.364L8.46447 16.9498Z\" fill=\"currentColor\"/> <path d=\"M4 13V11H6L6 13H4Z\" fill=\"currentColor\"/> <path d=\"M7.05025 5.63604L5.63604 7.05025L7.05025 8.46446L8.46447 7.05025L7.05025 5.63604Z\" fill=\"currentColor\"/> <path d=\"M11 4H13V6H11V4Z\" fill=\"currentColor\"/> <path d=\"M18.364 7.05025L16.9497 5.63604L15.5355 7.05025L16.9497 8.46447L18.364 7.05025Z\" fill=\"currentColor\"/> <path d=\"M18 11H20V13H18V11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.9498 15.5355L15.5355 16.9497L16.9498 18.364L18.364 16.9497L16.9498 15.5355Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 18V20H11V18H13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.46447 16.9498L7.05025 15.5355L5.63604 16.9498L7.05025 18.364L8.46447 16.9498Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4 13V11H6L6 13H4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.05025 5.63604L5.63604 7.05025L7.05025 8.46446L8.46447 7.05025L7.05025 5.63604Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 4H13V6H11V4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.364 7.05025L16.9497 5.63604L15.5355 7.05025L16.9497 8.46447L18.364 7.05025Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 11H20V13H18V11Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-display-brilliance-low",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDisplayBrillianceLow",
          "declaration": {
            "name": "ObiDisplayBrillianceLow",
            "module": "src/icons/icon-display-brilliance-low.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-display-brilliance-low",
          "declaration": {
            "name": "ObiDisplayBrillianceLow",
            "module": "src/icons/icon-display-brilliance-low.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-display-brilliance-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDisplayBrillianceProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8331 9.17621C14.83 9.17312 14.8269 9.17002 14.8238 9.16694C14.1003 8.4458 13.1022 8 12 8C10.8978 8 9.89964 8.44583 9.17615 9.167C9.1731 9.17005 9.17005 9.1731 9.167 9.17615C8.44583 9.89964 8 10.8978 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 10.8978 15.5542 9.8997 14.8331 9.17621ZM12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14ZM18.364 4.22182L19.7782 5.63604L16.9497 8.46447L16.237 7.75175L15.5355 7.05025L18.364 4.22182ZM4.22183 5.63604L5.63605 4.22183L8.46447 7.05025L7.76316 7.75157L7.75175 7.76298L7.05026 8.46447L4.22183 5.63604ZM7.05025 15.5355L8.46446 16.9498L5.63603 19.7782L4.22182 18.364L7.05025 15.5355ZM16.9498 15.5355L19.7782 18.364L18.364 19.7782L15.5355 16.9497L16.9498 15.5355ZM11 2H13V6H11V2ZM2 13V11H6V13H2ZM13 22H11V18H13V22ZM22 11V13H18V11H22Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8331 9.17621C14.83 9.17312 14.8269 9.17002 14.8238 9.16694C14.1003 8.4458 13.1022 8 12 8C10.8978 8 9.89964 8.44583 9.17615 9.167C9.1731 9.17005 9.17005 9.1731 9.167 9.17615C8.44583 9.89964 8 10.8978 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 10.8978 15.5542 9.8997 14.8331 9.17621ZM12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14ZM18.364 4.22182L19.7782 5.63604L16.9497 8.46447L16.237 7.75175L15.5355 7.05025L18.364 4.22182ZM4.22183 5.63604L5.63605 4.22183L8.46447 7.05025L7.76316 7.75157L7.75175 7.76298L7.05026 8.46447L4.22183 5.63604ZM7.05025 15.5355L8.46446 16.9498L5.63603 19.7782L4.22182 18.364L7.05025 15.5355ZM16.9498 15.5355L19.7782 18.364L18.364 19.7782L15.5355 16.9497L16.9498 15.5355ZM11 2H13V6H11V2ZM2 13V11H6V13H2ZM13 22H11V18H13V22ZM22 11V13H18V11H22Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-display-brilliance-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDisplayBrillianceProposal",
          "declaration": {
            "name": "ObiDisplayBrillianceProposal",
            "module": "src/icons/icon-display-brilliance-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-display-brilliance-proposal",
          "declaration": {
            "name": "ObiDisplayBrillianceProposal",
            "module": "src/icons/icon-display-brilliance-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-diver.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDiver",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.20742 20.621C4.90959 21.014 4.34954 21.0913 3.95647 20.7935C3.56558 20.4973 3.48663 19.9414 3.77964 19.5482L5.69932 16.9717L6.6875 12.8471C6.75911 12.5177 6.90591 12.2242 7.12789 11.9664C7.34987 11.7086 7.63988 11.5224 7.99792 11.4078L16.1182 8.91589L17.9013 5.19945L20.5865 2.6001C21.9166 2.66298 22.5668 3.40835 22.7251 4.71718L18.9265 6.2306L18.1528 9.27836C18.0602 9.6431 18.0139 9.82547 17.9291 10.0033C17.858 10.1524 17.7519 10.3157 17.6447 10.4413C17.5167 10.5911 17.3806 10.6984 17.1084 10.913C16.2281 11.6069 14.7741 12.6905 13.5833 13.2768C11.7361 14.1862 8.55646 14.8665 8.55646 14.8665L7.28901 17.874L5.20742 20.621ZM3.55109 14.2005C3.06416 14.2005 2.63809 14.0251 2.2729 13.6742C1.9077 13.3233 1.7251 12.8973 1.7251 12.396C1.7251 11.8948 1.9077 11.4687 2.2729 11.1178C2.63809 10.7669 3.06416 10.5915 3.55109 10.5915C4.05234 10.5915 4.48199 10.7669 4.84003 11.1178C5.19807 11.4687 5.37708 11.8948 5.37708 12.396C5.37708 12.8973 5.19807 13.3233 4.84003 13.6742C4.48199 14.0251 4.05234 14.2005 3.55109 14.2005ZM8.5135 10.0974C8.16978 10.212 7.84039 10.1762 7.52531 9.99C7.21024 9.80382 7.00258 9.53171 6.90233 9.17368C6.80208 8.82996 6.83788 8.50056 7.00974 8.18549C7.1816 7.87042 7.44654 7.66276 7.80458 7.5625L11.1472 6.47139C11.4269 6.38009 11.5668 6.33444 11.6893 6.35575C11.7971 6.37449 11.8957 6.42802 11.9701 6.50815C12.0547 6.59932 12.0926 6.74147 12.1684 7.02577L12.4414 8.04952C12.5106 8.30882 12.5452 8.43846 12.5224 8.55254C12.5024 8.65295 12.4521 8.7448 12.3782 8.81568C12.2943 8.89622 12.1664 8.93684 11.9107 9.0181L8.5135 10.0974Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.20742 20.621C4.90959 21.014 4.34954 21.0913 3.95647 20.7935C3.56558 20.4973 3.48663 19.9414 3.77964 19.5482L5.69932 16.9717L6.6875 12.8471C6.75911 12.5177 6.90591 12.2242 7.12789 11.9664C7.34987 11.7086 7.63988 11.5224 7.99792 11.4078L16.1182 8.91589L17.9013 5.19945L20.5865 2.6001C21.9166 2.66298 22.5668 3.40835 22.7251 4.71718L18.9265 6.2306L18.1528 9.27836C18.0602 9.6431 18.0139 9.82547 17.9291 10.0033C17.858 10.1524 17.7519 10.3157 17.6447 10.4413C17.5167 10.5911 17.3806 10.6984 17.1084 10.913C16.2281 11.6069 14.7741 12.6905 13.5833 13.2768C11.7361 14.1862 8.55646 14.8665 8.55646 14.8665L7.28901 17.874L5.20742 20.621ZM3.55109 14.2005C3.06416 14.2005 2.63809 14.0251 2.2729 13.6742C1.9077 13.3233 1.7251 12.8973 1.7251 12.396C1.7251 11.8948 1.9077 11.4687 2.2729 11.1178C2.63809 10.7669 3.06416 10.5915 3.55109 10.5915C4.05234 10.5915 4.48199 10.7669 4.84003 11.1178C5.19807 11.4687 5.37708 11.8948 5.37708 12.396C5.37708 12.8973 5.19807 13.3233 4.84003 13.6742C4.48199 14.0251 4.05234 14.2005 3.55109 14.2005ZM8.5135 10.0974C8.16978 10.212 7.84039 10.1762 7.52531 9.99C7.21024 9.80382 7.00258 9.53171 6.90233 9.17368C6.80208 8.82996 6.83788 8.50056 7.00974 8.18549C7.1816 7.87042 7.44654 7.66276 7.80458 7.5625L11.1472 6.47139C11.4269 6.38009 11.5668 6.33444 11.6893 6.35575C11.7971 6.37449 11.8957 6.42802 11.9701 6.50815C12.0547 6.59932 12.0926 6.74147 12.1684 7.02577L12.4414 8.04952C12.5106 8.30882 12.5452 8.43846 12.5224 8.55254C12.5024 8.65295 12.4521 8.7448 12.3782 8.81568C12.2943 8.89622 12.1664 8.93684 11.9107 9.0181L8.5135 10.0974Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-diver",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDiver",
          "declaration": {
            "name": "ObiDiver",
            "module": "src/icons/icon-diver.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-diver",
          "declaration": {
            "name": "ObiDiver",
            "module": "src/icons/icon-diver.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-dock-bottom-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDockBottomGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 16V19H19V16H5ZM5 14H19V5H5V14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 16V19H19V16H5ZM5 14H19V5H5V14Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-dock-bottom-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDockBottomGoogle",
          "declaration": {
            "name": "ObiDockBottomGoogle",
            "module": "src/icons/icon-dock-bottom-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-dock-bottom-google",
          "declaration": {
            "name": "ObiDockBottomGoogle",
            "module": "src/icons/icon-dock-bottom-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-dock-left-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDockLeftGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM8 19V5H5V19H8ZM10 19H19V5H10V19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM8 19V5H5V19H8ZM10 19H19V5H10V19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-dock-left-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDockLeftGoogle",
          "declaration": {
            "name": "ObiDockLeftGoogle",
            "module": "src/icons/icon-dock-left-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-dock-left-google",
          "declaration": {
            "name": "ObiDockLeftGoogle",
            "module": "src/icons/icon-dock-left-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-dock-right-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDockRightGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM16 19H19V5H16V19ZM14 19V5H5V19H14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM16 19H19V5H16V19ZM14 19V5H5V19H14Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-dock-right-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDockRightGoogle",
          "declaration": {
            "name": "ObiDockRightGoogle",
            "module": "src/icons/icon-dock-right-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-dock-right-google",
          "declaration": {
            "name": "ObiDockRightGoogle",
            "module": "src/icons/icon-dock-right-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-down-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDownIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 13H5V11H19V13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 13H5V11H19V13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-down-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDownIec",
          "declaration": {
            "name": "ObiDownIec",
            "module": "src/icons/icon-down-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-down-iec",
          "declaration": {
            "name": "ObiDownIec",
            "module": "src/icons/icon-down-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-drop-down-double-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDropDownDoubleGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.9313 14C9.32548 14 9.02257 14 8.88231 14.1198C8.76061 14.2237 8.69602 14.3797 8.70858 14.5392C8.72305 14.7231 8.93724 14.9373 9.36561 15.3657L11.4342 17.4343C11.6323 17.6323 11.7313 17.7313 11.8454 17.7684C11.9458 17.801 12.054 17.801 12.1544 17.7684C12.2686 17.7313 12.3676 17.6323 12.5656 17.4343L14.6342 15.3657C15.0626 14.9373 15.2768 14.7231 15.2913 14.5392C15.3038 14.3797 15.2392 14.2237 15.1175 14.1198C14.9773 14 14.6744 14 14.0686 14H9.9313Z\" fill=\"currentColor\"/> <path d=\"M14.0686 9.99998C14.6744 9.99998 14.9773 9.99998 15.1175 9.88019C15.2392 9.77624 15.3038 9.62031 15.2913 9.46076C15.2768 9.27686 15.0626 9.06268 14.6342 8.6343L12.5656 6.56567C12.3676 6.36766 12.2686 6.26866 12.1544 6.23156C12.054 6.19894 11.9458 6.19894 11.8454 6.23156C11.7313 6.26866 11.6323 6.36766 11.4342 6.56567L9.36561 8.6343C8.93724 9.06268 8.72305 9.27686 8.70858 9.46075C8.69602 9.62031 8.76061 9.77624 8.88231 9.88019C9.02257 9.99998 9.32548 9.99998 9.9313 9.99998L14.0686 9.99998Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.9313 14C9.32548 14 9.02257 14 8.88231 14.1198C8.76061 14.2237 8.69602 14.3797 8.70858 14.5392C8.72305 14.7231 8.93724 14.9373 9.36561 15.3657L11.4342 17.4343C11.6323 17.6323 11.7313 17.7313 11.8454 17.7684C11.9458 17.801 12.054 17.801 12.1544 17.7684C12.2686 17.7313 12.3676 17.6323 12.5656 17.4343L14.6342 15.3657C15.0626 14.9373 15.2768 14.7231 15.2913 14.5392C15.3038 14.3797 15.2392 14.2237 15.1175 14.1198C14.9773 14 14.6744 14 14.0686 14H9.9313Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.0686 9.99998C14.6744 9.99998 14.9773 9.99998 15.1175 9.88019C15.2392 9.77624 15.3038 9.62031 15.2913 9.46076C15.2768 9.27686 15.0626 9.06268 14.6342 8.6343L12.5656 6.56567C12.3676 6.36766 12.2686 6.26866 12.1544 6.23156C12.054 6.19894 11.9458 6.19894 11.8454 6.23156C11.7313 6.26866 11.6323 6.36766 11.4342 6.56567L9.36561 8.6343C8.93724 9.06268 8.72305 9.27686 8.70858 9.46075C8.69602 9.62031 8.76061 9.77624 8.88231 9.88019C9.02257 9.99998 9.32548 9.99998 9.9313 9.99998L14.0686 9.99998Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-drop-down-double-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDropDownDoubleGoogle",
          "declaration": {
            "name": "ObiDropDownDoubleGoogle",
            "module": "src/icons/icon-drop-down-double-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-drop-down-double-google",
          "declaration": {
            "name": "ObiDropDownDoubleGoogle",
            "module": "src/icons/icon-drop-down-double-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-drop-down-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDropDownGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.9313 10C8.32548 10 8.02257 10 7.88231 10.1198C7.76061 10.2237 7.69602 10.3797 7.70858 10.5392C7.72305 10.7231 7.93724 10.9373 8.36561 11.3657L11.4342 14.4343C11.6323 14.6323 11.7313 14.7313 11.8454 14.7684C11.9458 14.8011 12.054 14.8011 12.1544 14.7684C12.2686 14.7313 12.3676 14.6323 12.5656 14.4343L15.6342 11.3657C16.0626 10.9373 16.2768 10.7231 16.2913 10.5392C16.3038 10.3797 16.2392 10.2237 16.1175 10.1198C15.9773 10 15.6744 10 15.0686 10H8.9313Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.9313 10C8.32548 10 8.02257 10 7.88231 10.1198C7.76061 10.2237 7.69602 10.3797 7.70858 10.5392C7.72305 10.7231 7.93724 10.9373 8.36561 11.3657L11.4342 14.4343C11.6323 14.6323 11.7313 14.7313 11.8454 14.7684C11.9458 14.8011 12.054 14.8011 12.1544 14.7684C12.2686 14.7313 12.3676 14.6323 12.5656 14.4343L15.6342 11.3657C16.0626 10.9373 16.2768 10.7231 16.2913 10.5392C16.3038 10.3797 16.2392 10.2237 16.1175 10.1198C15.9773 10 15.6744 10 15.0686 10H8.9313Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-drop-down-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDropDownGoogle",
          "declaration": {
            "name": "ObiDropDownGoogle",
            "module": "src/icons/icon-drop-down-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-drop-down-google",
          "declaration": {
            "name": "ObiDropDownGoogle",
            "module": "src/icons/icon-drop-down-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-duct-coming-from.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDuctComingFrom",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 5.99989L3.2971e-07 5.99989L-2.18636e-07 17.9999L9 17.9999L15.4 22.7999C16.0592 23.2943 17 22.8239 17 21.9999L17 1.99989C17 1.17585 16.0592 0.705467 15.4 1.19989L9 5.99989Z\" fill=\"currentColor\"/> <path d=\"M16 21.9999L16 1.99989L9.33333 6.99989L-6.99462e-07 6.99989L-7.43173e-07 5.99989L9 5.99989L15.4 1.19989C16.0592 0.705465 17 1.17585 17 1.99989L17 21.9999C17 22.8239 16.0592 23.2943 15.4 22.7999L9 17.9999L-2.18637e-07 17.9999L-2.62348e-07 16.9999L9.33333 16.9999L16 21.9999Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 5.99989L3.2971e-07 5.99989L-2.18636e-07 17.9999L9 17.9999L15.4 22.7999C16.0592 23.2943 17 22.8239 17 21.9999L17 1.99989C17 1.17585 16.0592 0.705467 15.4 1.19989L9 5.99989Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M16 21.9999L16 1.99989L9.33333 6.99989L-6.99462e-07 6.99989L-7.43173e-07 5.99989L9 5.99989L15.4 1.19989C16.0592 0.705465 17 1.17585 17 1.99989L17 21.9999C17 22.8239 16.0592 23.2943 15.4 22.7999L9 17.9999L-2.18637e-07 17.9999L-2.62348e-07 16.9999L9.33333 16.9999L16 21.9999Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-duct-coming-from",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDuctComingFrom",
          "declaration": {
            "name": "ObiDuctComingFrom",
            "module": "src/icons/icon-duct-coming-from.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-duct-coming-from",
          "declaration": {
            "name": "ObiDuctComingFrom",
            "module": "src/icons/icon-duct-coming-from.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-duct-corner.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDuctCorner",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 24C6 14.0589 14.0589 6 24 6V18C20.6863 18 18 20.6863 18 24H6Z\" fill=\"currentColor\"/> <path d=\"M23 7.02892C14.0766 7.54654 7 14.9469 7 24H6C6 14.3944 13.524 6.54619 23 6.02731C23.331 6.00918 23.6644 6 24 6V7C23.6 7 23.1667 7.01928 23 7.02892Z\" fill=\"currentColor\"/> <path d=\"M17 24C17 20.4735 19.6077 17.5561 23 17.0709C23.1667 17.0473 23.6 17 24 17V18C20.6863 18 18 20.6863 18 24H17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 24C6 14.0589 14.0589 6 24 6V18C20.6863 18 18 20.6863 18 24H6Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M23 7.02892C14.0766 7.54654 7 14.9469 7 24H6C6 14.3944 13.524 6.54619 23 6.02731C23.331 6.00918 23.6644 6 24 6V7C23.6 7 23.1667 7.01928 23 7.02892Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M17 24C17 20.4735 19.6077 17.5561 23 17.0709C23.1667 17.0473 23.6 17 24 17V18C20.6863 18 18 20.6863 18 24H17Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-duct-corner",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDuctCorner",
          "declaration": {
            "name": "ObiDuctCorner",
            "module": "src/icons/icon-duct-corner.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-duct-corner",
          "declaration": {
            "name": "ObiDuctCorner",
            "module": "src/icons/icon-duct-corner.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-duct-cross.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDuctCross",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 2.77893V0H6V2.77893C4.71535 3.61654 3.61654 4.71535 2.77893 6H0V18H2.77893C3.61654 19.2847 4.71535 20.3835 6 21.2211V24H18V21.2211C19.2847 20.3835 20.3835 19.2847 21.2211 18H24V6H21.2211C20.3835 4.71535 19.2847 3.61654 18 2.77893Z\" fill=\"currentColor\"/> <path d=\"M2.77893 6C3.61654 4.71535 4.71535 3.61654 6 2.77893V0H7V1V3.3207L6.54617 3.6166C5.37788 4.37835 4.37835 5.37788 3.6166 6.54617L3.3207 7H1H0V6H2.77893Z\" fill=\"currentColor\"/> <path d=\"M6 21.2211C4.71535 20.3835 3.61654 19.2847 2.77893 18H0V17H1H3.3207L3.6166 17.4538C4.37835 18.6221 5.37788 19.6217 6.54617 20.3834L7 20.6793V23V24H6V21.2211Z\" fill=\"currentColor\"/> <path d=\"M21.2211 18C20.3835 19.2847 19.2847 20.3835 18 21.2211V24H17V23V20.6793L17.4538 20.3834C18.6221 19.6217 19.6217 18.6221 20.3834 17.4538L20.6793 17H23H24V18H21.2211Z\" fill=\"currentColor\"/> <path d=\"M18 2.77893C19.2847 3.61654 20.3835 4.71535 21.2211 6H24V7H23H20.6793L20.3834 6.54617C19.6217 5.37788 18.6221 4.37835 17.4538 3.6166L17 3.3207V1V0H18V2.77893Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 2.77893V0H6V2.77893C4.71535 3.61654 3.61654 4.71535 2.77893 6H0V18H2.77893C3.61654 19.2847 4.71535 20.3835 6 21.2211V24H18V21.2211C19.2847 20.3835 20.3835 19.2847 21.2211 18H24V6H21.2211C20.3835 4.71535 19.2847 3.61654 18 2.77893Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M2.77893 6C3.61654 4.71535 4.71535 3.61654 6 2.77893V0H7V1V3.3207L6.54617 3.6166C5.37788 4.37835 4.37835 5.37788 3.6166 6.54617L3.3207 7H1H0V6H2.77893Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M6 21.2211C4.71535 20.3835 3.61654 19.2847 2.77893 18H0V17H1H3.3207L3.6166 17.4538C4.37835 18.6221 5.37788 19.6217 6.54617 20.3834L7 20.6793V23V24H6V21.2211Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M21.2211 18C20.3835 19.2847 19.2847 20.3835 18 21.2211V24H17V23V20.6793L17.4538 20.3834C18.6221 19.6217 19.6217 18.6221 20.3834 17.4538L20.6793 17H23H24V18H21.2211Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M18 2.77893C19.2847 3.61654 20.3835 4.71535 21.2211 6H24V7H23H20.6793L20.3834 6.54617C19.6217 5.37788 18.6221 4.37835 17.4538 3.6166L17 3.3207V1V0H18V2.77893Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-duct-cross",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDuctCross",
          "declaration": {
            "name": "ObiDuctCross",
            "module": "src/icons/icon-duct-cross.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-duct-cross",
          "declaration": {
            "name": "ObiDuctCross",
            "module": "src/icons/icon-duct-cross.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-duct-direction.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDuctDirection",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.99916 6H0V18H6.99857L12.99 12L6.99916 6Z\" fill=\"currentColor\"/> <path d=\"M12.6474 18H24V6H12.6474L18.6474 12L12.6474 18Z\" fill=\"currentColor\"/> <path d=\"M7.99713 17L6.99857 18H0V17H7.99713Z\" fill=\"currentColor\"/> <path d=\"M0 7H7.99764L6.99916 6H0V7Z\" fill=\"currentColor\"/> <path d=\"M24 17H13.6474L12.6474 18H24V17Z\" fill=\"currentColor\"/> <path d=\"M13.6474 7H24V6H12.6474L13.6474 7Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.48979 6L14.4807 12L8.48926 18H11.3107L17.3107 12L11.3107 6H8.48979Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.99916 6H0V18H6.99857L12.99 12L6.99916 6Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M12.6474 18H24V6H12.6474L18.6474 12L12.6474 18Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M7.99713 17L6.99857 18H0V17H7.99713Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M0 7H7.99764L6.99916 6H0V7Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M24 17H13.6474L12.6474 18H24V17Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M13.6474 7H24V6H12.6474L13.6474 7Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.48979 6L14.4807 12L8.48926 18H11.3107L17.3107 12L11.3107 6H8.48979Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-duct-direction",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDuctDirection",
          "declaration": {
            "name": "ObiDuctDirection",
            "module": "src/icons/icon-duct-direction.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-duct-direction",
          "declaration": {
            "name": "ObiDuctDirection",
            "module": "src/icons/icon-duct-direction.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-duct-end-point.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDuctEndPoint",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 6L6 1L18 1L18 23H6L6 18L0 18L5.24537e-07 6L6 6Z\" fill=\"currentColor\"/> <path d=\"M7 22H17L17 2L7 2V7L4.80825e-07 7L5.24537e-07 6L6 6L6 1L18 1V23H6L6 18L0 18L4.37112e-08 17L7 17L7 22Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 6L6 1L18 1L18 23H6L6 18L0 18L5.24537e-07 6L6 6Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M7 22H17L17 2L7 2V7L4.80825e-07 7L5.24537e-07 6L6 6L6 1L18 1V23H6L6 18L0 18L4.37112e-08 17L7 17L7 22Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-duct-end-point",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDuctEndPoint",
          "declaration": {
            "name": "ObiDuctEndPoint",
            "module": "src/icons/icon-duct-end-point.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-duct-end-point",
          "declaration": {
            "name": "ObiDuctEndPoint",
            "module": "src/icons/icon-duct-end-point.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-duct-going-to.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDuctGoingTo",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 17.9999L-2.1523e-07 17.9999L-7.39148e-07 6.0141L9 5.99994L9 2.07946C9 1.24115 9.96954 0.774913 10.6244 1.29833L23.133 11.2254C23.634 11.6259 23.6338 12.3879 23.1325 12.788L10.6239 22.7034C9.969 23.2263 9 22.76 9 21.922L9 17.9999Z\" fill=\"currentColor\"/> <path d=\"M9 21.922C9 22.76 9.969 23.2263 10.6239 22.7034L23.1325 12.788C23.6338 12.3879 23.634 11.6259 23.133 11.2254L10.6244 1.29833C9.96954 0.774913 9 1.24115 9 2.07946L9 5.99994L-7.3921e-07 6.01269L-6.95498e-07 7.0127L10 6.99854L10 2.07946L22.5086 12.0066L10 21.922L10 16.9999L-2.58941e-07 16.9999L-2.1523e-07 17.9999L9 17.9999L9 21.922Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 17.9999L-2.1523e-07 17.9999L-7.39148e-07 6.0141L9 5.99994L9 2.07946C9 1.24115 9.96954 0.774913 10.6244 1.29833L23.133 11.2254C23.634 11.6259 23.6338 12.3879 23.1325 12.788L10.6239 22.7034C9.969 23.2263 9 22.76 9 21.922L9 17.9999Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M9 21.922C9 22.76 9.969 23.2263 10.6239 22.7034L23.1325 12.788C23.6338 12.3879 23.634 11.6259 23.133 11.2254L10.6244 1.29833C9.96954 0.774913 9 1.24115 9 2.07946L9 5.99994L-7.3921e-07 6.01269L-6.95498e-07 7.0127L10 6.99854L10 2.07946L22.5086 12.0066L10 21.922L10 16.9999L-2.58941e-07 16.9999L-2.1523e-07 17.9999L9 17.9999L9 21.922Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-duct-going-to",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDuctGoingTo",
          "declaration": {
            "name": "ObiDuctGoingTo",
            "module": "src/icons/icon-duct-going-to.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-duct-going-to",
          "declaration": {
            "name": "ObiDuctGoingTo",
            "module": "src/icons/icon-duct-going-to.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-duct-overlap.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDuctOverlap",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 0H6V24H18V0Z\" fill=\"currentColor\"/> <path d=\"M0 6H4V18H0V6Z\" fill=\"currentColor\"/> <path d=\"M20 6H24V18H20V6Z\" fill=\"currentColor\"/> <path d=\"M7 24V0H6V24H7Z\" fill=\"currentColor\"/> <path d=\"M17 0V24H18V0H17Z\" fill=\"currentColor\"/> <path d=\"M4 7H0V6H4V7Z\" fill=\"currentColor\"/> <path d=\"M0 17H4V18H0V17Z\" fill=\"currentColor\"/> <path d=\"M24 7H20V6H24V7Z\" fill=\"currentColor\"/> <path d=\"M20 17H24V18H20V17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 0H6V24H18V0Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M0 6H4V18H0V6Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M20 6H24V18H20V6Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M7 24V0H6V24H7Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M17 0V24H18V0H17Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M4 7H0V6H4V7Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M0 17H4V18H0V17Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M24 7H20V6H24V7Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M20 17H24V18H20V17Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-duct-overlap",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDuctOverlap",
          "declaration": {
            "name": "ObiDuctOverlap",
            "module": "src/icons/icon-duct-overlap.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-duct-overlap",
          "declaration": {
            "name": "ObiDuctOverlap",
            "module": "src/icons/icon-duct-overlap.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-duct-straight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDuctStraight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 6H24V18H0V6Z\" fill=\"currentColor\"/> <path d=\"M24 7H0V6H24V7Z\" fill=\"currentColor\"/> <path d=\"M0 17H24V18H0V17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 6H24V18H0V6Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M24 7H0V6H24V7Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M0 17H24V18H0V17Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-duct-straight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDuctStraight",
          "declaration": {
            "name": "ObiDuctStraight",
            "module": "src/icons/icon-duct-straight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-duct-straight",
          "declaration": {
            "name": "ObiDuctStraight",
            "module": "src/icons/icon-duct-straight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-duct-threeway.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDuctThreeway",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M24 6H0V18H6V24H18V18H24V6Z\" fill=\"currentColor\"/> <path d=\"M24 7H0V6H24V7Z\" fill=\"currentColor\"/> <path d=\"M6 18H0V17H7V24H6V18Z\" fill=\"currentColor\"/> <path d=\"M18 18V24H17V17H24V18H18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M24 6H0V18H6V24H18V18H24V6Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M24 7H0V6H24V7Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M6 18H0V17H7V24H6V18Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M18 18V24H17V17H24V18H18Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-duct-threeway",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDuctThreeway",
          "declaration": {
            "name": "ObiDuctThreeway",
            "module": "src/icons/icon-duct-threeway.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-duct-threeway",
          "declaration": {
            "name": "ObiDuctThreeway",
            "module": "src/icons/icon-duct-threeway.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-duty.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDuty",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 21H10V3H14V21Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 21H10V3H14V21Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-duty",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDuty",
          "declaration": {
            "name": "ObiDuty",
            "module": "src/icons/icon-duty.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-duty",
          "declaration": {
            "name": "ObiDuty",
            "module": "src/icons/icon-duty.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-dynamic-positioning.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiDynamicPositioning",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.7633 18.3164L21.6616 18.6651C21.8823 18.2934 22 17.9029 22 17.4999C22 17.097 21.8823 16.7064 21.6616 16.3348L18.7633 16.6835C18.9171 16.9424 19 17.2158 19 17.4999C19 17.7841 18.9171 18.0575 18.7633 18.3164Z\" fill=\"currentColor\"/> <path d=\"M18.065 15.9257L20.6617 15.2496C19.7837 14.5667 18.5183 13.9973 17.0008 13.6022L15.4984 14.7707C16.5617 15.0475 17.4498 15.4472 18.065 15.9257Z\" fill=\"currentColor\"/> <path d=\"M8.50162 14.7707L6.9992 13.6022C5.48168 13.9973 4.21631 14.5667 3.33828 15.2496L5.93496 15.9257C6.55021 15.4472 7.43827 15.0475 8.50162 14.7707Z\" fill=\"currentColor\"/> <path d=\"M2 17.4999C2 17.097 2.11768 16.7065 2.33843 16.3348L5.23667 16.6835C5.08287 16.9424 5 17.2158 5 17.4999C5 17.7841 5.08287 18.0575 5.23667 18.3164L2.33843 18.6651C2.11768 18.2934 2 17.9029 2 17.4999Z\" fill=\"currentColor\"/> <path d=\"M5.93496 19.0742L3.33828 19.7503C4.21631 20.4332 5.48168 21.0026 6.9992 21.3977L8.50162 20.2292C7.43827 19.9524 6.55021 19.5527 5.93496 19.0742Z\" fill=\"currentColor\"/> <path d=\"M10.1856 20.5434L9.41087 21.8477C10.2367 21.947 11.1046 21.9999 12 21.9999C12.8954 21.9999 13.7633 21.947 14.5891 21.8477L13.8144 20.5434C13.239 20.6127 12.6315 20.6499 12 20.6499C11.3685 20.6499 10.761 20.6127 10.1856 20.5434Z\" fill=\"currentColor\"/> <path d=\"M15.4984 20.2292L17.0008 21.3977C18.5183 21.0026 19.7837 20.4332 20.6617 19.7503L18.065 19.0742C17.4498 19.5527 16.5617 19.9524 15.4984 20.2292Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1.49963C8.68286 1.49963 6 4.08997 6 7.29275C6 11.6376 12 17.4996 12 17.4996C12 17.4996 18 11.6376 18 7.29275C18 4.08997 15.3171 1.49963 12 1.49963ZM12.0376 9.57483C13.1629 9.57483 14.0752 8.66257 14.0752 7.53723C14.0752 6.4119 13.1629 5.49963 12.0376 5.49963C10.9123 5.49963 10 6.4119 10 7.53723C10 8.66257 10.9123 9.57483 12.0376 9.57483Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.7633 18.3164L21.6616 18.6651C21.8823 18.2934 22 17.9029 22 17.4999C22 17.097 21.8823 16.7064 21.6616 16.3348L18.7633 16.6835C18.9171 16.9424 19 17.2158 19 17.4999C19 17.7841 18.9171 18.0575 18.7633 18.3164Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.065 15.9257L20.6617 15.2496C19.7837 14.5667 18.5183 13.9973 17.0008 13.6022L15.4984 14.7707C16.5617 15.0475 17.4498 15.4472 18.065 15.9257Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.50162 14.7707L6.9992 13.6022C5.48168 13.9973 4.21631 14.5667 3.33828 15.2496L5.93496 15.9257C6.55021 15.4472 7.43827 15.0475 8.50162 14.7707Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 17.4999C2 17.097 2.11768 16.7065 2.33843 16.3348L5.23667 16.6835C5.08287 16.9424 5 17.2158 5 17.4999C5 17.7841 5.08287 18.0575 5.23667 18.3164L2.33843 18.6651C2.11768 18.2934 2 17.9029 2 17.4999Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.93496 19.0742L3.33828 19.7503C4.21631 20.4332 5.48168 21.0026 6.9992 21.3977L8.50162 20.2292C7.43827 19.9524 6.55021 19.5527 5.93496 19.0742Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.1856 20.5434L9.41087 21.8477C10.2367 21.947 11.1046 21.9999 12 21.9999C12.8954 21.9999 13.7633 21.947 14.5891 21.8477L13.8144 20.5434C13.239 20.6127 12.6315 20.6499 12 20.6499C11.3685 20.6499 10.761 20.6127 10.1856 20.5434Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.4984 20.2292L17.0008 21.3977C18.5183 21.0026 19.7837 20.4332 20.6617 19.7503L18.065 19.0742C17.4498 19.5527 16.5617 19.9524 15.4984 20.2292Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1.49963C8.68286 1.49963 6 4.08997 6 7.29275C6 11.6376 12 17.4996 12 17.4996C12 17.4996 18 11.6376 18 7.29275C18 4.08997 15.3171 1.49963 12 1.49963ZM12.0376 9.57483C13.1629 9.57483 14.0752 8.66257 14.0752 7.53723C14.0752 6.4119 13.1629 5.49963 12.0376 5.49963C10.9123 5.49963 10 6.4119 10 7.53723C10 8.66257 10.9123 9.57483 12.0376 9.57483Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-dynamic-positioning",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiDynamicPositioning",
          "declaration": {
            "name": "ObiDynamicPositioning",
            "module": "src/icons/icon-dynamic-positioning.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-dynamic-positioning",
          "declaration": {
            "name": "ObiDynamicPositioning",
            "module": "src/icons/icon-dynamic-positioning.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ecdis-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiEcdisIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.36111 18.675L15.6667 21L21.2778 19.2C21.4815 19.1333 21.6528 19.0333 21.7917 18.9C21.9306 18.7667 22 18.6083 22 18.425V4.3C22 3.96667 21.8472 3.72083 21.5417 3.5625C21.2361 3.40417 20.9259 3.39167 20.6111 3.525L15.6667 5.3L8.36111 3L2.75 4.775C2.52778 4.85833 2.34722 4.98333 2.20833 5.15C2.06944 5.31667 2 5.50833 2 5.725V19.675C2 20.0083 2.15278 20.2583 2.45833 20.425C2.76389 20.5917 3.07407 20.6 3.38889 20.45L8.36111 18.675ZM20.3333 17.95L16.3889 19.125V14.3125L14.7222 16V19.125L8.36111 17.2077L3.66667 18.825V6.025L7.61111 4.85V8L9.27778 9V4.85L15.6667 6.72553L20.3333 5.15V17.95Z\" fill=\"currentColor\"/> <path d=\"M9.07925 12.5861L9.06638 12.5819L5.8308 11.5001L5 13.9851L8.24097 15.0687L8.24841 15.0712L8.25585 15.0737C8.25853 15.0745 8.26119 15.0754 8.26385 15.0764C8.26777 15.0777 8.27169 15.0791 8.27565 15.0803C8.86531 15.2618 9.55572 14.9749 10.2239 14.3502C10.0658 13.4493 9.68673 12.8049 9.10645 12.5953C9.10372 12.5943 9.10096 12.5934 9.0982 12.5925L9.09208 12.5905L9.07925 12.5861Z\" fill=\"currentColor\"/> <path d=\"M18.9999 9.5C18.9999 10.3284 18.3284 11 17.4999 11C16.6715 11 15.9999 10.3284 15.9999 9.5C15.9999 8.67157 16.6715 8 17.4999 8C18.3284 8 18.9999 8.67157 18.9999 9.5ZM17.0026 9.5C17.0026 9.77469 17.2253 9.99736 17.4999 9.99736C17.7746 9.99736 17.9973 9.77469 17.9973 9.5C17.9973 9.22531 17.7746 9.00264 17.4999 9.00264C17.2253 9.00264 17.0026 9.22531 17.0026 9.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.8007 11.3447L15.0948 11.8938L14.5169 11.1508L15.2229 10.6017L15.8007 11.3447ZM14.3888 12.4428L12.977 13.541L12.3991 12.798L13.811 11.6998L14.3888 12.4428ZM12.271 14.09L11.5651 14.6391L10.9872 13.8961L11.6931 13.347L12.271 14.09Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.36111 18.675L15.6667 21L21.2778 19.2C21.4815 19.1333 21.6528 19.0333 21.7917 18.9C21.9306 18.7667 22 18.6083 22 18.425V4.3C22 3.96667 21.8472 3.72083 21.5417 3.5625C21.2361 3.40417 20.9259 3.39167 20.6111 3.525L15.6667 5.3L8.36111 3L2.75 4.775C2.52778 4.85833 2.34722 4.98333 2.20833 5.15C2.06944 5.31667 2 5.50833 2 5.725V19.675C2 20.0083 2.15278 20.2583 2.45833 20.425C2.76389 20.5917 3.07407 20.6 3.38889 20.45L8.36111 18.675ZM20.3333 17.95L16.3889 19.125V14.3125L14.7222 16V19.125L8.36111 17.2077L3.66667 18.825V6.025L7.61111 4.85V8L9.27778 9V4.85L15.6667 6.72553L20.3333 5.15V17.95Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.07925 12.5861L9.06638 12.5819L5.8308 11.5001L5 13.9851L8.24097 15.0687L8.24841 15.0712L8.25585 15.0737C8.25853 15.0745 8.26119 15.0754 8.26385 15.0764C8.26777 15.0777 8.27169 15.0791 8.27565 15.0803C8.86531 15.2618 9.55572 14.9749 10.2239 14.3502C10.0658 13.4493 9.68673 12.8049 9.10645 12.5953C9.10372 12.5943 9.10096 12.5934 9.0982 12.5925L9.09208 12.5905L9.07925 12.5861Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.9999 9.5C18.9999 10.3284 18.3284 11 17.4999 11C16.6715 11 15.9999 10.3284 15.9999 9.5C15.9999 8.67157 16.6715 8 17.4999 8C18.3284 8 18.9999 8.67157 18.9999 9.5ZM17.0026 9.5C17.0026 9.77469 17.2253 9.99736 17.4999 9.99736C17.7746 9.99736 17.9973 9.77469 17.9973 9.5C17.9973 9.22531 17.7746 9.00264 17.4999 9.00264C17.2253 9.00264 17.0026 9.22531 17.0026 9.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.8007 11.3447L15.0948 11.8938L14.5169 11.1508L15.2229 10.6017L15.8007 11.3447ZM14.3888 12.4428L12.977 13.541L12.3991 12.798L13.811 11.6998L14.3888 12.4428ZM12.271 14.09L11.5651 14.6391L10.9872 13.8961L11.6931 13.347L12.271 14.09Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ecdis-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiEcdisIec",
          "declaration": {
            "name": "ObiEcdisIec",
            "module": "src/icons/icon-ecdis-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ecdis-iec",
          "declaration": {
            "name": "ObiEcdisIec",
            "module": "src/icons/icon-ecdis-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ecdis-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiEcdisProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.36111 18.675L15.6667 21L21.2778 19.2C21.4815 19.1333 21.6528 19.0333 21.7917 18.9C21.9306 18.7667 22 18.6083 22 18.425V4.3C22 3.96667 21.8472 3.72083 21.5417 3.5625C21.2361 3.40417 20.9259 3.39167 20.6111 3.525L15.6667 5.3L8.36111 3L2.75 4.775C2.52778 4.85833 2.34722 4.98333 2.20833 5.15C2.06944 5.31667 2 5.50833 2 5.725V19.675C2 20.0083 2.15278 20.2583 2.45833 20.425C2.76389 20.5917 3.07407 20.6 3.38889 20.45L8.36111 18.675ZM20.3333 17.95L16.3889 19.125V14.3125L14.7222 15V19.125L8.36111 17.2077L3.66667 18.825V6.025L7.61111 4.85V9.5L9.27778 8.77641V4.85L15.6667 6.72553L20.3333 5.15V17.95Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.7895 9.88015C15.9703 9.54403 15.026 9.51746 14.1434 9.87617L7.04076 12.7631L7.79383 14.6159L14.8965 11.729C15.7791 11.3703 16.4371 10.6924 16.7895 9.88015ZM15.4614 13.1186C17.1758 12.4217 18.2942 10.8818 18.5323 9.17177C17.1687 8.11278 15.2931 7.78971 13.5786 8.48657L5.08635 11.9383L6.96904 16.5703L15.4614 13.1186Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.36111 18.675L15.6667 21L21.2778 19.2C21.4815 19.1333 21.6528 19.0333 21.7917 18.9C21.9306 18.7667 22 18.6083 22 18.425V4.3C22 3.96667 21.8472 3.72083 21.5417 3.5625C21.2361 3.40417 20.9259 3.39167 20.6111 3.525L15.6667 5.3L8.36111 3L2.75 4.775C2.52778 4.85833 2.34722 4.98333 2.20833 5.15C2.06944 5.31667 2 5.50833 2 5.725V19.675C2 20.0083 2.15278 20.2583 2.45833 20.425C2.76389 20.5917 3.07407 20.6 3.38889 20.45L8.36111 18.675ZM20.3333 17.95L16.3889 19.125V14.3125L14.7222 15V19.125L8.36111 17.2077L3.66667 18.825V6.025L7.61111 4.85V9.5L9.27778 8.77641V4.85L15.6667 6.72553L20.3333 5.15V17.95Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.7895 9.88015C15.9703 9.54403 15.026 9.51746 14.1434 9.87617L7.04076 12.7631L7.79383 14.6159L14.8965 11.729C15.7791 11.3703 16.4371 10.6924 16.7895 9.88015ZM15.4614 13.1186C17.1758 12.4217 18.2942 10.8818 18.5323 9.17177C17.1687 8.11278 15.2931 7.78971 13.5786 8.48657L5.08635 11.9383L6.96904 16.5703L15.4614 13.1186Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ecdis-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiEcdisProposal",
          "declaration": {
            "name": "ObiEcdisProposal",
            "module": "src/icons/icon-ecdis-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ecdis-proposal",
          "declaration": {
            "name": "ObiEcdisProposal",
            "module": "src/icons/icon-ecdis-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-eco.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiEco",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 18C13.6667 18 15.075 17.4167 16.225 16.25C17.375 15.0833 17.9667 13.6667 18 12V6H12C10.3333 6.03333 8.91667 6.625 7.75 7.775C6.58333 8.925 6 10.3333 6 12C6 13.6667 6.58333 15.0833 7.75 16.25C8.91667 17.4167 10.3333 18 12 18ZM10.825 16.325L15.425 12.225C15.575 12.0917 15.6167 11.9333 15.55 11.75C15.4833 11.5667 15.35 11.4583 15.15 11.425L11.55 11.075L13.7 8.1C13.75 8.01667 13.7792 7.9375 13.7875 7.8625C13.7958 7.7875 13.7667 7.71667 13.7 7.65C13.6333 7.56667 13.55 7.52917 13.45 7.5375C13.35 7.54583 13.2583 7.58333 13.175 7.65L8.6 11.75C8.45 11.8833 8.40833 12.0417 8.475 12.225C8.54167 12.4083 8.675 12.5167 8.875 12.55L12.475 12.9L10.3 15.875C10.25 15.9583 10.225 16.0375 10.225 16.1125C10.225 16.1875 10.2583 16.2583 10.325 16.325C10.3917 16.3917 10.4708 16.425 10.5625 16.425C10.6542 16.425 10.7417 16.3917 10.825 16.325ZM12 20C11.0667 20 10.1875 19.8542 9.3625 19.5625C8.5375 19.2708 7.78333 18.8583 7.1 18.325L5.725 19.7C5.625 19.8 5.5125 19.875 5.3875 19.925C5.2625 19.975 5.13333 20 5 20C4.71667 20 4.47917 19.9042 4.2875 19.7125C4.09583 19.5208 4 19.2833 4 19C4 18.8667 4.025 18.7375 4.075 18.6125C4.125 18.4875 4.2 18.375 4.3 18.275L5.675 16.9C5.14167 16.2167 4.72917 15.4625 4.4375 14.6375C4.14583 13.8125 4 12.9333 4 12C4 9.76667 4.775 7.875 6.325 6.325C7.875 4.775 9.76667 4 12 4H20V12C20 14.2333 19.225 16.125 17.675 17.675C16.125 19.225 14.2333 20 12 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 18C13.6667 18 15.075 17.4167 16.225 16.25C17.375 15.0833 17.9667 13.6667 18 12V6H12C10.3333 6.03333 8.91667 6.625 7.75 7.775C6.58333 8.925 6 10.3333 6 12C6 13.6667 6.58333 15.0833 7.75 16.25C8.91667 17.4167 10.3333 18 12 18ZM10.825 16.325L15.425 12.225C15.575 12.0917 15.6167 11.9333 15.55 11.75C15.4833 11.5667 15.35 11.4583 15.15 11.425L11.55 11.075L13.7 8.1C13.75 8.01667 13.7792 7.9375 13.7875 7.8625C13.7958 7.7875 13.7667 7.71667 13.7 7.65C13.6333 7.56667 13.55 7.52917 13.45 7.5375C13.35 7.54583 13.2583 7.58333 13.175 7.65L8.6 11.75C8.45 11.8833 8.40833 12.0417 8.475 12.225C8.54167 12.4083 8.675 12.5167 8.875 12.55L12.475 12.9L10.3 15.875C10.25 15.9583 10.225 16.0375 10.225 16.1125C10.225 16.1875 10.2583 16.2583 10.325 16.325C10.3917 16.3917 10.4708 16.425 10.5625 16.425C10.6542 16.425 10.7417 16.3917 10.825 16.325ZM12 20C11.0667 20 10.1875 19.8542 9.3625 19.5625C8.5375 19.2708 7.78333 18.8583 7.1 18.325L5.725 19.7C5.625 19.8 5.5125 19.875 5.3875 19.925C5.2625 19.975 5.13333 20 5 20C4.71667 20 4.47917 19.9042 4.2875 19.7125C4.09583 19.5208 4 19.2833 4 19C4 18.8667 4.025 18.7375 4.075 18.6125C4.125 18.4875 4.2 18.375 4.3 18.275L5.675 16.9C5.14167 16.2167 4.72917 15.4625 4.4375 14.6375C4.14583 13.8125 4 12.9333 4 12C4 9.76667 4.775 7.875 6.325 6.325C7.875 4.775 9.76667 4 12 4H20V12C20 14.2333 19.225 16.125 17.675 17.675C16.125 19.225 14.2333 20 12 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-eco",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiEco",
          "declaration": {
            "name": "ObiEco",
            "module": "src/icons/icon-eco.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-eco",
          "declaration": {
            "name": "ObiEco",
            "module": "src/icons/icon-eco.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-edit-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiEditGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 19H6.425L16.2 9.225L14.775 7.8L5 17.575V19ZM3 21V16.75L16.2 3.575C16.4 3.39167 16.6208 3.25 16.8625 3.15C17.1042 3.05 17.3583 3 17.625 3C17.8917 3 18.15 3.05 18.4 3.15C18.65 3.25 18.8667 3.4 19.05 3.6L20.425 5C20.625 5.18333 20.7708 5.4 20.8625 5.65C20.9542 5.9 21 6.15 21 6.4C21 6.66667 20.9542 6.92083 20.8625 7.1625C20.7708 7.40417 20.625 7.625 20.425 7.825L7.25 21H3ZM15.475 8.525L14.775 7.8L16.2 9.225L15.475 8.525Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 19H6.425L16.2 9.225L14.775 7.8L5 17.575V19ZM3 21V16.75L16.2 3.575C16.4 3.39167 16.6208 3.25 16.8625 3.15C17.1042 3.05 17.3583 3 17.625 3C17.8917 3 18.15 3.05 18.4 3.15C18.65 3.25 18.8667 3.4 19.05 3.6L20.425 5C20.625 5.18333 20.7708 5.4 20.8625 5.65C20.9542 5.9 21 6.15 21 6.4C21 6.66667 20.9542 6.92083 20.8625 7.1625C20.7708 7.40417 20.625 7.625 20.425 7.825L7.25 21H3ZM15.475 8.525L14.775 7.8L16.2 9.225L15.475 8.525Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-edit-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiEditGoogle",
          "declaration": {
            "name": "ObiEditGoogle",
            "module": "src/icons/icon-edit-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-edit-google",
          "declaration": {
            "name": "ObiEditGoogle",
            "module": "src/icons/icon-edit-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-electrical-clock-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiElectricalClockOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5V11H7C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13L12 13C12.5523 13 13 12.5523 13 12V5Z\" fill=\"currentColor\"/> <path d=\"M12 4C12.5523 4 13 4.44772 13 5V12C13 12.5523 12.5523 13 12 13L7 13C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H11V5C11 4.44772 11.4477 4 12 4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5V11H7C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13L12 13C12.5523 13 13 12.5523 13 12V5Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M12 4C12.5523 4 13 4.44772 13 5V12C13 12.5523 12.5523 13 12 13L7 13C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H11V5C11 4.44772 11.4477 4 12 4Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-electrical-clock-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiElectricalClockOff",
          "declaration": {
            "name": "ObiElectricalClockOff",
            "module": "src/icons/icon-electrical-clock-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-electrical-clock-off",
          "declaration": {
            "name": "ObiElectricalClockOff",
            "module": "src/icons/icon-electrical-clock-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-electrical-clock-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiElectricalClockOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5V11H7C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13L12 13C12.5523 13 13 12.5523 13 12V5Z\" fill=\"currentColor\"/> <path d=\"M12 4C12.5523 4 13 4.44772 13 5V12C13 12.5523 12.5523 13 12 13L7 13C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H11V5C11 4.44772 11.4477 4 12 4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5V11H7C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13L12 13C12.5523 13 13 12.5523 13 12V5Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M12 4C12.5523 4 13 4.44772 13 5V12C13 12.5523 12.5523 13 12 13L7 13C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H11V5C11 4.44772 11.4477 4 12 4Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-electrical-clock-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiElectricalClockOn",
          "declaration": {
            "name": "ObiElectricalClockOn",
            "module": "src/icons/icon-electrical-clock-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-electrical-clock-on",
          "declaration": {
            "name": "ObiElectricalClockOn",
            "module": "src/icons/icon-electrical-clock-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-electrical-clock.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiElectricalClock",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 4C12.5523 4 13 4.44772 13 5V12C13 12.5523 12.5523 13 12 13L7 13C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H11V5C11 4.44772 11.4477 4 12 4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 4C12.5523 4 13 4.44772 13 5V12C13 12.5523 12.5523 13 12 13L7 13C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H11V5C11 4.44772 11.4477 4 12 4Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-electrical-clock",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiElectricalClock",
          "declaration": {
            "name": "ObiElectricalClock",
            "module": "src/icons/icon-electrical-clock.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-electrical-clock",
          "declaration": {
            "name": "ObiElectricalClock",
            "module": "src/icons/icon-electrical-clock.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-energy-ammonia.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiEnergyAmmonia",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5574 15.9605L14.1814 18.0005H16.1374L13.1014 9.39648H10.8814L7.85742 18.0005H9.81342L10.4374 15.9605H13.5574ZM12.3454 11.9285C12.4094 12.1365 12.4614 12.3085 12.5014 12.4445L13.1254 14.4365H10.8934L11.5054 12.4445C11.5374 12.3565 11.5814 12.2085 11.6374 12.0005C11.7014 11.7845 11.7654 11.5605 11.8294 11.3285C11.9014 11.0885 11.9574 10.8885 11.9974 10.7285C12.0374 10.8885 12.0894 11.0765 12.1534 11.2925C12.2174 11.5085 12.2814 11.7205 12.3454 11.9285Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0625 7.42632L12 1L4.9375 7.42632C4 8.27544 3.27604 9.25483 2.76562 10.3645C2.25521 11.4741 2 12.6368 2 13.8526C2 16.4 2.97396 18.5614 4.92188 20.3368C6.86979 22.1123 9.22917 23 12 23C14.7708 23 17.1302 22.1123 19.0781 20.3368C21.026 18.5614 22 16.4 22 13.8526C22 12.6368 21.7448 11.4741 21.2344 10.3645C20.724 9.25483 20 8.27544 19.0625 7.42632ZM4.58262 11.2003C4.97615 10.3447 5.53549 9.5831 6.28012 8.90867L12 3.70404L17.7165 8.90559L17.7199 8.90867C18.4645 9.5831 19.0238 10.3447 19.4174 11.2003C19.8078 12.049 20 12.9268 20 13.8526C20 15.8157 19.2793 17.4473 17.7309 18.8587C16.1715 20.28 14.3005 21 12 21C9.69954 21 7.82846 20.28 6.26913 18.8587C4.72067 17.4473 4 15.8157 4 13.8526C4 12.9268 4.1922 12.049 4.58262 11.2003Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5574 15.9605L14.1814 18.0005H16.1374L13.1014 9.39648H10.8814L7.85742 18.0005H9.81342L10.4374 15.9605H13.5574ZM12.3454 11.9285C12.4094 12.1365 12.4614 12.3085 12.5014 12.4445L13.1254 14.4365H10.8934L11.5054 12.4445C11.5374 12.3565 11.5814 12.2085 11.6374 12.0005C11.7014 11.7845 11.7654 11.5605 11.8294 11.3285C11.9014 11.0885 11.9574 10.8885 11.9974 10.7285C12.0374 10.8885 12.0894 11.0765 12.1534 11.2925C12.2174 11.5085 12.2814 11.7205 12.3454 11.9285Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0625 7.42632L12 1L4.9375 7.42632C4 8.27544 3.27604 9.25483 2.76562 10.3645C2.25521 11.4741 2 12.6368 2 13.8526C2 16.4 2.97396 18.5614 4.92188 20.3368C6.86979 22.1123 9.22917 23 12 23C14.7708 23 17.1302 22.1123 19.0781 20.3368C21.026 18.5614 22 16.4 22 13.8526C22 12.6368 21.7448 11.4741 21.2344 10.3645C20.724 9.25483 20 8.27544 19.0625 7.42632ZM4.58262 11.2003C4.97615 10.3447 5.53549 9.5831 6.28012 8.90867L12 3.70404L17.7165 8.90559L17.7199 8.90867C18.4645 9.5831 19.0238 10.3447 19.4174 11.2003C19.8078 12.049 20 12.9268 20 13.8526C20 15.8157 19.2793 17.4473 17.7309 18.8587C16.1715 20.28 14.3005 21 12 21C9.69954 21 7.82846 20.28 6.26913 18.8587C4.72067 17.4473 4 15.8157 4 13.8526C4 12.9268 4.1922 12.049 4.58262 11.2003Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-energy-ammonia",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiEnergyAmmonia",
          "declaration": {
            "name": "ObiEnergyAmmonia",
            "module": "src/icons/icon-energy-ammonia.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-energy-ammonia",
          "declaration": {
            "name": "ObiEnergyAmmonia",
            "module": "src/icons/icon-energy-ammonia.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-energy-battery.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiEnergyBattery",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.9472 18.1056C11.7113 18.5775 11 18.4096 11 17.882V14H9L12.0528 7.89443C12.2887 7.42252 13 7.59042 13 8.11803V12H15L11.9472 18.1056Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 3C10 2.44772 10.4477 2 11 2H13C13.5523 2 14 2.44772 14 3V4H17C18.1046 4 19 4.89543 19 6V20C19 21.1046 18.1046 22 17 22H7C5.89543 22 5 21.1046 5 20V6C5 4.89543 5.89543 4 7 4H10V3ZM17 6H7V20H17V6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.9472 18.1056C11.7113 18.5775 11 18.4096 11 17.882V14H9L12.0528 7.89443C12.2887 7.42252 13 7.59042 13 8.11803V12H15L11.9472 18.1056Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 3C10 2.44772 10.4477 2 11 2H13C13.5523 2 14 2.44772 14 3V4H17C18.1046 4 19 4.89543 19 6V20C19 21.1046 18.1046 22 17 22H7C5.89543 22 5 21.1046 5 20V6C5 4.89543 5.89543 4 7 4H10V3ZM17 6H7V20H17V6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-energy-battery",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiEnergyBattery",
          "declaration": {
            "name": "ObiEnergyBattery",
            "module": "src/icons/icon-energy-battery.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-energy-battery",
          "declaration": {
            "name": "ObiEnergyBattery",
            "module": "src/icons/icon-energy-battery.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-energy-diesel.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiEnergyDiesel",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.1905 16.0436C15.5585 15.3956 15.7425 14.5916 15.7425 13.6316C15.7425 12.7116 15.5585 11.9436 15.1905 11.3276C14.8306 10.7036 14.3186 10.2316 13.6546 9.91164C12.9986 9.59164 12.2226 9.43164 11.3265 9.43164H8.63855V17.9996H11.0625C12.0465 17.9996 12.8865 17.8356 13.5826 17.5076C14.2866 17.1796 14.8225 16.6916 15.1905 16.0436ZM13.5826 12.1196C13.7666 12.5276 13.8586 13.0476 13.8586 13.6796C13.8586 14.6156 13.6425 15.3196 13.2106 15.7916C12.7786 16.2636 12.1186 16.4996 11.2305 16.4996H10.4506V10.9196H11.4226C11.9506 10.9196 12.3946 11.0196 12.7545 11.2196C13.1226 11.4116 13.3986 11.7116 13.5826 12.1196Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.9375 7.42632L12 1L19.0625 7.42632C20 8.27544 20.724 9.25483 21.2344 10.3645C21.7448 11.4741 22 12.6368 22 13.8526C22 16.4 21.026 18.5614 19.0781 20.3368C17.1302 22.1123 14.7708 23 12 23C9.22917 23 6.86979 22.1123 4.92188 20.3368C2.97396 18.5614 2 16.4 2 13.8526C2 12.6368 2.25521 11.4741 2.76562 10.3645C3.27604 9.25483 4 8.27544 4.9375 7.42632ZM4.58262 11.2003C4.97615 10.3447 5.5355 9.58311 6.28012 8.90868L12 3.70404L17.7165 8.90559L17.7199 8.90867C18.4645 9.5831 19.0238 10.3447 19.4174 11.2003C19.8078 12.049 20 12.9268 20 13.8526C20 15.8157 19.2793 17.4473 17.7309 18.8587C16.1715 20.28 14.3005 21 12 21C9.69954 21 7.82846 20.28 6.26913 18.8587C4.72067 17.4473 4 15.8157 4 13.8526C4 12.9268 4.1922 12.049 4.58262 11.2003Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.1905 16.0436C15.5585 15.3956 15.7425 14.5916 15.7425 13.6316C15.7425 12.7116 15.5585 11.9436 15.1905 11.3276C14.8306 10.7036 14.3186 10.2316 13.6546 9.91164C12.9986 9.59164 12.2226 9.43164 11.3265 9.43164H8.63855V17.9996H11.0625C12.0465 17.9996 12.8865 17.8356 13.5826 17.5076C14.2866 17.1796 14.8225 16.6916 15.1905 16.0436ZM13.5826 12.1196C13.7666 12.5276 13.8586 13.0476 13.8586 13.6796C13.8586 14.6156 13.6425 15.3196 13.2106 15.7916C12.7786 16.2636 12.1186 16.4996 11.2305 16.4996H10.4506V10.9196H11.4226C11.9506 10.9196 12.3946 11.0196 12.7545 11.2196C13.1226 11.4116 13.3986 11.7116 13.5826 12.1196Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.9375 7.42632L12 1L19.0625 7.42632C20 8.27544 20.724 9.25483 21.2344 10.3645C21.7448 11.4741 22 12.6368 22 13.8526C22 16.4 21.026 18.5614 19.0781 20.3368C17.1302 22.1123 14.7708 23 12 23C9.22917 23 6.86979 22.1123 4.92188 20.3368C2.97396 18.5614 2 16.4 2 13.8526C2 12.6368 2.25521 11.4741 2.76562 10.3645C3.27604 9.25483 4 8.27544 4.9375 7.42632ZM4.58262 11.2003C4.97615 10.3447 5.5355 9.58311 6.28012 8.90868L12 3.70404L17.7165 8.90559L17.7199 8.90867C18.4645 9.5831 19.0238 10.3447 19.4174 11.2003C19.8078 12.049 20 12.9268 20 13.8526C20 15.8157 19.2793 17.4473 17.7309 18.8587C16.1715 20.28 14.3005 21 12 21C9.69954 21 7.82846 20.28 6.26913 18.8587C4.72067 17.4473 4 15.8157 4 13.8526C4 12.9268 4.1922 12.049 4.58262 11.2003Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-energy-diesel",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiEnergyDiesel",
          "declaration": {
            "name": "ObiEnergyDiesel",
            "module": "src/icons/icon-energy-diesel.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-energy-diesel",
          "declaration": {
            "name": "ObiEnergyDiesel",
            "module": "src/icons/icon-energy-diesel.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-energy-fuel.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiEnergyFuel",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.7071 2.29297L20.1213 5.70718C20.6839 6.26979 21 7.03285 21 7.8285V18.2501C21 19.7689 19.7688 21.0001 18.25 21.0001C16.7312 21.0001 15.5 19.7689 15.5 18.2501V15.0001C15.5 14.4478 15.0523 14.0001 14.5 14.0001H14V21H4V5C4 4.45 4.19583 3.97917 4.5875 3.5875C4.97917 3.19583 5.45 3 6 3H12C12.55 3 13.0208 3.19583 13.4125 3.5875C13.8042 3.97917 14 4.45 14 5V12.0001H14.5C16.1569 12.0001 17.5 13.3432 17.5 15.0001V18.2501C17.5 18.6643 17.8358 19.0001 18.25 19.0001C18.6642 19.0001 19 18.6643 19 18.2501V10.45C18.8384 10.4828 18.6712 10.5 18.5 10.5C17.1193 10.5 16 9.38071 16 8C16 7.02989 16.5526 6.18884 17.3601 5.7744L15.2929 3.70718L16.7071 2.29297ZM6 10H12V5H6V10ZM6 19H12V12H6V19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.7071 2.29297L20.1213 5.70718C20.6839 6.26979 21 7.03285 21 7.8285V18.2501C21 19.7689 19.7688 21.0001 18.25 21.0001C16.7312 21.0001 15.5 19.7689 15.5 18.2501V15.0001C15.5 14.4478 15.0523 14.0001 14.5 14.0001H14V21H4V5C4 4.45 4.19583 3.97917 4.5875 3.5875C4.97917 3.19583 5.45 3 6 3H12C12.55 3 13.0208 3.19583 13.4125 3.5875C13.8042 3.97917 14 4.45 14 5V12.0001H14.5C16.1569 12.0001 17.5 13.3432 17.5 15.0001V18.2501C17.5 18.6643 17.8358 19.0001 18.25 19.0001C18.6642 19.0001 19 18.6643 19 18.2501V10.45C18.8384 10.4828 18.6712 10.5 18.5 10.5C17.1193 10.5 16 9.38071 16 8C16 7.02989 16.5526 6.18884 17.3601 5.7744L15.2929 3.70718L16.7071 2.29297ZM6 10H12V5H6V10ZM6 19H12V12H6V19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-energy-fuel",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiEnergyFuel",
          "declaration": {
            "name": "ObiEnergyFuel",
            "module": "src/icons/icon-energy-fuel.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-energy-fuel",
          "declaration": {
            "name": "ObiEnergyFuel",
            "module": "src/icons/icon-energy-fuel.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-energy-hydrogen.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiEnergyHydrogen",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.7001 17.9996H15.5121V9.43164H13.7001V12.7916H10.3041V9.43164H8.49207V17.9996H10.3041V14.3036H13.7001V17.9996Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.9375 7.42632L12 1L19.0625 7.42632C20 8.27544 20.724 9.25483 21.2344 10.3645C21.7448 11.4741 22 12.6368 22 13.8526C22 16.4 21.026 18.5614 19.0781 20.3368C17.1302 22.1123 14.7708 23 12 23C9.22917 23 6.86979 22.1123 4.92188 20.3368C2.97396 18.5614 2 16.4 2 13.8526C2 12.6368 2.25521 11.4741 2.76562 10.3645C3.27604 9.25483 4 8.27544 4.9375 7.42632ZM6.28012 8.90868L12 3.70404L17.7165 8.90559L17.7199 8.90867C18.4645 9.5831 19.0238 10.3447 19.4174 11.2003C19.8078 12.049 20 12.9268 20 13.8526C20 15.8157 19.2793 17.4473 17.7309 18.8587C16.1715 20.28 14.3005 21 12 21C9.69954 21 7.82846 20.28 6.26913 18.8587C4.72067 17.4473 4 15.8157 4 13.8526C4 12.9268 4.1922 12.049 4.58262 11.2003C4.97615 10.3447 5.5355 9.58311 6.28012 8.90868Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.7001 17.9996H15.5121V9.43164H13.7001V12.7916H10.3041V9.43164H8.49207V17.9996H10.3041V14.3036H13.7001V17.9996Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.9375 7.42632L12 1L19.0625 7.42632C20 8.27544 20.724 9.25483 21.2344 10.3645C21.7448 11.4741 22 12.6368 22 13.8526C22 16.4 21.026 18.5614 19.0781 20.3368C17.1302 22.1123 14.7708 23 12 23C9.22917 23 6.86979 22.1123 4.92188 20.3368C2.97396 18.5614 2 16.4 2 13.8526C2 12.6368 2.25521 11.4741 2.76562 10.3645C3.27604 9.25483 4 8.27544 4.9375 7.42632ZM6.28012 8.90868L12 3.70404L17.7165 8.90559L17.7199 8.90867C18.4645 9.5831 19.0238 10.3447 19.4174 11.2003C19.8078 12.049 20 12.9268 20 13.8526C20 15.8157 19.2793 17.4473 17.7309 18.8587C16.1715 20.28 14.3005 21 12 21C9.69954 21 7.82846 20.28 6.26913 18.8587C4.72067 17.4473 4 15.8157 4 13.8526C4 12.9268 4.1922 12.049 4.58262 11.2003C4.97615 10.3447 5.5355 9.58311 6.28012 8.90868Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-energy-hydrogen",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiEnergyHydrogen",
          "declaration": {
            "name": "ObiEnergyHydrogen",
            "module": "src/icons/icon-energy-hydrogen.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-energy-hydrogen",
          "declaration": {
            "name": "ObiEnergyHydrogen",
            "module": "src/icons/icon-energy-hydrogen.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-energy-methanol.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiEnergyMethanol",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.9798 11.2796L11.0438 17.9996H12.7118L14.9198 11.2916H14.9678L14.9318 12.0116C14.9238 12.3236 14.9118 12.6556 14.8958 13.0076C14.8878 13.3596 14.8838 13.6716 14.8838 13.9436V17.9996H16.5758V9.43164H14.1038L11.9558 15.9836H11.9198L9.8918 9.43164H7.4198V17.9996H9.0398V14.0156C9.0398 13.7196 9.0318 13.3916 9.0158 13.0316C8.9998 12.6636 8.9838 12.3196 8.9678 11.9996L8.9318 11.2796H8.9798Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.9375 7.42632L12 1L19.0625 7.42632C20 8.27544 20.724 9.25483 21.2344 10.3645C21.7448 11.4741 22 12.6368 22 13.8526C22 16.4 21.026 18.5614 19.0781 20.3368C17.1302 22.1123 14.7708 23 12 23C9.22917 23 6.86979 22.1123 4.92188 20.3368C2.97396 18.5614 2 16.4 2 13.8526C2 12.6368 2.25521 11.4741 2.76562 10.3645C3.27604 9.25483 4 8.27544 4.9375 7.42632ZM4.58262 11.2003C4.97615 10.3447 5.5355 9.58311 6.28012 8.90868L12 3.70404L17.7165 8.90559L17.7199 8.90867C18.4645 9.5831 19.0238 10.3447 19.4174 11.2003C19.8078 12.049 20 12.9268 20 13.8526C20 15.8157 19.2793 17.4473 17.7309 18.8587C16.1715 20.28 14.3005 21 12 21C9.69954 21 7.82846 20.28 6.26913 18.8587C4.72067 17.4473 4 15.8157 4 13.8526C4 12.9268 4.1922 12.049 4.58262 11.2003Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.9798 11.2796L11.0438 17.9996H12.7118L14.9198 11.2916H14.9678L14.9318 12.0116C14.9238 12.3236 14.9118 12.6556 14.8958 13.0076C14.8878 13.3596 14.8838 13.6716 14.8838 13.9436V17.9996H16.5758V9.43164H14.1038L11.9558 15.9836H11.9198L9.8918 9.43164H7.4198V17.9996H9.0398V14.0156C9.0398 13.7196 9.0318 13.3916 9.0158 13.0316C8.9998 12.6636 8.9838 12.3196 8.9678 11.9996L8.9318 11.2796H8.9798Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.9375 7.42632L12 1L19.0625 7.42632C20 8.27544 20.724 9.25483 21.2344 10.3645C21.7448 11.4741 22 12.6368 22 13.8526C22 16.4 21.026 18.5614 19.0781 20.3368C17.1302 22.1123 14.7708 23 12 23C9.22917 23 6.86979 22.1123 4.92188 20.3368C2.97396 18.5614 2 16.4 2 13.8526C2 12.6368 2.25521 11.4741 2.76562 10.3645C3.27604 9.25483 4 8.27544 4.9375 7.42632ZM4.58262 11.2003C4.97615 10.3447 5.5355 9.58311 6.28012 8.90868L12 3.70404L17.7165 8.90559L17.7199 8.90867C18.4645 9.5831 19.0238 10.3447 19.4174 11.2003C19.8078 12.049 20 12.9268 20 13.8526C20 15.8157 19.2793 17.4473 17.7309 18.8587C16.1715 20.28 14.3005 21 12 21C9.69954 21 7.82846 20.28 6.26913 18.8587C4.72067 17.4473 4 15.8157 4 13.8526C4 12.9268 4.1922 12.049 4.58262 11.2003Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-energy-methanol",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiEnergyMethanol",
          "declaration": {
            "name": "ObiEnergyMethanol",
            "module": "src/icons/icon-energy-methanol.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-energy-methanol",
          "declaration": {
            "name": "ObiEnergyMethanol",
            "module": "src/icons/icon-energy-methanol.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-energy-oil.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiEnergyOil",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.2875 20.7125C3.47917 20.9042 3.71667 21 4 21H20C20.2833 21 20.5208 20.9042 20.7125 20.7125C20.9042 20.5208 21 20.2833 21 20C21 19.7167 20.9042 19.4792 20.7125 19.2875C20.5208 19.0958 20.2833 19 20 19H19V13H20C20.2833 13 20.5208 12.9042 20.7125 12.7125C20.9042 12.5208 21 12.2833 21 12C21 11.7167 20.9042 11.4792 20.7125 11.2875C20.5208 11.0958 20.2833 11 20 11H19V5H20C20.2833 5 20.5208 4.90417 20.7125 4.7125C20.9042 4.52083 21 4.28333 21 4C21 3.71667 20.9042 3.47917 20.7125 3.2875C20.5208 3.09583 20.2833 3 20 3H4C3.71667 3 3.47917 3.09583 3.2875 3.2875C3.09583 3.47917 3 3.71667 3 4C3 4.28333 3.09583 4.52083 3.2875 4.7125C3.47917 4.90417 3.71667 5 4 5H5V11H4C3.71667 11 3.47917 11.0958 3.2875 11.2875C3.09583 11.4792 3 11.7167 3 12C3 12.2833 3.09583 12.5208 3.2875 12.7125C3.47917 12.9042 3.71667 13 4 13H5V19H4C3.71667 19 3.47917 19.0958 3.2875 19.2875C3.09583 19.4792 3 19.7167 3 20C3 20.2833 3.09583 20.5208 3.2875 20.7125ZM17 19H7V5H17V19Z\" fill=\"currentColor\"/> <path d=\"M12 16C12.8333 16 13.5417 15.7125 14.125 15.1375C14.7083 14.5625 15 13.8667 15 13.05C15 12.4 14.8125 11.8417 14.4375 11.375C14.0625 10.9083 13.25 9.95 12 8.5C10.75 9.93333 9.9375 10.8875 9.5625 11.3625C9.1875 11.8375 9 12.4 9 13.05C9 13.8667 9.29167 14.5625 9.875 15.1375C10.4583 15.7125 11.1667 16 12 16Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.2875 20.7125C3.47917 20.9042 3.71667 21 4 21H20C20.2833 21 20.5208 20.9042 20.7125 20.7125C20.9042 20.5208 21 20.2833 21 20C21 19.7167 20.9042 19.4792 20.7125 19.2875C20.5208 19.0958 20.2833 19 20 19H19V13H20C20.2833 13 20.5208 12.9042 20.7125 12.7125C20.9042 12.5208 21 12.2833 21 12C21 11.7167 20.9042 11.4792 20.7125 11.2875C20.5208 11.0958 20.2833 11 20 11H19V5H20C20.2833 5 20.5208 4.90417 20.7125 4.7125C20.9042 4.52083 21 4.28333 21 4C21 3.71667 20.9042 3.47917 20.7125 3.2875C20.5208 3.09583 20.2833 3 20 3H4C3.71667 3 3.47917 3.09583 3.2875 3.2875C3.09583 3.47917 3 3.71667 3 4C3 4.28333 3.09583 4.52083 3.2875 4.7125C3.47917 4.90417 3.71667 5 4 5H5V11H4C3.71667 11 3.47917 11.0958 3.2875 11.2875C3.09583 11.4792 3 11.7167 3 12C3 12.2833 3.09583 12.5208 3.2875 12.7125C3.47917 12.9042 3.71667 13 4 13H5V19H4C3.71667 19 3.47917 19.0958 3.2875 19.2875C3.09583 19.4792 3 19.7167 3 20C3 20.2833 3.09583 20.5208 3.2875 20.7125ZM17 19H7V5H17V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 16C12.8333 16 13.5417 15.7125 14.125 15.1375C14.7083 14.5625 15 13.8667 15 13.05C15 12.4 14.8125 11.8417 14.4375 11.375C14.0625 10.9083 13.25 9.95 12 8.5C10.75 9.93333 9.9375 10.8875 9.5625 11.3625C9.1875 11.8375 9 12.4 9 13.05C9 13.8667 9.29167 14.5625 9.875 15.1375C10.4583 15.7125 11.1667 16 12 16Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-energy-oil",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiEnergyOil",
          "declaration": {
            "name": "ObiEnergyOil",
            "module": "src/icons/icon-energy-oil.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-energy-oil",
          "declaration": {
            "name": "ObiEnergyOil",
            "module": "src/icons/icon-energy-oil.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-energy-petrol.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiEnergyPetrol",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.4604 10.1516C13.9564 9.67164 13.1524 9.43164 12.0484 9.43164H9.31238V17.9996H11.1244V14.9516H11.9044C12.5284 14.9516 13.0524 14.8756 13.4764 14.7236C13.9004 14.5716 14.2404 14.3636 14.4964 14.0996C14.7604 13.8276 14.9484 13.5236 15.0604 13.1876C15.1724 12.8436 15.2284 12.4836 15.2284 12.1076C15.2284 11.2756 14.9724 10.6236 14.4604 10.1516ZM11.1244 10.9196H11.9524C12.4484 10.9196 12.8124 11.0236 13.0444 11.2316C13.2764 11.4316 13.3924 11.7436 13.3924 12.1676C13.3924 12.4716 13.3244 12.7196 13.1884 12.9116C13.0524 13.1036 12.8604 13.2436 12.6124 13.3316C12.3644 13.4196 12.0684 13.4636 11.7244 13.4636H11.1244V10.9196Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.9375 7.42632L12 1L19.0625 7.42632C20 8.27544 20.724 9.25483 21.2344 10.3645C21.7448 11.4741 22 12.6368 22 13.8526C22 16.4 21.026 18.5614 19.0781 20.3368C17.1302 22.1123 14.7708 23 12 23C9.22917 23 6.86979 22.1123 4.92188 20.3368C2.97396 18.5614 2 16.4 2 13.8526C2 12.6368 2.25521 11.4741 2.76562 10.3645C3.27604 9.25483 4 8.27544 4.9375 7.42632ZM4.58262 11.2003C4.97615 10.3447 5.5355 9.58311 6.28012 8.90868L12 3.70404L17.7165 8.90559L17.7199 8.90867C18.4645 9.5831 19.0238 10.3447 19.4174 11.2003C19.8078 12.049 20 12.9268 20 13.8526C20 15.8157 19.2793 17.4473 17.7309 18.8587C16.1715 20.28 14.3005 21 12 21C9.69954 21 7.82846 20.28 6.26913 18.8587C4.72067 17.4473 4 15.8157 4 13.8526C4 12.9268 4.1922 12.049 4.58262 11.2003Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.4604 10.1516C13.9564 9.67164 13.1524 9.43164 12.0484 9.43164H9.31238V17.9996H11.1244V14.9516H11.9044C12.5284 14.9516 13.0524 14.8756 13.4764 14.7236C13.9004 14.5716 14.2404 14.3636 14.4964 14.0996C14.7604 13.8276 14.9484 13.5236 15.0604 13.1876C15.1724 12.8436 15.2284 12.4836 15.2284 12.1076C15.2284 11.2756 14.9724 10.6236 14.4604 10.1516ZM11.1244 10.9196H11.9524C12.4484 10.9196 12.8124 11.0236 13.0444 11.2316C13.2764 11.4316 13.3924 11.7436 13.3924 12.1676C13.3924 12.4716 13.3244 12.7196 13.1884 12.9116C13.0524 13.1036 12.8604 13.2436 12.6124 13.3316C12.3644 13.4196 12.0684 13.4636 11.7244 13.4636H11.1244V10.9196Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.9375 7.42632L12 1L19.0625 7.42632C20 8.27544 20.724 9.25483 21.2344 10.3645C21.7448 11.4741 22 12.6368 22 13.8526C22 16.4 21.026 18.5614 19.0781 20.3368C17.1302 22.1123 14.7708 23 12 23C9.22917 23 6.86979 22.1123 4.92188 20.3368C2.97396 18.5614 2 16.4 2 13.8526C2 12.6368 2.25521 11.4741 2.76562 10.3645C3.27604 9.25483 4 8.27544 4.9375 7.42632ZM4.58262 11.2003C4.97615 10.3447 5.5355 9.58311 6.28012 8.90868L12 3.70404L17.7165 8.90559L17.7199 8.90867C18.4645 9.5831 19.0238 10.3447 19.4174 11.2003C19.8078 12.049 20 12.9268 20 13.8526C20 15.8157 19.2793 17.4473 17.7309 18.8587C16.1715 20.28 14.3005 21 12 21C9.69954 21 7.82846 20.28 6.26913 18.8587C4.72067 17.4473 4 15.8157 4 13.8526C4 12.9268 4.1922 12.049 4.58262 11.2003Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-energy-petrol",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiEnergyPetrol",
          "declaration": {
            "name": "ObiEnergyPetrol",
            "module": "src/icons/icon-energy-petrol.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-energy-petrol",
          "declaration": {
            "name": "ObiEnergyPetrol",
            "module": "src/icons/icon-energy-petrol.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-engine-fill.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiEngineFill",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 9C21.5523 9 22 9.44772 22 10V18C22 18.5523 21.5523 19 21 19H20V16.5H17L17 19H7.49995L4.49995 13.5H3.5L3.49995 16.5H2V8.5H3.49995L3.49991 11.5H4.49991L7.49995 7H9.99995V5.5H6.99995V4H15V5.5H12V7H15.4997L17 11.5H20V9H21Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 9C21.5523 9 22 9.44772 22 10V18C22 18.5523 21.5523 19 21 19H20V16.5H17L17 19H7.49995L4.49995 13.5H3.5L3.49995 16.5H2V8.5H3.49995L3.49991 11.5H4.49991L7.49995 7H9.99995V5.5H6.99995V4H15V5.5H12V7H15.4997L17 11.5H20V9H21Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-engine-fill",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiEngineFill",
          "declaration": {
            "name": "ObiEngineFill",
            "module": "src/icons/icon-engine-fill.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-engine-fill",
          "declaration": {
            "name": "ObiEngineFill",
            "module": "src/icons/icon-engine-fill.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-engine.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiEngine",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 19H20V16.5H17L17 19H7.49995L4.49995 13.5H3.5L3.49995 16.5L2 16.5V8.5H3.49995L3.5 11.5H4.49991L7.49995 7H9.99995V5.5H6.99995V4H15V5.5L12 5.5V7H15.4997L17 11.5H20V9H21C21.1821 9 21.3529 9.0487 21.5 9.13378C21.7989 9.30669 22 9.62986 22 10V18C22 18.3701 21.7989 18.6933 21.5 18.8662C21.3529 18.9513 21.1821 19 21 19ZM8.3904 17.5H15.5L15.4999 15H20V13H15.9189L14.4186 8.5H8.30272L5.65093 12.4776L8.3904 17.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 19H20V16.5H17L17 19H7.49995L4.49995 13.5H3.5L3.49995 16.5L2 16.5V8.5H3.49995L3.5 11.5H4.49991L7.49995 7H9.99995V5.5H6.99995V4H15V5.5L12 5.5V7H15.4997L17 11.5H20V9H21C21.1821 9 21.3529 9.0487 21.5 9.13378C21.7989 9.30669 22 9.62986 22 10V18C22 18.3701 21.7989 18.6933 21.5 18.8662C21.3529 18.9513 21.1821 19 21 19ZM8.3904 17.5H15.5L15.4999 15H20V13H15.9189L14.4186 8.5H8.30272L5.65093 12.4776L8.3904 17.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-engine",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiEngine",
          "declaration": {
            "name": "ObiEngine",
            "module": "src/icons/icon-engine.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-engine",
          "declaration": {
            "name": "ObiEngine",
            "module": "src/icons/icon-engine.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-epms.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiEpms",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 2C6.47896 2 2 6.47896 2 12C2 17.521 6.47896 22 12 22C17.521 22 22 17.521 22 12C22 6.47896 17.521 2 12 2ZM11.479 20.016V13.7435H7.99198L13.002 3.98397V10.2565H16.3587L11.479 20.016Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 2C6.47896 2 2 6.47896 2 12C2 17.521 6.47896 22 12 22C17.521 22 22 17.521 22 12C22 6.47896 17.521 2 12 2ZM11.479 20.016V13.7435H7.99198L13.002 3.98397V10.2565H16.3587L11.479 20.016Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-epms",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiEpms",
          "declaration": {
            "name": "ObiEpms",
            "module": "src/icons/icon-epms.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-epms",
          "declaration": {
            "name": "ObiEpms",
            "module": "src/icons/icon-epms.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ethernet-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiEthernetGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 18L15.6 16.6L20.15 12L15.6 7.4L17 6L23 12L17 18ZM7 18L1 12L7 6L8.4 7.4L3.85 12L8.4 16.6L7 18ZM8 13C7.71667 13 7.47917 12.9042 7.2875 12.7125C7.09583 12.5208 7 12.2833 7 12C7 11.7167 7.09583 11.4792 7.2875 11.2875C7.47917 11.0958 7.71667 11 8 11C8.28333 11 8.52083 11.0958 8.7125 11.2875C8.90417 11.4792 9 11.7167 9 12C9 12.2833 8.90417 12.5208 8.7125 12.7125C8.52083 12.9042 8.28333 13 8 13ZM12 13C11.7167 13 11.4792 12.9042 11.2875 12.7125C11.0958 12.5208 11 12.2833 11 12C11 11.7167 11.0958 11.4792 11.2875 11.2875C11.4792 11.0958 11.7167 11 12 11C12.2833 11 12.5208 11.0958 12.7125 11.2875C12.9042 11.4792 13 11.7167 13 12C13 12.2833 12.9042 12.5208 12.7125 12.7125C12.5208 12.9042 12.2833 13 12 13ZM16 13C15.7167 13 15.4792 12.9042 15.2875 12.7125C15.0958 12.5208 15 12.2833 15 12C15 11.7167 15.0958 11.4792 15.2875 11.2875C15.4792 11.0958 15.7167 11 16 11C16.2833 11 16.5208 11.0958 16.7125 11.2875C16.9042 11.4792 17 11.7167 17 12C17 12.2833 16.9042 12.5208 16.7125 12.7125C16.5208 12.9042 16.2833 13 16 13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 18L15.6 16.6L20.15 12L15.6 7.4L17 6L23 12L17 18ZM7 18L1 12L7 6L8.4 7.4L3.85 12L8.4 16.6L7 18ZM8 13C7.71667 13 7.47917 12.9042 7.2875 12.7125C7.09583 12.5208 7 12.2833 7 12C7 11.7167 7.09583 11.4792 7.2875 11.2875C7.47917 11.0958 7.71667 11 8 11C8.28333 11 8.52083 11.0958 8.7125 11.2875C8.90417 11.4792 9 11.7167 9 12C9 12.2833 8.90417 12.5208 8.7125 12.7125C8.52083 12.9042 8.28333 13 8 13ZM12 13C11.7167 13 11.4792 12.9042 11.2875 12.7125C11.0958 12.5208 11 12.2833 11 12C11 11.7167 11.0958 11.4792 11.2875 11.2875C11.4792 11.0958 11.7167 11 12 11C12.2833 11 12.5208 11.0958 12.7125 11.2875C12.9042 11.4792 13 11.7167 13 12C13 12.2833 12.9042 12.5208 12.7125 12.7125C12.5208 12.9042 12.2833 13 12 13ZM16 13C15.7167 13 15.4792 12.9042 15.2875 12.7125C15.0958 12.5208 15 12.2833 15 12C15 11.7167 15.0958 11.4792 15.2875 11.2875C15.4792 11.0958 15.7167 11 16 11C16.2833 11 16.5208 11.0958 16.7125 11.2875C16.9042 11.4792 17 11.7167 17 12C17 12.2833 16.9042 12.5208 16.7125 12.7125C16.5208 12.9042 16.2833 13 16 13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ethernet-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiEthernetGoogle",
          "declaration": {
            "name": "ObiEthernetGoogle",
            "module": "src/icons/icon-ethernet-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ethernet-google",
          "declaration": {
            "name": "ObiEthernetGoogle",
            "module": "src/icons/icon-ethernet-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ethernet-switch.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiEthernetSwitch",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 5.00002L5 8.03111L8 11.0622V9.03111H11V7.03111H8V5.00002Z\" fill=\"currentColor\"/> <path d=\"M16 11.0622L19 8.03109L16 5V7.03109H13V9.03109H16V11.0622Z\" fill=\"currentColor\"/> <path d=\"M8 13L5 16.0311L8 19.0622V17.0311H11V15.0311H8V13Z\" fill=\"currentColor\"/> <path d=\"M16 19.0622L19 16.0311L16 13V15.0311H13V17.0311H16V19.0622Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3V21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21V3ZM4 4V20H20V4H4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 5.00002L5 8.03111L8 11.0622V9.03111H11V7.03111H8V5.00002Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16 11.0622L19 8.03109L16 5V7.03109H13V9.03109H16V11.0622Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 13L5 16.0311L8 19.0622V17.0311H11V15.0311H8V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16 19.0622L19 16.0311L16 13V15.0311H13V17.0311H16V19.0622Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3V21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21V3ZM4 4V20H20V4H4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ethernet-switch",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiEthernetSwitch",
          "declaration": {
            "name": "ObiEthernetSwitch",
            "module": "src/icons/icon-ethernet-switch.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ethernet-switch",
          "declaration": {
            "name": "ObiEthernetSwitch",
            "module": "src/icons/icon-ethernet-switch.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-event-marker-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiEventMarkerIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 20V4H24V20H0ZM20.3924 6H2V16.6189L20.3924 6ZM3.60781 18H22V7.38126L3.60781 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 20V4H24V20H0ZM20.3924 6H2V16.6189L20.3924 6ZM3.60781 18H22V7.38126L3.60781 18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-event-marker-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiEventMarkerIec",
          "declaration": {
            "name": "ObiEventMarkerIec",
            "module": "src/icons/icon-event-marker-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-event-marker-iec",
          "declaration": {
            "name": "ObiEventMarkerIec",
            "module": "src/icons/icon-event-marker-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-exclamation-mark.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiExclamationMark",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 21V17H14V21H10ZM10 15V3H14V15H10Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 21V17H14V21H10ZM10 15V3H14V15H10Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-exclamation-mark",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiExclamationMark",
          "declaration": {
            "name": "ObiExclamationMark",
            "module": "src/icons/icon-exclamation-mark.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-exclamation-mark",
          "declaration": {
            "name": "ObiExclamationMark",
            "module": "src/icons/icon-exclamation-mark.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-expand.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiExpand",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 21V15H5V17.5859L8.29297 14.293L9.70718 15.7072L6.41436 19H9V21H3Z\" fill=\"currentColor\"/> <path d=\"M17.5859 5L14.293 8.29297L15.7072 9.70718L19 6.41437V9H21V3H15V5H17.5859Z\" fill=\"currentColor\"/> <path d=\"M3 3H9V5L6.41406 5L9.70703 8.29297L8.29282 9.70718L5 6.41436L5 9H3V3Z\" fill=\"currentColor\"/> <path d=\"M19 17.5859L15.707 14.293L14.2928 15.7072L17.5856 19H15V21H21V15H19V17.5859Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 21V15H5V17.5859L8.29297 14.293L9.70718 15.7072L6.41436 19H9V21H3Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.5859 5L14.293 8.29297L15.7072 9.70718L19 6.41437V9H21V3H15V5H17.5859Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3 3H9V5L6.41406 5L9.70703 8.29297L8.29282 9.70718L5 6.41436L5 9H3V3Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 17.5859L15.707 14.293L14.2928 15.7072L17.5856 19H15V21H21V15H19V17.5859Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-expand",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiExpand",
          "declaration": {
            "name": "ObiExpand",
            "module": "src/icons/icon-expand.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-expand",
          "declaration": {
            "name": "ObiExpand",
            "module": "src/icons/icon-expand.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-fan-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFanOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.9517 15.0554C11.1553 14.2519 9.85157 14.2684 9.07569 15.0917L4.51256 19.9338C4.46662 19.9826 4.38667 19.9733 4.35318 19.9153L3.03888 17.6388C1.72014 15.3547 2.93428 12.4418 5.48492 11.7705L8.37308 11.0104C9.46713 10.7225 10.1048 9.58519 9.7797 8.5016L7.86784 2.12874C7.84859 2.06457 7.89664 2 7.96362 2H10.5922C13.2297 2 15.1452 4.50791 14.4513 7.05247L13.6655 9.93376C13.3678 11.0252 14.0339 12.1461 15.1349 12.4063L21.6099 13.9371C21.6751 13.9525 21.707 14.0264 21.6735 14.0844L20.3592 16.3608C19.0404 18.645 15.9108 19.0499 14.0541 17.1766L11.9517 15.0554Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.80345 15.7775L5.24032 20.6197C4.73497 21.1559 3.85558 21.0534 3.48715 20.4153L2.17286 18.1388C0.524423 15.2836 2.04211 11.6426 5.23041 10.8035L8.11856 10.0434C8.66559 9.8994 8.98441 9.33074 8.82188 8.78895L6.91002 2.41608C6.69829 1.71031 7.22677 1 7.96362 1H10.5922C13.8891 1 16.2835 4.13489 15.416 7.31559L14.6302 10.1969C14.4814 10.7426 14.8145 11.303 15.3649 11.4332L21.84 12.9639C22.557 13.1334 22.9079 13.9463 22.5395 14.5844L21.2252 16.8608C19.5768 19.716 15.6647 20.2222 13.3438 17.8806L11.2415 15.7594C10.8433 15.3576 10.1914 15.3658 9.80345 15.7775ZM20.3592 16.3608C19.0404 18.645 15.9108 19.0499 14.0541 17.1766L11.9517 15.0554C11.1553 14.2519 9.85157 14.2684 9.07569 15.0917L4.51256 19.9338C4.46662 19.9826 4.38667 19.9733 4.35318 19.9153L3.03888 17.6388C1.72014 15.3547 2.93428 12.4418 5.48492 11.7705L8.37308 11.0104C9.46713 10.7225 10.1048 9.58519 9.7797 8.5016L7.86784 2.12874C7.84859 2.06457 7.89664 2 7.96362 2H10.5922C13.2297 2 15.1452 4.50791 14.4513 7.05247L13.6655 9.93376C13.3678 11.0252 14.0339 12.1461 15.1349 12.4063L21.6099 13.9371C21.6751 13.9525 21.707 14.0264 21.6735 14.0844L20.3592 16.3608Z\" fill=\"currentColor\"/> <path d=\"M12.8307 12C12.8307 12.8284 12.1591 13.5 11.3307 13.5C10.5022 13.5 9.83068 12.8284 9.83068 12C9.83068 11.1716 10.5022 10.5 11.3307 10.5C12.1591 10.5 12.8307 11.1716 12.8307 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9516 15.0554C11.1552 14.2519 9.85146 14.2684 9.07558 15.0917L4.51245 19.9338C4.46651 19.9826 4.38656 19.9733 4.35307 19.9153L3.03877 17.6388C1.72003 15.3547 2.93418 12.4418 5.48481 11.7705L8.37297 11.0104C9.46702 10.7225 10.1047 9.58519 9.77959 8.5016L7.86773 2.12874C7.84848 2.06457 7.89653 2 7.96352 2H10.5921C13.2296 2 15.1451 4.50791 14.4512 7.05247L13.6654 9.93376C13.3677 11.0252 14.0338 12.1461 15.1348 12.4063L21.6098 13.9371C21.675 13.9525 21.7069 14.0264 21.6734 14.0844L20.3591 16.3608C19.0403 18.645 15.9107 19.0499 14.054 17.1766L11.9516 15.0554ZM11.3306 13.5C12.159 13.5 12.8306 12.8284 12.8306 12C12.8306 11.1716 12.159 10.5 11.3306 10.5C10.5021 10.5 9.83057 11.1716 9.83057 12C9.83057 12.8284 10.5021 13.5 11.3306 13.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.9517 15.0554C11.1553 14.2519 9.85157 14.2684 9.07569 15.0917L4.51256 19.9338C4.46662 19.9826 4.38667 19.9733 4.35318 19.9153L3.03888 17.6388C1.72014 15.3547 2.93428 12.4418 5.48492 11.7705L8.37308 11.0104C9.46713 10.7225 10.1048 9.58519 9.7797 8.5016L7.86784 2.12874C7.84859 2.06457 7.89664 2 7.96362 2H10.5922C13.2297 2 15.1452 4.50791 14.4513 7.05247L13.6655 9.93376C13.3678 11.0252 14.0339 12.1461 15.1349 12.4063L21.6099 13.9371C21.6751 13.9525 21.707 14.0264 21.6735 14.0844L20.3592 16.3608C19.0404 18.645 15.9108 19.0499 14.0541 17.1766L11.9517 15.0554Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.80345 15.7775L5.24032 20.6197C4.73497 21.1559 3.85558 21.0534 3.48715 20.4153L2.17286 18.1388C0.524423 15.2836 2.04211 11.6426 5.23041 10.8035L8.11856 10.0434C8.66559 9.8994 8.98441 9.33074 8.82188 8.78895L6.91002 2.41608C6.69829 1.71031 7.22677 1 7.96362 1H10.5922C13.8891 1 16.2835 4.13489 15.416 7.31559L14.6302 10.1969C14.4814 10.7426 14.8145 11.303 15.3649 11.4332L21.84 12.9639C22.557 13.1334 22.9079 13.9463 22.5395 14.5844L21.2252 16.8608C19.5768 19.716 15.6647 20.2222 13.3438 17.8806L11.2415 15.7594C10.8433 15.3576 10.1914 15.3658 9.80345 15.7775ZM20.3592 16.3608C19.0404 18.645 15.9108 19.0499 14.0541 17.1766L11.9517 15.0554C11.1553 14.2519 9.85157 14.2684 9.07569 15.0917L4.51256 19.9338C4.46662 19.9826 4.38667 19.9733 4.35318 19.9153L3.03888 17.6388C1.72014 15.3547 2.93428 12.4418 5.48492 11.7705L8.37308 11.0104C9.46713 10.7225 10.1048 9.58519 9.7797 8.5016L7.86784 2.12874C7.84859 2.06457 7.89664 2 7.96362 2H10.5922C13.2297 2 15.1452 4.50791 14.4513 7.05247L13.6655 9.93376C13.3678 11.0252 14.0339 12.1461 15.1349 12.4063L21.6099 13.9371C21.6751 13.9525 21.707 14.0264 21.6735 14.0844L20.3592 16.3608Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M12.8307 12C12.8307 12.8284 12.1591 13.5 11.3307 13.5C10.5022 13.5 9.83068 12.8284 9.83068 12C9.83068 11.1716 10.5022 10.5 11.3307 10.5C12.1591 10.5 12.8307 11.1716 12.8307 12Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9516 15.0554C11.1552 14.2519 9.85146 14.2684 9.07558 15.0917L4.51245 19.9338C4.46651 19.9826 4.38656 19.9733 4.35307 19.9153L3.03877 17.6388C1.72003 15.3547 2.93418 12.4418 5.48481 11.7705L8.37297 11.0104C9.46702 10.7225 10.1047 9.58519 9.77959 8.5016L7.86773 2.12874C7.84848 2.06457 7.89653 2 7.96352 2H10.5921C13.2296 2 15.1451 4.50791 14.4512 7.05247L13.6654 9.93376C13.3677 11.0252 14.0338 12.1461 15.1348 12.4063L21.6098 13.9371C21.675 13.9525 21.7069 14.0264 21.6734 14.0844L20.3591 16.3608C19.0403 18.645 15.9107 19.0499 14.054 17.1766L11.9516 15.0554ZM11.3306 13.5C12.159 13.5 12.8306 12.8284 12.8306 12C12.8306 11.1716 12.159 10.5 11.3306 10.5C10.5021 10.5 9.83057 11.1716 9.83057 12C9.83057 12.8284 10.5021 13.5 11.3306 13.5Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-fan-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFanOff",
          "declaration": {
            "name": "ObiFanOff",
            "module": "src/icons/icon-fan-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-fan-off",
          "declaration": {
            "name": "ObiFanOff",
            "module": "src/icons/icon-fan-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-fan-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFanOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.1468 12.69C14.1646 13.2513 13.843 14.5149 14.4375 15.4774L17.9336 21.1383C17.9688 21.1953 17.9391 21.2701 17.8744 21.2875L15.3354 21.9678C12.7878 22.6504 10.2884 20.7237 10.3001 18.0863L10.3134 15.0998C10.3185 13.9685 9.38497 13.0582 8.25416 13.0918L1.60362 13.2891C1.53666 13.2911 1.48673 13.2279 1.50406 13.1632L2.18439 10.6242C2.86703 8.07658 5.78526 6.87542 8.0635 8.20432L10.6432 9.70909C11.6204 10.2791 12.8755 9.92579 13.4119 8.9297L16.5663 3.0715C16.5981 3.01252 16.6777 3.00083 16.7251 3.0482L18.5838 4.9069C20.4487 6.77188 20.0299 9.89973 17.7399 11.2083L15.1468 12.69Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2883 14.952L18.7844 20.6129C19.1716 21.2398 18.845 22.0627 18.1332 22.2534L15.5942 22.9337C12.4097 23.787 9.28548 21.3787 9.30016 18.0818L9.31346 15.0954C9.31598 14.5297 8.84922 14.0746 8.28381 14.0913L1.63327 14.2886C0.896753 14.3105 0.347426 13.6162 0.538138 12.9044L1.21847 10.3654C2.07176 7.18086 5.71955 5.6794 8.56735 7.34053L11.1471 8.8453C11.6357 9.1303 12.2632 8.95365 12.5314 8.4556L15.6858 2.5974C16.0352 1.94862 16.9111 1.82006 17.4322 2.34109L19.2909 4.19979C21.6221 6.53102 21.0985 10.4408 18.236 12.0765L15.643 13.5583C15.1519 13.8389 14.9911 14.4707 15.2883 14.952ZM18.5838 4.9069C20.4487 6.77188 20.0299 9.89973 17.7399 11.2083L15.1468 12.69C14.1646 13.2513 13.843 14.5149 14.4375 15.4774L17.9336 21.1383C17.9688 21.1953 17.9391 21.2701 17.8744 21.2875L15.3354 21.9678C12.7878 22.6504 10.2884 20.7237 10.3001 18.0863L10.3134 15.0998C10.3185 13.9685 9.38497 13.0582 8.25416 13.0918L1.60362 13.2891C1.53666 13.2911 1.48673 13.2279 1.50406 13.1632L2.18439 10.6242C2.86703 8.07658 5.78526 6.87542 8.0635 8.20432L10.6432 9.70909C11.6204 10.2791 12.8755 9.92579 13.4119 8.9297L16.5663 3.0715C16.5981 3.01252 16.6777 3.00083 16.7251 3.0482L18.5838 4.9069Z\" fill=\"currentColor\"/> <path d=\"M12.4227 11.0508C13.2229 11.2652 13.6978 12.0877 13.4834 12.8879C13.269 13.6881 12.4465 14.1629 11.6463 13.9485C10.8461 13.7341 10.3712 12.9116 10.5856 12.1114C10.8 11.3112 11.6225 10.8363 12.4227 11.0508Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2296 2.74357C11.6421 2.16183 8.92937 2.63183 6.68833 4.05017C6.45499 4.19785 6.14612 4.12841 5.99844 3.89507C5.85076 3.66173 5.92021 3.35286 6.15354 3.20518C8.61869 1.645 11.6027 1.12801 14.449 1.76792C14.7184 1.82849 14.8877 2.096 14.8271 2.36541C14.7666 2.63483 14.4991 2.80414 14.2296 2.74357ZM13.3719 4.61233C12.3777 4.44398 11.3607 4.46509 10.3744 4.67454C10.1043 4.7319 9.83881 4.55943 9.78144 4.28931C9.72408 4.01919 9.89656 3.75371 10.1667 3.69635C11.2763 3.46072 12.4204 3.43698 13.5388 3.62636C13.8111 3.67247 13.9944 3.93056 13.9483 4.20282C13.9022 4.47509 13.6441 4.65843 13.3719 4.61233ZM22.5072 11.5737C22.7831 11.5625 23.0159 11.777 23.0271 12.0529C23.1457 14.9679 22.1014 17.8106 20.1241 19.9556C19.9369 20.1587 19.6206 20.1715 19.4176 19.9844C19.2145 19.7972 19.2017 19.4809 19.3888 19.2779C21.1864 17.3278 22.1357 14.7436 22.0279 12.0936C22.0167 11.8177 22.2313 11.5849 22.5072 11.5737ZM20.2743 14.6527C20.5369 14.7381 20.6806 15.0202 20.5952 15.2828C20.2444 16.3616 19.6929 17.3643 18.9697 18.2382C18.7937 18.4509 18.4785 18.4807 18.2657 18.3046C18.053 18.1285 18.0233 17.8134 18.1993 17.6006C18.8422 16.8238 19.3324 15.9325 19.6442 14.9736C19.7296 14.711 20.0117 14.5674 20.2743 14.6527ZM3.89454 14.9927C4.15338 14.8965 4.4412 15.0283 4.53741 15.2872C4.88869 16.2323 5.41547 17.1025 6.09001 17.8519C6.27475 18.0572 6.25812 18.3733 6.05287 18.5581C5.84762 18.7428 5.53148 18.7262 5.34674 18.5209C4.58788 17.6778 3.99525 16.6988 3.60006 15.6356C3.50385 15.3767 3.63569 15.0889 3.89454 14.9927ZM1.86388 15.1503C2.12749 15.0681 2.40786 15.2151 2.49012 15.4787C3.28011 18.0105 5.04348 20.1247 7.39233 21.3564C7.63689 21.4846 7.73119 21.7868 7.60295 22.0314C7.47471 22.2759 7.1725 22.3702 6.92794 22.242C4.34421 20.8872 2.4045 18.5615 1.53551 15.7766C1.45326 15.513 1.60027 15.2326 1.86388 15.1503Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.9335 21.1384L14.4374 15.4775C13.8429 14.5149 14.1645 13.2513 15.1467 12.6901L17.7398 11.2083C20.0298 9.89976 20.4486 6.77191 18.5836 4.90692L16.7249 3.04822C16.6776 3.00086 16.5979 3.01254 16.5662 3.07152L13.4118 8.92973C12.8754 9.92581 11.6203 10.2791 10.6431 9.70911L8.06339 8.20435C5.78515 6.87544 2.86692 8.07661 2.18429 10.6242L1.50396 13.1633C1.48662 13.228 1.53656 13.2911 1.60351 13.2891L8.25405 13.0918C9.38486 13.0583 10.3184 13.9685 10.3133 15.0998L10.3 18.0863C10.2883 20.7238 12.7877 22.6505 15.3353 21.9678L17.8743 21.2875C17.939 21.2702 17.9687 21.1953 17.9335 21.1384ZM13.4833 12.8879C13.6977 12.0877 13.2228 11.2652 12.4226 11.0508C11.6224 10.8364 10.7999 11.3112 10.5855 12.1114C10.3711 12.9116 10.846 13.7341 11.6462 13.9486C12.4464 14.163 13.2689 13.6881 13.4833 12.8879Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.1468 12.69C14.1646 13.2513 13.843 14.5149 14.4375 15.4774L17.9336 21.1383C17.9688 21.1953 17.9391 21.2701 17.8744 21.2875L15.3354 21.9678C12.7878 22.6504 10.2884 20.7237 10.3001 18.0863L10.3134 15.0998C10.3185 13.9685 9.38497 13.0582 8.25416 13.0918L1.60362 13.2891C1.53666 13.2911 1.48673 13.2279 1.50406 13.1632L2.18439 10.6242C2.86703 8.07658 5.78526 6.87542 8.0635 8.20432L10.6432 9.70909C11.6204 10.2791 12.8755 9.92579 13.4119 8.9297L16.5663 3.0715C16.5981 3.01252 16.6777 3.00083 16.7251 3.0482L18.5838 4.9069C20.4487 6.77188 20.0299 9.89973 17.7399 11.2083L15.1468 12.69Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2883 14.952L18.7844 20.6129C19.1716 21.2398 18.845 22.0627 18.1332 22.2534L15.5942 22.9337C12.4097 23.787 9.28548 21.3787 9.30016 18.0818L9.31346 15.0954C9.31598 14.5297 8.84922 14.0746 8.28381 14.0913L1.63327 14.2886C0.896753 14.3105 0.347426 13.6162 0.538138 12.9044L1.21847 10.3654C2.07176 7.18086 5.71955 5.6794 8.56735 7.34053L11.1471 8.8453C11.6357 9.1303 12.2632 8.95365 12.5314 8.4556L15.6858 2.5974C16.0352 1.94862 16.9111 1.82006 17.4322 2.34109L19.2909 4.19979C21.6221 6.53102 21.0985 10.4408 18.236 12.0765L15.643 13.5583C15.1519 13.8389 14.9911 14.4707 15.2883 14.952ZM18.5838 4.9069C20.4487 6.77188 20.0299 9.89973 17.7399 11.2083L15.1468 12.69C14.1646 13.2513 13.843 14.5149 14.4375 15.4774L17.9336 21.1383C17.9688 21.1953 17.9391 21.2701 17.8744 21.2875L15.3354 21.9678C12.7878 22.6504 10.2884 20.7237 10.3001 18.0863L10.3134 15.0998C10.3185 13.9685 9.38497 13.0582 8.25416 13.0918L1.60362 13.2891C1.53666 13.2911 1.48673 13.2279 1.50406 13.1632L2.18439 10.6242C2.86703 8.07658 5.78526 6.87542 8.0635 8.20432L10.6432 9.70909C11.6204 10.2791 12.8755 9.92579 13.4119 8.9297L16.5663 3.0715C16.5981 3.01252 16.6777 3.00083 16.7251 3.0482L18.5838 4.9069Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M12.4227 11.0508C13.2229 11.2652 13.6978 12.0877 13.4834 12.8879C13.269 13.6881 12.4465 14.1629 11.6463 13.9485C10.8461 13.7341 10.3712 12.9116 10.5856 12.1114C10.8 11.3112 11.6225 10.8363 12.4227 11.0508Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2296 2.74357C11.6421 2.16183 8.92937 2.63183 6.68833 4.05017C6.45499 4.19785 6.14612 4.12841 5.99844 3.89507C5.85076 3.66173 5.92021 3.35286 6.15354 3.20518C8.61869 1.645 11.6027 1.12801 14.449 1.76792C14.7184 1.82849 14.8877 2.096 14.8271 2.36541C14.7666 2.63483 14.4991 2.80414 14.2296 2.74357ZM13.3719 4.61233C12.3777 4.44398 11.3607 4.46509 10.3744 4.67454C10.1043 4.7319 9.83881 4.55943 9.78144 4.28931C9.72408 4.01919 9.89656 3.75371 10.1667 3.69635C11.2763 3.46072 12.4204 3.43698 13.5388 3.62636C13.8111 3.67247 13.9944 3.93056 13.9483 4.20282C13.9022 4.47509 13.6441 4.65843 13.3719 4.61233ZM22.5072 11.5737C22.7831 11.5625 23.0159 11.777 23.0271 12.0529C23.1457 14.9679 22.1014 17.8106 20.1241 19.9556C19.9369 20.1587 19.6206 20.1715 19.4176 19.9844C19.2145 19.7972 19.2017 19.4809 19.3888 19.2779C21.1864 17.3278 22.1357 14.7436 22.0279 12.0936C22.0167 11.8177 22.2313 11.5849 22.5072 11.5737ZM20.2743 14.6527C20.5369 14.7381 20.6806 15.0202 20.5952 15.2828C20.2444 16.3616 19.6929 17.3643 18.9697 18.2382C18.7937 18.4509 18.4785 18.4807 18.2657 18.3046C18.053 18.1285 18.0233 17.8134 18.1993 17.6006C18.8422 16.8238 19.3324 15.9325 19.6442 14.9736C19.7296 14.711 20.0117 14.5674 20.2743 14.6527ZM3.89454 14.9927C4.15338 14.8965 4.4412 15.0283 4.53741 15.2872C4.88869 16.2323 5.41547 17.1025 6.09001 17.8519C6.27475 18.0572 6.25812 18.3733 6.05287 18.5581C5.84762 18.7428 5.53148 18.7262 5.34674 18.5209C4.58788 17.6778 3.99525 16.6988 3.60006 15.6356C3.50385 15.3767 3.63569 15.0889 3.89454 14.9927ZM1.86388 15.1503C2.12749 15.0681 2.40786 15.2151 2.49012 15.4787C3.28011 18.0105 5.04348 20.1247 7.39233 21.3564C7.63689 21.4846 7.73119 21.7868 7.60295 22.0314C7.47471 22.2759 7.1725 22.3702 6.92794 22.242C4.34421 20.8872 2.4045 18.5615 1.53551 15.7766C1.45326 15.513 1.60027 15.2326 1.86388 15.1503Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.9335 21.1384L14.4374 15.4775C13.8429 14.5149 14.1645 13.2513 15.1467 12.6901L17.7398 11.2083C20.0298 9.89976 20.4486 6.77191 18.5836 4.90692L16.7249 3.04822C16.6776 3.00086 16.5979 3.01254 16.5662 3.07152L13.4118 8.92973C12.8754 9.92581 11.6203 10.2791 10.6431 9.70911L8.06339 8.20435C5.78515 6.87544 2.86692 8.07661 2.18429 10.6242L1.50396 13.1633C1.48662 13.228 1.53656 13.2911 1.60351 13.2891L8.25405 13.0918C9.38486 13.0583 10.3184 13.9685 10.3133 15.0998L10.3 18.0863C10.2883 20.7238 12.7877 22.6505 15.3353 21.9678L17.8743 21.2875C17.939 21.2702 17.9687 21.1953 17.9335 21.1384ZM13.4833 12.8879C13.6977 12.0877 13.2228 11.2652 12.4226 11.0508C11.6224 10.8364 10.7999 11.3112 10.5855 12.1114C10.3711 12.9116 10.846 13.7341 11.6462 13.9486C12.4464 14.163 13.2689 13.6881 13.4833 12.8879Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-fan-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFanOn",
          "declaration": {
            "name": "ObiFanOn",
            "module": "src/icons/icon-fan-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-fan-on",
          "declaration": {
            "name": "ObiFanOn",
            "module": "src/icons/icon-fan-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-file-download-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFileDownloadGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 15V18H6V15H4V18C4 19.1 4.9 20 6 20H18C19.1 20 20 19.1 20 18V15H18ZM17 11L15.59 9.59L13 12.17V4H11V12.17L8.41 9.59L7 11L12 16L17 11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 15V18H6V15H4V18C4 19.1 4.9 20 6 20H18C19.1 20 20 19.1 20 18V15H18ZM17 11L15.59 9.59L13 12.17V4H11V12.17L8.41 9.59L7 11L12 16L17 11Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-file-download-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFileDownloadGoogle",
          "declaration": {
            "name": "ObiFileDownloadGoogle",
            "module": "src/icons/icon-file-download-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-file-download-google",
          "declaration": {
            "name": "ObiFileDownloadGoogle",
            "module": "src/icons/icon-file-download-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-file-export-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFileExportGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 6L13 6V9H15V6C15 4.9 14.1 4 13 4H5C3.9 4 3 4.9 3 6V17.9998C3 19.0998 3.9 19.9998 5 19.9998H13C14.1 19.9998 15 19.0998 15 17.9998V14.9998H13V17.9998H5L5 6Z\" fill=\"currentColor\"/> <path d=\"M18 7L16.59 8.41L19.17 11L11 11L11 13L19.17 13L16.59 15.59L18 17L23 12L18 7Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 6L13 6V9H15V6C15 4.9 14.1 4 13 4H5C3.9 4 3 4.9 3 6V17.9998C3 19.0998 3.9 19.9998 5 19.9998H13C14.1 19.9998 15 19.0998 15 17.9998V14.9998H13V17.9998H5L5 6Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 7L16.59 8.41L19.17 11L11 11L11 13L19.17 13L16.59 15.59L18 17L23 12L18 7Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-file-export-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFileExportGoogle",
          "declaration": {
            "name": "ObiFileExportGoogle",
            "module": "src/icons/icon-file-export-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-file-export-google",
          "declaration": {
            "name": "ObiFileExportGoogle",
            "module": "src/icons/icon-file-export-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-file-upload-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFileUploadGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 15V18H6V15H4V18C4 19.1 4.9 20 6 20H18C19.1 20 20 19.1 20 18V15H18ZM7 9L8.41 10.41L11 7.83V16H13V7.83L15.59 10.41L17 9L12 4L7 9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 15V18H6V15H4V18C4 19.1 4.9 20 6 20H18C19.1 20 20 19.1 20 18V15H18ZM7 9L8.41 10.41L11 7.83V16H13V7.83L15.59 10.41L17 9L12 4L7 9Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-file-upload-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFileUploadGoogle",
          "declaration": {
            "name": "ObiFileUploadGoogle",
            "module": "src/icons/icon-file-upload-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-file-upload-google",
          "declaration": {
            "name": "ObiFileUploadGoogle",
            "module": "src/icons/icon-file-upload-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-filter-1-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFilter1Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1H23V23H1V1ZM5.93468 12.6514C7.68266 11.7244 9.79218 11.7994 11.47 12.848C13.7531 14.275 16.6237 14.3769 19.0023 13.1155L20.4685 12.338L19.5315 10.5711L18.0653 11.3486C16.3173 12.2756 14.2078 12.2006 12.53 11.152C10.2469 9.72505 7.37628 9.62309 4.99767 10.8845L3.5315 11.662L4.4685 13.4289L5.93468 12.6514ZM10.2937 6.29216L8.29289 8.29297L9.70711 9.70718L12.1762 7.23811C14.326 8.2812 16.8631 8.24948 19.0023 7.11506L20.4685 6.33754L19.5315 4.57061L18.0653 5.34813C16.7068 6.06854 15.13 6.18381 13.7071 5.70717L15.7071 3.70718L14.2929 2.29297L11.8246 4.76131C9.67455 3.71786 7.13711 3.74946 4.99767 4.88401L3.53149 5.66152L4.4685 7.42845L5.93467 6.65093C7.29342 5.93038 8.87062 5.81521 10.2937 6.29216ZM8.29289 20.2929L10.2936 18.2921C8.87058 17.8152 7.2934 17.9304 5.93467 18.6509L4.4685 19.4284L3.53149 17.6615L4.99767 16.884C7.13709 15.7495 9.67451 15.7179 11.8245 16.7613L14.2929 14.2929L15.7071 15.7071L13.7071 17.7072C15.1299 18.1838 16.7068 18.0686 18.0653 17.3481L19.5315 16.5706L20.4685 18.3375L19.0023 19.1151C16.8631 20.2495 14.326 20.2812 12.1761 19.2381L9.70711 21.7071L8.29289 20.2929Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 12.848C9.79218 11.7994 7.68266 11.7244 5.93468 12.6514L4.4685 13.4289L3.5315 11.662L4.99767 10.8845C7.37628 9.62309 10.2469 9.72505 12.53 11.152C14.2078 12.2006 16.3173 12.2756 18.0653 11.3486L19.5315 10.5711L20.4685 12.338L19.0023 13.1155C16.6237 14.3769 13.7531 14.275 11.47 12.848Z\" fill=\"currentColor\"/> <path d=\"M10.2937 6.29216L8.29289 8.29297L9.70711 9.70718L12.1762 7.23811C14.326 8.2812 16.8631 8.24948 19.0023 7.11506L20.4685 6.33754L19.5315 4.57061L18.0653 5.34813C16.7068 6.06854 15.13 6.18381 13.7071 5.70717L15.7071 3.70718L14.2929 2.29297L11.8246 4.76131C9.67455 3.71786 7.13711 3.74946 4.99767 4.88401L3.53149 5.66152L4.4685 7.42845L5.93467 6.65093C7.29342 5.93038 8.87062 5.81521 10.2937 6.29216Z\" fill=\"currentColor\"/> <path d=\"M10.2936 18.2921L8.29289 20.2929L9.70711 21.7071L12.1761 19.2381C14.326 20.2812 16.8631 20.2495 19.0023 19.1151L20.4685 18.3375L19.5315 16.5706L18.0653 17.3481C16.7068 18.0686 15.1299 18.1838 13.7071 17.7072L15.7071 15.7071L14.2929 14.2929L11.8245 16.7613C9.67451 15.7179 7.13709 15.7495 4.99767 16.884L3.53149 17.6615L4.4685 19.4284L5.93467 18.6509C7.2934 17.9304 8.87058 17.8152 10.2936 18.2921Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1H23V23H1V1ZM5.93468 12.6514C7.68266 11.7244 9.79218 11.7994 11.47 12.848C13.7531 14.275 16.6237 14.3769 19.0023 13.1155L20.4685 12.338L19.5315 10.5711L18.0653 11.3486C16.3173 12.2756 14.2078 12.2006 12.53 11.152C10.2469 9.72505 7.37628 9.62309 4.99767 10.8845L3.5315 11.662L4.4685 13.4289L5.93468 12.6514ZM10.2937 6.29216L8.29289 8.29297L9.70711 9.70718L12.1762 7.23811C14.326 8.2812 16.8631 8.24948 19.0023 7.11506L20.4685 6.33754L19.5315 4.57061L18.0653 5.34813C16.7068 6.06854 15.13 6.18381 13.7071 5.70717L15.7071 3.70718L14.2929 2.29297L11.8246 4.76131C9.67455 3.71786 7.13711 3.74946 4.99767 4.88401L3.53149 5.66152L4.4685 7.42845L5.93467 6.65093C7.29342 5.93038 8.87062 5.81521 10.2937 6.29216ZM8.29289 20.2929L10.2936 18.2921C8.87058 17.8152 7.2934 17.9304 5.93467 18.6509L4.4685 19.4284L3.53149 17.6615L4.99767 16.884C7.13709 15.7495 9.67451 15.7179 11.8245 16.7613L14.2929 14.2929L15.7071 15.7071L13.7071 17.7072C15.1299 18.1838 16.7068 18.0686 18.0653 17.3481L19.5315 16.5706L20.4685 18.3375L19.0023 19.1151C16.8631 20.2495 14.326 20.2812 12.1761 19.2381L9.70711 21.7071L8.29289 20.2929Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 12.848C9.79218 11.7994 7.68266 11.7244 5.93468 12.6514L4.4685 13.4289L3.5315 11.662L4.99767 10.8845C7.37628 9.62309 10.2469 9.72505 12.53 11.152C14.2078 12.2006 16.3173 12.2756 18.0653 11.3486L19.5315 10.5711L20.4685 12.338L19.0023 13.1155C16.6237 14.3769 13.7531 14.275 11.47 12.848Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M10.2937 6.29216L8.29289 8.29297L9.70711 9.70718L12.1762 7.23811C14.326 8.2812 16.8631 8.24948 19.0023 7.11506L20.4685 6.33754L19.5315 4.57061L18.0653 5.34813C16.7068 6.06854 15.13 6.18381 13.7071 5.70717L15.7071 3.70718L14.2929 2.29297L11.8246 4.76131C9.67455 3.71786 7.13711 3.74946 4.99767 4.88401L3.53149 5.66152L4.4685 7.42845L5.93467 6.65093C7.29342 5.93038 8.87062 5.81521 10.2937 6.29216Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M10.2936 18.2921L8.29289 20.2929L9.70711 21.7071L12.1761 19.2381C14.326 20.2812 16.8631 20.2495 19.0023 19.1151L20.4685 18.3375L19.5315 16.5706L18.0653 17.3481C16.7068 18.0686 15.1299 18.1838 13.7071 17.7072L15.7071 15.7071L14.2929 14.2929L11.8245 16.7613C9.67451 15.7179 7.13709 15.7495 4.99767 16.884L3.53149 17.6615L4.4685 19.4284L5.93467 18.6509C7.2934 17.9304 8.87058 17.8152 10.2936 18.2921Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-filter-1-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFilter1Off",
          "declaration": {
            "name": "ObiFilter1Off",
            "module": "src/icons/icon-filter-1-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-filter-1-off",
          "declaration": {
            "name": "ObiFilter1Off",
            "module": "src/icons/icon-filter-1-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-filter-1-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFilter1On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1H23V23H1V1ZM5.93468 12.6514C7.68266 11.7244 9.79218 11.7994 11.47 12.848C13.7531 14.275 16.6237 14.3769 19.0023 13.1155L20.4685 12.338L19.5315 10.5711L18.0653 11.3486C16.3173 12.2756 14.2078 12.2006 12.53 11.152C10.2469 9.72505 7.37628 9.62309 4.99767 10.8845L3.5315 11.662L4.4685 13.4289L5.93468 12.6514ZM10.2937 6.29216L8.29289 8.29297L9.70711 9.70718L12.1762 7.23811C14.326 8.2812 16.8631 8.24948 19.0023 7.11506L20.4685 6.33754L19.5315 4.57061L18.0653 5.34813C16.7068 6.06854 15.13 6.18381 13.7071 5.70717L15.7071 3.70718L14.2929 2.29297L11.8246 4.76131C9.67455 3.71786 7.13711 3.74946 4.99767 4.88401L3.53149 5.66152L4.4685 7.42845L5.93467 6.65093C7.29342 5.93038 8.87062 5.81521 10.2937 6.29216ZM8.29289 20.2929L10.2936 18.2921C8.87058 17.8152 7.2934 17.9304 5.93467 18.6509L4.4685 19.4284L3.53149 17.6615L4.99767 16.884C7.13709 15.7495 9.67451 15.7179 11.8245 16.7613L14.2929 14.2929L15.7071 15.7071L13.7071 17.7072C15.1299 18.1838 16.7068 18.0686 18.0653 17.3481L19.5315 16.5706L20.4685 18.3375L19.0023 19.1151C16.8631 20.2495 14.326 20.2812 12.1761 19.2381L9.70711 21.7071L8.29289 20.2929Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 12.848C9.79218 11.7994 7.68266 11.7244 5.93468 12.6514L4.4685 13.4289L3.5315 11.662L4.99767 10.8845C7.37628 9.62309 10.2469 9.72505 12.53 11.152C14.2078 12.2006 16.3173 12.2756 18.0653 11.3486L19.5315 10.5711L20.4685 12.338L19.0023 13.1155C16.6237 14.3769 13.7531 14.275 11.47 12.848Z\" fill=\"currentColor\"/> <path d=\"M10.2937 6.29216L8.29289 8.29297L9.70711 9.70718L12.1762 7.23811C14.326 8.2812 16.8631 8.24948 19.0023 7.11506L20.4685 6.33754L19.5315 4.57061L18.0653 5.34813C16.7068 6.06854 15.13 6.18381 13.7071 5.70717L15.7071 3.70718L14.2929 2.29297L11.8246 4.76131C9.67455 3.71786 7.13711 3.74946 4.99767 4.88401L3.53149 5.66152L4.4685 7.42845L5.93467 6.65093C7.29342 5.93038 8.87062 5.81521 10.2937 6.29216Z\" fill=\"currentColor\"/> <path d=\"M10.2936 18.2921L8.29289 20.2929L9.70711 21.7071L12.1761 19.2381C14.326 20.2812 16.8631 20.2495 19.0023 19.1151L20.4685 18.3375L19.5315 16.5706L18.0653 17.3481C16.7068 18.0686 15.1299 18.1838 13.7071 17.7072L15.7071 15.7071L14.2929 14.2929L11.8245 16.7613C9.67451 15.7179 7.13709 15.7495 4.99767 16.884L3.53149 17.6615L4.4685 19.4284L5.93467 18.6509C7.2934 17.9304 8.87058 17.8152 10.2936 18.2921Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1H23V23H1V1ZM5.93468 12.6514C7.68266 11.7244 9.79218 11.7994 11.47 12.848C13.7531 14.275 16.6237 14.3769 19.0023 13.1155L20.4685 12.338L19.5315 10.5711L18.0653 11.3486C16.3173 12.2756 14.2078 12.2006 12.53 11.152C10.2469 9.72505 7.37628 9.62309 4.99767 10.8845L3.5315 11.662L4.4685 13.4289L5.93468 12.6514ZM10.2937 6.29216L8.29289 8.29297L9.70711 9.70718L12.1762 7.23811C14.326 8.2812 16.8631 8.24948 19.0023 7.11506L20.4685 6.33754L19.5315 4.57061L18.0653 5.34813C16.7068 6.06854 15.13 6.18381 13.7071 5.70717L15.7071 3.70718L14.2929 2.29297L11.8246 4.76131C9.67455 3.71786 7.13711 3.74946 4.99767 4.88401L3.53149 5.66152L4.4685 7.42845L5.93467 6.65093C7.29342 5.93038 8.87062 5.81521 10.2937 6.29216ZM8.29289 20.2929L10.2936 18.2921C8.87058 17.8152 7.2934 17.9304 5.93467 18.6509L4.4685 19.4284L3.53149 17.6615L4.99767 16.884C7.13709 15.7495 9.67451 15.7179 11.8245 16.7613L14.2929 14.2929L15.7071 15.7071L13.7071 17.7072C15.1299 18.1838 16.7068 18.0686 18.0653 17.3481L19.5315 16.5706L20.4685 18.3375L19.0023 19.1151C16.8631 20.2495 14.326 20.2812 12.1761 19.2381L9.70711 21.7071L8.29289 20.2929Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 12.848C9.79218 11.7994 7.68266 11.7244 5.93468 12.6514L4.4685 13.4289L3.5315 11.662L4.99767 10.8845C7.37628 9.62309 10.2469 9.72505 12.53 11.152C14.2078 12.2006 16.3173 12.2756 18.0653 11.3486L19.5315 10.5711L20.4685 12.338L19.0023 13.1155C16.6237 14.3769 13.7531 14.275 11.47 12.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M10.2937 6.29216L8.29289 8.29297L9.70711 9.70718L12.1762 7.23811C14.326 8.2812 16.8631 8.24948 19.0023 7.11506L20.4685 6.33754L19.5315 4.57061L18.0653 5.34813C16.7068 6.06854 15.13 6.18381 13.7071 5.70717L15.7071 3.70718L14.2929 2.29297L11.8246 4.76131C9.67455 3.71786 7.13711 3.74946 4.99767 4.88401L3.53149 5.66152L4.4685 7.42845L5.93467 6.65093C7.29342 5.93038 8.87062 5.81521 10.2937 6.29216Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M10.2936 18.2921L8.29289 20.2929L9.70711 21.7071L12.1761 19.2381C14.326 20.2812 16.8631 20.2495 19.0023 19.1151L20.4685 18.3375L19.5315 16.5706L18.0653 17.3481C16.7068 18.0686 15.1299 18.1838 13.7071 17.7072L15.7071 15.7071L14.2929 14.2929L11.8245 16.7613C9.67451 15.7179 7.13709 15.7495 4.99767 16.884L3.53149 17.6615L4.4685 19.4284L5.93467 18.6509C7.2934 17.9304 8.87058 17.8152 10.2936 18.2921Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-filter-1-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFilter1On",
          "declaration": {
            "name": "ObiFilter1On",
            "module": "src/icons/icon-filter-1-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-filter-1-on",
          "declaration": {
            "name": "ObiFilter1On",
            "module": "src/icons/icon-filter-1-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-filter-1.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFilter1",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 12.848C9.79218 11.7994 7.68266 11.7244 5.93468 12.6514L4.4685 13.4289L3.5315 11.662L4.99767 10.8845C7.37628 9.62309 10.2469 9.72505 12.53 11.152C14.2078 12.2006 16.3173 12.2756 18.0653 11.3486L19.5315 10.5711L20.4685 12.338L19.0023 13.1155C16.6237 14.3769 13.7531 14.275 11.47 12.848Z\" fill=\"currentColor\"/> <path d=\"M10.2937 6.29216L8.29289 8.29297L9.70711 9.70718L12.1762 7.23811C14.326 8.2812 16.8631 8.24948 19.0023 7.11506L20.4685 6.33754L19.5315 4.57061L18.0653 5.34813C16.7068 6.06854 15.13 6.18381 13.7071 5.70717L15.7071 3.70718L14.2929 2.29297L11.8246 4.76131C9.67455 3.71786 7.13711 3.74946 4.99767 4.88401L3.53149 5.66152L4.4685 7.42845L5.93467 6.65093C7.29342 5.93038 8.87062 5.81521 10.2937 6.29216Z\" fill=\"currentColor\"/> <path d=\"M10.2936 18.2921L8.29289 20.2929L9.70711 21.7071L12.1761 19.2381C14.326 20.2812 16.8631 20.2495 19.0023 19.1151L20.4685 18.3375L19.5315 16.5706L18.0653 17.3481C16.7068 18.0686 15.1299 18.1838 13.7071 17.7072L15.7071 15.7071L14.2929 14.2929L11.8245 16.7613C9.67451 15.7179 7.13709 15.7495 4.99767 16.884L3.53149 17.6615L4.4685 19.4284L5.93467 18.6509C7.2934 17.9304 8.87058 17.8152 10.2936 18.2921Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 12.848C9.79218 11.7994 7.68266 11.7244 5.93468 12.6514L4.4685 13.4289L3.5315 11.662L4.99767 10.8845C7.37628 9.62309 10.2469 9.72505 12.53 11.152C14.2078 12.2006 16.3173 12.2756 18.0653 11.3486L19.5315 10.5711L20.4685 12.338L19.0023 13.1155C16.6237 14.3769 13.7531 14.275 11.47 12.848Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M10.2937 6.29216L8.29289 8.29297L9.70711 9.70718L12.1762 7.23811C14.326 8.2812 16.8631 8.24948 19.0023 7.11506L20.4685 6.33754L19.5315 4.57061L18.0653 5.34813C16.7068 6.06854 15.13 6.18381 13.7071 5.70717L15.7071 3.70718L14.2929 2.29297L11.8246 4.76131C9.67455 3.71786 7.13711 3.74946 4.99767 4.88401L3.53149 5.66152L4.4685 7.42845L5.93467 6.65093C7.29342 5.93038 8.87062 5.81521 10.2937 6.29216Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M10.2936 18.2921L8.29289 20.2929L9.70711 21.7071L12.1761 19.2381C14.326 20.2812 16.8631 20.2495 19.0023 19.1151L20.4685 18.3375L19.5315 16.5706L18.0653 17.3481C16.7068 18.0686 15.1299 18.1838 13.7071 17.7072L15.7071 15.7071L14.2929 14.2929L11.8245 16.7613C9.67451 15.7179 7.13709 15.7495 4.99767 16.884L3.53149 17.6615L4.4685 19.4284L5.93467 18.6509C7.2934 17.9304 8.87058 17.8152 10.2936 18.2921Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-filter-1",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFilter1",
          "declaration": {
            "name": "ObiFilter1",
            "module": "src/icons/icon-filter-1.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-filter-1",
          "declaration": {
            "name": "ObiFilter1",
            "module": "src/icons/icon-filter-1.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-filter-2-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFilter2Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1H23V23H1V1ZM5.93468 6.6514C7.68266 5.72444 9.79218 5.79936 11.47 6.848C13.7531 8.27495 16.6237 8.37691 19.0023 7.11552L20.4685 6.33801L19.5315 4.57108L18.0653 5.3486C16.3173 6.27556 14.2078 6.20064 12.53 5.152C10.2469 3.72504 7.37628 3.62309 4.99767 4.88448L3.5315 5.66199L4.4685 7.42892L5.93468 6.6514ZM11.47 18.848C9.79218 17.7994 7.68266 17.7244 5.93468 18.6514L4.4685 19.4289L3.5315 17.662L4.99767 16.8845C7.37628 15.6231 10.2469 15.725 12.53 17.152C14.2078 18.2006 16.3173 18.2756 18.0653 17.3486L19.5315 16.5711L20.4685 18.338L19.0023 19.1155C16.6237 20.3769 13.7531 20.275 11.47 18.848ZM8.29289 14.293L10.2937 12.2922C8.87062 11.8152 7.29342 11.9304 5.93467 12.6509L4.4685 13.4284L3.53149 11.6615L4.99767 10.884C7.13711 9.74946 9.67455 9.71786 11.8246 10.7613L14.2929 8.29297L15.7071 9.70718L13.7071 11.7072C15.13 12.1838 16.7068 12.0685 18.0653 11.3481L19.5315 10.5706L20.4685 12.3375L19.0023 13.1151C16.8631 14.2495 14.326 14.2812 12.1762 13.2381L9.70711 15.7072L8.29289 14.293Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 6.848C9.79218 5.79936 7.68266 5.72444 5.93468 6.6514L4.4685 7.42892L3.5315 5.66199L4.99767 4.88448C7.37628 3.62309 10.2469 3.72504 12.53 5.152C14.2078 6.20064 16.3173 6.27556 18.0653 5.3486L19.5315 4.57108L20.4685 6.33801L19.0023 7.11552C16.6237 8.37691 13.7531 8.27495 11.47 6.848Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 18.848C9.79218 17.7994 7.68266 17.7244 5.93468 18.6514L4.4685 19.4289L3.5315 17.662L4.99767 16.8845C7.37628 15.6231 10.2469 15.725 12.53 17.152C14.2078 18.2006 16.3173 18.2756 18.0653 17.3486L19.5315 16.5711L20.4685 18.338L19.0023 19.1155C16.6237 20.3769 13.7531 20.275 11.47 18.848Z\" fill=\"currentColor\"/> <path d=\"M10.2937 12.2922L8.29289 14.293L9.70711 15.7072L12.1762 13.2381C14.326 14.2812 16.8631 14.2495 19.0023 13.1151L20.4685 12.3375L19.5315 10.5706L18.0653 11.3481C16.7068 12.0685 15.13 12.1838 13.7071 11.7072L15.7071 9.70718L14.2929 8.29297L11.8246 10.7613C9.67455 9.71786 7.13711 9.74946 4.99767 10.884L3.53149 11.6615L4.4685 13.4284L5.93467 12.6509C7.29342 11.9304 8.87062 11.8152 10.2937 12.2922Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1H23V23H1V1ZM5.93468 6.6514C7.68266 5.72444 9.79218 5.79936 11.47 6.848C13.7531 8.27495 16.6237 8.37691 19.0023 7.11552L20.4685 6.33801L19.5315 4.57108L18.0653 5.3486C16.3173 6.27556 14.2078 6.20064 12.53 5.152C10.2469 3.72504 7.37628 3.62309 4.99767 4.88448L3.5315 5.66199L4.4685 7.42892L5.93468 6.6514ZM11.47 18.848C9.79218 17.7994 7.68266 17.7244 5.93468 18.6514L4.4685 19.4289L3.5315 17.662L4.99767 16.8845C7.37628 15.6231 10.2469 15.725 12.53 17.152C14.2078 18.2006 16.3173 18.2756 18.0653 17.3486L19.5315 16.5711L20.4685 18.338L19.0023 19.1155C16.6237 20.3769 13.7531 20.275 11.47 18.848ZM8.29289 14.293L10.2937 12.2922C8.87062 11.8152 7.29342 11.9304 5.93467 12.6509L4.4685 13.4284L3.53149 11.6615L4.99767 10.884C7.13711 9.74946 9.67455 9.71786 11.8246 10.7613L14.2929 8.29297L15.7071 9.70718L13.7071 11.7072C15.13 12.1838 16.7068 12.0685 18.0653 11.3481L19.5315 10.5706L20.4685 12.3375L19.0023 13.1151C16.8631 14.2495 14.326 14.2812 12.1762 13.2381L9.70711 15.7072L8.29289 14.293Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 6.848C9.79218 5.79936 7.68266 5.72444 5.93468 6.6514L4.4685 7.42892L3.5315 5.66199L4.99767 4.88448C7.37628 3.62309 10.2469 3.72504 12.53 5.152C14.2078 6.20064 16.3173 6.27556 18.0653 5.3486L19.5315 4.57108L20.4685 6.33801L19.0023 7.11552C16.6237 8.37691 13.7531 8.27495 11.47 6.848Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 18.848C9.79218 17.7994 7.68266 17.7244 5.93468 18.6514L4.4685 19.4289L3.5315 17.662L4.99767 16.8845C7.37628 15.6231 10.2469 15.725 12.53 17.152C14.2078 18.2006 16.3173 18.2756 18.0653 17.3486L19.5315 16.5711L20.4685 18.338L19.0023 19.1155C16.6237 20.3769 13.7531 20.275 11.47 18.848Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M10.2937 12.2922L8.29289 14.293L9.70711 15.7072L12.1762 13.2381C14.326 14.2812 16.8631 14.2495 19.0023 13.1151L20.4685 12.3375L19.5315 10.5706L18.0653 11.3481C16.7068 12.0685 15.13 12.1838 13.7071 11.7072L15.7071 9.70718L14.2929 8.29297L11.8246 10.7613C9.67455 9.71786 7.13711 9.74946 4.99767 10.884L3.53149 11.6615L4.4685 13.4284L5.93467 12.6509C7.29342 11.9304 8.87062 11.8152 10.2937 12.2922Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-filter-2-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFilter2Off",
          "declaration": {
            "name": "ObiFilter2Off",
            "module": "src/icons/icon-filter-2-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-filter-2-off",
          "declaration": {
            "name": "ObiFilter2Off",
            "module": "src/icons/icon-filter-2-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-filter-2-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFilter2On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1L23 1L23 23L1 23L1 1ZM5.93468 6.6514C7.68266 5.72444 9.79218 5.79936 11.47 6.848C13.7531 8.27495 16.6237 8.37691 19.0023 7.11552L20.4685 6.33801L19.5315 4.57108L18.0653 5.3486C16.3173 6.27556 14.2078 6.20064 12.53 5.152C10.2469 3.72504 7.37628 3.62309 4.99767 4.88448L3.5315 5.66199L4.4685 7.42892L5.93468 6.6514ZM11.47 18.848C9.79218 17.7994 7.68266 17.7244 5.93468 18.6514L4.4685 19.4289L3.5315 17.662L4.99767 16.8845C7.37628 15.6231 10.2469 15.725 12.53 17.152C14.2078 18.2006 16.3173 18.2756 18.0653 17.3486L19.5315 16.5711L20.4685 18.338L19.0023 19.1155C16.6237 20.3769 13.7531 20.275 11.47 18.848ZM8.29289 14.293L10.2937 12.2922C8.87062 11.8152 7.29342 11.9304 5.93467 12.6509L4.4685 13.4284L3.53149 11.6615L4.99767 10.884C7.13711 9.74946 9.67455 9.71786 11.8246 10.7613L14.2929 8.29297L15.7071 9.70718L13.7071 11.7072C15.13 12.1838 16.7068 12.0685 18.0653 11.3481L19.5315 10.5706L20.4685 12.3375L19.0023 13.1151C16.8631 14.2495 14.326 14.2812 12.1762 13.2381L9.70711 15.7072L8.29289 14.293Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 6.848C9.79218 5.79936 7.68266 5.72444 5.93468 6.6514L4.4685 7.42892L3.5315 5.66199L4.99767 4.88448C7.37628 3.62309 10.2469 3.72504 12.53 5.152C14.2078 6.20064 16.3173 6.27556 18.0653 5.3486L19.5315 4.57108L20.4685 6.33801L19.0023 7.11552C16.6237 8.37691 13.7531 8.27495 11.47 6.848Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 18.848C9.79218 17.7994 7.68266 17.7244 5.93468 18.6514L4.4685 19.4289L3.5315 17.662L4.99767 16.8845C7.37628 15.6231 10.2469 15.725 12.53 17.152C14.2078 18.2006 16.3173 18.2756 18.0653 17.3486L19.5315 16.5711L20.4685 18.338L19.0023 19.1155C16.6237 20.3769 13.7531 20.275 11.47 18.848Z\" fill=\"currentColor\"/> <path d=\"M10.2937 12.2922L8.29289 14.293L9.70711 15.7072L12.1762 13.2381C14.326 14.2812 16.8631 14.2495 19.0023 13.1151L20.4685 12.3375L19.5315 10.5706L18.0653 11.3481C16.7068 12.0685 15.13 12.1838 13.7071 11.7072L15.7071 9.70718L14.2929 8.29297L11.8246 10.7613C9.67455 9.71786 7.13711 9.74946 4.99767 10.884L3.53149 11.6615L4.4685 13.4284L5.93467 12.6509C7.29342 11.9304 8.87062 11.8152 10.2937 12.2922Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1L23 1L23 23L1 23L1 1ZM5.93468 6.6514C7.68266 5.72444 9.79218 5.79936 11.47 6.848C13.7531 8.27495 16.6237 8.37691 19.0023 7.11552L20.4685 6.33801L19.5315 4.57108L18.0653 5.3486C16.3173 6.27556 14.2078 6.20064 12.53 5.152C10.2469 3.72504 7.37628 3.62309 4.99767 4.88448L3.5315 5.66199L4.4685 7.42892L5.93468 6.6514ZM11.47 18.848C9.79218 17.7994 7.68266 17.7244 5.93468 18.6514L4.4685 19.4289L3.5315 17.662L4.99767 16.8845C7.37628 15.6231 10.2469 15.725 12.53 17.152C14.2078 18.2006 16.3173 18.2756 18.0653 17.3486L19.5315 16.5711L20.4685 18.338L19.0023 19.1155C16.6237 20.3769 13.7531 20.275 11.47 18.848ZM8.29289 14.293L10.2937 12.2922C8.87062 11.8152 7.29342 11.9304 5.93467 12.6509L4.4685 13.4284L3.53149 11.6615L4.99767 10.884C7.13711 9.74946 9.67455 9.71786 11.8246 10.7613L14.2929 8.29297L15.7071 9.70718L13.7071 11.7072C15.13 12.1838 16.7068 12.0685 18.0653 11.3481L19.5315 10.5706L20.4685 12.3375L19.0023 13.1151C16.8631 14.2495 14.326 14.2812 12.1762 13.2381L9.70711 15.7072L8.29289 14.293Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 6.848C9.79218 5.79936 7.68266 5.72444 5.93468 6.6514L4.4685 7.42892L3.5315 5.66199L4.99767 4.88448C7.37628 3.62309 10.2469 3.72504 12.53 5.152C14.2078 6.20064 16.3173 6.27556 18.0653 5.3486L19.5315 4.57108L20.4685 6.33801L19.0023 7.11552C16.6237 8.37691 13.7531 8.27495 11.47 6.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 18.848C9.79218 17.7994 7.68266 17.7244 5.93468 18.6514L4.4685 19.4289L3.5315 17.662L4.99767 16.8845C7.37628 15.6231 10.2469 15.725 12.53 17.152C14.2078 18.2006 16.3173 18.2756 18.0653 17.3486L19.5315 16.5711L20.4685 18.338L19.0023 19.1155C16.6237 20.3769 13.7531 20.275 11.47 18.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M10.2937 12.2922L8.29289 14.293L9.70711 15.7072L12.1762 13.2381C14.326 14.2812 16.8631 14.2495 19.0023 13.1151L20.4685 12.3375L19.5315 10.5706L18.0653 11.3481C16.7068 12.0685 15.13 12.1838 13.7071 11.7072L15.7071 9.70718L14.2929 8.29297L11.8246 10.7613C9.67455 9.71786 7.13711 9.74946 4.99767 10.884L3.53149 11.6615L4.4685 13.4284L5.93467 12.6509C7.29342 11.9304 8.87062 11.8152 10.2937 12.2922Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-filter-2-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFilter2On",
          "declaration": {
            "name": "ObiFilter2On",
            "module": "src/icons/icon-filter-2-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-filter-2-on",
          "declaration": {
            "name": "ObiFilter2On",
            "module": "src/icons/icon-filter-2-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-filter-2.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFilter2",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 6.848C9.79218 5.79936 7.68266 5.72444 5.93468 6.6514L4.4685 7.42892L3.5315 5.66199L4.99767 4.88448C7.37628 3.62309 10.2469 3.72504 12.53 5.152C14.2078 6.20064 16.3173 6.27556 18.0653 5.3486L19.5315 4.57108L20.4685 6.33801L19.0023 7.11552C16.6237 8.37691 13.7531 8.27495 11.47 6.848Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 18.848C9.79218 17.7994 7.68266 17.7244 5.93468 18.6514L4.4685 19.4289L3.5315 17.662L4.99767 16.8845C7.37628 15.6231 10.2469 15.725 12.53 17.152C14.2078 18.2006 16.3173 18.2756 18.0653 17.3486L19.5315 16.5711L20.4685 18.338L19.0023 19.1155C16.6237 20.3769 13.7531 20.275 11.47 18.848Z\" fill=\"currentColor\"/> <path d=\"M10.2937 12.2922L8.29289 14.293L9.70711 15.7072L12.1762 13.2381C14.326 14.2812 16.8631 14.2495 19.0023 13.1151L20.4685 12.3375L19.5315 10.5706L18.0653 11.3481C16.7068 12.0685 15.13 12.1838 13.7071 11.7072L15.7071 9.70718L14.2929 8.29297L11.8246 10.7613C9.67455 9.71786 7.13711 9.74946 4.99767 10.884L3.53149 11.6615L4.4685 13.4284L5.93467 12.6509C7.29342 11.9304 8.87062 11.8152 10.2937 12.2922Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 6.848C9.79218 5.79936 7.68266 5.72444 5.93468 6.6514L4.4685 7.42892L3.5315 5.66199L4.99767 4.88448C7.37628 3.62309 10.2469 3.72504 12.53 5.152C14.2078 6.20064 16.3173 6.27556 18.0653 5.3486L19.5315 4.57108L20.4685 6.33801L19.0023 7.11552C16.6237 8.37691 13.7531 8.27495 11.47 6.848Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 18.848C9.79218 17.7994 7.68266 17.7244 5.93468 18.6514L4.4685 19.4289L3.5315 17.662L4.99767 16.8845C7.37628 15.6231 10.2469 15.725 12.53 17.152C14.2078 18.2006 16.3173 18.2756 18.0653 17.3486L19.5315 16.5711L20.4685 18.338L19.0023 19.1155C16.6237 20.3769 13.7531 20.275 11.47 18.848Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M10.2937 12.2922L8.29289 14.293L9.70711 15.7072L12.1762 13.2381C14.326 14.2812 16.8631 14.2495 19.0023 13.1151L20.4685 12.3375L19.5315 10.5706L18.0653 11.3481C16.7068 12.0685 15.13 12.1838 13.7071 11.7072L15.7071 9.70718L14.2929 8.29297L11.8246 10.7613C9.67455 9.71786 7.13711 9.74946 4.99767 10.884L3.53149 11.6615L4.4685 13.4284L5.93467 12.6509C7.29342 11.9304 8.87062 11.8152 10.2937 12.2922Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-filter-2",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFilter2",
          "declaration": {
            "name": "ObiFilter2",
            "module": "src/icons/icon-filter-2.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-filter-2",
          "declaration": {
            "name": "ObiFilter2",
            "module": "src/icons/icon-filter-2.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-filter-3-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFilter3Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM11.47 16.848C9.79218 15.7994 7.68266 15.7244 5.93468 16.6514L4.4685 17.4289L3.5315 15.662L4.99767 14.8845C7.37629 13.6231 10.2469 13.725 12.53 15.152C14.2078 16.2006 16.3173 16.2756 18.0653 15.3486L19.5315 14.5711L20.4685 16.338L19.0023 17.1155C16.6237 18.3769 13.7531 18.275 11.47 16.848ZM8.29289 10.293L10.2937 8.29216C8.87062 7.81521 7.29342 7.93038 5.93467 8.65093L4.4685 9.42845L3.53149 7.66152L4.99767 6.88401C7.13711 5.74946 9.67455 5.71786 11.8246 6.76131L14.2929 4.29297L15.7071 5.70718L13.7071 7.70718C15.13 8.18381 16.7068 8.06854 18.0653 7.34813L19.5315 6.57062L20.4685 8.33754L19.0023 9.11506C16.8631 10.2495 14.326 10.2812 12.1762 9.23811L9.70711 11.7072L8.29289 10.293Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 16.848C9.79218 15.7994 7.68266 15.7244 5.93468 16.6514L4.4685 17.4289L3.5315 15.662L4.99767 14.8845C7.37628 13.6231 10.2469 13.725 12.53 15.152C14.2078 16.2006 16.3173 16.2756 18.0653 15.3486L19.5315 14.5711L20.4685 16.338L19.0023 17.1155C16.6237 18.3769 13.7531 18.275 11.47 16.848Z\" fill=\"currentColor\"/> <path d=\"M10.2937 8.29216L8.29289 10.293L9.70711 11.7072L12.1762 9.23811C14.326 10.2812 16.8631 10.2495 19.0023 9.11506L20.4685 8.33754L19.5315 6.57062L18.0653 7.34813C16.7068 8.06854 15.13 8.18382 13.7071 7.70718L15.7071 5.70718L14.2929 4.29297L11.8246 6.76131C9.67455 5.71786 7.13711 5.74946 4.99767 6.88401L3.53149 7.66152L4.4685 9.42845L5.93467 8.65093C7.29342 7.93038 8.87062 7.81521 10.2937 8.29216Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM11.47 16.848C9.79218 15.7994 7.68266 15.7244 5.93468 16.6514L4.4685 17.4289L3.5315 15.662L4.99767 14.8845C7.37629 13.6231 10.2469 13.725 12.53 15.152C14.2078 16.2006 16.3173 16.2756 18.0653 15.3486L19.5315 14.5711L20.4685 16.338L19.0023 17.1155C16.6237 18.3769 13.7531 18.275 11.47 16.848ZM8.29289 10.293L10.2937 8.29216C8.87062 7.81521 7.29342 7.93038 5.93467 8.65093L4.4685 9.42845L3.53149 7.66152L4.99767 6.88401C7.13711 5.74946 9.67455 5.71786 11.8246 6.76131L14.2929 4.29297L15.7071 5.70718L13.7071 7.70718C15.13 8.18381 16.7068 8.06854 18.0653 7.34813L19.5315 6.57062L20.4685 8.33754L19.0023 9.11506C16.8631 10.2495 14.326 10.2812 12.1762 9.23811L9.70711 11.7072L8.29289 10.293Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 16.848C9.79218 15.7994 7.68266 15.7244 5.93468 16.6514L4.4685 17.4289L3.5315 15.662L4.99767 14.8845C7.37628 13.6231 10.2469 13.725 12.53 15.152C14.2078 16.2006 16.3173 16.2756 18.0653 15.3486L19.5315 14.5711L20.4685 16.338L19.0023 17.1155C16.6237 18.3769 13.7531 18.275 11.47 16.848Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M10.2937 8.29216L8.29289 10.293L9.70711 11.7072L12.1762 9.23811C14.326 10.2812 16.8631 10.2495 19.0023 9.11506L20.4685 8.33754L19.5315 6.57062L18.0653 7.34813C16.7068 8.06854 15.13 8.18382 13.7071 7.70718L15.7071 5.70718L14.2929 4.29297L11.8246 6.76131C9.67455 5.71786 7.13711 5.74946 4.99767 6.88401L3.53149 7.66152L4.4685 9.42845L5.93467 8.65093C7.29342 7.93038 8.87062 7.81521 10.2937 8.29216Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-filter-3-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFilter3Off",
          "declaration": {
            "name": "ObiFilter3Off",
            "module": "src/icons/icon-filter-3-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-filter-3-off",
          "declaration": {
            "name": "ObiFilter3Off",
            "module": "src/icons/icon-filter-3-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-filter-3-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFilter3On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM11.47 16.848C9.79218 15.7994 7.68266 15.7244 5.93468 16.6514L4.4685 17.4289L3.5315 15.662L4.99767 14.8845C7.37629 13.6231 10.2469 13.725 12.53 15.152C14.2078 16.2006 16.3173 16.2756 18.0653 15.3486L19.5315 14.5711L20.4685 16.338L19.0023 17.1155C16.6237 18.3769 13.7531 18.275 11.47 16.848ZM8.29289 10.293L10.2937 8.29216C8.87062 7.81521 7.29342 7.93038 5.93467 8.65093L4.4685 9.42845L3.53149 7.66152L4.99767 6.88401C7.13711 5.74946 9.67455 5.71786 11.8246 6.76131L14.2929 4.29297L15.7071 5.70718L13.7071 7.70718C15.13 8.18381 16.7068 8.06854 18.0653 7.34813L19.5315 6.57062L20.4685 8.33754L19.0023 9.11506C16.8631 10.2495 14.326 10.2812 12.1762 9.23811L9.70711 11.7072L8.29289 10.293Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 16.848C9.79218 15.7994 7.68266 15.7244 5.93468 16.6514L4.4685 17.4289L3.5315 15.662L4.99767 14.8845C7.37628 13.6231 10.2469 13.725 12.53 15.152C14.2078 16.2006 16.3173 16.2756 18.0653 15.3486L19.5315 14.5711L20.4685 16.338L19.0023 17.1155C16.6237 18.3769 13.7531 18.275 11.47 16.848Z\" fill=\"currentColor\"/> <path d=\"M10.2937 8.29216L8.29289 10.293L9.70711 11.7072L12.1762 9.23811C14.326 10.2812 16.8631 10.2495 19.0023 9.11506L20.4685 8.33754L19.5315 6.57062L18.0653 7.34813C16.7068 8.06854 15.13 8.18382 13.7071 7.70718L15.7071 5.70718L14.2929 4.29297L11.8246 6.76131C9.67455 5.71786 7.13711 5.74946 4.99767 6.88401L3.53149 7.66152L4.4685 9.42845L5.93467 8.65093C7.29342 7.93038 8.87062 7.81521 10.2937 8.29216Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM11.47 16.848C9.79218 15.7994 7.68266 15.7244 5.93468 16.6514L4.4685 17.4289L3.5315 15.662L4.99767 14.8845C7.37629 13.6231 10.2469 13.725 12.53 15.152C14.2078 16.2006 16.3173 16.2756 18.0653 15.3486L19.5315 14.5711L20.4685 16.338L19.0023 17.1155C16.6237 18.3769 13.7531 18.275 11.47 16.848ZM8.29289 10.293L10.2937 8.29216C8.87062 7.81521 7.29342 7.93038 5.93467 8.65093L4.4685 9.42845L3.53149 7.66152L4.99767 6.88401C7.13711 5.74946 9.67455 5.71786 11.8246 6.76131L14.2929 4.29297L15.7071 5.70718L13.7071 7.70718C15.13 8.18381 16.7068 8.06854 18.0653 7.34813L19.5315 6.57062L20.4685 8.33754L19.0023 9.11506C16.8631 10.2495 14.326 10.2812 12.1762 9.23811L9.70711 11.7072L8.29289 10.293Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 16.848C9.79218 15.7994 7.68266 15.7244 5.93468 16.6514L4.4685 17.4289L3.5315 15.662L4.99767 14.8845C7.37628 13.6231 10.2469 13.725 12.53 15.152C14.2078 16.2006 16.3173 16.2756 18.0653 15.3486L19.5315 14.5711L20.4685 16.338L19.0023 17.1155C16.6237 18.3769 13.7531 18.275 11.47 16.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M10.2937 8.29216L8.29289 10.293L9.70711 11.7072L12.1762 9.23811C14.326 10.2812 16.8631 10.2495 19.0023 9.11506L20.4685 8.33754L19.5315 6.57062L18.0653 7.34813C16.7068 8.06854 15.13 8.18382 13.7071 7.70718L15.7071 5.70718L14.2929 4.29297L11.8246 6.76131C9.67455 5.71786 7.13711 5.74946 4.99767 6.88401L3.53149 7.66152L4.4685 9.42845L5.93467 8.65093C7.29342 7.93038 8.87062 7.81521 10.2937 8.29216Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-filter-3-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFilter3On",
          "declaration": {
            "name": "ObiFilter3On",
            "module": "src/icons/icon-filter-3-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-filter-3-on",
          "declaration": {
            "name": "ObiFilter3On",
            "module": "src/icons/icon-filter-3-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-filter-3.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFilter3",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 16.848C9.79218 15.7994 7.68266 15.7244 5.93468 16.6514L4.4685 17.4289L3.5315 15.662L4.99767 14.8845C7.37628 13.6231 10.2469 13.725 12.53 15.152C14.2078 16.2006 16.3173 16.2756 18.0653 15.3486L19.5315 14.5711L20.4685 16.338L19.0023 17.1155C16.6237 18.3769 13.7531 18.275 11.47 16.848Z\" fill=\"currentColor\"/> <path d=\"M10.2937 8.29216L8.29289 10.293L9.70711 11.7072L12.1762 9.23811C14.326 10.2812 16.8631 10.2495 19.0023 9.11506L20.4685 8.33754L19.5315 6.57062L18.0653 7.34813C16.7068 8.06854 15.13 8.18382 13.7071 7.70718L15.7071 5.70718L14.2929 4.29297L11.8246 6.76131C9.67455 5.71786 7.13711 5.74946 4.99767 6.88401L3.53149 7.66152L4.4685 9.42845L5.93467 8.65093C7.29342 7.93038 8.87062 7.81521 10.2937 8.29216Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 16.848C9.79218 15.7994 7.68266 15.7244 5.93468 16.6514L4.4685 17.4289L3.5315 15.662L4.99767 14.8845C7.37628 13.6231 10.2469 13.725 12.53 15.152C14.2078 16.2006 16.3173 16.2756 18.0653 15.3486L19.5315 14.5711L20.4685 16.338L19.0023 17.1155C16.6237 18.3769 13.7531 18.275 11.47 16.848Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M10.2937 8.29216L8.29289 10.293L9.70711 11.7072L12.1762 9.23811C14.326 10.2812 16.8631 10.2495 19.0023 9.11506L20.4685 8.33754L19.5315 6.57062L18.0653 7.34813C16.7068 8.06854 15.13 8.18382 13.7071 7.70718L15.7071 5.70718L14.2929 4.29297L11.8246 6.76131C9.67455 5.71786 7.13711 5.74946 4.99767 6.88401L3.53149 7.66152L4.4685 9.42845L5.93467 8.65093C7.29342 7.93038 8.87062 7.81521 10.2937 8.29216Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-filter-3",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFilter3",
          "declaration": {
            "name": "ObiFilter3",
            "module": "src/icons/icon-filter-3.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-filter-3",
          "declaration": {
            "name": "ObiFilter3",
            "module": "src/icons/icon-filter-3.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-filter-4-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFilter4Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1L1 1L1 23L23 23L23 1ZM11.47 8.848C9.79218 7.79936 7.68266 7.72444 5.93468 8.6514L4.4685 9.42892L3.5315 7.66199L4.99767 6.88448C7.37628 5.62309 10.2469 5.72505 12.53 7.152C14.2078 8.20064 16.3173 8.27556 18.0653 7.3486L19.5315 6.57108L20.4685 8.33801L19.0023 9.11552C16.6237 10.3769 13.7531 10.275 11.47 8.848ZM8.29289 18.293L10.2937 16.2922C8.87062 15.8152 7.29342 15.9304 5.93467 16.6509L4.4685 17.4284L3.53149 15.6615L4.99767 14.884C7.13711 13.7495 9.67455 13.7179 11.8246 14.7613L14.2929 12.293L15.7071 13.7072L13.7071 15.7072C15.13 16.1838 16.7068 16.0685 18.0653 15.3481L19.5315 14.5706L20.4685 16.3375L19.0023 17.1151C16.8631 18.2495 14.326 18.2812 12.1762 17.2381L9.70711 19.7072L8.29289 18.293Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 8.848C9.79218 7.79936 7.68266 7.72444 5.93468 8.6514L4.4685 9.42892L3.5315 7.66199L4.99767 6.88448C7.37628 5.62309 10.2469 5.72505 12.53 7.152C14.2078 8.20064 16.3173 8.27556 18.0653 7.3486L19.5315 6.57108L20.4685 8.33801L19.0023 9.11552C16.6237 10.3769 13.7531 10.275 11.47 8.848Z\" fill=\"currentColor\"/> <path d=\"M10.2937 16.2922L8.29289 18.293L9.70711 19.7072L12.1762 17.2381C14.326 18.2812 16.8631 18.2495 19.0023 17.1151L20.4685 16.3375L19.5315 14.5706L18.0653 15.3481C16.7068 16.0685 15.13 16.1838 13.7071 15.7072L15.7071 13.7072L14.2929 12.293L11.8246 14.7613C9.67455 13.7179 7.13711 13.7495 4.99767 14.884L3.53149 15.6615L4.4685 17.4284L5.93467 16.6509C7.29342 15.9304 8.87062 15.8152 10.2937 16.2922Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1L1 1L1 23L23 23L23 1ZM11.47 8.848C9.79218 7.79936 7.68266 7.72444 5.93468 8.6514L4.4685 9.42892L3.5315 7.66199L4.99767 6.88448C7.37628 5.62309 10.2469 5.72505 12.53 7.152C14.2078 8.20064 16.3173 8.27556 18.0653 7.3486L19.5315 6.57108L20.4685 8.33801L19.0023 9.11552C16.6237 10.3769 13.7531 10.275 11.47 8.848ZM8.29289 18.293L10.2937 16.2922C8.87062 15.8152 7.29342 15.9304 5.93467 16.6509L4.4685 17.4284L3.53149 15.6615L4.99767 14.884C7.13711 13.7495 9.67455 13.7179 11.8246 14.7613L14.2929 12.293L15.7071 13.7072L13.7071 15.7072C15.13 16.1838 16.7068 16.0685 18.0653 15.3481L19.5315 14.5706L20.4685 16.3375L19.0023 17.1151C16.8631 18.2495 14.326 18.2812 12.1762 17.2381L9.70711 19.7072L8.29289 18.293Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 8.848C9.79218 7.79936 7.68266 7.72444 5.93468 8.6514L4.4685 9.42892L3.5315 7.66199L4.99767 6.88448C7.37628 5.62309 10.2469 5.72505 12.53 7.152C14.2078 8.20064 16.3173 8.27556 18.0653 7.3486L19.5315 6.57108L20.4685 8.33801L19.0023 9.11552C16.6237 10.3769 13.7531 10.275 11.47 8.848Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M10.2937 16.2922L8.29289 18.293L9.70711 19.7072L12.1762 17.2381C14.326 18.2812 16.8631 18.2495 19.0023 17.1151L20.4685 16.3375L19.5315 14.5706L18.0653 15.3481C16.7068 16.0685 15.13 16.1838 13.7071 15.7072L15.7071 13.7072L14.2929 12.293L11.8246 14.7613C9.67455 13.7179 7.13711 13.7495 4.99767 14.884L3.53149 15.6615L4.4685 17.4284L5.93467 16.6509C7.29342 15.9304 8.87062 15.8152 10.2937 16.2922Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-filter-4-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFilter4Off",
          "declaration": {
            "name": "ObiFilter4Off",
            "module": "src/icons/icon-filter-4-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-filter-4-off",
          "declaration": {
            "name": "ObiFilter4Off",
            "module": "src/icons/icon-filter-4-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-filter-4-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFilter4On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1L1 1L1 23L23 23L23 1ZM11.47 8.848C9.79218 7.79936 7.68266 7.72444 5.93468 8.6514L4.4685 9.42892L3.5315 7.66199L4.99767 6.88448C7.37628 5.62309 10.2469 5.72505 12.53 7.152C14.2078 8.20064 16.3173 8.27556 18.0653 7.3486L19.5315 6.57108L20.4685 8.33801L19.0023 9.11552C16.6237 10.3769 13.7531 10.275 11.47 8.848ZM8.29289 18.293L10.2937 16.2922C8.87062 15.8152 7.29342 15.9304 5.93467 16.6509L4.4685 17.4284L3.53149 15.6615L4.99767 14.884C7.13711 13.7495 9.67455 13.7179 11.8246 14.7613L14.2929 12.293L15.7071 13.7072L13.7071 15.7072C15.13 16.1838 16.7068 16.0685 18.0653 15.3481L19.5315 14.5706L20.4685 16.3375L19.0023 17.1151C16.8631 18.2495 14.326 18.2812 12.1762 17.2381L9.70711 19.7072L8.29289 18.293Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 8.848C9.79218 7.79936 7.68266 7.72444 5.93468 8.6514L4.4685 9.42892L3.5315 7.66199L4.99767 6.88448C7.37628 5.62309 10.2469 5.72505 12.53 7.152C14.2078 8.20064 16.3173 8.27556 18.0653 7.3486L19.5315 6.57108L20.4685 8.33801L19.0023 9.11552C16.6237 10.3769 13.7531 10.275 11.47 8.848Z\" fill=\"currentColor\"/> <path d=\"M10.2937 16.2922L8.29289 18.293L9.70711 19.7072L12.1762 17.2381C14.326 18.2812 16.8631 18.2495 19.0023 17.1151L20.4685 16.3375L19.5315 14.5706L18.0653 15.3481C16.7068 16.0685 15.13 16.1838 13.7071 15.7072L15.7071 13.7072L14.2929 12.293L11.8246 14.7613C9.67455 13.7179 7.13711 13.7495 4.99767 14.884L3.53149 15.6615L4.4685 17.4284L5.93467 16.6509C7.29342 15.9304 8.87062 15.8152 10.2937 16.2922Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1L1 1L1 23L23 23L23 1ZM11.47 8.848C9.79218 7.79936 7.68266 7.72444 5.93468 8.6514L4.4685 9.42892L3.5315 7.66199L4.99767 6.88448C7.37628 5.62309 10.2469 5.72505 12.53 7.152C14.2078 8.20064 16.3173 8.27556 18.0653 7.3486L19.5315 6.57108L20.4685 8.33801L19.0023 9.11552C16.6237 10.3769 13.7531 10.275 11.47 8.848ZM8.29289 18.293L10.2937 16.2922C8.87062 15.8152 7.29342 15.9304 5.93467 16.6509L4.4685 17.4284L3.53149 15.6615L4.99767 14.884C7.13711 13.7495 9.67455 13.7179 11.8246 14.7613L14.2929 12.293L15.7071 13.7072L13.7071 15.7072C15.13 16.1838 16.7068 16.0685 18.0653 15.3481L19.5315 14.5706L20.4685 16.3375L19.0023 17.1151C16.8631 18.2495 14.326 18.2812 12.1762 17.2381L9.70711 19.7072L8.29289 18.293Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 8.848C9.79218 7.79936 7.68266 7.72444 5.93468 8.6514L4.4685 9.42892L3.5315 7.66199L4.99767 6.88448C7.37628 5.62309 10.2469 5.72505 12.53 7.152C14.2078 8.20064 16.3173 8.27556 18.0653 7.3486L19.5315 6.57108L20.4685 8.33801L19.0023 9.11552C16.6237 10.3769 13.7531 10.275 11.47 8.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M10.2937 16.2922L8.29289 18.293L9.70711 19.7072L12.1762 17.2381C14.326 18.2812 16.8631 18.2495 19.0023 17.1151L20.4685 16.3375L19.5315 14.5706L18.0653 15.3481C16.7068 16.0685 15.13 16.1838 13.7071 15.7072L15.7071 13.7072L14.2929 12.293L11.8246 14.7613C9.67455 13.7179 7.13711 13.7495 4.99767 14.884L3.53149 15.6615L4.4685 17.4284L5.93467 16.6509C7.29342 15.9304 8.87062 15.8152 10.2937 16.2922Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-filter-4-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFilter4On",
          "declaration": {
            "name": "ObiFilter4On",
            "module": "src/icons/icon-filter-4-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-filter-4-on",
          "declaration": {
            "name": "ObiFilter4On",
            "module": "src/icons/icon-filter-4-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-filter-4.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFilter4",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 8.848C9.79218 7.79936 7.68266 7.72444 5.93468 8.6514L4.4685 9.42892L3.5315 7.66199L4.99767 6.88448C7.37628 5.62309 10.2469 5.72505 12.53 7.152C14.2078 8.20064 16.3173 8.27556 18.0653 7.3486L19.5315 6.57108L20.4685 8.33801L19.0023 9.11552C16.6237 10.3769 13.7531 10.275 11.47 8.848Z\" fill=\"currentColor\"/> <path d=\"M10.2937 16.2922L8.29289 18.293L9.70711 19.7072L12.1762 17.2381C14.326 18.2812 16.8631 18.2495 19.0023 17.1151L20.4685 16.3375L19.5315 14.5706L18.0653 15.3481C16.7068 16.0685 15.13 16.1838 13.7071 15.7072L15.7071 13.7072L14.2929 12.293L11.8246 14.7613C9.67455 13.7179 7.13711 13.7495 4.99767 14.884L3.53149 15.6615L4.4685 17.4284L5.93467 16.6509C7.29342 15.9304 8.87062 15.8152 10.2937 16.2922Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 1H1V23H23V1ZM1 0C0.447715 0 0 0.447716 0 1V23C0 23.5523 0.447716 24 1 24H23C23.5523 24 24 23.5523 24 23V1C24 0.447715 23.5523 0 23 0H1Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.47 8.848C9.79218 7.79936 7.68266 7.72444 5.93468 8.6514L4.4685 9.42892L3.5315 7.66199L4.99767 6.88448C7.37628 5.62309 10.2469 5.72505 12.53 7.152C14.2078 8.20064 16.3173 8.27556 18.0653 7.3486L19.5315 6.57108L20.4685 8.33801L19.0023 9.11552C16.6237 10.3769 13.7531 10.275 11.47 8.848Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M10.2937 16.2922L8.29289 18.293L9.70711 19.7072L12.1762 17.2381C14.326 18.2812 16.8631 18.2495 19.0023 17.1151L20.4685 16.3375L19.5315 14.5706L18.0653 15.3481C16.7068 16.0685 15.13 16.1838 13.7071 15.7072L15.7071 13.7072L14.2929 12.293L11.8246 14.7613C9.67455 13.7179 7.13711 13.7495 4.99767 14.884L3.53149 15.6615L4.4685 17.4284L5.93467 16.6509C7.29342 15.9304 8.87062 15.8152 10.2937 16.2922Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-filter-4",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFilter4",
          "declaration": {
            "name": "ObiFilter4",
            "module": "src/icons/icon-filter-4.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-filter-4",
          "declaration": {
            "name": "ObiFilter4",
            "module": "src/icons/icon-filter-4.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-filter.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFilter",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 19L13 19L13 21L11 21L11 15L13 15L13 17L20 17L20 19ZM9 19L4 19L4 17L9 17L9 19ZM9 15L7 15L7 13L4 13L4 11L7 11L7 9L9 9L9 15ZM20 13L11 13L11 11L20 11L20 13ZM20 7L17 7L17 9L15 9L15 3L17 3L17 5L20 5L20 7ZM13 7L4 7L4 5L13 5L13 7Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 19L13 19L13 21L11 21L11 15L13 15L13 17L20 17L20 19ZM9 19L4 19L4 17L9 17L9 19ZM9 15L7 15L7 13L4 13L4 11L7 11L7 9L9 9L9 15ZM20 13L11 13L11 11L20 11L20 13ZM20 7L17 7L17 9L15 9L15 3L17 3L17 5L20 5L20 7ZM13 7L4 7L4 5L13 5L13 7Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-filter",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFilter",
          "declaration": {
            "name": "ObiFilter",
            "module": "src/icons/icon-filter.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-filter",
          "declaration": {
            "name": "ObiFilter",
            "module": "src/icons/icon-filter.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-fire.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFire",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.0171 21.9785C11.2299 21.9927 11.448 22 11.6712 22C16.2522 22 20 19.263 20 15.1313C20.0011 13.9432 19.2625 11.345 18.6849 10.2828C18.6767 10.3029 18.6683 10.3238 18.6595 10.3454C18.2073 11.4583 16.9714 14.5 15.5 14.5C14 14.5 13.9385 13.4784 14 13C14.5041 8.81414 13.2712 4.0202 9.47945 2C10.7329 5.00378 8.76071 7.41294 6.84229 9.75644C5.40608 11.5109 4 13.2285 4 15.1313C4 16.7823 4.86104 18.9515 6.72122 20.4065C6.481 17.6016 6.9332 14.4508 8.45293 13.0633C7.97869 15.14 8.85858 16.7712 9.71449 18.358C10.3492 19.5348 10.9708 20.6871 11.0171 21.9785Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.0171 21.9785C11.2299 21.9927 11.448 22 11.6712 22C16.2522 22 20 19.263 20 15.1313C20.0011 13.9432 19.2625 11.345 18.6849 10.2828C18.6767 10.3029 18.6683 10.3238 18.6595 10.3454C18.2073 11.4583 16.9714 14.5 15.5 14.5C14 14.5 13.9385 13.4784 14 13C14.5041 8.81414 13.2712 4.0202 9.47945 2C10.7329 5.00378 8.76071 7.41294 6.84229 9.75644C5.40608 11.5109 4 13.2285 4 15.1313C4 16.7823 4.86104 18.9515 6.72122 20.4065C6.481 17.6016 6.9332 14.4508 8.45293 13.0633C7.97869 15.14 8.85858 16.7712 9.71449 18.358C10.3492 19.5348 10.9708 20.6871 11.0171 21.9785Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-fire",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFire",
          "declaration": {
            "name": "ObiFire",
            "module": "src/icons/icon-fire.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-fire",
          "declaration": {
            "name": "ObiFire",
            "module": "src/icons/icon-fire.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-fishing.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFishing",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 15.5C5 19.0899 7.91015 22 11.5 22C15.0899 22 18 19.0899 18 15.5V12.3551C19.4457 11.9248 20.5 10.5855 20.5 9C20.5 7.41449 19.4457 6.07521 18 5.64494V2H16V5.64494C14.5543 6.07521 13.5 7.41449 13.5 9C13.5 10.5855 14.5543 11.9248 16 12.3551V15.5C16 17.9853 13.9853 20 11.5 20C9.01472 20 7 17.9853 7 15.5V14.2484L8.08538 15.283L9.5 13.8684L5 9.57895V15.5ZM17 10.5C17.3842 10.5 17.7346 10.3556 18 10.1181C18.3069 9.84339 18.5 9.44425 18.5 9C18.5 8.55575 18.3069 8.15661 18 7.88195C17.7346 7.64443 17.3842 7.5 17 7.5C16.6158 7.5 16.2654 7.64443 16 7.88195C15.6931 8.15661 15.5 8.55575 15.5 9C15.5 9.44425 15.6931 9.84339 16 10.1181C16.2654 10.3556 16.6158 10.5 17 10.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 15.5C5 19.0899 7.91015 22 11.5 22C15.0899 22 18 19.0899 18 15.5V12.3551C19.4457 11.9248 20.5 10.5855 20.5 9C20.5 7.41449 19.4457 6.07521 18 5.64494V2H16V5.64494C14.5543 6.07521 13.5 7.41449 13.5 9C13.5 10.5855 14.5543 11.9248 16 12.3551V15.5C16 17.9853 13.9853 20 11.5 20C9.01472 20 7 17.9853 7 15.5V14.2484L8.08538 15.283L9.5 13.8684L5 9.57895V15.5ZM17 10.5C17.3842 10.5 17.7346 10.3556 18 10.1181C18.3069 9.84339 18.5 9.44425 18.5 9C18.5 8.55575 18.3069 8.15661 18 7.88195C17.7346 7.64443 17.3842 7.5 17 7.5C16.6158 7.5 16.2654 7.64443 16 7.88195C15.6931 8.15661 15.5 8.55575 15.5 9C15.5 9.44425 15.6931 9.84339 16 10.1181C16.2654 10.3556 16.6158 10.5 17 10.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-fishing",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFishing",
          "declaration": {
            "name": "ObiFishing",
            "module": "src/icons/icon-fishing.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-fishing",
          "declaration": {
            "name": "ObiFishing",
            "module": "src/icons/icon-fishing.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-fog-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFogColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29 22.2502C29 22.6643 28.6643 23 28.2502 23H8.74982C8.33571 23 8 22.6643 8 22.2502C8 21.8361 8.33571 21.5004 8.74982 21.5004H28.2502C28.6643 21.5004 29 21.8361 29 22.2502Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25 24.7502C25 25.1643 24.6643 25.5 24.2502 25.5H4.74982C4.33571 25.5 4 25.1643 4 24.7502C4 24.3361 4.33571 24.0004 4.74982 24.0004H24.2502C24.6643 24.0004 25 24.3361 25 24.7502Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.5 27.2504C27.5 27.6646 27.1643 28.0003 26.7502 28.0003H7.24982C6.83571 28.0003 6.5 27.6646 6.5 27.2504C6.5 26.8363 6.83571 26.5006 7.24982 26.5006H26.7502C27.1643 26.5006 27.5 26.8363 27.5 27.2504Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 4C15.7936 4 13.5609 5.45257 12.4614 7.78411L12.0452 8.66657L11.1528 8.2723C10.9179 8.16851 10.6813 8.12474 10.4275 8.12474C9.54947 8.12474 8.78596 8.67438 8.48304 9.52321L8.1991 10.3189L7.3672 10.1719C7.27659 10.1558 7.20215 10.1538 7.00789 10.1538C6.00825 10.1538 5.08296 10.5636 4.39061 11.3238C3.70873 12.0737 3.33337 13.0321 3.33337 14.0437V14.0982C3.36175 15.2226 3.77303 16.1943 4.47904 16.8913L4.49175 16.9038L4.504 16.9168C5.16232 17.6148 6.06001 18 7.00788 18H24.4824C26.363 18 28 16.3655 28 14.2432C28 12.4639 26.8572 10.9885 25.3793 10.5841L24.7566 10.4137L24.6555 9.77617C24.1293 6.45792 21.3737 4 18.2393 4ZM11.0544 6.17408C12.5728 3.61707 15.2594 2 18.2393 2C22.2431 2 25.6239 4.95628 26.5148 8.86208C28.597 9.71721 30 11.8572 30 14.2432C30 17.3767 27.5587 20 24.4824 20H7.00788C5.51463 20 4.09608 19.3921 3.06133 18.302C1.95818 17.2062 1.37027 15.7257 1.33364 14.1332L1.33337 14.1217V14.0437C1.33337 12.5273 1.89911 11.0908 2.91121 9.97791C3.95631 8.83023 5.38205 8.17787 6.92203 8.1545C7.63403 6.92643 8.93646 6.12474 10.4275 6.12474C10.6339 6.12474 10.8432 6.14 11.0544 6.17408Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 4C15.7936 4 13.5609 5.45257 12.4614 7.78411L12.0452 8.66657L11.1528 8.2723C10.9179 8.16851 10.6813 8.12474 10.4275 8.12474C9.54947 8.12474 8.78596 8.67438 8.48304 9.52321L8.1991 10.3189L7.3672 10.1719C7.27659 10.1558 7.20215 10.1538 7.00789 10.1538C6.00825 10.1538 5.08296 10.5636 4.39061 11.3238C3.70873 12.0737 3.33337 13.0321 3.33337 14.0437V14.0982C3.36175 15.2226 3.77303 16.1943 4.47904 16.8913L4.49175 16.9038L4.504 16.9168C5.16232 17.6148 6.06001 18 7.00788 18H24.4824C26.363 18 28 16.3655 28 14.2432C28 12.4639 26.8572 10.9885 25.3793 10.5841L24.7566 10.4137L24.6555 9.77617C24.1293 6.45792 21.3737 4 18.2393 4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29 22.2502C29 22.6643 28.6643 23 28.2502 23H8.74982C8.33571 23 8 22.6643 8 22.2502C8 21.8361 8.33571 21.5004 8.74982 21.5004H28.2502C28.6643 21.5004 29 21.8361 29 22.2502Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25 24.7502C25 25.1643 24.6643 25.5 24.2502 25.5H4.74982C4.33571 25.5 4 25.1643 4 24.7502C4 24.3361 4.33571 24.0004 4.74982 24.0004H24.2502C24.6643 24.0004 25 24.3361 25 24.7502Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.5 27.2504C27.5 27.6646 27.1643 28.0003 26.7502 28.0003H7.24982C6.83571 28.0003 6.5 27.6646 6.5 27.2504C6.5 26.8363 6.83571 26.5006 7.24982 26.5006H26.7502C27.1643 26.5006 27.5 26.8363 27.5 27.2504Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 4C15.7936 4 13.5609 5.45257 12.4614 7.78411L12.0452 8.66657L11.1528 8.2723C10.9179 8.16851 10.6813 8.12474 10.4275 8.12474C9.54947 8.12474 8.78596 8.67438 8.48304 9.52321L8.1991 10.3189L7.3672 10.1719C7.27659 10.1558 7.20215 10.1538 7.00789 10.1538C6.00825 10.1538 5.08296 10.5636 4.39061 11.3238C3.70873 12.0737 3.33337 13.0321 3.33337 14.0437V14.0982C3.36175 15.2226 3.77303 16.1943 4.47904 16.8913L4.49175 16.9038L4.504 16.9168C5.16232 17.6148 6.06001 18 7.00788 18H24.4824C26.363 18 28 16.3655 28 14.2432C28 12.4639 26.8572 10.9885 25.3793 10.5841L24.7566 10.4137L24.6555 9.77617C24.1293 6.45792 21.3737 4 18.2393 4ZM11.0544 6.17408C12.5728 3.61707 15.2594 2 18.2393 2C22.2431 2 25.6239 4.95628 26.5148 8.86208C28.597 9.71721 30 11.8572 30 14.2432C30 17.3767 27.5587 20 24.4824 20H7.00788C5.51463 20 4.09608 19.3921 3.06133 18.302C1.95818 17.2062 1.37027 15.7257 1.33364 14.1332L1.33337 14.1217V14.0437C1.33337 12.5273 1.89911 11.0908 2.91121 9.97791C3.95631 8.83023 5.38205 8.17787 6.92203 8.1545C7.63403 6.92643 8.93646 6.12474 10.4275 6.12474C10.6339 6.12474 10.8432 6.14 11.0544 6.17408Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 4C15.7936 4 13.5609 5.45257 12.4614 7.78411L12.0452 8.66657L11.1528 8.2723C10.9179 8.16851 10.6813 8.12474 10.4275 8.12474C9.54947 8.12474 8.78596 8.67438 8.48304 9.52321L8.1991 10.3189L7.3672 10.1719C7.27659 10.1558 7.20215 10.1538 7.00789 10.1538C6.00825 10.1538 5.08296 10.5636 4.39061 11.3238C3.70873 12.0737 3.33337 13.0321 3.33337 14.0437V14.0982C3.36175 15.2226 3.77303 16.1943 4.47904 16.8913L4.49175 16.9038L4.504 16.9168C5.16232 17.6148 6.06001 18 7.00788 18H24.4824C26.363 18 28 16.3655 28 14.2432C28 12.4639 26.8572 10.9885 25.3793 10.5841L24.7566 10.4137L24.6555 9.77617C24.1293 6.45792 21.3737 4 18.2393 4Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-fog-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFogColour",
          "declaration": {
            "name": "ObiFogColour",
            "module": "src/icons/icon-fog-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-fog-colour",
          "declaration": {
            "name": "ObiFogColour",
            "module": "src/icons/icon-fog-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-fog.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFog",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 2C15.2594 2 12.5728 3.61707 11.0544 6.17408C10.8432 6.14 10.6339 6.12474 10.4275 6.12474C8.93646 6.12474 7.63403 6.92643 6.92203 8.1545C5.38205 8.17787 3.95631 8.83023 2.91121 9.97791C1.89911 11.0908 1.33337 12.5273 1.33337 14.0437V14.1217L1.33364 14.1332C1.37027 15.7257 1.95818 17.2062 3.06133 18.302C4.09608 19.3921 5.51463 20 7.00788 20H24.4824C27.5587 20 30 17.3767 30 14.2432C30 11.8572 28.597 9.71721 26.5148 8.86208C25.6239 4.95628 22.2431 2 18.2393 2ZM12.4614 7.78411C13.5609 5.45257 15.7936 4 18.2393 4C21.3737 4 24.1293 6.45792 24.6555 9.77617L24.7566 10.4137L25.3793 10.5841C26.8572 10.9885 28 12.4639 28 14.2432C28 16.3655 26.363 18 24.4824 18H7.00788C6.06001 18 5.16232 17.6148 4.504 16.9168L4.49175 16.9038L4.47904 16.8913C3.77303 16.1943 3.36175 15.2226 3.33337 14.0982V14.0437C3.33337 13.0321 3.70873 12.0737 4.39061 11.3238C5.08296 10.5636 6.00825 10.1538 7.00789 10.1538C7.20215 10.1538 7.27659 10.1558 7.3672 10.1719L8.1991 10.3189L8.48304 9.52321C8.78596 8.67438 9.54947 8.12474 10.4275 8.12474C10.6813 8.12474 10.9179 8.16851 11.1528 8.2723L12.0452 8.66657L12.4614 7.78411Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29 22.2498C29 22.6639 28.6643 22.9996 28.2502 22.9996H8.74986C8.33575 22.9996 8.00004 22.6639 8.00004 22.2498C8.00004 21.8357 8.33575 21.5 8.74987 21.5H28.2502C28.6643 21.5 29 21.8357 29 22.2498Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25 24.7498C25 25.1639 24.6643 25.4996 24.2502 25.4996H4.74986C4.33575 25.4996 4.00004 25.1639 4.00004 24.7498C4.00004 24.3357 4.33575 24 4.74987 24H24.2502C24.6643 24 25 24.3357 25 24.7498Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.5 27.2501C27.5 27.6642 27.1643 27.9999 26.7502 27.9999H7.24986C6.83575 27.9999 6.50004 27.6642 6.50004 27.2501C6.50004 26.836 6.83575 26.5002 7.24987 26.5002H26.7502C27.1643 26.5002 27.5 26.836 27.5 27.2501Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 2C15.2594 2 12.5728 3.61707 11.0544 6.17408C10.8432 6.14 10.6339 6.12474 10.4275 6.12474C8.93646 6.12474 7.63403 6.92643 6.92203 8.1545C5.38205 8.17787 3.95631 8.83023 2.91121 9.97791C1.89911 11.0908 1.33337 12.5273 1.33337 14.0437V14.1217L1.33364 14.1332C1.37027 15.7257 1.95818 17.2062 3.06133 18.302C4.09608 19.3921 5.51463 20 7.00788 20H24.4824C27.5587 20 30 17.3767 30 14.2432C30 11.8572 28.597 9.71721 26.5148 8.86208C25.6239 4.95628 22.2431 2 18.2393 2ZM12.4614 7.78411C13.5609 5.45257 15.7936 4 18.2393 4C21.3737 4 24.1293 6.45792 24.6555 9.77617L24.7566 10.4137L25.3793 10.5841C26.8572 10.9885 28 12.4639 28 14.2432C28 16.3655 26.363 18 24.4824 18H7.00788C6.06001 18 5.16232 17.6148 4.504 16.9168L4.49175 16.9038L4.47904 16.8913C3.77303 16.1943 3.36175 15.2226 3.33337 14.0982V14.0437C3.33337 13.0321 3.70873 12.0737 4.39061 11.3238C5.08296 10.5636 6.00825 10.1538 7.00789 10.1538C7.20215 10.1538 7.27659 10.1558 7.3672 10.1719L8.1991 10.3189L8.48304 9.52321C8.78596 8.67438 9.54947 8.12474 10.4275 8.12474C10.6813 8.12474 10.9179 8.16851 11.1528 8.2723L12.0452 8.66657L12.4614 7.78411Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29 22.2498C29 22.6639 28.6643 22.9996 28.2502 22.9996H8.74986C8.33575 22.9996 8.00004 22.6639 8.00004 22.2498C8.00004 21.8357 8.33575 21.5 8.74987 21.5H28.2502C28.6643 21.5 29 21.8357 29 22.2498Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25 24.7498C25 25.1639 24.6643 25.4996 24.2502 25.4996H4.74986C4.33575 25.4996 4.00004 25.1639 4.00004 24.7498C4.00004 24.3357 4.33575 24 4.74987 24H24.2502C24.6643 24 25 24.3357 25 24.7498Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.5 27.2501C27.5 27.6642 27.1643 27.9999 26.7502 27.9999H7.24986C6.83575 27.9999 6.50004 27.6642 6.50004 27.2501C6.50004 26.836 6.83575 26.5002 7.24987 26.5002H26.7502C27.1643 26.5002 27.5 26.836 27.5 27.2501Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-fog",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFog",
          "declaration": {
            "name": "ObiFog",
            "module": "src/icons/icon-fog.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-fog",
          "declaration": {
            "name": "ObiFog",
            "module": "src/icons/icon-fog.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-forward-10s.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiForward10s",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.686 16.5259H9.32812V12.8081C9.32812 12.7056 9.32959 12.5796 9.33252 12.4302C9.33545 12.2778 9.33984 12.1226 9.3457 11.9644C9.35156 11.8032 9.35742 11.6582 9.36328 11.5293C9.33105 11.5674 9.26514 11.6333 9.16553 11.7271C9.06885 11.8179 8.97803 11.8999 8.89307 11.9731L8.15479 12.5664L7.5 11.749L9.56982 10.1011H10.686V16.5259Z\" fill=\"currentColor\"/> <path d=\"M16.4351 13.3135C16.4351 13.832 16.394 14.2949 16.312 14.7021C16.2329 15.1094 16.104 15.4551 15.9253 15.7393C15.7495 16.0234 15.5181 16.2402 15.231 16.3896C14.9438 16.5391 14.5952 16.6138 14.1851 16.6138C13.6694 16.6138 13.2461 16.4834 12.915 16.2227C12.584 15.959 12.3394 15.5811 12.1812 15.0889C12.0229 14.5938 11.9438 14.002 11.9438 13.3135C11.9438 12.6191 12.0156 12.0259 12.1592 11.5337C12.3057 11.0386 12.543 10.6592 12.8711 10.3955C13.1992 10.1318 13.6372 10 14.1851 10C14.6978 10 15.1196 10.1318 15.4507 10.3955C15.7847 10.6562 16.0322 11.0342 16.1934 11.5293C16.3545 12.0215 16.4351 12.6162 16.4351 13.3135ZM13.293 13.3135C13.293 13.8027 13.3193 14.2114 13.3721 14.5396C13.4277 14.8647 13.52 15.1094 13.6489 15.2734C13.7778 15.4375 13.9565 15.5195 14.1851 15.5195C14.4106 15.5195 14.5879 15.439 14.7168 15.2778C14.8486 15.1138 14.9424 14.8691 14.998 14.5439C15.0537 14.2158 15.0815 13.8057 15.0815 13.3135C15.0815 12.8242 15.0537 12.4155 14.998 12.0874C14.9424 11.7593 14.8486 11.5132 14.7168 11.3491C14.5879 11.1821 14.4106 11.0986 14.1851 11.0986C13.9565 11.0986 13.7778 11.1821 13.6489 11.3491C13.52 11.5132 13.4277 11.7593 13.3721 12.0874C13.3193 12.4155 13.293 12.8242 13.293 13.3135Z\" fill=\"currentColor\"/> <path d=\"M7.05028 8.05027C4.31661 10.7839 4.31661 15.2161 7.05028 17.9498C9.78395 20.6834 14.2161 20.6834 16.9498 17.9498C18.3166 16.5829 19 14.7915 19 13H21C21 15.3033 20.1214 17.6066 18.364 19.364C14.8493 22.8787 9.15079 22.8787 5.63607 19.364C2.12135 15.8493 2.12135 10.1508 5.63607 6.63606C7.63525 4.63688 10.341 3.77484 12.9494 4.04993L11.5858 2.68631L13 1.27209L16.9498 5.22184L13 9.17159L11.5858 7.75738L13.2341 6.10904C11.0574 5.72117 8.73231 6.36824 7.05028 8.05027Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.686 16.5259H9.32812V12.8081C9.32812 12.7056 9.32959 12.5796 9.33252 12.4302C9.33545 12.2778 9.33984 12.1226 9.3457 11.9644C9.35156 11.8032 9.35742 11.6582 9.36328 11.5293C9.33105 11.5674 9.26514 11.6333 9.16553 11.7271C9.06885 11.8179 8.97803 11.8999 8.89307 11.9731L8.15479 12.5664L7.5 11.749L9.56982 10.1011H10.686V16.5259Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.4351 13.3135C16.4351 13.832 16.394 14.2949 16.312 14.7021C16.2329 15.1094 16.104 15.4551 15.9253 15.7393C15.7495 16.0234 15.5181 16.2402 15.231 16.3896C14.9438 16.5391 14.5952 16.6138 14.1851 16.6138C13.6694 16.6138 13.2461 16.4834 12.915 16.2227C12.584 15.959 12.3394 15.5811 12.1812 15.0889C12.0229 14.5938 11.9438 14.002 11.9438 13.3135C11.9438 12.6191 12.0156 12.0259 12.1592 11.5337C12.3057 11.0386 12.543 10.6592 12.8711 10.3955C13.1992 10.1318 13.6372 10 14.1851 10C14.6978 10 15.1196 10.1318 15.4507 10.3955C15.7847 10.6562 16.0322 11.0342 16.1934 11.5293C16.3545 12.0215 16.4351 12.6162 16.4351 13.3135ZM13.293 13.3135C13.293 13.8027 13.3193 14.2114 13.3721 14.5396C13.4277 14.8647 13.52 15.1094 13.6489 15.2734C13.7778 15.4375 13.9565 15.5195 14.1851 15.5195C14.4106 15.5195 14.5879 15.439 14.7168 15.2778C14.8486 15.1138 14.9424 14.8691 14.998 14.5439C15.0537 14.2158 15.0815 13.8057 15.0815 13.3135C15.0815 12.8242 15.0537 12.4155 14.998 12.0874C14.9424 11.7593 14.8486 11.5132 14.7168 11.3491C14.5879 11.1821 14.4106 11.0986 14.1851 11.0986C13.9565 11.0986 13.7778 11.1821 13.6489 11.3491C13.52 11.5132 13.4277 11.7593 13.3721 12.0874C13.3193 12.4155 13.293 12.8242 13.293 13.3135Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.05028 8.05027C4.31661 10.7839 4.31661 15.2161 7.05028 17.9498C9.78395 20.6834 14.2161 20.6834 16.9498 17.9498C18.3166 16.5829 19 14.7915 19 13H21C21 15.3033 20.1214 17.6066 18.364 19.364C14.8493 22.8787 9.15079 22.8787 5.63607 19.364C2.12135 15.8493 2.12135 10.1508 5.63607 6.63606C7.63525 4.63688 10.341 3.77484 12.9494 4.04993L11.5858 2.68631L13 1.27209L16.9498 5.22184L13 9.17159L11.5858 7.75738L13.2341 6.10904C11.0574 5.72117 8.73231 6.36824 7.05028 8.05027Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-forward-10s",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiForward10s",
          "declaration": {
            "name": "ObiForward10s",
            "module": "src/icons/icon-forward-10s.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-forward-10s",
          "declaration": {
            "name": "ObiForward10s",
            "module": "src/icons/icon-forward-10s.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-forward-fast.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiForwardFast",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.28673 4.59039C3.134 4.48347 2.93446 4.47041 2.76909 4.55651C2.60373 4.64261 2.5 4.81356 2.5 5V19C2.5 19.1864 2.60373 19.3574 2.76909 19.4435C2.93446 19.5296 3.134 19.5165 3.28673 19.4096L12.5 12.9603V19C12.5 19.1864 12.6037 19.3574 12.7691 19.4435C12.9345 19.5296 13.134 19.5165 13.2867 19.4096L23.2867 12.4096C23.4204 12.3161 23.5 12.1632 23.5 12C23.5 11.8368 23.4204 11.6839 23.2867 11.5904L13.2867 4.59039C13.134 4.48347 12.9345 4.47041 12.7691 4.55651C12.6037 4.64261 12.5 4.81356 12.5 5V11.0397L3.28673 4.59039ZM13.5 18.0397L22.1281 12L13.5 5.96033V18.0397ZM12.1281 12L3.5 18.0397V5.96033L12.1281 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 18.0397L22.1281 12L13.5 5.96033V18.0397ZM12.1281 12L3.5 18.0397V5.96033L12.1281 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.28673 4.59039C3.134 4.48347 2.93446 4.47041 2.76909 4.55651C2.60373 4.64261 2.5 4.81356 2.5 5V19C2.5 19.1864 2.60373 19.3574 2.76909 19.4435C2.93446 19.5296 3.134 19.5165 3.28673 19.4096L12.5 12.9603V19C12.5 19.1864 12.6037 19.3574 12.7691 19.4435C12.9345 19.5296 13.134 19.5165 13.2867 19.4096L23.2867 12.4096C23.4204 12.3161 23.5 12.1632 23.5 12C23.5 11.8368 23.4204 11.6839 23.2867 11.5904L13.2867 4.59039C13.134 4.48347 12.9345 4.47041 12.7691 4.55651C12.6037 4.64261 12.5 4.81356 12.5 5V11.0397L3.28673 4.59039ZM13.5 18.0397L22.1281 12L13.5 5.96033V18.0397ZM12.1281 12L3.5 18.0397V5.96033L12.1281 12Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 18.0397L22.1281 12L13.5 5.96033V18.0397ZM12.1281 12L3.5 18.0397V5.96033L12.1281 12Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-forward-fast",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiForwardFast",
          "declaration": {
            "name": "ObiForwardFast",
            "module": "src/icons/icon-forward-fast.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-forward-fast",
          "declaration": {
            "name": "ObiForwardFast",
            "module": "src/icons/icon-forward-fast.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-forward-stopped.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiForwardStopped",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.74904 3.56754C5.90319 3.47808 6.09332 3.47745 6.24807 3.56588L20.2481 11.5659C20.4039 11.6549 20.5 11.8206 20.5 12C20.5 12.1794 20.4039 12.3451 20.2481 12.4341L6.24807 20.4341C6.09332 20.5226 5.90319 20.5219 5.74904 20.4325C5.59488 20.343 5.5 20.1782 5.5 20V4C5.5 3.82176 5.59488 3.65701 5.74904 3.56754ZM6.5 4.86159V19.1384L18.9922 12L6.5 4.86159Z\" fill=\"currentColor\"/> <path d=\"M6.5 4.86157V19.1384L18.9922 12L6.5 4.86157Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.74904 3.56754C5.90319 3.47808 6.09332 3.47745 6.24807 3.56588L20.2481 11.5659C20.4039 11.6549 20.5 11.8206 20.5 12C20.5 12.1794 20.4039 12.3451 20.2481 12.4341L6.24807 20.4341C6.09332 20.5226 5.90319 20.5219 5.74904 20.4325C5.59488 20.343 5.5 20.1782 5.5 20V4C5.5 3.82176 5.59488 3.65701 5.74904 3.56754ZM6.5 4.86159V19.1384L18.9922 12L6.5 4.86159Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M6.5 4.86157V19.1384L18.9922 12L6.5 4.86157Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-forward-stopped",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiForwardStopped",
          "declaration": {
            "name": "ObiForwardStopped",
            "module": "src/icons/icon-forward-stopped.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-forward-stopped",
          "declaration": {
            "name": "ObiForwardStopped",
            "module": "src/icons/icon-forward-stopped.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-forward.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiForward",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.74904 3.56754C5.90319 3.47808 6.09332 3.47745 6.24807 3.56588L20.2481 11.5659C20.4039 11.6549 20.5 11.8206 20.5 12C20.5 12.1794 20.4039 12.3451 20.2481 12.4341L6.24807 20.4341C6.09332 20.5226 5.90319 20.5219 5.74904 20.4325C5.59488 20.343 5.5 20.1782 5.5 20V4C5.5 3.82176 5.59488 3.65701 5.74904 3.56754ZM6.5 4.86159V19.1384L18.9922 12L6.5 4.86159Z\" fill=\"currentColor\"/> <path d=\"M6.5 4.86157V19.1384L18.9922 12L6.5 4.86157Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.74904 3.56754C5.90319 3.47808 6.09332 3.47745 6.24807 3.56588L20.2481 11.5659C20.4039 11.6549 20.5 11.8206 20.5 12C20.5 12.1794 20.4039 12.3451 20.2481 12.4341L6.24807 20.4341C6.09332 20.5226 5.90319 20.5219 5.74904 20.4325C5.59488 20.343 5.5 20.1782 5.5 20V4C5.5 3.82176 5.59488 3.65701 5.74904 3.56754ZM6.5 4.86159V19.1384L18.9922 12L6.5 4.86159Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M6.5 4.86157V19.1384L18.9922 12L6.5 4.86157Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-forward",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiForward",
          "declaration": {
            "name": "ObiForward",
            "module": "src/icons/icon-forward.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-forward",
          "declaration": {
            "name": "ObiForward",
            "module": "src/icons/icon-forward.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-fuse-01-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFuse01Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_4506)\"> <path d=\"M19 7H5V11H19V7Z\" fill=\"currentColor\"/> <path d=\"M19 17V13H5V17H19Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 11H0V13H4V17C4 17.5523 4.44772 18 5 18H19C19.5523 18 20 17.5523 20 17V13H24V11H20V7C20 6.44772 19.5523 6 19 6H5C4.44772 6 4 6.44772 4 7V11ZM5 7H19V11H5V7ZM19 13V17H5V13H19Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2228_4506\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_4506)\"> <path d=\"M19 7H5V11H19V7Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M19 17V13H5V17H19Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 11H0V13H4V17C4 17.5523 4.44772 18 5 18H19C19.5523 18 20 17.5523 20 17V13H24V11H20V7C20 6.44772 19.5523 6 19 6H5C4.44772 6 4 6.44772 4 7V11ZM5 7H19V11H5V7ZM19 13V17H5V13H19Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </g> <defs> <clipPath id=\"clip0_2228_4506\"> <rect width=\"24\" height=\"24\" fill=\"none\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-fuse-01-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFuse01Off",
          "declaration": {
            "name": "ObiFuse01Off",
            "module": "src/icons/icon-fuse-01-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-fuse-01-off",
          "declaration": {
            "name": "ObiFuse01Off",
            "module": "src/icons/icon-fuse-01-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-fuse-01-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFuse01On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2268_82)\"> <path d=\"M19 7H5V11H19V7Z\" fill=\"currentColor\"/> <path d=\"M19 17V13H5V17H19Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 11H0V13H4V17C4 17.5523 4.44772 18 5 18H19C19.5523 18 20 17.5523 20 17V13H24V11H20V7C20 6.44772 19.5523 6 19 6H5C4.44772 6 4 6.44772 4 7V11ZM5 7H19V11H5V7ZM19 13V17H5V13H19Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2268_82\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2268_82)\"> <path d=\"M19 7H5V11H19V7Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M19 17V13H5V17H19Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 11H0V13H4V17C4 17.5523 4.44772 18 5 18H19C19.5523 18 20 17.5523 20 17V13H24V11H20V7C20 6.44772 19.5523 6 19 6H5C4.44772 6 4 6.44772 4 7V11ZM5 7H19V11H5V7ZM19 13V17H5V13H19Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </g> <defs> <clipPath id=\"clip0_2268_82\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-fuse-01-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFuse01On",
          "declaration": {
            "name": "ObiFuse01On",
            "module": "src/icons/icon-fuse-01-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-fuse-01-on",
          "declaration": {
            "name": "ObiFuse01On",
            "module": "src/icons/icon-fuse-01-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-fuse-01.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFuse01",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_4504)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 11H0V13H4V17C4 17.5523 4.44772 18 5 18H19C19.5523 18 20 17.5523 20 17V13H24V11H20V7C20 6.44772 19.5523 6 19 6H5C4.44772 6 4 6.44772 4 7V11ZM5 7H19V11H5V7ZM19 13V17H5V13H19Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2228_4504\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_4504)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 11H0V13H4V17C4 17.5523 4.44772 18 5 18H19C19.5523 18 20 17.5523 20 17V13H24V11H20V7C20 6.44772 19.5523 6 19 6H5C4.44772 6 4 6.44772 4 7V11ZM5 7H19V11H5V7ZM19 13V17H5V13H19Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </g> <defs> <clipPath id=\"clip0_2228_4504\"> <rect width=\"24\" height=\"24\" fill=\"none\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-fuse-01",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFuse01",
          "declaration": {
            "name": "ObiFuse01",
            "module": "src/icons/icon-fuse-01.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-fuse-01",
          "declaration": {
            "name": "ObiFuse01",
            "module": "src/icons/icon-fuse-01.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-fuse-02-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFuse02Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.99997 15.4636L3.9978 15.4648L3.99997 15.4686V21C3.99997 21.5523 4.44768 22 4.99997 22H19C19.5523 22 20 21.5523 20 21V8.53539L20.0018 8.53434L20 8.53119V3C20 2.44772 19.5523 2 19 2H4.99997C4.44768 2 3.99997 2.44772 3.99997 3V15.4636ZM4.99997 3H19V6.80334L4.99997 14.8862V3ZM19 9.11274V21H4.99997V17.1956L19 9.11274Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 3H19V6.80334L5 14.8862V3ZM19 9.11274V21H5V17.1956L19 9.11274Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.99997 15.4636L3.9978 15.4648L3.99997 15.4686V21C3.99997 21.5523 4.44768 22 4.99997 22H19C19.5523 22 20 21.5523 20 21V8.53539L20.0018 8.53434L20 8.53119V3C20 2.44772 19.5523 2 19 2H4.99997C4.44768 2 3.99997 2.44772 3.99997 3V15.4636ZM4.99997 3H19V6.80334L4.99997 14.8862V3ZM19 9.11274V21H4.99997V17.1956L19 9.11274Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 3H19V6.80334L5 14.8862V3ZM19 9.11274V21H5V17.1956L19 9.11274Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-fuse-02-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFuse02Off",
          "declaration": {
            "name": "ObiFuse02Off",
            "module": "src/icons/icon-fuse-02-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-fuse-02-off",
          "declaration": {
            "name": "ObiFuse02Off",
            "module": "src/icons/icon-fuse-02-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-fuse-02-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFuse02On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.99997 15.4636L3.9978 15.4648L3.99997 15.4686V21C3.99997 21.5523 4.44768 22 4.99997 22H19C19.5523 22 20 21.5523 20 21V8.53539L20.0018 8.53434L20 8.53119V3C20 2.44772 19.5523 2 19 2H4.99997C4.44768 2 3.99997 2.44772 3.99997 3V15.4636ZM4.99997 3H19V6.80334L4.99997 14.8862V3ZM19 9.11274V21H4.99997V17.1956L19 9.11274Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 3H19V6.80334L5 14.8862V3ZM19 9.11274V21H5V17.1956L19 9.11274Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.99997 15.4636L3.9978 15.4648L3.99997 15.4686V21C3.99997 21.5523 4.44768 22 4.99997 22H19C19.5523 22 20 21.5523 20 21V8.53539L20.0018 8.53434L20 8.53119V3C20 2.44772 19.5523 2 19 2H4.99997C4.44768 2 3.99997 2.44772 3.99997 3V15.4636ZM4.99997 3H19V6.80334L4.99997 14.8862V3ZM19 9.11274V21H4.99997V17.1956L19 9.11274Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 3H19V6.80334L5 14.8862V3ZM19 9.11274V21H5V17.1956L19 9.11274Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-fuse-02-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFuse02On",
          "declaration": {
            "name": "ObiFuse02On",
            "module": "src/icons/icon-fuse-02-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-fuse-02-on",
          "declaration": {
            "name": "ObiFuse02On",
            "module": "src/icons/icon-fuse-02-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-fuse-02.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiFuse02",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.99997 15.4636L3.9978 15.4648L3.99997 15.4686V21C3.99997 21.5523 4.44768 22 4.99997 22H19C19.5523 22 20 21.5523 20 21V8.53539L20.0018 8.53434L20 8.53119V3C20 2.44772 19.5523 2 19 2H4.99997C4.44768 2 3.99997 2.44772 3.99997 3V15.4636ZM4.99997 3H19V6.80334L4.99997 14.8862V3ZM19 9.11274V21H4.99997V17.1956L19 9.11274Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.99997 15.4636L3.9978 15.4648L3.99997 15.4686V21C3.99997 21.5523 4.44768 22 4.99997 22H19C19.5523 22 20 21.5523 20 21V8.53539L20.0018 8.53434L20 8.53119V3C20 2.44772 19.5523 2 19 2H4.99997C4.44768 2 3.99997 2.44772 3.99997 3V15.4636ZM4.99997 3H19V6.80334L4.99997 14.8862V3ZM19 9.11274V21H4.99997V17.1956L19 9.11274Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-fuse-02",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiFuse02",
          "declaration": {
            "name": "ObiFuse02",
            "module": "src/icons/icon-fuse-02.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-fuse-02",
          "declaration": {
            "name": "ObiFuse02",
            "module": "src/icons/icon-fuse-02.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-generator.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGenerator",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.1677 14.175V22L21 9.825H16.988V2L11 14.175H15.1677Z\" fill=\"currentColor\"/> <path d=\"M10.2285 6.18945H6.83008V7.70117H8.45312V9.48828C8.29688 9.51562 8.12891 9.54297 7.94922 9.57031C7.77344 9.59375 7.55664 9.60547 7.29883 9.60547C6.77148 9.60547 6.34375 9.48438 6.01562 9.24219C5.6875 8.99609 5.44727 8.6582 5.29492 8.22852C5.14258 7.79492 5.06641 7.29883 5.06641 6.74023C5.06641 6.15039 5.17188 5.63867 5.38281 5.20508C5.59766 4.76758 5.89844 4.42773 6.28516 4.18555C6.67578 3.94336 7.13477 3.82227 7.66211 3.82227C8.0293 3.82227 8.38086 3.86719 8.7168 3.95703C9.05273 4.04688 9.35156 4.1582 9.61328 4.29102L10.2168 2.83789C9.85742 2.68164 9.45703 2.55469 9.01562 2.45703C8.57422 2.35938 8.12695 2.31055 7.67383 2.31055C6.71289 2.31055 5.89844 2.49023 5.23047 2.84961C4.56641 3.20898 4.06055 3.7168 3.71289 4.37305C3.36914 5.0293 3.19727 5.80664 3.19727 6.70508C3.19727 7.66211 3.35156 8.46875 3.66016 9.125C3.96875 9.78125 4.41992 10.2773 5.01367 10.6133C5.60742 10.9492 6.33008 11.1172 7.18164 11.1172C7.79492 11.1172 8.34375 11.0742 8.82812 10.9883C9.3125 10.8984 9.7793 10.7793 10.2285 10.6309V6.18945Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.1677 14.175V22L21 9.825H16.988V2L11 14.175H15.1677Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.2285 6.18945H6.83008V7.70117H8.45312V9.48828C8.29688 9.51562 8.12891 9.54297 7.94922 9.57031C7.77344 9.59375 7.55664 9.60547 7.29883 9.60547C6.77148 9.60547 6.34375 9.48438 6.01562 9.24219C5.6875 8.99609 5.44727 8.6582 5.29492 8.22852C5.14258 7.79492 5.06641 7.29883 5.06641 6.74023C5.06641 6.15039 5.17188 5.63867 5.38281 5.20508C5.59766 4.76758 5.89844 4.42773 6.28516 4.18555C6.67578 3.94336 7.13477 3.82227 7.66211 3.82227C8.0293 3.82227 8.38086 3.86719 8.7168 3.95703C9.05273 4.04688 9.35156 4.1582 9.61328 4.29102L10.2168 2.83789C9.85742 2.68164 9.45703 2.55469 9.01562 2.45703C8.57422 2.35938 8.12695 2.31055 7.67383 2.31055C6.71289 2.31055 5.89844 2.49023 5.23047 2.84961C4.56641 3.20898 4.06055 3.7168 3.71289 4.37305C3.36914 5.0293 3.19727 5.80664 3.19727 6.70508C3.19727 7.66211 3.35156 8.46875 3.66016 9.125C3.96875 9.78125 4.41992 10.2773 5.01367 10.6133C5.60742 10.9492 6.33008 11.1172 7.18164 11.1172C7.79492 11.1172 8.34375 11.0742 8.82812 10.9883C9.3125 10.8984 9.7793 10.7793 10.2285 10.6309V6.18945Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-generator",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGenerator",
          "declaration": {
            "name": "ObiGenerator",
            "module": "src/icons/icon-generator.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-generator",
          "declaration": {
            "name": "ObiGenerator",
            "module": "src/icons/icon-generator.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-generic-line-coming-from.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGenericLineComingFrom",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 16.7375L15 7.26424C15 6.83684 14.4985 6.60646 14.1742 6.88491L9.38375 10.9989L0 10.9989V12.9989H9.36992L14.1746 17.1172C14.4989 17.3952 15 17.1647 15 16.7375Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 16.7375L15 7.26424C15 6.83684 14.4985 6.60646 14.1742 6.88491L9.38375 10.9989L0 10.9989V12.9989H9.36992L14.1746 17.1172C14.4989 17.3952 15 17.1647 15 16.7375Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-generic-line-coming-from",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGenericLineComingFrom",
          "declaration": {
            "name": "ObiGenericLineComingFrom",
            "module": "src/icons/icon-generic-line-coming-from.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-generic-line-coming-from",
          "declaration": {
            "name": "ObiGenericLineComingFrom",
            "module": "src/icons/icon-generic-line-coming-from.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-generic-line-corner.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGenericLineCorner",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.1615 11L24 11V13H15.2C14.6234 13 14.2512 13.0008 13.9678 13.0239C13.6962 13.0461 13.5955 13.0838 13.546 13.109C13.3578 13.2049 13.2049 13.3578 13.109 13.546C13.0838 13.5955 13.0461 13.6962 13.0239 13.9678C13.0008 14.2512 13 14.6234 13 15.2V24H11L11 15.1615C11 14.6343 11 14.1795 11.0306 13.805C11.0629 13.4096 11.1342 13.0164 11.327 12.638C11.6146 12.0735 12.0735 11.6146 12.638 11.327C13.0164 11.1342 13.4096 11.0629 13.805 11.0306C14.1795 11 14.6343 11 15.1615 11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.1615 11L24 11V13H15.2C14.6234 13 14.2512 13.0008 13.9678 13.0239C13.6962 13.0461 13.5955 13.0838 13.546 13.109C13.3578 13.2049 13.2049 13.3578 13.109 13.546C13.0838 13.5955 13.0461 13.6962 13.0239 13.9678C13.0008 14.2512 13 14.6234 13 15.2V24H11L11 15.1615C11 14.6343 11 14.1795 11.0306 13.805C11.0629 13.4096 11.1342 13.0164 11.327 12.638C11.6146 12.0735 12.0735 11.6146 12.638 11.327C13.0164 11.1342 13.4096 11.0629 13.805 11.0306C14.1795 11 14.6343 11 15.1615 11Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-generic-line-corner",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGenericLineCorner",
          "declaration": {
            "name": "ObiGenericLineCorner",
            "module": "src/icons/icon-generic-line-corner.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-generic-line-corner",
          "declaration": {
            "name": "ObiGenericLineCorner",
            "module": "src/icons/icon-generic-line-corner.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-generic-line-cross.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGenericLineCross",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 13V11H9.17071C9.47199 10.1476 10.1476 9.47199 11 9.17071V0H13V9.1707C13.8524 9.47199 14.528 10.1476 14.8293 11H24V13H14.8293C14.528 13.8524 13.8524 14.528 13 14.8293V24H11V14.8293C10.1476 14.528 9.47199 13.8524 9.17071 13H0Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 13V11H9.17071C9.47199 10.1476 10.1476 9.47199 11 9.17071V0H13V9.1707C13.8524 9.47199 14.528 10.1476 14.8293 11H24V13H14.8293C14.528 13.8524 13.8524 14.528 13 14.8293V24H11V14.8293C10.1476 14.528 9.47199 13.8524 9.17071 13H0Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-generic-line-cross",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGenericLineCross",
          "declaration": {
            "name": "ObiGenericLineCross",
            "module": "src/icons/icon-generic-line-cross.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-generic-line-cross",
          "declaration": {
            "name": "ObiGenericLineCross",
            "module": "src/icons/icon-generic-line-cross.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-generic-line-direction.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGenericLineDirection",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.00053 6L13.9914 12L8 18H10.8214L16.8214 12L10.8214 6H8.00053Z\" fill=\"currentColor\"/> <path d=\"M11.5798 11L12.5783 12L11.5797 13H0V11H11.5798Z\" fill=\"currentColor\"/> <path d=\"M17.2357 11L18.2357 12L17.2356 13H24V11H17.2357Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.00053 6L13.9914 12L8 18H10.8214L16.8214 12L10.8214 6H8.00053Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M11.5798 11L12.5783 12L11.5797 13H0V11H11.5798Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M17.2357 11L18.2357 12L17.2356 13H24V11H17.2357Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-generic-line-direction",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGenericLineDirection",
          "declaration": {
            "name": "ObiGenericLineDirection",
            "module": "src/icons/icon-generic-line-direction.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-generic-line-direction",
          "declaration": {
            "name": "ObiGenericLineDirection",
            "module": "src/icons/icon-generic-line-direction.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-generic-line-end-point.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGenericLineEndPoint",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 18H13L13 6H11V11L0 11V13L11 13L11 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 18H13L13 6H11V11L0 11V13L11 13L11 18Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-generic-line-end-point",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGenericLineEndPoint",
          "declaration": {
            "name": "ObiGenericLineEndPoint",
            "module": "src/icons/icon-generic-line-end-point.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-generic-line-end-point",
          "declaration": {
            "name": "ObiGenericLineEndPoint",
            "module": "src/icons/icon-generic-line-end-point.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-generic-line-going-to.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGenericLineGoingTo",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 12.9883V11.0009H10V7.1082C10 6.69064 10.4815 6.45703 10.8095 6.71549L17.01 11.6021C17.2639 11.8022 17.2641 12.187 17.0104 12.3873L10.8098 17.2825C10.4819 17.5414 10 17.3078 10 16.8901V13.0025L0 12.9883Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 12.9883V11.0009H10V7.1082C10 6.69064 10.4815 6.45703 10.8095 6.71549L17.01 11.6021C17.2639 11.8022 17.2641 12.187 17.0104 12.3873L10.8098 17.2825C10.4819 17.5414 10 17.3078 10 16.8901V13.0025L0 12.9883Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-generic-line-going-to",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGenericLineGoingTo",
          "declaration": {
            "name": "ObiGenericLineGoingTo",
            "module": "src/icons/icon-generic-line-going-to.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-generic-line-going-to",
          "declaration": {
            "name": "ObiGenericLineGoingTo",
            "module": "src/icons/icon-generic-line-going-to.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-generic-line-overlap.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGenericLineOverlap",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 11V13H9V11H0Z\" fill=\"currentColor\"/> <path d=\"M11 24V0H13V24H11Z\" fill=\"currentColor\"/> <path d=\"M15 13H24V11H15V13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 11V13H9V11H0Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M11 24V0H13V24H11Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M15 13H24V11H15V13Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-generic-line-overlap",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGenericLineOverlap",
          "declaration": {
            "name": "ObiGenericLineOverlap",
            "module": "src/icons/icon-generic-line-overlap.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-generic-line-overlap",
          "declaration": {
            "name": "ObiGenericLineOverlap",
            "module": "src/icons/icon-generic-line-overlap.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-generic-line-straight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGenericLineStraight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 11H24V13H0V11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 11H24V13H0V11Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-generic-line-straight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGenericLineStraight",
          "declaration": {
            "name": "ObiGenericLineStraight",
            "module": "src/icons/icon-generic-line-straight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-generic-line-straight",
          "declaration": {
            "name": "ObiGenericLineStraight",
            "module": "src/icons/icon-generic-line-straight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-generic-line-threeway.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGenericLineThreeway",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 11V13H11V24H13V13H24V11H0Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 11V13H11V24H13V13H24V11H0Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-generic-line-threeway",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGenericLineThreeway",
          "declaration": {
            "name": "ObiGenericLineThreeway",
            "module": "src/icons/icon-generic-line-threeway.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-generic-line-threeway",
          "declaration": {
            "name": "ObiGenericLineThreeway",
            "module": "src/icons/icon-generic-line-threeway.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-grid-off-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGridOffGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 10.3251V13.6751H16.55L21 18.1251V5.0001C21 4.4501 20.8041 3.97926 20.4125 3.5876C20.0208 3.19593 19.55 3.0001 19 3.0001H5.87495L10.325 7.4501V5.0001H13.675V8.3251H11.2L15.675 12.8001V10.3251H19ZM19 5.0001V8.3251H15.675V5.0001H19Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.99995 21.0001C4.44995 21.0001 3.97912 20.8043 3.58745 20.4126C3.19578 20.0209 2.99995 19.5501 2.99995 19.0001V5.80301L0.699951 3.5001L2.09995 2.1001L21.9 21.9001L20.475 23.3001L18.1779 21.0001H4.99995ZM8.32495 15.6751V19.0001H4.99995V15.6751H8.32495ZM13.675 16.5001V19.0001H10.325V15.6751H12.85L13.675 16.5001ZM8.32495 11.1501V13.6751H4.99995V10.3251H7.49995L8.32495 11.1501Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 10.3251V13.6751H16.55L21 18.1251V5.0001C21 4.4501 20.8041 3.97926 20.4125 3.5876C20.0208 3.19593 19.55 3.0001 19 3.0001H5.87495L10.325 7.4501V5.0001H13.675V8.3251H11.2L15.675 12.8001V10.3251H19ZM19 5.0001V8.3251H15.675V5.0001H19Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.99995 21.0001C4.44995 21.0001 3.97912 20.8043 3.58745 20.4126C3.19578 20.0209 2.99995 19.5501 2.99995 19.0001V5.80301L0.699951 3.5001L2.09995 2.1001L21.9 21.9001L20.475 23.3001L18.1779 21.0001H4.99995ZM8.32495 15.6751V19.0001H4.99995V15.6751H8.32495ZM13.675 16.5001V19.0001H10.325V15.6751H12.85L13.675 16.5001ZM8.32495 11.1501V13.6751H4.99995V10.3251H7.49995L8.32495 11.1501Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-grid-off-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGridOffGoogle",
          "declaration": {
            "name": "ObiGridOffGoogle",
            "module": "src/icons/icon-grid-off-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-grid-off-google",
          "declaration": {
            "name": "ObiGridOffGoogle",
            "module": "src/icons/icon-grid-off-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ground-1-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGround1Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10V4H11V10H4L12 20L20 10H13ZM15.8387 12L12 16.7984L8.16125 12H15.8387Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM13 4L13 10L20 10L12 20L4 10L11 10L11 4H13ZM12 16.7984L15.8387 12H8.16125L12 16.7984Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10V4H11V10H4L12 20L20 10H13ZM15.8387 12L12 16.7984L8.16125 12H15.8387Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM13 4L13 10L20 10L12 20L4 10L11 10L11 4H13ZM12 16.7984L15.8387 12H8.16125L12 16.7984Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ground-1-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGround1Off",
          "declaration": {
            "name": "ObiGround1Off",
            "module": "src/icons/icon-ground-1-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ground-1-off",
          "declaration": {
            "name": "ObiGround1Off",
            "module": "src/icons/icon-ground-1-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ground-1-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGround1On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10V4H11V10H4L12 20L20 10H13ZM15.8387 12L12 16.7984L8.16125 12H15.8387Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM13 4L13 10L20 10L12 20L4 10L11 10L11 4H13ZM12 16.7984L15.8387 12H8.16125L12 16.7984Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10V4H11V10H4L12 20L20 10H13ZM15.8387 12L12 16.7984L8.16125 12H15.8387Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM13 4L13 10L20 10L12 20L4 10L11 10L11 4H13ZM12 16.7984L15.8387 12H8.16125L12 16.7984Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ground-1-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGround1On",
          "declaration": {
            "name": "ObiGround1On",
            "module": "src/icons/icon-ground-1-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ground-1-on",
          "declaration": {
            "name": "ObiGround1On",
            "module": "src/icons/icon-ground-1-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ground-1.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGround1",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10V4H11V10H4L12 20L20 10H13ZM15.8387 12L12 16.7984L8.16125 12H15.8387Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10V4H11V10H4L12 20L20 10H13ZM15.8387 12L12 16.7984L8.16125 12H15.8387Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ground-1",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGround1",
          "declaration": {
            "name": "ObiGround1",
            "module": "src/icons/icon-ground-1.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ground-1",
          "declaration": {
            "name": "ObiGround1",
            "module": "src/icons/icon-ground-1.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ground-2-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGround2Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path d=\"M14 4H12V9H6L4 16H6L7.42857 11H11.4286L10 16H12L13.4286 11H17.4286L16 16H18L20 9H14V4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM12 4H14V9H20L18 16H16L17.4286 11H13.4286L12 16H10L11.4286 11H7.42857L6 16H4L6 9H12V4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M14 4H12V9H6L4 16H6L7.42857 11H11.4286L10 16H12L13.4286 11H17.4286L16 16H18L20 9H14V4Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM12 4H14V9H20L18 16H16L17.4286 11H13.4286L12 16H10L11.4286 11H7.42857L6 16H4L6 9H12V4Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ground-2-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGround2Off",
          "declaration": {
            "name": "ObiGround2Off",
            "module": "src/icons/icon-ground-2-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ground-2-off",
          "declaration": {
            "name": "ObiGround2Off",
            "module": "src/icons/icon-ground-2-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ground-2-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGround2On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path d=\"M14 4H12V9H6L4 16H6L7.42857 11H11.4286L10 16H12L13.4286 11H17.4286L16 16H18L20 9H14V4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM12 4H14V9H20L18 16H16L17.4286 11H13.4286L12 16H10L11.4286 11H7.42857L6 16H4L6 9H12V4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M14 4H12V9H6L4 16H6L7.42857 11H11.4286L10 16H12L13.4286 11H17.4286L16 16H18L20 9H14V4Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM12 4H14V9H20L18 16H16L17.4286 11H13.4286L12 16H10L11.4286 11H7.42857L6 16H4L6 9H12V4Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ground-2-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGround2On",
          "declaration": {
            "name": "ObiGround2On",
            "module": "src/icons/icon-ground-2-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ground-2-on",
          "declaration": {
            "name": "ObiGround2On",
            "module": "src/icons/icon-ground-2-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ground-2.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGround2",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 4H12V9H6L4 16H6L7.42857 11H11.4286L10 16H12L13.4286 11H17.4286L16 16H18L20 9H14V4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 4H12V9H6L4 16H6L7.42857 11H11.4286L10 16H12L13.4286 11H17.4286L16 16H18L20 9H14V4Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ground-2",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGround2",
          "declaration": {
            "name": "ObiGround2",
            "module": "src/icons/icon-ground-2.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ground-2",
          "declaration": {
            "name": "ObiGround2",
            "module": "src/icons/icon-ground-2.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ground-3-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGround3Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM11 4L11 9L4 9L4 11L20 11V9L13 9L13 4H11ZM17 15V13L7 13L7 15L17 15ZM14 19V17L10 17V19L14 19Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM11 4V9H4V11H20V9H13V4H11ZM17 15V13H7V15H17ZM14 19V17H10V19H14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM11 4L11 9L4 9L4 11L20 11V9L13 9L13 4H11ZM17 15V13L7 13L7 15L17 15ZM14 19V17L10 17V19L14 19Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM11 4V9H4V11H20V9H13V4H11ZM17 15V13H7V15H17ZM14 19V17H10V19H14Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ground-3-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGround3Off",
          "declaration": {
            "name": "ObiGround3Off",
            "module": "src/icons/icon-ground-3-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ground-3-off",
          "declaration": {
            "name": "ObiGround3Off",
            "module": "src/icons/icon-ground-3-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ground-3-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGround3On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM11 4L11 9L4 9L4 11L20 11V9L13 9L13 4H11ZM17 15V13L7 13L7 15L17 15ZM14 19V17L10 17V19L14 19Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM11 4V9H4V11H20V9H13V4H11ZM17 15V13H7V15H17ZM14 19V17H10V19H14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM11 4L11 9L4 9L4 11L20 11V9L13 9L13 4H11ZM17 15V13L7 13L7 15L17 15ZM14 19V17L10 17V19L14 19Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM11 4V9H4V11H20V9H13V4H11ZM17 15V13H7V15H17ZM14 19V17H10V19H14Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ground-3-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGround3On",
          "declaration": {
            "name": "ObiGround3On",
            "module": "src/icons/icon-ground-3-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ground-3-on",
          "declaration": {
            "name": "ObiGround3On",
            "module": "src/icons/icon-ground-3-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ground-3.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiGround3",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 9V4H13V9H20V11H4V9H11ZM17 13V15H7V13H17ZM14 17V19H10V17H14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 9V4H13V9H20V11H4V9H11ZM17 13V15H7V13H17ZM14 17V19H10V17H14Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ground-3",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiGround3",
          "declaration": {
            "name": "ObiGround3",
            "module": "src/icons/icon-ground-3.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ground-3",
          "declaration": {
            "name": "ObiGround3",
            "module": "src/icons/icon-ground-3.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-harbour-berthing.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHarbourBerthing",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 2V22H22V2H20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.4605 6.78366C13.3297 6.11657 13.1345 5.48583 12.9297 4.93775C12.3527 5.0345 11.7088 5.18074 11.0657 5.40103C9.68714 5.87327 8.49373 6.62113 7.82922 7.7721L3.33167 15.5621L8.52782 18.5621L13.0254 10.7721C13.6899 9.62113 13.7409 8.21368 13.4605 6.78366ZM7.97878 16.5131L11.7263 10.0221C12.1375 9.31002 12.2331 8.31971 11.9885 7.07222C11.9644 6.94929 11.9376 6.82723 11.9086 6.70643C11.7895 6.74167 11.6703 6.77949 11.5518 6.82009C10.3492 7.23204 9.53938 7.81001 9.12826 8.5221L5.3807 15.0131L7.97878 16.5131Z\" fill=\"currentColor\"/> <path d=\"M14 18H12V16H14V18Z\" fill=\"currentColor\"/> <path d=\"M16 18H18V16H16V18Z\" fill=\"currentColor\"/> <path d=\"M18 8H16V6H18V8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 2V22H22V2H20Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.4605 6.78366C13.3297 6.11657 13.1345 5.48583 12.9297 4.93775C12.3527 5.0345 11.7088 5.18074 11.0657 5.40103C9.68714 5.87327 8.49373 6.62113 7.82922 7.7721L3.33167 15.5621L8.52782 18.5621L13.0254 10.7721C13.6899 9.62113 13.7409 8.21368 13.4605 6.78366ZM7.97878 16.5131L11.7263 10.0221C12.1375 9.31002 12.2331 8.31971 11.9885 7.07222C11.9644 6.94929 11.9376 6.82723 11.9086 6.70643C11.7895 6.74167 11.6703 6.77949 11.5518 6.82009C10.3492 7.23204 9.53938 7.81001 9.12826 8.5221L5.3807 15.0131L7.97878 16.5131Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14 18H12V16H14V18Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16 18H18V16H16V18Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 8H16V6H18V8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-harbour-berthing",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHarbourBerthing",
          "declaration": {
            "name": "ObiHarbourBerthing",
            "module": "src/icons/icon-harbour-berthing.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-harbour-berthing",
          "declaration": {
            "name": "ObiHarbourBerthing",
            "module": "src/icons/icon-harbour-berthing.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-hdg.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHdg",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.8932 2.31064C12.0617 1.89645 12.658 1.89645 12.8266 2.31064L20.2842 20.6401C20.6433 21.5228 19.6517 22.3463 18.8266 21.8505L12.3599 18L5.89313 21.8505C5.068 22.3463 4.07638 21.5228 4.43551 20.6401L11.8932 2.31064Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.8932 2.31064C12.0617 1.89645 12.658 1.89645 12.8266 2.31064L20.2842 20.6401C20.6433 21.5228 19.6517 22.3463 18.8266 21.8505L12.3599 18L5.89313 21.8505C5.068 22.3463 4.07638 21.5228 4.43551 20.6401L11.8932 2.31064Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-hdg",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHdg",
          "declaration": {
            "name": "ObiHdg",
            "module": "src/icons/icon-hdg.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-hdg",
          "declaration": {
            "name": "ObiHdg",
            "module": "src/icons/icon-hdg.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heading-c-up-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeadingCUpProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L12 1L7 7H17Z\" fill=\"currentColor\"/> <path d=\"M11.7875 11.624C12.1609 11.4427 12.5822 11.352 13.0515 11.352C13.4782 11.352 13.9049 11.4267 14.3315 11.576C14.7689 11.7147 15.1955 11.8853 15.6115 12.088L16.3795 10.2C15.8675 9.95468 15.3235 9.76268 14.7475 9.62402C14.1822 9.48535 13.6169 9.41602 13.0515 9.41602C12.1875 9.41602 11.4195 9.56002 10.7475 9.84802C10.0862 10.136 9.5262 10.5413 9.06754 11.064C8.60887 11.5867 8.2622 12.2107 8.02754 12.936C7.79287 13.6507 7.67554 14.44 7.67554 15.304C7.67554 16.4774 7.85687 17.5067 8.21954 18.392C8.59287 19.2667 9.1582 19.9493 9.91554 20.44C10.6835 20.92 11.6542 21.16 12.8275 21.16C13.4355 21.16 13.9849 21.112 14.4755 21.016C14.9662 20.92 15.4569 20.776 15.9475 20.584V18.632C15.4142 18.824 14.9129 18.9733 14.4435 19.08C13.9849 19.176 13.5209 19.224 13.0515 19.224C12.3689 19.224 11.8035 19.0747 11.3555 18.776C10.9075 18.4667 10.5769 18.0187 10.3635 17.432C10.1609 16.8454 10.0595 16.1413 10.0595 15.32C10.0595 14.712 10.1235 14.1627 10.2515 13.672C10.3902 13.1813 10.5875 12.7653 10.8435 12.424C11.0995 12.072 11.4142 11.8053 11.7875 11.624Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L12 1L7 7H17Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.7875 11.624C12.1609 11.4427 12.5822 11.352 13.0515 11.352C13.4782 11.352 13.9049 11.4267 14.3315 11.576C14.7689 11.7147 15.1955 11.8853 15.6115 12.088L16.3795 10.2C15.8675 9.95468 15.3235 9.76268 14.7475 9.62402C14.1822 9.48535 13.6169 9.41602 13.0515 9.41602C12.1875 9.41602 11.4195 9.56002 10.7475 9.84802C10.0862 10.136 9.5262 10.5413 9.06754 11.064C8.60887 11.5867 8.2622 12.2107 8.02754 12.936C7.79287 13.6507 7.67554 14.44 7.67554 15.304C7.67554 16.4774 7.85687 17.5067 8.21954 18.392C8.59287 19.2667 9.1582 19.9493 9.91554 20.44C10.6835 20.92 11.6542 21.16 12.8275 21.16C13.4355 21.16 13.9849 21.112 14.4755 21.016C14.9662 20.92 15.4569 20.776 15.9475 20.584V18.632C15.4142 18.824 14.9129 18.9733 14.4435 19.08C13.9849 19.176 13.5209 19.224 13.0515 19.224C12.3689 19.224 11.8035 19.0747 11.3555 18.776C10.9075 18.4667 10.5769 18.0187 10.3635 17.432C10.1609 16.8454 10.0595 16.1413 10.0595 15.32C10.0595 14.712 10.1235 14.1627 10.2515 13.672C10.3902 13.1813 10.5875 12.7653 10.8435 12.424C11.0995 12.072 11.4142 11.8053 11.7875 11.624Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heading-c-up-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeadingCUpProposal",
          "declaration": {
            "name": "ObiHeadingCUpProposal",
            "module": "src/icons/icon-heading-c-up-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heading-c-up-proposal",
          "declaration": {
            "name": "ObiHeadingCUpProposal",
            "module": "src/icons/icon-heading-c-up-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heading-h-up-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeadingHUpProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.64 20.98H14.336V16.004H9.66405V20.98H7.36005V9.556H9.66405V14.068H14.336V9.556H16.64V20.98Z\" fill=\"currentColor\"/> <path d=\"M12 1L17 7H7L12 1Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.64 20.98H14.336V16.004H9.66405V20.98H7.36005V9.556H9.66405V14.068H14.336V9.556H16.64V20.98Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 1L17 7H7L12 1Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heading-h-up-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeadingHUpProposal",
          "declaration": {
            "name": "ObiHeadingHUpProposal",
            "module": "src/icons/icon-heading-h-up-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heading-h-up-proposal",
          "declaration": {
            "name": "ObiHeadingHUpProposal",
            "module": "src/icons/icon-heading-h-up-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heading-line-off-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeadingLineOffIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.4448 13.1984 10.96 12.75 10.7007V8.96679L11.9998 8.38747L11.25 8.96647V10.7007C10.8016 10.96 10.5 11.4448 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z\" fill=\"currentColor\"/> <path d=\"M14.9999 4.80736L14.2638 4L11.9998 5.74818L9.73621 4.00019L9.00007 4.80755L11.109 6.43613L9 8.06475L9.73614 8.87212L11.9998 7.12405L14.2638 8.87231L15 8.06494L12.8907 6.43613L14.9999 4.80736Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 7.00572 6.35389 2.91155 11.25 2.52917V3.90573L11.9998 4.48474L12.75 3.90542V2.52917C17.6461 2.91155 21.5 7.00572 21.5 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.4448 13.1984 10.96 12.75 10.7007V8.96679L11.9998 8.38747L11.25 8.96647V10.7007C10.8016 10.96 10.5 11.4448 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.9999 4.80736L14.2638 4L11.9998 5.74818L9.73621 4.00019L9.00007 4.80755L11.109 6.43613L9 8.06475L9.73614 8.87212L11.9998 7.12405L14.2638 8.87231L15 8.06494L12.8907 6.43613L14.9999 4.80736Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 7.00572 6.35389 2.91155 11.25 2.52917V3.90573L11.9998 4.48474L12.75 3.90542V2.52917C17.6461 2.91155 21.5 7.00572 21.5 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heading-line-off-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeadingLineOffIec",
          "declaration": {
            "name": "ObiHeadingLineOffIec",
            "module": "src/icons/icon-heading-line-off-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heading-line-off-iec",
          "declaration": {
            "name": "ObiHeadingLineOffIec",
            "module": "src/icons/icon-heading-line-off-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heading-line-off-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeadingLineOffProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 1.5C8.75257 1.5 5.56236 2.35482 2.75 3.97853L3.5 5.27757C5.86745 3.91072 8.52629 3.13682 11.25 3.01655V6.11117L11.9992 6.86039L12.75 6.10961V3.01655C15.4737 3.13682 18.1325 3.91072 20.5 5.27757L21.25 3.97853C18.4376 2.35482 15.2474 1.5 12 1.5Z\" fill=\"currentColor\"/> <path d=\"M15.7118 5.97705L16.7725 7.03771L13.0606 10.7497L16.7734 14.4625L15.7127 15.5231L11.9996 11.8106L8.28722 15.523L7.22656 14.4623L10.9392 10.7497L7.22741 7.03784L8.28807 5.97718L11.9995 9.68857L15.7118 5.97705Z\" fill=\"currentColor\"/> <path d=\"M11.25 15.3878L11.9992 14.6386L12.75 15.3893V17.6145C13.7643 17.933 14.5 18.8806 14.5 20C14.5 21.3807 13.3807 22.5 12 22.5C10.6193 22.5 9.5 21.3807 9.5 20C9.5 18.8806 10.2357 17.933 11.25 17.6145V15.3878Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 1.5C8.75257 1.5 5.56236 2.35482 2.75 3.97853L3.5 5.27757C5.86745 3.91072 8.52629 3.13682 11.25 3.01655V6.11117L11.9992 6.86039L12.75 6.10961V3.01655C15.4737 3.13682 18.1325 3.91072 20.5 5.27757L21.25 3.97853C18.4376 2.35482 15.2474 1.5 12 1.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.7118 5.97705L16.7725 7.03771L13.0606 10.7497L16.7734 14.4625L15.7127 15.5231L11.9996 11.8106L8.28722 15.523L7.22656 14.4623L10.9392 10.7497L7.22741 7.03784L8.28807 5.97718L11.9995 9.68857L15.7118 5.97705Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.25 15.3878L11.9992 14.6386L12.75 15.3893V17.6145C13.7643 17.933 14.5 18.8806 14.5 20C14.5 21.3807 13.3807 22.5 12 22.5C10.6193 22.5 9.5 21.3807 9.5 20C9.5 18.8806 10.2357 17.933 11.25 17.6145V15.3878Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heading-line-off-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeadingLineOffProposal",
          "declaration": {
            "name": "ObiHeadingLineOffProposal",
            "module": "src/icons/icon-heading-line-off-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heading-line-off-proposal",
          "declaration": {
            "name": "ObiHeadingLineOffProposal",
            "module": "src/icons/icon-heading-line-off-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heading-n-up-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeadingNUpProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L12 1L7 7H17Z\" fill=\"currentColor\"/> <path d=\"M13.9244 20.9999H16.8364V9.57593H14.7564V15.0959L14.7884 15.8959C14.7991 16.1626 14.8044 16.4293 14.8044 16.6959C14.8151 16.9519 14.8258 17.2133 14.8364 17.4799C14.8471 17.7359 14.8578 17.9866 14.8684 18.2319H14.8204L9.73243 9.57593H6.83643V20.9999H8.90043V15.5119L8.86843 14.6799C8.85776 14.4026 8.84176 14.1306 8.82043 13.8639C8.80976 13.5866 8.79909 13.3146 8.78843 13.0479C8.77776 12.7813 8.76709 12.5199 8.75643 12.2639H8.82043L13.9244 20.9999Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 7L12 1L7 7H17Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.9244 20.9999H16.8364V9.57593H14.7564V15.0959L14.7884 15.8959C14.7991 16.1626 14.8044 16.4293 14.8044 16.6959C14.8151 16.9519 14.8258 17.2133 14.8364 17.4799C14.8471 17.7359 14.8578 17.9866 14.8684 18.2319H14.8204L9.73243 9.57593H6.83643V20.9999H8.90043V15.5119L8.86843 14.6799C8.85776 14.4026 8.84176 14.1306 8.82043 13.8639C8.80976 13.5866 8.79909 13.3146 8.78843 13.0479C8.77776 12.7813 8.76709 12.5199 8.75643 12.2639H8.82043L13.9244 20.9999Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heading-n-up-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeadingNUpProposal",
          "declaration": {
            "name": "ObiHeadingNUpProposal",
            "module": "src/icons/icon-heading-n-up-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heading-n-up-proposal",
          "declaration": {
            "name": "ObiHeadingNUpProposal",
            "module": "src/icons/icon-heading-n-up-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heat-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeatGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 13C6 13.8667 6.175 14.6875 6.525 15.4625C6.875 16.2375 7.375 16.9167 8.025 17.5C8.00833 17.4167 8 17.3417 8 17.275V17.05C8 16.5167 8.1 16.0167 8.3 15.55C8.5 15.0833 8.79167 14.6583 9.175 14.275L12 11.5L14.825 14.275C15.2083 14.6583 15.5 15.0833 15.7 15.55C15.9 16.0167 16 16.5167 16 17.05V17.275C16 17.3417 15.9917 17.4167 15.975 17.5C16.625 16.9167 17.125 16.2375 17.475 15.4625C17.825 14.6875 18 13.8667 18 13C18 12.1667 17.8458 11.3792 17.5375 10.6375C17.2292 9.89583 16.7833 9.23333 16.2 8.65C15.8667 8.86667 15.5167 9.02917 15.15 9.1375C14.7833 9.24583 14.4083 9.3 14.025 9.3C12.9917 9.3 12.0958 8.95833 11.3375 8.275C10.5792 7.59167 10.1417 6.75 10.025 5.75C9.375 6.3 8.8 6.87083 8.3 7.4625C7.8 8.05417 7.37917 8.65417 7.0375 9.2625C6.69583 9.87083 6.4375 10.4917 6.2625 11.125C6.0875 11.7583 6 12.3833 6 13ZM12 14.3L10.575 15.7C10.3917 15.8833 10.25 16.0917 10.15 16.325C10.05 16.5583 10 16.8 10 17.05C10 17.5833 10.1958 18.0417 10.5875 18.425C10.9792 18.8083 11.45 19 12 19C12.55 19 13.0208 18.8083 13.4125 18.425C13.8042 18.0417 14 17.5833 14 17.05C14 16.7833 13.95 16.5375 13.85 16.3125C13.75 16.0875 13.6083 15.8833 13.425 15.7L12 14.3ZM12 2V5.3C12 5.86667 12.1958 6.34167 12.5875 6.725C12.9792 7.10833 13.4583 7.3 14.025 7.3C14.325 7.3 14.6042 7.2375 14.8625 7.1125C15.1208 6.9875 15.35 6.8 15.55 6.55L16 6C17.2333 6.7 18.2083 7.675 18.925 8.925C19.6417 10.175 20 11.5333 20 13C20 15.2333 19.225 17.125 17.675 18.675C16.125 20.225 14.2333 21 12 21C9.76667 21 7.875 20.225 6.325 18.675C4.775 17.125 4 15.2333 4 13C4 10.85 4.72083 8.80833 6.1625 6.875C7.60417 4.94167 9.55 3.31667 12 2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 13C6 13.8667 6.175 14.6875 6.525 15.4625C6.875 16.2375 7.375 16.9167 8.025 17.5C8.00833 17.4167 8 17.3417 8 17.275V17.05C8 16.5167 8.1 16.0167 8.3 15.55C8.5 15.0833 8.79167 14.6583 9.175 14.275L12 11.5L14.825 14.275C15.2083 14.6583 15.5 15.0833 15.7 15.55C15.9 16.0167 16 16.5167 16 17.05V17.275C16 17.3417 15.9917 17.4167 15.975 17.5C16.625 16.9167 17.125 16.2375 17.475 15.4625C17.825 14.6875 18 13.8667 18 13C18 12.1667 17.8458 11.3792 17.5375 10.6375C17.2292 9.89583 16.7833 9.23333 16.2 8.65C15.8667 8.86667 15.5167 9.02917 15.15 9.1375C14.7833 9.24583 14.4083 9.3 14.025 9.3C12.9917 9.3 12.0958 8.95833 11.3375 8.275C10.5792 7.59167 10.1417 6.75 10.025 5.75C9.375 6.3 8.8 6.87083 8.3 7.4625C7.8 8.05417 7.37917 8.65417 7.0375 9.2625C6.69583 9.87083 6.4375 10.4917 6.2625 11.125C6.0875 11.7583 6 12.3833 6 13ZM12 14.3L10.575 15.7C10.3917 15.8833 10.25 16.0917 10.15 16.325C10.05 16.5583 10 16.8 10 17.05C10 17.5833 10.1958 18.0417 10.5875 18.425C10.9792 18.8083 11.45 19 12 19C12.55 19 13.0208 18.8083 13.4125 18.425C13.8042 18.0417 14 17.5833 14 17.05C14 16.7833 13.95 16.5375 13.85 16.3125C13.75 16.0875 13.6083 15.8833 13.425 15.7L12 14.3ZM12 2V5.3C12 5.86667 12.1958 6.34167 12.5875 6.725C12.9792 7.10833 13.4583 7.3 14.025 7.3C14.325 7.3 14.6042 7.2375 14.8625 7.1125C15.1208 6.9875 15.35 6.8 15.55 6.55L16 6C17.2333 6.7 18.2083 7.675 18.925 8.925C19.6417 10.175 20 11.5333 20 13C20 15.2333 19.225 17.125 17.675 18.675C16.125 20.225 14.2333 21 12 21C9.76667 21 7.875 20.225 6.325 18.675C4.775 17.125 4 15.2333 4 13C4 10.85 4.72083 8.80833 6.1625 6.875C7.60417 4.94167 9.55 3.31667 12 2Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heat-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeatGoogle",
          "declaration": {
            "name": "ObiHeatGoogle",
            "module": "src/icons/icon-heat-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heat-google",
          "declaration": {
            "name": "ObiHeatGoogle",
            "module": "src/icons/icon-heat-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heat_pump_balance.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeat_pump_balance",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7 18.6C6.16667 18.6 5.45833 18.3083 4.875 17.725C4.29167 17.1417 4 16.4333 4 15.6V6.6H6V15.6C6 15.8833 6.09567 16.1207 6.287 16.312C6.479 16.504 6.71667 16.6 7 16.6C7.28333 16.6 7.521 16.504 7.713 16.312C7.90433 16.1207 8 15.8833 8 15.6V9.6C8 8.76667 8.29167 8.05833 8.875 7.475C9.45833 6.89167 10.1667 6.6 11 6.6C11.8333 6.6 12.5417 6.89167 13.125 7.475C13.7083 8.05833 14 8.76667 14 9.6V15.6C14 15.8833 14.096 16.1207 14.288 16.312C14.4793 16.504 14.7167 16.6 15 16.6C15.2833 16.6 15.521 16.504 15.713 16.312C15.9043 16.1207 16 15.8833 16 15.6V8.6C16 7.76667 16.2917 7.05833 16.875 6.475C17.4583 5.89167 18.1667 5.6 19 5.6H20.175L19 4.425L20.4 3L24 6.6L20.4 10.175L19 8.75L20.175 7.6H19C18.7167 7.6 18.4793 7.69567 18.288 7.887C18.096 8.079 18 8.31667 18 8.6V15.6C18 16.4333 17.7083 17.1417 17.125 17.725C16.5417 18.3083 15.8333 18.6 15 18.6C14.1667 18.6 13.4583 18.3083 12.875 17.725C12.2917 17.1417 12 16.4333 12 15.6V9.6C12 9.31667 11.9043 9.079 11.713 8.887C11.521 8.69567 11.2833 8.6 11 8.6C10.7167 8.6 10.4793 8.69567 10.288 8.887C10.096 9.079 10 9.31667 10 9.6V15.6C10 16.4333 9.70833 17.1417 9.125 17.725C8.54167 18.3083 7.83333 18.6 7 18.6ZM3 21.6C2.45 21.6 1.97933 21.4043 1.588 21.013C1.196 20.621 1 20.15 1 19.6V11.6H23V19.6C23 20.15 22.8043 20.621 22.413 21.013C22.021 21.4043 21.55 21.6 21 21.6H3ZM3 19.6H21V13.6H3V19.6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7 18.6C6.16667 18.6 5.45833 18.3083 4.875 17.725C4.29167 17.1417 4 16.4333 4 15.6V6.6H6V15.6C6 15.8833 6.09567 16.1207 6.287 16.312C6.479 16.504 6.71667 16.6 7 16.6C7.28333 16.6 7.521 16.504 7.713 16.312C7.90433 16.1207 8 15.8833 8 15.6V9.6C8 8.76667 8.29167 8.05833 8.875 7.475C9.45833 6.89167 10.1667 6.6 11 6.6C11.8333 6.6 12.5417 6.89167 13.125 7.475C13.7083 8.05833 14 8.76667 14 9.6V15.6C14 15.8833 14.096 16.1207 14.288 16.312C14.4793 16.504 14.7167 16.6 15 16.6C15.2833 16.6 15.521 16.504 15.713 16.312C15.9043 16.1207 16 15.8833 16 15.6V8.6C16 7.76667 16.2917 7.05833 16.875 6.475C17.4583 5.89167 18.1667 5.6 19 5.6H20.175L19 4.425L20.4 3L24 6.6L20.4 10.175L19 8.75L20.175 7.6H19C18.7167 7.6 18.4793 7.69567 18.288 7.887C18.096 8.079 18 8.31667 18 8.6V15.6C18 16.4333 17.7083 17.1417 17.125 17.725C16.5417 18.3083 15.8333 18.6 15 18.6C14.1667 18.6 13.4583 18.3083 12.875 17.725C12.2917 17.1417 12 16.4333 12 15.6V9.6C12 9.31667 11.9043 9.079 11.713 8.887C11.521 8.69567 11.2833 8.6 11 8.6C10.7167 8.6 10.4793 8.69567 10.288 8.887C10.096 9.079 10 9.31667 10 9.6V15.6C10 16.4333 9.70833 17.1417 9.125 17.725C8.54167 18.3083 7.83333 18.6 7 18.6ZM3 21.6C2.45 21.6 1.97933 21.4043 1.588 21.013C1.196 20.621 1 20.15 1 19.6V11.6H23V19.6C23 20.15 22.8043 20.621 22.413 21.013C22.021 21.4043 21.55 21.6 21 21.6H3ZM3 19.6H21V13.6H3V19.6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heat_pump_balance",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeat_pump_balance",
          "declaration": {
            "name": "ObiHeat_pump_balance",
            "module": "src/icons/icon-heat_pump_balance.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heat_pump_balance",
          "declaration": {
            "name": "ObiHeat_pump_balance",
            "module": "src/icons/icon-heat_pump_balance.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heatexhanger.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeatexhanger",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.13188 5.97665L17.3366 8.4437L5.65468 10.0662C3.37065 10.3834 3.34816 13.676 5.62776 14.0242L17.2442 15.799L6.15064 18.0195L6.54318 19.9806L17.6368 17.7601C19.8307 17.3209 19.7581 14.1598 17.5463 13.8219L5.92982 12.0472L17.6117 10.4247C19.8217 10.1177 19.9456 6.97025 17.7666 6.49048L6.56194 4.02344L6.13188 5.97665ZM5.91855 12.0504L5.91729 12.0493C5.91203 12.0504 5.90874 12.0514 5.90716 12.052C5.9046 12.0528 5.90527 12.0528 5.90813 12.0512C5.90995 12.0502 5.91212 12.0488 5.91447 12.0471C5.91214 12.0453 5.90999 12.0439 5.90818 12.0428L5.90563 12.0415L5.90721 12.0421C5.90879 12.0426 5.91207 12.0437 5.91732 12.0448L5.9186 12.0438C5.92238 12.0406 5.92554 12.0372 5.92801 12.0342C5.93301 12.0279 5.93362 12.0248 5.93259 12.0279C5.93145 12.0312 5.92989 12.0381 5.92982 12.0472C5.92976 12.0563 5.93124 12.0631 5.93233 12.0665C5.93268 12.0676 5.93286 12.0679 5.93271 12.0676C5.93245 12.067 5.93117 12.0644 5.92801 12.0604C5.92559 12.0573 5.92228 12.0537 5.91855 12.0504Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4ZM4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.13188 5.97665L17.3366 8.4437L5.65468 10.0662C3.37065 10.3834 3.34816 13.676 5.62776 14.0242L17.2442 15.799L6.15064 18.0195L6.54318 19.9806L17.6368 17.7601C19.8307 17.3209 19.7581 14.1598 17.5463 13.8219L5.92982 12.0472L17.6117 10.4247C19.8217 10.1177 19.9456 6.97025 17.7666 6.49048L6.56194 4.02344L6.13188 5.97665ZM5.91855 12.0504L5.91729 12.0493C5.91203 12.0504 5.90874 12.0514 5.90716 12.052C5.9046 12.0528 5.90527 12.0528 5.90813 12.0512C5.90995 12.0502 5.91212 12.0488 5.91447 12.0471C5.91214 12.0453 5.90999 12.0439 5.90818 12.0428L5.90563 12.0415L5.90721 12.0421C5.90879 12.0426 5.91207 12.0437 5.91732 12.0448L5.9186 12.0438C5.92238 12.0406 5.92554 12.0372 5.92801 12.0342C5.93301 12.0279 5.93362 12.0248 5.93259 12.0279C5.93145 12.0312 5.92989 12.0381 5.92982 12.0472C5.92976 12.0563 5.93124 12.0631 5.93233 12.0665C5.93268 12.0676 5.93286 12.0679 5.93271 12.0676C5.93245 12.067 5.93117 12.0644 5.92801 12.0604C5.92559 12.0573 5.92228 12.0537 5.91855 12.0504Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4ZM4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heatexhanger",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeatexhanger",
          "declaration": {
            "name": "ObiHeatexhanger",
            "module": "src/icons/icon-heatexhanger.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heatexhanger",
          "declaration": {
            "name": "ObiHeatexhanger",
            "module": "src/icons/icon-heatexhanger.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heatpump.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeatpump",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.3043 18.8299C20.9764 17.0425 22 14.6408 22 12C22 9.35954 20.9766 6.9581 19.3049 5.17068L19.1866 5.04642C17.3686 3.16786 14.8207 2 12 2C7.52927 2 3.74376 4.93382 2.46372 8.98123L2.35067 9.36548C2.12204 10.2049 2 11.0882 2 12C2 12.9387 2.12933 13.8471 2.37114 14.7085L2.46069 15.0092C3.73779 19.0616 7.52574 22 12 22C14.8207 22 17.3687 20.8321 19.1867 18.9535L19.3043 18.8299ZM19.5024 16.9731C20.4487 15.5484 21 13.8386 21 12C21 10.1614 20.4487 8.45154 19.5023 7.02677L3.0673 10.8938C3.02287 11.2563 3 11.6255 3 12C3 12.3714 3.0225 12.7375 3.0662 13.0971L19.5024 16.9731ZM18.0305 18.6809L3.61713 15.2819C4.9287 18.6294 8.18751 21 12 21C14.3198 21 16.4346 20.1223 18.0305 18.6809ZM18.0299 5.31859L3.6207 8.709C4.9346 5.36626 8.19096 3 12 3C14.3195 3 16.4341 3.87748 18.0299 5.31859Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.3043 18.8299C20.9764 17.0425 22 14.6408 22 12C22 9.35954 20.9766 6.9581 19.3049 5.17068L19.1866 5.04642C17.3686 3.16786 14.8207 2 12 2C7.52927 2 3.74376 4.93382 2.46372 8.98123L2.35067 9.36548C2.12204 10.2049 2 11.0882 2 12C2 12.9387 2.12933 13.8471 2.37114 14.7085L2.46069 15.0092C3.73779 19.0616 7.52574 22 12 22C14.8207 22 17.3687 20.8321 19.1867 18.9535L19.3043 18.8299ZM19.5024 16.9731C20.4487 15.5484 21 13.8386 21 12C21 10.1614 20.4487 8.45154 19.5023 7.02677L3.0673 10.8938C3.02287 11.2563 3 11.6255 3 12C3 12.3714 3.0225 12.7375 3.0662 13.0971L19.5024 16.9731ZM18.0305 18.6809L3.61713 15.2819C4.9287 18.6294 8.18751 21 12 21C14.3198 21 16.4346 20.1223 18.0305 18.6809ZM18.0299 5.31859L3.6207 8.709C4.9346 5.36626 8.19096 3 12 3C14.3195 3 16.4341 3.87748 18.0299 5.31859Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heatpump",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeatpump",
          "declaration": {
            "name": "ObiHeatpump",
            "module": "src/icons/icon-heatpump.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heatpump",
          "declaration": {
            "name": "ObiHeatpump",
            "module": "src/icons/icon-heatpump.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heave.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeave",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.4006 2H9.60119V4.31818H7.20148C6.32159 4.31818 5.60167 5.01364 5.60167 5.86364V9.43364L4.5698 9.75818C4.36182 9.82 4.18584 9.95909 4.08985 10.1445C3.99386 10.33 3.96987 10.5464 4.04186 10.7473L5.06168 14.9091H6.677L6.69684 14.8893L5.77759 11.0023L7.69736 10.3918L12.0008 9.03955L16.3043 10.4073L18.2161 11.01L17.3047 14.8905L17.3233 14.9091H18.9401L19.952 10.7473C20.0159 10.5464 20 10.33 19.904 10.1445C19.808 9.95909 19.632 9.82 19.424 9.75818L18.4001 9.43364V5.86364C18.4001 5.01364 17.6802 4.31818 16.8003 4.31818H14.4006V2ZM12.8009 3.54545V4.31818H11.2011V3.54545H12.8009ZM7.20153 8.93136V5.86364H16.8004V8.93136L12.001 7.40909L7.20153 8.93136Z\" fill=\"currentColor\"/> <path d=\"M8.45717 15.1693C8.57156 15.0908 8.68605 15.0124 8.80141 14.9353L9.06974 15.1166C9.36995 15.3209 9.68131 15.5329 10.0002 15.7251V17.3644C9.82482 17.2745 9.65096 17.1811 9.47897 17.0887C9.24945 16.9654 9.02326 16.8439 8.80134 16.735C8.56986 16.8486 8.33417 16.9767 8.09503 17.1067C7.29301 17.5428 5.85024 18 5 18H4.00191V16.4545H5C5.98315 16.4545 7.56803 15.7796 8.45717 15.1693Z\" fill=\"currentColor\"/> <path d=\"M13 16.2254V14H15L12 11L9 14H11V20H9L12 23L15 20H13V17.8045V16.2254Z\" fill=\"currentColor\"/> <path d=\"M14.0002 17.3686V15.7261C14.3196 15.5336 14.6315 15.3213 14.9322 15.1166L15.2006 14.9353C15.3137 15.0175 15.4295 15.0901 15.5447 15.1693C16.4339 15.7796 18.0169 16.4545 19 16.4545H20V18H19C18.1383 18 16.6866 17.5352 15.8748 17.0924C15.6467 16.9679 15.4217 16.8452 15.2006 16.735C14.9898 16.84 14.7753 16.9557 14.5576 17.0731C14.3739 17.1722 14.1878 17.2726 14.0002 17.3686Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.4006 2H9.60119V4.31818H7.20148C6.32159 4.31818 5.60167 5.01364 5.60167 5.86364V9.43364L4.5698 9.75818C4.36182 9.82 4.18584 9.95909 4.08985 10.1445C3.99386 10.33 3.96987 10.5464 4.04186 10.7473L5.06168 14.9091H6.677L6.69684 14.8893L5.77759 11.0023L7.69736 10.3918L12.0008 9.03955L16.3043 10.4073L18.2161 11.01L17.3047 14.8905L17.3233 14.9091H18.9401L19.952 10.7473C20.0159 10.5464 20 10.33 19.904 10.1445C19.808 9.95909 19.632 9.82 19.424 9.75818L18.4001 9.43364V5.86364C18.4001 5.01364 17.6802 4.31818 16.8003 4.31818H14.4006V2ZM12.8009 3.54545V4.31818H11.2011V3.54545H12.8009ZM7.20153 8.93136V5.86364H16.8004V8.93136L12.001 7.40909L7.20153 8.93136Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.45717 15.1693C8.57156 15.0908 8.68605 15.0124 8.80141 14.9353L9.06974 15.1166C9.36995 15.3209 9.68131 15.5329 10.0002 15.7251V17.3644C9.82482 17.2745 9.65096 17.1811 9.47897 17.0887C9.24945 16.9654 9.02326 16.8439 8.80134 16.735C8.56986 16.8486 8.33417 16.9767 8.09503 17.1067C7.29301 17.5428 5.85024 18 5 18H4.00191V16.4545H5C5.98315 16.4545 7.56803 15.7796 8.45717 15.1693Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 16.2254V14H15L12 11L9 14H11V20H9L12 23L15 20H13V17.8045V16.2254Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.0002 17.3686V15.7261C14.3196 15.5336 14.6315 15.3213 14.9322 15.1166L15.2006 14.9353C15.3137 15.0175 15.4295 15.0901 15.5447 15.1693C16.4339 15.7796 18.0169 16.4545 19 16.4545H20V18H19C18.1383 18 16.6866 17.5352 15.8748 17.0924C15.6467 16.9679 15.4217 16.8452 15.2006 16.735C14.9898 16.84 14.7753 16.9557 14.5576 17.0731C14.3739 17.1722 14.1878 17.2726 14.0002 17.3686Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heave",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeave",
          "declaration": {
            "name": "ObiHeave",
            "module": "src/icons/icon-heave.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heave",
          "declaration": {
            "name": "ObiHeave",
            "module": "src/icons/icon-heave.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-rain-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavyRainColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.21141 21.337C7.48204 20.7507 8.12118 20.5309 8.68973 20.7496L8.69988 20.7535L8.70975 20.7581C9.29611 21.0287 9.51585 21.6678 9.29718 22.2364L9.29176 22.2505L8.17341 24.8059C7.9866 25.2665 7.56455 25.4901 7.13007 25.4901C6.97914 25.4901 6.80989 25.444 6.70466 25.409L6.68714 25.4031L6.67038 25.3954C6.08402 25.1248 5.86428 24.4856 6.08295 23.9171L6.08837 23.903L7.21141 21.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2114 25.337C11.482 24.7507 12.1212 24.5309 12.6897 24.7496L12.6999 24.7535L12.7098 24.7581C13.2961 25.0287 13.5159 25.6678 13.2972 26.2364L13.2918 26.2505L12.1734 28.8059C11.9866 29.2665 11.5646 29.4901 11.1301 29.4901C10.9791 29.4901 10.8099 29.444 10.7047 29.409L10.6871 29.4031L10.6704 29.3954C10.084 29.1248 9.86428 28.4856 10.0829 27.9171L10.0884 27.903L11.2114 25.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.8781 20.6704C16.1487 20.084 16.7878 19.8643 17.3564 20.0829L17.3665 20.0869L17.3764 20.0914C17.9628 20.362 18.1825 21.0012 17.9638 21.5697L17.9584 21.5838L16.8401 24.1392C16.6533 24.5999 16.2312 24.8234 15.7967 24.8234C15.6458 24.8234 15.4766 24.7774 15.3713 24.7423L15.3538 24.7365L15.337 24.7287C14.7507 24.4581 14.5309 23.819 14.7496 23.2504L14.755 23.2363L15.8781 20.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8781 20.6704C20.1487 20.084 20.7878 19.8643 21.3564 20.0829L21.3665 20.0869L21.3764 20.0914C21.9628 20.362 22.1825 21.0012 21.9638 21.5697L21.9584 21.5838L20.8401 24.1392C20.6533 24.5999 20.2312 24.8234 19.7967 24.8234C19.6458 24.8234 19.4766 24.7774 19.3713 24.7423L19.3538 24.7365L19.337 24.7287C18.7507 24.4581 18.5309 23.819 18.7496 23.2504L18.755 23.2363L19.8781 20.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.8781 24.6704C24.1487 24.084 24.7878 23.8643 25.3564 24.083L25.3665 24.0869L25.3764 24.0914C25.9628 24.362 26.1825 25.0012 25.9638 25.5697L25.9584 25.5838L24.8401 28.1392C24.6533 28.5999 24.2312 28.8234 23.7967 28.8234C23.6458 28.8234 23.4766 28.7774 23.3713 28.7423L23.3538 28.7365L23.337 28.7287C22.7507 28.4581 22.5309 27.819 22.7496 27.2504L22.755 27.2363L23.8781 24.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33337C15.7935 3.33337 13.5607 4.78594 12.4613 7.11749L12.0451 7.99994L11.1527 7.60567C10.9177 7.50189 10.6811 7.45811 10.4274 7.45811C9.54935 7.45811 8.78584 8.00775 8.48292 8.85659L8.19898 9.65224L7.36708 9.50523C7.27647 9.48921 7.20203 9.48722 7.00777 9.48722C6.00812 9.48722 5.08283 9.89697 4.39048 10.6572C3.70861 11.407 3.33325 12.3655 3.33325 13.377V13.4315C3.36163 14.5559 3.77291 15.5277 4.47891 16.2246L4.49162 16.2372L4.50388 16.2502C5.1622 16.9482 6.05989 17.3334 7.00776 17.3334H24.4823C26.3629 17.3334 27.9999 15.6989 27.9999 13.5766C27.9999 11.7972 26.8571 10.3219 25.3791 9.91746L24.7565 9.7471L24.6554 9.10954C24.1292 5.7913 21.3735 3.33337 18.2391 3.33337ZM11.0542 5.50746C12.5726 2.95044 15.2593 1.33337 18.2391 1.33337C22.243 1.33337 25.6237 4.28966 26.5147 8.19546C28.5969 9.05058 29.9999 11.1906 29.9999 13.5766C29.9999 16.7101 27.5585 19.3334 24.4823 19.3334H7.00776C5.5145 19.3334 4.09596 18.7255 3.0612 17.6354C1.95806 16.5396 1.37015 15.0591 1.33352 13.4666L1.33325 13.4551V13.377C1.33325 11.8607 1.89899 10.4241 2.91109 9.31128C3.95619 8.1636 5.38193 7.51124 6.92191 7.48787C7.63391 6.25981 8.93634 5.45811 10.4274 5.45811C10.6338 5.45811 10.8431 5.47338 11.0542 5.50746Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33337C15.7935 3.33337 13.5607 4.78594 12.4613 7.11749L12.0451 7.99994L11.1527 7.60567C10.9177 7.50189 10.6811 7.45811 10.4274 7.45811C9.54935 7.45811 8.78584 8.00775 8.48292 8.85659L8.19898 9.65224L7.36708 9.50523C7.27647 9.48921 7.20203 9.48722 7.00777 9.48722C6.00812 9.48722 5.08284 9.89697 4.39048 10.6572C3.70861 11.407 3.33325 12.3655 3.33325 13.377V13.4315C3.36163 14.5559 3.77291 15.5277 4.47891 16.2246L4.49162 16.2372L4.50388 16.2502C5.1622 16.9482 6.05989 17.3334 7.00776 17.3334H24.4823C26.3629 17.3334 27.9999 15.6989 27.9999 13.5766C27.9999 11.7972 26.8571 10.3219 25.3791 9.91746L24.7565 9.7471L24.6554 9.10954C24.1292 5.7913 21.3735 3.33337 18.2391 3.33337Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.21141 21.337C7.48204 20.7507 8.12118 20.5309 8.68973 20.7496L8.69988 20.7535L8.70975 20.7581C9.29611 21.0287 9.51585 21.6678 9.29718 22.2364L9.29176 22.2505L8.17341 24.8059C7.9866 25.2665 7.56455 25.4901 7.13007 25.4901C6.97914 25.4901 6.80989 25.444 6.70466 25.409L6.68714 25.4031L6.67038 25.3954C6.08402 25.1248 5.86428 24.4856 6.08295 23.9171L6.08837 23.903L7.21141 21.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2114 25.337C11.482 24.7507 12.1212 24.5309 12.6897 24.7496L12.6999 24.7535L12.7098 24.7581C13.2961 25.0287 13.5159 25.6678 13.2972 26.2364L13.2918 26.2505L12.1734 28.8059C11.9866 29.2665 11.5646 29.4901 11.1301 29.4901C10.9791 29.4901 10.8099 29.444 10.7047 29.409L10.6871 29.4031L10.6704 29.3954C10.084 29.1248 9.86428 28.4856 10.0829 27.9171L10.0884 27.903L11.2114 25.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.8781 20.6704C16.1487 20.084 16.7878 19.8643 17.3564 20.0829L17.3665 20.0869L17.3764 20.0914C17.9628 20.362 18.1825 21.0012 17.9638 21.5697L17.9584 21.5838L16.8401 24.1392C16.6533 24.5999 16.2312 24.8234 15.7967 24.8234C15.6458 24.8234 15.4766 24.7774 15.3713 24.7423L15.3538 24.7365L15.337 24.7287C14.7507 24.4581 14.5309 23.819 14.7496 23.2504L14.755 23.2363L15.8781 20.6704Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8781 20.6704C20.1487 20.084 20.7878 19.8643 21.3564 20.0829L21.3665 20.0869L21.3764 20.0914C21.9628 20.362 22.1825 21.0012 21.9638 21.5697L21.9584 21.5838L20.8401 24.1392C20.6533 24.5999 20.2312 24.8234 19.7967 24.8234C19.6458 24.8234 19.4766 24.7774 19.3713 24.7423L19.3538 24.7365L19.337 24.7287C18.7507 24.4581 18.5309 23.819 18.7496 23.2504L18.755 23.2363L19.8781 20.6704Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.8781 24.6704C24.1487 24.084 24.7878 23.8643 25.3564 24.083L25.3665 24.0869L25.3764 24.0914C25.9628 24.362 26.1825 25.0012 25.9638 25.5697L25.9584 25.5838L24.8401 28.1392C24.6533 28.5999 24.2312 28.8234 23.7967 28.8234C23.6458 28.8234 23.4766 28.7774 23.3713 28.7423L23.3538 28.7365L23.337 28.7287C22.7507 28.4581 22.5309 27.819 22.7496 27.2504L22.755 27.2363L23.8781 24.6704Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33337C15.7935 3.33337 13.5607 4.78594 12.4613 7.11749L12.0451 7.99994L11.1527 7.60567C10.9177 7.50189 10.6811 7.45811 10.4274 7.45811C9.54935 7.45811 8.78584 8.00775 8.48292 8.85659L8.19898 9.65224L7.36708 9.50523C7.27647 9.48921 7.20203 9.48722 7.00777 9.48722C6.00812 9.48722 5.08283 9.89697 4.39048 10.6572C3.70861 11.407 3.33325 12.3655 3.33325 13.377V13.4315C3.36163 14.5559 3.77291 15.5277 4.47891 16.2246L4.49162 16.2372L4.50388 16.2502C5.1622 16.9482 6.05989 17.3334 7.00776 17.3334H24.4823C26.3629 17.3334 27.9999 15.6989 27.9999 13.5766C27.9999 11.7972 26.8571 10.3219 25.3791 9.91746L24.7565 9.7471L24.6554 9.10954C24.1292 5.7913 21.3735 3.33337 18.2391 3.33337ZM11.0542 5.50746C12.5726 2.95044 15.2593 1.33337 18.2391 1.33337C22.243 1.33337 25.6237 4.28966 26.5147 8.19546C28.5969 9.05058 29.9999 11.1906 29.9999 13.5766C29.9999 16.7101 27.5585 19.3334 24.4823 19.3334H7.00776C5.5145 19.3334 4.09596 18.7255 3.0612 17.6354C1.95806 16.5396 1.37015 15.0591 1.33352 13.4666L1.33325 13.4551V13.377C1.33325 11.8607 1.89899 10.4241 2.91109 9.31128C3.95619 8.1636 5.38193 7.51124 6.92191 7.48787C7.63391 6.25981 8.93634 5.45811 10.4274 5.45811C10.6338 5.45811 10.8431 5.47338 11.0542 5.50746Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33337C15.7935 3.33337 13.5607 4.78594 12.4613 7.11749L12.0451 7.99994L11.1527 7.60567C10.9177 7.50189 10.6811 7.45811 10.4274 7.45811C9.54935 7.45811 8.78584 8.00775 8.48292 8.85659L8.19898 9.65224L7.36708 9.50523C7.27647 9.48921 7.20203 9.48722 7.00777 9.48722C6.00812 9.48722 5.08284 9.89697 4.39048 10.6572C3.70861 11.407 3.33325 12.3655 3.33325 13.377V13.4315C3.36163 14.5559 3.77291 15.5277 4.47891 16.2246L4.49162 16.2372L4.50388 16.2502C5.1622 16.9482 6.05989 17.3334 7.00776 17.3334H24.4823C26.3629 17.3334 27.9999 15.6989 27.9999 13.5766C27.9999 11.7972 26.8571 10.3219 25.3791 9.91746L24.7565 9.7471L24.6554 9.10954C24.1292 5.7913 21.3735 3.33337 18.2391 3.33337Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-rain-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavyRainColour",
          "declaration": {
            "name": "ObiHeavyRainColour",
            "module": "src/icons/icon-heavy-rain-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-rain-colour",
          "declaration": {
            "name": "ObiHeavyRainColour",
            "module": "src/icons/icon-heavy-rain-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-rain-showers-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavyRainShowersDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2441 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.3799C9.45829 13.0987 9.66663 12.8487 9.99996 12.682C10.3898 12.4871 10.7796 12.5202 11.1362 12.6645C11.999 13.0139 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1452 16.5282 9.8433 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487ZM12.333 11.0275C12.4855 10.8521 12.6503 10.6731 12.8272 10.4944C14.0443 9.26463 16.0905 7.80162 18.827 8.02181C22.242 8.29658 24.1524 10.0865 25.107 11.9189C25.4389 12.5559 25.645 13.1745 25.774 13.6989C25.9743 13.7572 26.1852 13.825 26.3986 13.9033C26.9122 14.0915 27.5831 14.3908 28.1495 14.8675C28.733 15.3587 29.4242 16.2438 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66662C4.45749 21.3487 2.66663 19.5578 2.66663 17.3487C2.66663 16.4054 2.95372 15.385 3.69549 14.5796C4.46207 13.7472 5.52695 13.3487 6.66663 13.3487H7.25983C7.43538 12.5009 7.91136 11.4903 9.10553 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275Z\" fill=\"currentColor\"/> <path d=\"M9.99996 12.6821C8.66663 13.3487 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C14.8855 9.71116 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.3333 12.0154 9.99996 12.6821Z\" fill=\"currentColor\"/> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" fill=\"currentColor\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.21141 23.337C5.48204 22.7507 6.12118 22.5309 6.68973 22.7496L6.69988 22.7535L6.70975 22.758C7.29611 23.0287 7.51585 23.6678 7.29718 24.2364L7.29176 24.2504L6.17341 26.8058C5.9866 27.2665 5.56455 27.49 5.13007 27.49C4.97914 27.49 4.80989 27.444 4.70466 27.4089L4.68714 27.4031L4.67038 27.3953C4.08402 27.1247 3.86428 26.4856 4.08295 25.917L4.08837 25.9029L5.21141 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5447 23.337C14.8154 22.7507 15.4545 22.5309 16.0231 22.7496L16.0332 22.7535L16.0431 22.758C16.6294 23.0287 16.8492 23.6678 16.6305 24.2364L16.6251 24.2504L15.5067 26.8058C15.3199 27.2665 14.8979 27.49 14.4634 27.49C14.3125 27.49 14.1432 27.444 14.038 27.4089L14.0205 27.4031L14.0037 27.3953C13.4174 27.1247 13.1976 26.4856 13.4163 25.917L13.4217 25.9029L14.5447 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.337C18.8154 22.7507 19.4545 22.5309 20.0231 22.7496L20.0332 22.7535L20.0431 22.758C20.6294 23.0287 20.8492 23.6678 20.6305 24.2364L20.6251 24.2504L19.5067 26.8058C19.3199 27.2665 18.8979 27.49 18.4634 27.49C18.3125 27.49 18.1432 27.444 18.038 27.4089L18.0205 27.4031L18.0037 27.3953C17.4174 27.1247 17.1976 26.4856 17.4163 25.917L17.4217 25.9029L18.5447 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.8781 26.0037C24.1487 25.4173 24.7878 25.1976 25.3564 25.4162L25.3665 25.4201L25.3764 25.4247C25.9628 25.6953 26.1825 26.3345 25.9639 26.903L25.9584 26.9171L24.8401 29.4725C24.6533 29.9331 24.2312 30.1567 23.7967 30.1567C23.6458 30.1567 23.4766 30.1107 23.3713 30.0756L23.3538 30.0697L23.337 30.062C22.7507 29.7914 22.5309 29.1522 22.7496 28.5837L22.755 28.5696L23.8781 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0037C9.48204 25.4173 10.1212 25.1976 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3345 11.2972 26.903L11.2918 26.9171L10.1734 29.4725C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1107 8.70466 30.0756L8.68714 30.0697L8.67038 30.062C8.08402 29.7914 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0037Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2441 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.3799C9.45829 13.0987 9.66663 12.8487 9.99996 12.682C10.3898 12.4871 10.7796 12.5202 11.1362 12.6645C11.999 13.0139 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1452 16.5282 9.8433 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487ZM12.333 11.0275C12.4855 10.8521 12.6503 10.6731 12.8272 10.4944C14.0443 9.26463 16.0905 7.80162 18.827 8.02181C22.242 8.29658 24.1524 10.0865 25.107 11.9189C25.4389 12.5559 25.645 13.1745 25.774 13.6989C25.9743 13.7572 26.1852 13.825 26.3986 13.9033C26.9122 14.0915 27.5831 14.3908 28.1495 14.8675C28.733 15.3587 29.4242 16.2438 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66662C4.45749 21.3487 2.66663 19.5578 2.66663 17.3487C2.66663 16.4054 2.95372 15.385 3.69549 14.5796C4.46207 13.7472 5.52695 13.3487 6.66663 13.3487H7.25983C7.43538 12.5009 7.91136 11.4903 9.10553 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M9.99996 12.6821C8.66663 13.3487 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C14.8855 9.71116 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.3333 12.0154 9.99996 12.6821Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.21141 23.337C5.48204 22.7507 6.12118 22.5309 6.68973 22.7496L6.69988 22.7535L6.70975 22.758C7.29611 23.0287 7.51585 23.6678 7.29718 24.2364L7.29176 24.2504L6.17341 26.8058C5.9866 27.2665 5.56455 27.49 5.13007 27.49C4.97914 27.49 4.80989 27.444 4.70466 27.4089L4.68714 27.4031L4.67038 27.3953C4.08402 27.1247 3.86428 26.4856 4.08295 25.917L4.08837 25.9029L5.21141 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5447 23.337C14.8154 22.7507 15.4545 22.5309 16.0231 22.7496L16.0332 22.7535L16.0431 22.758C16.6294 23.0287 16.8492 23.6678 16.6305 24.2364L16.6251 24.2504L15.5067 26.8058C15.3199 27.2665 14.8979 27.49 14.4634 27.49C14.3125 27.49 14.1432 27.444 14.038 27.4089L14.0205 27.4031L14.0037 27.3953C13.4174 27.1247 13.1976 26.4856 13.4163 25.917L13.4217 25.9029L14.5447 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.337C18.8154 22.7507 19.4545 22.5309 20.0231 22.7496L20.0332 22.7535L20.0431 22.758C20.6294 23.0287 20.8492 23.6678 20.6305 24.2364L20.6251 24.2504L19.5067 26.8058C19.3199 27.2665 18.8979 27.49 18.4634 27.49C18.3125 27.49 18.1432 27.444 18.038 27.4089L18.0205 27.4031L18.0037 27.3953C17.4174 27.1247 17.1976 26.4856 17.4163 25.917L17.4217 25.9029L18.5447 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.8781 26.0037C24.1487 25.4173 24.7878 25.1976 25.3564 25.4162L25.3665 25.4201L25.3764 25.4247C25.9628 25.6953 26.1825 26.3345 25.9639 26.903L25.9584 26.9171L24.8401 29.4725C24.6533 29.9331 24.2312 30.1567 23.7967 30.1567C23.6458 30.1567 23.4766 30.1107 23.3713 30.0756L23.3538 30.0697L23.337 30.062C22.7507 29.7914 22.5309 29.1522 22.7496 28.5837L22.755 28.5696L23.8781 26.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0037C9.48204 25.4173 10.1212 25.1976 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3345 11.2972 26.903L11.2918 26.9171L10.1734 29.4725C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1107 8.70466 30.0756L8.68714 30.0697L8.67038 30.062C8.08402 29.7914 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-rain-showers-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavyRainShowersDayColour",
          "declaration": {
            "name": "ObiHeavyRainShowersDayColour",
            "module": "src/icons/icon-heavy-rain-showers-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-rain-showers-day-colour",
          "declaration": {
            "name": "ObiHeavyRainShowersDayColour",
            "module": "src/icons/icon-heavy-rain-showers-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-rain-showers-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavyRainShowersDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8094 1.31501 11.4045 1.24899 11.6302 1.62937L12.8485 3.68309C13.0037 3.9446 13.3653 4.01422 13.6188 3.83136L15.6092 2.39533C15.9778 2.12935 16.4963 2.40973 16.4435 2.84648L16.1581 5.20454C16.1218 5.5048 16.3693 5.76462 16.6853 5.75791L19.1672 5.70515C19.6269 5.69538 19.8707 6.21506 19.5596 6.54135L18.1679 8.00059C18.3829 7.99706 18.6026 8.00379 18.827 8.02185C22.242 8.29662 24.1524 10.0866 25.107 11.9189C25.4389 12.5559 25.645 13.1746 25.774 13.6989C25.9743 13.7573 26.1852 13.8251 26.3986 13.9033C26.9122 14.0916 27.5831 14.3908 28.1495 14.8676C28.733 15.3588 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66662C4.45749 21.3487 2.66663 19.5579 2.66663 17.3487C2.66663 16.4054 2.95372 15.385 3.69549 14.5796C4.46207 13.7473 5.52695 13.3487 6.66663 13.3487H7.25983C7.2893 13.2064 7.32722 13.0596 7.37559 12.9108C7.35561 12.9091 7.33529 12.9084 7.31467 12.9088L4.83277 12.9616C4.37309 12.9713 4.12928 12.4516 4.44046 12.1254L6.1206 10.3637C6.33454 10.1393 6.29563 9.78855 6.03773 9.61656L4.01236 8.26588C3.63723 8.01571 3.76123 7.45524 4.21188 7.36403L6.64501 6.8716C6.95483 6.8089 7.13943 6.50114 7.03817 6.21614L6.24296 3.97794C6.09568 3.5634 6.54012 3.1762 6.9581 3.35492L9.21485 4.31985C9.50221 4.44272 9.83981 4.29555 9.93387 4.00639L10.6726 1.73559ZM8.36309 11.3875C8.57294 11.2042 8.81849 11.0367 9.10553 10.8932C10.3817 10.2551 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.71689 14.6977 8.8461 16.0951 8.36647C15.6162 6.43897 13.6897 5.1214 11.559 5.35774C9.24779 5.6141 7.5716 7.60187 7.81515 9.79755C7.8796 10.3786 8.07206 10.9161 8.36309 11.3875ZM27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C16.5282 9.84334 14.8895 11.1453 13.8692 12.309C13.0854 13.203 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.999 13.014 11.1362 12.6646C10.7796 12.5202 10.3898 12.4871 9.99996 12.6821C9.66663 12.8487 9.45829 13.0987 9.33329 13.38C8.95829 14.2237 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.4501 27.3333 17.3487Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.87804 23.337C6.14866 22.7507 6.78781 22.5309 7.35635 22.7496L7.3665 22.7535L7.37638 22.7581C7.96273 23.0287 8.18248 23.6678 7.96381 24.2364L7.95839 24.2505L6.84004 26.8059C6.65323 27.2665 6.23118 27.4901 5.79669 27.4901C5.64576 27.4901 5.47651 27.444 5.37128 27.409L5.35377 27.4031L5.33701 27.3954C4.75065 27.1248 4.53091 26.4856 4.74958 25.9171L4.75499 25.903L5.87804 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2114 23.337C15.482 22.7507 16.1211 22.5309 16.6897 22.7496L16.6998 22.7535L16.7097 22.7581C17.2961 23.0287 17.5158 23.6678 17.2971 24.2364L17.2917 24.2505L16.1734 26.8059C15.9866 27.2665 15.5645 27.4901 15.13 27.4901C14.9791 27.4901 14.8098 27.444 14.7046 27.409L14.6871 27.4031L14.6703 27.3954C14.084 27.1248 13.8642 26.4856 14.0829 25.9171L14.0883 25.903L15.2114 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2114 23.337C19.482 22.7507 20.1211 22.5309 20.6897 22.7496L20.6998 22.7535L20.7097 22.7581C21.2961 23.0287 21.5158 23.6678 21.2971 24.2364L21.2917 24.2505L20.1734 26.8059C19.9866 27.2665 19.5645 27.4901 19.13 27.4901C18.9791 27.4901 18.8098 27.444 18.7046 27.409L18.6871 27.4031L18.6703 27.3954C18.084 27.1248 17.8642 26.4856 18.0829 25.9171L18.0883 25.903L19.2114 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 26.0037C24.8153 25.4174 25.4545 25.1976 26.023 25.4163L26.0332 25.4202L26.043 25.4247C26.6294 25.6954 26.8491 26.3345 26.6305 26.9031L26.6251 26.9171L25.5067 29.4725C25.3199 29.9332 24.8978 30.1567 24.4634 30.1567C24.3124 30.1567 24.1432 30.1107 24.038 30.0756L24.0204 30.0698L24.0037 30.0621C23.4173 29.7914 23.1976 29.1523 23.4162 28.5837L23.4217 28.5697L24.5447 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87804 26.0037C10.1487 25.4174 10.7878 25.1976 11.3564 25.4163L11.3665 25.4202L11.3764 25.4247C11.9627 25.6954 12.1825 26.3345 11.9638 26.9031L11.9584 26.9171L10.84 29.4725C10.6532 29.9332 10.2312 30.1567 9.79669 30.1567C9.64576 30.1567 9.47651 30.1107 9.37128 30.0756L9.35377 30.0698L9.33701 30.0621C8.75065 29.7914 8.5309 29.1523 8.74958 28.5837L8.75499 28.5697L9.87804 26.0037Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8094 1.31501 11.4045 1.24899 11.6302 1.62937L12.8485 3.68309C13.0037 3.9446 13.3653 4.01422 13.6188 3.83136L15.6092 2.39533C15.9778 2.12935 16.4963 2.40973 16.4435 2.84648L16.1581 5.20454C16.1218 5.5048 16.3693 5.76462 16.6853 5.75791L19.1672 5.70515C19.6269 5.69538 19.8707 6.21506 19.5596 6.54135L18.1679 8.00059C18.3829 7.99706 18.6026 8.00379 18.827 8.02185C22.242 8.29662 24.1524 10.0866 25.107 11.9189C25.4389 12.5559 25.645 13.1746 25.774 13.6989C25.9743 13.7573 26.1852 13.8251 26.3986 13.9033C26.9122 14.0916 27.5831 14.3908 28.1495 14.8676C28.733 15.3588 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66662C4.45749 21.3487 2.66663 19.5579 2.66663 17.3487C2.66663 16.4054 2.95372 15.385 3.69549 14.5796C4.46207 13.7473 5.52695 13.3487 6.66663 13.3487H7.25983C7.2893 13.2064 7.32722 13.0596 7.37559 12.9108C7.35561 12.9091 7.33529 12.9084 7.31467 12.9088L4.83277 12.9616C4.37309 12.9713 4.12928 12.4516 4.44046 12.1254L6.1206 10.3637C6.33454 10.1393 6.29563 9.78855 6.03773 9.61656L4.01236 8.26588C3.63723 8.01571 3.76123 7.45524 4.21188 7.36403L6.64501 6.8716C6.95483 6.8089 7.13943 6.50114 7.03817 6.21614L6.24296 3.97794C6.09568 3.5634 6.54012 3.1762 6.9581 3.35492L9.21485 4.31985C9.50221 4.44272 9.83981 4.29555 9.93387 4.00639L10.6726 1.73559ZM8.36309 11.3875C8.57294 11.2042 8.81849 11.0367 9.10553 10.8932C10.3817 10.2551 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.71689 14.6977 8.8461 16.0951 8.36647C15.6162 6.43897 13.6897 5.1214 11.559 5.35774C9.24779 5.6141 7.5716 7.60187 7.81515 9.79755C7.8796 10.3786 8.07206 10.9161 8.36309 11.3875ZM27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C16.5282 9.84334 14.8895 11.1453 13.8692 12.309C13.0854 13.203 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.999 13.014 11.1362 12.6646C10.7796 12.5202 10.3898 12.4871 9.99996 12.6821C9.66663 12.8487 9.45829 13.0987 9.33329 13.38C8.95829 14.2237 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.4501 27.3333 17.3487Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.87804 23.337C6.14866 22.7507 6.78781 22.5309 7.35635 22.7496L7.3665 22.7535L7.37638 22.7581C7.96273 23.0287 8.18248 23.6678 7.96381 24.2364L7.95839 24.2505L6.84004 26.8059C6.65323 27.2665 6.23118 27.4901 5.79669 27.4901C5.64576 27.4901 5.47651 27.444 5.37128 27.409L5.35377 27.4031L5.33701 27.3954C4.75065 27.1248 4.53091 26.4856 4.74958 25.9171L4.75499 25.903L5.87804 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2114 23.337C15.482 22.7507 16.1211 22.5309 16.6897 22.7496L16.6998 22.7535L16.7097 22.7581C17.2961 23.0287 17.5158 23.6678 17.2971 24.2364L17.2917 24.2505L16.1734 26.8059C15.9866 27.2665 15.5645 27.4901 15.13 27.4901C14.9791 27.4901 14.8098 27.444 14.7046 27.409L14.6871 27.4031L14.6703 27.3954C14.084 27.1248 13.8642 26.4856 14.0829 25.9171L14.0883 25.903L15.2114 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2114 23.337C19.482 22.7507 20.1211 22.5309 20.6897 22.7496L20.6998 22.7535L20.7097 22.7581C21.2961 23.0287 21.5158 23.6678 21.2971 24.2364L21.2917 24.2505L20.1734 26.8059C19.9866 27.2665 19.5645 27.4901 19.13 27.4901C18.9791 27.4901 18.8098 27.444 18.7046 27.409L18.6871 27.4031L18.6703 27.3954C18.084 27.1248 17.8642 26.4856 18.0829 25.9171L18.0883 25.903L19.2114 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 26.0037C24.8153 25.4174 25.4545 25.1976 26.023 25.4163L26.0332 25.4202L26.043 25.4247C26.6294 25.6954 26.8491 26.3345 26.6305 26.9031L26.6251 26.9171L25.5067 29.4725C25.3199 29.9332 24.8978 30.1567 24.4634 30.1567C24.3124 30.1567 24.1432 30.1107 24.038 30.0756L24.0204 30.0698L24.0037 30.0621C23.4173 29.7914 23.1976 29.1523 23.4162 28.5837L23.4217 28.5697L24.5447 26.0037Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87804 26.0037C10.1487 25.4174 10.7878 25.1976 11.3564 25.4163L11.3665 25.4202L11.3764 25.4247C11.9627 25.6954 12.1825 26.3345 11.9638 26.9031L11.9584 26.9171L10.84 29.4725C10.6532 29.9332 10.2312 30.1567 9.79669 30.1567C9.64576 30.1567 9.47651 30.1107 9.37128 30.0756L9.35377 30.0698L9.33701 30.0621C8.75065 29.7914 8.5309 29.1523 8.74958 28.5837L8.75499 28.5697L9.87804 26.0037Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-rain-showers-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavyRainShowersDay",
          "declaration": {
            "name": "ObiHeavyRainShowersDay",
            "module": "src/icons/icon-heavy-rain-showers-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-rain-showers-day",
          "declaration": {
            "name": "ObiHeavyRainShowersDay",
            "module": "src/icons/icon-heavy-rain-showers-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-rain-showers-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavyRainShowersNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2441 5.33341 15.3487 6.66675 15.3487H9.33342C9.33342 15.3487 8.95842 14.2237 9.33342 13.3799C9.45842 13.0987 9.66675 12.8487 10.0001 12.682C10.3899 12.4871 10.7798 12.5202 11.1363 12.6645C11.9991 13.0139 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8896 11.1452 16.5283 9.8433 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487ZM12.3331 11.0275C12.4856 10.8521 12.6504 10.6731 12.8273 10.4944C14.0444 9.26463 16.0906 7.80162 18.8272 8.02181C22.2422 8.29658 24.1526 10.0865 25.1072 11.9189C25.439 12.5559 25.6452 13.1745 25.7742 13.6989C25.9744 13.7572 26.1853 13.825 26.3987 13.9033C26.9123 14.0915 27.5833 14.3908 28.1496 14.8675C28.7332 15.3587 29.4243 16.2438 29.3275 17.5021C29.1781 19.4449 27.6728 21.3487 25.3334 21.3487H6.66675C4.45761 21.3487 2.66675 19.5578 2.66675 17.3487C2.66675 16.4054 2.95384 15.385 3.69561 14.5796C4.46219 13.7472 5.52707 13.3487 6.66675 13.3487H7.25995C7.4355 12.5009 7.91148 11.4903 9.10565 10.8932C10.3818 10.2551 11.5415 10.5914 12.3331 11.0275Z\" fill=\"currentColor\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" fill=\"currentColor\"/> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.54466 23.337C6.81529 22.7507 7.45443 22.5309 8.02298 22.7496L8.03313 22.7535L8.043 22.758C8.62936 23.0287 8.8491 23.6678 8.63043 24.2364L8.62502 24.2504L7.50666 26.8058C7.31985 27.2665 6.89781 27.49 6.46332 27.49C6.31239 27.49 6.14314 27.444 6.03791 27.4089L6.02039 27.4031L6.00363 27.3953C5.41728 27.1247 5.19753 26.4856 5.4162 25.917L5.42162 25.9029L6.54466 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.878 23.337C16.1486 22.7507 16.7878 22.5309 17.3563 22.7496L17.3665 22.7535L17.3763 22.758C17.9627 23.0287 18.1824 23.6678 17.9638 24.2364L17.9584 24.2504L16.84 26.8058C16.6532 27.2665 16.2311 27.49 15.7967 27.49C15.6457 27.49 15.4765 27.444 15.3712 27.4089L15.3537 27.4031L15.337 27.3953C14.7506 27.1247 14.5309 26.4856 14.7495 25.917L14.755 25.9029L15.878 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 23.337C20.1486 22.7507 20.7878 22.5309 21.3563 22.7496L21.3665 22.7535L21.3763 22.758C21.9627 23.0287 22.1824 23.6678 21.9638 24.2364L21.9584 24.2504L20.84 26.8058C20.6532 27.2665 20.2311 27.49 19.7967 27.49C19.6457 27.49 19.4765 27.444 19.3712 27.4089L19.3537 27.4031L19.337 27.3953C18.7506 27.1247 18.5309 26.4856 18.7495 25.917L18.755 25.9029L19.878 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2113 26.0037C25.482 25.4173 26.1211 25.1976 26.6896 25.4162L26.6998 25.4201L26.7097 25.4247C27.296 25.6953 27.5158 26.3345 27.2971 26.903L27.2917 26.9171L26.1733 29.4725C25.9865 29.9331 25.5645 30.1567 25.13 30.1567C24.9791 30.1567 24.8098 30.1107 24.7046 30.0756L24.6871 30.0697L24.6703 30.062C24.0839 29.7914 23.8642 29.1522 24.0829 28.5837L24.0883 28.5696L25.2113 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5447 26.0037C10.8153 25.4173 11.4544 25.1976 12.023 25.4162L12.0331 25.4201L12.043 25.4247C12.6294 25.6953 12.8491 26.3345 12.6304 26.903L12.625 26.9171L11.5067 29.4725C11.3199 29.9331 10.8978 30.1567 10.4633 30.1567C10.3124 30.1567 10.1431 30.1107 10.0379 30.0756L10.0204 30.0697L10.0036 30.062C9.41728 29.7914 9.19753 29.1522 9.4162 28.5837L9.42162 28.5696L10.5447 26.0037Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2441 5.33341 15.3487 6.66675 15.3487H9.33342C9.33342 15.3487 8.95842 14.2237 9.33342 13.3799C9.45842 13.0987 9.66675 12.8487 10.0001 12.682C10.3899 12.4871 10.7798 12.5202 11.1363 12.6645C11.9991 13.0139 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8896 11.1452 16.5283 9.8433 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487ZM12.3331 11.0275C12.4856 10.8521 12.6504 10.6731 12.8273 10.4944C14.0444 9.26463 16.0906 7.80162 18.8272 8.02181C22.2422 8.29658 24.1526 10.0865 25.1072 11.9189C25.439 12.5559 25.6452 13.1745 25.7742 13.6989C25.9744 13.7572 26.1853 13.825 26.3987 13.9033C26.9123 14.0915 27.5833 14.3908 28.1496 14.8675C28.7332 15.3587 29.4243 16.2438 29.3275 17.5021C29.1781 19.4449 27.6728 21.3487 25.3334 21.3487H6.66675C4.45761 21.3487 2.66675 19.5578 2.66675 17.3487C2.66675 16.4054 2.95384 15.385 3.69561 14.5796C4.46219 13.7472 5.52707 13.3487 6.66675 13.3487H7.25995C7.4355 12.5009 7.91148 11.4903 9.10565 10.8932C10.3818 10.2551 11.5415 10.5914 12.3331 11.0275Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.54466 23.337C6.81529 22.7507 7.45443 22.5309 8.02298 22.7496L8.03313 22.7535L8.043 22.758C8.62936 23.0287 8.8491 23.6678 8.63043 24.2364L8.62502 24.2504L7.50666 26.8058C7.31985 27.2665 6.89781 27.49 6.46332 27.49C6.31239 27.49 6.14314 27.444 6.03791 27.4089L6.02039 27.4031L6.00363 27.3953C5.41728 27.1247 5.19753 26.4856 5.4162 25.917L5.42162 25.9029L6.54466 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.878 23.337C16.1486 22.7507 16.7878 22.5309 17.3563 22.7496L17.3665 22.7535L17.3763 22.758C17.9627 23.0287 18.1824 23.6678 17.9638 24.2364L17.9584 24.2504L16.84 26.8058C16.6532 27.2665 16.2311 27.49 15.7967 27.49C15.6457 27.49 15.4765 27.444 15.3712 27.4089L15.3537 27.4031L15.337 27.3953C14.7506 27.1247 14.5309 26.4856 14.7495 25.917L14.755 25.9029L15.878 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 23.337C20.1486 22.7507 20.7878 22.5309 21.3563 22.7496L21.3665 22.7535L21.3763 22.758C21.9627 23.0287 22.1824 23.6678 21.9638 24.2364L21.9584 24.2504L20.84 26.8058C20.6532 27.2665 20.2311 27.49 19.7967 27.49C19.6457 27.49 19.4765 27.444 19.3712 27.4089L19.3537 27.4031L19.337 27.3953C18.7506 27.1247 18.5309 26.4856 18.7495 25.917L18.755 25.9029L19.878 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2113 26.0037C25.482 25.4173 26.1211 25.1976 26.6896 25.4162L26.6998 25.4201L26.7097 25.4247C27.296 25.6953 27.5158 26.3345 27.2971 26.903L27.2917 26.9171L26.1733 29.4725C25.9865 29.9331 25.5645 30.1567 25.13 30.1567C24.9791 30.1567 24.8098 30.1107 24.7046 30.0756L24.6871 30.0697L24.6703 30.062C24.0839 29.7914 23.8642 29.1522 24.0829 28.5837L24.0883 28.5696L25.2113 26.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5447 26.0037C10.8153 25.4173 11.4544 25.1976 12.023 25.4162L12.0331 25.4201L12.043 25.4247C12.6294 25.6953 12.8491 26.3345 12.6304 26.903L12.625 26.9171L11.5067 29.4725C11.3199 29.9331 10.8978 30.1567 10.4633 30.1567C10.3124 30.1567 10.1431 30.1107 10.0379 30.0756L10.0204 30.0697L10.0036 30.062C9.41728 29.7914 9.19753 29.1522 9.4162 28.5837L9.42162 28.5696L10.5447 26.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-rain-showers-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavyRainShowersNightColour",
          "declaration": {
            "name": "ObiHeavyRainShowersNightColour",
            "module": "src/icons/icon-heavy-rain-showers-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-rain-showers-night-colour",
          "declaration": {
            "name": "ObiHeavyRainShowersNightColour",
            "module": "src/icons/icon-heavy-rain-showers-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-rain-showers-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavyRainShowersNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.3916 10.9585C6.74822 12.0291 11.1299 9.43869 12.1782 5.17262C12.4158 4.20591 12.4618 3.23613 12.3402 2.30184C12.2658 1.72975 12.8169 1.22937 13.2974 1.53125C15.5527 2.94814 16.9853 5.4163 17.0969 8.10506C17.6381 8.00747 18.2154 7.97259 18.8271 8.02181C22.2421 8.29658 24.1525 10.0865 25.1071 11.9189C25.4389 12.5559 25.6451 13.1745 25.7741 13.6989C25.9743 13.7572 26.1852 13.825 26.3987 13.9033C26.9123 14.0915 27.5832 14.3908 28.1496 14.8675C28.7331 15.3587 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66666C4.45753 21.3487 2.66667 19.5578 2.66667 17.3487C2.66667 16.437 2.93481 15.4534 3.62235 14.6614C2.73016 13.8771 2.02231 12.9059 1.54474 11.8242C1.31873 11.3122 1.85537 10.8267 2.3916 10.9585ZM27.3333 17.3487C27.4498 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6667 10.0154C16.5282 9.8433 14.8895 11.1452 13.8692 12.309C13.0855 13.203 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.999 13.0139 11.1362 12.6645C10.7797 12.5202 10.3898 12.4871 10 12.682C9.66667 12.8487 9.45833 13.0987 9.33333 13.3799C8.95833 14.2237 9.33333 15.3487 9.33333 15.3487H6.66667C5.33333 15.3487 4.66667 16.2441 4.66667 17.3487C4.66667 18.4533 5.5621 19.3487 6.66667 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.21141 23.337C5.48204 22.7507 6.12118 22.5309 6.68973 22.7496L6.69988 22.7535L6.70975 22.758C7.29611 23.0287 7.51585 23.6678 7.29718 24.2364L7.29177 24.2504L6.17341 26.8058C5.9866 27.2665 5.56455 27.49 5.13007 27.49C4.97914 27.49 4.80989 27.444 4.70466 27.4089L4.68714 27.4031L4.67038 27.3953C4.08402 27.1247 3.86428 26.4856 4.08295 25.917L4.08837 25.9029L5.21141 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5447 23.337C14.8154 22.7507 15.4545 22.5309 16.0231 22.7496L16.0332 22.7535L16.0431 22.758C16.6294 23.0287 16.8492 23.6678 16.6305 24.2364L16.6251 24.2504L15.5067 26.8058C15.3199 27.2665 14.8979 27.49 14.4634 27.49C14.3125 27.49 14.1432 27.444 14.038 27.4089L14.0205 27.4031L14.0037 27.3953C13.4174 27.1247 13.1976 26.4856 13.4163 25.917L13.4217 25.9029L14.5447 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.337C18.8154 22.7507 19.4545 22.5309 20.0231 22.7496L20.0332 22.7535L20.0431 22.758C20.6294 23.0287 20.8492 23.6678 20.6305 24.2364L20.6251 24.2504L19.5067 26.8058C19.3199 27.2665 18.8979 27.49 18.4634 27.49C18.3125 27.49 18.1432 27.444 18.038 27.4089L18.0205 27.4031L18.0037 27.3953C17.4174 27.1247 17.1976 26.4856 17.4163 25.917L17.4217 25.9029L18.5447 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.8781 26.0037C24.1487 25.4173 24.7878 25.1976 25.3564 25.4162L25.3665 25.4201L25.3764 25.4247C25.9628 25.6953 26.1825 26.3345 25.9639 26.903L25.9584 26.9171L24.8401 29.4725C24.6533 29.9331 24.2312 30.1567 23.7967 30.1567C23.6458 30.1567 23.4766 30.1107 23.3713 30.0756L23.3538 30.0697L23.337 30.062C22.7507 29.7914 22.5309 29.1522 22.7496 28.5837L22.755 28.5696L23.8781 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0037C9.48204 25.4173 10.1212 25.1976 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3345 11.2972 26.903L11.2918 26.9171L10.1734 29.4725C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1107 8.70466 30.0756L8.68714 30.0697L8.67038 30.062C8.08402 29.7914 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0037Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.3916 10.9585C6.74822 12.0291 11.1299 9.43869 12.1782 5.17262C12.4158 4.20591 12.4618 3.23613 12.3402 2.30184C12.2658 1.72975 12.8169 1.22937 13.2974 1.53125C15.5527 2.94814 16.9853 5.4163 17.0969 8.10506C17.6381 8.00747 18.2154 7.97259 18.8271 8.02181C22.2421 8.29658 24.1525 10.0865 25.1071 11.9189C25.4389 12.5559 25.6451 13.1745 25.7741 13.6989C25.9743 13.7572 26.1852 13.825 26.3987 13.9033C26.9123 14.0915 27.5832 14.3908 28.1496 14.8675C28.7331 15.3587 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66666C4.45753 21.3487 2.66667 19.5578 2.66667 17.3487C2.66667 16.437 2.93481 15.4534 3.62235 14.6614C2.73016 13.8771 2.02231 12.9059 1.54474 11.8242C1.31873 11.3122 1.85537 10.8267 2.3916 10.9585ZM27.3333 17.3487C27.4498 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6667 10.0154C16.5282 9.8433 14.8895 11.1452 13.8692 12.309C13.0855 13.203 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.999 13.0139 11.1362 12.6645C10.7797 12.5202 10.3898 12.4871 10 12.682C9.66667 12.8487 9.45833 13.0987 9.33333 13.3799C8.95833 14.2237 9.33333 15.3487 9.33333 15.3487H6.66667C5.33333 15.3487 4.66667 16.2441 4.66667 17.3487C4.66667 18.4533 5.5621 19.3487 6.66667 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.21141 23.337C5.48204 22.7507 6.12118 22.5309 6.68973 22.7496L6.69988 22.7535L6.70975 22.758C7.29611 23.0287 7.51585 23.6678 7.29718 24.2364L7.29177 24.2504L6.17341 26.8058C5.9866 27.2665 5.56455 27.49 5.13007 27.49C4.97914 27.49 4.80989 27.444 4.70466 27.4089L4.68714 27.4031L4.67038 27.3953C4.08402 27.1247 3.86428 26.4856 4.08295 25.917L4.08837 25.9029L5.21141 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5447 23.337C14.8154 22.7507 15.4545 22.5309 16.0231 22.7496L16.0332 22.7535L16.0431 22.758C16.6294 23.0287 16.8492 23.6678 16.6305 24.2364L16.6251 24.2504L15.5067 26.8058C15.3199 27.2665 14.8979 27.49 14.4634 27.49C14.3125 27.49 14.1432 27.444 14.038 27.4089L14.0205 27.4031L14.0037 27.3953C13.4174 27.1247 13.1976 26.4856 13.4163 25.917L13.4217 25.9029L14.5447 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.337C18.8154 22.7507 19.4545 22.5309 20.0231 22.7496L20.0332 22.7535L20.0431 22.758C20.6294 23.0287 20.8492 23.6678 20.6305 24.2364L20.6251 24.2504L19.5067 26.8058C19.3199 27.2665 18.8979 27.49 18.4634 27.49C18.3125 27.49 18.1432 27.444 18.038 27.4089L18.0205 27.4031L18.0037 27.3953C17.4174 27.1247 17.1976 26.4856 17.4163 25.917L17.4217 25.9029L18.5447 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.8781 26.0037C24.1487 25.4173 24.7878 25.1976 25.3564 25.4162L25.3665 25.4201L25.3764 25.4247C25.9628 25.6953 26.1825 26.3345 25.9639 26.903L25.9584 26.9171L24.8401 29.4725C24.6533 29.9331 24.2312 30.1567 23.7967 30.1567C23.6458 30.1567 23.4766 30.1107 23.3713 30.0756L23.3538 30.0697L23.337 30.062C22.7507 29.7914 22.5309 29.1522 22.7496 28.5837L22.755 28.5696L23.8781 26.0037Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0037C9.48204 25.4173 10.1212 25.1976 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3345 11.2972 26.903L11.2918 26.9171L10.1734 29.4725C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1107 8.70466 30.0756L8.68714 30.0697L8.67038 30.062C8.08402 29.7914 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0037Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-rain-showers-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavyRainShowersNight",
          "declaration": {
            "name": "ObiHeavyRainShowersNight",
            "module": "src/icons/icon-heavy-rain-showers-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-rain-showers-night",
          "declaration": {
            "name": "ObiHeavyRainShowersNight",
            "module": "src/icons/icon-heavy-rain-showers-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-rain-showers-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavyRainShowersPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2441 5.33341 15.3487 6.66675 15.3487H9.33342C9.33342 15.3487 8.95842 14.2237 9.33342 13.3799C9.45842 13.0987 9.66675 12.8487 10.0001 12.682C10.3899 12.4871 10.7798 12.5202 11.1363 12.6645C11.9991 13.0139 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8896 11.1452 16.5283 9.8433 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487ZM12.3331 11.0275C12.4856 10.8521 12.6504 10.6731 12.8273 10.4944C14.0444 9.26463 16.0906 7.80162 18.8272 8.02181C22.2422 8.29658 24.1526 10.0865 25.1072 11.9189C25.439 12.5559 25.6452 13.1745 25.7742 13.6989C25.9744 13.7572 26.1853 13.825 26.3987 13.9033C26.9123 14.0915 27.5833 14.3908 28.1496 14.8675C28.7332 15.3587 29.4243 16.2438 29.3275 17.5021C29.1781 19.4449 27.6728 21.3487 25.3334 21.3487H6.66675C4.45761 21.3487 2.66675 19.5578 2.66675 17.3487C2.66675 16.4054 2.95384 15.385 3.69561 14.5796C4.46219 13.7472 5.52707 13.3487 6.66675 13.3487H7.25995C7.4355 12.5009 7.91148 11.4903 9.10565 10.8932C10.3818 10.2551 11.5415 10.5914 12.3331 11.0275Z\" fill=\"currentColor\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" fill=\"currentColor\"/> <path d=\"M2.66675 5.33329C2.66675 4.9651 2.96522 4.66663 3.33341 4.66663H18.0001C18.3683 4.66663 18.6667 4.9651 18.6667 5.33329C18.6667 5.70148 18.3683 5.99996 18.0001 5.99996H3.33342C2.96523 5.99996 2.66675 5.70148 2.66675 5.33329Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" fill=\"currentColor\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.21141 23.337C5.48204 22.7507 6.12118 22.5309 6.68973 22.7496L6.69988 22.7535L6.70975 22.758C7.29611 23.0287 7.51585 23.6678 7.29718 24.2364L7.29176 24.2504L6.17341 26.8058C5.9866 27.2665 5.56455 27.49 5.13007 27.49C4.97914 27.49 4.80989 27.444 4.70466 27.4089L4.68714 27.4031L4.67038 27.3953C4.08402 27.1247 3.86428 26.4856 4.08295 25.917L4.08837 25.9029L5.21141 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5447 23.337C14.8154 22.7507 15.4545 22.5309 16.0231 22.7496L16.0332 22.7535L16.0431 22.758C16.6294 23.0287 16.8492 23.6678 16.6305 24.2364L16.6251 24.2504L15.5067 26.8058C15.3199 27.2665 14.8979 27.49 14.4634 27.49C14.3125 27.49 14.1432 27.444 14.038 27.4089L14.0205 27.4031L14.0037 27.3953C13.4174 27.1247 13.1976 26.4856 13.4163 25.917L13.4217 25.9029L14.5447 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.337C18.8154 22.7507 19.4545 22.5309 20.0231 22.7496L20.0332 22.7535L20.0431 22.758C20.6294 23.0287 20.8492 23.6678 20.6305 24.2364L20.6251 24.2504L19.5067 26.8058C19.3199 27.2665 18.8979 27.49 18.4634 27.49C18.3125 27.49 18.1432 27.444 18.038 27.4089L18.0205 27.4031L18.0037 27.3953C17.4174 27.1247 17.1976 26.4856 17.4163 25.917L17.4217 25.9029L18.5447 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.8781 26.0037C24.1487 25.4173 24.7878 25.1976 25.3564 25.4162L25.3665 25.4201L25.3764 25.4247C25.9628 25.6953 26.1825 26.3345 25.9639 26.903L25.9584 26.9171L24.8401 29.4725C24.6533 29.9331 24.2312 30.1567 23.7967 30.1567C23.6458 30.1567 23.4766 30.1107 23.3713 30.0756L23.3538 30.0697L23.337 30.062C22.7507 29.7914 22.5309 29.1522 22.7496 28.5837L22.755 28.5696L23.8781 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0037C9.48204 25.4173 10.1212 25.1976 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3345 11.2972 26.903L11.2918 26.9171L10.1734 29.4725C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1107 8.70466 30.0756L8.68714 30.0697L8.67038 30.062C8.08402 29.7914 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0037Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2441 5.33341 15.3487 6.66675 15.3487H9.33342C9.33342 15.3487 8.95842 14.2237 9.33342 13.3799C9.45842 13.0987 9.66675 12.8487 10.0001 12.682C10.3899 12.4871 10.7798 12.5202 11.1363 12.6645C11.9991 13.0139 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8896 11.1452 16.5283 9.8433 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487ZM12.3331 11.0275C12.4856 10.8521 12.6504 10.6731 12.8273 10.4944C14.0444 9.26463 16.0906 7.80162 18.8272 8.02181C22.2422 8.29658 24.1526 10.0865 25.1072 11.9189C25.439 12.5559 25.6452 13.1745 25.7742 13.6989C25.9744 13.7572 26.1853 13.825 26.3987 13.9033C26.9123 14.0915 27.5833 14.3908 28.1496 14.8675C28.7332 15.3587 29.4243 16.2438 29.3275 17.5021C29.1781 19.4449 27.6728 21.3487 25.3334 21.3487H6.66675C4.45761 21.3487 2.66675 19.5578 2.66675 17.3487C2.66675 16.4054 2.95384 15.385 3.69561 14.5796C4.46219 13.7472 5.52707 13.3487 6.66675 13.3487H7.25995C7.4355 12.5009 7.91148 11.4903 9.10565 10.8932C10.3818 10.2551 11.5415 10.5914 12.3331 11.0275Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M2.66675 5.33329C2.66675 4.9651 2.96522 4.66663 3.33341 4.66663H18.0001C18.3683 4.66663 18.6667 4.9651 18.6667 5.33329C18.6667 5.70148 18.3683 5.99996 18.0001 5.99996H3.33342C2.96523 5.99996 2.66675 5.70148 2.66675 5.33329Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.21141 23.337C5.48204 22.7507 6.12118 22.5309 6.68973 22.7496L6.69988 22.7535L6.70975 22.758C7.29611 23.0287 7.51585 23.6678 7.29718 24.2364L7.29176 24.2504L6.17341 26.8058C5.9866 27.2665 5.56455 27.49 5.13007 27.49C4.97914 27.49 4.80989 27.444 4.70466 27.4089L4.68714 27.4031L4.67038 27.3953C4.08402 27.1247 3.86428 26.4856 4.08295 25.917L4.08837 25.9029L5.21141 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5447 23.337C14.8154 22.7507 15.4545 22.5309 16.0231 22.7496L16.0332 22.7535L16.0431 22.758C16.6294 23.0287 16.8492 23.6678 16.6305 24.2364L16.6251 24.2504L15.5067 26.8058C15.3199 27.2665 14.8979 27.49 14.4634 27.49C14.3125 27.49 14.1432 27.444 14.038 27.4089L14.0205 27.4031L14.0037 27.3953C13.4174 27.1247 13.1976 26.4856 13.4163 25.917L13.4217 25.9029L14.5447 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.337C18.8154 22.7507 19.4545 22.5309 20.0231 22.7496L20.0332 22.7535L20.0431 22.758C20.6294 23.0287 20.8492 23.6678 20.6305 24.2364L20.6251 24.2504L19.5067 26.8058C19.3199 27.2665 18.8979 27.49 18.4634 27.49C18.3125 27.49 18.1432 27.444 18.038 27.4089L18.0205 27.4031L18.0037 27.3953C17.4174 27.1247 17.1976 26.4856 17.4163 25.917L17.4217 25.9029L18.5447 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.8781 26.0037C24.1487 25.4173 24.7878 25.1976 25.3564 25.4162L25.3665 25.4201L25.3764 25.4247C25.9628 25.6953 26.1825 26.3345 25.9639 26.903L25.9584 26.9171L24.8401 29.4725C24.6533 29.9331 24.2312 30.1567 23.7967 30.1567C23.6458 30.1567 23.4766 30.1107 23.3713 30.0756L23.3538 30.0697L23.337 30.062C22.7507 29.7914 22.5309 29.1522 22.7496 28.5837L22.755 28.5696L23.8781 26.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0037C9.48204 25.4173 10.1212 25.1976 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3345 11.2972 26.903L11.2918 26.9171L10.1734 29.4725C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1107 8.70466 30.0756L8.68714 30.0697L8.67038 30.062C8.08402 29.7914 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-rain-showers-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavyRainShowersPolartwilightColour",
          "declaration": {
            "name": "ObiHeavyRainShowersPolartwilightColour",
            "module": "src/icons/icon-heavy-rain-showers-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-rain-showers-polartwilight-colour",
          "declaration": {
            "name": "ObiHeavyRainShowersPolartwilightColour",
            "module": "src/icons/icon-heavy-rain-showers-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-rain-showers-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavyRainShowersPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33341 4.66663C2.96522 4.66663 2.66675 4.9651 2.66675 5.33329C2.66675 5.70148 2.96523 5.99996 3.33342 5.99996H4.88761C4.88761 6.13804 4.82827 6.27611 4.70959 6.3758L2.84548 7.94153C2.50022 8.23153 2.68525 8.77492 3.14321 8.81589L5.61579 9.03707C5.93064 9.06524 6.14804 9.35077 6.07882 9.64519L5.53521 11.9574C5.43452 12.3857 5.91894 12.7215 6.31467 12.4978L8.45129 11.29C8.47495 11.2766 8.49923 11.2652 8.5239 11.2557C7.74859 11.8518 7.40364 12.6548 7.25995 13.3487H6.66675C5.52707 13.3487 4.46219 13.7472 3.69561 14.5796C2.95384 15.385 2.66675 16.4054 2.66675 17.3487C2.66675 19.5578 4.45761 21.3487 6.66675 21.3487H25.3334C27.6728 21.3487 29.1781 19.4449 29.3275 17.5021C29.4243 16.2439 28.7332 15.3587 28.1496 14.8675C27.5833 14.3908 26.9123 14.0915 26.3987 13.9033C26.1853 13.825 25.9744 13.7572 25.7742 13.6989C25.6452 13.1745 25.439 12.5559 25.1072 11.9189C24.1526 10.0865 22.2422 8.29658 18.8272 8.02181C18.7347 8.01437 18.6431 8.00885 18.5522 8.00518C18.5333 7.98292 18.5119 7.96162 18.488 7.94153L16.6239 6.3758C16.5052 6.27611 16.4459 6.13804 16.4459 5.99996H18.0001C18.3683 5.99996 18.6667 5.70148 18.6667 5.33329C18.6667 4.9651 18.3683 4.66663 18.0001 4.66663H3.33341ZM14.8773 5.99996H6.45622C6.45622 8.2091 8.34134 9.99996 10.6667 9.99996C12.9922 9.99996 14.8773 8.2091 14.8773 5.99996ZM24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2441 5.33341 15.3487 6.66675 15.3487H9.33342C9.33342 15.3487 8.95842 14.2237 9.33342 13.3799C9.45842 13.0987 9.66675 12.8487 10.0001 12.682C10.3899 12.4871 10.7798 12.5202 11.1363 12.6645C11.9991 13.0139 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8896 11.1452 16.5283 9.8433 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.21149 23.337C5.48212 22.7507 6.12126 22.5309 6.68981 22.7496L6.69996 22.7535L6.70983 22.758C7.29619 23.0287 7.51593 23.6678 7.29726 24.2364L7.29185 24.2504L6.17349 26.8058C5.98668 27.2665 5.56464 27.49 5.13015 27.49C4.97922 27.49 4.80997 27.444 4.70474 27.4089L4.68722 27.4031L4.67046 27.3953C4.08411 27.1247 3.86436 26.4856 4.08303 25.917L4.08845 25.9029L5.21149 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5448 23.337C14.8155 22.7507 15.4546 22.5309 16.0231 22.7496L16.0333 22.7535L16.0432 22.758C16.6295 23.0287 16.8493 23.6678 16.6306 24.2364L16.6252 24.2504L15.5068 26.8058C15.32 27.2665 14.898 27.49 14.4635 27.49C14.3126 27.49 14.1433 27.444 14.0381 27.4089L14.0206 27.4031L14.0038 27.3953C13.4174 27.1247 13.1977 26.4856 13.4164 25.917L13.4218 25.9029L14.5448 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5448 23.337C18.8155 22.7507 19.4546 22.5309 20.0231 22.7496L20.0333 22.7535L20.0432 22.758C20.6295 23.0287 20.8493 23.6678 20.6306 24.2364L20.6252 24.2504L19.5068 26.8058C19.32 27.2665 18.898 27.49 18.4635 27.49C18.3126 27.49 18.1433 27.444 18.0381 27.4089L18.0206 27.4031L18.0038 27.3953C17.4174 27.1247 17.1977 26.4856 17.4164 25.917L17.4218 25.9029L18.5448 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.8782 26.0037C24.1488 25.4173 24.7879 25.1976 25.3565 25.4162L25.3666 25.4201L25.3765 25.4247C25.9629 25.6953 26.1826 26.3345 25.9639 26.903L25.9585 26.9171L24.8402 29.4725C24.6534 29.9331 24.2313 30.1567 23.7968 30.1567C23.6459 30.1567 23.4766 30.1107 23.3714 30.0756L23.3539 30.0697L23.3371 30.062C22.7508 29.7914 22.531 29.1522 22.7497 28.5837L22.7551 28.5696L23.8782 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21149 26.0037C9.48212 25.4173 10.1213 25.1976 10.6898 25.4162L10.7 25.4201L10.7098 25.4247C11.2962 25.6953 11.5159 26.3345 11.2973 26.903L11.2918 26.9171L10.1735 29.4725C9.98668 29.9331 9.56464 30.1567 9.13015 30.1567C8.97922 30.1567 8.80997 30.1107 8.70474 30.0756L8.68722 30.0697L8.67046 30.062C8.08411 29.7914 7.86436 29.1522 8.08303 28.5837L8.08845 28.5696L9.21149 26.0037Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33341 4.66663C2.96522 4.66663 2.66675 4.9651 2.66675 5.33329C2.66675 5.70148 2.96523 5.99996 3.33342 5.99996H4.88761C4.88761 6.13804 4.82827 6.27611 4.70959 6.3758L2.84548 7.94153C2.50022 8.23153 2.68525 8.77492 3.14321 8.81589L5.61579 9.03707C5.93064 9.06524 6.14804 9.35077 6.07882 9.64519L5.53521 11.9574C5.43452 12.3857 5.91894 12.7215 6.31467 12.4978L8.45129 11.29C8.47495 11.2766 8.49923 11.2652 8.5239 11.2557C7.74859 11.8518 7.40364 12.6548 7.25995 13.3487H6.66675C5.52707 13.3487 4.46219 13.7472 3.69561 14.5796C2.95384 15.385 2.66675 16.4054 2.66675 17.3487C2.66675 19.5578 4.45761 21.3487 6.66675 21.3487H25.3334C27.6728 21.3487 29.1781 19.4449 29.3275 17.5021C29.4243 16.2439 28.7332 15.3587 28.1496 14.8675C27.5833 14.3908 26.9123 14.0915 26.3987 13.9033C26.1853 13.825 25.9744 13.7572 25.7742 13.6989C25.6452 13.1745 25.439 12.5559 25.1072 11.9189C24.1526 10.0865 22.2422 8.29658 18.8272 8.02181C18.7347 8.01437 18.6431 8.00885 18.5522 8.00518C18.5333 7.98292 18.5119 7.96162 18.488 7.94153L16.6239 6.3758C16.5052 6.27611 16.4459 6.13804 16.4459 5.99996H18.0001C18.3683 5.99996 18.6667 5.70148 18.6667 5.33329C18.6667 4.9651 18.3683 4.66663 18.0001 4.66663H3.33341ZM14.8773 5.99996H6.45622C6.45622 8.2091 8.34134 9.99996 10.6667 9.99996C12.9922 9.99996 14.8773 8.2091 14.8773 5.99996ZM24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2441 5.33341 15.3487 6.66675 15.3487H9.33342C9.33342 15.3487 8.95842 14.2237 9.33342 13.3799C9.45842 13.0987 9.66675 12.8487 10.0001 12.682C10.3899 12.4871 10.7798 12.5202 11.1363 12.6645C11.9991 13.0139 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8896 11.1452 16.5283 9.8433 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.21149 23.337C5.48212 22.7507 6.12126 22.5309 6.68981 22.7496L6.69996 22.7535L6.70983 22.758C7.29619 23.0287 7.51593 23.6678 7.29726 24.2364L7.29185 24.2504L6.17349 26.8058C5.98668 27.2665 5.56464 27.49 5.13015 27.49C4.97922 27.49 4.80997 27.444 4.70474 27.4089L4.68722 27.4031L4.67046 27.3953C4.08411 27.1247 3.86436 26.4856 4.08303 25.917L4.08845 25.9029L5.21149 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5448 23.337C14.8155 22.7507 15.4546 22.5309 16.0231 22.7496L16.0333 22.7535L16.0432 22.758C16.6295 23.0287 16.8493 23.6678 16.6306 24.2364L16.6252 24.2504L15.5068 26.8058C15.32 27.2665 14.898 27.49 14.4635 27.49C14.3126 27.49 14.1433 27.444 14.0381 27.4089L14.0206 27.4031L14.0038 27.3953C13.4174 27.1247 13.1977 26.4856 13.4164 25.917L13.4218 25.9029L14.5448 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5448 23.337C18.8155 22.7507 19.4546 22.5309 20.0231 22.7496L20.0333 22.7535L20.0432 22.758C20.6295 23.0287 20.8493 23.6678 20.6306 24.2364L20.6252 24.2504L19.5068 26.8058C19.32 27.2665 18.898 27.49 18.4635 27.49C18.3126 27.49 18.1433 27.444 18.0381 27.4089L18.0206 27.4031L18.0038 27.3953C17.4174 27.1247 17.1977 26.4856 17.4164 25.917L17.4218 25.9029L18.5448 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.8782 26.0037C24.1488 25.4173 24.7879 25.1976 25.3565 25.4162L25.3666 25.4201L25.3765 25.4247C25.9629 25.6953 26.1826 26.3345 25.9639 26.903L25.9585 26.9171L24.8402 29.4725C24.6534 29.9331 24.2313 30.1567 23.7968 30.1567C23.6459 30.1567 23.4766 30.1107 23.3714 30.0756L23.3539 30.0697L23.3371 30.062C22.7508 29.7914 22.531 29.1522 22.7497 28.5837L22.7551 28.5696L23.8782 26.0037Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21149 26.0037C9.48212 25.4173 10.1213 25.1976 10.6898 25.4162L10.7 25.4201L10.7098 25.4247C11.2962 25.6953 11.5159 26.3345 11.2973 26.903L11.2918 26.9171L10.1735 29.4725C9.98668 29.9331 9.56464 30.1567 9.13015 30.1567C8.97922 30.1567 8.80997 30.1107 8.70474 30.0756L8.68722 30.0697L8.67046 30.062C8.08411 29.7914 7.86436 29.1522 8.08303 28.5837L8.08845 28.5696L9.21149 26.0037Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-rain-showers-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavyRainShowersPolartwilight",
          "declaration": {
            "name": "ObiHeavyRainShowersPolartwilight",
            "module": "src/icons/icon-heavy-rain-showers-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-rain-showers-polartwilight",
          "declaration": {
            "name": "ObiHeavyRainShowersPolartwilight",
            "module": "src/icons/icon-heavy-rain-showers-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-rain.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavyRain",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.21133 21.3371C7.48196 20.7507 8.1211 20.531 8.68964 20.7497L8.6998 20.7536L8.70967 20.7581C9.29603 21.0287 9.51577 21.6679 9.2971 22.2364L9.29168 22.2505L8.17333 24.8059C7.98652 25.2666 7.56447 25.4901 7.12998 25.4901C6.97905 25.4901 6.80981 25.4441 6.70458 25.409L6.68706 25.4032L6.6703 25.3954C6.08394 25.1248 5.8642 24.4857 6.08287 23.9171L6.08828 23.903L7.21133 21.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2113 25.3371C11.482 24.7507 12.1211 24.531 12.6896 24.7497L12.6998 24.7536L12.7097 24.7581C13.296 25.0287 13.5158 25.6679 13.2971 26.2364L13.2917 26.2505L12.1733 28.8059C11.9865 29.2666 11.5645 29.4901 11.13 29.4901C10.9791 29.4901 10.8098 29.4441 10.7046 29.409L10.6871 29.4032L10.6703 29.3954C10.0839 29.1248 9.8642 28.4857 10.0829 27.9171L10.0883 27.903L11.2113 25.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.878 20.6704C16.1486 20.0841 16.7878 19.8643 17.3563 20.083L17.3665 20.0869L17.3763 20.0915C17.9627 20.3621 18.1824 21.0012 17.9638 21.5698L17.9583 21.5838L16.84 24.1392C16.6532 24.5999 16.2311 24.8234 15.7966 24.8234C15.6457 24.8234 15.4765 24.7774 15.3712 24.7423L15.3537 24.7365L15.337 24.7288C14.7506 24.4581 14.5309 23.819 14.7495 23.2504L14.755 23.2364L15.878 20.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 20.6704C20.1486 20.0841 20.7878 19.8643 21.3563 20.083L21.3665 20.0869L21.3763 20.0915C21.9627 20.3621 22.1824 21.0012 21.9638 21.5698L21.9583 21.5838L20.84 24.1392C20.6532 24.5999 20.2311 24.8234 19.7966 24.8234C19.6457 24.8234 19.4765 24.7774 19.3712 24.7423L19.3537 24.7365L19.337 24.7288C18.7506 24.4581 18.5309 23.819 18.7495 23.2504L18.7549 23.2364L19.878 20.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.878 24.6704C24.1486 24.0841 24.7878 23.8643 25.3563 24.083L25.3665 24.0869L25.3763 24.0915C25.9627 24.3621 26.1824 25.0012 25.9638 25.5698L25.9583 25.5838L24.84 28.1392C24.6532 28.5999 24.2311 28.8234 23.7966 28.8234C23.6457 28.8234 23.4765 28.7774 23.3712 28.7423L23.3537 28.7365L23.337 28.7288C22.7506 28.4581 22.5309 27.819 22.7495 27.2504L22.7549 27.2364L23.878 24.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33337C15.7935 3.33337 13.5607 4.78594 12.4613 7.11748L12.0451 7.99994L11.1527 7.60567C10.9177 7.50189 10.6811 7.45811 10.4274 7.45811C9.54935 7.45811 8.78584 8.00775 8.48292 8.85659L8.19898 9.65224L7.36708 9.50523C7.27647 9.48921 7.20203 9.48722 7.00777 9.48722C6.00812 9.48722 5.08283 9.89697 4.39048 10.6572C3.70861 11.407 3.33325 12.3655 3.33325 13.377V13.4315C3.36163 14.5559 3.77291 15.5277 4.47891 16.2246L4.49162 16.2372L4.50388 16.2502C5.1622 16.9482 6.05989 17.3334 7.00776 17.3334H24.4823C26.3629 17.3334 27.9999 15.6989 27.9999 13.5766C27.9999 11.7972 26.8571 10.3219 25.3791 9.91746L24.7565 9.74709L24.6554 9.10954C24.1292 5.7913 21.3735 3.33337 18.2391 3.33337ZM11.0542 5.50746C12.5726 2.95044 15.2593 1.33337 18.2391 1.33337C22.243 1.33337 25.6237 4.28966 26.5147 8.19546C28.5969 9.05058 29.9999 11.1906 29.9999 13.5766C29.9999 16.7101 27.5585 19.3334 24.4823 19.3334H7.00776C5.5145 19.3334 4.09596 18.7255 3.0612 17.6354C1.95806 16.5396 1.37015 15.0591 1.33352 13.4666L1.33325 13.4551V13.377C1.33325 11.8607 1.89899 10.4241 2.91109 9.31128C3.95619 8.1636 5.38193 7.51124 6.92191 7.48787C7.63391 6.25981 8.93634 5.45811 10.4274 5.45811C10.6338 5.45811 10.8431 5.47338 11.0542 5.50746Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.21133 21.3371C7.48196 20.7507 8.1211 20.531 8.68964 20.7497L8.6998 20.7536L8.70967 20.7581C9.29603 21.0287 9.51577 21.6679 9.2971 22.2364L9.29168 22.2505L8.17333 24.8059C7.98652 25.2666 7.56447 25.4901 7.12998 25.4901C6.97905 25.4901 6.80981 25.4441 6.70458 25.409L6.68706 25.4032L6.6703 25.3954C6.08394 25.1248 5.8642 24.4857 6.08287 23.9171L6.08828 23.903L7.21133 21.3371Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2113 25.3371C11.482 24.7507 12.1211 24.531 12.6896 24.7497L12.6998 24.7536L12.7097 24.7581C13.296 25.0287 13.5158 25.6679 13.2971 26.2364L13.2917 26.2505L12.1733 28.8059C11.9865 29.2666 11.5645 29.4901 11.13 29.4901C10.9791 29.4901 10.8098 29.4441 10.7046 29.409L10.6871 29.4032L10.6703 29.3954C10.0839 29.1248 9.8642 28.4857 10.0829 27.9171L10.0883 27.903L11.2113 25.3371Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.878 20.6704C16.1486 20.0841 16.7878 19.8643 17.3563 20.083L17.3665 20.0869L17.3763 20.0915C17.9627 20.3621 18.1824 21.0012 17.9638 21.5698L17.9583 21.5838L16.84 24.1392C16.6532 24.5999 16.2311 24.8234 15.7966 24.8234C15.6457 24.8234 15.4765 24.7774 15.3712 24.7423L15.3537 24.7365L15.337 24.7288C14.7506 24.4581 14.5309 23.819 14.7495 23.2504L14.755 23.2364L15.878 20.6704Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 20.6704C20.1486 20.0841 20.7878 19.8643 21.3563 20.083L21.3665 20.0869L21.3763 20.0915C21.9627 20.3621 22.1824 21.0012 21.9638 21.5698L21.9583 21.5838L20.84 24.1392C20.6532 24.5999 20.2311 24.8234 19.7966 24.8234C19.6457 24.8234 19.4765 24.7774 19.3712 24.7423L19.3537 24.7365L19.337 24.7288C18.7506 24.4581 18.5309 23.819 18.7495 23.2504L18.7549 23.2364L19.878 20.6704Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.878 24.6704C24.1486 24.0841 24.7878 23.8643 25.3563 24.083L25.3665 24.0869L25.3763 24.0915C25.9627 24.3621 26.1824 25.0012 25.9638 25.5698L25.9583 25.5838L24.84 28.1392C24.6532 28.5999 24.2311 28.8234 23.7966 28.8234C23.6457 28.8234 23.4765 28.7774 23.3712 28.7423L23.3537 28.7365L23.337 28.7288C22.7506 28.4581 22.5309 27.819 22.7495 27.2504L22.7549 27.2364L23.878 24.6704Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33337C15.7935 3.33337 13.5607 4.78594 12.4613 7.11748L12.0451 7.99994L11.1527 7.60567C10.9177 7.50189 10.6811 7.45811 10.4274 7.45811C9.54935 7.45811 8.78584 8.00775 8.48292 8.85659L8.19898 9.65224L7.36708 9.50523C7.27647 9.48921 7.20203 9.48722 7.00777 9.48722C6.00812 9.48722 5.08283 9.89697 4.39048 10.6572C3.70861 11.407 3.33325 12.3655 3.33325 13.377V13.4315C3.36163 14.5559 3.77291 15.5277 4.47891 16.2246L4.49162 16.2372L4.50388 16.2502C5.1622 16.9482 6.05989 17.3334 7.00776 17.3334H24.4823C26.3629 17.3334 27.9999 15.6989 27.9999 13.5766C27.9999 11.7972 26.8571 10.3219 25.3791 9.91746L24.7565 9.74709L24.6554 9.10954C24.1292 5.7913 21.3735 3.33337 18.2391 3.33337ZM11.0542 5.50746C12.5726 2.95044 15.2593 1.33337 18.2391 1.33337C22.243 1.33337 25.6237 4.28966 26.5147 8.19546C28.5969 9.05058 29.9999 11.1906 29.9999 13.5766C29.9999 16.7101 27.5585 19.3334 24.4823 19.3334H7.00776C5.5145 19.3334 4.09596 18.7255 3.0612 17.6354C1.95806 16.5396 1.37015 15.0591 1.33352 13.4666L1.33325 13.4551V13.377C1.33325 11.8607 1.89899 10.4241 2.91109 9.31128C3.95619 8.1636 5.38193 7.51124 6.92191 7.48787C7.63391 6.25981 8.93634 5.45811 10.4274 5.45811C10.6338 5.45811 10.8431 5.47338 11.0542 5.50746Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-rain",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavyRain",
          "declaration": {
            "name": "ObiHeavyRain",
            "module": "src/icons/icon-heavy-rain.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-rain",
          "declaration": {
            "name": "ObiHeavyRain",
            "module": "src/icons/icon-heavy-rain.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-sleet-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavySleetColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2113 22.0037C25.482 21.4174 26.1211 21.1976 26.6896 21.4163L26.6998 21.4202L26.7097 21.4247C27.296 21.6954 27.5158 22.3345 27.2971 22.9031L27.2917 22.9171L26.1733 25.4725C25.9865 25.9332 25.5645 26.1567 25.13 26.1567C24.9791 26.1567 24.8098 26.1107 24.7046 26.0756L24.6871 26.0698L24.6703 26.0621C24.0839 25.7914 23.8642 25.1523 24.0829 24.5837L24.0883 24.5697L25.2113 22.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.878 20.6704C16.1486 20.084 16.7878 19.8643 17.3563 20.0829L17.3665 20.0869L17.3763 20.0914C17.9627 20.362 18.1824 21.0012 17.9638 21.5697L17.9583 21.5838L16.84 24.1392C16.6532 24.5999 16.2311 24.8234 15.7967 24.8234C15.6457 24.8234 15.4765 24.7774 15.3712 24.7423L15.3537 24.7365L15.337 24.7287C14.7506 24.4581 14.5309 23.819 14.7495 23.2504L14.755 23.2363L15.878 20.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5447 24.6704C10.8153 24.084 11.4544 23.8643 12.023 24.0829L12.0331 24.0869L12.043 24.0914C12.6294 24.362 12.8491 25.0012 12.6304 25.5697L12.625 25.5838L11.5067 28.1392C11.3199 28.5999 10.8978 28.8234 10.4633 28.8234C10.3124 28.8234 10.1431 28.7774 10.0379 28.7423L10.0204 28.7365L10.0036 28.7287C9.41728 28.4581 9.19753 27.819 9.4162 27.2504L9.42162 27.2363L10.5447 24.6704Z\" fill=\"currentColor\"/> <path d=\"M5.33337 25.2339C5.01451 25.0293 4.90526 24.576 5.08936 24.2216L5.51201 23.4078H4.66667C4.29848 23.4078 4 23.076 4 22.6667C4 22.2574 4.29848 21.9256 4.66667 21.9256H5.512L5.08936 21.1118C4.90526 20.7573 5.01451 20.3041 5.33337 20.0994C5.65223 19.8948 6.05996 20.0162 6.24406 20.3707L6.66671 21.1845L7.08936 20.3707C7.27345 20.0162 7.68118 19.8948 8.00004 20.0994C8.3189 20.3041 8.42815 20.7573 8.24406 21.1118L7.82141 21.9256H8.66667C9.03486 21.9256 9.33333 22.2574 9.33333 22.6667C9.33333 23.076 9.03486 23.4078 8.66667 23.4078H7.8214L8.24406 24.2216C8.42815 24.576 8.3189 25.0293 8.00004 25.2339C7.68118 25.4386 7.27345 25.3171 7.08936 24.9627L6.66671 24.1489L6.24406 24.9627C6.05996 25.3171 5.65223 25.4386 5.33337 25.2339Z\" fill=\"currentColor\"/> <path d=\"M18.6667 29.2339C18.3478 29.0293 18.2386 28.576 18.4227 28.2216L18.8453 27.4078H18C17.6318 27.4078 17.3333 27.076 17.3333 26.6667C17.3333 26.2574 17.6318 25.9256 18 25.9256H18.8453L18.4227 25.1118C18.2386 24.7573 18.3478 24.3041 18.6667 24.0994C18.9856 23.8948 19.3933 24.0162 19.5774 24.3707L20 25.1845L20.4227 24.3707C20.6068 24.0162 21.0145 23.8948 21.3334 24.0994C21.6522 24.3041 21.7615 24.7573 21.5774 25.1118L21.1547 25.9256H22C22.3682 25.9256 22.6667 26.2574 22.6667 26.6667C22.6667 27.076 22.3682 27.4078 22 27.4078H21.1547L21.5774 28.2216C21.7615 28.576 21.6522 29.0293 21.3334 29.2339C21.0145 29.4386 20.6068 29.3171 20.4227 28.9627L20 28.1489L19.5774 28.9627C19.3933 29.3171 18.9856 29.4386 18.6667 29.2339Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08283 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325ZM11.0542 5.50734C12.5726 2.95032 15.2593 1.33325 18.2391 1.33325C22.243 1.33325 25.6237 4.28953 26.5147 8.19534C28.5969 9.05046 29.9999 11.1904 29.9999 13.5765C29.9999 16.71 27.5585 19.3333 24.4823 19.3333H7.00776C5.5145 19.3333 4.09596 18.7254 3.0612 17.6353C1.95806 16.5395 1.37015 15.059 1.33352 13.4664L1.33325 13.4549V13.3769C1.33325 11.8605 1.89899 10.424 2.91109 9.31116C3.95619 8.16348 5.38193 7.51112 6.92191 7.48775C7.63391 6.25968 8.93634 5.45799 10.4274 5.45799C10.6338 5.45799 10.8431 5.47326 11.0542 5.50734Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08284 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2113 22.0037C25.482 21.4174 26.1211 21.1976 26.6896 21.4163L26.6998 21.4202L26.7097 21.4247C27.296 21.6954 27.5158 22.3345 27.2971 22.9031L27.2917 22.9171L26.1733 25.4725C25.9865 25.9332 25.5645 26.1567 25.13 26.1567C24.9791 26.1567 24.8098 26.1107 24.7046 26.0756L24.6871 26.0698L24.6703 26.0621C24.0839 25.7914 23.8642 25.1523 24.0829 24.5837L24.0883 24.5697L25.2113 22.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.878 20.6704C16.1486 20.084 16.7878 19.8643 17.3563 20.0829L17.3665 20.0869L17.3763 20.0914C17.9627 20.362 18.1824 21.0012 17.9638 21.5697L17.9583 21.5838L16.84 24.1392C16.6532 24.5999 16.2311 24.8234 15.7967 24.8234C15.6457 24.8234 15.4765 24.7774 15.3712 24.7423L15.3537 24.7365L15.337 24.7287C14.7506 24.4581 14.5309 23.819 14.7495 23.2504L14.755 23.2363L15.878 20.6704Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5447 24.6704C10.8153 24.084 11.4544 23.8643 12.023 24.0829L12.0331 24.0869L12.043 24.0914C12.6294 24.362 12.8491 25.0012 12.6304 25.5697L12.625 25.5838L11.5067 28.1392C11.3199 28.5999 10.8978 28.8234 10.4633 28.8234C10.3124 28.8234 10.1431 28.7774 10.0379 28.7423L10.0204 28.7365L10.0036 28.7287C9.41728 28.4581 9.19753 27.819 9.4162 27.2504L9.42162 27.2363L10.5447 24.6704Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M5.33337 25.2339C5.01451 25.0293 4.90526 24.576 5.08936 24.2216L5.51201 23.4078H4.66667C4.29848 23.4078 4 23.076 4 22.6667C4 22.2574 4.29848 21.9256 4.66667 21.9256H5.512L5.08936 21.1118C4.90526 20.7573 5.01451 20.3041 5.33337 20.0994C5.65223 19.8948 6.05996 20.0162 6.24406 20.3707L6.66671 21.1845L7.08936 20.3707C7.27345 20.0162 7.68118 19.8948 8.00004 20.0994C8.3189 20.3041 8.42815 20.7573 8.24406 21.1118L7.82141 21.9256H8.66667C9.03486 21.9256 9.33333 22.2574 9.33333 22.6667C9.33333 23.076 9.03486 23.4078 8.66667 23.4078H7.8214L8.24406 24.2216C8.42815 24.576 8.3189 25.0293 8.00004 25.2339C7.68118 25.4386 7.27345 25.3171 7.08936 24.9627L6.66671 24.1489L6.24406 24.9627C6.05996 25.3171 5.65223 25.4386 5.33337 25.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M18.6667 29.2339C18.3478 29.0293 18.2386 28.576 18.4227 28.2216L18.8453 27.4078H18C17.6318 27.4078 17.3333 27.076 17.3333 26.6667C17.3333 26.2574 17.6318 25.9256 18 25.9256H18.8453L18.4227 25.1118C18.2386 24.7573 18.3478 24.3041 18.6667 24.0994C18.9856 23.8948 19.3933 24.0162 19.5774 24.3707L20 25.1845L20.4227 24.3707C20.6068 24.0162 21.0145 23.8948 21.3334 24.0994C21.6522 24.3041 21.7615 24.7573 21.5774 25.1118L21.1547 25.9256H22C22.3682 25.9256 22.6667 26.2574 22.6667 26.6667C22.6667 27.076 22.3682 27.4078 22 27.4078H21.1547L21.5774 28.2216C21.7615 28.576 21.6522 29.0293 21.3334 29.2339C21.0145 29.4386 20.6068 29.3171 20.4227 28.9627L20 28.1489L19.5774 28.9627C19.3933 29.3171 18.9856 29.4386 18.6667 29.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08283 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325ZM11.0542 5.50734C12.5726 2.95032 15.2593 1.33325 18.2391 1.33325C22.243 1.33325 25.6237 4.28953 26.5147 8.19534C28.5969 9.05046 29.9999 11.1904 29.9999 13.5765C29.9999 16.71 27.5585 19.3333 24.4823 19.3333H7.00776C5.5145 19.3333 4.09596 18.7254 3.0612 17.6353C1.95806 16.5395 1.37015 15.059 1.33352 13.4664L1.33325 13.4549V13.3769C1.33325 11.8605 1.89899 10.424 2.91109 9.31116C3.95619 8.16348 5.38193 7.51112 6.92191 7.48775C7.63391 6.25968 8.93634 5.45799 10.4274 5.45799C10.6338 5.45799 10.8431 5.47326 11.0542 5.50734Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08284 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-sleet-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavySleetColour",
          "declaration": {
            "name": "ObiHeavySleetColour",
            "module": "src/icons/icon-heavy-sleet-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-sleet-colour",
          "declaration": {
            "name": "ObiHeavySleetColour",
            "module": "src/icons/icon-heavy-sleet-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-sleet-showers-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavySleetShowersDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 15.3488C24 15.3488 27.4497 15.8352 27.3333 17.3488C27.2486 18.4501 26.4379 19.3488 25.3333 19.3488H6.66663C5.56206 19.3488 4.66663 18.4534 4.66663 17.3488C4.66663 16.2442 5.33329 15.3488 6.66663 15.3488H9.33329C9.33329 15.3488 8.95829 14.2238 9.33329 13.3801C9.45829 13.0988 9.66663 12.8488 9.99996 12.6822C10.3898 12.4872 10.7796 12.5203 11.1362 12.6646C11.999 13.014 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 13.0854 13.2031 13.8692 12.3091C14.8895 11.1454 16.5282 9.84342 18.6666 10.0155C24 10.4446 24 15.3488 24 15.3488ZM12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276Z\" fill=\"currentColor\"/> <path d=\"M9.99996 12.6821C8.66663 13.3487 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C14.8855 9.71116 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.3333 12.0154 9.99996 12.6821Z\" fill=\"currentColor\"/> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" fill=\"currentColor\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.878 23.3371C26.1487 22.7508 26.7878 22.531 27.3564 22.7497L27.3665 22.7536L27.3764 22.7582C27.9627 23.0288 28.1825 23.6679 27.9638 24.2365L27.9584 24.2506L26.84 26.8059C26.6532 27.2666 26.2312 27.4901 25.7967 27.4901C25.6458 27.4901 25.4765 27.4441 25.3713 27.409L25.3538 27.4032L25.337 27.3955C24.7507 27.1248 24.5309 26.4857 24.7496 25.9172L24.755 25.9031L25.878 23.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2114 23.3371C15.482 22.7508 16.1211 22.531 16.6897 22.7497L16.6998 22.7536L16.7097 22.7582C17.2961 23.0288 17.5158 23.6679 17.2971 24.2365L17.2917 24.2506L16.1734 26.8059C15.9866 27.2666 15.5645 27.4901 15.13 27.4901C14.9791 27.4901 14.8098 27.4441 14.7046 27.409L14.6871 27.4032L14.6703 27.3955C14.084 27.1248 13.8642 26.4857 14.0829 25.9172L14.0883 25.9031L15.2114 23.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87804 26.0038C10.1487 25.4174 10.7878 25.1977 11.3564 25.4164L11.3665 25.4203L11.3764 25.4248C11.9627 25.6955 12.1825 26.3346 11.9638 26.9031L11.9584 26.9172L10.84 29.4726C10.6532 29.9333 10.2312 30.1568 9.79669 30.1568C9.64576 30.1568 9.47651 30.1108 9.37128 30.0757L9.35377 30.0699L9.33701 30.0621C8.75065 29.7915 8.53091 29.1524 8.74958 28.5838L8.75499 28.5697L9.87804 26.0038Z\" fill=\"currentColor\"/> <path d=\"M4 27.9007C3.68114 27.696 3.57189 27.2428 3.75598 26.8883L4.17863 26.0745H3.33329C2.9651 26.0745 2.66663 25.7427 2.66663 25.3334C2.66663 24.9241 2.9651 24.5923 3.33329 24.5923H4.17863L3.75598 23.7785C3.57189 23.4241 3.68114 22.9708 4 22.7662C4.31886 22.5615 4.72659 22.683 4.91068 23.0374L5.33333 23.8512L5.75598 23.0374C5.94008 22.683 6.3478 22.5615 6.66666 22.7662C6.98553 22.9708 7.09478 23.4241 6.91068 23.7785L6.48804 24.5923H7.33329C7.70148 24.5923 7.99996 24.9241 7.99996 25.3334C7.99996 25.7427 7.70148 26.0745 7.33329 26.0745H6.48803L6.91068 26.8883C7.09478 27.2428 6.98553 27.696 6.66666 27.9007C6.3478 28.1053 5.94008 27.9839 5.75598 27.6294L5.33333 26.8156L4.91068 27.6294C4.72659 27.9839 4.31886 28.1053 4 27.9007Z\" fill=\"currentColor\"/> <path d=\"M19.3333 30.5673C19.0145 30.3627 18.9052 29.9094 19.0893 29.555L19.512 28.7412H18.6666C18.2984 28.7412 18 28.4094 18 28.0001C18 27.5908 18.2984 27.259 18.6666 27.259H19.512L19.0893 26.4452C18.9052 26.0907 19.0145 25.6375 19.3333 25.4328C19.6522 25.2282 20.0599 25.3496 20.244 25.7041L20.6667 26.5179L21.0893 25.7041C21.2734 25.3496 21.6811 25.2282 22 25.4328C22.3189 25.6375 22.4281 26.0907 22.244 26.4452L21.8214 27.259H22.6666C23.0348 27.259 23.3333 27.5908 23.3333 28.0001C23.3333 28.4094 23.0348 28.7412 22.6666 28.7412H21.8214L22.244 29.555C22.4281 29.9094 22.3189 30.3627 22 30.5673C21.6811 30.772 21.2734 30.6505 21.0893 30.2961L20.6667 29.4823L20.244 30.2961C20.0599 30.6505 19.6522 30.772 19.3333 30.5673Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 15.3488C24 15.3488 27.4497 15.8352 27.3333 17.3488C27.2486 18.4501 26.4379 19.3488 25.3333 19.3488H6.66663C5.56206 19.3488 4.66663 18.4534 4.66663 17.3488C4.66663 16.2442 5.33329 15.3488 6.66663 15.3488H9.33329C9.33329 15.3488 8.95829 14.2238 9.33329 13.3801C9.45829 13.0988 9.66663 12.8488 9.99996 12.6822C10.3898 12.4872 10.7796 12.5203 11.1362 12.6646C11.999 13.014 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 13.0854 13.2031 13.8692 12.3091C14.8895 11.1454 16.5282 9.84342 18.6666 10.0155C24 10.4446 24 15.3488 24 15.3488ZM12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M9.99996 12.6821C8.66663 13.3487 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C14.8855 9.71116 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.3333 12.0154 9.99996 12.6821Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.878 23.3371C26.1487 22.7508 26.7878 22.531 27.3564 22.7497L27.3665 22.7536L27.3764 22.7582C27.9627 23.0288 28.1825 23.6679 27.9638 24.2365L27.9584 24.2506L26.84 26.8059C26.6532 27.2666 26.2312 27.4901 25.7967 27.4901C25.6458 27.4901 25.4765 27.4441 25.3713 27.409L25.3538 27.4032L25.337 27.3955C24.7507 27.1248 24.5309 26.4857 24.7496 25.9172L24.755 25.9031L25.878 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2114 23.3371C15.482 22.7508 16.1211 22.531 16.6897 22.7497L16.6998 22.7536L16.7097 22.7582C17.2961 23.0288 17.5158 23.6679 17.2971 24.2365L17.2917 24.2506L16.1734 26.8059C15.9866 27.2666 15.5645 27.4901 15.13 27.4901C14.9791 27.4901 14.8098 27.4441 14.7046 27.409L14.6871 27.4032L14.6703 27.3955C14.084 27.1248 13.8642 26.4857 14.0829 25.9172L14.0883 25.9031L15.2114 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87804 26.0038C10.1487 25.4174 10.7878 25.1977 11.3564 25.4164L11.3665 25.4203L11.3764 25.4248C11.9627 25.6955 12.1825 26.3346 11.9638 26.9031L11.9584 26.9172L10.84 29.4726C10.6532 29.9333 10.2312 30.1568 9.79669 30.1568C9.64576 30.1568 9.47651 30.1108 9.37128 30.0757L9.35377 30.0699L9.33701 30.0621C8.75065 29.7915 8.53091 29.1524 8.74958 28.5838L8.75499 28.5697L9.87804 26.0038Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M4 27.9007C3.68114 27.696 3.57189 27.2428 3.75598 26.8883L4.17863 26.0745H3.33329C2.9651 26.0745 2.66663 25.7427 2.66663 25.3334C2.66663 24.9241 2.9651 24.5923 3.33329 24.5923H4.17863L3.75598 23.7785C3.57189 23.4241 3.68114 22.9708 4 22.7662C4.31886 22.5615 4.72659 22.683 4.91068 23.0374L5.33333 23.8512L5.75598 23.0374C5.94008 22.683 6.3478 22.5615 6.66666 22.7662C6.98553 22.9708 7.09478 23.4241 6.91068 23.7785L6.48804 24.5923H7.33329C7.70148 24.5923 7.99996 24.9241 7.99996 25.3334C7.99996 25.7427 7.70148 26.0745 7.33329 26.0745H6.48803L6.91068 26.8883C7.09478 27.2428 6.98553 27.696 6.66666 27.9007C6.3478 28.1053 5.94008 27.9839 5.75598 27.6294L5.33333 26.8156L4.91068 27.6294C4.72659 27.9839 4.31886 28.1053 4 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M19.3333 30.5673C19.0145 30.3627 18.9052 29.9094 19.0893 29.555L19.512 28.7412H18.6666C18.2984 28.7412 18 28.4094 18 28.0001C18 27.5908 18.2984 27.259 18.6666 27.259H19.512L19.0893 26.4452C18.9052 26.0907 19.0145 25.6375 19.3333 25.4328C19.6522 25.2282 20.0599 25.3496 20.244 25.7041L20.6667 26.5179L21.0893 25.7041C21.2734 25.3496 21.6811 25.2282 22 25.4328C22.3189 25.6375 22.4281 26.0907 22.244 26.4452L21.8214 27.259H22.6666C23.0348 27.259 23.3333 27.5908 23.3333 28.0001C23.3333 28.4094 23.0348 28.7412 22.6666 28.7412H21.8214L22.244 29.555C22.4281 29.9094 22.3189 30.3627 22 30.5673C21.6811 30.772 21.2734 30.6505 21.0893 30.2961L20.6667 29.4823L20.244 30.2961C20.0599 30.6505 19.6522 30.772 19.3333 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-sleet-showers-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavySleetShowersDayColour",
          "declaration": {
            "name": "ObiHeavySleetShowersDayColour",
            "module": "src/icons/icon-heavy-sleet-showers-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-sleet-showers-day-colour",
          "declaration": {
            "name": "ObiHeavySleetShowersDayColour",
            "module": "src/icons/icon-heavy-sleet-showers-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-sleet-showers-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavySleetShowersDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8094 1.31501 11.4045 1.24899 11.6302 1.62937L12.8485 3.68309C13.0037 3.9446 13.3653 4.01422 13.6188 3.83136L15.6092 2.39533C15.9778 2.12935 16.4963 2.40973 16.4435 2.84648L16.1581 5.20454C16.1218 5.5048 16.3693 5.76462 16.6853 5.75791L19.1672 5.70515C19.6269 5.69538 19.8707 6.21506 19.5596 6.54135L18.1679 8.00059C18.3829 7.99706 18.6026 8.00379 18.827 8.02185C22.242 8.29662 24.1524 10.0866 25.107 11.9189C25.4389 12.5559 25.645 13.1746 25.774 13.6989C25.9743 13.7573 26.1852 13.8251 26.3986 13.9033C26.9122 14.0916 27.5831 14.3908 28.1495 14.8676C28.733 15.3588 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66662C4.45749 21.3487 2.66663 19.5579 2.66663 17.3487C2.66663 16.4054 2.95372 15.385 3.69549 14.5796C4.46207 13.7473 5.52695 13.3487 6.66663 13.3487H7.25983C7.2893 13.2064 7.32722 13.0596 7.37559 12.9108C7.35561 12.9091 7.33529 12.9084 7.31467 12.9088L4.83277 12.9616C4.37309 12.9713 4.12928 12.4516 4.44046 12.1254L6.1206 10.3637C6.33454 10.1393 6.29563 9.78855 6.03773 9.61656L4.01236 8.26588C3.63723 8.01571 3.76123 7.45524 4.21188 7.36403L6.64501 6.8716C6.95483 6.8089 7.13943 6.50114 7.03817 6.21614L6.24296 3.97794C6.09568 3.5634 6.54012 3.1762 6.9581 3.35492L9.21485 4.31985C9.50221 4.44272 9.83981 4.29555 9.93387 4.00639L10.6726 1.73559ZM8.36309 11.3875C8.57294 11.2042 8.81849 11.0367 9.10553 10.8932C10.3817 10.2551 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.71689 14.6977 8.8461 16.0951 8.36647C15.6162 6.43897 13.6897 5.1214 11.559 5.35774C9.24779 5.6141 7.5716 7.60187 7.81515 9.79755C7.8796 10.3786 8.07206 10.9161 8.36309 11.3875ZM27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C16.5282 9.84334 14.8895 11.1453 13.8692 12.309C13.0854 13.203 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.999 13.014 11.1362 12.6646C10.7796 12.5202 10.3898 12.4871 9.99996 12.6821C9.66663 12.8487 9.45829 13.0987 9.33329 13.38C8.95829 14.2237 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.4501 27.3333 17.3487Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.878 23.337C26.1487 22.7507 26.7878 22.5309 27.3564 22.7496L27.3665 22.7535L27.3764 22.7581C27.9627 23.0287 28.1825 23.6678 27.9638 24.2364L27.9584 24.2505L26.84 26.8059C26.6532 27.2665 26.2312 27.4901 25.7967 27.4901C25.6458 27.4901 25.4765 27.444 25.3713 27.409L25.3538 27.4031L25.337 27.3954C24.7507 27.1248 24.5309 26.4856 24.7496 25.9171L24.755 25.903L25.878 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2114 23.337C15.482 22.7507 16.1211 22.5309 16.6897 22.7496L16.6998 22.7535L16.7097 22.7581C17.2961 23.0287 17.5158 23.6678 17.2971 24.2364L17.2917 24.2505L16.1734 26.8059C15.9866 27.2665 15.5645 27.4901 15.13 27.4901C14.9791 27.4901 14.8098 27.444 14.7046 27.409L14.6871 27.4031L14.6703 27.3954C14.084 27.1248 13.8642 26.4856 14.0829 25.9171L14.0883 25.903L15.2114 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87804 26.0037C10.1487 25.4174 10.7878 25.1976 11.3564 25.4163L11.3665 25.4202L11.3764 25.4247C11.9627 25.6954 12.1825 26.3345 11.9638 26.9031L11.9584 26.9171L10.84 29.4725C10.6532 29.9332 10.2312 30.1567 9.79669 30.1567C9.64576 30.1567 9.47651 30.1107 9.37128 30.0756L9.35377 30.0698L9.33701 30.0621C8.75065 29.7914 8.53091 29.1523 8.74958 28.5837L8.75499 28.5697L9.87804 26.0037Z\" fill=\"currentColor\"/> <path d=\"M4 27.9006C3.68114 27.6959 3.57189 27.2427 3.75598 26.8882L4.17863 26.0744H3.33329C2.9651 26.0744 2.66663 25.7426 2.66663 25.3333C2.66663 24.924 2.9651 24.5922 3.33329 24.5922H4.17863L3.75598 23.7784C3.57189 23.424 3.68114 22.9707 4 22.7661C4.31886 22.5614 4.72659 22.6829 4.91068 23.0373L5.33333 23.8511L5.75598 23.0373C5.94008 22.6829 6.3478 22.5614 6.66666 22.7661C6.98553 22.9707 7.09478 23.424 6.91068 23.7784L6.48804 24.5922H7.33329C7.70148 24.5922 7.99996 24.924 7.99996 25.3333C7.99996 25.7426 7.70148 26.0744 7.33329 26.0744H6.48803L6.91068 26.8882C7.09478 27.2427 6.98553 27.6959 6.66666 27.9006C6.3478 28.1052 5.94008 27.9838 5.75598 27.6293L5.33333 26.8155L4.91068 27.6293C4.72659 27.9838 4.31886 28.1052 4 27.9006Z\" fill=\"currentColor\"/> <path d=\"M19.3333 30.5673C19.0145 30.3626 18.9052 29.9094 19.0893 29.5549L19.512 28.7411H18.6666C18.2984 28.7411 18 28.4093 18 28C18 27.5907 18.2984 27.2589 18.6666 27.2589H19.512L19.0893 26.4451C18.9052 26.0906 19.0145 25.6374 19.3333 25.4327C19.6522 25.2281 20.0599 25.3495 20.244 25.704L20.6667 26.5178L21.0893 25.704C21.2734 25.3495 21.6811 25.2281 22 25.4327C22.3189 25.6374 22.4281 26.0906 22.244 26.4451L21.8214 27.2589H22.6666C23.0348 27.2589 23.3333 27.5907 23.3333 28C23.3333 28.4093 23.0348 28.7411 22.6666 28.7411H21.8214L22.244 29.5549C22.4281 29.9094 22.3189 30.3626 22 30.5673C21.6811 30.7719 21.2734 30.6505 21.0893 30.296L20.6667 29.4822L20.244 30.296C20.0599 30.6505 19.6522 30.7719 19.3333 30.5673Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8094 1.31501 11.4045 1.24899 11.6302 1.62937L12.8485 3.68309C13.0037 3.9446 13.3653 4.01422 13.6188 3.83136L15.6092 2.39533C15.9778 2.12935 16.4963 2.40973 16.4435 2.84648L16.1581 5.20454C16.1218 5.5048 16.3693 5.76462 16.6853 5.75791L19.1672 5.70515C19.6269 5.69538 19.8707 6.21506 19.5596 6.54135L18.1679 8.00059C18.3829 7.99706 18.6026 8.00379 18.827 8.02185C22.242 8.29662 24.1524 10.0866 25.107 11.9189C25.4389 12.5559 25.645 13.1746 25.774 13.6989C25.9743 13.7573 26.1852 13.8251 26.3986 13.9033C26.9122 14.0916 27.5831 14.3908 28.1495 14.8676C28.733 15.3588 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66662C4.45749 21.3487 2.66663 19.5579 2.66663 17.3487C2.66663 16.4054 2.95372 15.385 3.69549 14.5796C4.46207 13.7473 5.52695 13.3487 6.66663 13.3487H7.25983C7.2893 13.2064 7.32722 13.0596 7.37559 12.9108C7.35561 12.9091 7.33529 12.9084 7.31467 12.9088L4.83277 12.9616C4.37309 12.9713 4.12928 12.4516 4.44046 12.1254L6.1206 10.3637C6.33454 10.1393 6.29563 9.78855 6.03773 9.61656L4.01236 8.26588C3.63723 8.01571 3.76123 7.45524 4.21188 7.36403L6.64501 6.8716C6.95483 6.8089 7.13943 6.50114 7.03817 6.21614L6.24296 3.97794C6.09568 3.5634 6.54012 3.1762 6.9581 3.35492L9.21485 4.31985C9.50221 4.44272 9.83981 4.29555 9.93387 4.00639L10.6726 1.73559ZM8.36309 11.3875C8.57294 11.2042 8.81849 11.0367 9.10553 10.8932C10.3817 10.2551 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.71689 14.6977 8.8461 16.0951 8.36647C15.6162 6.43897 13.6897 5.1214 11.559 5.35774C9.24779 5.6141 7.5716 7.60187 7.81515 9.79755C7.8796 10.3786 8.07206 10.9161 8.36309 11.3875ZM27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C16.5282 9.84334 14.8895 11.1453 13.8692 12.309C13.0854 13.203 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.999 13.014 11.1362 12.6646C10.7796 12.5202 10.3898 12.4871 9.99996 12.6821C9.66663 12.8487 9.45829 13.0987 9.33329 13.38C8.95829 14.2237 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.4501 27.3333 17.3487Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.878 23.337C26.1487 22.7507 26.7878 22.5309 27.3564 22.7496L27.3665 22.7535L27.3764 22.7581C27.9627 23.0287 28.1825 23.6678 27.9638 24.2364L27.9584 24.2505L26.84 26.8059C26.6532 27.2665 26.2312 27.4901 25.7967 27.4901C25.6458 27.4901 25.4765 27.444 25.3713 27.409L25.3538 27.4031L25.337 27.3954C24.7507 27.1248 24.5309 26.4856 24.7496 25.9171L24.755 25.903L25.878 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2114 23.337C15.482 22.7507 16.1211 22.5309 16.6897 22.7496L16.6998 22.7535L16.7097 22.7581C17.2961 23.0287 17.5158 23.6678 17.2971 24.2364L17.2917 24.2505L16.1734 26.8059C15.9866 27.2665 15.5645 27.4901 15.13 27.4901C14.9791 27.4901 14.8098 27.444 14.7046 27.409L14.6871 27.4031L14.6703 27.3954C14.084 27.1248 13.8642 26.4856 14.0829 25.9171L14.0883 25.903L15.2114 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87804 26.0037C10.1487 25.4174 10.7878 25.1976 11.3564 25.4163L11.3665 25.4202L11.3764 25.4247C11.9627 25.6954 12.1825 26.3345 11.9638 26.9031L11.9584 26.9171L10.84 29.4725C10.6532 29.9332 10.2312 30.1567 9.79669 30.1567C9.64576 30.1567 9.47651 30.1107 9.37128 30.0756L9.35377 30.0698L9.33701 30.0621C8.75065 29.7914 8.53091 29.1523 8.74958 28.5837L8.75499 28.5697L9.87804 26.0037Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4 27.9006C3.68114 27.6959 3.57189 27.2427 3.75598 26.8882L4.17863 26.0744H3.33329C2.9651 26.0744 2.66663 25.7426 2.66663 25.3333C2.66663 24.924 2.9651 24.5922 3.33329 24.5922H4.17863L3.75598 23.7784C3.57189 23.424 3.68114 22.9707 4 22.7661C4.31886 22.5614 4.72659 22.6829 4.91068 23.0373L5.33333 23.8511L5.75598 23.0373C5.94008 22.6829 6.3478 22.5614 6.66666 22.7661C6.98553 22.9707 7.09478 23.424 6.91068 23.7784L6.48804 24.5922H7.33329C7.70148 24.5922 7.99996 24.924 7.99996 25.3333C7.99996 25.7426 7.70148 26.0744 7.33329 26.0744H6.48803L6.91068 26.8882C7.09478 27.2427 6.98553 27.6959 6.66666 27.9006C6.3478 28.1052 5.94008 27.9838 5.75598 27.6293L5.33333 26.8155L4.91068 27.6293C4.72659 27.9838 4.31886 28.1052 4 27.9006Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.3333 30.5673C19.0145 30.3626 18.9052 29.9094 19.0893 29.5549L19.512 28.7411H18.6666C18.2984 28.7411 18 28.4093 18 28C18 27.5907 18.2984 27.2589 18.6666 27.2589H19.512L19.0893 26.4451C18.9052 26.0906 19.0145 25.6374 19.3333 25.4327C19.6522 25.2281 20.0599 25.3495 20.244 25.704L20.6667 26.5178L21.0893 25.704C21.2734 25.3495 21.6811 25.2281 22 25.4327C22.3189 25.6374 22.4281 26.0906 22.244 26.4451L21.8214 27.2589H22.6666C23.0348 27.2589 23.3333 27.5907 23.3333 28C23.3333 28.4093 23.0348 28.7411 22.6666 28.7411H21.8214L22.244 29.5549C22.4281 29.9094 22.3189 30.3626 22 30.5673C21.6811 30.7719 21.2734 30.6505 21.0893 30.296L20.6667 29.4822L20.244 30.296C20.0599 30.6505 19.6522 30.7719 19.3333 30.5673Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-sleet-showers-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavySleetShowersDay",
          "declaration": {
            "name": "ObiHeavySleetShowersDay",
            "module": "src/icons/icon-heavy-sleet-showers-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-sleet-showers-day",
          "declaration": {
            "name": "ObiHeavySleetShowersDay",
            "module": "src/icons/icon-heavy-sleet-showers-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-sleet-showers-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavySleetShowersNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" fill=\"currentColor\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" fill=\"currentColor\"/> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.8782 23.3371C26.1488 22.7508 26.7879 22.531 27.3565 22.7497L27.3666 22.7536L27.3765 22.7582C27.9629 23.0288 28.1826 23.6679 27.9639 24.2365L27.9585 24.2506L26.8402 26.8059C26.6534 27.2666 26.2313 27.4901 25.7968 27.4901C25.6459 27.4901 25.4766 27.4441 25.3714 27.409L25.3539 27.4032L25.3371 27.3955C24.7508 27.1248 24.531 26.4857 24.7497 25.9172L24.7551 25.9031L25.8782 23.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2115 23.3371C15.4821 22.7508 16.1213 22.531 16.6898 22.7497L16.7 22.7536L16.7098 22.7582C17.2962 23.0288 17.5159 23.6679 17.2973 24.2365L17.2918 24.2506L16.1735 26.8059C15.9867 27.2666 15.5646 27.4901 15.1301 27.4901C14.9792 27.4901 14.81 27.4441 14.7047 27.409L14.6872 27.4032L14.6705 27.3955C14.0841 27.1248 13.8644 26.4857 14.083 25.9172L14.0884 25.9031L15.2115 23.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87816 26.0038C10.1488 25.4174 10.7879 25.1977 11.3565 25.4164L11.3666 25.4203L11.3765 25.4248C11.9629 25.6955 12.1826 26.3346 11.9639 26.9031L11.9585 26.9172L10.8402 29.4726C10.6534 29.9333 10.2313 30.1568 9.79681 30.1568C9.64588 30.1568 9.47664 30.1108 9.3714 30.0757L9.35389 30.0699L9.33713 30.0621C8.75077 29.7915 8.53103 29.1524 8.7497 28.5838L8.75511 28.5697L9.87816 26.0038Z\" fill=\"currentColor\"/> <path d=\"M4.00012 27.9007C3.68126 27.696 3.57201 27.2428 3.7561 26.8883L4.17876 26.0745H3.33341C2.96522 26.0745 2.66675 25.7427 2.66675 25.3334C2.66675 24.9241 2.96522 24.5923 3.33341 24.5923H4.17875L3.7561 23.7785C3.57201 23.4241 3.68126 22.9708 4.00012 22.7662C4.31898 22.5615 4.72671 22.683 4.9108 23.0374L5.33345 23.8512L5.7561 23.0374C5.9402 22.683 6.34792 22.5615 6.66679 22.7662C6.98565 22.9708 7.0949 23.4241 6.9108 23.7785L6.48816 24.5923H7.33341C7.7016 24.5923 8.00008 24.9241 8.00008 25.3334C8.00008 25.7427 7.7016 26.0745 7.33341 26.0745H6.48815L6.9108 26.8883C7.0949 27.2428 6.98565 27.696 6.66679 27.9007C6.34793 28.1053 5.9402 27.9839 5.7561 27.6294L5.33345 26.8156L4.9108 27.6294C4.72671 27.9839 4.31898 28.1053 4.00012 27.9007Z\" fill=\"currentColor\"/> <path d=\"M19.3335 30.5673C19.0146 30.3627 18.9053 29.9094 19.0894 29.555L19.5121 28.7412H18.6667C18.2986 28.7412 18.0001 28.4094 18.0001 28.0001C18.0001 27.5908 18.2986 27.259 18.6667 27.259H19.5121L19.0894 26.4452C18.9053 26.0907 19.0146 25.6375 19.3335 25.4328C19.6523 25.2282 20.06 25.3496 20.2441 25.7041L20.6668 26.5179L21.0894 25.7041C21.2735 25.3496 21.6813 25.2282 22.0001 25.4328C22.319 25.6375 22.4282 26.0907 22.2441 26.4452L21.8215 27.259H22.6667C23.0349 27.259 23.3334 27.5908 23.3334 28.0001C23.3334 28.4094 23.0349 28.7412 22.6667 28.7412H21.8215L22.2441 29.555C22.4282 29.9094 22.319 30.3627 22.0001 30.5673C21.6813 30.772 21.2735 30.6505 21.0894 30.2961L20.6668 29.4823L20.2441 30.2961C20.06 30.6505 19.6523 30.772 19.3335 30.5673Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.8782 23.3371C26.1488 22.7508 26.7879 22.531 27.3565 22.7497L27.3666 22.7536L27.3765 22.7582C27.9629 23.0288 28.1826 23.6679 27.9639 24.2365L27.9585 24.2506L26.8402 26.8059C26.6534 27.2666 26.2313 27.4901 25.7968 27.4901C25.6459 27.4901 25.4766 27.4441 25.3714 27.409L25.3539 27.4032L25.3371 27.3955C24.7508 27.1248 24.531 26.4857 24.7497 25.9172L24.7551 25.9031L25.8782 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2115 23.3371C15.4821 22.7508 16.1213 22.531 16.6898 22.7497L16.7 22.7536L16.7098 22.7582C17.2962 23.0288 17.5159 23.6679 17.2973 24.2365L17.2918 24.2506L16.1735 26.8059C15.9867 27.2666 15.5646 27.4901 15.1301 27.4901C14.9792 27.4901 14.81 27.4441 14.7047 27.409L14.6872 27.4032L14.6705 27.3955C14.0841 27.1248 13.8644 26.4857 14.083 25.9172L14.0884 25.9031L15.2115 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87816 26.0038C10.1488 25.4174 10.7879 25.1977 11.3565 25.4164L11.3666 25.4203L11.3765 25.4248C11.9629 25.6955 12.1826 26.3346 11.9639 26.9031L11.9585 26.9172L10.8402 29.4726C10.6534 29.9333 10.2313 30.1568 9.79681 30.1568C9.64588 30.1568 9.47664 30.1108 9.3714 30.0757L9.35389 30.0699L9.33713 30.0621C8.75077 29.7915 8.53103 29.1524 8.7497 28.5838L8.75511 28.5697L9.87816 26.0038Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M4.00012 27.9007C3.68126 27.696 3.57201 27.2428 3.7561 26.8883L4.17876 26.0745H3.33341C2.96522 26.0745 2.66675 25.7427 2.66675 25.3334C2.66675 24.9241 2.96522 24.5923 3.33341 24.5923H4.17875L3.7561 23.7785C3.57201 23.4241 3.68126 22.9708 4.00012 22.7662C4.31898 22.5615 4.72671 22.683 4.9108 23.0374L5.33345 23.8512L5.7561 23.0374C5.9402 22.683 6.34792 22.5615 6.66679 22.7662C6.98565 22.9708 7.0949 23.4241 6.9108 23.7785L6.48816 24.5923H7.33341C7.7016 24.5923 8.00008 24.9241 8.00008 25.3334C8.00008 25.7427 7.7016 26.0745 7.33341 26.0745H6.48815L6.9108 26.8883C7.0949 27.2428 6.98565 27.696 6.66679 27.9007C6.34793 28.1053 5.9402 27.9839 5.7561 27.6294L5.33345 26.8156L4.9108 27.6294C4.72671 27.9839 4.31898 28.1053 4.00012 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M19.3335 30.5673C19.0146 30.3627 18.9053 29.9094 19.0894 29.555L19.5121 28.7412H18.6667C18.2986 28.7412 18.0001 28.4094 18.0001 28.0001C18.0001 27.5908 18.2986 27.259 18.6667 27.259H19.5121L19.0894 26.4452C18.9053 26.0907 19.0146 25.6375 19.3335 25.4328C19.6523 25.2282 20.06 25.3496 20.2441 25.7041L20.6668 26.5179L21.0894 25.7041C21.2735 25.3496 21.6813 25.2282 22.0001 25.4328C22.319 25.6375 22.4282 26.0907 22.2441 26.4452L21.8215 27.259H22.6667C23.0349 27.259 23.3334 27.5908 23.3334 28.0001C23.3334 28.4094 23.0349 28.7412 22.6667 28.7412H21.8215L22.2441 29.555C22.4282 29.9094 22.319 30.3627 22.0001 30.5673C21.6813 30.772 21.2735 30.6505 21.0894 30.2961L20.6668 29.4823L20.2441 30.2961C20.06 30.6505 19.6523 30.772 19.3335 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-sleet-showers-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavySleetShowersNightColour",
          "declaration": {
            "name": "ObiHeavySleetShowersNightColour",
            "module": "src/icons/icon-heavy-sleet-showers-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-sleet-showers-night-colour",
          "declaration": {
            "name": "ObiHeavySleetShowersNightColour",
            "module": "src/icons/icon-heavy-sleet-showers-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-sleet-showers-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavySleetShowersNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.3916 10.9585C6.74822 12.0291 11.1299 9.43869 12.1782 5.17262C12.4158 4.20591 12.4618 3.23613 12.3402 2.30184C12.2658 1.72975 12.8169 1.22937 13.2974 1.53125C15.5527 2.94814 16.9853 5.4163 17.0969 8.10506C17.6381 8.00747 18.2154 7.97259 18.8271 8.02181C22.2421 8.29658 24.1525 10.0865 25.1071 11.9189C25.4389 12.5559 25.6451 13.1745 25.7741 13.6989C25.9743 13.7572 26.1852 13.825 26.3987 13.9033C26.9123 14.0915 27.5832 14.3908 28.1496 14.8675C28.7331 15.3587 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66666C4.45753 21.3487 2.66667 19.5578 2.66667 17.3487C2.66667 16.437 2.93481 15.4534 3.62235 14.6614C2.73016 13.8771 2.02231 12.9059 1.54474 11.8242C1.31873 11.3122 1.85537 10.8267 2.3916 10.9585ZM27.3333 17.3487C27.4498 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6667 10.0154C16.5282 9.8433 14.8895 11.1452 13.8692 12.309C13.0855 13.203 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.999 13.0139 11.1362 12.6645C10.7797 12.5202 10.3898 12.4871 10 12.682C9.66667 12.8487 9.45833 13.0987 9.33333 13.3799C8.95833 14.2237 9.33333 15.3487 9.33333 15.3487H6.66667C5.33333 15.3487 4.66667 16.2441 4.66667 17.3487C4.66667 18.4533 5.5621 19.3487 6.66667 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.8781 23.337C26.1487 22.7507 26.7879 22.5309 27.3564 22.7496L27.3665 22.7535L27.3764 22.758C27.9628 23.0287 28.1825 23.6678 27.9639 24.2364L27.9584 24.2504L26.8401 26.8058C26.6533 27.2665 26.2312 27.49 25.7967 27.49C25.6458 27.49 25.4766 27.444 25.3713 27.4089L25.3538 27.4031L25.337 27.3953C24.7507 27.1247 24.5309 26.4856 24.7496 25.917L24.755 25.9029L25.8781 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2114 23.337C15.482 22.7507 16.1212 22.5309 16.6897 22.7496L16.6999 22.7535L16.7098 22.758C17.2961 23.0287 17.5159 23.6678 17.2972 24.2364L17.2918 24.2504L16.1734 26.8058C15.9866 27.2665 15.5646 27.49 15.1301 27.49C14.9791 27.49 14.8099 27.444 14.7047 27.4089L14.6871 27.4031L14.6704 27.3953C14.084 27.1247 13.8643 26.4856 14.083 25.917L14.0884 25.9029L15.2114 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87808 26.0037C10.1487 25.4173 10.7878 25.1976 11.3564 25.4162L11.3665 25.4201L11.3764 25.4247C11.9628 25.6953 12.1825 26.3345 11.9638 26.903L11.9584 26.9171L10.8401 29.4725C10.6533 29.9331 10.2312 30.1567 9.79673 30.1567C9.6458 30.1567 9.47656 30.1107 9.37132 30.0756L9.35381 30.0697L9.33705 30.062C8.75069 29.7914 8.53095 29.1522 8.74962 28.5837L8.75503 28.5696L9.87808 26.0037Z\" fill=\"currentColor\"/> <path d=\"M4.00004 27.9005C3.68118 27.6959 3.57193 27.2426 3.75602 26.8882L4.17868 26.0744H3.33333C2.96514 26.0744 2.66667 25.7426 2.66667 25.3333C2.66667 24.924 2.96514 24.5922 3.33333 24.5922H4.17867L3.75602 23.7784C3.57193 23.4239 3.68118 22.9707 4.00004 22.766C4.3189 22.5614 4.72663 22.6828 4.91072 23.0373L5.33337 23.8511L5.75602 23.0373C5.94012 22.6828 6.34784 22.5614 6.66671 22.766C6.98557 22.9707 7.09482 23.4239 6.91072 23.7784L6.48808 24.5922H7.33333C7.70152 24.5922 8 24.924 8 25.3333C8 25.7426 7.70152 26.0744 7.33333 26.0744H6.48807L6.91072 26.8882C7.09482 27.2426 6.98557 27.6959 6.66671 27.9005C6.34784 28.1052 5.94012 27.9837 5.75602 27.6293L5.33337 26.8155L4.91072 27.6293C4.72663 27.9837 4.3189 28.1052 4.00004 27.9005Z\" fill=\"currentColor\"/> <path d=\"M19.3334 30.5672C19.0145 30.3626 18.9053 29.9093 19.0894 29.5548L19.512 28.7411H18.6667C18.2985 28.7411 18 28.4093 18 28C18 27.5907 18.2985 27.2589 18.6667 27.2589H19.512L19.0894 26.4451C18.9053 26.0906 19.0145 25.6374 19.3334 25.4327C19.6522 25.2281 20.06 25.3495 20.2441 25.704L20.6667 26.5178L21.0894 25.704C21.2734 25.3495 21.6812 25.2281 22 25.4327C22.3189 25.6374 22.4282 26.0906 22.2441 26.4451L21.8214 27.2589H22.6667C23.0349 27.2589 23.3333 27.5907 23.3333 28C23.3333 28.4093 23.0349 28.7411 22.6667 28.7411H21.8214L22.2441 29.5548C22.4282 29.9093 22.3189 30.3626 22 30.5672C21.6812 30.7719 21.2734 30.6504 21.0894 30.2959L20.6667 29.4822L20.2441 30.2959C20.06 30.6504 19.6522 30.7719 19.3334 30.5672Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.3916 10.9585C6.74822 12.0291 11.1299 9.43869 12.1782 5.17262C12.4158 4.20591 12.4618 3.23613 12.3402 2.30184C12.2658 1.72975 12.8169 1.22937 13.2974 1.53125C15.5527 2.94814 16.9853 5.4163 17.0969 8.10506C17.6381 8.00747 18.2154 7.97259 18.8271 8.02181C22.2421 8.29658 24.1525 10.0865 25.1071 11.9189C25.4389 12.5559 25.6451 13.1745 25.7741 13.6989C25.9743 13.7572 26.1852 13.825 26.3987 13.9033C26.9123 14.0915 27.5832 14.3908 28.1496 14.8675C28.7331 15.3587 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66666C4.45753 21.3487 2.66667 19.5578 2.66667 17.3487C2.66667 16.437 2.93481 15.4534 3.62235 14.6614C2.73016 13.8771 2.02231 12.9059 1.54474 11.8242C1.31873 11.3122 1.85537 10.8267 2.3916 10.9585ZM27.3333 17.3487C27.4498 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6667 10.0154C16.5282 9.8433 14.8895 11.1452 13.8692 12.309C13.0855 13.203 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.999 13.0139 11.1362 12.6645C10.7797 12.5202 10.3898 12.4871 10 12.682C9.66667 12.8487 9.45833 13.0987 9.33333 13.3799C8.95833 14.2237 9.33333 15.3487 9.33333 15.3487H6.66667C5.33333 15.3487 4.66667 16.2441 4.66667 17.3487C4.66667 18.4533 5.5621 19.3487 6.66667 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.8781 23.337C26.1487 22.7507 26.7879 22.5309 27.3564 22.7496L27.3665 22.7535L27.3764 22.758C27.9628 23.0287 28.1825 23.6678 27.9639 24.2364L27.9584 24.2504L26.8401 26.8058C26.6533 27.2665 26.2312 27.49 25.7967 27.49C25.6458 27.49 25.4766 27.444 25.3713 27.4089L25.3538 27.4031L25.337 27.3953C24.7507 27.1247 24.5309 26.4856 24.7496 25.917L24.755 25.9029L25.8781 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2114 23.337C15.482 22.7507 16.1212 22.5309 16.6897 22.7496L16.6999 22.7535L16.7098 22.758C17.2961 23.0287 17.5159 23.6678 17.2972 24.2364L17.2918 24.2504L16.1734 26.8058C15.9866 27.2665 15.5646 27.49 15.1301 27.49C14.9791 27.49 14.8099 27.444 14.7047 27.4089L14.6871 27.4031L14.6704 27.3953C14.084 27.1247 13.8643 26.4856 14.083 25.917L14.0884 25.9029L15.2114 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87808 26.0037C10.1487 25.4173 10.7878 25.1976 11.3564 25.4162L11.3665 25.4201L11.3764 25.4247C11.9628 25.6953 12.1825 26.3345 11.9638 26.903L11.9584 26.9171L10.8401 29.4725C10.6533 29.9331 10.2312 30.1567 9.79673 30.1567C9.6458 30.1567 9.47656 30.1107 9.37132 30.0756L9.35381 30.0697L9.33705 30.062C8.75069 29.7914 8.53095 29.1522 8.74962 28.5837L8.75503 28.5696L9.87808 26.0037Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.00004 27.9005C3.68118 27.6959 3.57193 27.2426 3.75602 26.8882L4.17868 26.0744H3.33333C2.96514 26.0744 2.66667 25.7426 2.66667 25.3333C2.66667 24.924 2.96514 24.5922 3.33333 24.5922H4.17867L3.75602 23.7784C3.57193 23.4239 3.68118 22.9707 4.00004 22.766C4.3189 22.5614 4.72663 22.6828 4.91072 23.0373L5.33337 23.8511L5.75602 23.0373C5.94012 22.6828 6.34784 22.5614 6.66671 22.766C6.98557 22.9707 7.09482 23.4239 6.91072 23.7784L6.48808 24.5922H7.33333C7.70152 24.5922 8 24.924 8 25.3333C8 25.7426 7.70152 26.0744 7.33333 26.0744H6.48807L6.91072 26.8882C7.09482 27.2426 6.98557 27.6959 6.66671 27.9005C6.34784 28.1052 5.94012 27.9837 5.75602 27.6293L5.33337 26.8155L4.91072 27.6293C4.72663 27.9837 4.3189 28.1052 4.00004 27.9005Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.3334 30.5672C19.0145 30.3626 18.9053 29.9093 19.0894 29.5548L19.512 28.7411H18.6667C18.2985 28.7411 18 28.4093 18 28C18 27.5907 18.2985 27.2589 18.6667 27.2589H19.512L19.0894 26.4451C18.9053 26.0906 19.0145 25.6374 19.3334 25.4327C19.6522 25.2281 20.06 25.3495 20.2441 25.704L20.6667 26.5178L21.0894 25.704C21.2734 25.3495 21.6812 25.2281 22 25.4327C22.3189 25.6374 22.4282 26.0906 22.2441 26.4451L21.8214 27.2589H22.6667C23.0349 27.2589 23.3333 27.5907 23.3333 28C23.3333 28.4093 23.0349 28.7411 22.6667 28.7411H21.8214L22.2441 29.5548C22.4282 29.9093 22.3189 30.3626 22 30.5672C21.6812 30.7719 21.2734 30.6504 21.0894 30.2959L20.6667 29.4822L20.2441 30.2959C20.06 30.6504 19.6522 30.7719 19.3334 30.5672Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-sleet-showers-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavySleetShowersNight",
          "declaration": {
            "name": "ObiHeavySleetShowersNight",
            "module": "src/icons/icon-heavy-sleet-showers-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-sleet-showers-night",
          "declaration": {
            "name": "ObiHeavySleetShowersNight",
            "module": "src/icons/icon-heavy-sleet-showers-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-sleet-showers-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavySleetShowersPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" fill=\"currentColor\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" fill=\"currentColor\"/> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" fill=\"currentColor\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.8782 23.3371C26.1488 22.7508 26.7879 22.531 27.3565 22.7497L27.3666 22.7536L27.3765 22.7582C27.9629 23.0288 28.1826 23.6679 27.9639 24.2365L27.9585 24.2506L26.8402 26.8059C26.6534 27.2666 26.2313 27.4901 25.7968 27.4901C25.6459 27.4901 25.4766 27.4441 25.3714 27.409L25.3539 27.4032L25.3371 27.3955C24.7508 27.1248 24.531 26.4857 24.7497 25.9172L24.7551 25.9031L25.8782 23.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2115 23.3371C15.4821 22.7508 16.1213 22.531 16.6898 22.7497L16.7 22.7536L16.7098 22.7582C17.2962 23.0288 17.5159 23.6679 17.2973 24.2365L17.2918 24.2506L16.1735 26.8059C15.9867 27.2666 15.5646 27.4901 15.1301 27.4901C14.9792 27.4901 14.81 27.4441 14.7047 27.409L14.6872 27.4032L14.6705 27.3955C14.0841 27.1248 13.8644 26.4857 14.083 25.9172L14.0884 25.9031L15.2115 23.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87816 26.0038C10.1488 25.4174 10.7879 25.1977 11.3565 25.4164L11.3666 25.4203L11.3765 25.4248C11.9629 25.6955 12.1826 26.3346 11.9639 26.9031L11.9585 26.9172L10.8402 29.4726C10.6534 29.9333 10.2313 30.1568 9.79681 30.1568C9.64588 30.1568 9.47664 30.1108 9.3714 30.0757L9.35389 30.0699L9.33713 30.0621C8.75077 29.7915 8.53103 29.1524 8.7497 28.5838L8.75511 28.5697L9.87816 26.0038Z\" fill=\"currentColor\"/> <path d=\"M4.00012 27.9007C3.68126 27.696 3.57201 27.2428 3.7561 26.8883L4.17876 26.0745H3.33341C2.96522 26.0745 2.66675 25.7427 2.66675 25.3334C2.66675 24.9241 2.96522 24.5923 3.33341 24.5923H4.17875L3.7561 23.7785C3.57201 23.4241 3.68126 22.9708 4.00012 22.7662C4.31898 22.5615 4.72671 22.683 4.9108 23.0374L5.33345 23.8512L5.7561 23.0374C5.9402 22.683 6.34792 22.5615 6.66679 22.7662C6.98565 22.9708 7.0949 23.4241 6.9108 23.7785L6.48816 24.5923H7.33341C7.7016 24.5923 8.00008 24.9241 8.00008 25.3334C8.00008 25.7427 7.7016 26.0745 7.33341 26.0745H6.48815L6.9108 26.8883C7.0949 27.2428 6.98565 27.696 6.66679 27.9007C6.34793 28.1053 5.9402 27.9839 5.7561 27.6294L5.33345 26.8156L4.9108 27.6294C4.72671 27.9839 4.31898 28.1053 4.00012 27.9007Z\" fill=\"currentColor\"/> <path d=\"M19.3335 30.5673C19.0146 30.3627 18.9053 29.9094 19.0894 29.555L19.5121 28.7412H18.6667C18.2986 28.7412 18.0001 28.4094 18.0001 28.0001C18.0001 27.5908 18.2986 27.259 18.6667 27.259H19.5121L19.0894 26.4452C18.9053 26.0907 19.0146 25.6375 19.3335 25.4328C19.6523 25.2282 20.06 25.3496 20.2441 25.7041L20.6668 26.5179L21.0894 25.7041C21.2735 25.3496 21.6813 25.2282 22.0001 25.4328C22.319 25.6375 22.4282 26.0907 22.2441 26.4452L21.8215 27.259H22.6667C23.0349 27.259 23.3334 27.5908 23.3334 28.0001C23.3334 28.4094 23.0349 28.7412 22.6667 28.7412H21.8215L22.2441 29.555C22.4282 29.9094 22.319 30.3627 22.0001 30.5673C21.6813 30.772 21.2735 30.6505 21.0894 30.2961L20.6668 29.4823L20.2441 30.2961C20.06 30.6505 19.6523 30.772 19.3335 30.5673Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.8782 23.3371C26.1488 22.7508 26.7879 22.531 27.3565 22.7497L27.3666 22.7536L27.3765 22.7582C27.9629 23.0288 28.1826 23.6679 27.9639 24.2365L27.9585 24.2506L26.8402 26.8059C26.6534 27.2666 26.2313 27.4901 25.7968 27.4901C25.6459 27.4901 25.4766 27.4441 25.3714 27.409L25.3539 27.4032L25.3371 27.3955C24.7508 27.1248 24.531 26.4857 24.7497 25.9172L24.7551 25.9031L25.8782 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2115 23.3371C15.4821 22.7508 16.1213 22.531 16.6898 22.7497L16.7 22.7536L16.7098 22.7582C17.2962 23.0288 17.5159 23.6679 17.2973 24.2365L17.2918 24.2506L16.1735 26.8059C15.9867 27.2666 15.5646 27.4901 15.1301 27.4901C14.9792 27.4901 14.81 27.4441 14.7047 27.409L14.6872 27.4032L14.6705 27.3955C14.0841 27.1248 13.8644 26.4857 14.083 25.9172L14.0884 25.9031L15.2115 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87816 26.0038C10.1488 25.4174 10.7879 25.1977 11.3565 25.4164L11.3666 25.4203L11.3765 25.4248C11.9629 25.6955 12.1826 26.3346 11.9639 26.9031L11.9585 26.9172L10.8402 29.4726C10.6534 29.9333 10.2313 30.1568 9.79681 30.1568C9.64588 30.1568 9.47664 30.1108 9.3714 30.0757L9.35389 30.0699L9.33713 30.0621C8.75077 29.7915 8.53103 29.1524 8.7497 28.5838L8.75511 28.5697L9.87816 26.0038Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M4.00012 27.9007C3.68126 27.696 3.57201 27.2428 3.7561 26.8883L4.17876 26.0745H3.33341C2.96522 26.0745 2.66675 25.7427 2.66675 25.3334C2.66675 24.9241 2.96522 24.5923 3.33341 24.5923H4.17875L3.7561 23.7785C3.57201 23.4241 3.68126 22.9708 4.00012 22.7662C4.31898 22.5615 4.72671 22.683 4.9108 23.0374L5.33345 23.8512L5.7561 23.0374C5.9402 22.683 6.34792 22.5615 6.66679 22.7662C6.98565 22.9708 7.0949 23.4241 6.9108 23.7785L6.48816 24.5923H7.33341C7.7016 24.5923 8.00008 24.9241 8.00008 25.3334C8.00008 25.7427 7.7016 26.0745 7.33341 26.0745H6.48815L6.9108 26.8883C7.0949 27.2428 6.98565 27.696 6.66679 27.9007C6.34793 28.1053 5.9402 27.9839 5.7561 27.6294L5.33345 26.8156L4.9108 27.6294C4.72671 27.9839 4.31898 28.1053 4.00012 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M19.3335 30.5673C19.0146 30.3627 18.9053 29.9094 19.0894 29.555L19.5121 28.7412H18.6667C18.2986 28.7412 18.0001 28.4094 18.0001 28.0001C18.0001 27.5908 18.2986 27.259 18.6667 27.259H19.5121L19.0894 26.4452C18.9053 26.0907 19.0146 25.6375 19.3335 25.4328C19.6523 25.2282 20.06 25.3496 20.2441 25.7041L20.6668 26.5179L21.0894 25.7041C21.2735 25.3496 21.6813 25.2282 22.0001 25.4328C22.319 25.6375 22.4282 26.0907 22.2441 26.4452L21.8215 27.259H22.6667C23.0349 27.259 23.3334 27.5908 23.3334 28.0001C23.3334 28.4094 23.0349 28.7412 22.6667 28.7412H21.8215L22.2441 29.555C22.4282 29.9094 22.319 30.3627 22.0001 30.5673C21.6813 30.772 21.2735 30.6505 21.0894 30.2961L20.6668 29.4823L20.2441 30.2961C20.06 30.6505 19.6523 30.772 19.3335 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-sleet-showers-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavySleetShowersPolartwilightColour",
          "declaration": {
            "name": "ObiHeavySleetShowersPolartwilightColour",
            "module": "src/icons/icon-heavy-sleet-showers-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-sleet-showers-polartwilight-colour",
          "declaration": {
            "name": "ObiHeavySleetShowersPolartwilightColour",
            "module": "src/icons/icon-heavy-sleet-showers-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-sleet-showers-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavySleetShowersPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33341 4.66675C2.96522 4.66675 2.66675 4.96522 2.66675 5.33341C2.66675 5.7016 2.96523 6.00008 3.33342 6.00008H4.88761C4.88761 6.13816 4.82827 6.27623 4.70959 6.37592L2.84548 7.94165C2.50022 8.23165 2.68525 8.77504 3.14321 8.81601L5.61579 9.0372C5.93064 9.06536 6.14804 9.35089 6.07882 9.64532L5.53521 11.9575C5.43452 12.3858 5.91894 12.7216 6.31467 12.4979L8.45129 11.2901C8.47495 11.2767 8.49923 11.2653 8.5239 11.2558C7.74859 11.8519 7.40364 12.6549 7.25995 13.3488H6.66675C5.52707 13.3488 4.46219 13.7474 3.69561 14.5797C2.95384 15.3851 2.66675 16.4055 2.66675 17.3488C2.66675 19.558 4.45761 21.3488 6.66675 21.3488H25.3334C27.6728 21.3488 29.1781 19.445 29.3275 17.5022C29.4243 16.244 28.7332 15.3588 28.1496 14.8677C27.5833 14.3909 26.9123 14.0917 26.3987 13.9034C26.1853 13.8252 25.9744 13.7574 25.7742 13.699C25.6452 13.1747 25.439 12.556 25.1072 11.919C24.1526 10.0867 22.2422 8.29671 18.8272 8.02193C18.7347 8.01449 18.6431 8.00897 18.5522 8.0053C18.5333 7.98304 18.5119 7.96174 18.488 7.94166L16.6239 6.37592C16.5052 6.27623 16.4459 6.13816 16.4459 6.00008H18.0001C18.3683 6.00008 18.6667 5.7016 18.6667 5.33341C18.6667 4.96522 18.3683 4.66675 18.0001 4.66675H3.33341ZM14.8773 6.00008H6.45622C6.45622 8.20922 8.34134 10.0001 10.6667 10.0001C12.9922 10.0001 14.8773 8.20922 14.8773 6.00008ZM24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.8782 23.3371C26.1488 22.7508 26.7879 22.531 27.3565 22.7497L27.3666 22.7536L27.3765 22.7582C27.9629 23.0288 28.1826 23.6679 27.9639 24.2365L27.9585 24.2506L26.8402 26.8059C26.6534 27.2666 26.2313 27.4901 25.7968 27.4901C25.6459 27.4901 25.4766 27.4441 25.3714 27.409L25.3539 27.4032L25.3371 27.3955C24.7508 27.1248 24.531 26.4857 24.7497 25.9172L24.7551 25.9031L25.8782 23.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2115 23.3371C15.4821 22.7508 16.1213 22.531 16.6898 22.7497L16.7 22.7536L16.7098 22.7582C17.2962 23.0288 17.5159 23.6679 17.2973 24.2365L17.2918 24.2506L16.1735 26.8059C15.9867 27.2666 15.5646 27.4901 15.1301 27.4901C14.9792 27.4901 14.81 27.4441 14.7047 27.409L14.6872 27.4032L14.6705 27.3955C14.0841 27.1248 13.8644 26.4857 14.083 25.9172L14.0884 25.9031L15.2115 23.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87816 26.0038C10.1488 25.4174 10.7879 25.1977 11.3565 25.4164L11.3666 25.4203L11.3765 25.4248C11.9629 25.6955 12.1826 26.3346 11.9639 26.9031L11.9585 26.9172L10.8402 29.4726C10.6534 29.9333 10.2313 30.1568 9.79681 30.1568C9.64588 30.1568 9.47664 30.1108 9.3714 30.0757L9.35389 30.0699L9.33713 30.0621C8.75077 29.7915 8.53103 29.1524 8.7497 28.5838L8.75511 28.5697L9.87816 26.0038Z\" fill=\"currentColor\"/> <path d=\"M4.00012 27.9007C3.68126 27.696 3.57201 27.2428 3.7561 26.8883L4.17876 26.0745H3.33341C2.96522 26.0745 2.66675 25.7427 2.66675 25.3334C2.66675 24.9241 2.96522 24.5923 3.33341 24.5923H4.17875L3.7561 23.7785C3.57201 23.4241 3.68126 22.9708 4.00012 22.7662C4.31898 22.5615 4.72671 22.683 4.9108 23.0374L5.33345 23.8512L5.7561 23.0374C5.9402 22.683 6.34792 22.5615 6.66679 22.7662C6.98565 22.9708 7.0949 23.4241 6.9108 23.7785L6.48816 24.5923H7.33341C7.7016 24.5923 8.00008 24.9241 8.00008 25.3334C8.00008 25.7427 7.7016 26.0745 7.33341 26.0745H6.48815L6.9108 26.8883C7.0949 27.2428 6.98565 27.696 6.66679 27.9007C6.34793 28.1053 5.9402 27.9839 5.7561 27.6294L5.33345 26.8156L4.9108 27.6294C4.72671 27.9839 4.31898 28.1053 4.00012 27.9007Z\" fill=\"currentColor\"/> <path d=\"M19.3335 30.5673C19.0146 30.3627 18.9053 29.9094 19.0894 29.555L19.5121 28.7412H18.6667C18.2986 28.7412 18.0001 28.4094 18.0001 28.0001C18.0001 27.5908 18.2986 27.259 18.6667 27.259H19.5121L19.0894 26.4452C18.9053 26.0907 19.0146 25.6375 19.3335 25.4328C19.6523 25.2282 20.06 25.3496 20.2441 25.7041L20.6668 26.5179L21.0894 25.7041C21.2735 25.3496 21.6813 25.2282 22.0001 25.4328C22.319 25.6375 22.4282 26.0907 22.2441 26.4452L21.8215 27.259H22.6667C23.0349 27.259 23.3334 27.5908 23.3334 28.0001C23.3334 28.4094 23.0349 28.7412 22.6667 28.7412H21.8215L22.2441 29.555C22.4282 29.9094 22.319 30.3627 22.0001 30.5673C21.6813 30.772 21.2735 30.6505 21.0894 30.2961L20.6668 29.4823L20.2441 30.2961C20.06 30.6505 19.6523 30.772 19.3335 30.5673Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33341 4.66675C2.96522 4.66675 2.66675 4.96522 2.66675 5.33341C2.66675 5.7016 2.96523 6.00008 3.33342 6.00008H4.88761C4.88761 6.13816 4.82827 6.27623 4.70959 6.37592L2.84548 7.94165C2.50022 8.23165 2.68525 8.77504 3.14321 8.81601L5.61579 9.0372C5.93064 9.06536 6.14804 9.35089 6.07882 9.64532L5.53521 11.9575C5.43452 12.3858 5.91894 12.7216 6.31467 12.4979L8.45129 11.2901C8.47495 11.2767 8.49923 11.2653 8.5239 11.2558C7.74859 11.8519 7.40364 12.6549 7.25995 13.3488H6.66675C5.52707 13.3488 4.46219 13.7474 3.69561 14.5797C2.95384 15.3851 2.66675 16.4055 2.66675 17.3488C2.66675 19.558 4.45761 21.3488 6.66675 21.3488H25.3334C27.6728 21.3488 29.1781 19.445 29.3275 17.5022C29.4243 16.244 28.7332 15.3588 28.1496 14.8677C27.5833 14.3909 26.9123 14.0917 26.3987 13.9034C26.1853 13.8252 25.9744 13.7574 25.7742 13.699C25.6452 13.1747 25.439 12.556 25.1072 11.919C24.1526 10.0867 22.2422 8.29671 18.8272 8.02193C18.7347 8.01449 18.6431 8.00897 18.5522 8.0053C18.5333 7.98304 18.5119 7.96174 18.488 7.94166L16.6239 6.37592C16.5052 6.27623 16.4459 6.13816 16.4459 6.00008H18.0001C18.3683 6.00008 18.6667 5.7016 18.6667 5.33341C18.6667 4.96522 18.3683 4.66675 18.0001 4.66675H3.33341ZM14.8773 6.00008H6.45622C6.45622 8.20922 8.34134 10.0001 10.6667 10.0001C12.9922 10.0001 14.8773 8.20922 14.8773 6.00008ZM24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.8782 23.3371C26.1488 22.7508 26.7879 22.531 27.3565 22.7497L27.3666 22.7536L27.3765 22.7582C27.9629 23.0288 28.1826 23.6679 27.9639 24.2365L27.9585 24.2506L26.8402 26.8059C26.6534 27.2666 26.2313 27.4901 25.7968 27.4901C25.6459 27.4901 25.4766 27.4441 25.3714 27.409L25.3539 27.4032L25.3371 27.3955C24.7508 27.1248 24.531 26.4857 24.7497 25.9172L24.7551 25.9031L25.8782 23.3371Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2115 23.3371C15.4821 22.7508 16.1213 22.531 16.6898 22.7497L16.7 22.7536L16.7098 22.7582C17.2962 23.0288 17.5159 23.6679 17.2973 24.2365L17.2918 24.2506L16.1735 26.8059C15.9867 27.2666 15.5646 27.4901 15.1301 27.4901C14.9792 27.4901 14.81 27.4441 14.7047 27.409L14.6872 27.4032L14.6705 27.3955C14.0841 27.1248 13.8644 26.4857 14.083 25.9172L14.0884 25.9031L15.2115 23.3371Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87816 26.0038C10.1488 25.4174 10.7879 25.1977 11.3565 25.4164L11.3666 25.4203L11.3765 25.4248C11.9629 25.6955 12.1826 26.3346 11.9639 26.9031L11.9585 26.9172L10.8402 29.4726C10.6534 29.9333 10.2313 30.1568 9.79681 30.1568C9.64588 30.1568 9.47664 30.1108 9.3714 30.0757L9.35389 30.0699L9.33713 30.0621C8.75077 29.7915 8.53103 29.1524 8.7497 28.5838L8.75511 28.5697L9.87816 26.0038Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.00012 27.9007C3.68126 27.696 3.57201 27.2428 3.7561 26.8883L4.17876 26.0745H3.33341C2.96522 26.0745 2.66675 25.7427 2.66675 25.3334C2.66675 24.9241 2.96522 24.5923 3.33341 24.5923H4.17875L3.7561 23.7785C3.57201 23.4241 3.68126 22.9708 4.00012 22.7662C4.31898 22.5615 4.72671 22.683 4.9108 23.0374L5.33345 23.8512L5.7561 23.0374C5.9402 22.683 6.34792 22.5615 6.66679 22.7662C6.98565 22.9708 7.0949 23.4241 6.9108 23.7785L6.48816 24.5923H7.33341C7.7016 24.5923 8.00008 24.9241 8.00008 25.3334C8.00008 25.7427 7.7016 26.0745 7.33341 26.0745H6.48815L6.9108 26.8883C7.0949 27.2428 6.98565 27.696 6.66679 27.9007C6.34793 28.1053 5.9402 27.9839 5.7561 27.6294L5.33345 26.8156L4.9108 27.6294C4.72671 27.9839 4.31898 28.1053 4.00012 27.9007Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.3335 30.5673C19.0146 30.3627 18.9053 29.9094 19.0894 29.555L19.5121 28.7412H18.6667C18.2986 28.7412 18.0001 28.4094 18.0001 28.0001C18.0001 27.5908 18.2986 27.259 18.6667 27.259H19.5121L19.0894 26.4452C18.9053 26.0907 19.0146 25.6375 19.3335 25.4328C19.6523 25.2282 20.06 25.3496 20.2441 25.7041L20.6668 26.5179L21.0894 25.7041C21.2735 25.3496 21.6813 25.2282 22.0001 25.4328C22.319 25.6375 22.4282 26.0907 22.2441 26.4452L21.8215 27.259H22.6667C23.0349 27.259 23.3334 27.5908 23.3334 28.0001C23.3334 28.4094 23.0349 28.7412 22.6667 28.7412H21.8215L22.2441 29.555C22.4282 29.9094 22.319 30.3627 22.0001 30.5673C21.6813 30.772 21.2735 30.6505 21.0894 30.2961L20.6668 29.4823L20.2441 30.2961C20.06 30.6505 19.6523 30.772 19.3335 30.5673Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-sleet-showers-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavySleetShowersPolartwilight",
          "declaration": {
            "name": "ObiHeavySleetShowersPolartwilight",
            "module": "src/icons/icon-heavy-sleet-showers-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-sleet-showers-polartwilight",
          "declaration": {
            "name": "ObiHeavySleetShowersPolartwilight",
            "module": "src/icons/icon-heavy-sleet-showers-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-sleet.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavySleet",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2113 22.0036C25.482 21.4173 26.1211 21.1975 26.6896 21.4162L26.6998 21.4201L26.7097 21.4247C27.296 21.6953 27.5158 22.3344 27.2971 22.903L27.2917 22.9171L26.1733 25.4724C25.9865 25.9331 25.5645 26.1567 25.13 26.1567C24.9791 26.1567 24.8098 26.1106 24.7046 26.0755L24.6871 26.0697L24.6703 26.062C24.0839 25.7913 23.8642 25.1522 24.0829 24.5837L24.0883 24.5696L25.2113 22.0036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.878 20.6703C16.1486 20.0839 16.7878 19.8642 17.3563 20.0829L17.3665 20.0868L17.3763 20.0913C17.9627 20.362 18.1824 21.0011 17.9638 21.5696L17.9583 21.5837L16.84 24.1391C16.6532 24.5998 16.2311 24.8233 15.7966 24.8233C15.6457 24.8233 15.4765 24.7773 15.3712 24.7422L15.3537 24.7364L15.337 24.7286C14.7506 24.458 14.5309 23.8189 14.7495 23.2503L14.755 23.2362L15.878 20.6703Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5447 24.6703C10.8153 24.0839 11.4544 23.8642 12.023 24.0829L12.0331 24.0868L12.043 24.0913C12.6294 24.362 12.8491 25.0011 12.6304 25.5696L12.625 25.5837L11.5067 28.1391C11.3199 28.5998 10.8978 28.8233 10.4633 28.8233C10.3124 28.8233 10.1431 28.7773 10.0379 28.7422L10.0204 28.7364L10.0036 28.7286C9.41728 28.458 9.19753 27.8189 9.4162 27.2503L9.42162 27.2362L10.5447 24.6703Z\" fill=\"currentColor\"/> <path d=\"M5.33329 25.2338C5.01443 25.0292 4.90518 24.5759 5.08927 24.2215L5.51193 23.4077H4.66658C4.2984 23.4077 3.99992 23.0759 3.99992 22.6666C3.99992 22.2573 4.2984 21.9255 4.66658 21.9255H5.51192L5.08927 21.1117C4.90518 20.7572 5.01443 20.304 5.33329 20.0993C5.65215 19.8947 6.05988 20.0161 6.24397 20.3706L6.66662 21.1844L7.08927 20.3706C7.27337 20.0161 7.6811 19.8947 7.99996 20.0993C8.31882 20.304 8.42807 20.7572 8.24397 21.1117L7.82133 21.9255H8.66658C9.03477 21.9255 9.33325 22.2573 9.33325 22.6666C9.33325 23.0759 9.03477 23.4077 8.66658 23.4077H7.82132L8.24397 24.2215C8.42807 24.5759 8.31882 25.0292 7.99996 25.2338C7.6811 25.4385 7.27337 25.317 7.08927 24.9626L6.66662 24.1488L6.24397 24.9626C6.05988 25.317 5.65215 25.4385 5.33329 25.2338Z\" fill=\"currentColor\"/> <path d=\"M18.6666 29.2338C18.3478 29.0292 18.2385 28.5759 18.4226 28.2215L18.8453 27.4077H17.9999C17.6317 27.4077 17.3333 27.0759 17.3333 26.6666C17.3333 26.2573 17.6317 25.9255 17.9999 25.9255H18.8453L18.4226 25.1117C18.2385 24.7572 18.3478 24.304 18.6666 24.0993C18.9855 23.8947 19.3932 24.0161 19.5773 24.3706L20 25.1844L20.4226 24.3706C20.6067 24.0161 21.0144 23.8947 21.3333 24.0993C21.6522 24.304 21.7614 24.7572 21.5773 25.1117L21.1547 25.9255H21.9999C22.3681 25.9255 22.6666 26.2573 22.6666 26.6666C22.6666 27.0759 22.3681 27.4077 21.9999 27.4077H21.1547L21.5773 28.2215C21.7614 28.5759 21.6522 29.0292 21.3333 29.2338C21.0144 29.4385 20.6067 29.317 20.4226 28.9626L20 28.1488L19.5773 28.9626C19.3932 29.317 18.9855 29.4385 18.6666 29.2338Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08283 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325ZM11.0542 5.50734C12.5726 2.95032 15.2593 1.33325 18.2391 1.33325C22.243 1.33325 25.6237 4.28953 26.5147 8.19534C28.5969 9.05046 29.9999 11.1904 29.9999 13.5765C29.9999 16.71 27.5585 19.3333 24.4823 19.3333H7.00776C5.5145 19.3333 4.09596 18.7254 3.0612 17.6353C1.95806 16.5395 1.37015 15.059 1.33352 13.4664L1.33325 13.4549V13.3769C1.33325 11.8605 1.89899 10.424 2.91109 9.31116C3.95619 8.16348 5.38193 7.51112 6.92191 7.48775C7.63391 6.25968 8.93634 5.45799 10.4274 5.45799C10.6338 5.45799 10.8431 5.47326 11.0542 5.50734Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2113 22.0036C25.482 21.4173 26.1211 21.1975 26.6896 21.4162L26.6998 21.4201L26.7097 21.4247C27.296 21.6953 27.5158 22.3344 27.2971 22.903L27.2917 22.9171L26.1733 25.4724C25.9865 25.9331 25.5645 26.1567 25.13 26.1567C24.9791 26.1567 24.8098 26.1106 24.7046 26.0755L24.6871 26.0697L24.6703 26.062C24.0839 25.7913 23.8642 25.1522 24.0829 24.5837L24.0883 24.5696L25.2113 22.0036Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.878 20.6703C16.1486 20.0839 16.7878 19.8642 17.3563 20.0829L17.3665 20.0868L17.3763 20.0913C17.9627 20.362 18.1824 21.0011 17.9638 21.5696L17.9583 21.5837L16.84 24.1391C16.6532 24.5998 16.2311 24.8233 15.7966 24.8233C15.6457 24.8233 15.4765 24.7773 15.3712 24.7422L15.3537 24.7364L15.337 24.7286C14.7506 24.458 14.5309 23.8189 14.7495 23.2503L14.755 23.2362L15.878 20.6703Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5447 24.6703C10.8153 24.0839 11.4544 23.8642 12.023 24.0829L12.0331 24.0868L12.043 24.0913C12.6294 24.362 12.8491 25.0011 12.6304 25.5696L12.625 25.5837L11.5067 28.1391C11.3199 28.5998 10.8978 28.8233 10.4633 28.8233C10.3124 28.8233 10.1431 28.7773 10.0379 28.7422L10.0204 28.7364L10.0036 28.7286C9.41728 28.458 9.19753 27.8189 9.4162 27.2503L9.42162 27.2362L10.5447 24.6703Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.33329 25.2338C5.01443 25.0292 4.90518 24.5759 5.08927 24.2215L5.51193 23.4077H4.66658C4.2984 23.4077 3.99992 23.0759 3.99992 22.6666C3.99992 22.2573 4.2984 21.9255 4.66658 21.9255H5.51192L5.08927 21.1117C4.90518 20.7572 5.01443 20.304 5.33329 20.0993C5.65215 19.8947 6.05988 20.0161 6.24397 20.3706L6.66662 21.1844L7.08927 20.3706C7.27337 20.0161 7.6811 19.8947 7.99996 20.0993C8.31882 20.304 8.42807 20.7572 8.24397 21.1117L7.82133 21.9255H8.66658C9.03477 21.9255 9.33325 22.2573 9.33325 22.6666C9.33325 23.0759 9.03477 23.4077 8.66658 23.4077H7.82132L8.24397 24.2215C8.42807 24.5759 8.31882 25.0292 7.99996 25.2338C7.6811 25.4385 7.27337 25.317 7.08927 24.9626L6.66662 24.1488L6.24397 24.9626C6.05988 25.317 5.65215 25.4385 5.33329 25.2338Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.6666 29.2338C18.3478 29.0292 18.2385 28.5759 18.4226 28.2215L18.8453 27.4077H17.9999C17.6317 27.4077 17.3333 27.0759 17.3333 26.6666C17.3333 26.2573 17.6317 25.9255 17.9999 25.9255H18.8453L18.4226 25.1117C18.2385 24.7572 18.3478 24.304 18.6666 24.0993C18.9855 23.8947 19.3932 24.0161 19.5773 24.3706L20 25.1844L20.4226 24.3706C20.6067 24.0161 21.0144 23.8947 21.3333 24.0993C21.6522 24.304 21.7614 24.7572 21.5773 25.1117L21.1547 25.9255H21.9999C22.3681 25.9255 22.6666 26.2573 22.6666 26.6666C22.6666 27.0759 22.3681 27.4077 21.9999 27.4077H21.1547L21.5773 28.2215C21.7614 28.5759 21.6522 29.0292 21.3333 29.2338C21.0144 29.4385 20.6067 29.317 20.4226 28.9626L20 28.1488L19.5773 28.9626C19.3932 29.317 18.9855 29.4385 18.6666 29.2338Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08283 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325ZM11.0542 5.50734C12.5726 2.95032 15.2593 1.33325 18.2391 1.33325C22.243 1.33325 25.6237 4.28953 26.5147 8.19534C28.5969 9.05046 29.9999 11.1904 29.9999 13.5765C29.9999 16.71 27.5585 19.3333 24.4823 19.3333H7.00776C5.5145 19.3333 4.09596 18.7254 3.0612 17.6353C1.95806 16.5395 1.37015 15.059 1.33352 13.4664L1.33325 13.4549V13.3769C1.33325 11.8605 1.89899 10.424 2.91109 9.31116C3.95619 8.16348 5.38193 7.51112 6.92191 7.48775C7.63391 6.25968 8.93634 5.45799 10.4274 5.45799C10.6338 5.45799 10.8431 5.47326 11.0542 5.50734Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-sleet",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavySleet",
          "declaration": {
            "name": "ObiHeavySleet",
            "module": "src/icons/icon-heavy-sleet.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-sleet",
          "declaration": {
            "name": "ObiHeavySleet",
            "module": "src/icons/icon-heavy-sleet.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-snow-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavySnowColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4.00012 25.2339C3.68126 25.0293 3.57201 24.576 3.7561 24.2216L4.17876 23.4078H3.33341C2.96522 23.4078 2.66675 23.076 2.66675 22.6667C2.66675 22.2574 2.96522 21.9256 3.33341 21.9256H4.17875L3.7561 21.1118C3.57201 20.7573 3.68126 20.3041 4.00012 20.0994C4.31898 19.8948 4.72671 20.0162 4.9108 20.3707L5.33345 21.1845L5.7561 20.3707C5.9402 20.0162 6.34793 19.8948 6.66679 20.0994C6.98565 20.3041 7.0949 20.7573 6.9108 21.1118L6.48816 21.9256H7.33342C7.7016 21.9256 8.00008 22.2574 8.00008 22.6667C8.00008 23.076 7.7016 23.4078 7.33342 23.4078H6.48815L6.9108 24.2216C7.0949 24.576 6.98565 25.0293 6.66679 25.2339C6.34793 25.4386 5.9402 25.3171 5.7561 24.9627L5.33345 24.1489L4.9108 24.9627C4.72671 25.3171 4.31898 25.4386 4.00012 25.2339Z\" fill=\"currentColor\"/> <path d=\"M14.6668 25.2339C14.3479 25.0293 14.2387 24.576 14.4228 24.2216L14.8454 23.4078H14.0001C13.6319 23.4078 13.3334 23.076 13.3334 22.6667C13.3334 22.2574 13.6319 21.9256 14.0001 21.9256H14.8454L14.4228 21.1118C14.2387 20.7573 14.3479 20.3041 14.6668 20.0994C14.9856 19.8948 15.3934 20.0162 15.5775 20.3707L16.0001 21.1845L16.4228 20.3707C16.6069 20.0162 17.0146 19.8948 17.3335 20.0994C17.6523 20.3041 17.7616 20.7573 17.5775 21.1118L17.1548 21.9256H18.0001C18.3683 21.9256 18.6667 22.2574 18.6667 22.6667C18.6667 23.076 18.3683 23.4078 18.0001 23.4078H17.1548L17.5775 24.2216C17.7616 24.576 17.6523 25.0293 17.3335 25.2339C17.0146 25.4386 16.6069 25.3171 16.4228 24.9627L16.0001 24.1489L15.5775 24.9627C15.3934 25.3171 14.9857 25.4386 14.6668 25.2339Z\" fill=\"currentColor\"/> <path d=\"M24.0001 25.2339C23.6813 25.0293 23.572 24.576 23.7561 24.2216L24.1788 23.4078H23.3334C22.9652 23.4078 22.6667 23.076 22.6667 22.6667C22.6667 22.2574 22.9652 21.9256 23.3334 21.9256H24.1787L23.7561 21.1118C23.572 20.7573 23.6813 20.3041 24.0001 20.0994C24.319 19.8948 24.7267 20.0162 24.9108 20.3707L25.3335 21.1845L25.7561 20.3707C25.9402 20.0162 26.3479 19.8948 26.6668 20.0994C26.9856 20.3041 27.0949 20.7573 26.9108 21.1118L26.4882 21.9256H27.3334C27.7016 21.9256 28.0001 22.2574 28.0001 22.6667C28.0001 23.076 27.7016 23.4078 27.3334 23.4078H26.4882L26.9108 24.2216C27.0949 24.576 26.9856 25.0293 26.6668 25.2339C26.3479 25.4386 25.9402 25.3171 25.7561 24.9627L25.3335 24.1489L24.9108 24.9627C24.7267 25.3171 24.319 25.4386 24.0001 25.2339Z\" fill=\"currentColor\"/> <path d=\"M20.0001 30.5673C19.6813 30.3626 19.572 29.9094 19.7561 29.5549L20.1788 28.7411H19.3334C18.9652 28.7411 18.6667 28.4093 18.6667 28C18.6667 27.5907 18.9652 27.2589 19.3334 27.2589H20.1787L19.7561 26.4451C19.572 26.0906 19.6813 25.6374 20.0001 25.4327C20.319 25.2281 20.7267 25.3495 20.9108 25.704L21.3335 26.5178L21.7561 25.704C21.9402 25.3495 22.3479 25.2281 22.6668 25.4327C22.9856 25.6374 23.0949 26.0906 22.9108 26.4451L22.4882 27.2589H23.3334C23.7016 27.2589 24.0001 27.5907 24.0001 28C24.0001 28.4093 23.7016 28.7411 23.3334 28.7411H22.4882L22.9108 29.5549C23.0949 29.9094 22.9856 30.3626 22.6668 30.5673C22.3479 30.7719 21.9402 30.6505 21.7561 30.296L21.3335 29.4822L20.9108 30.296C20.7267 30.6505 20.319 30.7719 20.0001 30.5673Z\" fill=\"currentColor\"/> <path d=\"M9.33345 29.2339C9.01459 29.0293 8.90534 28.576 9.08944 28.2216L9.51209 27.4078H8.66675C8.29856 27.4078 8.00008 27.076 8.00008 26.6667C8.00008 26.2574 8.29856 25.9256 8.66675 25.9256H9.51208L9.08944 25.1118C8.90534 24.7573 9.01459 24.3041 9.33345 24.0994C9.65232 23.8948 10.06 24.0162 10.2441 24.3707L10.6668 25.1845L11.0894 24.3707C11.2735 24.0162 11.6813 23.8948 12.0001 24.0994C12.319 24.3041 12.4282 24.7573 12.2441 25.1118L11.8215 25.9256H12.6667C13.0349 25.9256 13.3334 26.2574 13.3334 26.6667C13.3334 27.076 13.0349 27.4078 12.6667 27.4078H11.8215L12.2441 28.2216C12.4282 28.576 12.319 29.0293 12.0001 29.2339C11.6813 29.4386 11.2735 29.3171 11.0894 28.9627L10.6668 28.1489L10.2441 28.9627C10.06 29.3171 9.65232 29.4386 9.33345 29.2339Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08283 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325ZM11.0542 5.50734C12.5726 2.95032 15.2593 1.33325 18.2391 1.33325C22.243 1.33325 25.6237 4.28953 26.5147 8.19534C28.5969 9.05046 29.9999 11.1904 29.9999 13.5765C29.9999 16.71 27.5585 19.3333 24.4823 19.3333H7.00776C5.5145 19.3333 4.09596 18.7254 3.0612 17.6353C1.95806 16.5395 1.37015 15.059 1.33352 13.4664L1.33325 13.4549V13.3769C1.33325 11.8605 1.89899 10.424 2.91109 9.31116C3.95619 8.16348 5.38193 7.51112 6.92191 7.48775C7.63391 6.25968 8.93634 5.45799 10.4274 5.45799C10.6338 5.45799 10.8431 5.47326 11.0542 5.50734Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08284 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4.00012 25.2339C3.68126 25.0293 3.57201 24.576 3.7561 24.2216L4.17876 23.4078H3.33341C2.96522 23.4078 2.66675 23.076 2.66675 22.6667C2.66675 22.2574 2.96522 21.9256 3.33341 21.9256H4.17875L3.7561 21.1118C3.57201 20.7573 3.68126 20.3041 4.00012 20.0994C4.31898 19.8948 4.72671 20.0162 4.9108 20.3707L5.33345 21.1845L5.7561 20.3707C5.9402 20.0162 6.34793 19.8948 6.66679 20.0994C6.98565 20.3041 7.0949 20.7573 6.9108 21.1118L6.48816 21.9256H7.33342C7.7016 21.9256 8.00008 22.2574 8.00008 22.6667C8.00008 23.076 7.7016 23.4078 7.33342 23.4078H6.48815L6.9108 24.2216C7.0949 24.576 6.98565 25.0293 6.66679 25.2339C6.34793 25.4386 5.9402 25.3171 5.7561 24.9627L5.33345 24.1489L4.9108 24.9627C4.72671 25.3171 4.31898 25.4386 4.00012 25.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M14.6668 25.2339C14.3479 25.0293 14.2387 24.576 14.4228 24.2216L14.8454 23.4078H14.0001C13.6319 23.4078 13.3334 23.076 13.3334 22.6667C13.3334 22.2574 13.6319 21.9256 14.0001 21.9256H14.8454L14.4228 21.1118C14.2387 20.7573 14.3479 20.3041 14.6668 20.0994C14.9856 19.8948 15.3934 20.0162 15.5775 20.3707L16.0001 21.1845L16.4228 20.3707C16.6069 20.0162 17.0146 19.8948 17.3335 20.0994C17.6523 20.3041 17.7616 20.7573 17.5775 21.1118L17.1548 21.9256H18.0001C18.3683 21.9256 18.6667 22.2574 18.6667 22.6667C18.6667 23.076 18.3683 23.4078 18.0001 23.4078H17.1548L17.5775 24.2216C17.7616 24.576 17.6523 25.0293 17.3335 25.2339C17.0146 25.4386 16.6069 25.3171 16.4228 24.9627L16.0001 24.1489L15.5775 24.9627C15.3934 25.3171 14.9857 25.4386 14.6668 25.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M24.0001 25.2339C23.6813 25.0293 23.572 24.576 23.7561 24.2216L24.1788 23.4078H23.3334C22.9652 23.4078 22.6667 23.076 22.6667 22.6667C22.6667 22.2574 22.9652 21.9256 23.3334 21.9256H24.1787L23.7561 21.1118C23.572 20.7573 23.6813 20.3041 24.0001 20.0994C24.319 19.8948 24.7267 20.0162 24.9108 20.3707L25.3335 21.1845L25.7561 20.3707C25.9402 20.0162 26.3479 19.8948 26.6668 20.0994C26.9856 20.3041 27.0949 20.7573 26.9108 21.1118L26.4882 21.9256H27.3334C27.7016 21.9256 28.0001 22.2574 28.0001 22.6667C28.0001 23.076 27.7016 23.4078 27.3334 23.4078H26.4882L26.9108 24.2216C27.0949 24.576 26.9856 25.0293 26.6668 25.2339C26.3479 25.4386 25.9402 25.3171 25.7561 24.9627L25.3335 24.1489L24.9108 24.9627C24.7267 25.3171 24.319 25.4386 24.0001 25.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M20.0001 30.5673C19.6813 30.3626 19.572 29.9094 19.7561 29.5549L20.1788 28.7411H19.3334C18.9652 28.7411 18.6667 28.4093 18.6667 28C18.6667 27.5907 18.9652 27.2589 19.3334 27.2589H20.1787L19.7561 26.4451C19.572 26.0906 19.6813 25.6374 20.0001 25.4327C20.319 25.2281 20.7267 25.3495 20.9108 25.704L21.3335 26.5178L21.7561 25.704C21.9402 25.3495 22.3479 25.2281 22.6668 25.4327C22.9856 25.6374 23.0949 26.0906 22.9108 26.4451L22.4882 27.2589H23.3334C23.7016 27.2589 24.0001 27.5907 24.0001 28C24.0001 28.4093 23.7016 28.7411 23.3334 28.7411H22.4882L22.9108 29.5549C23.0949 29.9094 22.9856 30.3626 22.6668 30.5673C22.3479 30.7719 21.9402 30.6505 21.7561 30.296L21.3335 29.4822L20.9108 30.296C20.7267 30.6505 20.319 30.7719 20.0001 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M9.33345 29.2339C9.01459 29.0293 8.90534 28.576 9.08944 28.2216L9.51209 27.4078H8.66675C8.29856 27.4078 8.00008 27.076 8.00008 26.6667C8.00008 26.2574 8.29856 25.9256 8.66675 25.9256H9.51208L9.08944 25.1118C8.90534 24.7573 9.01459 24.3041 9.33345 24.0994C9.65232 23.8948 10.06 24.0162 10.2441 24.3707L10.6668 25.1845L11.0894 24.3707C11.2735 24.0162 11.6813 23.8948 12.0001 24.0994C12.319 24.3041 12.4282 24.7573 12.2441 25.1118L11.8215 25.9256H12.6667C13.0349 25.9256 13.3334 26.2574 13.3334 26.6667C13.3334 27.076 13.0349 27.4078 12.6667 27.4078H11.8215L12.2441 28.2216C12.4282 28.576 12.319 29.0293 12.0001 29.2339C11.6813 29.4386 11.2735 29.3171 11.0894 28.9627L10.6668 28.1489L10.2441 28.9627C10.06 29.3171 9.65232 29.4386 9.33345 29.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08283 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325ZM11.0542 5.50734C12.5726 2.95032 15.2593 1.33325 18.2391 1.33325C22.243 1.33325 25.6237 4.28953 26.5147 8.19534C28.5969 9.05046 29.9999 11.1904 29.9999 13.5765C29.9999 16.71 27.5585 19.3333 24.4823 19.3333H7.00776C5.5145 19.3333 4.09596 18.7254 3.0612 17.6353C1.95806 16.5395 1.37015 15.059 1.33352 13.4664L1.33325 13.4549V13.3769C1.33325 11.8605 1.89899 10.424 2.91109 9.31116C3.95619 8.16348 5.38193 7.51112 6.92191 7.48775C7.63391 6.25968 8.93634 5.45799 10.4274 5.45799C10.6338 5.45799 10.8431 5.47326 11.0542 5.50734Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08284 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-snow-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavySnowColour",
          "declaration": {
            "name": "ObiHeavySnowColour",
            "module": "src/icons/icon-heavy-snow-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-snow-colour",
          "declaration": {
            "name": "ObiHeavySnowColour",
            "module": "src/icons/icon-heavy-snow-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-snow-showers-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavySnowShowersDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 15.3488C24 15.3488 27.4497 15.8352 27.3333 17.3488C27.2486 18.4501 26.4379 19.3488 25.3333 19.3488H6.66663C5.56206 19.3488 4.66663 18.4534 4.66663 17.3488C4.66663 16.2442 5.33329 15.3488 6.66663 15.3488H9.33329C9.33329 15.3488 8.95829 14.2238 9.33329 13.3801C9.45829 13.0988 9.66663 12.8488 9.99996 12.6822C10.3898 12.4872 10.7796 12.5203 11.1362 12.6646C11.999 13.014 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 13.0854 13.2031 13.8692 12.3091C14.8895 11.1454 16.5282 9.84342 18.6666 10.0155C24 10.4446 24 15.3488 24 15.3488ZM12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276Z\" fill=\"currentColor\"/> <path d=\"M9.99996 12.6821C8.66663 13.3487 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C14.8855 9.71116 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.3333 12.0154 9.99996 12.6821Z\" fill=\"currentColor\"/> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" fill=\"currentColor\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" fill=\"currentColor\"/> <path d=\"M2.66675 27.9007C2.34788 27.696 2.23863 27.2428 2.42273 26.8883L2.84538 26.0745H2.00004C1.63185 26.0745 1.33337 25.7427 1.33337 25.3334C1.33337 24.9241 1.63185 24.5923 2.00004 24.5923H2.84538L2.42273 23.7785C2.23863 23.4241 2.34788 22.9708 2.66675 22.7662C2.98561 22.5615 3.39333 22.683 3.57743 23.0374L4.00008 23.8512L4.42273 23.0374C4.60682 22.683 5.01455 22.5615 5.33341 22.7662C5.65228 22.9708 5.76153 23.4241 5.57743 23.7785L5.15478 24.5923H6.00004C6.36823 24.5923 6.66671 24.9241 6.66671 25.3334C6.66671 25.7427 6.36823 26.0745 6.00004 26.0745H5.15478L5.57743 26.8883C5.76153 27.2428 5.65228 27.696 5.33341 27.9007C5.01455 28.1053 4.60682 27.9839 4.42273 27.6294L4.00008 26.8156L3.57743 27.6294C3.39334 27.9839 2.98561 28.1053 2.66675 27.9007Z\" fill=\"currentColor\"/> <path d=\"M15.3334 27.9007C15.0146 27.696 14.9053 27.2428 15.0894 26.8883L15.512 26.0745H14.6667C14.2985 26.0745 14 25.7427 14 25.3334C14 24.9241 14.2985 24.5923 14.6667 24.5923H15.512L15.0894 23.7785C14.9053 23.4241 15.0146 22.9708 15.3334 22.7662C15.6523 22.5615 16.06 22.683 16.2441 23.0374L16.6667 23.8512L17.0894 23.0374C17.2735 22.683 17.6812 22.5615 18.0001 22.7662C18.3189 22.9708 18.4282 23.4241 18.2441 23.7785L17.8215 24.5923H18.6667C19.0349 24.5923 19.3334 24.9241 19.3334 25.3334C19.3334 25.7427 19.0349 26.0745 18.6667 26.0745H17.8214L18.2441 26.8883C18.4282 27.2428 18.3189 27.696 18.0001 27.9007C17.6812 28.1053 17.2735 27.9839 17.0894 27.6294L16.6667 26.8156L16.2441 27.6294C16.06 27.9839 15.6523 28.1053 15.3334 27.9007Z\" fill=\"currentColor\"/> <path d=\"M26.6667 27.9007C26.3479 27.696 26.2386 27.2428 26.4227 26.8883L26.8454 26.0745H26C25.6319 26.0745 25.3334 25.7427 25.3334 25.3334C25.3334 24.9241 25.6319 24.5923 26 24.5923H26.8454L26.4227 23.7785C26.2386 23.4241 26.3479 22.9708 26.6667 22.7662C26.9856 22.5615 27.3933 22.683 27.5774 23.0374L28.0001 23.8512L28.4227 23.0374C28.6068 22.683 29.0146 22.5615 29.3334 22.7662C29.6523 22.9708 29.7615 23.4241 29.5774 23.7785L29.1548 24.5923H30C30.3682 24.5923 30.6667 24.9241 30.6667 25.3334C30.6667 25.7427 30.3682 26.0745 30 26.0745H29.1548L29.5774 26.8883C29.7615 27.2428 29.6523 27.696 29.3334 27.9007C29.0146 28.1053 28.6068 27.9839 28.4227 27.6294L28.0001 26.8156L27.5774 27.6294C27.3933 27.9839 26.9856 28.1053 26.6667 27.9007Z\" fill=\"currentColor\"/> <path d=\"M21.3334 30.5673C21.0146 30.3627 20.9053 29.9094 21.0894 29.555L21.5121 28.7412H20.6667C20.2985 28.7412 20 28.4094 20 28.0001C20 27.5908 20.2985 27.259 20.6667 27.259H21.512L21.0894 26.4452C20.9053 26.0907 21.0146 25.6375 21.3334 25.4328C21.6523 25.2282 22.06 25.3496 22.2441 25.7041L22.6667 26.5179L23.0894 25.7041C23.2735 25.3496 23.6812 25.2282 24.0001 25.4328C24.3189 25.6375 24.4282 26.0907 24.2441 26.4452L23.8215 27.259H24.6667C25.0349 27.259 25.3334 27.5908 25.3334 28.0001C25.3334 28.4094 25.0349 28.7412 24.6667 28.7412H23.8214L24.2441 29.555C24.4282 29.9094 24.3189 30.3627 24.0001 30.5673C23.6812 30.772 23.2735 30.6505 23.0894 30.2961L22.6667 29.4823L22.2441 30.2961C22.06 30.6505 21.6523 30.772 21.3334 30.5673Z\" fill=\"currentColor\"/> <path d=\"M9.33341 30.5673C9.01455 30.3627 8.9053 29.9094 9.0894 29.555L9.51205 28.7412H8.66671C8.29852 28.7412 8.00004 28.4094 8.00004 28.0001C8.00004 27.5908 8.29852 27.259 8.66671 27.259H9.51204L9.0894 26.4452C8.9053 26.0907 9.01455 25.6375 9.33341 25.4328C9.65228 25.2282 10.06 25.3496 10.2441 25.7041L10.6667 26.5179L11.0894 25.7041C11.2735 25.3496 11.6812 25.2282 12.0001 25.4328C12.3189 25.6375 12.4282 26.0907 12.2441 26.4452L11.8215 27.259H12.6667C13.0349 27.259 13.3334 27.5908 13.3334 28.0001C13.3334 28.4094 13.0349 28.7412 12.6667 28.7412H11.8214L12.2441 29.555C12.4282 29.9094 12.3189 30.3627 12.0001 30.5673C11.6812 30.772 11.2735 30.6505 11.0894 30.2961L10.6667 29.4823L10.2441 30.2961C10.06 30.6505 9.65228 30.772 9.33341 30.5673Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 15.3488C24 15.3488 27.4497 15.8352 27.3333 17.3488C27.2486 18.4501 26.4379 19.3488 25.3333 19.3488H6.66663C5.56206 19.3488 4.66663 18.4534 4.66663 17.3488C4.66663 16.2442 5.33329 15.3488 6.66663 15.3488H9.33329C9.33329 15.3488 8.95829 14.2238 9.33329 13.3801C9.45829 13.0988 9.66663 12.8488 9.99996 12.6822C10.3898 12.4872 10.7796 12.5203 11.1362 12.6646C11.999 13.014 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 13.0854 13.2031 13.8692 12.3091C14.8895 11.1454 16.5282 9.84342 18.6666 10.0155C24 10.4446 24 15.3488 24 15.3488ZM12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M9.99996 12.6821C8.66663 13.3487 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C14.8855 9.71116 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.3333 12.0154 9.99996 12.6821Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M2.66675 27.9007C2.34788 27.696 2.23863 27.2428 2.42273 26.8883L2.84538 26.0745H2.00004C1.63185 26.0745 1.33337 25.7427 1.33337 25.3334C1.33337 24.9241 1.63185 24.5923 2.00004 24.5923H2.84538L2.42273 23.7785C2.23863 23.4241 2.34788 22.9708 2.66675 22.7662C2.98561 22.5615 3.39333 22.683 3.57743 23.0374L4.00008 23.8512L4.42273 23.0374C4.60682 22.683 5.01455 22.5615 5.33341 22.7662C5.65228 22.9708 5.76153 23.4241 5.57743 23.7785L5.15478 24.5923H6.00004C6.36823 24.5923 6.66671 24.9241 6.66671 25.3334C6.66671 25.7427 6.36823 26.0745 6.00004 26.0745H5.15478L5.57743 26.8883C5.76153 27.2428 5.65228 27.696 5.33341 27.9007C5.01455 28.1053 4.60682 27.9839 4.42273 27.6294L4.00008 26.8156L3.57743 27.6294C3.39334 27.9839 2.98561 28.1053 2.66675 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M15.3334 27.9007C15.0146 27.696 14.9053 27.2428 15.0894 26.8883L15.512 26.0745H14.6667C14.2985 26.0745 14 25.7427 14 25.3334C14 24.9241 14.2985 24.5923 14.6667 24.5923H15.512L15.0894 23.7785C14.9053 23.4241 15.0146 22.9708 15.3334 22.7662C15.6523 22.5615 16.06 22.683 16.2441 23.0374L16.6667 23.8512L17.0894 23.0374C17.2735 22.683 17.6812 22.5615 18.0001 22.7662C18.3189 22.9708 18.4282 23.4241 18.2441 23.7785L17.8215 24.5923H18.6667C19.0349 24.5923 19.3334 24.9241 19.3334 25.3334C19.3334 25.7427 19.0349 26.0745 18.6667 26.0745H17.8214L18.2441 26.8883C18.4282 27.2428 18.3189 27.696 18.0001 27.9007C17.6812 28.1053 17.2735 27.9839 17.0894 27.6294L16.6667 26.8156L16.2441 27.6294C16.06 27.9839 15.6523 28.1053 15.3334 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M26.6667 27.9007C26.3479 27.696 26.2386 27.2428 26.4227 26.8883L26.8454 26.0745H26C25.6319 26.0745 25.3334 25.7427 25.3334 25.3334C25.3334 24.9241 25.6319 24.5923 26 24.5923H26.8454L26.4227 23.7785C26.2386 23.4241 26.3479 22.9708 26.6667 22.7662C26.9856 22.5615 27.3933 22.683 27.5774 23.0374L28.0001 23.8512L28.4227 23.0374C28.6068 22.683 29.0146 22.5615 29.3334 22.7662C29.6523 22.9708 29.7615 23.4241 29.5774 23.7785L29.1548 24.5923H30C30.3682 24.5923 30.6667 24.9241 30.6667 25.3334C30.6667 25.7427 30.3682 26.0745 30 26.0745H29.1548L29.5774 26.8883C29.7615 27.2428 29.6523 27.696 29.3334 27.9007C29.0146 28.1053 28.6068 27.9839 28.4227 27.6294L28.0001 26.8156L27.5774 27.6294C27.3933 27.9839 26.9856 28.1053 26.6667 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M21.3334 30.5673C21.0146 30.3627 20.9053 29.9094 21.0894 29.555L21.5121 28.7412H20.6667C20.2985 28.7412 20 28.4094 20 28.0001C20 27.5908 20.2985 27.259 20.6667 27.259H21.512L21.0894 26.4452C20.9053 26.0907 21.0146 25.6375 21.3334 25.4328C21.6523 25.2282 22.06 25.3496 22.2441 25.7041L22.6667 26.5179L23.0894 25.7041C23.2735 25.3496 23.6812 25.2282 24.0001 25.4328C24.3189 25.6375 24.4282 26.0907 24.2441 26.4452L23.8215 27.259H24.6667C25.0349 27.259 25.3334 27.5908 25.3334 28.0001C25.3334 28.4094 25.0349 28.7412 24.6667 28.7412H23.8214L24.2441 29.555C24.4282 29.9094 24.3189 30.3627 24.0001 30.5673C23.6812 30.772 23.2735 30.6505 23.0894 30.2961L22.6667 29.4823L22.2441 30.2961C22.06 30.6505 21.6523 30.772 21.3334 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M9.33341 30.5673C9.01455 30.3627 8.9053 29.9094 9.0894 29.555L9.51205 28.7412H8.66671C8.29852 28.7412 8.00004 28.4094 8.00004 28.0001C8.00004 27.5908 8.29852 27.259 8.66671 27.259H9.51204L9.0894 26.4452C8.9053 26.0907 9.01455 25.6375 9.33341 25.4328C9.65228 25.2282 10.06 25.3496 10.2441 25.7041L10.6667 26.5179L11.0894 25.7041C11.2735 25.3496 11.6812 25.2282 12.0001 25.4328C12.3189 25.6375 12.4282 26.0907 12.2441 26.4452L11.8215 27.259H12.6667C13.0349 27.259 13.3334 27.5908 13.3334 28.0001C13.3334 28.4094 13.0349 28.7412 12.6667 28.7412H11.8214L12.2441 29.555C12.4282 29.9094 12.3189 30.3627 12.0001 30.5673C11.6812 30.772 11.2735 30.6505 11.0894 30.2961L10.6667 29.4823L10.2441 30.2961C10.06 30.6505 9.65228 30.772 9.33341 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-snow-showers-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavySnowShowersDayColour",
          "declaration": {
            "name": "ObiHeavySnowShowersDayColour",
            "module": "src/icons/icon-heavy-snow-showers-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-snow-showers-day-colour",
          "declaration": {
            "name": "ObiHeavySnowShowersDayColour",
            "module": "src/icons/icon-heavy-snow-showers-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-snow-showers-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavySnowShowersDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8095 1.31501 11.4046 1.24899 11.6302 1.62937L12.8486 3.68309C13.0038 3.9446 13.3654 4.01422 13.6188 3.83136L15.6093 2.39533C15.9779 2.12935 16.4964 2.40973 16.4436 2.84648L16.1582 5.20454C16.1218 5.5048 16.3694 5.76462 16.6854 5.75791L19.1673 5.70515C19.627 5.69538 19.8708 6.21506 19.5596 6.54135L18.168 8.00059C18.383 7.99706 18.6027 8.00379 18.8271 8.02185C22.2421 8.29662 24.1525 10.0866 25.1071 11.9189C25.439 12.5559 25.6451 13.1746 25.7741 13.6989C25.9743 13.7573 26.1853 13.8251 26.3987 13.9033C26.9123 14.0916 27.5832 14.3908 28.1496 14.8676C28.7331 15.3588 29.4243 16.2439 29.3275 17.5021C29.178 19.4449 27.6727 21.3487 25.3334 21.3487H6.66671C4.45757 21.3487 2.66671 19.5579 2.66671 17.3487C2.66671 16.4054 2.9538 15.385 3.69557 14.5796C4.46215 13.7473 5.52703 13.3487 6.66671 13.3487H7.25991C7.28938 13.2064 7.3273 13.0596 7.37567 12.9108C7.35569 12.9091 7.33537 12.9084 7.31475 12.9088L4.83285 12.9616C4.37317 12.9713 4.12936 12.4516 4.44055 12.1254L6.12068 10.3637C6.33462 10.1393 6.29571 9.78855 6.03781 9.61656L4.01244 8.26588C3.63732 8.01571 3.76131 7.45524 4.21197 7.36403L6.64509 6.8716C6.95491 6.8089 7.13951 6.50114 7.03826 6.21614L6.24304 3.97794C6.09576 3.5634 6.5402 3.1762 6.95819 3.35492L9.21493 4.31985C9.5023 4.44272 9.83989 4.29555 9.93395 4.00639L10.6726 1.73559ZM8.36317 11.3875C8.57303 11.2042 8.81857 11.0367 9.10561 10.8932C10.3818 10.2551 11.5415 10.5915 12.3331 11.0276C12.4856 10.8521 12.6504 10.6732 12.8273 10.4944C13.5968 9.71689 14.6978 8.8461 16.0951 8.36647C15.6163 6.43897 13.6897 5.1214 11.5591 5.35774C9.24787 5.6141 7.57168 7.60187 7.81523 9.79755C7.87968 10.3786 8.07214 10.9161 8.36317 11.3875ZM27.3334 17.3487C27.4498 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6667 10.0154C16.5283 9.84334 14.8895 11.1453 13.8693 12.309C13.0855 13.203 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.9991 13.014 11.1362 12.6646C10.7797 12.5202 10.3899 12.4871 10 12.6821C9.66671 12.8487 9.45837 13.0987 9.33337 13.38C8.95837 14.2237 9.33337 15.3487 9.33337 15.3487H6.66671C5.33337 15.3487 4.66671 16.2442 4.66671 17.3487C4.66671 18.4533 5.56214 19.3487 6.66671 19.3487H25.3334C26.4379 19.3487 27.2487 18.4501 27.3334 17.3487Z\" fill=\"currentColor\"/> <path d=\"M2.66675 27.9006C2.34788 27.6959 2.23863 27.2427 2.42273 26.8882L2.84538 26.0744H2.00004C1.63185 26.0744 1.33337 25.7426 1.33337 25.3333C1.33337 24.924 1.63185 24.5922 2.00004 24.5922H2.84538L2.42273 23.7784C2.23863 23.424 2.34788 22.9707 2.66675 22.7661C2.98561 22.5614 3.39333 22.6829 3.57743 23.0373L4.00008 23.8511L4.42273 23.0373C4.60682 22.6829 5.01455 22.5614 5.33341 22.7661C5.65228 22.9707 5.76153 23.424 5.57743 23.7784L5.15478 24.5922H6.00004C6.36823 24.5922 6.66671 24.924 6.66671 25.3333C6.66671 25.7426 6.36823 26.0744 6.00004 26.0744H5.15478L5.57743 26.8882C5.76153 27.2427 5.65228 27.6959 5.33341 27.9006C5.01455 28.1052 4.60682 27.9838 4.42273 27.6293L4.00008 26.8155L3.57743 27.6293C3.39334 27.9838 2.98561 28.1052 2.66675 27.9006Z\" fill=\"currentColor\"/> <path d=\"M15.3334 27.9006C15.0146 27.6959 14.9053 27.2427 15.0894 26.8882L15.512 26.0744H14.6667C14.2985 26.0744 14 25.7426 14 25.3333C14 24.924 14.2985 24.5922 14.6667 24.5922H15.512L15.0894 23.7784C14.9053 23.424 15.0146 22.9707 15.3334 22.7661C15.6523 22.5614 16.06 22.6829 16.2441 23.0373L16.6667 23.8511L17.0894 23.0373C17.2735 22.6829 17.6812 22.5614 18.0001 22.7661C18.3189 22.9707 18.4282 23.424 18.2441 23.7784L17.8215 24.5922H18.6667C19.0349 24.5922 19.3334 24.924 19.3334 25.3333C19.3334 25.7426 19.0349 26.0744 18.6667 26.0744H17.8214L18.2441 26.8882C18.4282 27.2427 18.3189 27.6959 18.0001 27.9006C17.6812 28.1052 17.2735 27.9838 17.0894 27.6293L16.6667 26.8155L16.2441 27.6293C16.06 27.9838 15.6523 28.1052 15.3334 27.9006Z\" fill=\"currentColor\"/> <path d=\"M26.6667 27.9006C26.3479 27.6959 26.2386 27.2427 26.4227 26.8882L26.8454 26.0744H26C25.6319 26.0744 25.3334 25.7426 25.3334 25.3333C25.3334 24.924 25.6319 24.5922 26 24.5922H26.8454L26.4227 23.7784C26.2386 23.424 26.3479 22.9707 26.6667 22.7661C26.9856 22.5614 27.3933 22.6829 27.5774 23.0373L28.0001 23.8511L28.4227 23.0373C28.6068 22.6829 29.0146 22.5614 29.3334 22.7661C29.6523 22.9707 29.7615 23.424 29.5774 23.7784L29.1548 24.5922H30C30.3682 24.5922 30.6667 24.924 30.6667 25.3333C30.6667 25.7426 30.3682 26.0744 30 26.0744H29.1548L29.5774 26.8882C29.7615 27.2427 29.6523 27.6959 29.3334 27.9006C29.0146 28.1052 28.6068 27.9838 28.4227 27.6293L28.0001 26.8155L27.5774 27.6293C27.3933 27.9838 26.9856 28.1052 26.6667 27.9006Z\" fill=\"currentColor\"/> <path d=\"M21.3334 30.5673C21.0146 30.3626 20.9053 29.9094 21.0894 29.5549L21.5121 28.7411H20.6667C20.2985 28.7411 20 28.4093 20 28C20 27.5907 20.2985 27.2589 20.6667 27.2589H21.512L21.0894 26.4451C20.9053 26.0906 21.0146 25.6374 21.3334 25.4327C21.6523 25.2281 22.06 25.3495 22.2441 25.704L22.6667 26.5178L23.0894 25.704C23.2735 25.3495 23.6812 25.2281 24.0001 25.4327C24.3189 25.6374 24.4282 26.0906 24.2441 26.4451L23.8215 27.2589H24.6667C25.0349 27.2589 25.3334 27.5907 25.3334 28C25.3334 28.4093 25.0349 28.7411 24.6667 28.7411H23.8214L24.2441 29.5549C24.4282 29.9094 24.3189 30.3626 24.0001 30.5673C23.6812 30.7719 23.2735 30.6505 23.0894 30.296L22.6667 29.4822L22.2441 30.296C22.06 30.6505 21.6523 30.7719 21.3334 30.5673Z\" fill=\"currentColor\"/> <path d=\"M9.33341 30.5673C9.01455 30.3626 8.9053 29.9094 9.0894 29.5549L9.51205 28.7411H8.66671C8.29852 28.7411 8.00004 28.4093 8.00004 28C8.00004 27.5907 8.29852 27.2589 8.66671 27.2589H9.51204L9.0894 26.4451C8.9053 26.0906 9.01455 25.6374 9.33341 25.4327C9.65228 25.2281 10.06 25.3495 10.2441 25.704L10.6667 26.5178L11.0894 25.704C11.2735 25.3495 11.6812 25.2281 12.0001 25.4327C12.3189 25.6374 12.4282 26.0906 12.2441 26.4451L11.8215 27.2589H12.6667C13.0349 27.2589 13.3334 27.5907 13.3334 28C13.3334 28.4093 13.0349 28.7411 12.6667 28.7411H11.8214L12.2441 29.5549C12.4282 29.9094 12.3189 30.3626 12.0001 30.5673C11.6812 30.7719 11.2735 30.6505 11.0894 30.296L10.6667 29.4822L10.2441 30.296C10.06 30.6505 9.65228 30.7719 9.33341 30.5673Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8095 1.31501 11.4046 1.24899 11.6302 1.62937L12.8486 3.68309C13.0038 3.9446 13.3654 4.01422 13.6188 3.83136L15.6093 2.39533C15.9779 2.12935 16.4964 2.40973 16.4436 2.84648L16.1582 5.20454C16.1218 5.5048 16.3694 5.76462 16.6854 5.75791L19.1673 5.70515C19.627 5.69538 19.8708 6.21506 19.5596 6.54135L18.168 8.00059C18.383 7.99706 18.6027 8.00379 18.8271 8.02185C22.2421 8.29662 24.1525 10.0866 25.1071 11.9189C25.439 12.5559 25.6451 13.1746 25.7741 13.6989C25.9743 13.7573 26.1853 13.8251 26.3987 13.9033C26.9123 14.0916 27.5832 14.3908 28.1496 14.8676C28.7331 15.3588 29.4243 16.2439 29.3275 17.5021C29.178 19.4449 27.6727 21.3487 25.3334 21.3487H6.66671C4.45757 21.3487 2.66671 19.5579 2.66671 17.3487C2.66671 16.4054 2.9538 15.385 3.69557 14.5796C4.46215 13.7473 5.52703 13.3487 6.66671 13.3487H7.25991C7.28938 13.2064 7.3273 13.0596 7.37567 12.9108C7.35569 12.9091 7.33537 12.9084 7.31475 12.9088L4.83285 12.9616C4.37317 12.9713 4.12936 12.4516 4.44055 12.1254L6.12068 10.3637C6.33462 10.1393 6.29571 9.78855 6.03781 9.61656L4.01244 8.26588C3.63732 8.01571 3.76131 7.45524 4.21197 7.36403L6.64509 6.8716C6.95491 6.8089 7.13951 6.50114 7.03826 6.21614L6.24304 3.97794C6.09576 3.5634 6.5402 3.1762 6.95819 3.35492L9.21493 4.31985C9.5023 4.44272 9.83989 4.29555 9.93395 4.00639L10.6726 1.73559ZM8.36317 11.3875C8.57303 11.2042 8.81857 11.0367 9.10561 10.8932C10.3818 10.2551 11.5415 10.5915 12.3331 11.0276C12.4856 10.8521 12.6504 10.6732 12.8273 10.4944C13.5968 9.71689 14.6978 8.8461 16.0951 8.36647C15.6163 6.43897 13.6897 5.1214 11.5591 5.35774C9.24787 5.6141 7.57168 7.60187 7.81523 9.79755C7.87968 10.3786 8.07214 10.9161 8.36317 11.3875ZM27.3334 17.3487C27.4498 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6667 10.0154C16.5283 9.84334 14.8895 11.1453 13.8693 12.309C13.0855 13.203 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.9991 13.014 11.1362 12.6646C10.7797 12.5202 10.3899 12.4871 10 12.6821C9.66671 12.8487 9.45837 13.0987 9.33337 13.38C8.95837 14.2237 9.33337 15.3487 9.33337 15.3487H6.66671C5.33337 15.3487 4.66671 16.2442 4.66671 17.3487C4.66671 18.4533 5.56214 19.3487 6.66671 19.3487H25.3334C26.4379 19.3487 27.2487 18.4501 27.3334 17.3487Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.66675 27.9006C2.34788 27.6959 2.23863 27.2427 2.42273 26.8882L2.84538 26.0744H2.00004C1.63185 26.0744 1.33337 25.7426 1.33337 25.3333C1.33337 24.924 1.63185 24.5922 2.00004 24.5922H2.84538L2.42273 23.7784C2.23863 23.424 2.34788 22.9707 2.66675 22.7661C2.98561 22.5614 3.39333 22.6829 3.57743 23.0373L4.00008 23.8511L4.42273 23.0373C4.60682 22.6829 5.01455 22.5614 5.33341 22.7661C5.65228 22.9707 5.76153 23.424 5.57743 23.7784L5.15478 24.5922H6.00004C6.36823 24.5922 6.66671 24.924 6.66671 25.3333C6.66671 25.7426 6.36823 26.0744 6.00004 26.0744H5.15478L5.57743 26.8882C5.76153 27.2427 5.65228 27.6959 5.33341 27.9006C5.01455 28.1052 4.60682 27.9838 4.42273 27.6293L4.00008 26.8155L3.57743 27.6293C3.39334 27.9838 2.98561 28.1052 2.66675 27.9006Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.3334 27.9006C15.0146 27.6959 14.9053 27.2427 15.0894 26.8882L15.512 26.0744H14.6667C14.2985 26.0744 14 25.7426 14 25.3333C14 24.924 14.2985 24.5922 14.6667 24.5922H15.512L15.0894 23.7784C14.9053 23.424 15.0146 22.9707 15.3334 22.7661C15.6523 22.5614 16.06 22.6829 16.2441 23.0373L16.6667 23.8511L17.0894 23.0373C17.2735 22.6829 17.6812 22.5614 18.0001 22.7661C18.3189 22.9707 18.4282 23.424 18.2441 23.7784L17.8215 24.5922H18.6667C19.0349 24.5922 19.3334 24.924 19.3334 25.3333C19.3334 25.7426 19.0349 26.0744 18.6667 26.0744H17.8214L18.2441 26.8882C18.4282 27.2427 18.3189 27.6959 18.0001 27.9006C17.6812 28.1052 17.2735 27.9838 17.0894 27.6293L16.6667 26.8155L16.2441 27.6293C16.06 27.9838 15.6523 28.1052 15.3334 27.9006Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M26.6667 27.9006C26.3479 27.6959 26.2386 27.2427 26.4227 26.8882L26.8454 26.0744H26C25.6319 26.0744 25.3334 25.7426 25.3334 25.3333C25.3334 24.924 25.6319 24.5922 26 24.5922H26.8454L26.4227 23.7784C26.2386 23.424 26.3479 22.9707 26.6667 22.7661C26.9856 22.5614 27.3933 22.6829 27.5774 23.0373L28.0001 23.8511L28.4227 23.0373C28.6068 22.6829 29.0146 22.5614 29.3334 22.7661C29.6523 22.9707 29.7615 23.424 29.5774 23.7784L29.1548 24.5922H30C30.3682 24.5922 30.6667 24.924 30.6667 25.3333C30.6667 25.7426 30.3682 26.0744 30 26.0744H29.1548L29.5774 26.8882C29.7615 27.2427 29.6523 27.6959 29.3334 27.9006C29.0146 28.1052 28.6068 27.9838 28.4227 27.6293L28.0001 26.8155L27.5774 27.6293C27.3933 27.9838 26.9856 28.1052 26.6667 27.9006Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21.3334 30.5673C21.0146 30.3626 20.9053 29.9094 21.0894 29.5549L21.5121 28.7411H20.6667C20.2985 28.7411 20 28.4093 20 28C20 27.5907 20.2985 27.2589 20.6667 27.2589H21.512L21.0894 26.4451C20.9053 26.0906 21.0146 25.6374 21.3334 25.4327C21.6523 25.2281 22.06 25.3495 22.2441 25.704L22.6667 26.5178L23.0894 25.704C23.2735 25.3495 23.6812 25.2281 24.0001 25.4327C24.3189 25.6374 24.4282 26.0906 24.2441 26.4451L23.8215 27.2589H24.6667C25.0349 27.2589 25.3334 27.5907 25.3334 28C25.3334 28.4093 25.0349 28.7411 24.6667 28.7411H23.8214L24.2441 29.5549C24.4282 29.9094 24.3189 30.3626 24.0001 30.5673C23.6812 30.7719 23.2735 30.6505 23.0894 30.296L22.6667 29.4822L22.2441 30.296C22.06 30.6505 21.6523 30.7719 21.3334 30.5673Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.33341 30.5673C9.01455 30.3626 8.9053 29.9094 9.0894 29.5549L9.51205 28.7411H8.66671C8.29852 28.7411 8.00004 28.4093 8.00004 28C8.00004 27.5907 8.29852 27.2589 8.66671 27.2589H9.51204L9.0894 26.4451C8.9053 26.0906 9.01455 25.6374 9.33341 25.4327C9.65228 25.2281 10.06 25.3495 10.2441 25.704L10.6667 26.5178L11.0894 25.704C11.2735 25.3495 11.6812 25.2281 12.0001 25.4327C12.3189 25.6374 12.4282 26.0906 12.2441 26.4451L11.8215 27.2589H12.6667C13.0349 27.2589 13.3334 27.5907 13.3334 28C13.3334 28.4093 13.0349 28.7411 12.6667 28.7411H11.8214L12.2441 29.5549C12.4282 29.9094 12.3189 30.3626 12.0001 30.5673C11.6812 30.7719 11.2735 30.6505 11.0894 30.296L10.6667 29.4822L10.2441 30.296C10.06 30.6505 9.65228 30.7719 9.33341 30.5673Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-snow-showers-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavySnowShowersDay",
          "declaration": {
            "name": "ObiHeavySnowShowersDay",
            "module": "src/icons/icon-heavy-snow-showers-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-snow-showers-day",
          "declaration": {
            "name": "ObiHeavySnowShowersDay",
            "module": "src/icons/icon-heavy-snow-showers-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-snow-showers-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavySnowShowersNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" fill=\"currentColor\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" fill=\"currentColor\"/> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path d=\"M2.66662 27.9007C2.34776 27.696 2.23851 27.2428 2.42261 26.8883L2.84526 26.0745H1.99992C1.63173 26.0745 1.33325 25.7427 1.33325 25.3334C1.33325 24.9241 1.63173 24.5923 1.99992 24.5923H2.84525L2.42261 23.7785C2.23851 23.4241 2.34776 22.9708 2.66662 22.7662C2.98549 22.5615 3.39321 22.683 3.57731 23.0374L3.99996 23.8512L4.42261 23.0374C4.6067 22.683 5.01443 22.5615 5.33329 22.7662C5.65215 22.9708 5.7614 23.4241 5.57731 23.7785L5.15466 24.5923H5.99992C6.36811 24.5923 6.66659 24.9241 6.66659 25.3334C6.66659 25.7427 6.36811 26.0745 5.99992 26.0745H5.15465L5.57731 26.8883C5.7614 27.2428 5.65215 27.696 5.33329 27.9007C5.01443 28.1053 4.6067 27.9839 4.42261 27.6294L3.99996 26.8156L3.57731 27.6294C3.39321 27.9839 2.98549 28.1053 2.66662 27.9007Z\" fill=\"currentColor\"/> <path d=\"M15.3333 27.9007C15.0144 27.696 14.9052 27.2428 15.0893 26.8883L15.5119 26.0745H14.6666C14.2984 26.0745 13.9999 25.7427 13.9999 25.3334C13.9999 24.9241 14.2984 24.5923 14.6666 24.5923H15.5119L15.0893 23.7785C14.9052 23.4241 15.0144 22.9708 15.3333 22.7662C15.6522 22.5615 16.0599 22.683 16.244 23.0374L16.6666 23.8512L17.0893 23.0374C17.2734 22.683 17.6811 22.5615 18 22.7662C18.3188 22.9708 18.4281 23.4241 18.244 23.7785L17.8213 24.5923H18.6666C19.0348 24.5923 19.3333 24.9241 19.3333 25.3334C19.3333 25.7427 19.0348 26.0745 18.6666 26.0745H17.8213L18.244 26.8883C18.4281 27.2428 18.3188 27.696 18 27.9007C17.6811 28.1053 17.2734 27.9839 17.0893 27.6294L16.6666 26.8156L16.244 27.6294C16.0599 27.9839 15.6522 28.1053 15.3333 27.9007Z\" fill=\"currentColor\"/> <path d=\"M26.6666 27.9007C26.3478 27.696 26.2385 27.2428 26.4226 26.8883L26.8453 26.0745H25.9999C25.6317 26.0745 25.3333 25.7427 25.3333 25.3334C25.3333 24.9241 25.6317 24.5923 25.9999 24.5923H26.8453L26.4226 23.7785C26.2385 23.4241 26.3478 22.9708 26.6666 22.7662C26.9855 22.5615 27.3932 22.683 27.5773 23.0374L28 23.8512L28.4226 23.0374C28.6067 22.683 29.0144 22.5615 29.3333 22.7662C29.6522 22.9708 29.7614 23.4241 29.5773 23.7785L29.1547 24.5923H29.9999C30.3681 24.5923 30.6666 24.9241 30.6666 25.3334C30.6666 25.7427 30.3681 26.0745 29.9999 26.0745H29.1547L29.5773 26.8883C29.7614 27.2428 29.6522 27.696 29.3333 27.9007C29.0144 28.1053 28.6067 27.9839 28.4226 27.6294L28 26.8156L27.5773 27.6294C27.3932 27.9839 26.9855 28.1053 26.6666 27.9007Z\" fill=\"currentColor\"/> <path d=\"M21.3333 30.5673C21.0144 30.3627 20.9052 29.9094 21.0893 29.555L21.5119 28.7412H20.6666C20.2984 28.7412 19.9999 28.4094 19.9999 28.0001C19.9999 27.5908 20.2984 27.259 20.6666 27.259H21.5119L21.0893 26.4452C20.9052 26.0907 21.0144 25.6375 21.3333 25.4328C21.6522 25.2282 22.0599 25.3496 22.244 25.7041L22.6666 26.5179L23.0893 25.7041C23.2734 25.3496 23.6811 25.2282 24 25.4328C24.3188 25.6375 24.4281 26.0907 24.244 26.4452L23.8213 27.259H24.6666C25.0348 27.259 25.3333 27.5908 25.3333 28.0001C25.3333 28.4094 25.0348 28.7412 24.6666 28.7412H23.8213L24.244 29.555C24.4281 29.9094 24.3188 30.3627 24 30.5673C23.6811 30.772 23.2734 30.6505 23.0893 30.2961L22.6666 29.4823L22.244 30.2961C22.0599 30.6505 21.6522 30.772 21.3333 30.5673Z\" fill=\"currentColor\"/> <path d=\"M9.33329 30.5673C9.01443 30.3627 8.90518 29.9094 9.08927 29.555L9.51193 28.7412H8.66659C8.2984 28.7412 7.99992 28.4094 7.99992 28.0001C7.99992 27.5908 8.2984 27.259 8.66659 27.259H9.51192L9.08927 26.4452C8.90518 26.0907 9.01443 25.6375 9.33329 25.4328C9.65215 25.2282 10.0599 25.3496 10.244 25.7041L10.6666 26.5179L11.0893 25.7041C11.2734 25.3496 11.6811 25.2282 12 25.4328C12.3188 25.6375 12.4281 26.0907 12.244 26.4452L11.8213 27.259H12.6666C13.0348 27.259 13.3333 27.5908 13.3333 28.0001C13.3333 28.4094 13.0348 28.7412 12.6666 28.7412H11.8213L12.244 29.555C12.4281 29.9094 12.3188 30.3627 12 30.5673C11.6811 30.772 11.2734 30.6505 11.0893 30.2961L10.6666 29.4823L10.244 30.2961C10.0599 30.6505 9.65215 30.772 9.33329 30.5673Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M2.66662 27.9007C2.34776 27.696 2.23851 27.2428 2.42261 26.8883L2.84526 26.0745H1.99992C1.63173 26.0745 1.33325 25.7427 1.33325 25.3334C1.33325 24.9241 1.63173 24.5923 1.99992 24.5923H2.84525L2.42261 23.7785C2.23851 23.4241 2.34776 22.9708 2.66662 22.7662C2.98549 22.5615 3.39321 22.683 3.57731 23.0374L3.99996 23.8512L4.42261 23.0374C4.6067 22.683 5.01443 22.5615 5.33329 22.7662C5.65215 22.9708 5.7614 23.4241 5.57731 23.7785L5.15466 24.5923H5.99992C6.36811 24.5923 6.66659 24.9241 6.66659 25.3334C6.66659 25.7427 6.36811 26.0745 5.99992 26.0745H5.15465L5.57731 26.8883C5.7614 27.2428 5.65215 27.696 5.33329 27.9007C5.01443 28.1053 4.6067 27.9839 4.42261 27.6294L3.99996 26.8156L3.57731 27.6294C3.39321 27.9839 2.98549 28.1053 2.66662 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M15.3333 27.9007C15.0144 27.696 14.9052 27.2428 15.0893 26.8883L15.5119 26.0745H14.6666C14.2984 26.0745 13.9999 25.7427 13.9999 25.3334C13.9999 24.9241 14.2984 24.5923 14.6666 24.5923H15.5119L15.0893 23.7785C14.9052 23.4241 15.0144 22.9708 15.3333 22.7662C15.6522 22.5615 16.0599 22.683 16.244 23.0374L16.6666 23.8512L17.0893 23.0374C17.2734 22.683 17.6811 22.5615 18 22.7662C18.3188 22.9708 18.4281 23.4241 18.244 23.7785L17.8213 24.5923H18.6666C19.0348 24.5923 19.3333 24.9241 19.3333 25.3334C19.3333 25.7427 19.0348 26.0745 18.6666 26.0745H17.8213L18.244 26.8883C18.4281 27.2428 18.3188 27.696 18 27.9007C17.6811 28.1053 17.2734 27.9839 17.0893 27.6294L16.6666 26.8156L16.244 27.6294C16.0599 27.9839 15.6522 28.1053 15.3333 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M26.6666 27.9007C26.3478 27.696 26.2385 27.2428 26.4226 26.8883L26.8453 26.0745H25.9999C25.6317 26.0745 25.3333 25.7427 25.3333 25.3334C25.3333 24.9241 25.6317 24.5923 25.9999 24.5923H26.8453L26.4226 23.7785C26.2385 23.4241 26.3478 22.9708 26.6666 22.7662C26.9855 22.5615 27.3932 22.683 27.5773 23.0374L28 23.8512L28.4226 23.0374C28.6067 22.683 29.0144 22.5615 29.3333 22.7662C29.6522 22.9708 29.7614 23.4241 29.5773 23.7785L29.1547 24.5923H29.9999C30.3681 24.5923 30.6666 24.9241 30.6666 25.3334C30.6666 25.7427 30.3681 26.0745 29.9999 26.0745H29.1547L29.5773 26.8883C29.7614 27.2428 29.6522 27.696 29.3333 27.9007C29.0144 28.1053 28.6067 27.9839 28.4226 27.6294L28 26.8156L27.5773 27.6294C27.3932 27.9839 26.9855 28.1053 26.6666 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M21.3333 30.5673C21.0144 30.3627 20.9052 29.9094 21.0893 29.555L21.5119 28.7412H20.6666C20.2984 28.7412 19.9999 28.4094 19.9999 28.0001C19.9999 27.5908 20.2984 27.259 20.6666 27.259H21.5119L21.0893 26.4452C20.9052 26.0907 21.0144 25.6375 21.3333 25.4328C21.6522 25.2282 22.0599 25.3496 22.244 25.7041L22.6666 26.5179L23.0893 25.7041C23.2734 25.3496 23.6811 25.2282 24 25.4328C24.3188 25.6375 24.4281 26.0907 24.244 26.4452L23.8213 27.259H24.6666C25.0348 27.259 25.3333 27.5908 25.3333 28.0001C25.3333 28.4094 25.0348 28.7412 24.6666 28.7412H23.8213L24.244 29.555C24.4281 29.9094 24.3188 30.3627 24 30.5673C23.6811 30.772 23.2734 30.6505 23.0893 30.2961L22.6666 29.4823L22.244 30.2961C22.0599 30.6505 21.6522 30.772 21.3333 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M9.33329 30.5673C9.01443 30.3627 8.90518 29.9094 9.08927 29.555L9.51193 28.7412H8.66659C8.2984 28.7412 7.99992 28.4094 7.99992 28.0001C7.99992 27.5908 8.2984 27.259 8.66659 27.259H9.51192L9.08927 26.4452C8.90518 26.0907 9.01443 25.6375 9.33329 25.4328C9.65215 25.2282 10.0599 25.3496 10.244 25.7041L10.6666 26.5179L11.0893 25.7041C11.2734 25.3496 11.6811 25.2282 12 25.4328C12.3188 25.6375 12.4281 26.0907 12.244 26.4452L11.8213 27.259H12.6666C13.0348 27.259 13.3333 27.5908 13.3333 28.0001C13.3333 28.4094 13.0348 28.7412 12.6666 28.7412H11.8213L12.244 29.555C12.4281 29.9094 12.3188 30.3627 12 30.5673C11.6811 30.772 11.2734 30.6505 11.0893 30.2961L10.6666 29.4823L10.244 30.2961C10.0599 30.6505 9.65215 30.772 9.33329 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-snow-showers-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavySnowShowersNightColour",
          "declaration": {
            "name": "ObiHeavySnowShowersNightColour",
            "module": "src/icons/icon-heavy-snow-showers-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-snow-showers-night-colour",
          "declaration": {
            "name": "ObiHeavySnowShowersNightColour",
            "module": "src/icons/icon-heavy-snow-showers-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-snow-showers-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavySnowShowersNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.39152 10.9585C6.74813 12.0291 11.1298 9.43869 12.1782 5.17262C12.4157 4.20591 12.4617 3.23613 12.3401 2.30184C12.2657 1.72975 12.8168 1.22937 13.2973 1.53125C15.5526 2.94814 16.9852 5.4163 17.0969 8.10506C17.638 8.00747 18.2153 7.97259 18.827 8.02181C22.242 8.29658 24.1524 10.0865 25.107 11.9189C25.4388 12.5559 25.645 13.1745 25.774 13.6989C25.9742 13.7572 26.1851 13.825 26.3986 13.9033C26.9122 14.0915 27.5831 14.3908 28.1495 14.8675C28.733 15.3587 29.4241 16.2439 29.3274 17.5021C29.1779 19.4449 27.6726 21.3487 25.3333 21.3487H6.66658C4.45745 21.3487 2.66659 19.5578 2.66659 17.3487C2.66659 16.437 2.93473 15.4534 3.62227 14.6614C2.73007 13.8771 2.02222 12.9059 1.54466 11.8242C1.31864 11.3122 1.85528 10.8267 2.39152 10.9585ZM27.3333 17.3487C27.4497 15.8351 23.9999 15.3487 23.9999 15.3487C23.9999 15.3487 23.9999 10.4445 18.6666 10.0154C16.5281 9.8433 14.8894 11.1452 13.8691 12.309C13.0854 13.203 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.999 13.0139 11.1361 12.6645C10.7796 12.5202 10.3898 12.4871 9.99992 12.682C9.66659 12.8487 9.45825 13.0987 9.33325 13.3799C8.95825 14.2237 9.33325 15.3487 9.33325 15.3487H6.66659C5.33325 15.3487 4.66659 16.2441 4.66659 17.3487C4.66659 18.4533 5.56202 19.3487 6.66659 19.3487H25.3333C26.4378 19.3487 27.2485 18.45 27.3333 17.3487Z\" fill=\"currentColor\"/> <path d=\"M2.66662 27.9005C2.34776 27.6959 2.23851 27.2426 2.42261 26.8882L2.84526 26.0744H1.99992C1.63173 26.0744 1.33325 25.7426 1.33325 25.3333C1.33325 24.924 1.63173 24.5922 1.99992 24.5922H2.84525L2.42261 23.7784C2.23851 23.4239 2.34776 22.9707 2.66662 22.766C2.98549 22.5614 3.39321 22.6828 3.57731 23.0373L3.99996 23.8511L4.42261 23.0373C4.6067 22.6828 5.01443 22.5614 5.33329 22.766C5.65215 22.9707 5.7614 23.4239 5.57731 23.7784L5.15466 24.5922H5.99992C6.36811 24.5922 6.66659 24.924 6.66659 25.3333C6.66659 25.7426 6.36811 26.0744 5.99992 26.0744H5.15465L5.57731 26.8882C5.7614 27.2426 5.65215 27.6959 5.33329 27.9005C5.01443 28.1052 4.6067 27.9837 4.42261 27.6293L3.99996 26.8155L3.57731 27.6293C3.39321 27.9837 2.98549 28.1052 2.66662 27.9005Z\" fill=\"currentColor\"/> <path d=\"M15.3333 27.9005C15.0144 27.6959 14.9052 27.2426 15.0893 26.8882L15.5119 26.0744H14.6666C14.2984 26.0744 13.9999 25.7426 13.9999 25.3333C13.9999 24.924 14.2984 24.5922 14.6666 24.5922H15.5119L15.0893 23.7784C14.9052 23.4239 15.0144 22.9707 15.3333 22.766C15.6522 22.5614 16.0599 22.6828 16.244 23.0373L16.6666 23.8511L17.0893 23.0373C17.2734 22.6828 17.6811 22.5614 18 22.766C18.3188 22.9707 18.4281 23.4239 18.244 23.7784L17.8213 24.5922H18.6666C19.0348 24.5922 19.3333 24.924 19.3333 25.3333C19.3333 25.7426 19.0348 26.0744 18.6666 26.0744H17.8213L18.244 26.8882C18.4281 27.2426 18.3188 27.6959 18 27.9005C17.6811 28.1052 17.2734 27.9837 17.0893 27.6293L16.6666 26.8155L16.244 27.6293C16.0599 27.9837 15.6522 28.1052 15.3333 27.9005Z\" fill=\"currentColor\"/> <path d=\"M26.6666 27.9005C26.3478 27.6959 26.2385 27.2426 26.4226 26.8882L26.8453 26.0744H25.9999C25.6317 26.0744 25.3333 25.7426 25.3333 25.3333C25.3333 24.924 25.6317 24.5922 25.9999 24.5922H26.8453L26.4226 23.7784C26.2385 23.4239 26.3478 22.9707 26.6666 22.766C26.9855 22.5614 27.3932 22.6828 27.5773 23.0373L28 23.8511L28.4226 23.0373C28.6067 22.6828 29.0144 22.5614 29.3333 22.766C29.6522 22.9707 29.7614 23.4239 29.5773 23.7784L29.1547 24.5922H29.9999C30.3681 24.5922 30.6666 24.924 30.6666 25.3333C30.6666 25.7426 30.3681 26.0744 29.9999 26.0744H29.1547L29.5773 26.8882C29.7614 27.2426 29.6522 27.6959 29.3333 27.9005C29.0144 28.1052 28.6067 27.9837 28.4226 27.6293L28 26.8155L27.5773 27.6293C27.3932 27.9837 26.9855 28.1052 26.6666 27.9005Z\" fill=\"currentColor\"/> <path d=\"M21.3333 30.5672C21.0144 30.3626 20.9052 29.9093 21.0893 29.5548L21.5119 28.7411H20.6666C20.2984 28.7411 19.9999 28.4093 19.9999 28C19.9999 27.5907 20.2984 27.2589 20.6666 27.2589H21.5119L21.0893 26.4451C20.9052 26.0906 21.0144 25.6374 21.3333 25.4327C21.6522 25.2281 22.0599 25.3495 22.244 25.704L22.6666 26.5178L23.0893 25.704C23.2734 25.3495 23.6811 25.2281 24 25.4327C24.3188 25.6374 24.4281 26.0906 24.244 26.4451L23.8213 27.2589H24.6666C25.0348 27.2589 25.3333 27.5907 25.3333 28C25.3333 28.4093 25.0348 28.7411 24.6666 28.7411H23.8213L24.244 29.5548C24.4281 29.9093 24.3188 30.3626 24 30.5672C23.6811 30.7719 23.2734 30.6504 23.0893 30.2959L22.6666 29.4822L22.244 30.2959C22.0599 30.6504 21.6522 30.7719 21.3333 30.5672Z\" fill=\"currentColor\"/> <path d=\"M9.33329 30.5672C9.01443 30.3626 8.90518 29.9093 9.08927 29.5548L9.51193 28.7411H8.66659C8.2984 28.7411 7.99992 28.4093 7.99992 28C7.99992 27.5907 8.2984 27.2589 8.66659 27.2589H9.51192L9.08927 26.4451C8.90518 26.0906 9.01443 25.6374 9.33329 25.4327C9.65215 25.2281 10.0599 25.3495 10.244 25.704L10.6666 26.5178L11.0893 25.704C11.2734 25.3495 11.6811 25.2281 12 25.4327C12.3188 25.6374 12.4281 26.0906 12.244 26.4451L11.8213 27.2589H12.6666C13.0348 27.2589 13.3333 27.5907 13.3333 28C13.3333 28.4093 13.0348 28.7411 12.6666 28.7411H11.8213L12.244 29.5548C12.4281 29.9093 12.3188 30.3626 12 30.5672C11.6811 30.7719 11.2734 30.6504 11.0893 30.2959L10.6666 29.4822L10.244 30.2959C10.0599 30.6504 9.65215 30.7719 9.33329 30.5672Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.39152 10.9585C6.74813 12.0291 11.1298 9.43869 12.1782 5.17262C12.4157 4.20591 12.4617 3.23613 12.3401 2.30184C12.2657 1.72975 12.8168 1.22937 13.2973 1.53125C15.5526 2.94814 16.9852 5.4163 17.0969 8.10506C17.638 8.00747 18.2153 7.97259 18.827 8.02181C22.242 8.29658 24.1524 10.0865 25.107 11.9189C25.4388 12.5559 25.645 13.1745 25.774 13.6989C25.9742 13.7572 26.1851 13.825 26.3986 13.9033C26.9122 14.0915 27.5831 14.3908 28.1495 14.8675C28.733 15.3587 29.4241 16.2439 29.3274 17.5021C29.1779 19.4449 27.6726 21.3487 25.3333 21.3487H6.66658C4.45745 21.3487 2.66659 19.5578 2.66659 17.3487C2.66659 16.437 2.93473 15.4534 3.62227 14.6614C2.73007 13.8771 2.02222 12.9059 1.54466 11.8242C1.31864 11.3122 1.85528 10.8267 2.39152 10.9585ZM27.3333 17.3487C27.4497 15.8351 23.9999 15.3487 23.9999 15.3487C23.9999 15.3487 23.9999 10.4445 18.6666 10.0154C16.5281 9.8433 14.8894 11.1452 13.8691 12.309C13.0854 13.203 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.999 13.0139 11.1361 12.6645C10.7796 12.5202 10.3898 12.4871 9.99992 12.682C9.66659 12.8487 9.45825 13.0987 9.33325 13.3799C8.95825 14.2237 9.33325 15.3487 9.33325 15.3487H6.66659C5.33325 15.3487 4.66659 16.2441 4.66659 17.3487C4.66659 18.4533 5.56202 19.3487 6.66659 19.3487H25.3333C26.4378 19.3487 27.2485 18.45 27.3333 17.3487Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.66662 27.9005C2.34776 27.6959 2.23851 27.2426 2.42261 26.8882L2.84526 26.0744H1.99992C1.63173 26.0744 1.33325 25.7426 1.33325 25.3333C1.33325 24.924 1.63173 24.5922 1.99992 24.5922H2.84525L2.42261 23.7784C2.23851 23.4239 2.34776 22.9707 2.66662 22.766C2.98549 22.5614 3.39321 22.6828 3.57731 23.0373L3.99996 23.8511L4.42261 23.0373C4.6067 22.6828 5.01443 22.5614 5.33329 22.766C5.65215 22.9707 5.7614 23.4239 5.57731 23.7784L5.15466 24.5922H5.99992C6.36811 24.5922 6.66659 24.924 6.66659 25.3333C6.66659 25.7426 6.36811 26.0744 5.99992 26.0744H5.15465L5.57731 26.8882C5.7614 27.2426 5.65215 27.6959 5.33329 27.9005C5.01443 28.1052 4.6067 27.9837 4.42261 27.6293L3.99996 26.8155L3.57731 27.6293C3.39321 27.9837 2.98549 28.1052 2.66662 27.9005Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.3333 27.9005C15.0144 27.6959 14.9052 27.2426 15.0893 26.8882L15.5119 26.0744H14.6666C14.2984 26.0744 13.9999 25.7426 13.9999 25.3333C13.9999 24.924 14.2984 24.5922 14.6666 24.5922H15.5119L15.0893 23.7784C14.9052 23.4239 15.0144 22.9707 15.3333 22.766C15.6522 22.5614 16.0599 22.6828 16.244 23.0373L16.6666 23.8511L17.0893 23.0373C17.2734 22.6828 17.6811 22.5614 18 22.766C18.3188 22.9707 18.4281 23.4239 18.244 23.7784L17.8213 24.5922H18.6666C19.0348 24.5922 19.3333 24.924 19.3333 25.3333C19.3333 25.7426 19.0348 26.0744 18.6666 26.0744H17.8213L18.244 26.8882C18.4281 27.2426 18.3188 27.6959 18 27.9005C17.6811 28.1052 17.2734 27.9837 17.0893 27.6293L16.6666 26.8155L16.244 27.6293C16.0599 27.9837 15.6522 28.1052 15.3333 27.9005Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M26.6666 27.9005C26.3478 27.6959 26.2385 27.2426 26.4226 26.8882L26.8453 26.0744H25.9999C25.6317 26.0744 25.3333 25.7426 25.3333 25.3333C25.3333 24.924 25.6317 24.5922 25.9999 24.5922H26.8453L26.4226 23.7784C26.2385 23.4239 26.3478 22.9707 26.6666 22.766C26.9855 22.5614 27.3932 22.6828 27.5773 23.0373L28 23.8511L28.4226 23.0373C28.6067 22.6828 29.0144 22.5614 29.3333 22.766C29.6522 22.9707 29.7614 23.4239 29.5773 23.7784L29.1547 24.5922H29.9999C30.3681 24.5922 30.6666 24.924 30.6666 25.3333C30.6666 25.7426 30.3681 26.0744 29.9999 26.0744H29.1547L29.5773 26.8882C29.7614 27.2426 29.6522 27.6959 29.3333 27.9005C29.0144 28.1052 28.6067 27.9837 28.4226 27.6293L28 26.8155L27.5773 27.6293C27.3932 27.9837 26.9855 28.1052 26.6666 27.9005Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21.3333 30.5672C21.0144 30.3626 20.9052 29.9093 21.0893 29.5548L21.5119 28.7411H20.6666C20.2984 28.7411 19.9999 28.4093 19.9999 28C19.9999 27.5907 20.2984 27.2589 20.6666 27.2589H21.5119L21.0893 26.4451C20.9052 26.0906 21.0144 25.6374 21.3333 25.4327C21.6522 25.2281 22.0599 25.3495 22.244 25.704L22.6666 26.5178L23.0893 25.704C23.2734 25.3495 23.6811 25.2281 24 25.4327C24.3188 25.6374 24.4281 26.0906 24.244 26.4451L23.8213 27.2589H24.6666C25.0348 27.2589 25.3333 27.5907 25.3333 28C25.3333 28.4093 25.0348 28.7411 24.6666 28.7411H23.8213L24.244 29.5548C24.4281 29.9093 24.3188 30.3626 24 30.5672C23.6811 30.7719 23.2734 30.6504 23.0893 30.2959L22.6666 29.4822L22.244 30.2959C22.0599 30.6504 21.6522 30.7719 21.3333 30.5672Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.33329 30.5672C9.01443 30.3626 8.90518 29.9093 9.08927 29.5548L9.51193 28.7411H8.66659C8.2984 28.7411 7.99992 28.4093 7.99992 28C7.99992 27.5907 8.2984 27.2589 8.66659 27.2589H9.51192L9.08927 26.4451C8.90518 26.0906 9.01443 25.6374 9.33329 25.4327C9.65215 25.2281 10.0599 25.3495 10.244 25.704L10.6666 26.5178L11.0893 25.704C11.2734 25.3495 11.6811 25.2281 12 25.4327C12.3188 25.6374 12.4281 26.0906 12.244 26.4451L11.8213 27.2589H12.6666C13.0348 27.2589 13.3333 27.5907 13.3333 28C13.3333 28.4093 13.0348 28.7411 12.6666 28.7411H11.8213L12.244 29.5548C12.4281 29.9093 12.3188 30.3626 12 30.5672C11.6811 30.7719 11.2734 30.6504 11.0893 30.2959L10.6666 29.4822L10.244 30.2959C10.0599 30.6504 9.65215 30.7719 9.33329 30.5672Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-snow-showers-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavySnowShowersNight",
          "declaration": {
            "name": "ObiHeavySnowShowersNight",
            "module": "src/icons/icon-heavy-snow-showers-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-snow-showers-night",
          "declaration": {
            "name": "ObiHeavySnowShowersNight",
            "module": "src/icons/icon-heavy-snow-showers-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-snow-showers-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavySnowShowersPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" fill=\"currentColor\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" fill=\"currentColor\"/> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" fill=\"currentColor\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" fill=\"currentColor\"/> <path d=\"M2.66662 27.9007C2.34776 27.696 2.23851 27.2428 2.42261 26.8883L2.84526 26.0745H1.99992C1.63173 26.0745 1.33325 25.7427 1.33325 25.3334C1.33325 24.9241 1.63173 24.5923 1.99992 24.5923H2.84525L2.42261 23.7785C2.23851 23.4241 2.34776 22.9708 2.66662 22.7662C2.98549 22.5615 3.39321 22.683 3.57731 23.0374L3.99996 23.8512L4.42261 23.0374C4.6067 22.683 5.01443 22.5615 5.33329 22.7662C5.65215 22.9708 5.7614 23.4241 5.57731 23.7785L5.15466 24.5923H5.99992C6.36811 24.5923 6.66659 24.9241 6.66659 25.3334C6.66659 25.7427 6.36811 26.0745 5.99992 26.0745H5.15465L5.57731 26.8883C5.7614 27.2428 5.65215 27.696 5.33329 27.9007C5.01443 28.1053 4.6067 27.9839 4.42261 27.6294L3.99996 26.8156L3.57731 27.6294C3.39321 27.9839 2.98549 28.1053 2.66662 27.9007Z\" fill=\"currentColor\"/> <path d=\"M15.3333 27.9007C15.0144 27.696 14.9052 27.2428 15.0893 26.8883L15.5119 26.0745H14.6666C14.2984 26.0745 13.9999 25.7427 13.9999 25.3334C13.9999 24.9241 14.2984 24.5923 14.6666 24.5923H15.5119L15.0893 23.7785C14.9052 23.4241 15.0144 22.9708 15.3333 22.7662C15.6522 22.5615 16.0599 22.683 16.244 23.0374L16.6666 23.8512L17.0893 23.0374C17.2734 22.683 17.6811 22.5615 18 22.7662C18.3188 22.9708 18.4281 23.4241 18.244 23.7785L17.8213 24.5923H18.6666C19.0348 24.5923 19.3333 24.9241 19.3333 25.3334C19.3333 25.7427 19.0348 26.0745 18.6666 26.0745H17.8213L18.244 26.8883C18.4281 27.2428 18.3188 27.696 18 27.9007C17.6811 28.1053 17.2734 27.9839 17.0893 27.6294L16.6666 26.8156L16.244 27.6294C16.0599 27.9839 15.6522 28.1053 15.3333 27.9007Z\" fill=\"currentColor\"/> <path d=\"M26.6666 27.9007C26.3478 27.696 26.2385 27.2428 26.4226 26.8883L26.8453 26.0745H25.9999C25.6317 26.0745 25.3333 25.7427 25.3333 25.3334C25.3333 24.9241 25.6317 24.5923 25.9999 24.5923H26.8453L26.4226 23.7785C26.2385 23.4241 26.3478 22.9708 26.6666 22.7662C26.9855 22.5615 27.3932 22.683 27.5773 23.0374L28 23.8512L28.4226 23.0374C28.6067 22.683 29.0144 22.5615 29.3333 22.7662C29.6522 22.9708 29.7614 23.4241 29.5773 23.7785L29.1547 24.5923H29.9999C30.3681 24.5923 30.6666 24.9241 30.6666 25.3334C30.6666 25.7427 30.3681 26.0745 29.9999 26.0745H29.1547L29.5773 26.8883C29.7614 27.2428 29.6522 27.696 29.3333 27.9007C29.0144 28.1053 28.6067 27.9839 28.4226 27.6294L28 26.8156L27.5773 27.6294C27.3932 27.9839 26.9855 28.1053 26.6666 27.9007Z\" fill=\"currentColor\"/> <path d=\"M21.3333 30.5673C21.0144 30.3627 20.9052 29.9094 21.0893 29.555L21.5119 28.7412H20.6666C20.2984 28.7412 19.9999 28.4094 19.9999 28.0001C19.9999 27.5908 20.2984 27.259 20.6666 27.259H21.5119L21.0893 26.4452C20.9052 26.0907 21.0144 25.6375 21.3333 25.4328C21.6522 25.2282 22.0599 25.3496 22.244 25.7041L22.6666 26.5179L23.0893 25.7041C23.2734 25.3496 23.6811 25.2282 24 25.4328C24.3188 25.6375 24.4281 26.0907 24.244 26.4452L23.8213 27.259H24.6666C25.0348 27.259 25.3333 27.5908 25.3333 28.0001C25.3333 28.4094 25.0348 28.7412 24.6666 28.7412H23.8213L24.244 29.555C24.4281 29.9094 24.3188 30.3627 24 30.5673C23.6811 30.772 23.2734 30.6505 23.0893 30.2961L22.6666 29.4823L22.244 30.2961C22.0599 30.6505 21.6522 30.772 21.3333 30.5673Z\" fill=\"currentColor\"/> <path d=\"M9.33329 30.5673C9.01443 30.3627 8.90518 29.9094 9.08927 29.555L9.51193 28.7412H8.66659C8.2984 28.7412 7.99992 28.4094 7.99992 28.0001C7.99992 27.5908 8.2984 27.259 8.66659 27.259H9.51192L9.08927 26.4452C8.90518 26.0907 9.01443 25.6375 9.33329 25.4328C9.65215 25.2282 10.0599 25.3496 10.244 25.7041L10.6666 26.5179L11.0893 25.7041C11.2734 25.3496 11.6811 25.2282 12 25.4328C12.3188 25.6375 12.4281 26.0907 12.244 26.4452L11.8213 27.259H12.6666C13.0348 27.259 13.3333 27.5908 13.3333 28.0001C13.3333 28.4094 13.0348 28.7412 12.6666 28.7412H11.8213L12.244 29.555C12.4281 29.9094 12.3188 30.3627 12 30.5673C11.6811 30.772 11.2734 30.6505 11.0893 30.2961L10.6666 29.4823L10.244 30.2961C10.0599 30.6505 9.65215 30.772 9.33329 30.5673Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M2.66662 27.9007C2.34776 27.696 2.23851 27.2428 2.42261 26.8883L2.84526 26.0745H1.99992C1.63173 26.0745 1.33325 25.7427 1.33325 25.3334C1.33325 24.9241 1.63173 24.5923 1.99992 24.5923H2.84525L2.42261 23.7785C2.23851 23.4241 2.34776 22.9708 2.66662 22.7662C2.98549 22.5615 3.39321 22.683 3.57731 23.0374L3.99996 23.8512L4.42261 23.0374C4.6067 22.683 5.01443 22.5615 5.33329 22.7662C5.65215 22.9708 5.7614 23.4241 5.57731 23.7785L5.15466 24.5923H5.99992C6.36811 24.5923 6.66659 24.9241 6.66659 25.3334C6.66659 25.7427 6.36811 26.0745 5.99992 26.0745H5.15465L5.57731 26.8883C5.7614 27.2428 5.65215 27.696 5.33329 27.9007C5.01443 28.1053 4.6067 27.9839 4.42261 27.6294L3.99996 26.8156L3.57731 27.6294C3.39321 27.9839 2.98549 28.1053 2.66662 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M15.3333 27.9007C15.0144 27.696 14.9052 27.2428 15.0893 26.8883L15.5119 26.0745H14.6666C14.2984 26.0745 13.9999 25.7427 13.9999 25.3334C13.9999 24.9241 14.2984 24.5923 14.6666 24.5923H15.5119L15.0893 23.7785C14.9052 23.4241 15.0144 22.9708 15.3333 22.7662C15.6522 22.5615 16.0599 22.683 16.244 23.0374L16.6666 23.8512L17.0893 23.0374C17.2734 22.683 17.6811 22.5615 18 22.7662C18.3188 22.9708 18.4281 23.4241 18.244 23.7785L17.8213 24.5923H18.6666C19.0348 24.5923 19.3333 24.9241 19.3333 25.3334C19.3333 25.7427 19.0348 26.0745 18.6666 26.0745H17.8213L18.244 26.8883C18.4281 27.2428 18.3188 27.696 18 27.9007C17.6811 28.1053 17.2734 27.9839 17.0893 27.6294L16.6666 26.8156L16.244 27.6294C16.0599 27.9839 15.6522 28.1053 15.3333 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M26.6666 27.9007C26.3478 27.696 26.2385 27.2428 26.4226 26.8883L26.8453 26.0745H25.9999C25.6317 26.0745 25.3333 25.7427 25.3333 25.3334C25.3333 24.9241 25.6317 24.5923 25.9999 24.5923H26.8453L26.4226 23.7785C26.2385 23.4241 26.3478 22.9708 26.6666 22.7662C26.9855 22.5615 27.3932 22.683 27.5773 23.0374L28 23.8512L28.4226 23.0374C28.6067 22.683 29.0144 22.5615 29.3333 22.7662C29.6522 22.9708 29.7614 23.4241 29.5773 23.7785L29.1547 24.5923H29.9999C30.3681 24.5923 30.6666 24.9241 30.6666 25.3334C30.6666 25.7427 30.3681 26.0745 29.9999 26.0745H29.1547L29.5773 26.8883C29.7614 27.2428 29.6522 27.696 29.3333 27.9007C29.0144 28.1053 28.6067 27.9839 28.4226 27.6294L28 26.8156L27.5773 27.6294C27.3932 27.9839 26.9855 28.1053 26.6666 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M21.3333 30.5673C21.0144 30.3627 20.9052 29.9094 21.0893 29.555L21.5119 28.7412H20.6666C20.2984 28.7412 19.9999 28.4094 19.9999 28.0001C19.9999 27.5908 20.2984 27.259 20.6666 27.259H21.5119L21.0893 26.4452C20.9052 26.0907 21.0144 25.6375 21.3333 25.4328C21.6522 25.2282 22.0599 25.3496 22.244 25.7041L22.6666 26.5179L23.0893 25.7041C23.2734 25.3496 23.6811 25.2282 24 25.4328C24.3188 25.6375 24.4281 26.0907 24.244 26.4452L23.8213 27.259H24.6666C25.0348 27.259 25.3333 27.5908 25.3333 28.0001C25.3333 28.4094 25.0348 28.7412 24.6666 28.7412H23.8213L24.244 29.555C24.4281 29.9094 24.3188 30.3627 24 30.5673C23.6811 30.772 23.2734 30.6505 23.0893 30.2961L22.6666 29.4823L22.244 30.2961C22.0599 30.6505 21.6522 30.772 21.3333 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M9.33329 30.5673C9.01443 30.3627 8.90518 29.9094 9.08927 29.555L9.51193 28.7412H8.66659C8.2984 28.7412 7.99992 28.4094 7.99992 28.0001C7.99992 27.5908 8.2984 27.259 8.66659 27.259H9.51192L9.08927 26.4452C8.90518 26.0907 9.01443 25.6375 9.33329 25.4328C9.65215 25.2282 10.0599 25.3496 10.244 25.7041L10.6666 26.5179L11.0893 25.7041C11.2734 25.3496 11.6811 25.2282 12 25.4328C12.3188 25.6375 12.4281 26.0907 12.244 26.4452L11.8213 27.259H12.6666C13.0348 27.259 13.3333 27.5908 13.3333 28.0001C13.3333 28.4094 13.0348 28.7412 12.6666 28.7412H11.8213L12.244 29.555C12.4281 29.9094 12.3188 30.3627 12 30.5673C11.6811 30.772 11.2734 30.6505 11.0893 30.2961L10.6666 29.4823L10.244 30.2961C10.0599 30.6505 9.65215 30.772 9.33329 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-snow-showers-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavySnowShowersPolartwilightColour",
          "declaration": {
            "name": "ObiHeavySnowShowersPolartwilightColour",
            "module": "src/icons/icon-heavy-snow-showers-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-snow-showers-polartwilight-colour",
          "declaration": {
            "name": "ObiHeavySnowShowersPolartwilightColour",
            "module": "src/icons/icon-heavy-snow-showers-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-snow-showers-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavySnowShowersPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33325 4.66675C2.96506 4.66675 2.66659 4.96522 2.66659 5.33341C2.66659 5.7016 2.96506 6.00008 3.33325 6.00008H4.88745C4.88745 6.13816 4.82811 6.27623 4.70943 6.37592L2.84531 7.94165C2.50005 8.23165 2.68508 8.77504 3.14304 8.81601L5.61563 9.0372C5.93047 9.06536 6.14788 9.35089 6.07866 9.64532L5.53504 11.9575C5.43436 12.3858 5.91878 12.7216 6.31451 12.4979L8.45112 11.2901C8.47479 11.2767 8.49906 11.2653 8.52374 11.2558C7.74843 11.8519 7.40347 12.6549 7.25979 13.3488H6.66659C5.52691 13.3488 4.46203 13.7474 3.69545 14.5797C2.95368 15.3851 2.66659 16.4055 2.66659 17.3488C2.66659 19.558 4.45745 21.3488 6.66658 21.3488H25.3333C27.6726 21.3488 29.1779 19.445 29.3274 17.5022C29.4242 16.244 28.733 15.3588 28.1495 14.8677C27.5831 14.3909 26.9122 14.0917 26.3986 13.9034C26.1851 13.8252 25.9742 13.7574 25.774 13.699C25.645 13.1747 25.4388 12.556 25.107 11.919C24.1524 10.0867 22.242 8.29671 18.827 8.02193C18.7346 8.01449 18.6429 8.00897 18.552 8.0053C18.5331 7.98304 18.5118 7.96174 18.4879 7.94166L16.6237 6.37592C16.5051 6.27623 16.4457 6.13816 16.4457 6.00008H17.9999C18.3681 6.00008 18.6666 5.7016 18.6666 5.33341C18.6666 4.96522 18.3681 4.66675 17.9999 4.66675H3.33325ZM14.8771 6.00008H6.45606C6.45606 8.20922 8.34118 10.0001 10.6666 10.0001C12.992 10.0001 14.8771 8.20922 14.8771 6.00008ZM23.9999 15.3488C23.9999 15.3488 27.4497 15.8352 27.3333 17.3488C27.2485 18.4501 26.4378 19.3488 25.3333 19.3488H6.66659C5.56202 19.3488 4.66659 18.4534 4.66659 17.3488C4.66659 16.2442 5.33325 15.3488 6.66659 15.3488H9.33325C9.33325 15.3488 8.95825 14.2238 9.33325 13.3801C9.45825 13.0988 9.66659 12.8488 9.99992 12.6822C10.3898 12.4872 10.7796 12.5203 11.1361 12.6646C11.999 13.014 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 13.0854 13.2031 13.8691 12.3091C14.8894 11.1454 16.5281 9.84342 18.6666 10.0155C23.9999 10.4446 23.9999 15.3488 23.9999 15.3488Z\" fill=\"currentColor\"/> <path d=\"M2.66662 27.9007C2.34776 27.696 2.23851 27.2428 2.42261 26.8883L2.84526 26.0745H1.99992C1.63173 26.0745 1.33325 25.7427 1.33325 25.3334C1.33325 24.9241 1.63173 24.5923 1.99992 24.5923H2.84525L2.42261 23.7785C2.23851 23.4241 2.34776 22.9708 2.66662 22.7662C2.98549 22.5615 3.39321 22.683 3.57731 23.0374L3.99996 23.8512L4.42261 23.0374C4.6067 22.683 5.01443 22.5615 5.33329 22.7662C5.65215 22.9708 5.7614 23.4241 5.57731 23.7785L5.15466 24.5923H5.99992C6.36811 24.5923 6.66659 24.9241 6.66659 25.3334C6.66659 25.7427 6.36811 26.0745 5.99992 26.0745H5.15465L5.57731 26.8883C5.7614 27.2428 5.65215 27.696 5.33329 27.9007C5.01443 28.1053 4.6067 27.9839 4.42261 27.6294L3.99996 26.8156L3.57731 27.6294C3.39321 27.9839 2.98549 28.1053 2.66662 27.9007Z\" fill=\"currentColor\"/> <path d=\"M15.3333 27.9007C15.0144 27.696 14.9052 27.2428 15.0893 26.8883L15.5119 26.0745H14.6666C14.2984 26.0745 13.9999 25.7427 13.9999 25.3334C13.9999 24.9241 14.2984 24.5923 14.6666 24.5923H15.5119L15.0893 23.7785C14.9052 23.4241 15.0144 22.9708 15.3333 22.7662C15.6522 22.5615 16.0599 22.683 16.244 23.0374L16.6666 23.8512L17.0893 23.0374C17.2734 22.683 17.6811 22.5615 18 22.7662C18.3188 22.9708 18.4281 23.4241 18.244 23.7785L17.8213 24.5923H18.6666C19.0348 24.5923 19.3333 24.9241 19.3333 25.3334C19.3333 25.7427 19.0348 26.0745 18.6666 26.0745H17.8213L18.244 26.8883C18.4281 27.2428 18.3188 27.696 18 27.9007C17.6811 28.1053 17.2734 27.9839 17.0893 27.6294L16.6666 26.8156L16.244 27.6294C16.0599 27.9839 15.6522 28.1053 15.3333 27.9007Z\" fill=\"currentColor\"/> <path d=\"M26.6666 27.9007C26.3478 27.696 26.2385 27.2428 26.4226 26.8883L26.8453 26.0745H25.9999C25.6317 26.0745 25.3333 25.7427 25.3333 25.3334C25.3333 24.9241 25.6317 24.5923 25.9999 24.5923H26.8453L26.4226 23.7785C26.2385 23.4241 26.3478 22.9708 26.6666 22.7662C26.9855 22.5615 27.3932 22.683 27.5773 23.0374L28 23.8512L28.4226 23.0374C28.6067 22.683 29.0144 22.5615 29.3333 22.7662C29.6522 22.9708 29.7614 23.4241 29.5773 23.7785L29.1547 24.5923H29.9999C30.3681 24.5923 30.6666 24.9241 30.6666 25.3334C30.6666 25.7427 30.3681 26.0745 29.9999 26.0745H29.1547L29.5773 26.8883C29.7614 27.2428 29.6522 27.696 29.3333 27.9007C29.0144 28.1053 28.6067 27.9839 28.4226 27.6294L28 26.8156L27.5773 27.6294C27.3932 27.9839 26.9855 28.1053 26.6666 27.9007Z\" fill=\"currentColor\"/> <path d=\"M21.3333 30.5673C21.0144 30.3627 20.9052 29.9094 21.0893 29.555L21.5119 28.7412H20.6666C20.2984 28.7412 19.9999 28.4094 19.9999 28.0001C19.9999 27.5908 20.2984 27.259 20.6666 27.259H21.5119L21.0893 26.4452C20.9052 26.0907 21.0144 25.6375 21.3333 25.4328C21.6522 25.2282 22.0599 25.3496 22.244 25.7041L22.6666 26.5179L23.0893 25.7041C23.2734 25.3496 23.6811 25.2282 24 25.4328C24.3188 25.6375 24.4281 26.0907 24.244 26.4452L23.8213 27.259H24.6666C25.0348 27.259 25.3333 27.5908 25.3333 28.0001C25.3333 28.4094 25.0348 28.7412 24.6666 28.7412H23.8213L24.244 29.555C24.4281 29.9094 24.3188 30.3627 24 30.5673C23.6811 30.772 23.2734 30.6505 23.0893 30.2961L22.6666 29.4823L22.244 30.2961C22.0599 30.6505 21.6522 30.772 21.3333 30.5673Z\" fill=\"currentColor\"/> <path d=\"M9.33329 30.5673C9.01443 30.3627 8.90518 29.9094 9.08927 29.555L9.51193 28.7412H8.66659C8.2984 28.7412 7.99992 28.4094 7.99992 28.0001C7.99992 27.5908 8.2984 27.259 8.66659 27.259H9.51192L9.08927 26.4452C8.90518 26.0907 9.01443 25.6375 9.33329 25.4328C9.65215 25.2282 10.0599 25.3496 10.244 25.7041L10.6666 26.5179L11.0893 25.7041C11.2734 25.3496 11.6811 25.2282 12 25.4328C12.3188 25.6375 12.4281 26.0907 12.244 26.4452L11.8213 27.259H12.6666C13.0348 27.259 13.3333 27.5908 13.3333 28.0001C13.3333 28.4094 13.0348 28.7412 12.6666 28.7412H11.8213L12.244 29.555C12.4281 29.9094 12.3188 30.3627 12 30.5673C11.6811 30.772 11.2734 30.6505 11.0893 30.2961L10.6666 29.4823L10.244 30.2961C10.0599 30.6505 9.65215 30.772 9.33329 30.5673Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33325 4.66675C2.96506 4.66675 2.66659 4.96522 2.66659 5.33341C2.66659 5.7016 2.96506 6.00008 3.33325 6.00008H4.88745C4.88745 6.13816 4.82811 6.27623 4.70943 6.37592L2.84531 7.94165C2.50005 8.23165 2.68508 8.77504 3.14304 8.81601L5.61563 9.0372C5.93047 9.06536 6.14788 9.35089 6.07866 9.64532L5.53504 11.9575C5.43436 12.3858 5.91878 12.7216 6.31451 12.4979L8.45112 11.2901C8.47479 11.2767 8.49906 11.2653 8.52374 11.2558C7.74843 11.8519 7.40347 12.6549 7.25979 13.3488H6.66659C5.52691 13.3488 4.46203 13.7474 3.69545 14.5797C2.95368 15.3851 2.66659 16.4055 2.66659 17.3488C2.66659 19.558 4.45745 21.3488 6.66658 21.3488H25.3333C27.6726 21.3488 29.1779 19.445 29.3274 17.5022C29.4242 16.244 28.733 15.3588 28.1495 14.8677C27.5831 14.3909 26.9122 14.0917 26.3986 13.9034C26.1851 13.8252 25.9742 13.7574 25.774 13.699C25.645 13.1747 25.4388 12.556 25.107 11.919C24.1524 10.0867 22.242 8.29671 18.827 8.02193C18.7346 8.01449 18.6429 8.00897 18.552 8.0053C18.5331 7.98304 18.5118 7.96174 18.4879 7.94166L16.6237 6.37592C16.5051 6.27623 16.4457 6.13816 16.4457 6.00008H17.9999C18.3681 6.00008 18.6666 5.7016 18.6666 5.33341C18.6666 4.96522 18.3681 4.66675 17.9999 4.66675H3.33325ZM14.8771 6.00008H6.45606C6.45606 8.20922 8.34118 10.0001 10.6666 10.0001C12.992 10.0001 14.8771 8.20922 14.8771 6.00008ZM23.9999 15.3488C23.9999 15.3488 27.4497 15.8352 27.3333 17.3488C27.2485 18.4501 26.4378 19.3488 25.3333 19.3488H6.66659C5.56202 19.3488 4.66659 18.4534 4.66659 17.3488C4.66659 16.2442 5.33325 15.3488 6.66659 15.3488H9.33325C9.33325 15.3488 8.95825 14.2238 9.33325 13.3801C9.45825 13.0988 9.66659 12.8488 9.99992 12.6822C10.3898 12.4872 10.7796 12.5203 11.1361 12.6646C11.999 13.014 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 13.0854 13.2031 13.8691 12.3091C14.8894 11.1454 16.5281 9.84342 18.6666 10.0155C23.9999 10.4446 23.9999 15.3488 23.9999 15.3488Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.66662 27.9007C2.34776 27.696 2.23851 27.2428 2.42261 26.8883L2.84526 26.0745H1.99992C1.63173 26.0745 1.33325 25.7427 1.33325 25.3334C1.33325 24.9241 1.63173 24.5923 1.99992 24.5923H2.84525L2.42261 23.7785C2.23851 23.4241 2.34776 22.9708 2.66662 22.7662C2.98549 22.5615 3.39321 22.683 3.57731 23.0374L3.99996 23.8512L4.42261 23.0374C4.6067 22.683 5.01443 22.5615 5.33329 22.7662C5.65215 22.9708 5.7614 23.4241 5.57731 23.7785L5.15466 24.5923H5.99992C6.36811 24.5923 6.66659 24.9241 6.66659 25.3334C6.66659 25.7427 6.36811 26.0745 5.99992 26.0745H5.15465L5.57731 26.8883C5.7614 27.2428 5.65215 27.696 5.33329 27.9007C5.01443 28.1053 4.6067 27.9839 4.42261 27.6294L3.99996 26.8156L3.57731 27.6294C3.39321 27.9839 2.98549 28.1053 2.66662 27.9007Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.3333 27.9007C15.0144 27.696 14.9052 27.2428 15.0893 26.8883L15.5119 26.0745H14.6666C14.2984 26.0745 13.9999 25.7427 13.9999 25.3334C13.9999 24.9241 14.2984 24.5923 14.6666 24.5923H15.5119L15.0893 23.7785C14.9052 23.4241 15.0144 22.9708 15.3333 22.7662C15.6522 22.5615 16.0599 22.683 16.244 23.0374L16.6666 23.8512L17.0893 23.0374C17.2734 22.683 17.6811 22.5615 18 22.7662C18.3188 22.9708 18.4281 23.4241 18.244 23.7785L17.8213 24.5923H18.6666C19.0348 24.5923 19.3333 24.9241 19.3333 25.3334C19.3333 25.7427 19.0348 26.0745 18.6666 26.0745H17.8213L18.244 26.8883C18.4281 27.2428 18.3188 27.696 18 27.9007C17.6811 28.1053 17.2734 27.9839 17.0893 27.6294L16.6666 26.8156L16.244 27.6294C16.0599 27.9839 15.6522 28.1053 15.3333 27.9007Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M26.6666 27.9007C26.3478 27.696 26.2385 27.2428 26.4226 26.8883L26.8453 26.0745H25.9999C25.6317 26.0745 25.3333 25.7427 25.3333 25.3334C25.3333 24.9241 25.6317 24.5923 25.9999 24.5923H26.8453L26.4226 23.7785C26.2385 23.4241 26.3478 22.9708 26.6666 22.7662C26.9855 22.5615 27.3932 22.683 27.5773 23.0374L28 23.8512L28.4226 23.0374C28.6067 22.683 29.0144 22.5615 29.3333 22.7662C29.6522 22.9708 29.7614 23.4241 29.5773 23.7785L29.1547 24.5923H29.9999C30.3681 24.5923 30.6666 24.9241 30.6666 25.3334C30.6666 25.7427 30.3681 26.0745 29.9999 26.0745H29.1547L29.5773 26.8883C29.7614 27.2428 29.6522 27.696 29.3333 27.9007C29.0144 28.1053 28.6067 27.9839 28.4226 27.6294L28 26.8156L27.5773 27.6294C27.3932 27.9839 26.9855 28.1053 26.6666 27.9007Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21.3333 30.5673C21.0144 30.3627 20.9052 29.9094 21.0893 29.555L21.5119 28.7412H20.6666C20.2984 28.7412 19.9999 28.4094 19.9999 28.0001C19.9999 27.5908 20.2984 27.259 20.6666 27.259H21.5119L21.0893 26.4452C20.9052 26.0907 21.0144 25.6375 21.3333 25.4328C21.6522 25.2282 22.0599 25.3496 22.244 25.7041L22.6666 26.5179L23.0893 25.7041C23.2734 25.3496 23.6811 25.2282 24 25.4328C24.3188 25.6375 24.4281 26.0907 24.244 26.4452L23.8213 27.259H24.6666C25.0348 27.259 25.3333 27.5908 25.3333 28.0001C25.3333 28.4094 25.0348 28.7412 24.6666 28.7412H23.8213L24.244 29.555C24.4281 29.9094 24.3188 30.3627 24 30.5673C23.6811 30.772 23.2734 30.6505 23.0893 30.2961L22.6666 29.4823L22.244 30.2961C22.0599 30.6505 21.6522 30.772 21.3333 30.5673Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.33329 30.5673C9.01443 30.3627 8.90518 29.9094 9.08927 29.555L9.51193 28.7412H8.66659C8.2984 28.7412 7.99992 28.4094 7.99992 28.0001C7.99992 27.5908 8.2984 27.259 8.66659 27.259H9.51192L9.08927 26.4452C8.90518 26.0907 9.01443 25.6375 9.33329 25.4328C9.65215 25.2282 10.0599 25.3496 10.244 25.7041L10.6666 26.5179L11.0893 25.7041C11.2734 25.3496 11.6811 25.2282 12 25.4328C12.3188 25.6375 12.4281 26.0907 12.244 26.4452L11.8213 27.259H12.6666C13.0348 27.259 13.3333 27.5908 13.3333 28.0001C13.3333 28.4094 13.0348 28.7412 12.6666 28.7412H11.8213L12.244 29.555C12.4281 29.9094 12.3188 30.3627 12 30.5673C11.6811 30.772 11.2734 30.6505 11.0893 30.2961L10.6666 29.4823L10.244 30.2961C10.0599 30.6505 9.65215 30.772 9.33329 30.5673Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-snow-showers-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavySnowShowersPolartwilight",
          "declaration": {
            "name": "ObiHeavySnowShowersPolartwilight",
            "module": "src/icons/icon-heavy-snow-showers-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-snow-showers-polartwilight",
          "declaration": {
            "name": "ObiHeavySnowShowersPolartwilight",
            "module": "src/icons/icon-heavy-snow-showers-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-heavy-snow.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHeavySnow",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.99996 25.2338C3.6811 25.0292 3.57185 24.5759 3.75594 24.2215L4.17859 23.4077H3.33325C2.96506 23.4077 2.66659 23.0759 2.66659 22.6666C2.66659 22.2573 2.96506 21.9255 3.33325 21.9255H4.17859L3.75594 21.1117C3.57185 20.7572 3.6811 20.304 3.99996 20.0993C4.31882 19.8947 4.72655 20.0161 4.91064 20.3706L5.33329 21.1844L5.75594 20.3706C5.94004 20.0161 6.34776 19.8947 6.66662 20.0993C6.98549 20.304 7.09474 20.7572 6.91064 21.1117L6.48799 21.9255H7.33325C7.70144 21.9255 7.99992 22.2573 7.99992 22.6666C7.99992 23.0759 7.70144 23.4077 7.33325 23.4077H6.48799L6.91064 24.2215C7.09474 24.5759 6.98549 25.0292 6.66662 25.2338C6.34776 25.4385 5.94004 25.317 5.75594 24.9626L5.33329 24.1488L4.91064 24.9626C4.72655 25.317 4.31882 25.4385 3.99996 25.2338Z\" fill=\"currentColor\"/> <path d=\"M14.6666 25.2338C14.3478 25.0292 14.2385 24.5759 14.4226 24.2215L14.8453 23.4077H13.9999C13.6317 23.4077 13.3333 23.0759 13.3333 22.6666C13.3333 22.2573 13.6317 21.9255 13.9999 21.9255H14.8453L14.4226 21.1117C14.2385 20.7572 14.3478 20.304 14.6666 20.0993C14.9855 19.8947 15.3932 20.0161 15.5773 20.3706L16 21.1844L16.4226 20.3706C16.6067 20.0161 17.0144 19.8947 17.3333 20.0993C17.6522 20.304 17.7614 20.7572 17.5773 21.1117L17.1547 21.9255H17.9999C18.3681 21.9255 18.6666 22.2573 18.6666 22.6666C18.6666 23.0759 18.3681 23.4077 17.9999 23.4077H17.1547L17.5773 24.2215C17.7614 24.5759 17.6522 25.0292 17.3333 25.2338C17.0144 25.4385 16.6067 25.317 16.4226 24.9626L16 24.1488L15.5773 24.9626C15.3932 25.317 14.9855 25.4385 14.6666 25.2338Z\" fill=\"currentColor\"/> <path d=\"M24 25.2338C23.6811 25.0292 23.5718 24.5759 23.7559 24.2215L24.1786 23.4077H23.3333C22.9651 23.4077 22.6666 23.0759 22.6666 22.6666C22.6666 22.2573 22.9651 21.9255 23.3333 21.9255H24.1786L23.7559 21.1117C23.5718 20.7572 23.6811 20.304 24 20.0993C24.3188 19.8947 24.7265 20.0161 24.9106 20.3706L25.3333 21.1844L25.7559 20.3706C25.94 20.0161 26.3478 19.8947 26.6666 20.0993C26.9855 20.304 27.0947 20.7572 26.9106 21.1117L26.488 21.9255H27.3333C27.7014 21.9255 27.9999 22.2573 27.9999 22.6666C27.9999 23.0759 27.7014 23.4077 27.3333 23.4077H26.488L26.9106 24.2215C27.0947 24.5759 26.9855 25.0292 26.6666 25.2338C26.3478 25.4385 25.94 25.317 25.7559 24.9626L25.3333 24.1488L24.9106 24.9626C24.7265 25.317 24.3188 25.4385 24 25.2338Z\" fill=\"currentColor\"/> <path d=\"M20 30.5672C19.6811 30.3625 19.5718 29.9093 19.7559 29.5548L20.1786 28.741H19.3333C18.9651 28.741 18.6666 28.4092 18.6666 27.9999C18.6666 27.5906 18.9651 27.2588 19.3333 27.2588H20.1786L19.7559 26.445C19.5718 26.0906 19.6811 25.6373 20 25.4327C20.3188 25.228 20.7265 25.3495 20.9106 25.7039L21.3333 26.5177L21.7559 25.7039C21.94 25.3495 22.3478 25.228 22.6666 25.4327C22.9855 25.6373 23.0947 26.0906 22.9106 26.445L22.488 27.2588H23.3333C23.7014 27.2588 23.9999 27.5906 23.9999 27.9999C23.9999 28.4092 23.7014 28.741 23.3333 28.741H22.488L22.9106 29.5548C23.0947 29.9093 22.9855 30.3625 22.6666 30.5672C22.3478 30.7718 21.94 30.6504 21.7559 30.2959L21.3333 29.4821L20.9106 30.2959C20.7265 30.6504 20.3188 30.7718 20 30.5672Z\" fill=\"currentColor\"/> <path d=\"M9.33329 29.2338C9.01443 29.0292 8.90518 28.5759 9.08927 28.2215L9.51193 27.4077H8.66658C8.2984 27.4077 7.99992 27.0759 7.99992 26.6666C7.99992 26.2573 8.2984 25.9255 8.66658 25.9255H9.51192L9.08927 25.1117C8.90518 24.7572 9.01443 24.304 9.33329 24.0993C9.65215 23.8947 10.0599 24.0161 10.244 24.3706L10.6666 25.1844L11.0893 24.3706C11.2734 24.0161 11.6811 23.8947 12 24.0993C12.3188 24.304 12.4281 24.7572 12.244 25.1117L11.8213 25.9255H12.6666C13.0348 25.9255 13.3333 26.2573 13.3333 26.6666C13.3333 27.0759 13.0348 27.4077 12.6666 27.4077H11.8213L12.244 28.2215C12.4281 28.5759 12.3188 29.0292 12 29.2338C11.6811 29.4385 11.2734 29.317 11.0893 28.9626L10.6666 28.1488L10.244 28.9626C10.0599 29.317 9.65215 29.4385 9.33329 29.2338Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08283 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325ZM11.0542 5.50734C12.5726 2.95032 15.2593 1.33325 18.2391 1.33325C22.243 1.33325 25.6237 4.28953 26.5147 8.19534C28.5969 9.05046 29.9999 11.1904 29.9999 13.5765C29.9999 16.71 27.5585 19.3333 24.4823 19.3333H7.00776C5.5145 19.3333 4.09596 18.7254 3.0612 17.6353C1.95806 16.5395 1.37015 15.059 1.33352 13.4664L1.33325 13.4549V13.3769C1.33325 11.8605 1.89899 10.424 2.91109 9.31116C3.95619 8.16348 5.38193 7.51112 6.92191 7.48775C7.63391 6.25968 8.93634 5.45799 10.4274 5.45799C10.6338 5.45799 10.8431 5.47326 11.0542 5.50734Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.99996 25.2338C3.6811 25.0292 3.57185 24.5759 3.75594 24.2215L4.17859 23.4077H3.33325C2.96506 23.4077 2.66659 23.0759 2.66659 22.6666C2.66659 22.2573 2.96506 21.9255 3.33325 21.9255H4.17859L3.75594 21.1117C3.57185 20.7572 3.6811 20.304 3.99996 20.0993C4.31882 19.8947 4.72655 20.0161 4.91064 20.3706L5.33329 21.1844L5.75594 20.3706C5.94004 20.0161 6.34776 19.8947 6.66662 20.0993C6.98549 20.304 7.09474 20.7572 6.91064 21.1117L6.48799 21.9255H7.33325C7.70144 21.9255 7.99992 22.2573 7.99992 22.6666C7.99992 23.0759 7.70144 23.4077 7.33325 23.4077H6.48799L6.91064 24.2215C7.09474 24.5759 6.98549 25.0292 6.66662 25.2338C6.34776 25.4385 5.94004 25.317 5.75594 24.9626L5.33329 24.1488L4.91064 24.9626C4.72655 25.317 4.31882 25.4385 3.99996 25.2338Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.6666 25.2338C14.3478 25.0292 14.2385 24.5759 14.4226 24.2215L14.8453 23.4077H13.9999C13.6317 23.4077 13.3333 23.0759 13.3333 22.6666C13.3333 22.2573 13.6317 21.9255 13.9999 21.9255H14.8453L14.4226 21.1117C14.2385 20.7572 14.3478 20.304 14.6666 20.0993C14.9855 19.8947 15.3932 20.0161 15.5773 20.3706L16 21.1844L16.4226 20.3706C16.6067 20.0161 17.0144 19.8947 17.3333 20.0993C17.6522 20.304 17.7614 20.7572 17.5773 21.1117L17.1547 21.9255H17.9999C18.3681 21.9255 18.6666 22.2573 18.6666 22.6666C18.6666 23.0759 18.3681 23.4077 17.9999 23.4077H17.1547L17.5773 24.2215C17.7614 24.5759 17.6522 25.0292 17.3333 25.2338C17.0144 25.4385 16.6067 25.317 16.4226 24.9626L16 24.1488L15.5773 24.9626C15.3932 25.317 14.9855 25.4385 14.6666 25.2338Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M24 25.2338C23.6811 25.0292 23.5718 24.5759 23.7559 24.2215L24.1786 23.4077H23.3333C22.9651 23.4077 22.6666 23.0759 22.6666 22.6666C22.6666 22.2573 22.9651 21.9255 23.3333 21.9255H24.1786L23.7559 21.1117C23.5718 20.7572 23.6811 20.304 24 20.0993C24.3188 19.8947 24.7265 20.0161 24.9106 20.3706L25.3333 21.1844L25.7559 20.3706C25.94 20.0161 26.3478 19.8947 26.6666 20.0993C26.9855 20.304 27.0947 20.7572 26.9106 21.1117L26.488 21.9255H27.3333C27.7014 21.9255 27.9999 22.2573 27.9999 22.6666C27.9999 23.0759 27.7014 23.4077 27.3333 23.4077H26.488L26.9106 24.2215C27.0947 24.5759 26.9855 25.0292 26.6666 25.2338C26.3478 25.4385 25.94 25.317 25.7559 24.9626L25.3333 24.1488L24.9106 24.9626C24.7265 25.317 24.3188 25.4385 24 25.2338Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20 30.5672C19.6811 30.3625 19.5718 29.9093 19.7559 29.5548L20.1786 28.741H19.3333C18.9651 28.741 18.6666 28.4092 18.6666 27.9999C18.6666 27.5906 18.9651 27.2588 19.3333 27.2588H20.1786L19.7559 26.445C19.5718 26.0906 19.6811 25.6373 20 25.4327C20.3188 25.228 20.7265 25.3495 20.9106 25.7039L21.3333 26.5177L21.7559 25.7039C21.94 25.3495 22.3478 25.228 22.6666 25.4327C22.9855 25.6373 23.0947 26.0906 22.9106 26.445L22.488 27.2588H23.3333C23.7014 27.2588 23.9999 27.5906 23.9999 27.9999C23.9999 28.4092 23.7014 28.741 23.3333 28.741H22.488L22.9106 29.5548C23.0947 29.9093 22.9855 30.3625 22.6666 30.5672C22.3478 30.7718 21.94 30.6504 21.7559 30.2959L21.3333 29.4821L20.9106 30.2959C20.7265 30.6504 20.3188 30.7718 20 30.5672Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.33329 29.2338C9.01443 29.0292 8.90518 28.5759 9.08927 28.2215L9.51193 27.4077H8.66658C8.2984 27.4077 7.99992 27.0759 7.99992 26.6666C7.99992 26.2573 8.2984 25.9255 8.66658 25.9255H9.51192L9.08927 25.1117C8.90518 24.7572 9.01443 24.304 9.33329 24.0993C9.65215 23.8947 10.0599 24.0161 10.244 24.3706L10.6666 25.1844L11.0893 24.3706C11.2734 24.0161 11.6811 23.8947 12 24.0993C12.3188 24.304 12.4281 24.7572 12.244 25.1117L11.8213 25.9255H12.6666C13.0348 25.9255 13.3333 26.2573 13.3333 26.6666C13.3333 27.0759 13.0348 27.4077 12.6666 27.4077H11.8213L12.244 28.2215C12.4281 28.5759 12.3188 29.0292 12 29.2338C11.6811 29.4385 11.2734 29.317 11.0893 28.9626L10.6666 28.1488L10.244 28.9626C10.0599 29.317 9.65215 29.4385 9.33329 29.2338Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08283 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325ZM11.0542 5.50734C12.5726 2.95032 15.2593 1.33325 18.2391 1.33325C22.243 1.33325 25.6237 4.28953 26.5147 8.19534C28.5969 9.05046 29.9999 11.1904 29.9999 13.5765C29.9999 16.71 27.5585 19.3333 24.4823 19.3333H7.00776C5.5145 19.3333 4.09596 18.7254 3.0612 17.6353C1.95806 16.5395 1.37015 15.059 1.33352 13.4664L1.33325 13.4549V13.3769C1.33325 11.8605 1.89899 10.424 2.91109 9.31116C3.95619 8.16348 5.38193 7.51112 6.92191 7.48775C7.63391 6.25968 8.93634 5.45799 10.4274 5.45799C10.6338 5.45799 10.8431 5.47326 11.0542 5.50734Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-heavy-snow",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHeavySnow",
          "declaration": {
            "name": "ObiHeavySnow",
            "module": "src/icons/icon-heavy-snow.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-heavy-snow",
          "declaration": {
            "name": "ObiHeavySnow",
            "module": "src/icons/icon-heavy-snow.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-help.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHelp",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.56704 15.7132V15.4408C9.57258 14.5061 9.6585 13.761 9.8248 13.2055C9.99663 12.65 10.2461 12.2014 10.5731 11.8595C10.9002 11.5177 11.2937 11.2079 11.7538 10.9302C12.0975 10.7165 12.4051 10.4949 12.6768 10.2652C12.9484 10.0355 13.1646 9.78182 13.3253 9.50408C13.4861 9.221 13.5664 8.90587 13.5664 8.55869C13.5664 8.19015 13.475 7.86701 13.2921 7.58927C13.1091 7.31153 12.8625 7.09788 12.552 6.94833C12.2472 6.79878 11.909 6.724 11.5376 6.724C11.1773 6.724 10.8364 6.80145 10.5149 6.95634C10.1934 7.10589 9.93012 7.33022 9.72502 7.62933C9.51992 7.92309 9.40906 8.28896 9.39243 8.72694H6C6.02772 7.6587 6.29379 6.77741 6.79822 6.08306C7.30265 5.38336 7.9706 4.8626 8.80208 4.52076C9.63356 4.17359 10.551 4 11.5543 4C12.6574 4 13.633 4.17626 14.4811 4.52878C15.3292 4.87595 15.9944 5.38069 16.4766 6.043C16.9589 6.7053 17.2 7.50381 17.2 8.43852C17.2 9.06343 17.0919 9.61891 16.8757 10.105C16.6651 10.5857 16.3685 11.013 15.986 11.3868C15.6036 11.7554 15.1518 12.0892 14.6307 12.3883C14.1928 12.6393 13.8325 12.9011 13.5498 13.1735C13.2727 13.4459 13.0648 13.761 12.9262 14.1189C12.7932 14.4767 12.7239 14.9174 12.7183 15.4408V15.7132H9.56704Z\" fill=\"currentColor\"/> <path d=\"M9.56704 16.9684H12.7088V20H9.56704V16.9684Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.56704 15.7132V15.4408C9.57258 14.5061 9.6585 13.761 9.8248 13.2055C9.99663 12.65 10.2461 12.2014 10.5731 11.8595C10.9002 11.5177 11.2937 11.2079 11.7538 10.9302C12.0975 10.7165 12.4051 10.4949 12.6768 10.2652C12.9484 10.0355 13.1646 9.78182 13.3253 9.50408C13.4861 9.221 13.5664 8.90587 13.5664 8.55869C13.5664 8.19015 13.475 7.86701 13.2921 7.58927C13.1091 7.31153 12.8625 7.09788 12.552 6.94833C12.2472 6.79878 11.909 6.724 11.5376 6.724C11.1773 6.724 10.8364 6.80145 10.5149 6.95634C10.1934 7.10589 9.93012 7.33022 9.72502 7.62933C9.51992 7.92309 9.40906 8.28896 9.39243 8.72694H6C6.02772 7.6587 6.29379 6.77741 6.79822 6.08306C7.30265 5.38336 7.9706 4.8626 8.80208 4.52076C9.63356 4.17359 10.551 4 11.5543 4C12.6574 4 13.633 4.17626 14.4811 4.52878C15.3292 4.87595 15.9944 5.38069 16.4766 6.043C16.9589 6.7053 17.2 7.50381 17.2 8.43852C17.2 9.06343 17.0919 9.61891 16.8757 10.105C16.6651 10.5857 16.3685 11.013 15.986 11.3868C15.6036 11.7554 15.1518 12.0892 14.6307 12.3883C14.1928 12.6393 13.8325 12.9011 13.5498 13.1735C13.2727 13.4459 13.0648 13.761 12.9262 14.1189C12.7932 14.4767 12.7239 14.9174 12.7183 15.4408V15.7132H9.56704Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.56704 16.9684H12.7088V20H9.56704V16.9684Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-help",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHelp",
          "declaration": {
            "name": "ObiHelp",
            "module": "src/icons/icon-help.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-help",
          "declaration": {
            "name": "ObiHelp",
            "module": "src/icons/icon-help.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-history-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHistoryGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 21C9.7 21 7.696 20.2373 5.988 18.712C4.27933 17.1873 3.3 15.2833 3.05 13H5.1C5.33333 14.7333 6.104 16.1667 7.412 17.3C8.72067 18.4333 10.25 19 12 19C13.95 19 15.604 18.3207 16.962 16.962C18.3207 15.604 19 13.95 19 12C19 10.05 18.3207 8.39567 16.962 7.037C15.604 5.679 13.95 5 12 5C10.85 5 9.775 5.26667 8.775 5.8C7.775 6.33333 6.93333 7.06667 6.25 8H9V10H3V4H5V6.35C5.85 5.28333 6.88767 4.45833 8.113 3.875C9.33767 3.29167 10.6333 3 12 3C13.25 3 14.421 3.23733 15.513 3.712C16.6043 4.18733 17.5543 4.829 18.363 5.637C19.171 6.44567 19.8127 7.39567 20.288 8.487C20.7627 9.579 21 10.75 21 12C21 13.25 20.7627 14.4207 20.288 15.512C19.8127 16.604 19.171 17.554 18.363 18.362C17.5543 19.1707 16.6043 19.8127 15.513 20.288C14.421 20.7627 13.25 21 12 21ZM14.8 16.2L11 12.4V7H13V11.6L16.2 14.8L14.8 16.2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 21C9.7 21 7.696 20.2373 5.988 18.712C4.27933 17.1873 3.3 15.2833 3.05 13H5.1C5.33333 14.7333 6.104 16.1667 7.412 17.3C8.72067 18.4333 10.25 19 12 19C13.95 19 15.604 18.3207 16.962 16.962C18.3207 15.604 19 13.95 19 12C19 10.05 18.3207 8.39567 16.962 7.037C15.604 5.679 13.95 5 12 5C10.85 5 9.775 5.26667 8.775 5.8C7.775 6.33333 6.93333 7.06667 6.25 8H9V10H3V4H5V6.35C5.85 5.28333 6.88767 4.45833 8.113 3.875C9.33767 3.29167 10.6333 3 12 3C13.25 3 14.421 3.23733 15.513 3.712C16.6043 4.18733 17.5543 4.829 18.363 5.637C19.171 6.44567 19.8127 7.39567 20.288 8.487C20.7627 9.579 21 10.75 21 12C21 13.25 20.7627 14.4207 20.288 15.512C19.8127 16.604 19.171 17.554 18.363 18.362C17.5543 19.1707 16.6043 19.8127 15.513 20.288C14.421 20.7627 13.25 21 12 21ZM14.8 16.2L11 12.4V7H13V11.6L16.2 14.8L14.8 16.2Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-history-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHistoryGoogle",
          "declaration": {
            "name": "ObiHistoryGoogle",
            "module": "src/icons/icon-history-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-history-google",
          "declaration": {
            "name": "ObiHistoryGoogle",
            "module": "src/icons/icon-history-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-home.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHome",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 19H9V13H15V19H18V10L12 5.5L6 10V19ZM4 21V9L12 3L20 9V21H13V15H11V21H4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 19H9V13H15V19H18V10L12 5.5L6 10V19ZM4 21V9L12 3L20 9V21H13V15H11V21H4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-home",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHome",
          "declaration": {
            "name": "ObiHome",
            "module": "src/icons/icon-home.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-home",
          "declaration": {
            "name": "ObiHome",
            "module": "src/icons/icon-home.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-hvac.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHvac",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.6237 1.80347C17.8581 2.30594 18.9604 3.03377 19.9307 3.98697L19.9566 4.01291L21.487 3.12932L20.4297 7.07526L16.4838 6.01795L18.1048 5.08207C17.5619 4.61064 16.962 4.21565 16.3051 3.8971C15.1987 3.36127 14.0242 3.09335 12.7817 3.09335C11.8455 3.09335 10.9604 3.23803 10.1263 3.5274C9.29228 3.81676 8.52632 4.22527 7.82844 4.75294L6.80715 2.96569C7.65822 2.36994 8.58181 1.90185 9.5779 1.56142C10.5733 1.221 11.6327 1.05078 12.7561 1.05078C14.1008 1.05078 15.39 1.30168 16.6237 1.80347Z\" fill=\"currentColor\"/> <path d=\"M8.54334 20.5828C6.77311 19.7658 5.33038 18.5318 4.21513 16.8807C3.10057 15.2296 2.54329 13.3658 2.54329 11.2892C2.54329 10.8466 2.56883 10.4126 2.61989 9.98702C2.67095 9.56148 2.74755 9.14446 2.84968 8.73595L2.89704 8.59739L1.10352 8.0917L4.66764 6.09537L6.66397 9.6595L4.89053 9.15946C4.83659 9.35587 4.79052 9.55512 4.75233 9.75723C4.65837 10.2508 4.61139 10.7615 4.61139 11.2892C4.61139 12.9402 5.06246 14.4425 5.96459 15.7961C6.86673 17.1489 8.06674 18.1488 9.56462 18.7956L8.54334 20.5828Z\" fill=\"currentColor\"/> <path d=\"M15.9673 20.9782L16.1982 22.6306L12.9377 20.1694L15.3988 16.9089L15.6829 18.9428C16.9329 18.4797 18.0214 17.7198 18.9482 16.6632C20.284 15.1401 20.9519 13.3487 20.9519 11.2892C20.9519 11.1019 20.9479 10.9232 20.9397 10.753C20.9308 10.5828 20.9094 10.4126 20.8753 10.2423H22.9434C22.9605 10.4126 22.9734 10.5787 22.9823 10.7407C22.9904 10.9021 22.9945 11.0764 22.9945 11.2636C22.9945 13.5615 22.3096 15.617 20.9397 17.4301C19.6485 19.1377 17.991 20.3204 15.9673 20.9782Z\" fill=\"currentColor\"/> <path d=\"M16.9956 8.19974H8.82461C9.75623 6.95945 11.2395 6.15717 12.9101 6.15717C14.5808 6.15717 16.064 6.95945 16.9956 8.19974Z\" fill=\"currentColor\"/> <path d=\"M17.9144 12.2849C17.9814 11.9549 18.0165 11.6133 18.0165 11.2636C18.0165 10.9138 17.9814 10.5723 17.9144 10.2423H7.90585C7.83886 10.5723 7.8037 10.9138 7.8037 11.2636C7.8037 11.6133 7.83886 11.9549 7.90585 12.2849H17.9144Z\" fill=\"currentColor\"/> <path d=\"M16.9956 14.3274H8.82461C9.75623 15.5677 11.2395 16.37 12.9101 16.37C14.5808 16.37 16.064 15.5677 16.9956 14.3274Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.6237 1.80347C17.8581 2.30594 18.9604 3.03377 19.9307 3.98697L19.9566 4.01291L21.487 3.12932L20.4297 7.07526L16.4838 6.01795L18.1048 5.08207C17.5619 4.61064 16.962 4.21565 16.3051 3.8971C15.1987 3.36127 14.0242 3.09335 12.7817 3.09335C11.8455 3.09335 10.9604 3.23803 10.1263 3.5274C9.29228 3.81676 8.52632 4.22527 7.82844 4.75294L6.80715 2.96569C7.65822 2.36994 8.58181 1.90185 9.5779 1.56142C10.5733 1.221 11.6327 1.05078 12.7561 1.05078C14.1008 1.05078 15.39 1.30168 16.6237 1.80347Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.54334 20.5828C6.77311 19.7658 5.33038 18.5318 4.21513 16.8807C3.10057 15.2296 2.54329 13.3658 2.54329 11.2892C2.54329 10.8466 2.56883 10.4126 2.61989 9.98702C2.67095 9.56148 2.74755 9.14446 2.84968 8.73595L2.89704 8.59739L1.10352 8.0917L4.66764 6.09537L6.66397 9.6595L4.89053 9.15946C4.83659 9.35587 4.79052 9.55512 4.75233 9.75723C4.65837 10.2508 4.61139 10.7615 4.61139 11.2892C4.61139 12.9402 5.06246 14.4425 5.96459 15.7961C6.86673 17.1489 8.06674 18.1488 9.56462 18.7956L8.54334 20.5828Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.9673 20.9782L16.1982 22.6306L12.9377 20.1694L15.3988 16.9089L15.6829 18.9428C16.9329 18.4797 18.0214 17.7198 18.9482 16.6632C20.284 15.1401 20.9519 13.3487 20.9519 11.2892C20.9519 11.1019 20.9479 10.9232 20.9397 10.753C20.9308 10.5828 20.9094 10.4126 20.8753 10.2423H22.9434C22.9605 10.4126 22.9734 10.5787 22.9823 10.7407C22.9904 10.9021 22.9945 11.0764 22.9945 11.2636C22.9945 13.5615 22.3096 15.617 20.9397 17.4301C19.6485 19.1377 17.991 20.3204 15.9673 20.9782Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.9956 8.19974H8.82461C9.75623 6.95945 11.2395 6.15717 12.9101 6.15717C14.5808 6.15717 16.064 6.95945 16.9956 8.19974Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.9144 12.2849C17.9814 11.9549 18.0165 11.6133 18.0165 11.2636C18.0165 10.9138 17.9814 10.5723 17.9144 10.2423H7.90585C7.83886 10.5723 7.8037 10.9138 7.8037 11.2636C7.8037 11.6133 7.83886 11.9549 7.90585 12.2849H17.9144Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.9956 14.3274H8.82461C9.75623 15.5677 11.2395 16.37 12.9101 16.37C14.5808 16.37 16.064 15.5677 16.9956 14.3274Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-hvac",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHvac",
          "declaration": {
            "name": "ObiHvac",
            "module": "src/icons/icon-hvac.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-hvac",
          "declaration": {
            "name": "ObiHvac",
            "module": "src/icons/icon-hvac.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-hydraulic-separator.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiHydraulicSeparator",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V6.01199H21V4C21 3.44772 20.5523 3 20 3H4C3.44772 3 3 3.44772 3 4V6.01199H2V4Z\" fill=\"currentColor\"/> <path d=\"M21 9.99048H22V14.0418H21V9.99048Z\" fill=\"currentColor\"/> <path d=\"M3 14.0418V9.99048H2V14.0418H3Z\" fill=\"currentColor\"/> <path d=\"M21 18.0062H22V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V18.0062H3V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20V18.0062Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 17.0083H1V15.0083H23V17.0083Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 8.99996L1 8.99996L1 6.99996L23 6.99996V8.99996Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V6.01199H21V4C21 3.44772 20.5523 3 20 3H4C3.44772 3 3 3.44772 3 4V6.01199H2V4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 9.99048H22V14.0418H21V9.99048Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3 14.0418V9.99048H2V14.0418H3Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 18.0062H22V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V18.0062H3V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20V18.0062Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 17.0083H1V15.0083H23V17.0083Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 8.99996L1 8.99996L1 6.99996L23 6.99996V8.99996Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-hydraulic-separator",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiHydraulicSeparator",
          "declaration": {
            "name": "ObiHydraulicSeparator",
            "module": "src/icons/icon-hydraulic-separator.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-hydraulic-separator",
          "declaration": {
            "name": "ObiHydraulicSeparator",
            "module": "src/icons/icon-hydraulic-separator.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ias.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiIas",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 4.25C3.37014 4.25 3.69331 4.0489 3.86622 3.75H5V11.75H3.86622C3.69331 11.4511 3.37014 11.25 3 11.25C2.44772 11.25 2 11.6977 2 12.25C2 12.8023 2.44772 13.25 3 13.25C3.37014 13.25 3.69331 13.0489 3.86622 12.75H5V20.75H3.86622C3.69331 20.4511 3.37014 20.25 3 20.25C2.44772 20.25 2 20.6977 2 21.25C2 21.8023 2.44772 22.25 3 22.25C3.37014 22.25 3.69331 22.0489 3.86622 21.75H6V2.75H3.86622C3.69331 2.4511 3.37014 2.25 3 2.25C2.44772 2.25 2 2.69772 2 3.25C2 3.80228 2.44772 4.25 3 4.25Z\" fill=\"currentColor\"/> <path d=\"M22 12.25C22 12.8023 21.5523 13.25 21 13.25C20.6299 13.25 20.3067 13.0489 20.1338 12.75H19V20.75H20.1338C20.3067 20.4511 20.6299 20.25 21 20.25C21.5523 20.25 22 20.6977 22 21.25C22 21.8023 21.5523 22.25 21 22.25C20.6299 22.25 20.3067 22.0489 20.1338 21.75H18L18 2.75L20.1338 2.75C20.3067 2.4511 20.6299 2.25 21 2.25C21.5523 2.25 22 2.69772 22 3.25C22 3.80228 21.5523 4.25 21 4.25C20.6299 4.25 20.3067 4.0489 20.1338 3.75L19 3.75V11.75H20.1338C20.3067 11.4511 20.6299 11.25 21 11.25C21.5523 11.25 22 11.6977 22 12.25Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 17L10.7 15.5C10.5 15.4167 10.3125 15.3292 10.1375 15.2375C9.9625 15.1458 9.78333 15.0333 9.6 14.9L8.15 15.35L7.15 13.65L8.3 12.65C8.26667 12.4167 8.25 12.2 8.25 12C8.25 11.8 8.26667 11.5833 8.3 11.35L7.15 10.35L8.15 8.65L9.6 9.1C9.78333 8.96667 9.9625 8.85417 10.1375 8.7625C10.3125 8.67083 10.5 8.58333 10.7 8.5L11 7H13L13.3 8.5C13.5 8.58333 13.6875 8.675 13.8625 8.775C14.0375 8.875 14.2167 9 14.4 9.15L15.85 8.65L16.85 10.4L15.7 11.4C15.7333 11.6 15.75 11.8083 15.75 12.025C15.75 12.2417 15.7333 12.45 15.7 12.65L16.85 13.65L15.85 15.35L14.4 14.9C14.2167 15.0333 14.0375 15.1458 13.8625 15.2375C13.6875 15.3292 13.5 15.4167 13.3 15.5L13 17H11ZM13.4125 13.4125C13.0208 13.8042 12.55 14 12 14C11.45 14 10.9792 13.8042 10.5875 13.4125C10.1958 13.0208 10 12.55 10 12C10 11.45 10.1958 10.9792 10.5875 10.5875C10.9792 10.1958 11.45 10 12 10C12.55 10 13.0208 10.1958 13.4125 10.5875C13.8042 10.9792 14 11.45 14 12C14 12.55 13.8042 13.0208 13.4125 13.4125Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 4.25C3.37014 4.25 3.69331 4.0489 3.86622 3.75H5V11.75H3.86622C3.69331 11.4511 3.37014 11.25 3 11.25C2.44772 11.25 2 11.6977 2 12.25C2 12.8023 2.44772 13.25 3 13.25C3.37014 13.25 3.69331 13.0489 3.86622 12.75H5V20.75H3.86622C3.69331 20.4511 3.37014 20.25 3 20.25C2.44772 20.25 2 20.6977 2 21.25C2 21.8023 2.44772 22.25 3 22.25C3.37014 22.25 3.69331 22.0489 3.86622 21.75H6V2.75H3.86622C3.69331 2.4511 3.37014 2.25 3 2.25C2.44772 2.25 2 2.69772 2 3.25C2 3.80228 2.44772 4.25 3 4.25Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 12.25C22 12.8023 21.5523 13.25 21 13.25C20.6299 13.25 20.3067 13.0489 20.1338 12.75H19V20.75H20.1338C20.3067 20.4511 20.6299 20.25 21 20.25C21.5523 20.25 22 20.6977 22 21.25C22 21.8023 21.5523 22.25 21 22.25C20.6299 22.25 20.3067 22.0489 20.1338 21.75H18L18 2.75L20.1338 2.75C20.3067 2.4511 20.6299 2.25 21 2.25C21.5523 2.25 22 2.69772 22 3.25C22 3.80228 21.5523 4.25 21 4.25C20.6299 4.25 20.3067 4.0489 20.1338 3.75L19 3.75V11.75H20.1338C20.3067 11.4511 20.6299 11.25 21 11.25C21.5523 11.25 22 11.6977 22 12.25Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 17L10.7 15.5C10.5 15.4167 10.3125 15.3292 10.1375 15.2375C9.9625 15.1458 9.78333 15.0333 9.6 14.9L8.15 15.35L7.15 13.65L8.3 12.65C8.26667 12.4167 8.25 12.2 8.25 12C8.25 11.8 8.26667 11.5833 8.3 11.35L7.15 10.35L8.15 8.65L9.6 9.1C9.78333 8.96667 9.9625 8.85417 10.1375 8.7625C10.3125 8.67083 10.5 8.58333 10.7 8.5L11 7H13L13.3 8.5C13.5 8.58333 13.6875 8.675 13.8625 8.775C14.0375 8.875 14.2167 9 14.4 9.15L15.85 8.65L16.85 10.4L15.7 11.4C15.7333 11.6 15.75 11.8083 15.75 12.025C15.75 12.2417 15.7333 12.45 15.7 12.65L16.85 13.65L15.85 15.35L14.4 14.9C14.2167 15.0333 14.0375 15.1458 13.8625 15.2375C13.6875 15.3292 13.5 15.4167 13.3 15.5L13 17H11ZM13.4125 13.4125C13.0208 13.8042 12.55 14 12 14C11.45 14 10.9792 13.8042 10.5875 13.4125C10.1958 13.0208 10 12.55 10 12C10 11.45 10.1958 10.9792 10.5875 10.5875C10.9792 10.1958 11.45 10 12 10C12.55 10 13.0208 10.1958 13.4125 10.5875C13.8042 10.9792 14 11.45 14 12C14 12.55 13.8042 13.0208 13.4125 13.4125Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ias",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiIas",
          "declaration": {
            "name": "ObiIas",
            "module": "src/icons/icon-ias.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ias",
          "declaration": {
            "name": "ObiIas",
            "module": "src/icons/icon-ias.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-iceberg.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiIceberg",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 5L7.5 3.5L4.56846 9.23638C4.05611 9.4114 3.52806 9.50404 3 9.50404H2V11.504H3C4.04242 11.504 5.07761 11.2395 6 10.754C7.89 11.754 10.11 11.754 12 10.754C13.89 11.754 16.11 11.754 18 10.754C18.94 11.254 19.97 11.504 21 11.504H22V9.50404H21C20.517 9.50404 20.0344 9.4265 19.5635 9.27933L17 4L15 5.5L11.9999 1.5L9 5ZM7.89737 6.01869L6.48224 8.78778C6.66464 8.89388 6.85904 9.00145 6.98565 9.05598C8.27971 9.61426 9.71724 9.61467 11.0115 9.05721C11.3115 8.92801 12.0053 8.5 12.0053 8.5C12.0053 8.5 12.6885 8.92801 12.9885 9.05721C14.2809 9.61385 15.7161 9.61426 17.0086 9.05844C17.1609 8.99286 17.4152 8.85186 17.6288 8.72891L16.4451 6.2912L14.7 7.59999L11.9219 3.89594L9.08474 7.20606L7.89737 6.01869Z\" fill=\"currentColor\"/> <path d=\"M19.9271 13.4305L15 20L14 19L12 22.5L4.95679 13.2558C5.3096 13.1648 5.65767 13.049 5.99914 12.9086C7.92764 13.7024 10.0714 13.7025 12 12.909C13.9279 13.7022 16.0709 13.7024 17.9989 12.9094C18.6224 13.1663 19.2703 13.3401 19.9271 13.4305Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 5L7.5 3.5L4.56846 9.23638C4.05611 9.4114 3.52806 9.50404 3 9.50404H2V11.504H3C4.04242 11.504 5.07761 11.2395 6 10.754C7.89 11.754 10.11 11.754 12 10.754C13.89 11.754 16.11 11.754 18 10.754C18.94 11.254 19.97 11.504 21 11.504H22V9.50404H21C20.517 9.50404 20.0344 9.4265 19.5635 9.27933L17 4L15 5.5L11.9999 1.5L9 5ZM7.89737 6.01869L6.48224 8.78778C6.66464 8.89388 6.85904 9.00145 6.98565 9.05598C8.27971 9.61426 9.71724 9.61467 11.0115 9.05721C11.3115 8.92801 12.0053 8.5 12.0053 8.5C12.0053 8.5 12.6885 8.92801 12.9885 9.05721C14.2809 9.61385 15.7161 9.61426 17.0086 9.05844C17.1609 8.99286 17.4152 8.85186 17.6288 8.72891L16.4451 6.2912L14.7 7.59999L11.9219 3.89594L9.08474 7.20606L7.89737 6.01869Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.9271 13.4305L15 20L14 19L12 22.5L4.95679 13.2558C5.3096 13.1648 5.65767 13.049 5.99914 12.9086C7.92764 13.7024 10.0714 13.7025 12 12.909C13.9279 13.7022 16.0709 13.7024 17.9989 12.9094C18.6224 13.1663 19.2703 13.3401 19.9271 13.4305Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-iceberg",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiIceberg",
          "declaration": {
            "name": "ObiIceberg",
            "module": "src/icons/icon-iceberg.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-iceberg",
          "declaration": {
            "name": "ObiIceberg",
            "module": "src/icons/icon-iceberg.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-id-tag.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiIdTag",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.25 3L9.125 7.99979L5.5 8V10L8.675 9.99979L7.775 13.9998H4.5V15.9998H7.325L6.19995 21H8.24995L9.375 15.9998H12.825L11.7 21H13.75L14.875 15.9998L18.5 16V14L15.325 13.9998L16.225 9.99979H19.5V7.99979H16.675L17.8 3H15.75L14.625 7.99979H11.175L12.3 3H10.25ZM10.725 9.99979L9.825 13.9998H13.275L14.175 9.99979H10.725Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.25 3L9.125 7.99979L5.5 8V10L8.675 9.99979L7.775 13.9998H4.5V15.9998H7.325L6.19995 21H8.24995L9.375 15.9998H12.825L11.7 21H13.75L14.875 15.9998L18.5 16V14L15.325 13.9998L16.225 9.99979H19.5V7.99979H16.675L17.8 3H15.75L14.625 7.99979H11.175L12.3 3H10.25ZM10.725 9.99979L9.825 13.9998H13.275L14.175 9.99979H10.725Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-id-tag",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiIdTag",
          "declaration": {
            "name": "ObiIdTag",
            "module": "src/icons/icon-id-tag.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-id-tag",
          "declaration": {
            "name": "ObiIdTag",
            "module": "src/icons/icon-id-tag.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-iec-chart-disp-set-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiIecChartDispSetProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4999 11.0498L23.2216 15.5L21.293 17L23.2216 18.5L17.4999 22.9501L11.7783 18.5L13.7069 17L11.7783 15.5L17.4999 11.0498ZM17.4999 19.9501L20.0714 17.9501L20.7783 18.5L17.4999 21.0498L14.2216 18.5L14.9285 17.9501L17.4999 19.9501ZM14.2216 15.5L17.4999 18.0498L20.7783 15.5L17.4999 12.9501L14.2216 15.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.10608 4.74025L8.5 2L15.5 4L21.2253 2.36421C21.8641 2.18169 22.5 2.66135 22.5 3.32573V12.5L21 11.5V3.98859L16.25 5.34574V10L14.75 11V5.34574L9.25 3.77431V18.6786L2.89392 21.4026C2.23405 21.6854 1.5 21.2014 1.5 20.4835V5.6594C1.5 5.25937 1.7384 4.89783 2.10608 4.74025ZM3 5.98909L7.75 3.95338V17.6895L3 19.7252V5.98909Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4999 11.0498L23.2216 15.5L21.293 17L23.2216 18.5L17.4999 22.9501L11.7783 18.5L13.7069 17L11.7783 15.5L17.4999 11.0498ZM17.4999 19.9501L20.0714 17.9501L20.7783 18.5L17.4999 21.0498L14.2216 18.5L14.9285 17.9501L17.4999 19.9501ZM14.2216 15.5L17.4999 18.0498L20.7783 15.5L17.4999 12.9501L14.2216 15.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.10608 4.74025L8.5 2L15.5 4L21.2253 2.36421C21.8641 2.18169 22.5 2.66135 22.5 3.32573V12.5L21 11.5V3.98859L16.25 5.34574V10L14.75 11V5.34574L9.25 3.77431V18.6786L2.89392 21.4026C2.23405 21.6854 1.5 21.2014 1.5 20.4835V5.6594C1.5 5.25937 1.7384 4.89783 2.10608 4.74025ZM3 5.98909L7.75 3.95338V17.6895L3 19.7252V5.98909Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-iec-chart-disp-set-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiIecChartDispSetProposal",
          "declaration": {
            "name": "ObiIecChartDispSetProposal",
            "module": "src/icons/icon-iec-chart-disp-set-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-iec-chart-disp-set-proposal",
          "declaration": {
            "name": "ObiIecChartDispSetProposal",
            "module": "src/icons/icon-iec-chart-disp-set-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-iec-chart-disp-set.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiIecChartDispSet",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.35986 6.25C4.70707 6.25 6.60986 4.34721 6.60986 2H8.10986C8.10986 5.17564 5.5355 7.75 2.35986 7.75V6.25Z\" fill=\"currentColor\"/> <path d=\"M22.3599 17.75C20.0127 17.75 18.1099 19.6528 18.1099 22H16.6099C16.6099 18.8244 19.1842 16.25 22.3599 16.25V17.75Z\" fill=\"currentColor\"/> <path d=\"M21.6481 14.7844C21.882 14.7617 22.1195 14.75 22.3599 14.75V13.25C22.0709 13.25 21.785 13.264 21.5028 13.2915L21.6481 14.7844Z\" fill=\"currentColor\"/> <path d=\"M18.9421 15.6043C19.3572 15.3821 19.7962 15.1991 20.2543 15.0603L19.8193 13.6247C19.2655 13.7925 18.7351 14.0136 18.2339 14.2821L18.9421 15.6043Z\" fill=\"currentColor\"/> <path d=\"M16.755 17.4009C17.0567 17.0338 17.3937 16.6968 17.7608 16.3952L16.8085 15.2362C16.3659 15.5998 15.9597 16.0061 15.5961 16.4487L16.755 17.4009Z\" fill=\"currentColor\"/> <path d=\"M15.4202 19.8944C15.5589 19.4363 15.7419 18.9973 15.9642 18.5823L14.6419 17.874C14.3735 18.3752 14.1524 18.9057 13.9846 19.4595L15.4202 19.8944Z\" fill=\"currentColor\"/> <path d=\"M15.1099 22C15.1099 21.7596 15.1215 21.5222 15.1443 21.2882L13.6514 21.1429C13.6239 21.4251 13.6099 21.711 13.6099 22H15.1099Z\" fill=\"currentColor\"/> <path d=\"M2.35986 9.25C2.60025 9.25 2.83768 9.23833 3.07166 9.21556L3.21695 10.7085C2.93476 10.736 2.64884 10.75 2.35986 10.75V9.25Z\" fill=\"currentColor\"/> <path d=\"M4.46546 8.93971C4.92356 8.80092 5.36258 8.61794 5.77759 8.39566L6.48582 9.71793C5.98467 9.98635 5.45419 10.2075 4.90039 10.3753L4.46546 8.93971Z\" fill=\"currentColor\"/> <path d=\"M6.95897 7.60483C7.32608 7.30321 7.66307 6.96622 7.96469 6.5991L9.12367 7.55135C8.76003 7.99394 8.3538 8.40017 7.91121 8.76381L6.95897 7.60483Z\" fill=\"currentColor\"/> <path d=\"M8.75552 5.41773C8.97781 5.00271 9.16079 4.5637 9.29958 4.1056L10.7351 4.54053C10.5674 5.09433 10.3462 5.62481 10.0778 6.12596L8.75552 5.41773Z\" fill=\"currentColor\"/> <path d=\"M9.57542 2.71179C9.59819 2.47782 9.60987 2.24038 9.60987 2H11.1099C11.1099 2.28898 11.0958 2.5749 11.0684 2.85709L9.57542 2.71179Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9535 6.88066C16.58 6.88608 17.1945 6.95679 17.7392 7.05028C17.8327 7.59506 17.9034 8.20954 17.9089 8.83599C17.9205 10.1789 17.6327 11.3995 16.8271 12.205L9.96107 19.0711L5.71843 14.8285L12.5845 7.96237C13.39 7.15686 14.6106 6.86906 15.9535 6.88066ZM15.7665 11.1444L9.96107 16.9498L7.83975 14.8285L13.6452 9.02303C14.0332 8.63496 14.7619 8.37042 15.9406 8.38061C16.091 8.38191 16.242 8.38774 16.3922 8.39735C16.4018 8.54756 16.4076 8.69848 16.4089 8.84896C16.4191 10.0276 16.1546 10.7563 15.7665 11.1444Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.35986 6.25C4.70707 6.25 6.60986 4.34721 6.60986 2H8.10986C8.10986 5.17564 5.5355 7.75 2.35986 7.75V6.25Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22.3599 17.75C20.0127 17.75 18.1099 19.6528 18.1099 22H16.6099C16.6099 18.8244 19.1842 16.25 22.3599 16.25V17.75Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21.6481 14.7844C21.882 14.7617 22.1195 14.75 22.3599 14.75V13.25C22.0709 13.25 21.785 13.264 21.5028 13.2915L21.6481 14.7844Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.9421 15.6043C19.3572 15.3821 19.7962 15.1991 20.2543 15.0603L19.8193 13.6247C19.2655 13.7925 18.7351 14.0136 18.2339 14.2821L18.9421 15.6043Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.755 17.4009C17.0567 17.0338 17.3937 16.6968 17.7608 16.3952L16.8085 15.2362C16.3659 15.5998 15.9597 16.0061 15.5961 16.4487L16.755 17.4009Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.4202 19.8944C15.5589 19.4363 15.7419 18.9973 15.9642 18.5823L14.6419 17.874C14.3735 18.3752 14.1524 18.9057 13.9846 19.4595L15.4202 19.8944Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.1099 22C15.1099 21.7596 15.1215 21.5222 15.1443 21.2882L13.6514 21.1429C13.6239 21.4251 13.6099 21.711 13.6099 22H15.1099Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.35986 9.25C2.60025 9.25 2.83768 9.23833 3.07166 9.21556L3.21695 10.7085C2.93476 10.736 2.64884 10.75 2.35986 10.75V9.25Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.46546 8.93971C4.92356 8.80092 5.36258 8.61794 5.77759 8.39566L6.48582 9.71793C5.98467 9.98635 5.45419 10.2075 4.90039 10.3753L4.46546 8.93971Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.95897 7.60483C7.32608 7.30321 7.66307 6.96622 7.96469 6.5991L9.12367 7.55135C8.76003 7.99394 8.3538 8.40017 7.91121 8.76381L6.95897 7.60483Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.75552 5.41773C8.97781 5.00271 9.16079 4.5637 9.29958 4.1056L10.7351 4.54053C10.5674 5.09433 10.3462 5.62481 10.0778 6.12596L8.75552 5.41773Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.57542 2.71179C9.59819 2.47782 9.60987 2.24038 9.60987 2H11.1099C11.1099 2.28898 11.0958 2.5749 11.0684 2.85709L9.57542 2.71179Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9535 6.88066C16.58 6.88608 17.1945 6.95679 17.7392 7.05028C17.8327 7.59506 17.9034 8.20954 17.9089 8.83599C17.9205 10.1789 17.6327 11.3995 16.8271 12.205L9.96107 19.0711L5.71843 14.8285L12.5845 7.96237C13.39 7.15686 14.6106 6.86906 15.9535 6.88066ZM15.7665 11.1444L9.96107 16.9498L7.83975 14.8285L13.6452 9.02303C14.0332 8.63496 14.7619 8.37042 15.9406 8.38061C16.091 8.38191 16.242 8.38774 16.3922 8.39735C16.4018 8.54756 16.4076 8.69848 16.4089 8.84896C16.4191 10.0276 16.1546 10.7563 15.7665 11.1444Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-iec-chart-disp-set",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiIecChartDispSet",
          "declaration": {
            "name": "ObiIecChartDispSet",
            "module": "src/icons/icon-iec-chart-disp-set.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-iec-chart-disp-set",
          "declaration": {
            "name": "ObiIecChartDispSet",
            "module": "src/icons/icon-iec-chart-disp-set.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-info-report-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiInfoReportIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.25 4V1H6.75V4H5.25Z\" fill=\"currentColor\"/> <path d=\"M5.25 11V8H6.75V11H5.25Z\" fill=\"currentColor\"/> <path d=\"M1 5.25H4V6.75H1L1 5.25Z\" fill=\"currentColor\"/> <path d=\"M11 5.25H8V6.75H11V5.25Z\" fill=\"currentColor\"/> <path d=\"M15.25 14V17H16.75V14H15.25Z\" fill=\"currentColor\"/> <path d=\"M16 13C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11C15.4477 11 15 11.4477 15 12C15 12.5523 15.4477 13 16 13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.2727 19H21C21.5523 19 22 18.5523 22 18V10C22 9.44772 21.5523 9 21 9H11C10.4477 9 10 9.44771 10 10V22L13.2727 19ZM11.5 18.5901L12.6893 17.5H20.5V10.5H11.5V18.5901Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.25 4V1H6.75V4H5.25Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.25 11V8H6.75V11H5.25Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M1 5.25H4V6.75H1L1 5.25Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 5.25H8V6.75H11V5.25Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.25 14V17H16.75V14H15.25Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16 13C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11C15.4477 11 15 11.4477 15 12C15 12.5523 15.4477 13 16 13Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.2727 19H21C21.5523 19 22 18.5523 22 18V10C22 9.44772 21.5523 9 21 9H11C10.4477 9 10 9.44771 10 10V22L13.2727 19ZM11.5 18.5901L12.6893 17.5H20.5V10.5H11.5V18.5901Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-info-report-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiInfoReportIec",
          "declaration": {
            "name": "ObiInfoReportIec",
            "module": "src/icons/icon-info-report-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-info-report-iec",
          "declaration": {
            "name": "ObiInfoReportIec",
            "module": "src/icons/icon-info-report-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-info-report-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiInfoReportProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 8.5C12.2833 8.5 12.5208 8.40417 12.7125 8.2125C12.9042 8.02083 13 7.78333 13 7.5C13 7.21667 12.9042 6.97917 12.7125 6.7875C12.5208 6.59583 12.2833 6.5 12 6.5C11.7167 6.5 11.4792 6.59583 11.2875 6.7875C11.0958 6.97917 11 7.21667 11 7.5C11 7.78333 11.0958 8.02083 11.2875 8.2125C11.4792 8.40417 11.7167 8.5 12 8.5ZM11 15H13V10H11V15ZM2 23V5C2 4.45 2.19583 3.97917 2.5875 3.5875C2.97917 3.19583 3.45 3 4 3H20C20.55 3 21.0208 3.19583 21.4125 3.5875C21.8042 3.97917 22 4.45 22 5V17C22 17.55 21.8042 18.0208 21.4125 18.4125C21.0208 18.8042 20.55 19 20 19H6L2 23ZM5.15 17H20V5H4V18.125L5.15 17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 8.5C12.2833 8.5 12.5208 8.40417 12.7125 8.2125C12.9042 8.02083 13 7.78333 13 7.5C13 7.21667 12.9042 6.97917 12.7125 6.7875C12.5208 6.59583 12.2833 6.5 12 6.5C11.7167 6.5 11.4792 6.59583 11.2875 6.7875C11.0958 6.97917 11 7.21667 11 7.5C11 7.78333 11.0958 8.02083 11.2875 8.2125C11.4792 8.40417 11.7167 8.5 12 8.5ZM11 15H13V10H11V15ZM2 23V5C2 4.45 2.19583 3.97917 2.5875 3.5875C2.97917 3.19583 3.45 3 4 3H20C20.55 3 21.0208 3.19583 21.4125 3.5875C21.8042 3.97917 22 4.45 22 5V17C22 17.55 21.8042 18.0208 21.4125 18.4125C21.0208 18.8042 20.55 19 20 19H6L2 23ZM5.15 17H20V5H4V18.125L5.15 17Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-info-report-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiInfoReportProposal",
          "declaration": {
            "name": "ObiInfoReportProposal",
            "module": "src/icons/icon-info-report-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-info-report-proposal",
          "declaration": {
            "name": "ObiInfoReportProposal",
            "module": "src/icons/icon-info-report-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-info.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiInfo",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 7H13V9H11V7ZM11 11H13V17H11V11ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 7H13V9H11V7ZM11 11H13V17H11V11ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-info",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiInfo",
          "declaration": {
            "name": "ObiInfo",
            "module": "src/icons/icon-info.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-info",
          "declaration": {
            "name": "ObiInfo",
            "module": "src/icons/icon-info.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-input-devices-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiInputDevicesGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17.2947 19.8957C18.3584 19.8957 19.2686 19.519 20.0255 18.7656C20.7824 18.0123 21.1609 17.1027 21.1609 16.037V14.6403H13.4435V16.037C13.4435 17.1027 13.8194 18.0123 14.5714 18.7656C15.3232 19.519 16.231 19.8957 17.2947 19.8957ZM13.4435 12.8576H16.4109V9.3098C15.5768 9.51198 14.8857 9.93644 14.3375 10.5832C13.7893 11.2299 13.4913 11.9881 13.4435 12.8576ZM18.1935 12.8576H21.1609C21.113 11.9881 20.815 11.2299 20.2668 10.5832C19.7187 9.93644 19.0275 9.51198 18.1935 9.3098V12.8576ZM17.3054 21.7207C15.7179 21.7207 14.3731 21.1695 13.2713 20.0673C12.1694 18.965 11.6185 17.6215 11.6185 16.037V13.1783C11.6185 11.6023 12.1697 10.261 13.2722 9.15445C14.3746 8.04787 15.7183 7.49458 17.3031 7.49458C18.8879 7.49458 20.2336 8.04787 21.3402 9.15445C22.4467 10.261 23 11.6023 23 13.1783V16.037C23 17.6215 22.4478 18.965 21.3434 20.0673C20.239 21.1695 18.893 21.7207 17.3054 21.7207ZM3.98045 19.7207C3.43867 19.7207 2.97315 19.526 2.5839 19.1368C2.19463 18.7475 2 18.282 2 17.7402V4.99458C2 4.44891 2.19463 3.98006 2.5839 3.58803C2.97315 3.19601 3.43867 3 3.98045 3H21.0054C21.5511 3 22.0199 3.19601 22.412 3.58803C22.804 3.98006 23 4.44891 23 4.99458V8.75763C22.7203 8.41301 22.4147 8.10348 22.0832 7.82905C21.7516 7.55462 21.3924 7.30798 21.0054 7.08915V4.99458H3.98045V17.7402H10.3511C10.4156 18.0984 10.5138 18.4431 10.6457 18.7746C10.7775 19.106 10.9384 19.4214 11.1283 19.7207H3.98045Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17.2947 19.8957C18.3584 19.8957 19.2686 19.519 20.0255 18.7656C20.7824 18.0123 21.1609 17.1027 21.1609 16.037V14.6403H13.4435V16.037C13.4435 17.1027 13.8194 18.0123 14.5714 18.7656C15.3232 19.519 16.231 19.8957 17.2947 19.8957ZM13.4435 12.8576H16.4109V9.3098C15.5768 9.51198 14.8857 9.93644 14.3375 10.5832C13.7893 11.2299 13.4913 11.9881 13.4435 12.8576ZM18.1935 12.8576H21.1609C21.113 11.9881 20.815 11.2299 20.2668 10.5832C19.7187 9.93644 19.0275 9.51198 18.1935 9.3098V12.8576ZM17.3054 21.7207C15.7179 21.7207 14.3731 21.1695 13.2713 20.0673C12.1694 18.965 11.6185 17.6215 11.6185 16.037V13.1783C11.6185 11.6023 12.1697 10.261 13.2722 9.15445C14.3746 8.04787 15.7183 7.49458 17.3031 7.49458C18.8879 7.49458 20.2336 8.04787 21.3402 9.15445C22.4467 10.261 23 11.6023 23 13.1783V16.037C23 17.6215 22.4478 18.965 21.3434 20.0673C20.239 21.1695 18.893 21.7207 17.3054 21.7207ZM3.98045 19.7207C3.43867 19.7207 2.97315 19.526 2.5839 19.1368C2.19463 18.7475 2 18.282 2 17.7402V4.99458C2 4.44891 2.19463 3.98006 2.5839 3.58803C2.97315 3.19601 3.43867 3 3.98045 3H21.0054C21.5511 3 22.0199 3.19601 22.412 3.58803C22.804 3.98006 23 4.44891 23 4.99458V8.75763C22.7203 8.41301 22.4147 8.10348 22.0832 7.82905C21.7516 7.55462 21.3924 7.30798 21.0054 7.08915V4.99458H3.98045V17.7402H10.3511C10.4156 18.0984 10.5138 18.4431 10.6457 18.7746C10.7775 19.106 10.9384 19.4214 11.1283 19.7207H3.98045Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-input-devices-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiInputDevicesGoogle",
          "declaration": {
            "name": "ObiInputDevicesGoogle",
            "module": "src/icons/icon-input-devices-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-input-devices-google",
          "declaration": {
            "name": "ObiInputDevicesGoogle",
            "module": "src/icons/icon-input-devices-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-input-keyboard-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiInputKeyboardGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.5 19C3.1 19 2.75 18.8458 2.45 18.5375C2.15 18.2292 2 17.8833 2 17.5V6.5C2 6.1 2.15 5.75 2.45 5.45C2.75 5.15 3.1 5 3.5 5H20.5C20.9 5 21.25 5.15 21.55 5.45C21.85 5.75 22 6.1 22 6.5V17.5C22 17.8833 21.85 18.2292 21.55 18.5375C21.25 18.8458 20.9 19 20.5 19H3.5ZM3.5 17.5H20.5V6.5H3.5V17.5ZM7.5 15.875H16.5V14.375H7.5V15.875ZM5.075 12.75H6.575V11.25H5.075V12.75ZM8.175 12.75H9.675V11.25H8.175V12.75ZM11.25 12.75H12.75V11.25H11.25V12.75ZM14.35 12.75H15.85V11.25H14.35V12.75ZM17.425 12.75H18.925V11.25H17.425V12.75ZM5.075 9.625H6.575V8.125H5.075V9.625ZM8.175 9.625H9.675V8.125H8.175V9.625ZM11.25 9.625H12.75V8.125H11.25V9.625ZM14.35 9.625H15.85V8.125H14.35V9.625ZM17.425 9.625H18.925V8.125H17.425V9.625Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.5 19C3.1 19 2.75 18.8458 2.45 18.5375C2.15 18.2292 2 17.8833 2 17.5V6.5C2 6.1 2.15 5.75 2.45 5.45C2.75 5.15 3.1 5 3.5 5H20.5C20.9 5 21.25 5.15 21.55 5.45C21.85 5.75 22 6.1 22 6.5V17.5C22 17.8833 21.85 18.2292 21.55 18.5375C21.25 18.8458 20.9 19 20.5 19H3.5ZM3.5 17.5H20.5V6.5H3.5V17.5ZM7.5 15.875H16.5V14.375H7.5V15.875ZM5.075 12.75H6.575V11.25H5.075V12.75ZM8.175 12.75H9.675V11.25H8.175V12.75ZM11.25 12.75H12.75V11.25H11.25V12.75ZM14.35 12.75H15.85V11.25H14.35V12.75ZM17.425 12.75H18.925V11.25H17.425V12.75ZM5.075 9.625H6.575V8.125H5.075V9.625ZM8.175 9.625H9.675V8.125H8.175V9.625ZM11.25 9.625H12.75V8.125H11.25V9.625ZM14.35 9.625H15.85V8.125H14.35V9.625ZM17.425 9.625H18.925V8.125H17.425V9.625Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-input-keyboard-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiInputKeyboardGoogle",
          "declaration": {
            "name": "ObiInputKeyboardGoogle",
            "module": "src/icons/icon-input-keyboard-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-input-keyboard-google",
          "declaration": {
            "name": "ObiInputKeyboardGoogle",
            "module": "src/icons/icon-input-keyboard-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-input-keyboard-screen-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiInputKeyboardScreenGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.25 16.875H15.75C15.9625 16.875 16.1406 16.8027 16.2844 16.6581C16.4281 16.5135 16.5 16.3344 16.5 16.1206C16.5 15.9069 16.4281 15.7292 16.2844 15.5875C16.1406 15.4458 15.9625 15.375 15.75 15.375H8.25C8.0375 15.375 7.85938 15.4473 7.71563 15.5919C7.57188 15.7365 7.5 15.9156 7.5 16.1294C7.5 16.3431 7.57188 16.5208 7.71563 16.6625C7.85938 16.8042 8.0375 16.875 8.25 16.875ZM5.075 13.75H6.575V12.25H5.075V13.75ZM8.175 13.75H9.675V12.25H8.175V13.75ZM11.25 13.75H12.75V12.25H11.25V13.75ZM14.35 13.75H15.85V12.25H14.35V13.75ZM17.425 13.75H18.925V12.25H17.425V13.75ZM3.5 20C3.1 20 2.75 19.85 2.45 19.55C2.15 19.25 2 18.9 2 18.5V5.5C2 5.1 2.15 4.75 2.45 4.45C2.75 4.15 3.1 4 3.5 4H20.5C20.9 4 21.25 4.15 21.55 4.45C21.85 4.75 22 5.1 22 5.5V18.5C22 18.9 21.85 19.25 21.55 19.55C21.25 19.85 20.9 20 20.5 20H3.5ZM3.5 9.125H20.5V5.5H3.5V9.125ZM3.5 18.5H20.5V10.625H3.5V18.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.25 16.875H15.75C15.9625 16.875 16.1406 16.8027 16.2844 16.6581C16.4281 16.5135 16.5 16.3344 16.5 16.1206C16.5 15.9069 16.4281 15.7292 16.2844 15.5875C16.1406 15.4458 15.9625 15.375 15.75 15.375H8.25C8.0375 15.375 7.85938 15.4473 7.71563 15.5919C7.57188 15.7365 7.5 15.9156 7.5 16.1294C7.5 16.3431 7.57188 16.5208 7.71563 16.6625C7.85938 16.8042 8.0375 16.875 8.25 16.875ZM5.075 13.75H6.575V12.25H5.075V13.75ZM8.175 13.75H9.675V12.25H8.175V13.75ZM11.25 13.75H12.75V12.25H11.25V13.75ZM14.35 13.75H15.85V12.25H14.35V13.75ZM17.425 13.75H18.925V12.25H17.425V13.75ZM3.5 20C3.1 20 2.75 19.85 2.45 19.55C2.15 19.25 2 18.9 2 18.5V5.5C2 5.1 2.15 4.75 2.45 4.45C2.75 4.15 3.1 4 3.5 4H20.5C20.9 4 21.25 4.15 21.55 4.45C21.85 4.75 22 5.1 22 5.5V18.5C22 18.9 21.85 19.25 21.55 19.55C21.25 19.85 20.9 20 20.5 20H3.5ZM3.5 9.125H20.5V5.5H3.5V9.125ZM3.5 18.5H20.5V10.625H3.5V18.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-input-keyboard-screen-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiInputKeyboardScreenGoogle",
          "declaration": {
            "name": "ObiInputKeyboardScreenGoogle",
            "module": "src/icons/icon-input-keyboard-screen-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-input-keyboard-screen-google",
          "declaration": {
            "name": "ObiInputKeyboardScreenGoogle",
            "module": "src/icons/icon-input-keyboard-screen-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-input-mouse-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiInputMouseGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 1C7.6 1 4.04 4.54 4 8.93L6 8.93C6.04 5.99 8.19 3.56 11 3.09V8.93H13V3.09C15.81 3.56 17.96 5.99 18 8.93L19.9995 8.88764C19.9371 4.51725 16.3858 1 12 1Z\" fill=\"currentColor\"/> <path d=\"M20 14.93V8.93L19.9995 8.88764L18 8.93H13H11H6L4 8.93V14.93L6 10.93H18L20 14.93Z\" fill=\"currentColor\"/> <path d=\"M12 22.93C16.42 22.93 20 19.35 20 14.93L18 10.93V14.93C18 18.24 15.31 20.93 12 20.93C8.69 20.93 6 18.24 6 14.93V10.93L4 14.93C4 19.35 7.58 22.93 12 22.93Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 1C7.6 1 4.04 4.54 4 8.93L6 8.93C6.04 5.99 8.19 3.56 11 3.09V8.93H13V3.09C15.81 3.56 17.96 5.99 18 8.93L19.9995 8.88764C19.9371 4.51725 16.3858 1 12 1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20 14.93V8.93L19.9995 8.88764L18 8.93H13H11H6L4 8.93V14.93L6 10.93H18L20 14.93Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 22.93C16.42 22.93 20 19.35 20 14.93L18 10.93V14.93C18 18.24 15.31 20.93 12 20.93C8.69 20.93 6 18.24 6 14.93V10.93L4 14.93C4 19.35 7.58 22.93 12 22.93Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-input-mouse-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiInputMouseGoogle",
          "declaration": {
            "name": "ObiInputMouseGoogle",
            "module": "src/icons/icon-input-mouse-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-input-mouse-google",
          "declaration": {
            "name": "ObiInputMouseGoogle",
            "module": "src/icons/icon-input-mouse-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-input.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiInput",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.7963 7C17.7848 7 18.3491 8.17595 17.756 9L11.998 17L6.24014 9C5.64704 8.17595 6.2113 7 7.19979 7L16.7963 7Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.7963 7C17.7848 7 18.3491 8.17595 17.756 9L11.998 17L6.24014 9C5.64704 8.17595 6.2113 7 7.19979 7L16.7963 7Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-input",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiInput",
          "declaration": {
            "name": "ObiInput",
            "module": "src/icons/icon-input.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-input",
          "declaration": {
            "name": "ObiInput",
            "module": "src/icons/icon-input.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-io.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiIo",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.0031 6L13.0062 9H10.9939L11 13H9.01848L9.01237 9H7.00005L10.0031 6Z\" fill=\"currentColor\"/> <path d=\"M13.997 18L10.9938 15H13.0062L13 11H14.9815L14.9877 15H17L13.997 18Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 2C2.44772 2 2 2.44772 2 3V21C2 21.5523 2.44772 22 3 22H21C21.5523 22 22 21.5523 22 21V3C22 2.44772 21.5523 2 21 2H3ZM4 20V4H20V20H4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.0031 6L13.0062 9H10.9939L11 13H9.01848L9.01237 9H7.00005L10.0031 6Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.997 18L10.9938 15H13.0062L13 11H14.9815L14.9877 15H17L13.997 18Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 2C2.44772 2 2 2.44772 2 3V21C2 21.5523 2.44772 22 3 22H21C21.5523 22 22 21.5523 22 21V3C22 2.44772 21.5523 2 21 2H3ZM4 20V4H20V20H4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-io",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiIo",
          "declaration": {
            "name": "ObiIo",
            "module": "src/icons/icon-io.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-io",
          "declaration": {
            "name": "ObiIo",
            "module": "src/icons/icon-io.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-joystick.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiJoystick",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5 5.5C15.5 7.08551 14.4457 8.42479 13 8.85506V9.5L20.1155 13.0578C20.4366 13.2183 20.5971 13.2986 20.7144 13.4183C20.8181 13.5242 20.897 13.6518 20.9453 13.792C21 13.9504 21 14.1299 21 14.4889L21 16.5111C21 16.8701 21 17.0496 20.9453 17.208C20.897 17.3481 20.8181 17.4758 20.7144 17.5817C20.5971 17.7014 20.4366 17.7817 20.1155 17.9422L13.4311 21.2844C12.9064 21.5468 12.644 21.678 12.3688 21.7296C12.1251 21.7753 11.8749 21.7753 11.6312 21.7296C11.356 21.678 11.0936 21.5468 10.5689 21.2844L3.88446 17.9422C3.5634 17.7817 3.40287 17.7014 3.28558 17.5817C3.18187 17.4758 3.10299 17.3481 3.05465 17.208C3 17.0496 3 16.8701 3 16.5111V14.4889C3 14.1299 3 13.9504 3.05465 13.792C3.10299 13.6518 3.18187 13.5242 3.28558 13.4183C3.40287 13.2986 3.56339 13.2183 3.88445 13.0578L11 9.5V8.85506C9.55426 8.42479 8.5 7.08551 8.5 5.5C8.5 3.567 10.067 2 12 2C13.933 2 15.5 3.567 15.5 5.5ZM12 7C12.8284 7 13.5 6.32843 13.5 5.5C13.5 4.67157 12.8284 4 12 4C11.1716 4 10.5 4.67157 10.5 5.5C10.5 6.32843 11.1716 7 12 7ZM11 11.7361L7.47214 13.5L12 15.7639L16.5279 13.5L13 11.7361V13C13 13.5523 12.5523 14 12 14C11.4477 14 11 13.5523 11 13V11.7361ZM10.5689 17.2845L5 14.5V16.2639L12 19.7639L19 16.2639V14.5L13.4311 17.2845C12.9064 17.5468 12.644 17.678 12.3688 17.7296C12.1251 17.7754 11.8749 17.7754 11.6312 17.7296C11.356 17.678 11.0936 17.5468 10.5689 17.2845Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5 5.5C15.5 7.08551 14.4457 8.42479 13 8.85506V9.5L20.1155 13.0578C20.4366 13.2183 20.5971 13.2986 20.7144 13.4183C20.8181 13.5242 20.897 13.6518 20.9453 13.792C21 13.9504 21 14.1299 21 14.4889L21 16.5111C21 16.8701 21 17.0496 20.9453 17.208C20.897 17.3481 20.8181 17.4758 20.7144 17.5817C20.5971 17.7014 20.4366 17.7817 20.1155 17.9422L13.4311 21.2844C12.9064 21.5468 12.644 21.678 12.3688 21.7296C12.1251 21.7753 11.8749 21.7753 11.6312 21.7296C11.356 21.678 11.0936 21.5468 10.5689 21.2844L3.88446 17.9422C3.5634 17.7817 3.40287 17.7014 3.28558 17.5817C3.18187 17.4758 3.10299 17.3481 3.05465 17.208C3 17.0496 3 16.8701 3 16.5111V14.4889C3 14.1299 3 13.9504 3.05465 13.792C3.10299 13.6518 3.18187 13.5242 3.28558 13.4183C3.40287 13.2986 3.56339 13.2183 3.88445 13.0578L11 9.5V8.85506C9.55426 8.42479 8.5 7.08551 8.5 5.5C8.5 3.567 10.067 2 12 2C13.933 2 15.5 3.567 15.5 5.5ZM12 7C12.8284 7 13.5 6.32843 13.5 5.5C13.5 4.67157 12.8284 4 12 4C11.1716 4 10.5 4.67157 10.5 5.5C10.5 6.32843 11.1716 7 12 7ZM11 11.7361L7.47214 13.5L12 15.7639L16.5279 13.5L13 11.7361V13C13 13.5523 12.5523 14 12 14C11.4477 14 11 13.5523 11 13V11.7361ZM10.5689 17.2845L5 14.5V16.2639L12 19.7639L19 16.2639V14.5L13.4311 17.2845C12.9064 17.5468 12.644 17.678 12.3688 17.7296C12.1251 17.7754 11.8749 17.7754 11.6312 17.7296C11.356 17.678 11.0936 17.5468 10.5689 17.2845Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-joystick",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiJoystick",
          "declaration": {
            "name": "ObiJoystick",
            "module": "src/icons/icon-joystick.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-joystick",
          "declaration": {
            "name": "ObiJoystick",
            "module": "src/icons/icon-joystick.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-kayaking.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiKayaking",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.58824 8.412C9.97958 8.804 10.4502 9 11.0002 9C11.5502 9 12.0212 8.804 12.4132 8.412C12.8046 8.02067 13.0002 7.55 13.0002 7C13.0002 6.45 12.8046 5.97933 12.4132 5.588C12.0212 5.196 11.5502 5 11.0002 5C10.4502 5 9.97958 5.196 9.58824 5.588C9.19624 5.97933 9.00024 6.45 9.00024 7C9.00024 7.55 9.19624 8.02067 9.58824 8.412Z\" fill=\"currentColor\"/> <path d=\"M20.9999 22C19.9699 22 18.9399 21.75 17.9999 21.25C16.1099 22.25 13.8899 22.25 11.9999 21.25C10.1099 22.25 7.88986 22.25 5.99986 21.25C5.04986 21.75 4.02986 22 2.99986 22H1.99986V20H2.99986C3.6835 20 4.36181 19.8488 5.01137 19.5605C5.31132 19.4313 5.99986 19 5.99986 19C5.99986 19 6.68556 19.428 6.98552 19.5572C8.27957 20.1155 9.7171 20.1147 11.0114 19.5572C11.3113 19.428 11.9999 19 11.9999 19C11.9999 19 12.6884 19.428 12.9884 19.5572C14.2807 20.1139 15.7159 20.1143 17.0085 19.5584C17.3085 19.4292 17.9992 19.0073 17.9992 19.0073C17.9992 19.0073 18.6877 19.4353 18.9877 19.5645C19.6347 19.8502 20.3194 20 20.9999 20H21.9999V22H20.9999Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.81036 15.6062C4.01903 15.7982 3.2567 16.0109 2.52336 16.2442C2.0567 16.3942 1.47583 16.6307 1.47583 16.6307C1.47583 17.3236 2.38684 18.3001 2.88788 18.5C3.62374 18.5 4.33698 18.3598 5.01137 18.0605C5.31132 17.9313 5.99986 17.5 5.99986 17.5C5.99986 17.5 6.68556 17.928 6.98552 18.0572C8.27957 18.6155 9.7171 18.6147 11.0114 18.0572C11.3113 17.928 11.9999 17.5 11.9999 17.5C11.9999 17.5 12.6884 17.928 12.9883 18.0572C14.2807 18.6138 15.7159 18.6143 17.0085 18.0584C17.3085 17.9292 17.9992 17.5073 17.9992 17.5073C17.9992 17.5073 18.6877 17.9353 18.9877 18.0645C19.6344 18.3501 20.3069 18.4491 20.9999 18.5405C21.5241 18.3591 22.3255 17.2666 22.3255 16.5231C22.3255 16.5231 21.94 16.3942 21.4734 16.2442C20.59 15.9609 19.6444 15.7026 18.6364 15.4692C17.6277 15.2359 16.6317 15.0609 15.6484 14.9442L19.3484 6.59423L20.2734 6.24423C20.4067 6.19423 20.5234 6.12756 20.6234 6.04423C20.7234 5.9609 20.7984 5.85256 20.8484 5.71923L21.5984 4.04423C21.715 3.79423 21.7234 3.5399 21.6234 3.28123C21.5234 3.02323 21.34 2.8359 21.0734 2.71923L19.7234 2.09423C19.4734 1.97756 19.219 1.96923 18.9604 2.06923C18.7024 2.16923 18.515 2.35256 18.3984 2.61923L17.6484 4.29423C17.5984 4.42756 17.5734 4.55256 17.5734 4.66923C17.5734 4.7859 17.59 4.9109 17.6234 5.04423L17.9734 5.99423L16.3234 9.69423C14.5002 11 13.1357 11.0284 10.9484 9.89423C10.4984 9.6609 10.019 9.6359 9.51036 9.81923C9.00236 10.0026 8.65669 10.3776 8.47336 10.9442L7.12336 15.1192C6.37336 15.2526 5.60236 15.4149 4.81036 15.6062ZM15.0654 12.5264L14.0734 14.7692C13.74 14.7359 13.3984 14.7149 13.0484 14.7062C12.6984 14.6982 12.3484 14.6942 11.9984 14.6942H11.0484L11.8704 12.438C12.5095 12.6277 13.1633 12.7311 13.8403 12.7082C14.2668 12.6937 14.6739 12.6303 15.0654 12.5264Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.58824 8.412C9.97958 8.804 10.4502 9 11.0002 9C11.5502 9 12.0212 8.804 12.4132 8.412C12.8046 8.02067 13.0002 7.55 13.0002 7C13.0002 6.45 12.8046 5.97933 12.4132 5.588C12.0212 5.196 11.5502 5 11.0002 5C10.4502 5 9.97958 5.196 9.58824 5.588C9.19624 5.97933 9.00024 6.45 9.00024 7C9.00024 7.55 9.19624 8.02067 9.58824 8.412Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.9999 22C19.9699 22 18.9399 21.75 17.9999 21.25C16.1099 22.25 13.8899 22.25 11.9999 21.25C10.1099 22.25 7.88986 22.25 5.99986 21.25C5.04986 21.75 4.02986 22 2.99986 22H1.99986V20H2.99986C3.6835 20 4.36181 19.8488 5.01137 19.5605C5.31132 19.4313 5.99986 19 5.99986 19C5.99986 19 6.68556 19.428 6.98552 19.5572C8.27957 20.1155 9.7171 20.1147 11.0114 19.5572C11.3113 19.428 11.9999 19 11.9999 19C11.9999 19 12.6884 19.428 12.9884 19.5572C14.2807 20.1139 15.7159 20.1143 17.0085 19.5584C17.3085 19.4292 17.9992 19.0073 17.9992 19.0073C17.9992 19.0073 18.6877 19.4353 18.9877 19.5645C19.6347 19.8502 20.3194 20 20.9999 20H21.9999V22H20.9999Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.81036 15.6062C4.01903 15.7982 3.2567 16.0109 2.52336 16.2442C2.0567 16.3942 1.47583 16.6307 1.47583 16.6307C1.47583 17.3236 2.38684 18.3001 2.88788 18.5C3.62374 18.5 4.33698 18.3598 5.01137 18.0605C5.31132 17.9313 5.99986 17.5 5.99986 17.5C5.99986 17.5 6.68556 17.928 6.98552 18.0572C8.27957 18.6155 9.7171 18.6147 11.0114 18.0572C11.3113 17.928 11.9999 17.5 11.9999 17.5C11.9999 17.5 12.6884 17.928 12.9883 18.0572C14.2807 18.6138 15.7159 18.6143 17.0085 18.0584C17.3085 17.9292 17.9992 17.5073 17.9992 17.5073C17.9992 17.5073 18.6877 17.9353 18.9877 18.0645C19.6344 18.3501 20.3069 18.4491 20.9999 18.5405C21.5241 18.3591 22.3255 17.2666 22.3255 16.5231C22.3255 16.5231 21.94 16.3942 21.4734 16.2442C20.59 15.9609 19.6444 15.7026 18.6364 15.4692C17.6277 15.2359 16.6317 15.0609 15.6484 14.9442L19.3484 6.59423L20.2734 6.24423C20.4067 6.19423 20.5234 6.12756 20.6234 6.04423C20.7234 5.9609 20.7984 5.85256 20.8484 5.71923L21.5984 4.04423C21.715 3.79423 21.7234 3.5399 21.6234 3.28123C21.5234 3.02323 21.34 2.8359 21.0734 2.71923L19.7234 2.09423C19.4734 1.97756 19.219 1.96923 18.9604 2.06923C18.7024 2.16923 18.515 2.35256 18.3984 2.61923L17.6484 4.29423C17.5984 4.42756 17.5734 4.55256 17.5734 4.66923C17.5734 4.7859 17.59 4.9109 17.6234 5.04423L17.9734 5.99423L16.3234 9.69423C14.5002 11 13.1357 11.0284 10.9484 9.89423C10.4984 9.6609 10.019 9.6359 9.51036 9.81923C9.00236 10.0026 8.65669 10.3776 8.47336 10.9442L7.12336 15.1192C6.37336 15.2526 5.60236 15.4149 4.81036 15.6062ZM15.0654 12.5264L14.0734 14.7692C13.74 14.7359 13.3984 14.7149 13.0484 14.7062C12.6984 14.6982 12.3484 14.6942 11.9984 14.6942H11.0484L11.8704 12.438C12.5095 12.6277 13.1633 12.7311 13.8403 12.7082C14.2668 12.6937 14.6739 12.6303 15.0654 12.5264Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-kayaking",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiKayaking",
          "declaration": {
            "name": "ObiKayaking",
            "module": "src/icons/icon-kayaking.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-kayaking",
          "declaration": {
            "name": "ObiKayaking",
            "module": "src/icons/icon-kayaking.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-keeping-area.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiKeepingArea",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.7633 18.3166L21.6616 18.6652C21.8823 18.2936 22 17.903 22 17.5001C22 17.0971 21.8823 16.7066 21.6616 16.335L18.7633 16.6836C18.9171 16.9425 19 17.2159 19 17.5001C19 17.7842 18.9171 18.0576 18.7633 18.3166Z\" fill=\"currentColor\"/> <path d=\"M18.065 15.9258L20.6617 15.2497C19.7837 14.5668 18.5183 13.9974 17.0008 13.6023L15.4984 14.7708C16.5617 15.0477 17.4498 15.4473 18.065 15.9258Z\" fill=\"currentColor\"/> <path d=\"M8.50162 14.7708L6.9992 13.6023C5.48168 13.9974 4.21631 14.5668 3.33828 15.2497L5.93496 15.9258C6.55021 15.4473 7.43827 15.0477 8.50162 14.7708Z\" fill=\"currentColor\"/> <path d=\"M2 17.5001C2 17.0971 2.11768 16.7066 2.33843 16.335L5.23667 16.6836C5.08287 16.9425 5 17.2159 5 17.5001C5 17.7842 5.08287 18.0576 5.23667 18.3166L2.33843 18.6652C2.11768 18.2936 2 17.903 2 17.5001Z\" fill=\"currentColor\"/> <path d=\"M5.93496 19.0743L3.33828 19.7504C4.21631 20.4333 5.48168 21.0027 6.9992 21.3978L8.50162 20.2293C7.43827 19.9525 6.55021 19.5528 5.93496 19.0743Z\" fill=\"currentColor\"/> <path d=\"M10.1856 20.5436L9.41087 21.8478C10.2367 21.9471 11.1046 22.0001 12 22.0001C12.8954 22.0001 13.7633 21.9471 14.5891 21.8478L13.8144 20.5436C13.239 20.6128 12.6315 20.6501 12 20.6501C11.3685 20.6501 10.761 20.6128 10.1856 20.5436Z\" fill=\"currentColor\"/> <path d=\"M15.4984 20.2293L17.0008 21.3978C18.5183 21.0027 19.7837 20.4333 20.6617 19.7504L18.065 19.0743C17.4498 19.5528 16.5617 19.9525 15.4984 20.2293Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1.49976C8.68286 1.49976 6 4.09009 6 7.29287C6 11.6377 12 17.4998 12 17.4998C12 17.4998 18 11.6377 18 7.29287C18 4.09009 15.3171 1.49976 12 1.49976ZM12.0376 9.57495C13.1629 9.57495 14.0752 8.66269 14.0752 7.53735C14.0752 6.41202 13.1629 5.49976 12.0376 5.49976C10.9123 5.49976 10 6.41202 10 7.53735C10 8.66269 10.9123 9.57495 12.0376 9.57495Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.7633 18.3166L21.6616 18.6652C21.8823 18.2936 22 17.903 22 17.5001C22 17.0971 21.8823 16.7066 21.6616 16.335L18.7633 16.6836C18.9171 16.9425 19 17.2159 19 17.5001C19 17.7842 18.9171 18.0576 18.7633 18.3166Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.065 15.9258L20.6617 15.2497C19.7837 14.5668 18.5183 13.9974 17.0008 13.6023L15.4984 14.7708C16.5617 15.0477 17.4498 15.4473 18.065 15.9258Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.50162 14.7708L6.9992 13.6023C5.48168 13.9974 4.21631 14.5668 3.33828 15.2497L5.93496 15.9258C6.55021 15.4473 7.43827 15.0477 8.50162 14.7708Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 17.5001C2 17.0971 2.11768 16.7066 2.33843 16.335L5.23667 16.6836C5.08287 16.9425 5 17.2159 5 17.5001C5 17.7842 5.08287 18.0576 5.23667 18.3166L2.33843 18.6652C2.11768 18.2936 2 17.903 2 17.5001Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.93496 19.0743L3.33828 19.7504C4.21631 20.4333 5.48168 21.0027 6.9992 21.3978L8.50162 20.2293C7.43827 19.9525 6.55021 19.5528 5.93496 19.0743Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.1856 20.5436L9.41087 21.8478C10.2367 21.9471 11.1046 22.0001 12 22.0001C12.8954 22.0001 13.7633 21.9471 14.5891 21.8478L13.8144 20.5436C13.239 20.6128 12.6315 20.6501 12 20.6501C11.3685 20.6501 10.761 20.6128 10.1856 20.5436Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.4984 20.2293L17.0008 21.3978C18.5183 21.0027 19.7837 20.4333 20.6617 19.7504L18.065 19.0743C17.4498 19.5528 16.5617 19.9525 15.4984 20.2293Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1.49976C8.68286 1.49976 6 4.09009 6 7.29287C6 11.6377 12 17.4998 12 17.4998C12 17.4998 18 11.6377 18 7.29287C18 4.09009 15.3171 1.49976 12 1.49976ZM12.0376 9.57495C13.1629 9.57495 14.0752 8.66269 14.0752 7.53735C14.0752 6.41202 13.1629 5.49976 12.0376 5.49976C10.9123 5.49976 10 6.41202 10 7.53735C10 8.66269 10.9123 9.57495 12.0376 9.57495Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-keeping-area",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiKeepingArea",
          "declaration": {
            "name": "ObiKeepingArea",
            "module": "src/icons/icon-keeping-area.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-keeping-area",
          "declaration": {
            "name": "ObiKeepingArea",
            "module": "src/icons/icon-keeping-area.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-keeping-station.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiKeepingStation",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.3599 17.2573L16.8453 16.5L12.3599 18.7427L7.87442 16.5L6.35986 17.2573L10.8453 19.5L6.35986 21.7427L7.87442 22.5L12.3599 20.2573L16.8453 22.5L18.3599 21.7427L13.8744 19.5L18.3599 17.2573Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3599 1.5C9.04272 1.5 6.35986 4.09034 6.35986 7.29312C6.35986 11.6379 12.3599 17.5 12.3599 17.5C12.3599 17.5 18.3599 11.6379 18.3599 7.29312C18.3599 4.09034 15.677 1.5 12.3599 1.5ZM12.3975 9.5752C13.5228 9.5752 14.4351 8.66293 14.4351 7.5376C14.4351 6.41226 13.5228 5.5 12.3975 5.5C11.2721 5.5 10.3599 6.41226 10.3599 7.5376C10.3599 8.66293 11.2721 9.5752 12.3975 9.5752Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.3599 17.2573L16.8453 16.5L12.3599 18.7427L7.87442 16.5L6.35986 17.2573L10.8453 19.5L6.35986 21.7427L7.87442 22.5L12.3599 20.2573L16.8453 22.5L18.3599 21.7427L13.8744 19.5L18.3599 17.2573Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3599 1.5C9.04272 1.5 6.35986 4.09034 6.35986 7.29312C6.35986 11.6379 12.3599 17.5 12.3599 17.5C12.3599 17.5 18.3599 11.6379 18.3599 7.29312C18.3599 4.09034 15.677 1.5 12.3599 1.5ZM12.3975 9.5752C13.5228 9.5752 14.4351 8.66293 14.4351 7.5376C14.4351 6.41226 13.5228 5.5 12.3975 5.5C11.2721 5.5 10.3599 6.41226 10.3599 7.5376C10.3599 8.66293 11.2721 9.5752 12.3975 9.5752Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-keeping-station",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiKeepingStation",
          "declaration": {
            "name": "ObiKeepingStation",
            "module": "src/icons/icon-keeping-station.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-keeping-station",
          "declaration": {
            "name": "ObiKeepingStation",
            "module": "src/icons/icon-keeping-station.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-keeping-track.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiKeepingTrack",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 22H5V20H2V22Z\" fill=\"currentColor\"/> <path d=\"M7 22H11V20H7V22Z\" fill=\"currentColor\"/> <path d=\"M13 22H17V20H13V22Z\" fill=\"currentColor\"/> <path d=\"M19 22H22V20H19V22Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C8.68286 2 6 4.59034 6 7.79312C6 12.1379 12 18 12 18C12 18 18 12.1379 18 7.79312C18 4.59034 15.3171 2 12 2ZM12.0376 10.0752C13.1629 10.0752 14.0752 9.16293 14.0752 8.0376C14.0752 6.91226 13.1629 6 12.0376 6C10.9123 6 10 6.91226 10 8.0376C10 9.16293 10.9123 10.0752 12.0376 10.0752Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 22H5V20H2V22Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7 22H11V20H7V22Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 22H17V20H13V22Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 22H22V20H19V22Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C8.68286 2 6 4.59034 6 7.79312C6 12.1379 12 18 12 18C12 18 18 12.1379 18 7.79312C18 4.59034 15.3171 2 12 2ZM12.0376 10.0752C13.1629 10.0752 14.0752 9.16293 14.0752 8.0376C14.0752 6.91226 13.1629 6 12.0376 6C10.9123 6 10 6.91226 10 8.0376C10 9.16293 10.9123 10.0752 12.0376 10.0752Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-keeping-track",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiKeepingTrack",
          "declaration": {
            "name": "ObiKeepingTrack",
            "module": "src/icons/icon-keeping-track.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-keeping-track",
          "declaration": {
            "name": "ObiKeepingTrack",
            "module": "src/icons/icon-keeping-track.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-keylinegrid.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiKeylinegrid",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.99999 6.5C8.99999 5.94771 8.55228 5.5 7.99999 5.5H6L6.00009 10.5H9L8.99999 6.5Z\" fill=\"currentColor\"/> <path d=\"M18 10.5L18 6.5C18 5.94771 17.5523 5.5 17 5.5H15L15.0001 10.5H18Z\" fill=\"currentColor\"/> <path d=\"M13.5 6.5L13.5 10.5H10.5001L10.5 5.5H12.5C13.0523 5.5 13.5 5.94771 13.5 6.5Z\" fill=\"currentColor\"/> <path d=\"M3.13818 13.8468C3.45049 13.1775 3.60665 12.8429 3.84751 12.5979C4.06046 12.3813 4.31994 12.216 4.60628 12.1147C4.93015 12 5.29942 12 6.03796 12H22L21.1667 14.5H21C20.3196 14.5 19.6348 14.3502 18.9878 14.0645C18.6879 13.9353 17.9996 13.5073 17.9996 13.5073C17.9996 13.5073 17.3086 13.9292 17.0086 14.0584C15.7161 14.6143 14.2808 14.6138 12.9885 14.0572C12.6885 13.928 12.0002 13.5 12.0002 13.5C12.0002 13.5 11.3115 13.928 11.0115 14.0572C9.71724 14.6147 8.2797 14.6143 6.98564 14.056C6.68569 13.9268 6.00021 13.5 6.00021 13.5C6.00021 13.5 5.31167 13.9313 5.01172 14.0605C4.36216 14.3487 3.68364 14.5 3 14.5H2.83333L3.13818 13.8468Z\" fill=\"currentColor\"/> <path d=\"M18 17.25C18.94 17.75 19.97 18 21 18H22V16H21C20.3196 16 19.6348 15.8502 18.9878 15.5645C18.6879 15.4353 17.9996 15.0073 17.9996 15.0073C17.9996 15.0073 17.3086 15.4292 17.0086 15.5584C15.7161 16.1143 14.2809 16.1139 12.9885 15.5572C12.6885 15.428 12.0002 15 12.0002 15C12.0002 15 11.3115 15.428 11.0115 15.5572C9.71724 16.1147 8.27971 16.1143 6.98565 15.556C6.6857 15.4268 6.00021 15 6.00021 15C6.00021 15 5.31167 15.4313 5.01172 15.5605C4.36216 15.8488 3.68364 16 3 16H2V18H3C4.03 18 5.05 17.75 6 17.25C7.89 18.25 10.11 18.25 12 17.25C13.89 18.25 16.11 18.25 18 17.25Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.99999 6.5C8.99999 5.94771 8.55228 5.5 7.99999 5.5H6L6.00009 10.5H9L8.99999 6.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 10.5L18 6.5C18 5.94771 17.5523 5.5 17 5.5H15L15.0001 10.5H18Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.5 6.5L13.5 10.5H10.5001L10.5 5.5H12.5C13.0523 5.5 13.5 5.94771 13.5 6.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.13818 13.8468C3.45049 13.1775 3.60665 12.8429 3.84751 12.5979C4.06046 12.3813 4.31994 12.216 4.60628 12.1147C4.93015 12 5.29942 12 6.03796 12H22L21.1667 14.5H21C20.3196 14.5 19.6348 14.3502 18.9878 14.0645C18.6879 13.9353 17.9996 13.5073 17.9996 13.5073C17.9996 13.5073 17.3086 13.9292 17.0086 14.0584C15.7161 14.6143 14.2808 14.6138 12.9885 14.0572C12.6885 13.928 12.0002 13.5 12.0002 13.5C12.0002 13.5 11.3115 13.928 11.0115 14.0572C9.71724 14.6147 8.2797 14.6143 6.98564 14.056C6.68569 13.9268 6.00021 13.5 6.00021 13.5C6.00021 13.5 5.31167 13.9313 5.01172 14.0605C4.36216 14.3487 3.68364 14.5 3 14.5H2.83333L3.13818 13.8468Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 17.25C18.94 17.75 19.97 18 21 18H22V16H21C20.3196 16 19.6348 15.8502 18.9878 15.5645C18.6879 15.4353 17.9996 15.0073 17.9996 15.0073C17.9996 15.0073 17.3086 15.4292 17.0086 15.5584C15.7161 16.1143 14.2809 16.1139 12.9885 15.5572C12.6885 15.428 12.0002 15 12.0002 15C12.0002 15 11.3115 15.428 11.0115 15.5572C9.71724 16.1147 8.27971 16.1143 6.98565 15.556C6.6857 15.4268 6.00021 15 6.00021 15C6.00021 15 5.31167 15.4313 5.01172 15.5605C4.36216 15.8488 3.68364 16 3 16H2V18H3C4.03 18 5.05 17.75 6 17.25C7.89 18.25 10.11 18.25 12 17.25C13.89 18.25 16.11 18.25 18 17.25Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-keylinegrid",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiKeylinegrid",
          "declaration": {
            "name": "ObiKeylinegrid",
            "module": "src/icons/icon-keylinegrid.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-keylinegrid",
          "declaration": {
            "name": "ObiKeylinegrid",
            "module": "src/icons/icon-keylinegrid.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-kitesurfing.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiKitesurfing",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.588 5.412C6.97933 5.804 7.45 6 8 6C8.55 6 9.021 5.804 9.413 5.412C9.80433 5.02067 10 4.55 10 4C10 3.45 9.80433 2.979 9.413 2.587C9.021 2.19567 8.55 2 8 2C7.45 2 6.97933 2.19567 6.588 2.587C6.196 2.979 6 3.45 6 4C6 4.55 6.196 5.02067 6.588 5.412Z\" fill=\"currentColor\"/> <path d=\"M21 22C19.97 22 18.94 21.75 18 21.25C16.11 22.25 13.89 22.25 12 21.25C10.11 22.25 7.89 22.25 6 21.25C5.05 21.75 4.03 22 3 22H2V20H3C3.68364 20 4.36195 19.8488 5.01151 19.5605C5.31146 19.4313 6 19 6 19C6 19 6.6857 19.428 6.98565 19.5572C8.27971 20.1155 9.71724 20.1147 11.0115 19.5572C11.3115 19.428 12 19 12 19C12 19 12.6885 19.428 12.9885 19.5572C14.2809 20.1139 15.7161 20.1143 17.0086 19.5584C17.3086 19.4292 17.9994 19.0073 17.9994 19.0073C17.9994 19.0073 18.6879 19.4353 18.9878 19.5645C19.6348 19.8502 20.3196 20 21 20H22V22H21Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 16.85L6.45 13.875C6.14993 13.3082 6 12.6665 6 12V9C6 8.45 6.196 7.97933 6.588 7.588C6.97933 7.196 7.45 7 8 7H11C12.096 7 13.0798 6.66289 13.9034 6.08443C14.2849 5.81646 14.8141 5.81411 15.1438 6.14377L-nan -nanL15.1438 6.14377C15.589 6.58904 15.5935 7.32017 15.0816 7.68684C14.6651 7.98515 14.2129 8.23954 13.725 8.45C12.875 8.81667 11.9667 9 11 9H9.6V11.5H11.525C12.0913 11.5 12.6331 11.7164 13 12.15L14.1 13.375C15.0833 12.9583 16.0083 12.625 16.875 12.375C17.9066 12.0774 21 11.3632 21 13.275C21 15.0891 18.76 17.3041 17.0086 18.0584C15.7161 18.6143 14.2808 18.6138 12.9885 18.0572C12.6885 17.928 12 17.5 12 17.5C12 17.5 11.3115 17.928 11.0115 18.0572C9.71724 18.6147 8.27971 18.6155 6.98565 18.0572C6.88832 18.0153 6.75037 17.9419 6.60841 17.8619L8 16.85ZM11.025 14.9C10.525 15.1833 10.125 15.4167 9.825 15.6L9 13.6L11.5 13.5L12.2 14.275C11.9167 14.4083 11.525 14.6167 11.025 14.9Z\" fill=\"currentColor\"/> <path d=\"M15.5866 4.63521C15.8047 4.7442 16.0132 4.89193 16.2044 5.08311C16.3851 5.26377 16.5384 5.47441 16.6594 5.70411L19.4375 2H17.563L15.5866 4.63521Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.588 5.412C6.97933 5.804 7.45 6 8 6C8.55 6 9.021 5.804 9.413 5.412C9.80433 5.02067 10 4.55 10 4C10 3.45 9.80433 2.979 9.413 2.587C9.021 2.19567 8.55 2 8 2C7.45 2 6.97933 2.19567 6.588 2.587C6.196 2.979 6 3.45 6 4C6 4.55 6.196 5.02067 6.588 5.412Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 22C19.97 22 18.94 21.75 18 21.25C16.11 22.25 13.89 22.25 12 21.25C10.11 22.25 7.89 22.25 6 21.25C5.05 21.75 4.03 22 3 22H2V20H3C3.68364 20 4.36195 19.8488 5.01151 19.5605C5.31146 19.4313 6 19 6 19C6 19 6.6857 19.428 6.98565 19.5572C8.27971 20.1155 9.71724 20.1147 11.0115 19.5572C11.3115 19.428 12 19 12 19C12 19 12.6885 19.428 12.9885 19.5572C14.2809 20.1139 15.7161 20.1143 17.0086 19.5584C17.3086 19.4292 17.9994 19.0073 17.9994 19.0073C17.9994 19.0073 18.6879 19.4353 18.9878 19.5645C19.6348 19.8502 20.3196 20 21 20H22V22H21Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 16.85L6.45 13.875C6.14993 13.3082 6 12.6665 6 12V9C6 8.45 6.196 7.97933 6.588 7.588C6.97933 7.196 7.45 7 8 7H11C12.096 7 13.0798 6.66289 13.9034 6.08443C14.2849 5.81646 14.8141 5.81411 15.1438 6.14377L-nan -nanL15.1438 6.14377C15.589 6.58904 15.5935 7.32017 15.0816 7.68684C14.6651 7.98515 14.2129 8.23954 13.725 8.45C12.875 8.81667 11.9667 9 11 9H9.6V11.5H11.525C12.0913 11.5 12.6331 11.7164 13 12.15L14.1 13.375C15.0833 12.9583 16.0083 12.625 16.875 12.375C17.9066 12.0774 21 11.3632 21 13.275C21 15.0891 18.76 17.3041 17.0086 18.0584C15.7161 18.6143 14.2808 18.6138 12.9885 18.0572C12.6885 17.928 12 17.5 12 17.5C12 17.5 11.3115 17.928 11.0115 18.0572C9.71724 18.6147 8.27971 18.6155 6.98565 18.0572C6.88832 18.0153 6.75037 17.9419 6.60841 17.8619L8 16.85ZM11.025 14.9C10.525 15.1833 10.125 15.4167 9.825 15.6L9 13.6L11.5 13.5L12.2 14.275C11.9167 14.4083 11.525 14.6167 11.025 14.9Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.5866 4.63521C15.8047 4.7442 16.0132 4.89193 16.2044 5.08311C16.3851 5.26377 16.5384 5.47441 16.6594 5.70411L19.4375 2H17.563L15.5866 4.63521Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-kitesurfing",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiKitesurfing",
          "declaration": {
            "name": "ObiKitesurfing",
            "module": "src/icons/icon-kitesurfing.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-kitesurfing",
          "declaration": {
            "name": "ObiKitesurfing",
            "module": "src/icons/icon-kitesurfing.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-latched.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLatched",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.35986 12C8.35986 13.6569 7.01672 15 5.35986 15C3.70301 15 2.35986 13.6569 2.35986 12C2.35986 10.3431 3.70301 9 5.35986 9C7.01672 9 8.35986 10.3431 8.35986 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.35986 11H12.3599V13H4.35986V11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.3599 13H15.3599V11H22.3599V13Z\" fill=\"currentColor\"/> <path d=\"M15.3599 9C13.703 9 12.3599 10.3431 12.3599 12V13H10.3599V12C10.3599 9.23858 12.5984 7 15.3599 7C17.4102 7 19.1723 8.2341 19.9438 10H17.596C17.0466 9.38625 16.2484 9 15.3599 9Z\" fill=\"currentColor\"/> <path d=\"M17.596 14C17.0466 14.6137 16.2484 15 15.3599 15C14.8076 15 14.3599 15.4477 14.3599 16C14.3599 16.5523 14.8076 17 15.3599 17C17.4102 17 19.1723 15.7659 19.9438 14H17.596Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.35986 12C8.35986 13.6569 7.01672 15 5.35986 15C3.70301 15 2.35986 13.6569 2.35986 12C2.35986 10.3431 3.70301 9 5.35986 9C7.01672 9 8.35986 10.3431 8.35986 12Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.35986 11H12.3599V13H4.35986V11Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.3599 13H15.3599V11H22.3599V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.3599 9C13.703 9 12.3599 10.3431 12.3599 12V13H10.3599V12C10.3599 9.23858 12.5984 7 15.3599 7C17.4102 7 19.1723 8.2341 19.9438 10H17.596C17.0466 9.38625 16.2484 9 15.3599 9Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.596 14C17.0466 14.6137 16.2484 15 15.3599 15C14.8076 15 14.3599 15.4477 14.3599 16C14.3599 16.5523 14.8076 17 15.3599 17C17.4102 17 19.1723 15.7659 19.9438 14H17.596Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-latched",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLatched",
          "declaration": {
            "name": "ObiLatched",
            "module": "src/icons/icon-latched.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-latched",
          "declaration": {
            "name": "ObiLatched",
            "module": "src/icons/icon-latched.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-license-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLicenseGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 13C11.1667 13 10.4583 12.7083 9.875 12.125C9.29167 11.5417 9 10.8333 9 10C9 9.16667 9.29167 8.45833 9.875 7.875C10.4583 7.29167 11.1667 7 12 7C12.8333 7 13.5417 7.29167 14.125 7.875C14.7083 8.45833 15 9.16667 15 10C15 10.8333 14.7083 11.5417 14.125 12.125C13.5417 12.7083 12.8333 13 12 13ZM6 23V15.275C5.36667 14.575 4.875 13.775 4.525 12.875C4.175 11.975 4 11.0167 4 10C4 7.76667 4.775 5.875 6.325 4.325C7.875 2.775 9.76667 2 12 2C14.2333 2 16.125 2.775 17.675 4.325C19.225 5.875 20 7.76667 20 10C20 11.0167 19.825 11.975 19.475 12.875C19.125 13.775 18.6333 14.575 18 15.275V23L12 21L6 23ZM12 16C13.6667 16 15.0833 15.4167 16.25 14.25C17.4167 13.0833 18 11.6667 18 10C18 8.33333 17.4167 6.91667 16.25 5.75C15.0833 4.58333 13.6667 4 12 4C10.3333 4 8.91667 4.58333 7.75 5.75C6.58333 6.91667 6 8.33333 6 10C6 11.6667 6.58333 13.0833 7.75 14.25C8.91667 15.4167 10.3333 16 12 16ZM8 20.025L12 19L16 20.025V16.925C15.4167 17.2583 14.7875 17.5208 14.1125 17.7125C13.4375 17.9042 12.7333 18 12 18C11.2667 18 10.5625 17.9042 9.8875 17.7125C9.2125 17.5208 8.58333 17.2583 8 16.925V20.025Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 13C11.1667 13 10.4583 12.7083 9.875 12.125C9.29167 11.5417 9 10.8333 9 10C9 9.16667 9.29167 8.45833 9.875 7.875C10.4583 7.29167 11.1667 7 12 7C12.8333 7 13.5417 7.29167 14.125 7.875C14.7083 8.45833 15 9.16667 15 10C15 10.8333 14.7083 11.5417 14.125 12.125C13.5417 12.7083 12.8333 13 12 13ZM6 23V15.275C5.36667 14.575 4.875 13.775 4.525 12.875C4.175 11.975 4 11.0167 4 10C4 7.76667 4.775 5.875 6.325 4.325C7.875 2.775 9.76667 2 12 2C14.2333 2 16.125 2.775 17.675 4.325C19.225 5.875 20 7.76667 20 10C20 11.0167 19.825 11.975 19.475 12.875C19.125 13.775 18.6333 14.575 18 15.275V23L12 21L6 23ZM12 16C13.6667 16 15.0833 15.4167 16.25 14.25C17.4167 13.0833 18 11.6667 18 10C18 8.33333 17.4167 6.91667 16.25 5.75C15.0833 4.58333 13.6667 4 12 4C10.3333 4 8.91667 4.58333 7.75 5.75C6.58333 6.91667 6 8.33333 6 10C6 11.6667 6.58333 13.0833 7.75 14.25C8.91667 15.4167 10.3333 16 12 16ZM8 20.025L12 19L16 20.025V16.925C15.4167 17.2583 14.7875 17.5208 14.1125 17.7125C13.4375 17.9042 12.7333 18 12 18C11.2667 18 10.5625 17.9042 9.8875 17.7125C9.2125 17.5208 8.58333 17.2583 8 16.925V20.025Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-license-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLicenseGoogle",
          "declaration": {
            "name": "ObiLicenseGoogle",
            "module": "src/icons/icon-license-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-license-google",
          "declaration": {
            "name": "ObiLicenseGoogle",
            "module": "src/icons/icon-license-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-alarm-colour-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightAlarmColourOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.66123 9.58094L5.42857 20H3V22H21V20H18.5714L16.3388 9.58094C16.1412 8.6588 15.3262 8 14.3832 8H9.61683C8.67376 8 7.85883 8.6588 7.66123 9.58094ZM14.3832 10H9.61683L7.47397 20H11V17.7324C10.4022 17.3866 10 16.7403 10 16C10 14.8954 10.8954 14 12 14C13.1046 14 14 14.8954 14 16C14 16.7403 13.5978 17.3866 13 17.7324V20H16.526L14.3832 10Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.3831 10H9.61673L7.47388 20H10.9999V17.7324C10.4021 17.3866 9.9999 16.7403 9.9999 16C9.9999 14.8954 10.8953 14 11.9999 14C13.1045 14 13.9999 14.8954 13.9999 16C13.9999 16.7403 13.5977 17.3866 12.9999 17.7324V20H16.5259L14.3831 10Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.66123 9.58094L5.42857 20H3V22H21V20H18.5714L16.3388 9.58094C16.1412 8.6588 15.3262 8 14.3832 8H9.61683C8.67376 8 7.85883 8.6588 7.66123 9.58094ZM14.3832 10H9.61683L7.47397 20H11V17.7324C10.4022 17.3866 10 16.7403 10 16C10 14.8954 10.8954 14 12 14C13.1046 14 14 14.8954 14 16C14 16.7403 13.5978 17.3866 13 17.7324V20H16.526L14.3832 10Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.3831 10H9.61673L7.47388 20H10.9999V17.7324C10.4021 17.3866 9.9999 16.7403 9.9999 16C9.9999 14.8954 10.8953 14 11.9999 14C13.1045 14 13.9999 14.8954 13.9999 16C13.9999 16.7403 13.5977 17.3866 12.9999 17.7324V20H16.5259L14.3831 10Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-alarm-colour-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightAlarmColourOff",
          "declaration": {
            "name": "ObiLightAlarmColourOff",
            "module": "src/icons/icon-light-alarm-colour-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-alarm-colour-off",
          "declaration": {
            "name": "ObiLightAlarmColourOff",
            "module": "src/icons/icon-light-alarm-colour-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-alarm-colour-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightAlarmColourOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 1V3V5H11V1H13Z\" fill=\"currentColor\"/> <path d=\"M20.4863 4.92871L19.0721 3.5145L16.2437 6.34292L17.6579 7.75714L20.4863 4.92871Z\" fill=\"currentColor\"/> <path d=\"M3.5145 4.92886L4.92871 3.51465L6.34292 4.92886L7.75714 6.34308L6.34292 7.75729L3.5145 4.92886Z\" fill=\"currentColor\"/> <path d=\"M1 13H5V11H1V13Z\" fill=\"currentColor\"/> <path d=\"M19 13H23V11H19V13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.66123 9.58094L5.42857 20H3V22H21V20H18.5714L16.3388 9.58094C16.1412 8.6588 15.3262 8 14.3832 8H9.61683C8.67376 8 7.85883 8.6588 7.66123 9.58094ZM14.3832 10H9.61683L7.47397 20H11V17.7324C10.4022 17.3866 10 16.7403 10 16C10 14.8954 10.8954 14 12 14C13.1046 14 14 14.8954 14 16C14 16.7403 13.5978 17.3866 13 17.7324V20H16.526L14.3832 10Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.3831 10H9.61673L7.47388 20H10.9999V17.7324C10.4021 17.3866 9.9999 16.7403 9.9999 16C9.9999 14.8954 10.8953 14 11.9999 14C13.1045 14 13.9999 14.8954 13.9999 16C13.9999 16.7403 13.5977 17.3866 12.9999 17.7324V20H16.5259L14.3831 10Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 1V3V5H11V1H13Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M20.4863 4.92871L19.0721 3.5145L16.2437 6.34292L17.6579 7.75714L20.4863 4.92871Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M3.5145 4.92886L4.92871 3.51465L6.34292 4.92886L7.75714 6.34308L6.34292 7.75729L3.5145 4.92886Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M1 13H5V11H1V13Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M19 13H23V11H19V13Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.66123 9.58094L5.42857 20H3V22H21V20H18.5714L16.3388 9.58094C16.1412 8.6588 15.3262 8 14.3832 8H9.61683C8.67376 8 7.85883 8.6588 7.66123 9.58094ZM14.3832 10H9.61683L7.47397 20H11V17.7324C10.4022 17.3866 10 16.7403 10 16C10 14.8954 10.8954 14 12 14C13.1046 14 14 14.8954 14 16C14 16.7403 13.5978 17.3866 13 17.7324V20H16.526L14.3832 10Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.3831 10H9.61673L7.47388 20H10.9999V17.7324C10.4021 17.3866 9.9999 16.7403 9.9999 16C9.9999 14.8954 10.8953 14 11.9999 14C13.1045 14 13.9999 14.8954 13.9999 16C13.9999 16.7403 13.5977 17.3866 12.9999 17.7324V20H16.5259L14.3831 10Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-alarm-colour-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightAlarmColourOn",
          "declaration": {
            "name": "ObiLightAlarmColourOn",
            "module": "src/icons/icon-light-alarm-colour-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-alarm-colour-on",
          "declaration": {
            "name": "ObiLightAlarmColourOn",
            "module": "src/icons/icon-light-alarm-colour-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-alarm.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightAlarm",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 1V5H11V1H13Z\" fill=\"currentColor\"/> <path d=\"M20.4863 4.92871L19.0721 3.5145L16.2437 6.34292L17.6579 7.75714L20.4863 4.92871Z\" fill=\"currentColor\"/> <path d=\"M3.5145 4.92886L4.92871 3.51465L7.75714 6.34308L6.34292 7.75729L3.5145 4.92886Z\" fill=\"currentColor\"/> <path d=\"M1 13H5V11H1V13Z\" fill=\"currentColor\"/> <path d=\"M19 13H23V11H19V13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.66123 9.58094L5.42857 20H3V22H21V20H18.5714L16.3388 9.58094C16.1412 8.6588 15.3262 8 14.3832 8H9.61683C8.67376 8 7.85883 8.6588 7.66123 9.58094ZM14.3832 10H9.61683L7.47397 20H11V17.7324C10.4022 17.3866 10 16.7403 10 16C10 14.8954 10.8954 14 12 14C13.1046 14 14 14.8954 14 16C14 16.7403 13.5978 17.3866 13 17.7324V20H16.526L14.3832 10Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 1V5H11V1H13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.4863 4.92871L19.0721 3.5145L16.2437 6.34292L17.6579 7.75714L20.4863 4.92871Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.5145 4.92886L4.92871 3.51465L7.75714 6.34308L6.34292 7.75729L3.5145 4.92886Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M1 13H5V11H1V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 13H23V11H19V13Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.66123 9.58094L5.42857 20H3V22H21V20H18.5714L16.3388 9.58094C16.1412 8.6588 15.3262 8 14.3832 8H9.61683C8.67376 8 7.85883 8.6588 7.66123 9.58094ZM14.3832 10H9.61683L7.47397 20H11V17.7324C10.4022 17.3866 10 16.7403 10 16C10 14.8954 10.8954 14 12 14C13.1046 14 14 14.8954 14 16C14 16.7403 13.5978 17.3866 13 17.7324V20H16.526L14.3832 10Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-alarm",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightAlarm",
          "declaration": {
            "name": "ObiLightAlarm",
            "module": "src/icons/icon-light-alarm.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-alarm",
          "declaration": {
            "name": "ObiLightAlarm",
            "module": "src/icons/icon-light-alarm.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-aol-colour-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightAolColourOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 11V17H6V18L8.57143 21H15.4286L18 18V17H17V11C17 8.23858 14.7614 6 12 6C9.23858 6 7 8.23858 7 11ZM15 17V11C15 9.34315 13.6569 8 12 8C10.3431 8 9 9.34315 9 11V17H15Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 17V11C15 9.34315 13.6569 8 12 8C10.3431 8 9 9.34315 9 11V17H15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 11V17H6V18L8.57143 21H15.4286L18 18V17H17V11C17 8.23858 14.7614 6 12 6C9.23858 6 7 8.23858 7 11ZM15 17V11C15 9.34315 13.6569 8 12 8C10.3431 8 9 9.34315 9 11V17H15Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 17V11C15 9.34315 13.6569 8 12 8C10.3431 8 9 9.34315 9 11V17H15Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-aol-colour-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightAolColourOff",
          "declaration": {
            "name": "ObiLightAolColourOff",
            "module": "src/icons/icon-light-aol-colour-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-aol-colour-off",
          "declaration": {
            "name": "ObiLightAolColourOff",
            "module": "src/icons/icon-light-aol-colour-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-aol-colour-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightAolColourOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 4V1H11V4H13Z\" fill=\"currentColor\"/> <path d=\"M4 13H1V11H4V13Z\" fill=\"currentColor\"/> <path d=\"M23 13H20V11H23V13Z\" fill=\"currentColor\"/> <path d=\"M5.63687 7.05026L3.51555 4.92894L4.92976 3.51473L7.05108 5.63605L5.63687 7.05026Z\" fill=\"currentColor\"/> <path d=\"M19.0719 3.51473L16.9506 5.63605L18.3648 7.05026L20.4861 4.92894L19.0719 3.51473Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 11V17H6V18L8.57143 21H15.4286L18 18V17H17V11C17 8.23858 14.7614 6 12 6C9.23858 6 7 8.23858 7 11ZM15 17V11C15 9.34315 13.6569 8 12 8C10.3431 8 9 9.34315 9 11V17H15Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 17V11C15 9.34315 13.6569 8 12 8C10.3431 8 9 9.34315 9 11V17H15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 4V1H11V4H13Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M4 13H1V11H4V13Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M23 13H20V11H23V13Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M5.63687 7.05026L3.51555 4.92894L4.92976 3.51473L7.05108 5.63605L5.63687 7.05026Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M19.0719 3.51473L16.9506 5.63605L18.3648 7.05026L20.4861 4.92894L19.0719 3.51473Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 11V17H6V18L8.57143 21H15.4286L18 18V17H17V11C17 8.23858 14.7614 6 12 6C9.23858 6 7 8.23858 7 11ZM15 17V11C15 9.34315 13.6569 8 12 8C10.3431 8 9 9.34315 9 11V17H15Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 17V11C15 9.34315 13.6569 8 12 8C10.3431 8 9 9.34315 9 11V17H15Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-aol-colour-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightAolColourOn",
          "declaration": {
            "name": "ObiLightAolColourOn",
            "module": "src/icons/icon-light-aol-colour-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-aol-colour-on",
          "declaration": {
            "name": "ObiLightAolColourOn",
            "module": "src/icons/icon-light-aol-colour-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-aol-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightAolOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.1933 21.1924L2.8085 2.80762L1.39429 4.22183L7.11248 9.94003C7.03874 10.2817 6.99991 10.6363 6.99991 11V17H5.99991V18L8.57134 21H15.4285L16.6949 19.5225L19.7791 22.6066L21.1933 21.1924ZM14.1725 17L8.99991 11.8275V17H14.1725Z\" fill=\"currentColor\"/> <path d=\"M14.9999 11V12.1709L16.9999 14.1709V11C16.9999 8.23858 14.7613 6 11.9999 6C11.0887 6 10.2344 6.24376 9.49865 6.66964L10.9998 8.17076C11.3126 8.06017 11.6492 8 11.9999 8C13.6568 8 14.9999 9.34315 14.9999 11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.1933 21.1924L2.8085 2.80762L1.39429 4.22183L7.11248 9.94003C7.03874 10.2817 6.99991 10.6363 6.99991 11V17H5.99991V18L8.57134 21H15.4285L16.6949 19.5225L19.7791 22.6066L21.1933 21.1924ZM14.1725 17L8.99991 11.8275V17H14.1725Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.9999 11V12.1709L16.9999 14.1709V11C16.9999 8.23858 14.7613 6 11.9999 6C11.0887 6 10.2344 6.24376 9.49865 6.66964L10.9998 8.17076C11.3126 8.06017 11.6492 8 11.9999 8C13.6568 8 14.9999 9.34315 14.9999 11Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-aol-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightAolOff",
          "declaration": {
            "name": "ObiLightAolOff",
            "module": "src/icons/icon-light-aol-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-aol-off",
          "declaration": {
            "name": "ObiLightAolOff",
            "module": "src/icons/icon-light-aol-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-aol.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightAol",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 4V1H11V4H13Z\" fill=\"currentColor\"/> <path d=\"M4 13H1V11H4V13Z\" fill=\"currentColor\"/> <path d=\"M23 13H20V11H23V13Z\" fill=\"currentColor\"/> <path d=\"M5.63687 7.05026L3.51555 4.92894L4.92976 3.51473L7.05108 5.63605L5.63687 7.05026Z\" fill=\"currentColor\"/> <path d=\"M19.0719 3.51473L16.9506 5.63605L18.3648 7.05026L20.4861 4.92894L19.0719 3.51473Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 11V17H6V18L8.57143 21H15.4286L18 18V17H17V11C17 8.23858 14.7614 6 12 6C9.23858 6 7 8.23858 7 11ZM15 17V11C15 9.34315 13.6569 8 12 8C10.3431 8 9 9.34315 9 11V17H15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 4V1H11V4H13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4 13H1V11H4V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M23 13H20V11H23V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.63687 7.05026L3.51555 4.92894L4.92976 3.51473L7.05108 5.63605L5.63687 7.05026Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.0719 3.51473L16.9506 5.63605L18.3648 7.05026L20.4861 4.92894L19.0719 3.51473Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 11V17H6V18L8.57143 21H15.4286L18 18V17H17V11C17 8.23858 14.7614 6 12 6C9.23858 6 7 8.23858 7 11ZM15 17V11C15 9.34315 13.6569 8 12 8C10.3431 8 9 9.34315 9 11V17H15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-aol",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightAol",
          "declaration": {
            "name": "ObiLightAol",
            "module": "src/icons/icon-light-aol.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-aol",
          "declaration": {
            "name": "ObiLightAol",
            "module": "src/icons/icon-light-aol.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-backlight-buttons-colour-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightBacklightButtonsColourOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <rect x=\"8\" y=\"16\" width=\"8\" height=\"1\" fill=\"currentColor\"/> <path d=\"M1 13V15H5V13H1Z\" fill=\"currentColor\"/> <path d=\"M3.525 6.925L6.35 9.75L7.75 8.35L4.925 5.5L3.525 6.925Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 15V18H17V15H7ZM16 16H8V17H16V16Z\" fill=\"currentColor\"/> <path d=\"M11 3V7H13V3H11Z\" fill=\"currentColor\"/> <path d=\"M16.25 8.35L17.65 9.75L20.5 6.925L19.075 5.525L16.25 8.35Z\" fill=\"currentColor\"/> <path d=\"M19 13V15H23V13H19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <rect x=\"8\" y=\"16\" width=\"8\" height=\"1\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path d=\"M1 13V15H5V13H1Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M3.525 6.925L6.35 9.75L7.75 8.35L4.925 5.5L3.525 6.925Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 15V18H17V15H7ZM16 16H8V17H16V16Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M11 3V7H13V3H11Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M16.25 8.35L17.65 9.75L20.5 6.925L19.075 5.525L16.25 8.35Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M19 13V15H23V13H19Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-backlight-buttons-colour-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightBacklightButtonsColourOn",
          "declaration": {
            "name": "ObiLightBacklightButtonsColourOn",
            "module": "src/icons/icon-light-backlight-buttons-colour-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-backlight-buttons-colour-on",
          "declaration": {
            "name": "ObiLightBacklightButtonsColourOn",
            "module": "src/icons/icon-light-backlight-buttons-colour-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-backlight-buttons-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightBacklightButtonsOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.39429 4.22183L2.8085 2.80762L21.1933 21.1924L19.7791 22.6066L15.1725 18H7.00022V15H12.1725L1.39429 4.22183Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.39429 4.22183L2.8085 2.80762L21.1933 21.1924L19.7791 22.6066L15.1725 18H7.00022V15H12.1725L1.39429 4.22183Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-backlight-buttons-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightBacklightButtonsOff",
          "declaration": {
            "name": "ObiLightBacklightButtonsOff",
            "module": "src/icons/icon-light-backlight-buttons-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-backlight-buttons-off",
          "declaration": {
            "name": "ObiLightBacklightButtonsOff",
            "module": "src/icons/icon-light-backlight-buttons-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-backlight-buttons.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightBacklightButtons",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1 15V13H5V15H1ZM6.35 9.75L3.525 6.925L4.925 5.5L7.75 8.35L6.35 9.75ZM7 18V15H17V18H7ZM11 7V3H13V7H11ZM17.65 9.75L16.25 8.35L19.075 5.525L20.5 6.925L17.65 9.75ZM19 15V13H23V15H19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1 15V13H5V15H1ZM6.35 9.75L3.525 6.925L4.925 5.5L7.75 8.35L6.35 9.75ZM7 18V15H17V18H7ZM11 7V3H13V7H11ZM17.65 9.75L16.25 8.35L19.075 5.525L20.5 6.925L17.65 9.75ZM19 15V13H23V15H19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-backlight-buttons",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightBacklightButtons",
          "declaration": {
            "name": "ObiLightBacklightButtons",
            "module": "src/icons/icon-light-backlight-buttons.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-backlight-buttons",
          "declaration": {
            "name": "ObiLightBacklightButtons",
            "module": "src/icons/icon-light-backlight-buttons.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-backlight-buttonslight-backlight-buttons-colour-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightBacklightButtonslightBacklightButtonsColourOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <rect x=\"8\" y=\"16\" width=\"8\" height=\"1\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 15V18H17V15H7ZM16 16H8V17H16V16Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <rect x=\"8\" y=\"16\" width=\"8\" height=\"1\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 15V18H17V15H7ZM16 16H8V17H16V16Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-backlight-buttonslight-backlight-buttons-colour-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightBacklightButtonslightBacklightButtonsColourOff",
          "declaration": {
            "name": "ObiLightBacklightButtonslightBacklightButtonsColourOff",
            "module": "src/icons/icon-light-backlight-buttonslight-backlight-buttons-colour-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-backlight-buttonslight-backlight-buttons-colour-off",
          "declaration": {
            "name": "ObiLightBacklightButtonslightBacklightButtonsColourOff",
            "module": "src/icons/icon-light-backlight-buttonslight-backlight-buttons-colour-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-bulb-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightBulbOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 22C14.3539 22 16.5178 21.1867 18.2262 19.8258L12.0006 13.6002L5.77452 19.8263C7.48273 21.1869 9.64641 22 12 22Z\" fill=\"currentColor\"/> <path d=\"M13.6006 12.0002L19.8261 18.2257C21.1868 16.5175 22 14.3537 22 12C22 9.64641 21.1869 7.48273 19.8263 5.77452L13.6006 12.0002Z\" fill=\"currentColor\"/> <path d=\"M12.0006 10.4002L18.2264 4.17443C16.5181 2.81338 14.354 2 12 2C9.64629 2 7.48251 2.81317 5.77427 4.17389L12.0006 10.4002Z\" fill=\"currentColor\"/> <path d=\"M2 12C2 9.6461 2.8133 7.48216 4.17423 5.77385L10.4006 12.0002L4.17443 18.2264C2.81338 16.5181 2 14.354 2 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM18.2262 19.8258C16.5178 21.1867 14.3539 22 12 22C9.64641 22 7.48273 21.1869 5.77452 19.8263L12.0006 13.6002L18.2262 19.8258ZM19.8261 18.2257L13.6006 12.0002L19.8263 5.77452C21.1869 7.48273 22 9.64641 22 12C22 14.3537 21.1868 16.5175 19.8261 18.2257ZM18.2264 4.17443L12.0006 10.4002L5.77427 4.17389C7.48251 2.81317 9.64629 2 12 2C14.354 2 16.5181 2.81338 18.2264 4.17443ZM4.17423 5.77385C2.8133 7.48216 2 9.6461 2 12C2 14.354 2.81338 16.5181 4.17443 18.2264L10.4006 12.0002L4.17423 5.77385Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 22C14.3539 22 16.5178 21.1867 18.2262 19.8258L12.0006 13.6002L5.77452 19.8263C7.48273 21.1869 9.64641 22 12 22Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M13.6006 12.0002L19.8261 18.2257C21.1868 16.5175 22 14.3537 22 12C22 9.64641 21.1869 7.48273 19.8263 5.77452L13.6006 12.0002Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M12.0006 10.4002L18.2264 4.17443C16.5181 2.81338 14.354 2 12 2C9.64629 2 7.48251 2.81317 5.77427 4.17389L12.0006 10.4002Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M2 12C2 9.6461 2.8133 7.48216 4.17423 5.77385L10.4006 12.0002L4.17443 18.2264C2.81338 16.5181 2 14.354 2 12Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM18.2262 19.8258C16.5178 21.1867 14.3539 22 12 22C9.64641 22 7.48273 21.1869 5.77452 19.8263L12.0006 13.6002L18.2262 19.8258ZM19.8261 18.2257L13.6006 12.0002L19.8263 5.77452C21.1869 7.48273 22 9.64641 22 12C22 14.3537 21.1868 16.5175 19.8261 18.2257ZM18.2264 4.17443L12.0006 10.4002L5.77427 4.17389C7.48251 2.81317 9.64629 2 12 2C14.354 2 16.5181 2.81338 18.2264 4.17443ZM4.17423 5.77385C2.8133 7.48216 2 9.6461 2 12C2 14.354 2.81338 16.5181 4.17443 18.2264L10.4006 12.0002L4.17423 5.77385Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-bulb-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightBulbOff",
          "declaration": {
            "name": "ObiLightBulbOff",
            "module": "src/icons/icon-light-bulb-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-bulb-off",
          "declaration": {
            "name": "ObiLightBulbOff",
            "module": "src/icons/icon-light-bulb-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-bulb-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightBulbOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 22C14.3539 22 16.5178 21.1867 18.2262 19.8258L12.0006 13.6002L5.77452 19.8263C7.48273 21.1869 9.64641 22 12 22Z\" fill=\"currentColor\"/> <path d=\"M13.6006 12.0002L19.8261 18.2257C21.1868 16.5175 22 14.3537 22 12C22 9.64641 21.1869 7.48273 19.8263 5.77452L13.6006 12.0002Z\" fill=\"currentColor\"/> <path d=\"M12.0006 10.4002L18.2264 4.17443C16.5181 2.81338 14.354 2 12 2C9.64629 2 7.48251 2.81317 5.77427 4.17389L12.0006 10.4002Z\" fill=\"currentColor\"/> <path d=\"M2 12C2 9.6461 2.8133 7.48216 4.17423 5.77385L10.4006 12.0002L4.17443 18.2264C2.81338 16.5181 2 14.354 2 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM18.2262 19.8258C16.5178 21.1867 14.3539 22 12 22C9.64641 22 7.48273 21.1869 5.77452 19.8263L12.0006 13.6002L18.2262 19.8258ZM19.8261 18.2257L13.6006 12.0002L19.8263 5.77452C21.1869 7.48273 22 9.64641 22 12C22 14.3537 21.1868 16.5175 19.8261 18.2257ZM18.2264 4.17443L12.0006 10.4002L5.77427 4.17389C7.48251 2.81317 9.64629 2 12 2C14.354 2 16.5181 2.81338 18.2264 4.17443ZM4.17423 5.77385C2.8133 7.48216 2 9.6461 2 12C2 14.354 2.81338 16.5181 4.17443 18.2264L10.4006 12.0002L4.17423 5.77385Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 22C14.3539 22 16.5178 21.1867 18.2262 19.8258L12.0006 13.6002L5.77452 19.8263C7.48273 21.1869 9.64641 22 12 22Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M13.6006 12.0002L19.8261 18.2257C21.1868 16.5175 22 14.3537 22 12C22 9.64641 21.1869 7.48273 19.8263 5.77452L13.6006 12.0002Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M12.0006 10.4002L18.2264 4.17443C16.5181 2.81338 14.354 2 12 2C9.64629 2 7.48251 2.81317 5.77427 4.17389L12.0006 10.4002Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M2 12C2 9.6461 2.8133 7.48216 4.17423 5.77385L10.4006 12.0002L4.17443 18.2264C2.81338 16.5181 2 14.354 2 12Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM18.2262 19.8258C16.5178 21.1867 14.3539 22 12 22C9.64641 22 7.48273 21.1869 5.77452 19.8263L12.0006 13.6002L18.2262 19.8258ZM19.8261 18.2257L13.6006 12.0002L19.8263 5.77452C21.1869 7.48273 22 9.64641 22 12C22 14.3537 21.1868 16.5175 19.8261 18.2257ZM18.2264 4.17443L12.0006 10.4002L5.77427 4.17389C7.48251 2.81317 9.64629 2 12 2C14.354 2 16.5181 2.81338 18.2264 4.17443ZM4.17423 5.77385C2.8133 7.48216 2 9.6461 2 12C2 14.354 2.81338 16.5181 4.17443 18.2264L10.4006 12.0002L4.17423 5.77385Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-bulb-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightBulbOn",
          "declaration": {
            "name": "ObiLightBulbOn",
            "module": "src/icons/icon-light-bulb-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-bulb-on",
          "declaration": {
            "name": "ObiLightBulbOn",
            "module": "src/icons/icon-light-bulb-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-bulb.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightBulb",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM18.2262 19.8258C16.5178 21.1867 14.3539 22 12 22C9.64641 22 7.48273 21.1869 5.77452 19.8263L12.0006 13.6002L18.2262 19.8258ZM19.8261 18.2257L13.6006 12.0002L19.8263 5.77452C21.1869 7.48273 22 9.64641 22 12C22 14.3537 21.1868 16.5175 19.8261 18.2257ZM18.2264 4.17443L12.0006 10.4002L5.77427 4.17389C7.48251 2.81317 9.64629 2 12 2C14.354 2 16.5181 2.81338 18.2264 4.17443ZM4.17423 5.77385C2.8133 7.48216 2 9.6461 2 12C2 14.354 2.81338 16.5181 4.17443 18.2264L10.4006 12.0002L4.17423 5.77385Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM18.2262 19.8258C16.5178 21.1867 14.3539 22 12 22C9.64641 22 7.48273 21.1869 5.77452 19.8263L12.0006 13.6002L18.2262 19.8258ZM19.8261 18.2257L13.6006 12.0002L19.8263 5.77452C21.1869 7.48273 22 9.64641 22 12C22 14.3537 21.1868 16.5175 19.8261 18.2257ZM18.2264 4.17443L12.0006 10.4002L5.77427 4.17389C7.48251 2.81317 9.64629 2 12 2C14.354 2 16.5181 2.81338 18.2264 4.17443ZM4.17423 5.77385C2.8133 7.48216 2 9.6461 2 12C2 14.354 2.81338 16.5181 4.17443 18.2264L10.4006 12.0002L4.17423 5.77385Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-bulb",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightBulb",
          "declaration": {
            "name": "ObiLightBulb",
            "module": "src/icons/icon-light-bulb.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-bulb",
          "declaration": {
            "name": "ObiLightBulb",
            "module": "src/icons/icon-light-bulb.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-deck-colour-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightDeckColourOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 7C21.1046 7 22 7.89543 22 9V15C22 16.1046 21.1046 17 20 17H4C2.89543 17 2 16.1046 2 15V9C2 7.89543 2.89543 7 4 7H20ZM4 9H20V11H4V9ZM20 15V13H4V15H20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 9H20V11H4V9ZM20 15V13H4V15H20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 7C21.1046 7 22 7.89543 22 9V15C22 16.1046 21.1046 17 20 17H4C2.89543 17 2 16.1046 2 15V9C2 7.89543 2.89543 7 4 7H20ZM4 9H20V11H4V9ZM20 15V13H4V15H20Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 9H20V11H4V9ZM20 15V13H4V15H20Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-deck-colour-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightDeckColourOff",
          "declaration": {
            "name": "ObiLightDeckColourOff",
            "module": "src/icons/icon-light-deck-colour-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-deck-colour-off",
          "declaration": {
            "name": "ObiLightDeckColourOff",
            "module": "src/icons/icon-light-deck-colour-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-deck-colour-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightDeckColourOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 1V4H13V1H11Z\" fill=\"currentColor\"/> <path d=\"M11 20V23H13V20H11Z\" fill=\"currentColor\"/> <path d=\"M19.1342 4.57178L20.6342 1.9737L22.3662 2.9737L20.8662 5.57178L19.1342 4.57178Z\" fill=\"currentColor\"/> <path d=\"M22.3658 21.0263L20.8658 18.4282L19.1338 19.4282L20.6338 22.0263L22.3658 21.0263Z\" fill=\"currentColor\"/> <path d=\"M3.13416 5.57178L1.63416 2.9737L3.36621 1.9737L4.86621 4.57178L3.13416 5.57178Z\" fill=\"currentColor\"/> <path d=\"M3.36584 22.0263L4.86584 19.4282L3.13379 18.4282L1.63379 21.0263L3.36584 22.0263Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 7C21.1046 7 22 7.89543 22 9V15C22 16.1046 21.1046 17 20 17H4C2.89543 17 2 16.1046 2 15V9C2 7.89543 2.89543 7 4 7H20ZM4 9H20V11H4V9ZM20 15V13H4V15H20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 9H20V11H4V9ZM20 15V13H4V15H20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 1V4H13V1H11Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M11 20V23H13V20H11Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M19.1342 4.57178L20.6342 1.9737L22.3662 2.9737L20.8662 5.57178L19.1342 4.57178Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M22.3658 21.0263L20.8658 18.4282L19.1338 19.4282L20.6338 22.0263L22.3658 21.0263Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M3.13416 5.57178L1.63416 2.9737L3.36621 1.9737L4.86621 4.57178L3.13416 5.57178Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M3.36584 22.0263L4.86584 19.4282L3.13379 18.4282L1.63379 21.0263L3.36584 22.0263Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 7C21.1046 7 22 7.89543 22 9V15C22 16.1046 21.1046 17 20 17H4C2.89543 17 2 16.1046 2 15V9C2 7.89543 2.89543 7 4 7H20ZM4 9H20V11H4V9ZM20 15V13H4V15H20Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 9H20V11H4V9ZM20 15V13H4V15H20Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-deck-colour-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightDeckColourOn",
          "declaration": {
            "name": "ObiLightDeckColourOn",
            "module": "src/icons/icon-light-deck-colour-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-deck-colour-on",
          "declaration": {
            "name": "ObiLightDeckColourOn",
            "module": "src/icons/icon-light-deck-colour-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-deck-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightDeckOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.1933 21.1924L2.8085 2.80762L1.39429 4.22183L4.17246 7H3.99991C2.89534 7 1.99991 7.89543 1.99991 9V15C1.99991 16.1046 2.89534 17 3.99991 17H14.1725L19.7791 22.6066L21.1933 21.1924ZM12.1725 15H3.99991V13H10.1725L12.1725 15ZM8.17246 11H3.99991V9H6.17246L8.17246 11Z\" fill=\"currentColor\"/> <path d=\"M19.9999 7H9.82901L11.829 9H19.9999V11H13.829L15.829 13H19.9999V15H17.829L19.829 17H19.9999C21.1045 17 21.9999 16.1046 21.9999 15V9C21.9999 7.89543 21.1045 7 19.9999 7Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.1933 21.1924L2.8085 2.80762L1.39429 4.22183L4.17246 7H3.99991C2.89534 7 1.99991 7.89543 1.99991 9V15C1.99991 16.1046 2.89534 17 3.99991 17H14.1725L19.7791 22.6066L21.1933 21.1924ZM12.1725 15H3.99991V13H10.1725L12.1725 15ZM8.17246 11H3.99991V9H6.17246L8.17246 11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.9999 7H9.82901L11.829 9H19.9999V11H13.829L15.829 13H19.9999V15H17.829L19.829 17H19.9999C21.1045 17 21.9999 16.1046 21.9999 15V9C21.9999 7.89543 21.1045 7 19.9999 7Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-deck-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightDeckOff",
          "declaration": {
            "name": "ObiLightDeckOff",
            "module": "src/icons/icon-light-deck-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-deck-off",
          "declaration": {
            "name": "ObiLightDeckOff",
            "module": "src/icons/icon-light-deck-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-deck.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightDeck",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 1V4H13V1H11Z\" fill=\"currentColor\"/> <path d=\"M11 20V23H13V20H11Z\" fill=\"currentColor\"/> <path d=\"M19.1342 4.57178L20.6342 1.9737L22.3662 2.9737L20.8662 5.57178L19.1342 4.57178Z\" fill=\"currentColor\"/> <path d=\"M22.3658 21.0263L20.8658 18.4282L19.1338 19.4282L20.6338 22.0263L22.3658 21.0263Z\" fill=\"currentColor\"/> <path d=\"M3.13416 5.57178L1.63416 2.9737L3.36621 1.9737L4.86621 4.57178L3.13416 5.57178Z\" fill=\"currentColor\"/> <path d=\"M3.36584 22.0263L4.86584 19.4282L3.13379 18.4282L1.63379 21.0263L3.36584 22.0263Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 7C21.1046 7 22 7.89543 22 9V15C22 16.1046 21.1046 17 20 17H4C2.89543 17 2 16.1046 2 15V9C2 7.89543 2.89543 7 4 7H20ZM4 9H20V11H4V9ZM20 15V13H4V15H20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 1V4H13V1H11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 20V23H13V20H11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.1342 4.57178L20.6342 1.9737L22.3662 2.9737L20.8662 5.57178L19.1342 4.57178Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22.3658 21.0263L20.8658 18.4282L19.1338 19.4282L20.6338 22.0263L22.3658 21.0263Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.13416 5.57178L1.63416 2.9737L3.36621 1.9737L4.86621 4.57178L3.13416 5.57178Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.36584 22.0263L4.86584 19.4282L3.13379 18.4282L1.63379 21.0263L3.36584 22.0263Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 7C21.1046 7 22 7.89543 22 9V15C22 16.1046 21.1046 17 20 17H4C2.89543 17 2 16.1046 2 15V9C2 7.89543 2.89543 7 4 7H20ZM4 9H20V11H4V9ZM20 15V13H4V15H20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-deck",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightDeck",
          "declaration": {
            "name": "ObiLightDeck",
            "module": "src/icons/icon-light-deck.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-deck",
          "declaration": {
            "name": "ObiLightDeck",
            "module": "src/icons/icon-light-deck.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-emergency-colour-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightEmergencyColourOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 11C19 12.8638 17.7252 14.4299 16 14.874V17H19C19.5523 17 20 17.4477 20 18V20H4V18C4 17.4477 4.44772 17 5 17H8V14.874C6.27477 14.4299 5 12.8638 5 11C5 8.79086 6.79086 7 9 7C10.1947 7 11.2671 7.52376 12 8.35418C12.7329 7.52376 13.8053 7 15 7C17.2091 7 19 8.79086 19 11ZM11 11C11 12.1046 10.1046 13 9 13C7.89543 13 7 12.1046 7 11C7 9.89543 7.89543 9 9 9C10.1046 9 11 9.89543 11 11ZM10 14.874C10.7862 14.6716 11.4789 14.2362 12 13.6458C12.5211 14.2362 13.2138 14.6716 14 14.874V17H10V14.874ZM13 11C13 12.1046 13.8954 13 15 13C16.1046 13 17 12.1046 17 11C17 9.89543 16.1046 9 15 9C13.8954 9 13 9.89543 13 11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 11C11 12.1046 10.1046 13 9 13C7.89543 13 7 12.1046 7 11C7 9.89543 7.89543 9 9 9C10.1046 9 11 9.89543 11 11ZM13 11C13 12.1046 13.8954 13 15 13C16.1046 13 17 12.1046 17 11C17 9.89543 16.1046 9 15 9C13.8954 9 13 9.89543 13 11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 11C19 12.8638 17.7252 14.4299 16 14.874V17H19C19.5523 17 20 17.4477 20 18V20H4V18C4 17.4477 4.44772 17 5 17H8V14.874C6.27477 14.4299 5 12.8638 5 11C5 8.79086 6.79086 7 9 7C10.1947 7 11.2671 7.52376 12 8.35418C12.7329 7.52376 13.8053 7 15 7C17.2091 7 19 8.79086 19 11ZM11 11C11 12.1046 10.1046 13 9 13C7.89543 13 7 12.1046 7 11C7 9.89543 7.89543 9 9 9C10.1046 9 11 9.89543 11 11ZM10 14.874C10.7862 14.6716 11.4789 14.2362 12 13.6458C12.5211 14.2362 13.2138 14.6716 14 14.874V17H10V14.874ZM13 11C13 12.1046 13.8954 13 15 13C16.1046 13 17 12.1046 17 11C17 9.89543 16.1046 9 15 9C13.8954 9 13 9.89543 13 11Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 11C11 12.1046 10.1046 13 9 13C7.89543 13 7 12.1046 7 11C7 9.89543 7.89543 9 9 9C10.1046 9 11 9.89543 11 11ZM13 11C13 12.1046 13.8954 13 15 13C16.1046 13 17 12.1046 17 11C17 9.89543 16.1046 9 15 9C13.8954 9 13 9.89543 13 11Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-emergency-colour-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightEmergencyColourOff",
          "declaration": {
            "name": "ObiLightEmergencyColourOff",
            "module": "src/icons/icon-light-emergency-colour-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-emergency-colour-off",
          "declaration": {
            "name": "ObiLightEmergencyColourOff",
            "module": "src/icons/icon-light-emergency-colour-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-emergency-colour-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightEmergencyColourOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 1V4H11V1L13 1Z\" fill=\"currentColor\"/> <path d=\"M19.0721 3.5145L16.9508 5.63582L18.365 7.05003L20.4863 4.92871L19.0721 3.5145Z\" fill=\"currentColor\"/> <path d=\"M5.63582 7.05018L3.5145 4.92886L4.92871 3.51465L7.05003 5.63597L5.63582 7.05018Z\" fill=\"currentColor\"/> <path d=\"M1 13H4V11H1V13Z\" fill=\"currentColor\"/> <path d=\"M20 13H23V11H20V13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 11C19 12.8638 17.7252 14.4299 16 14.874V17H19C19.5523 17 20 17.4477 20 18V20H4V18C4 17.4477 4.44772 17 5 17H8V14.874C6.27477 14.4299 5 12.8638 5 11C5 8.79086 6.79086 7 9 7C10.1947 7 11.2671 7.52376 12 8.35418C12.7329 7.52376 13.8053 7 15 7C17.2091 7 19 8.79086 19 11ZM11 11C11 12.1046 10.1046 13 9 13C7.89543 13 7 12.1046 7 11C7 9.89543 7.89543 9 9 9C10.1046 9 11 9.89543 11 11ZM10 14.874C10.7862 14.6716 11.4789 14.2362 12 13.6458C12.5211 14.2362 13.2138 14.6716 14 14.874V17H10V14.874ZM13 11C13 12.1046 13.8954 13 15 13C16.1046 13 17 12.1046 17 11C17 9.89543 16.1046 9 15 9C13.8954 9 13 9.89543 13 11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 11C11 12.1046 10.1046 13 9 13C7.89543 13 7 12.1046 7 11C7 9.89543 7.89543 9 9 9C10.1046 9 11 9.89543 11 11ZM13 11C13 12.1046 13.8954 13 15 13C16.1046 13 17 12.1046 17 11C17 9.89543 16.1046 9 15 9C13.8954 9 13 9.89543 13 11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 1V4H11V1L13 1Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M19.0721 3.5145L16.9508 5.63582L18.365 7.05003L20.4863 4.92871L19.0721 3.5145Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M5.63582 7.05018L3.5145 4.92886L4.92871 3.51465L7.05003 5.63597L5.63582 7.05018Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M1 13H4V11H1V13Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M20 13H23V11H20V13Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 11C19 12.8638 17.7252 14.4299 16 14.874V17H19C19.5523 17 20 17.4477 20 18V20H4V18C4 17.4477 4.44772 17 5 17H8V14.874C6.27477 14.4299 5 12.8638 5 11C5 8.79086 6.79086 7 9 7C10.1947 7 11.2671 7.52376 12 8.35418C12.7329 7.52376 13.8053 7 15 7C17.2091 7 19 8.79086 19 11ZM11 11C11 12.1046 10.1046 13 9 13C7.89543 13 7 12.1046 7 11C7 9.89543 7.89543 9 9 9C10.1046 9 11 9.89543 11 11ZM10 14.874C10.7862 14.6716 11.4789 14.2362 12 13.6458C12.5211 14.2362 13.2138 14.6716 14 14.874V17H10V14.874ZM13 11C13 12.1046 13.8954 13 15 13C16.1046 13 17 12.1046 17 11C17 9.89543 16.1046 9 15 9C13.8954 9 13 9.89543 13 11Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 11C11 12.1046 10.1046 13 9 13C7.89543 13 7 12.1046 7 11C7 9.89543 7.89543 9 9 9C10.1046 9 11 9.89543 11 11ZM13 11C13 12.1046 13.8954 13 15 13C16.1046 13 17 12.1046 17 11C17 9.89543 16.1046 9 15 9C13.8954 9 13 9.89543 13 11Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-emergency-colour-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightEmergencyColourOn",
          "declaration": {
            "name": "ObiLightEmergencyColourOn",
            "module": "src/icons/icon-light-emergency-colour-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-emergency-colour-on",
          "declaration": {
            "name": "ObiLightEmergencyColourOn",
            "module": "src/icons/icon-light-emergency-colour-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-emergency-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightEmergencyOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.1935 21.1924L2.80874 2.80762L1.39453 4.22183L5.78816 8.61546C5.293 9.28132 5 10.1064 5 11C5 12.8638 6.27477 14.4299 8 14.874V17H5C4.44772 17 4 17.4477 4 18V20H17.1727L19.7793 22.6066L21.1935 21.1924ZM11.3845 14.2118L14 16.8273V17H10V14.874C10.5075 14.7434 10.976 14.5157 11.3845 14.2118ZM9.93901 12.7663L7.23369 10.061C7.08453 10.341 7 10.6606 7 11C7 12.1046 7.89543 13 9 13C9.33938 13 9.65902 12.9155 9.93901 12.7663Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.1821 14.353C18.2765 13.6392 19 12.4041 19 11C19 8.79086 17.2091 7 15 7C13.5959 7 12.3608 7.72345 11.647 8.81794L13.1268 10.2977C13.4112 9.53957 14.1426 9 15 9C16.1046 9 17 9.89543 17 11C17 11.8574 16.4604 12.5888 15.7023 12.8732L17.1821 14.353Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.1935 21.1924L2.80874 2.80762L1.39453 4.22183L5.78816 8.61546C5.293 9.28132 5 10.1064 5 11C5 12.8638 6.27477 14.4299 8 14.874V17H5C4.44772 17 4 17.4477 4 18V20H17.1727L19.7793 22.6066L21.1935 21.1924ZM11.3845 14.2118L14 16.8273V17H10V14.874C10.5075 14.7434 10.976 14.5157 11.3845 14.2118ZM9.93901 12.7663L7.23369 10.061C7.08453 10.341 7 10.6606 7 11C7 12.1046 7.89543 13 9 13C9.33938 13 9.65902 12.9155 9.93901 12.7663Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.1821 14.353C18.2765 13.6392 19 12.4041 19 11C19 8.79086 17.2091 7 15 7C13.5959 7 12.3608 7.72345 11.647 8.81794L13.1268 10.2977C13.4112 9.53957 14.1426 9 15 9C16.1046 9 17 9.89543 17 11C17 11.8574 16.4604 12.5888 15.7023 12.8732L17.1821 14.353Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-emergency-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightEmergencyOff",
          "declaration": {
            "name": "ObiLightEmergencyOff",
            "module": "src/icons/icon-light-emergency-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-emergency-off",
          "declaration": {
            "name": "ObiLightEmergencyOff",
            "module": "src/icons/icon-light-emergency-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-emergency.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightEmergency",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 1V4H11V1L13 1Z\" fill=\"currentColor\"/> <path d=\"M19.0721 3.5145L16.9508 5.63582L18.365 7.05003L20.4863 4.92871L19.0721 3.5145Z\" fill=\"currentColor\"/> <path d=\"M5.63582 7.05018L3.5145 4.92886L4.92871 3.51465L7.05003 5.63597L5.63582 7.05018Z\" fill=\"currentColor\"/> <path d=\"M1 13H4V11H1V13Z\" fill=\"currentColor\"/> <path d=\"M20 13H23V11H20V13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 11C19 12.8638 17.7252 14.4299 16 14.874V17H19C19.5523 17 20 17.4477 20 18V20H4V18C4 17.4477 4.44772 17 5 17H8V14.874C6.27477 14.4299 5 12.8638 5 11C5 8.79086 6.79086 7 9 7C10.1947 7 11.2671 7.52376 12 8.35418C12.7329 7.52376 13.8053 7 15 7C17.2091 7 19 8.79086 19 11ZM11 11C11 12.1046 10.1046 13 9 13C7.89543 13 7 12.1046 7 11C7 9.89543 7.89543 9 9 9C10.1046 9 11 9.89543 11 11ZM10 14.874C10.7862 14.6716 11.4789 14.2362 12 13.6458C12.5211 14.2362 13.2138 14.6716 14 14.874V17H10V14.874ZM13 11C13 12.1046 13.8954 13 15 13C16.1046 13 17 12.1046 17 11C17 9.89543 16.1046 9 15 9C13.8954 9 13 9.89543 13 11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 1V4H11V1L13 1Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.0721 3.5145L16.9508 5.63582L18.365 7.05003L20.4863 4.92871L19.0721 3.5145Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.63582 7.05018L3.5145 4.92886L4.92871 3.51465L7.05003 5.63597L5.63582 7.05018Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M1 13H4V11H1V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20 13H23V11H20V13Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 11C19 12.8638 17.7252 14.4299 16 14.874V17H19C19.5523 17 20 17.4477 20 18V20H4V18C4 17.4477 4.44772 17 5 17H8V14.874C6.27477 14.4299 5 12.8638 5 11C5 8.79086 6.79086 7 9 7C10.1947 7 11.2671 7.52376 12 8.35418C12.7329 7.52376 13.8053 7 15 7C17.2091 7 19 8.79086 19 11ZM11 11C11 12.1046 10.1046 13 9 13C7.89543 13 7 12.1046 7 11C7 9.89543 7.89543 9 9 9C10.1046 9 11 9.89543 11 11ZM10 14.874C10.7862 14.6716 11.4789 14.2362 12 13.6458C12.5211 14.2362 13.2138 14.6716 14 14.874V17H10V14.874ZM13 11C13 12.1046 13.8954 13 15 13C16.1046 13 17 12.1046 17 11C17 9.89543 16.1046 9 15 9C13.8954 9 13 9.89543 13 11Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-emergency",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightEmergency",
          "declaration": {
            "name": "ObiLightEmergency",
            "module": "src/icons/icon-light-emergency.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-emergency",
          "declaration": {
            "name": "ObiLightEmergency",
            "module": "src/icons/icon-light-emergency.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-flashlight-colour-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightFlashlightColourOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 17L17 15V7H7V15L9 17V23H15V17ZM9 14.1716V13H15V14.1716L13 16.1716V21H11V16.1716L9 14.1716ZM9 11H15V9H9V11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 14.1716V13H15V14.1716L13 16.1716V21H11V16.1716L9 14.1716ZM9 11H15V9H9V11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 17L17 15V7H7V15L9 17V23H15V17ZM9 14.1716V13H15V14.1716L13 16.1716V21H11V16.1716L9 14.1716ZM9 11H15V9H9V11Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 14.1716V13H15V14.1716L13 16.1716V21H11V16.1716L9 14.1716ZM9 11H15V9H9V11Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-flashlight-colour-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightFlashlightColourOff",
          "declaration": {
            "name": "ObiLightFlashlightColourOff",
            "module": "src/icons/icon-light-flashlight-colour-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-flashlight-colour-off",
          "declaration": {
            "name": "ObiLightFlashlightColourOff",
            "module": "src/icons/icon-light-flashlight-colour-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-flashlight-colour-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightFlashlightColourOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 1C11.4477 1 11 1.44772 11 2V4H13V2C13 1.44772 12.5523 1 12 1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 17L17 15V7H7V15L9 17V23H15V17ZM9 14.1716V13H15V14.1716L13 16.1716V21H11V16.1716L9 14.1716ZM9 11H15V9H9V11Z\" fill=\"currentColor\"/> <path d=\"M18.4998 2.4737C18.9781 2.74984 19.142 3.36143 18.8658 3.83973L17.8658 5.57178L16.1338 4.57178L17.1338 2.83973C17.4099 2.36143 18.0215 2.19756 18.4998 2.4737Z\" fill=\"currentColor\"/> <path d=\"M7.86584 4.57178L6.86584 2.83973C6.5897 2.36143 5.97811 2.19756 5.49981 2.4737C5.02152 2.74984 4.85765 3.36143 5.13379 3.83973L6.13379 5.57178L7.86584 4.57178Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 14.1716V13H15V14.1716L13 16.1716V21H11V16.1716L9 14.1716ZM9 11H15V9H9V11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 1C11.4477 1 11 1.44772 11 2V4H13V2C13 1.44772 12.5523 1 12 1Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 17L17 15V7H7V15L9 17V23H15V17ZM9 14.1716V13H15V14.1716L13 16.1716V21H11V16.1716L9 14.1716ZM9 11H15V9H9V11Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M18.4998 2.4737C18.9781 2.74984 19.142 3.36143 18.8658 3.83973L17.8658 5.57178L16.1338 4.57178L17.1338 2.83973C17.4099 2.36143 18.0215 2.19756 18.4998 2.4737Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M7.86584 4.57178L6.86584 2.83973C6.5897 2.36143 5.97811 2.19756 5.49981 2.4737C5.02152 2.74984 4.85765 3.36143 5.13379 3.83973L6.13379 5.57178L7.86584 4.57178Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 14.1716V13H15V14.1716L13 16.1716V21H11V16.1716L9 14.1716ZM9 11H15V9H9V11Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-flashlight-colour-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightFlashlightColourOn",
          "declaration": {
            "name": "ObiLightFlashlightColourOn",
            "module": "src/icons/icon-light-flashlight-colour-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-flashlight-colour-on",
          "declaration": {
            "name": "ObiLightFlashlightColourOn",
            "module": "src/icons/icon-light-flashlight-colour-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-flashlight-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightFlashlightOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.99991 9.82745L1.39429 4.22183L2.8085 2.80762L21.1933 21.1924L19.7791 22.6066L14.9999 17.8275V22H8.99991V13L6.99991 11V9.82745ZM12.9999 15.8275V20H10.9999V13.8275L12.9999 15.8275Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.9999 10.1716L14.0002 11.1712L15.4145 12.5854L16.9999 11V2H6.99991V4.1709L10.829 8H14.9999V10.1716ZM14.9999 6H8.99991V4H14.9999V6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.99991 9.82745L1.39429 4.22183L2.8085 2.80762L21.1933 21.1924L19.7791 22.6066L14.9999 17.8275V22H8.99991V13L6.99991 11V9.82745ZM12.9999 15.8275V20H10.9999V13.8275L12.9999 15.8275Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.9999 10.1716L14.0002 11.1712L15.4145 12.5854L16.9999 11V2H6.99991V4.1709L10.829 8H14.9999V10.1716ZM14.9999 6H8.99991V4H14.9999V6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-flashlight-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightFlashlightOff",
          "declaration": {
            "name": "ObiLightFlashlightOff",
            "module": "src/icons/icon-light-flashlight-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-flashlight-off",
          "declaration": {
            "name": "ObiLightFlashlightOff",
            "module": "src/icons/icon-light-flashlight-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-flashlight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightFlashlight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 1V4H13V1H11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 17L17 15V7H7V15L9 17V23H15V17ZM9 14.1716V13H15V14.1716L13 16.1716V21H11V16.1716L9 14.1716ZM9 11H15V9H9V11Z\" fill=\"currentColor\"/> <path d=\"M19.3658 2.9737L17.8658 5.57178L16.1338 4.57178L17.6338 1.9737L19.3658 2.9737Z\" fill=\"currentColor\"/> <path d=\"M7.86584 4.57178L6.36584 1.9737L4.63379 2.9737L6.13379 5.57178L7.86584 4.57178Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 1V4H13V1H11Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 17L17 15V7H7V15L9 17V23H15V17ZM9 14.1716V13H15V14.1716L13 16.1716V21H11V16.1716L9 14.1716ZM9 11H15V9H9V11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.3658 2.9737L17.8658 5.57178L16.1338 4.57178L17.6338 1.9737L19.3658 2.9737Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.86584 4.57178L6.36584 1.9737L4.63379 2.9737L6.13379 5.57178L7.86584 4.57178Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-flashlight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightFlashlight",
          "declaration": {
            "name": "ObiLightFlashlight",
            "module": "src/icons/icon-light-flashlight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-flashlight",
          "declaration": {
            "name": "ObiLightFlashlight",
            "module": "src/icons/icon-light-flashlight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-float.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightFloat",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 8H15L12.75 4L9 8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.4351 10.25H8.56457L6.59413 13.6983C5.53042 13.5822 4.61192 13.449 3.88954 13.3304C2.78018 13.1481 2.13333 13 2.13333 13L4.38571 18.5H2V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H22V18.5H19.6143L21.8667 13C21.8667 13 21.2198 13.1481 20.1105 13.3304C19.388 13.4491 18.4694 13.5822 17.4055 13.6983L15.4351 10.25ZM14.5987 18.5H17.9934L19.4469 14.9508C19.3675 14.9623 19.2867 14.9739 19.2046 14.9854C17.3759 15.2424 14.8372 15.5 12 15.5C9.16278 15.5 6.62408 15.2424 4.79545 14.9854C4.71326 14.9739 4.63247 14.9623 4.55313 14.9508L6.00662 18.5H9.40135C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5ZM15.7653 13.8513L14.5646 11.75H9.43506L8.23432 13.8513C9.39148 13.9408 10.6622 14 12 14C13.3377 14 14.6083 13.9408 15.7653 13.8513ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 8H15L12.75 4L9 8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.4351 10.25H8.56457L6.59413 13.6983C5.53042 13.5822 4.61192 13.449 3.88954 13.3304C2.78018 13.1481 2.13333 13 2.13333 13L4.38571 18.5H2V20H9C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20H22V18.5H19.6143L21.8667 13C21.8667 13 21.2198 13.1481 20.1105 13.3304C19.388 13.4491 18.4694 13.5822 17.4055 13.6983L15.4351 10.25ZM14.5987 18.5H17.9934L19.4469 14.9508C19.3675 14.9623 19.2867 14.9739 19.2046 14.9854C17.3759 15.2424 14.8372 15.5 12 15.5C9.16278 15.5 6.62408 15.2424 4.79545 14.9854C4.71326 14.9739 4.63247 14.9623 4.55313 14.9508L6.00662 18.5H9.40135C9.92006 17.6033 10.8896 17 12 17C13.1104 17 14.0799 17.6033 14.5987 18.5ZM15.7653 13.8513L14.5646 11.75H9.43506L8.23432 13.8513C9.39148 13.9408 10.6622 14 12 14C13.3377 14 14.6083 13.9408 15.7653 13.8513ZM13.5 20C13.5 20.8284 12.8284 21.5 12 21.5C11.1716 21.5 10.5 20.8284 10.5 20C10.5 19.1716 11.1716 18.5 12 18.5C12.8284 18.5 13.5 19.1716 13.5 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-float",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightFloat",
          "declaration": {
            "name": "ObiLightFloat",
            "module": "src/icons/icon-light-float.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-float",
          "declaration": {
            "name": "ObiLightFloat",
            "module": "src/icons/icon-light-float.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-lantern-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightLanternOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.99991 9.82843L1.39331 4.22183L2.80752 2.80762L21.1923 21.1924L19.7781 22.6066L15.1648 17.9933C15.1104 17.9977 15.0554 18 14.9999 18H8.99991C7.89534 18 6.99991 17.1046 6.99991 16V9.82843ZM13.1715 16H8.99991V11.8284L13.1715 16Z\" fill=\"currentColor\"/> <path d=\"M14.9999 8V12.1719L16.9999 14.1719V8C16.9999 6.89543 16.1045 6 14.9999 6H8.99991C8.9443 6 8.88922 6.00227 8.83475 6.00672L10.828 8H14.9999Z\" fill=\"currentColor\"/> <path d=\"M7.99991 2C7.44762 2 6.99991 2.44772 6.99991 3V4H16.9999V3C16.9999 2.44772 16.5522 2 15.9999 2H7.99991Z\" fill=\"currentColor\"/> <path d=\"M6.99991 20H16.9999V21C16.9999 21.5523 16.5522 22 15.9999 22H7.99991C7.44762 22 6.99991 21.5523 6.99991 21V20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.99991 9.82843L1.39331 4.22183L2.80752 2.80762L21.1923 21.1924L19.7781 22.6066L15.1648 17.9933C15.1104 17.9977 15.0554 18 14.9999 18H8.99991C7.89534 18 6.99991 17.1046 6.99991 16V9.82843ZM13.1715 16H8.99991V11.8284L13.1715 16Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.9999 8V12.1719L16.9999 14.1719V8C16.9999 6.89543 16.1045 6 14.9999 6H8.99991C8.9443 6 8.88922 6.00227 8.83475 6.00672L10.828 8H14.9999Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.99991 2C7.44762 2 6.99991 2.44772 6.99991 3V4H16.9999V3C16.9999 2.44772 16.5522 2 15.9999 2H7.99991Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.99991 20H16.9999V21C16.9999 21.5523 16.5522 22 15.9999 22H7.99991C7.44762 22 6.99991 21.5523 6.99991 21V20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-lantern-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightLanternOff",
          "declaration": {
            "name": "ObiLightLanternOff",
            "module": "src/icons/icon-light-lantern-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-lantern-off",
          "declaration": {
            "name": "ObiLightLanternOff",
            "module": "src/icons/icon-light-lantern-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-lantern-on-colour-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightLanternOnColourOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 2C7.44772 2 7 2.44772 7 3V4H17V3C17 2.44772 16.5523 2 16 2H8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 8C7 6.89543 7.89543 6 9 6H15C16.1046 6 17 6.89543 17 8V16C17 17.1046 16.1046 18 15 18H9C7.89543 18 7 17.1046 7 16V8ZM9 8H15V16H9V8Z\" fill=\"currentColor\"/> <path d=\"M7 20H17V21C17 21.5523 16.5523 22 16 22H8C7.44772 22 7 21.5523 7 21V20Z\" fill=\"currentColor\"/> <rect x=\"9\" y=\"8\" width=\"6\" height=\"8\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 2C7.44772 2 7 2.44772 7 3V4H17V3C17 2.44772 16.5523 2 16 2H8Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 8C7 6.89543 7.89543 6 9 6H15C16.1046 6 17 6.89543 17 8V16C17 17.1046 16.1046 18 15 18H9C7.89543 18 7 17.1046 7 16V8ZM9 8H15V16H9V8Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M7 20H17V21C17 21.5523 16.5523 22 16 22H8C7.44772 22 7 21.5523 7 21V20Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <rect x=\"9\" y=\"8\" width=\"6\" height=\"8\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-lantern-on-colour-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightLanternOnColourOff",
          "declaration": {
            "name": "ObiLightLanternOnColourOff",
            "module": "src/icons/icon-light-lantern-on-colour-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-lantern-on-colour-off",
          "declaration": {
            "name": "ObiLightLanternOnColourOff",
            "module": "src/icons/icon-light-lantern-on-colour-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-lantern-on-colour-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightLanternOnColourOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 2C7.44772 2 7 2.44772 7 3V4H17V3C17 2.44772 16.5523 2 16 2H8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 8C7 6.89543 7.89543 6 9 6H15C16.1046 6 17 6.89543 17 8V16C17 17.1046 16.1046 18 15 18H9C7.89543 18 7 17.1046 7 16V8ZM9 8H15V16H9V8Z\" fill=\"currentColor\"/> <path d=\"M7 20H17V21C17 21.5523 16.5523 22 16 22H8C7.44772 22 7 21.5523 7 21V20Z\" fill=\"currentColor\"/> <path d=\"M23 12C23 12.5523 22.5523 13 22 13H20V11H22C22.5523 11 23 11.4477 23 12Z\" fill=\"currentColor\"/> <path d=\"M1 12C1 12.5523 1.44772 13 2 13H4V11H2C1.44772 11 1 11.4477 1 12Z\" fill=\"currentColor\"/> <path d=\"M21.5258 17.4998C21.2497 17.9781 20.6381 18.142 20.1598 17.8658L18.4277 16.8658L19.4277 15.1338L21.1598 16.1338C21.6381 16.4099 21.802 17.0215 21.5258 17.4998Z\" fill=\"currentColor\"/> <path d=\"M2.47363 6.49981C2.19749 6.97811 2.36137 7.5897 2.83966 7.86584L4.57171 8.86584L5.57171 7.13379L3.83966 6.13379C3.36137 5.85765 2.74978 6.02152 2.47363 6.49981Z\" fill=\"currentColor\"/> <path d=\"M21.5268 6.49981C21.8029 6.97811 21.6391 7.5897 21.1608 7.86584L19.4287 8.86584L18.4287 7.13379L20.1608 6.13379C20.6391 5.85765 21.2506 6.02152 21.5268 6.49981Z\" fill=\"currentColor\"/> <path d=\"M2.47461 17.4998C2.75075 17.9781 3.36234 18.142 3.84063 17.8658L5.57269 16.8658L4.57269 15.1338L2.84063 16.1338C2.36234 16.4099 2.19847 17.0215 2.47461 17.4998Z\" fill=\"currentColor\"/> <rect x=\"9\" y=\"8\" width=\"6\" height=\"8\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 2C7.44772 2 7 2.44772 7 3V4H17V3C17 2.44772 16.5523 2 16 2H8Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 8C7 6.89543 7.89543 6 9 6H15C16.1046 6 17 6.89543 17 8V16C17 17.1046 16.1046 18 15 18H9C7.89543 18 7 17.1046 7 16V8ZM9 8H15V16H9V8Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M7 20H17V21C17 21.5523 16.5523 22 16 22H8C7.44772 22 7 21.5523 7 21V20Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M23 12C23 12.5523 22.5523 13 22 13H20V11H22C22.5523 11 23 11.4477 23 12Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M1 12C1 12.5523 1.44772 13 2 13H4V11H2C1.44772 11 1 11.4477 1 12Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M21.5258 17.4998C21.2497 17.9781 20.6381 18.142 20.1598 17.8658L18.4277 16.8658L19.4277 15.1338L21.1598 16.1338C21.6381 16.4099 21.802 17.0215 21.5258 17.4998Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M2.47363 6.49981C2.19749 6.97811 2.36137 7.5897 2.83966 7.86584L4.57171 8.86584L5.57171 7.13379L3.83966 6.13379C3.36137 5.85765 2.74978 6.02152 2.47363 6.49981Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M21.5268 6.49981C21.8029 6.97811 21.6391 7.5897 21.1608 7.86584L19.4287 8.86584L18.4287 7.13379L20.1608 6.13379C20.6391 5.85765 21.2506 6.02152 21.5268 6.49981Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M2.47461 17.4998C2.75075 17.9781 3.36234 18.142 3.84063 17.8658L5.57269 16.8658L4.57269 15.1338L2.84063 16.1338C2.36234 16.4099 2.19847 17.0215 2.47461 17.4998Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <rect x=\"9\" y=\"8\" width=\"6\" height=\"8\" style=\"fill: var(--navigation-light-yellow-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-lantern-on-colour-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightLanternOnColourOn",
          "declaration": {
            "name": "ObiLightLanternOnColourOn",
            "module": "src/icons/icon-light-lantern-on-colour-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-lantern-on-colour-on",
          "declaration": {
            "name": "ObiLightLanternOnColourOn",
            "module": "src/icons/icon-light-lantern-on-colour-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-lantern-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightLanternOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 2C7.44772 2 7 2.44772 7 3V4H17V3C17 2.44772 16.5523 2 16 2H8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 8C7 6.89543 7.89543 6 9 6H15C16.1046 6 17 6.89543 17 8V16C17 17.1046 16.1046 18 15 18H9C7.89543 18 7 17.1046 7 16V8ZM9 8H15V16H9V8Z\" fill=\"currentColor\"/> <path d=\"M7 20H17V21C17 21.5523 16.5523 22 16 22H8C7.44772 22 7 21.5523 7 21V20Z\" fill=\"currentColor\"/> <path d=\"M23 13H20V11H23V13Z\" fill=\"currentColor\"/> <path d=\"M1 13H4V11H1V13Z\" fill=\"currentColor\"/> <path d=\"M21.0258 18.3658L18.4277 16.8658L19.4277 15.1338L22.0258 16.6338L21.0258 18.3658Z\" fill=\"currentColor\"/> <path d=\"M1.97363 7.36584L4.57171 8.86584L5.57171 7.13379L2.97363 5.63379L1.97363 7.36584Z\" fill=\"currentColor\"/> <path d=\"M22.0268 7.36584L19.4287 8.86584L18.4287 7.13379L21.0268 5.63379L22.0268 7.36584Z\" fill=\"currentColor\"/> <path d=\"M2.97461 18.3658L5.57269 16.8658L4.57269 15.1338L1.97461 16.6338L2.97461 18.3658Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 2C7.44772 2 7 2.44772 7 3V4H17V3C17 2.44772 16.5523 2 16 2H8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 8C7 6.89543 7.89543 6 9 6H15C16.1046 6 17 6.89543 17 8V16C17 17.1046 16.1046 18 15 18H9C7.89543 18 7 17.1046 7 16V8ZM9 8H15V16H9V8Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7 20H17V21C17 21.5523 16.5523 22 16 22H8C7.44772 22 7 21.5523 7 21V20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M23 13H20V11H23V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M1 13H4V11H1V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21.0258 18.3658L18.4277 16.8658L19.4277 15.1338L22.0258 16.6338L21.0258 18.3658Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M1.97363 7.36584L4.57171 8.86584L5.57171 7.13379L2.97363 5.63379L1.97363 7.36584Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22.0268 7.36584L19.4287 8.86584L18.4287 7.13379L21.0268 5.63379L22.0268 7.36584Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.97461 18.3658L5.57269 16.8658L4.57269 15.1338L1.97461 16.6338L2.97461 18.3658Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-lantern-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightLanternOn",
          "declaration": {
            "name": "ObiLightLanternOn",
            "module": "src/icons/icon-light-lantern-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-lantern-on",
          "declaration": {
            "name": "ObiLightLanternOn",
            "module": "src/icons/icon-light-lantern-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-lantern-port-colour-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightLanternPortColourOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 2C8.44772 2 8 2.44772 8 3V4H18V3C18 2.44772 17.5523 2 17 2H9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 8C8 6.89543 8.89543 6 10 6H16C17.1046 6 18 6.89543 18 8V16C18 17.1046 17.1046 18 16 18H10C8.89543 18 8 17.1046 8 16V8ZM10 8H16V16H10V8Z\" fill=\"currentColor\"/> <path d=\"M8 20H20V2H22V21C22 21.5523 21.5523 22 21 22H9C8.44772 22 8 21.5523 8 21V20Z\" fill=\"currentColor\"/> <rect x=\"10\" y=\"8\" width=\"6\" height=\"8\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 2C8.44772 2 8 2.44772 8 3V4H18V3C18 2.44772 17.5523 2 17 2H9Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 8C8 6.89543 8.89543 6 10 6H16C17.1046 6 18 6.89543 18 8V16C18 17.1046 17.1046 18 16 18H10C8.89543 18 8 17.1046 8 16V8ZM10 8H16V16H10V8Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M8 20H20V2H22V21C22 21.5523 21.5523 22 21 22H9C8.44772 22 8 21.5523 8 21V20Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <rect x=\"10\" y=\"8\" width=\"6\" height=\"8\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-lantern-port-colour-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightLanternPortColourOff",
          "declaration": {
            "name": "ObiLightLanternPortColourOff",
            "module": "src/icons/icon-light-lantern-port-colour-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-lantern-port-colour-off",
          "declaration": {
            "name": "ObiLightLanternPortColourOff",
            "module": "src/icons/icon-light-lantern-port-colour-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-lantern-port-colour-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightLanternPortColourOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 2C8.44772 2 8 2.44772 8 3V4H18V3C18 2.44772 17.5523 2 17 2H9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 8C8 6.89543 8.89543 6 10 6H16C17.1046 6 18 6.89543 18 8V16C18 17.1046 17.1046 18 16 18H10C8.89543 18 8 17.1046 8 16V8ZM10 8H16V16H10V8Z\" fill=\"currentColor\"/> <path d=\"M8 20H20V2H22V21C22 21.5523 21.5523 22 21 22H9C8.44772 22 8 21.5523 8 21V20Z\" fill=\"currentColor\"/> <path d=\"M2.97363 7.36584L5.57171 8.86584L6.57171 7.13379L3.97363 5.63379L2.97363 7.36584Z\" fill=\"currentColor\"/> <path d=\"M2 13H5V11H2V13Z\" fill=\"currentColor\"/> <path d=\"M6.57269 16.8658L3.97461 18.3658L2.97461 16.6338L5.57269 15.1338L6.57269 16.8658Z\" fill=\"currentColor\"/> <rect x=\"10\" y=\"8\" width=\"6\" height=\"8\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 2C8.44772 2 8 2.44772 8 3V4H18V3C18 2.44772 17.5523 2 17 2H9Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 8C8 6.89543 8.89543 6 10 6H16C17.1046 6 18 6.89543 18 8V16C18 17.1046 17.1046 18 16 18H10C8.89543 18 8 17.1046 8 16V8ZM10 8H16V16H10V8Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M8 20H20V2H22V21C22 21.5523 21.5523 22 21 22H9C8.44772 22 8 21.5523 8 21V20Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M2.97363 7.36584L5.57171 8.86584L6.57171 7.13379L3.97363 5.63379L2.97363 7.36584Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M2 13H5V11H2V13Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M6.57269 16.8658L3.97461 18.3658L2.97461 16.6338L5.57269 15.1338L6.57269 16.8658Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <rect x=\"10\" y=\"8\" width=\"6\" height=\"8\" style=\"fill: var(--navigation-light-red-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-lantern-port-colour-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightLanternPortColourOn",
          "declaration": {
            "name": "ObiLightLanternPortColourOn",
            "module": "src/icons/icon-light-lantern-port-colour-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-lantern-port-colour-on",
          "declaration": {
            "name": "ObiLightLanternPortColourOn",
            "module": "src/icons/icon-light-lantern-port-colour-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-lantern-port-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightLanternPortOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.00015 9.82745L2.39453 4.22183L3.80874 2.80762L22.1935 21.1924L21.8345 21.5514C21.7602 21.6637 21.6638 21.76 21.5515 21.8344L20.7793 22.6066L20.1727 22H8.00015V20H18.1727L16.1659 17.9932C16.1113 17.9977 16.056 18 16.0002 18H10.0002C8.89558 18 8.00015 17.1046 8.00015 16V9.82745ZM14.1727 16H10.0002V11.8275L14.1727 16Z\" fill=\"currentColor\"/> <path d=\"M16.0002 8V12.1709L18.0002 14.1709V8C18.0002 6.89543 17.1047 6 16.0002 6H10.0002C9.94485 6 9.89007 6.00224 9.8359 6.00665L11.8293 8H16.0002Z\" fill=\"currentColor\"/> <path d=\"M20.0002 16.1709L22.0002 18.1709V2H20.0002V16.1709Z\" fill=\"currentColor\"/> <path d=\"M18.0002 2H8.00015V4H17.0002C17.5524 4 18.0002 3.55228 18.0002 3V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.00015 9.82745L2.39453 4.22183L3.80874 2.80762L22.1935 21.1924L21.8345 21.5514C21.7602 21.6637 21.6638 21.76 21.5515 21.8344L20.7793 22.6066L20.1727 22H8.00015V20H18.1727L16.1659 17.9932C16.1113 17.9977 16.056 18 16.0002 18H10.0002C8.89558 18 8.00015 17.1046 8.00015 16V9.82745ZM14.1727 16H10.0002V11.8275L14.1727 16Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.0002 8V12.1709L18.0002 14.1709V8C18.0002 6.89543 17.1047 6 16.0002 6H10.0002C9.94485 6 9.89007 6.00224 9.8359 6.00665L11.8293 8H16.0002Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.0002 16.1709L22.0002 18.1709V2H20.0002V16.1709Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.0002 2H8.00015V4H17.0002C17.5524 4 18.0002 3.55228 18.0002 3V2Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-lantern-port-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightLanternPortOff",
          "declaration": {
            "name": "ObiLightLanternPortOff",
            "module": "src/icons/icon-light-lantern-port-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-lantern-port-off",
          "declaration": {
            "name": "ObiLightLanternPortOff",
            "module": "src/icons/icon-light-lantern-port-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-lantern-port.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightLanternPort",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 2C8.44772 2 8 2.44772 8 3V4H18V3C18 2.44772 17.5523 2 17 2H9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 8C8 6.89543 8.89543 6 10 6H16C17.1046 6 18 6.89543 18 8V16C18 17.1046 17.1046 18 16 18H10C8.89543 18 8 17.1046 8 16V8ZM10 8H16V16H10V8Z\" fill=\"currentColor\"/> <path d=\"M8 20H20V2H22V21C22 21.5523 21.5523 22 21 22H9C8.44772 22 8 21.5523 8 21V20Z\" fill=\"currentColor\"/> <path d=\"M2.97363 7.36584L5.57171 8.86584L6.57171 7.13379L3.97363 5.63379L2.97363 7.36584Z\" fill=\"currentColor\"/> <path d=\"M2 13H5V11H2V13Z\" fill=\"currentColor\"/> <path d=\"M6.57269 16.8658L3.97461 18.3658L2.97461 16.6338L5.57269 15.1338L6.57269 16.8658Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 2C8.44772 2 8 2.44772 8 3V4H18V3C18 2.44772 17.5523 2 17 2H9Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 8C8 6.89543 8.89543 6 10 6H16C17.1046 6 18 6.89543 18 8V16C18 17.1046 17.1046 18 16 18H10C8.89543 18 8 17.1046 8 16V8ZM10 8H16V16H10V8Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 20H20V2H22V21C22 21.5523 21.5523 22 21 22H9C8.44772 22 8 21.5523 8 21V20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.97363 7.36584L5.57171 8.86584L6.57171 7.13379L3.97363 5.63379L2.97363 7.36584Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 13H5V11H2V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.57269 16.8658L3.97461 18.3658L2.97461 16.6338L5.57269 15.1338L6.57269 16.8658Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-lantern-port",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightLanternPort",
          "declaration": {
            "name": "ObiLightLanternPort",
            "module": "src/icons/icon-light-lantern-port.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-lantern-port",
          "declaration": {
            "name": "ObiLightLanternPort",
            "module": "src/icons/icon-light-lantern-port.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-lantern-stbd-colour-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightLanternStbdColourOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 2C15.5523 2 16 2.44772 16 3V4H6V3C6 2.44772 6.44772 2 7 2H15Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 8C16 6.89543 15.1046 6 14 6H8C6.89543 6 6 6.89543 6 8V16C6 17.1046 6.89543 18 8 18H14C15.1046 18 16 17.1046 16 16V8ZM14 8H8V16H14V8Z\" fill=\"currentColor\"/> <path d=\"M16 20H4V2H2V21C2 21.5523 2.44772 22 3 22H16V20Z\" fill=\"currentColor\"/> <rect x=\"8\" y=\"8\" width=\"6\" height=\"8\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 2C15.5523 2 16 2.44772 16 3V4H6V3C6 2.44772 6.44772 2 7 2H15Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 8C16 6.89543 15.1046 6 14 6H8C6.89543 6 6 6.89543 6 8V16C6 17.1046 6.89543 18 8 18H14C15.1046 18 16 17.1046 16 16V8ZM14 8H8V16H14V8Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M16 20H4V2H2V21C2 21.5523 2.44772 22 3 22H16V20Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <rect x=\"8\" y=\"8\" width=\"6\" height=\"8\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-lantern-stbd-colour-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightLanternStbdColourOff",
          "declaration": {
            "name": "ObiLightLanternStbdColourOff",
            "module": "src/icons/icon-light-lantern-stbd-colour-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-lantern-stbd-colour-off",
          "declaration": {
            "name": "ObiLightLanternStbdColourOff",
            "module": "src/icons/icon-light-lantern-stbd-colour-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-lantern-stbd-colour-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightLanternStbdColourOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 13H21C21.5523 13 22 12.5523 22 12C22 11.4477 21.5523 11 21 11H19V13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.4282 8.86603L20.1603 7.86603C20.6385 7.58988 20.8024 6.97829 20.5263 6.5C20.2501 6.02171 19.6385 5.85783 19.1603 6.13397L17.4282 7.13397L18.4282 8.86603Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4273 16.866L19.1594 17.866C19.6377 18.1422 20.2492 17.9783 20.5254 17.5C20.8015 17.0217 20.6377 16.4101 20.1594 16.134L18.4273 15.134L17.4273 16.866Z\" fill=\"currentColor\"/> <path d=\"M15 2C15.5523 2 16 2.44772 16 3V4H6V3C6 2.44772 6.44772 2 7 2H15Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 8C16 6.89543 15.1046 6 14 6H8C6.89543 6 6 6.89543 6 8V16C6 17.1046 6.89543 18 8 18H14C15.1046 18 16 17.1046 16 16V8ZM14 8H8V16H14V8Z\" fill=\"currentColor\"/> <path d=\"M16 20H4V2H2V21C2 21.5523 2.44772 22 3 22H16V20Z\" fill=\"currentColor\"/> <rect x=\"8\" y=\"8\" width=\"6\" height=\"8\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 13H21C21.5523 13 22 12.5523 22 12C22 11.4477 21.5523 11 21 11H19V13Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.4282 8.86603L20.1603 7.86603C20.6385 7.58988 20.8024 6.97829 20.5263 6.5C20.2501 6.02171 19.6385 5.85783 19.1603 6.13397L17.4282 7.13397L18.4282 8.86603Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4273 16.866L19.1594 17.866C19.6377 18.1422 20.2492 17.9783 20.5254 17.5C20.8015 17.0217 20.6377 16.4101 20.1594 16.134L18.4273 15.134L17.4273 16.866Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M15 2C15.5523 2 16 2.44772 16 3V4H6V3C6 2.44772 6.44772 2 7 2H15Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 8C16 6.89543 15.1046 6 14 6H8C6.89543 6 6 6.89543 6 8V16C6 17.1046 6.89543 18 8 18H14C15.1046 18 16 17.1046 16 16V8ZM14 8H8V16H14V8Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M16 20H4V2H2V21C2 21.5523 2.44772 22 3 22H16V20Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <rect x=\"8\" y=\"8\" width=\"6\" height=\"8\" style=\"fill: var(--navigation-light-green-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-lantern-stbd-colour-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightLanternStbdColourOn",
          "declaration": {
            "name": "ObiLightLanternStbdColourOn",
            "module": "src/icons/icon-light-lantern-stbd-colour-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-lantern-stbd-colour-on",
          "declaration": {
            "name": "ObiLightLanternStbdColourOn",
            "module": "src/icons/icon-light-lantern-stbd-colour-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-lantern-stbd-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightLanternStbdOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.9999 3C16.9999 2.44772 16.5522 2 15.9999 2H7.99991C7.44762 2 6.99991 2.44772 6.99991 3V4H16.9999V3Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.99991 7.82745L6.99991 9.82745V16C6.99991 17.1046 7.89534 18 8.99991 18H14.9999C15.0557 18 15.111 17.9977 15.1657 17.9932L19.7791 22.6066L21.1933 21.1924L2.8085 2.80762L1.39429 4.22183L2.99991 5.82745V21C2.99991 21.5523 3.44762 22 3.99991 22H16.9999V20H4.99991V7.82745ZM13.1725 16H8.99991V11.8275L13.1725 16Z\" fill=\"currentColor\"/> <path d=\"M8.99991 6C8.9446 6 8.88982 6.00224 8.83566 6.00665L10.829 8H14.9999V12.1709L16.9999 14.1709V8C16.9999 6.89543 16.1045 6 14.9999 6H8.99991Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.9999 3C16.9999 2.44772 16.5522 2 15.9999 2H7.99991C7.44762 2 6.99991 2.44772 6.99991 3V4H16.9999V3Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.99991 7.82745L6.99991 9.82745V16C6.99991 17.1046 7.89534 18 8.99991 18H14.9999C15.0557 18 15.111 17.9977 15.1657 17.9932L19.7791 22.6066L21.1933 21.1924L2.8085 2.80762L1.39429 4.22183L2.99991 5.82745V21C2.99991 21.5523 3.44762 22 3.99991 22H16.9999V20H4.99991V7.82745ZM13.1725 16H8.99991V11.8275L13.1725 16Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.99991 6C8.9446 6 8.88982 6.00224 8.83566 6.00665L10.829 8H14.9999V12.1709L16.9999 14.1709V8C16.9999 6.89543 16.1045 6 14.9999 6H8.99991Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-lantern-stbd-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightLanternStbdOff",
          "declaration": {
            "name": "ObiLightLanternStbdOff",
            "module": "src/icons/icon-light-lantern-stbd-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-lantern-stbd-off",
          "declaration": {
            "name": "ObiLightLanternStbdOff",
            "module": "src/icons/icon-light-lantern-stbd-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-lantern-stbd.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightLanternStbd",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 13H22V11H19V13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.4282 8.86603L21.0263 7.36603L20.0263 5.63397L17.4282 7.13397L18.4282 8.86603Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4273 16.866L20.0254 18.366L21.0254 16.634L18.4273 15.134L17.4273 16.866Z\" fill=\"currentColor\"/> <path d=\"M15 2C15.5523 2 16 2.44772 16 3V4H6V3C6 2.44772 6.44772 2 7 2H15Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 8C16 6.89543 15.1046 6 14 6H8C6.89543 6 6 6.89543 6 8V16C6 17.1046 6.89543 18 8 18H14C15.1046 18 16 17.1046 16 16V8ZM14 8H8V16H14V8Z\" fill=\"currentColor\"/> <path d=\"M16 20H4V2H2V21C2 21.5523 2.44772 22 3 22H16V20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 13H22V11H19V13Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.4282 8.86603L21.0263 7.36603L20.0263 5.63397L17.4282 7.13397L18.4282 8.86603Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4273 16.866L20.0254 18.366L21.0254 16.634L18.4273 15.134L17.4273 16.866Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 2C15.5523 2 16 2.44772 16 3V4H6V3C6 2.44772 6.44772 2 7 2H15Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 8C16 6.89543 15.1046 6 14 6H8C6.89543 6 6 6.89543 6 8V16C6 17.1046 6.89543 18 8 18H14C15.1046 18 16 17.1046 16 16V8ZM14 8H8V16H14V8Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16 20H4V2H2V21C2 21.5523 2.44772 22 3 22H16V20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-lantern-stbd",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightLanternStbd",
          "declaration": {
            "name": "ObiLightLanternStbd",
            "module": "src/icons/icon-light-lantern-stbd.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-lantern-stbd",
          "declaration": {
            "name": "ObiLightLanternStbd",
            "module": "src/icons/icon-light-lantern-stbd.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-rain-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightRainColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21.3564 20.0829C20.7878 19.8643 20.1487 20.084 19.878 20.6704L18.755 23.2363L18.7496 23.2504C18.5309 23.819 18.7507 24.4581 19.337 24.7287L19.3538 24.7365L19.3713 24.7423C19.4765 24.7774 19.6458 24.8234 19.7967 24.8234C20.2312 24.8234 20.6532 24.5999 20.84 24.1392L21.9584 21.5838L21.9638 21.5697C22.1825 21.0012 21.9627 20.362 21.3764 20.0914L21.3665 20.0869L21.3564 20.0829Z\" fill=\"currentColor\"/> <path d=\"M13.3564 22.7496C12.7878 22.5309 12.1487 22.7507 11.878 23.337L10.755 25.903L10.7496 25.9171C10.5309 26.4856 10.7507 27.1248 11.337 27.3954L11.3538 27.4031L11.3713 27.409C11.4765 27.444 11.6458 27.4901 11.7967 27.4901C12.2312 27.4901 12.6532 27.2665 12.84 26.8059L13.9584 24.2505L13.9638 24.2364C14.1825 23.6678 13.9627 23.0287 13.3764 22.7581L13.3665 22.7535L13.3564 22.7496Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 3.33337C15.7936 3.33337 13.5609 4.78594 12.4614 7.11749L12.0452 7.99994L11.1528 7.60567C10.9179 7.50189 10.6813 7.45811 10.4275 7.45811C9.54947 7.45811 8.78596 8.00775 8.48304 8.85659L8.1991 9.65224L7.3672 9.50523C7.27659 9.48921 7.20215 9.48722 7.00789 9.48722C6.00825 9.48722 5.08296 9.89697 4.39061 10.6572C3.70873 11.407 3.33337 12.3655 3.33337 13.377V13.4315C3.36175 14.5559 3.77303 15.5277 4.47904 16.2246L4.49175 16.2372L4.504 16.2502C5.16232 16.9482 6.06001 17.3334 7.00788 17.3334H24.4824C26.363 17.3334 28 15.6989 28 13.5766C28 11.7972 26.8572 10.3219 25.3793 9.91746L24.7566 9.7471L24.6555 9.10954C24.1293 5.7913 21.3737 3.33337 18.2393 3.33337ZM11.0544 5.50746C12.5728 2.95044 15.2594 1.33337 18.2393 1.33337C22.2431 1.33337 25.6239 4.28966 26.5148 8.19546C28.597 9.05058 30 11.1906 30 13.5766C30 16.7101 27.5587 19.3334 24.4824 19.3334H7.00788C5.51463 19.3334 4.09608 18.7255 3.06133 17.6354C1.95818 16.5396 1.37027 15.0591 1.33364 13.4666L1.33337 13.4551V13.377C1.33337 11.8607 1.89911 10.4241 2.91121 9.31128C3.95631 8.1636 5.38205 7.51124 6.92203 7.48787C7.63403 6.25981 8.93646 5.45811 10.4275 5.45811C10.6339 5.45811 10.8432 5.47338 11.0544 5.50746Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 3.33337C15.7936 3.33337 13.5609 4.78594 12.4614 7.11749L12.0452 7.99994L11.1528 7.60567C10.9179 7.50189 10.6813 7.45811 10.4275 7.45811C9.54947 7.45811 8.78596 8.00775 8.48304 8.85659L8.1991 9.65224L7.3672 9.50523C7.27659 9.48921 7.20215 9.48722 7.00789 9.48722C6.00825 9.48722 5.08296 9.89697 4.39061 10.6572C3.70873 11.407 3.33337 12.3655 3.33337 13.377V13.4315C3.36175 14.5559 3.77303 15.5277 4.47904 16.2246L4.49175 16.2372L4.504 16.2502C5.16232 16.9482 6.06001 17.3334 7.00788 17.3334H24.4824C26.363 17.3334 28 15.6989 28 13.5766C28 11.7972 26.8572 10.3219 25.3793 9.91746L24.7566 9.7471L24.6555 9.10954C24.1293 5.7913 21.3737 3.33337 18.2393 3.33337Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21.3564 20.0829C20.7878 19.8643 20.1487 20.084 19.878 20.6704L18.755 23.2363L18.7496 23.2504C18.5309 23.819 18.7507 24.4581 19.337 24.7287L19.3538 24.7365L19.3713 24.7423C19.4765 24.7774 19.6458 24.8234 19.7967 24.8234C20.2312 24.8234 20.6532 24.5999 20.84 24.1392L21.9584 21.5838L21.9638 21.5697C22.1825 21.0012 21.9627 20.362 21.3764 20.0914L21.3665 20.0869L21.3564 20.0829Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M13.3564 22.7496C12.7878 22.5309 12.1487 22.7507 11.878 23.337L10.755 25.903L10.7496 25.9171C10.5309 26.4856 10.7507 27.1248 11.337 27.3954L11.3538 27.4031L11.3713 27.409C11.4765 27.444 11.6458 27.4901 11.7967 27.4901C12.2312 27.4901 12.6532 27.2665 12.84 26.8059L13.9584 24.2505L13.9638 24.2364C14.1825 23.6678 13.9627 23.0287 13.3764 22.7581L13.3665 22.7535L13.3564 22.7496Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 3.33337C15.7936 3.33337 13.5609 4.78594 12.4614 7.11749L12.0452 7.99994L11.1528 7.60567C10.9179 7.50189 10.6813 7.45811 10.4275 7.45811C9.54947 7.45811 8.78596 8.00775 8.48304 8.85659L8.1991 9.65224L7.3672 9.50523C7.27659 9.48921 7.20215 9.48722 7.00789 9.48722C6.00825 9.48722 5.08296 9.89697 4.39061 10.6572C3.70873 11.407 3.33337 12.3655 3.33337 13.377V13.4315C3.36175 14.5559 3.77303 15.5277 4.47904 16.2246L4.49175 16.2372L4.504 16.2502C5.16232 16.9482 6.06001 17.3334 7.00788 17.3334H24.4824C26.363 17.3334 28 15.6989 28 13.5766C28 11.7972 26.8572 10.3219 25.3793 9.91746L24.7566 9.7471L24.6555 9.10954C24.1293 5.7913 21.3737 3.33337 18.2393 3.33337ZM11.0544 5.50746C12.5728 2.95044 15.2594 1.33337 18.2393 1.33337C22.2431 1.33337 25.6239 4.28966 26.5148 8.19546C28.597 9.05058 30 11.1906 30 13.5766C30 16.7101 27.5587 19.3334 24.4824 19.3334H7.00788C5.51463 19.3334 4.09608 18.7255 3.06133 17.6354C1.95818 16.5396 1.37027 15.0591 1.33364 13.4666L1.33337 13.4551V13.377C1.33337 11.8607 1.89911 10.4241 2.91121 9.31128C3.95631 8.1636 5.38205 7.51124 6.92203 7.48787C7.63403 6.25981 8.93646 5.45811 10.4275 5.45811C10.6339 5.45811 10.8432 5.47338 11.0544 5.50746Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 3.33337C15.7936 3.33337 13.5609 4.78594 12.4614 7.11749L12.0452 7.99994L11.1528 7.60567C10.9179 7.50189 10.6813 7.45811 10.4275 7.45811C9.54947 7.45811 8.78596 8.00775 8.48304 8.85659L8.1991 9.65224L7.3672 9.50523C7.27659 9.48921 7.20215 9.48722 7.00789 9.48722C6.00825 9.48722 5.08296 9.89697 4.39061 10.6572C3.70873 11.407 3.33337 12.3655 3.33337 13.377V13.4315C3.36175 14.5559 3.77303 15.5277 4.47904 16.2246L4.49175 16.2372L4.504 16.2502C5.16232 16.9482 6.06001 17.3334 7.00788 17.3334H24.4824C26.363 17.3334 28 15.6989 28 13.5766C28 11.7972 26.8572 10.3219 25.3793 9.91746L24.7566 9.7471L24.6555 9.10954C24.1293 5.7913 21.3737 3.33337 18.2393 3.33337Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-rain-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightRainColour",
          "declaration": {
            "name": "ObiLightRainColour",
            "module": "src/icons/icon-light-rain-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-rain-colour",
          "declaration": {
            "name": "ObiLightRainColour",
            "module": "src/icons/icon-light-rain-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-rain-showers-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightRainShowersNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2441 5.33341 15.3487 6.66675 15.3487H9.33342C9.33342 15.3487 8.95842 14.2237 9.33342 13.3799C9.45842 13.0987 9.66675 12.8487 10.0001 12.682C10.3899 12.4871 10.7798 12.5202 11.1363 12.6645C11.9991 13.0139 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8896 11.1452 16.5283 9.8433 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487ZM12.3331 11.0275C12.4856 10.8521 12.6504 10.6731 12.8273 10.4944C14.0444 9.26463 16.0906 7.80162 18.8272 8.02181C22.2422 8.29658 24.1526 10.0865 25.1072 11.9189C25.439 12.5559 25.6452 13.1745 25.7742 13.6989C25.9744 13.7572 26.1853 13.825 26.3987 13.9033C26.9123 14.0915 27.5833 14.3908 28.1496 14.8675C28.7332 15.3587 29.4243 16.2438 29.3275 17.5021C29.1781 19.4449 27.6728 21.3487 25.3334 21.3487H6.66675C4.45761 21.3487 2.66675 19.5578 2.66675 17.3487C2.66675 16.4054 2.95384 15.385 3.69561 14.5796C4.46219 13.7472 5.52707 13.3487 6.66675 13.3487H7.25995C7.4355 12.5009 7.91148 11.4903 9.10565 10.8932C10.3818 10.2551 11.5415 10.5914 12.3331 11.0275Z\" fill=\"currentColor\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" fill=\"currentColor\"/> <path d=\"M3.62405 13.6217C3.09199 13.0577 2.6514 12.4125 2.31837 11.7122C4.02624 12.1106 5.7376 11.9948 7.2798 11.4638C7.00914 11.8323 6.81994 12.2219 6.68958 12.5987H6.66666C5.56488 12.5987 4.49029 12.9235 3.62405 13.6217ZM12.1528 10.1121C11.5935 9.88558 10.9151 9.73239 10.1685 9.80843C11.4807 8.6794 12.4637 7.15352 12.9066 5.35161C13.1592 4.32379 13.2142 3.29145 13.0951 2.29435C14.8574 3.48266 16.0296 5.39748 16.2961 7.5193C14.5354 8.00639 13.1868 9.06486 12.2942 9.9668L12.8272 10.4944L12.2942 9.96681C12.2462 10.0153 12.1991 10.0637 12.1528 10.1121Z\" fill=\"currentColor\" stroke=\"#707070\" stroke-width=\"1.5\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.8782 24.0038C18.1488 23.4174 18.7879 23.1977 19.3565 23.4163L19.3666 23.4202L19.3765 23.4248C19.9629 23.6954 20.1826 24.3346 19.9639 24.9031L19.9585 24.9172L18.8402 27.4726C18.6534 27.9332 18.2313 28.1568 17.7968 28.1568C17.6459 28.1568 17.4766 28.1107 17.3714 28.0757L17.3539 28.0698L17.3371 28.0621C16.7508 27.7915 16.531 27.1523 16.7497 26.5838L16.7551 26.5697L17.8782 24.0038Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87816 25.3371C10.1488 24.7507 10.7879 24.531 11.3565 24.7497L11.3666 24.7536L11.3765 24.7581C11.9629 25.0287 12.1826 25.6679 11.9639 26.2364L11.9585 26.2505L10.8402 28.8059C10.6534 29.2666 10.2313 29.4901 9.79681 29.4901C9.64588 29.4901 9.47664 29.4441 9.3714 29.409L9.35389 29.4032L9.33713 29.3954C8.75077 29.1248 8.53103 28.4857 8.7497 27.9171L8.75511 27.903L9.87816 25.3371Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2441 5.33341 15.3487 6.66675 15.3487H9.33342C9.33342 15.3487 8.95842 14.2237 9.33342 13.3799C9.45842 13.0987 9.66675 12.8487 10.0001 12.682C10.3899 12.4871 10.7798 12.5202 11.1363 12.6645C11.9991 13.0139 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8896 11.1452 16.5283 9.8433 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487ZM12.3331 11.0275C12.4856 10.8521 12.6504 10.6731 12.8273 10.4944C14.0444 9.26463 16.0906 7.80162 18.8272 8.02181C22.2422 8.29658 24.1526 10.0865 25.1072 11.9189C25.439 12.5559 25.6452 13.1745 25.7742 13.6989C25.9744 13.7572 26.1853 13.825 26.3987 13.9033C26.9123 14.0915 27.5833 14.3908 28.1496 14.8675C28.7332 15.3587 29.4243 16.2438 29.3275 17.5021C29.1781 19.4449 27.6728 21.3487 25.3334 21.3487H6.66675C4.45761 21.3487 2.66675 19.5578 2.66675 17.3487C2.66675 16.4054 2.95384 15.385 3.69561 14.5796C4.46219 13.7472 5.52707 13.3487 6.66675 13.3487H7.25995C7.4355 12.5009 7.91148 11.4903 9.10565 10.8932C10.3818 10.2551 11.5415 10.5914 12.3331 11.0275Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path d=\"M3.62405 13.6217C3.09199 13.0577 2.6514 12.4125 2.31837 11.7122C4.02624 12.1106 5.7376 11.9948 7.2798 11.4638C7.00914 11.8323 6.81994 12.2219 6.68958 12.5987H6.66666C5.56488 12.5987 4.49029 12.9235 3.62405 13.6217ZM12.1528 10.1121C11.5935 9.88558 10.9151 9.73239 10.1685 9.80843C11.4807 8.6794 12.4637 7.15352 12.9066 5.35161C13.1592 4.32379 13.2142 3.29145 13.0951 2.29435C14.8574 3.48266 16.0296 5.39748 16.2961 7.5193C14.5354 8.00639 13.1868 9.06486 12.2942 9.9668L12.8272 10.4944L12.2942 9.96681C12.2462 10.0153 12.1991 10.0637 12.1528 10.1121Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\" style=\"stroke: var(--instrument-tick-mark-secondary-color)\" stroke-width=\"1.5\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.8782 24.0038C18.1488 23.4174 18.7879 23.1977 19.3565 23.4163L19.3666 23.4202L19.3765 23.4248C19.9629 23.6954 20.1826 24.3346 19.9639 24.9031L19.9585 24.9172L18.8402 27.4726C18.6534 27.9332 18.2313 28.1568 17.7968 28.1568C17.6459 28.1568 17.4766 28.1107 17.3714 28.0757L17.3539 28.0698L17.3371 28.0621C16.7508 27.7915 16.531 27.1523 16.7497 26.5838L16.7551 26.5697L17.8782 24.0038Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87816 25.3371C10.1488 24.7507 10.7879 24.531 11.3565 24.7497L11.3666 24.7536L11.3765 24.7581C11.9629 25.0287 12.1826 25.6679 11.9639 26.2364L11.9585 26.2505L10.8402 28.8059C10.6534 29.2666 10.2313 29.4901 9.79681 29.4901C9.64588 29.4901 9.47664 29.4441 9.3714 29.409L9.35389 29.4032L9.33713 29.3954C8.75077 29.1248 8.53103 28.4857 8.7497 27.9171L8.75511 27.903L9.87816 25.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-rain-showers-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightRainShowersNightColour",
          "declaration": {
            "name": "ObiLightRainShowersNightColour",
            "module": "src/icons/icon-light-rain-showers-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-rain-showers-night-colour",
          "declaration": {
            "name": "ObiLightRainShowersNightColour",
            "module": "src/icons/icon-light-rain-showers-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-rain-showers-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightRainShowersNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.3916 10.9585C6.74822 12.0291 11.1299 9.43869 12.1782 5.17262C12.4158 4.20591 12.4618 3.23613 12.3402 2.30184C12.2658 1.72975 12.8169 1.22937 13.2974 1.53125C15.5527 2.94814 16.9853 5.4163 17.0969 8.10506C17.6381 8.00747 18.2153 7.97259 18.8271 8.02181C22.2421 8.29658 24.1525 10.0865 25.1071 11.9189C25.4389 12.5559 25.6451 13.1745 25.7741 13.6989C25.9743 13.7572 26.1852 13.825 26.3987 13.9033C26.9123 14.0915 27.5832 14.3908 28.1496 14.8675C28.7331 15.3587 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66666C4.45753 21.3487 2.66667 19.5578 2.66667 17.3487C2.66667 16.437 2.93481 15.4534 3.62235 14.6614C2.73016 13.8771 2.02231 12.9059 1.54474 11.8242C1.31873 11.3122 1.85537 10.8267 2.3916 10.9585ZM27.3333 17.3487C27.4498 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6667 10.0154C16.5282 9.8433 14.8895 11.1452 13.8692 12.309C13.0855 13.203 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.999 13.0139 11.1362 12.6645C10.7797 12.5202 10.3898 12.4871 10 12.682C9.66667 12.8487 9.45833 13.0987 9.33333 13.3799C8.95833 14.2237 9.33333 15.3487 9.33333 15.3487H6.66667C5.33333 15.3487 4.66667 16.2441 4.66667 17.3487C4.66667 18.4533 5.5621 19.3487 6.66667 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.8781 24.0037C18.1487 23.4173 18.7878 23.1976 19.3564 23.4162L19.3665 23.4201L19.3764 23.4247C19.9628 23.6953 20.1825 24.3345 19.9639 24.903L19.9584 24.9171L18.8401 27.4725C18.6533 27.9331 18.2312 28.1567 17.7967 28.1567C17.6458 28.1567 17.4766 28.1107 17.3713 28.0756L17.3538 28.0697L17.337 28.062C16.7507 27.7914 16.5309 27.1522 16.7496 26.5837L16.755 26.5696L17.8781 24.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87808 25.337C10.1487 24.7507 10.7878 24.5309 11.3564 24.7496L11.3665 24.7535L11.3764 24.758C11.9628 25.0287 12.1825 25.6678 11.9638 26.2364L11.9584 26.2504L10.8401 28.8058C10.6533 29.2665 10.2312 29.49 9.79673 29.49C9.6458 29.49 9.47656 29.444 9.37132 29.4089L9.35381 29.4031L9.33705 29.3953C8.75069 29.1247 8.53095 28.4856 8.74962 27.917L8.75503 27.903L9.87808 25.337Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.3916 10.9585C6.74822 12.0291 11.1299 9.43869 12.1782 5.17262C12.4158 4.20591 12.4618 3.23613 12.3402 2.30184C12.2658 1.72975 12.8169 1.22937 13.2974 1.53125C15.5527 2.94814 16.9853 5.4163 17.0969 8.10506C17.6381 8.00747 18.2153 7.97259 18.8271 8.02181C22.2421 8.29658 24.1525 10.0865 25.1071 11.9189C25.4389 12.5559 25.6451 13.1745 25.7741 13.6989C25.9743 13.7572 26.1852 13.825 26.3987 13.9033C26.9123 14.0915 27.5832 14.3908 28.1496 14.8675C28.7331 15.3587 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66666C4.45753 21.3487 2.66667 19.5578 2.66667 17.3487C2.66667 16.437 2.93481 15.4534 3.62235 14.6614C2.73016 13.8771 2.02231 12.9059 1.54474 11.8242C1.31873 11.3122 1.85537 10.8267 2.3916 10.9585ZM27.3333 17.3487C27.4498 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6667 10.0154C16.5282 9.8433 14.8895 11.1452 13.8692 12.309C13.0855 13.203 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.999 13.0139 11.1362 12.6645C10.7797 12.5202 10.3898 12.4871 10 12.682C9.66667 12.8487 9.45833 13.0987 9.33333 13.3799C8.95833 14.2237 9.33333 15.3487 9.33333 15.3487H6.66667C5.33333 15.3487 4.66667 16.2441 4.66667 17.3487C4.66667 18.4533 5.5621 19.3487 6.66667 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.8781 24.0037C18.1487 23.4173 18.7878 23.1976 19.3564 23.4162L19.3665 23.4201L19.3764 23.4247C19.9628 23.6953 20.1825 24.3345 19.9639 24.903L19.9584 24.9171L18.8401 27.4725C18.6533 27.9331 18.2312 28.1567 17.7967 28.1567C17.6458 28.1567 17.4766 28.1107 17.3713 28.0756L17.3538 28.0697L17.337 28.062C16.7507 27.7914 16.5309 27.1522 16.7496 26.5837L16.755 26.5696L17.8781 24.0037Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87808 25.337C10.1487 24.7507 10.7878 24.5309 11.3564 24.7496L11.3665 24.7535L11.3764 24.758C11.9628 25.0287 12.1825 25.6678 11.9638 26.2364L11.9584 26.2504L10.8401 28.8058C10.6533 29.2665 10.2312 29.49 9.79673 29.49C9.6458 29.49 9.47656 29.444 9.37132 29.4089L9.35381 29.4031L9.33705 29.3953C8.75069 29.1247 8.53095 28.4856 8.74962 27.917L8.75503 27.903L9.87808 25.337Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-rain-showers-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightRainShowersNight",
          "declaration": {
            "name": "ObiLightRainShowersNight",
            "module": "src/icons/icon-light-rain-showers-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-rain-showers-night",
          "declaration": {
            "name": "ObiLightRainShowersNight",
            "module": "src/icons/icon-light-rain-showers-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-rain-showers-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightRainShowersPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2441 5.33341 15.3487 6.66675 15.3487H9.33342C9.33342 15.3487 8.95842 14.2237 9.33342 13.3799C9.45842 13.0987 9.66675 12.8487 10.0001 12.682C10.3899 12.4871 10.7798 12.5202 11.1363 12.6645C11.9991 13.0139 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8896 11.1452 16.5283 9.8433 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487ZM12.3331 11.0275C12.4856 10.8521 12.6504 10.6731 12.8273 10.4944C14.0444 9.26463 16.0906 7.80162 18.8272 8.02181C22.2422 8.29658 24.1526 10.0865 25.1072 11.9189C25.439 12.5559 25.6452 13.1745 25.7742 13.6989C25.9744 13.7572 26.1853 13.825 26.3987 13.9033C26.9123 14.0915 27.5833 14.3908 28.1496 14.8675C28.7332 15.3587 29.4243 16.2438 29.3275 17.5021C29.1781 19.4449 27.6728 21.3487 25.3334 21.3487H6.66675C4.45761 21.3487 2.66675 19.5578 2.66675 17.3487C2.66675 16.4054 2.95384 15.385 3.69561 14.5796C4.46219 13.7472 5.52707 13.3487 6.66675 13.3487H7.25995C7.4355 12.5009 7.91148 11.4903 9.10565 10.8932C10.3818 10.2551 11.5415 10.5914 12.3331 11.0275Z\" fill=\"currentColor\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" fill=\"currentColor\"/> <path d=\"M2.66675 5.33329C2.66675 4.9651 2.96522 4.66663 3.33341 4.66663H18.0001C18.3683 4.66663 18.6667 4.9651 18.6667 5.33329C18.6667 5.70148 18.3683 5.99996 18.0001 5.99996H3.33342C2.96523 5.99996 2.66675 5.70148 2.66675 5.33329Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" fill=\"currentColor\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 24.0038C18.8153 23.4174 19.4544 23.1977 20.023 23.4163L20.0331 23.4202L20.043 23.4248C20.6294 23.6954 20.8491 24.3346 20.6304 24.9031L20.625 24.9172L19.5067 27.4726C19.3199 27.9332 18.8978 28.1568 18.4633 28.1568C18.3124 28.1568 18.1431 28.1107 18.0379 28.0757L18.0204 28.0698L18.0036 28.0621C17.4173 27.7915 17.1975 27.1523 17.4162 26.5838L17.4216 26.5697L18.5447 24.0038Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5447 25.3371C10.8153 24.7507 11.4544 24.531 12.023 24.7497L12.0331 24.7536L12.043 24.7581C12.6294 25.0287 12.8491 25.6679 12.6304 26.2364L12.625 26.2505L11.5067 28.8059C11.3199 29.2666 10.8978 29.4901 10.4633 29.4901C10.3124 29.4901 10.1431 29.4441 10.0379 29.409L10.0204 29.4032L10.0036 29.3954C9.41728 29.1248 9.19753 28.4857 9.4162 27.9171L9.42162 27.903L10.5447 25.3371Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2441 5.33341 15.3487 6.66675 15.3487H9.33342C9.33342 15.3487 8.95842 14.2237 9.33342 13.3799C9.45842 13.0987 9.66675 12.8487 10.0001 12.682C10.3899 12.4871 10.7798 12.5202 11.1363 12.6645C11.9991 13.0139 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8896 11.1452 16.5283 9.8433 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487ZM12.3331 11.0275C12.4856 10.8521 12.6504 10.6731 12.8273 10.4944C14.0444 9.26463 16.0906 7.80162 18.8272 8.02181C22.2422 8.29658 24.1526 10.0865 25.1072 11.9189C25.439 12.5559 25.6452 13.1745 25.7742 13.6989C25.9744 13.7572 26.1853 13.825 26.3987 13.9033C26.9123 14.0915 27.5833 14.3908 28.1496 14.8675C28.7332 15.3587 29.4243 16.2438 29.3275 17.5021C29.1781 19.4449 27.6728 21.3487 25.3334 21.3487H6.66675C4.45761 21.3487 2.66675 19.5578 2.66675 17.3487C2.66675 16.4054 2.95384 15.385 3.69561 14.5796C4.46219 13.7472 5.52707 13.3487 6.66675 13.3487H7.25995C7.4355 12.5009 7.91148 11.4903 9.10565 10.8932C10.3818 10.2551 11.5415 10.5914 12.3331 11.0275Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path d=\"M2.66675 5.33329C2.66675 4.9651 2.96522 4.66663 3.33341 4.66663H18.0001C18.3683 4.66663 18.6667 4.9651 18.6667 5.33329C18.6667 5.70148 18.3683 5.99996 18.0001 5.99996H3.33342C2.96523 5.99996 2.66675 5.70148 2.66675 5.33329Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 24.0038C18.8153 23.4174 19.4544 23.1977 20.023 23.4163L20.0331 23.4202L20.043 23.4248C20.6294 23.6954 20.8491 24.3346 20.6304 24.9031L20.625 24.9172L19.5067 27.4726C19.3199 27.9332 18.8978 28.1568 18.4633 28.1568C18.3124 28.1568 18.1431 28.1107 18.0379 28.0757L18.0204 28.0698L18.0036 28.0621C17.4173 27.7915 17.1975 27.1523 17.4162 26.5838L17.4216 26.5697L18.5447 24.0038Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5447 25.3371C10.8153 24.7507 11.4544 24.531 12.023 24.7497L12.0331 24.7536L12.043 24.7581C12.6294 25.0287 12.8491 25.6679 12.6304 26.2364L12.625 26.2505L11.5067 28.8059C11.3199 29.2666 10.8978 29.4901 10.4633 29.4901C10.3124 29.4901 10.1431 29.4441 10.0379 29.409L10.0204 29.4032L10.0036 29.3954C9.41728 29.1248 9.19753 28.4857 9.4162 27.9171L9.42162 27.903L10.5447 25.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-rain-showers-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightRainShowersPolartwilightColour",
          "declaration": {
            "name": "ObiLightRainShowersPolartwilightColour",
            "module": "src/icons/icon-light-rain-showers-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-rain-showers-polartwilight-colour",
          "declaration": {
            "name": "ObiLightRainShowersPolartwilightColour",
            "module": "src/icons/icon-light-rain-showers-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-rain-showers-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightRainShowersPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33341 4.66663C2.96522 4.66663 2.66675 4.9651 2.66675 5.33329C2.66675 5.70148 2.96523 5.99996 3.33342 5.99996H4.88761C4.88761 6.13804 4.82827 6.27611 4.70959 6.3758L2.84548 7.94153C2.50022 8.23153 2.68525 8.77492 3.14321 8.81589L5.61579 9.03707C5.93064 9.06524 6.14804 9.35077 6.07882 9.64519L5.53521 11.9574C5.43452 12.3857 5.91894 12.7215 6.31467 12.4978L8.45129 11.29C8.47495 11.2766 8.49923 11.2652 8.5239 11.2557C7.74859 11.8518 7.40364 12.6548 7.25995 13.3487H6.66675C5.52707 13.3487 4.46219 13.7472 3.69561 14.5796C2.95384 15.385 2.66675 16.4054 2.66675 17.3487C2.66675 19.5578 4.45761 21.3487 6.66675 21.3487H25.3334C27.6728 21.3487 29.1781 19.4449 29.3275 17.5021C29.4243 16.2439 28.7332 15.3587 28.1496 14.8675C27.5833 14.3908 26.9123 14.0915 26.3987 13.9033C26.1853 13.825 25.9744 13.7572 25.7742 13.6989C25.6452 13.1745 25.439 12.5559 25.1072 11.9189C24.1526 10.0865 22.2422 8.29658 18.8272 8.02181C18.7347 8.01437 18.6431 8.00885 18.5522 8.00518C18.5333 7.98292 18.5119 7.96162 18.488 7.94153L16.6239 6.3758C16.5052 6.27611 16.4459 6.13804 16.4459 5.99996H18.0001C18.3683 5.99996 18.6667 5.70148 18.6667 5.33329C18.6667 4.9651 18.3683 4.66663 18.0001 4.66663H3.33341ZM14.8773 5.99996H6.45622C6.45622 8.2091 8.34134 9.99996 10.6667 9.99996C12.9922 9.99996 14.8773 8.2091 14.8773 5.99996ZM24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2441 5.33341 15.3487 6.66675 15.3487H9.33342C9.33342 15.3487 8.95842 14.2237 9.33342 13.3799C9.45842 13.0987 9.66675 12.8487 10.0001 12.682C10.3899 12.4871 10.7798 12.5202 11.1363 12.6645C11.9991 13.0139 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8896 11.1452 16.5283 9.8433 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5448 24.0037C18.8155 23.4173 19.4546 23.1976 20.0231 23.4162L20.0333 23.4201L20.0432 23.4247C20.6295 23.6953 20.8493 24.3345 20.6306 24.903L20.6252 24.9171L19.5068 27.4725C19.32 27.9331 18.898 28.1567 18.4635 28.1567C18.3126 28.1567 18.1433 28.1107 18.0381 28.0756L18.0206 28.0697L18.0038 28.062C17.4174 27.7914 17.1977 27.1522 17.4164 26.5837L17.4218 26.5696L18.5448 24.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5448 25.337C10.8155 24.7507 11.4546 24.5309 12.0231 24.7496L12.0333 24.7535L12.0432 24.758C12.6295 25.0287 12.8493 25.6678 12.6306 26.2364L12.6252 26.2504L11.5068 28.8058C11.32 29.2665 10.898 29.49 10.4635 29.49C10.3126 29.49 10.1433 29.444 10.0381 29.4089L10.0206 29.4031L10.0038 29.3953C9.41744 29.1247 9.19769 28.4856 9.41636 27.917L9.42178 27.903L10.5448 25.337Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33341 4.66663C2.96522 4.66663 2.66675 4.9651 2.66675 5.33329C2.66675 5.70148 2.96523 5.99996 3.33342 5.99996H4.88761C4.88761 6.13804 4.82827 6.27611 4.70959 6.3758L2.84548 7.94153C2.50022 8.23153 2.68525 8.77492 3.14321 8.81589L5.61579 9.03707C5.93064 9.06524 6.14804 9.35077 6.07882 9.64519L5.53521 11.9574C5.43452 12.3857 5.91894 12.7215 6.31467 12.4978L8.45129 11.29C8.47495 11.2766 8.49923 11.2652 8.5239 11.2557C7.74859 11.8518 7.40364 12.6548 7.25995 13.3487H6.66675C5.52707 13.3487 4.46219 13.7472 3.69561 14.5796C2.95384 15.385 2.66675 16.4054 2.66675 17.3487C2.66675 19.5578 4.45761 21.3487 6.66675 21.3487H25.3334C27.6728 21.3487 29.1781 19.4449 29.3275 17.5021C29.4243 16.2439 28.7332 15.3587 28.1496 14.8675C27.5833 14.3908 26.9123 14.0915 26.3987 13.9033C26.1853 13.825 25.9744 13.7572 25.7742 13.6989C25.6452 13.1745 25.439 12.5559 25.1072 11.9189C24.1526 10.0865 22.2422 8.29658 18.8272 8.02181C18.7347 8.01437 18.6431 8.00885 18.5522 8.00518C18.5333 7.98292 18.5119 7.96162 18.488 7.94153L16.6239 6.3758C16.5052 6.27611 16.4459 6.13804 16.4459 5.99996H18.0001C18.3683 5.99996 18.6667 5.70148 18.6667 5.33329C18.6667 4.9651 18.3683 4.66663 18.0001 4.66663H3.33341ZM14.8773 5.99996H6.45622C6.45622 8.2091 8.34134 9.99996 10.6667 9.99996C12.9922 9.99996 14.8773 8.2091 14.8773 5.99996ZM24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2441 5.33341 15.3487 6.66675 15.3487H9.33342C9.33342 15.3487 8.95842 14.2237 9.33342 13.3799C9.45842 13.0987 9.66675 12.8487 10.0001 12.682C10.3899 12.4871 10.7798 12.5202 11.1363 12.6645C11.9991 13.0139 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8896 11.1452 16.5283 9.8433 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5448 24.0037C18.8155 23.4173 19.4546 23.1976 20.0231 23.4162L20.0333 23.4201L20.0432 23.4247C20.6295 23.6953 20.8493 24.3345 20.6306 24.903L20.6252 24.9171L19.5068 27.4725C19.32 27.9331 18.898 28.1567 18.4635 28.1567C18.3126 28.1567 18.1433 28.1107 18.0381 28.0756L18.0206 28.0697L18.0038 28.062C17.4174 27.7914 17.1977 27.1522 17.4164 26.5837L17.4218 26.5696L18.5448 24.0037Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5448 25.337C10.8155 24.7507 11.4546 24.5309 12.0231 24.7496L12.0333 24.7535L12.0432 24.758C12.6295 25.0287 12.8493 25.6678 12.6306 26.2364L12.6252 26.2504L11.5068 28.8058C11.32 29.2665 10.898 29.49 10.4635 29.49C10.3126 29.49 10.1433 29.444 10.0381 29.4089L10.0206 29.4031L10.0038 29.3953C9.41744 29.1247 9.19769 28.4856 9.41636 27.917L9.42178 27.903L10.5448 25.337Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-rain-showers-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightRainShowersPolartwilight",
          "declaration": {
            "name": "ObiLightRainShowersPolartwilight",
            "module": "src/icons/icon-light-rain-showers-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-rain-showers-polartwilight",
          "declaration": {
            "name": "ObiLightRainShowersPolartwilight",
            "module": "src/icons/icon-light-rain-showers-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-rain-showers-sun-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightRainShowersSunColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5448 23.337C18.8154 22.7507 19.4546 22.5309 20.0231 22.7496L20.0333 22.7535L20.0431 22.758C20.6295 23.0287 20.8492 23.6678 20.6306 24.2364L20.6251 24.2504L19.5068 26.8058C19.32 27.2665 18.8979 27.49 18.4634 27.49C18.3125 27.49 18.1433 27.444 18.038 27.4089L18.0205 27.4031L18.0038 27.3953C17.4174 27.1247 17.1977 26.4856 17.4163 25.917L17.4217 25.9029L18.5448 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5448 26.0037C10.8154 25.4173 11.4546 25.1976 12.0231 25.4162L12.0333 25.4201L12.0431 25.4247C12.6295 25.6953 12.8492 26.3345 12.6306 26.903L12.6251 26.9171L11.5068 29.4725C11.32 29.9331 10.8979 30.1567 10.4634 30.1567C10.3125 30.1567 10.1433 30.1107 10.038 30.0756L10.0205 30.0697L10.0038 30.062C9.4174 29.7914 9.19765 29.1522 9.41632 28.5837L9.42174 28.5696L10.5448 26.0037Z\" fill=\"currentColor\"/> <path d=\"M24.48 13.7464C23.9733 11.2405 21.3066 9.33337 18.1866 9.33337C15.76 9.33337 13.5733 10.4644 12.5066 12.2384C12.1866 12.1276 11.8666 12.0832 11.5466 12.0832C10.4266 12.0832 9.46663 12.6376 9.09329 13.4581C8.93329 13.4359 8.79996 13.4359 8.63997 13.4359H8.63996C7.54663 13.4359 6.53329 13.7908 5.78663 14.4339C5.06663 15.0548 4.66663 15.8531 4.66663 16.6958V16.7402C4.69329 17.6494 5.11996 18.4699 5.89329 19.0686C6.61329 19.6674 7.59996 20 8.63996 20H13.4058H23.4933C25.6 20 27.3333 18.5808 27.3333 16.8289C27.3333 15.3653 26.1333 14.1012 24.48 13.7464Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66663 16.7695V16.6958C2.66663 15.1824 3.39209 13.8579 4.48046 12.9193C5.48872 12.0509 6.76142 11.5645 8.08247 11.4583C8.98903 10.5437 10.2883 10.0832 11.5466 10.0832C11.5737 10.0832 11.6008 10.0834 11.628 10.0838C13.2319 8.31143 15.676 7.33337 18.1866 7.33337C21.5779 7.33337 24.8749 9.188 26.0871 12.1765C27.8977 12.9756 29.3333 14.6506 29.3333 16.8289C29.3333 20.0308 26.324 22 23.4933 22H8.63996C7.20379 22 5.76012 21.5471 4.64144 20.6287C3.44179 19.688 2.71244 18.3316 2.66749 16.7988L2.66663 16.7695ZM5.89329 19.0686C6.61329 19.6674 7.59996 20 8.63996 20H23.4933C25.6 20 27.3333 18.5808 27.3333 16.8289C27.3333 15.3653 26.1333 14.1012 24.48 13.7464C23.9733 11.2405 21.3066 9.33337 18.1866 9.33337C15.76 9.33337 13.5733 10.4644 12.5066 12.2384C12.1866 12.1276 11.8666 12.0832 11.5466 12.0832C10.4266 12.0832 9.46663 12.6376 9.09329 13.4581C8.93329 13.4359 8.79996 13.4359 8.63997 13.4359C7.54663 13.4359 6.53329 13.7908 5.78663 14.4339C5.06663 15.0548 4.66663 15.8531 4.66663 16.6958V16.7402C4.69329 17.6494 5.11996 18.4699 5.89329 19.0686Z\" fill=\"currentColor\"/> <path d=\"M8.28949 11.2631C9.18064 10.4781 10.3812 10.0832 11.5466 10.0832C11.5737 10.0832 11.6008 10.0834 11.628 10.0838C12.7198 8.87726 14.201 8.03884 15.8274 7.62645C15.096 6.11363 13.404 5.15306 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.87399 10.3281 8.03958 10.8223 8.28949 11.2631Z\" fill=\"currentColor\"/> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.2086 12.3685 4.28492 12.7191 4.5291 12.8779C5.5295 12.0354 6.78261 11.5627 8.08253 11.4582C8.14945 11.3907 8.21851 11.3257 8.28953 11.2631C8.03963 10.8223 7.87404 10.3282 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.4041 5.15308 15.0961 6.11364 15.8275 7.62646C16.5903 7.43304 17.3851 7.33334 18.1867 7.33334C18.3869 7.33334 18.5868 7.33981 18.7859 7.35259L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5448 23.337C18.8154 22.7507 19.4546 22.5309 20.0231 22.7496L20.0333 22.7535L20.0431 22.758C20.6295 23.0287 20.8492 23.6678 20.6306 24.2364L20.6251 24.2504L19.5068 26.8058C19.32 27.2665 18.8979 27.49 18.4634 27.49C18.3125 27.49 18.1433 27.444 18.038 27.4089L18.0205 27.4031L18.0038 27.3953C17.4174 27.1247 17.1977 26.4856 17.4163 25.917L17.4217 25.9029L18.5448 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5448 26.0037C10.8154 25.4173 11.4546 25.1976 12.0231 25.4162L12.0333 25.4201L12.0431 25.4247C12.6295 25.6953 12.8492 26.3345 12.6306 26.903L12.6251 26.9171L11.5068 29.4725C11.32 29.9331 10.8979 30.1567 10.4634 30.1567C10.3125 30.1567 10.1433 30.1107 10.038 30.0756L10.0205 30.0697L10.0038 30.062C9.4174 29.7914 9.19765 29.1522 9.41632 28.5837L9.42174 28.5696L10.5448 26.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M24.48 13.7464C23.9733 11.2405 21.3066 9.33337 18.1866 9.33337C15.76 9.33337 13.5733 10.4644 12.5066 12.2384C12.1866 12.1276 11.8666 12.0832 11.5466 12.0832C10.4266 12.0832 9.46663 12.6376 9.09329 13.4581C8.93329 13.4359 8.79996 13.4359 8.63997 13.4359H8.63996C7.54663 13.4359 6.53329 13.7908 5.78663 14.4339C5.06663 15.0548 4.66663 15.8531 4.66663 16.6958V16.7402C4.69329 17.6494 5.11996 18.4699 5.89329 19.0686C6.61329 19.6674 7.59996 20 8.63996 20H13.4058H23.4933C25.6 20 27.3333 18.5808 27.3333 16.8289C27.3333 15.3653 26.1333 14.1012 24.48 13.7464Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66663 16.7695V16.6958C2.66663 15.1824 3.39209 13.8579 4.48046 12.9193C5.48872 12.0509 6.76142 11.5645 8.08247 11.4583C8.98903 10.5437 10.2883 10.0832 11.5466 10.0832C11.5737 10.0832 11.6008 10.0834 11.628 10.0838C13.2319 8.31143 15.676 7.33337 18.1866 7.33337C21.5779 7.33337 24.8749 9.188 26.0871 12.1765C27.8977 12.9756 29.3333 14.6506 29.3333 16.8289C29.3333 20.0308 26.324 22 23.4933 22H8.63996C7.20379 22 5.76012 21.5471 4.64144 20.6287C3.44179 19.688 2.71244 18.3316 2.66749 16.7988L2.66663 16.7695ZM5.89329 19.0686C6.61329 19.6674 7.59996 20 8.63996 20H23.4933C25.6 20 27.3333 18.5808 27.3333 16.8289C27.3333 15.3653 26.1333 14.1012 24.48 13.7464C23.9733 11.2405 21.3066 9.33337 18.1866 9.33337C15.76 9.33337 13.5733 10.4644 12.5066 12.2384C12.1866 12.1276 11.8666 12.0832 11.5466 12.0832C10.4266 12.0832 9.46663 12.6376 9.09329 13.4581C8.93329 13.4359 8.79996 13.4359 8.63997 13.4359C7.54663 13.4359 6.53329 13.7908 5.78663 14.4339C5.06663 15.0548 4.66663 15.8531 4.66663 16.6958V16.7402C4.69329 17.6494 5.11996 18.4699 5.89329 19.0686Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M8.28949 11.2631C9.18064 10.4781 10.3812 10.0832 11.5466 10.0832C11.5737 10.0832 11.6008 10.0834 11.628 10.0838C12.7198 8.87726 14.201 8.03884 15.8274 7.62645C15.096 6.11363 13.404 5.15306 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.87399 10.3281 8.03958 10.8223 8.28949 11.2631Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.2086 12.3685 4.28492 12.7191 4.5291 12.8779C5.5295 12.0354 6.78261 11.5627 8.08253 11.4582C8.14945 11.3907 8.21851 11.3257 8.28953 11.2631C8.03963 10.8223 7.87404 10.3282 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.4041 5.15308 15.0961 6.11364 15.8275 7.62646C16.5903 7.43304 17.3851 7.33334 18.1867 7.33334C18.3869 7.33334 18.5868 7.33981 18.7859 7.35259L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-rain-showers-sun-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightRainShowersSunColour",
          "declaration": {
            "name": "ObiLightRainShowersSunColour",
            "module": "src/icons/icon-light-rain-showers-sun-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-rain-showers-sun-colour",
          "declaration": {
            "name": "ObiLightRainShowersSunColour",
            "module": "src/icons/icon-light-rain-showers-sun-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-rain-showers-sun.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightRainShowersSun",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.337C18.8153 22.7507 19.4545 22.5309 20.023 22.7496L20.0332 22.7535L20.043 22.7581C20.6294 23.0287 20.8491 23.6679 20.6305 24.2364L20.6251 24.2505L19.5067 26.8059C19.3199 27.2665 18.8978 27.4901 18.4634 27.4901C18.3124 27.4901 18.1432 27.444 18.0379 27.409L18.0204 27.4031L18.0037 27.3954C17.4173 27.1248 17.1976 26.4856 17.4162 25.9171L17.4217 25.903L18.5447 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5447 26.0037C10.8153 25.4174 11.4545 25.1976 12.023 25.4163L12.0332 25.4202L12.043 25.4247C12.6294 25.6954 12.8491 26.3345 12.6305 26.9031L12.6251 26.9171L11.5067 29.4725C11.3199 29.9332 10.8978 30.1567 10.4634 30.1567C10.3124 30.1567 10.1432 30.1107 10.0379 30.0756L10.0204 30.0698L10.0037 30.0621C9.41732 29.7914 9.19757 29.1523 9.41624 28.5837L9.42166 28.5697L10.5447 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8094 1.31501 11.4045 1.24899 11.6302 1.62937L12.8485 3.68309C13.0037 3.9446 13.3653 4.01422 13.6188 3.83136L15.6092 2.39533C15.9779 2.12935 16.4963 2.40973 16.4435 2.84648L16.1581 5.20454C16.1218 5.5048 16.3693 5.76462 16.6853 5.75791L19.1672 5.70515C19.6269 5.69538 19.8707 6.21506 19.5596 6.54135L18.7859 7.35259C21.9599 7.55628 24.9465 9.3644 26.0871 12.1765C27.8977 12.9755 29.3333 14.6505 29.3333 16.8288C29.3333 20.0308 26.324 22 23.4933 22H8.63996C7.20379 22 5.76012 21.5471 4.64144 20.6286C3.44179 19.6879 2.71244 18.3316 2.66749 16.7988L2.66663 16.7694V16.6958C2.66663 15.1824 3.39209 13.8579 4.48046 12.9192C4.49659 12.9054 4.51278 12.8916 4.52905 12.8779C4.28488 12.7191 4.20857 12.3685 4.44046 12.1254L6.1206 10.3637C6.33454 10.1393 6.29563 9.78855 6.03773 9.61656L4.01236 8.26588C3.63723 8.01571 3.76123 7.45524 4.21188 7.36403L6.64501 6.8716C6.95483 6.8089 7.13943 6.50114 7.03817 6.21614L6.24296 3.97794C6.09568 3.5634 6.54012 3.1762 6.9581 3.35492L9.21485 4.31985C9.50221 4.44272 9.83981 4.29555 9.93387 4.00639L10.6726 1.73559ZM8.28948 11.2631C9.18064 10.4781 10.3812 10.0832 11.5466 10.0832C11.5737 10.0832 11.6008 10.0834 11.628 10.0838C12.7198 8.87726 14.201 8.03883 15.8274 7.62644C15.096 6.11364 13.404 5.15308 11.559 5.35774C9.24779 5.6141 7.5716 7.60187 7.81515 9.79755C7.874 10.3281 8.03958 10.8223 8.28948 11.2631ZM8.63996 20C7.59996 20 6.61329 19.6674 5.89329 19.0686C5.11996 18.4699 4.69329 17.6493 4.66663 16.7401V16.6958C4.66663 15.8531 5.06663 15.0547 5.78663 14.4338C6.53329 13.7907 7.54663 13.4359 8.63997 13.4359C8.79996 13.4359 8.93329 13.4359 9.09329 13.4581C9.46663 12.6376 10.4266 12.0832 11.5466 12.0832C11.8666 12.0832 12.1866 12.1275 12.5066 12.2384C13.5733 10.4643 15.76 9.33333 18.1866 9.33333C21.3066 9.33333 23.9733 11.2405 24.48 13.7464C26.1333 14.1012 27.3333 15.3652 27.3333 16.8288C27.3333 18.5807 25.6 20 23.4933 20H8.63996Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.337C18.8153 22.7507 19.4545 22.5309 20.023 22.7496L20.0332 22.7535L20.043 22.7581C20.6294 23.0287 20.8491 23.6679 20.6305 24.2364L20.6251 24.2505L19.5067 26.8059C19.3199 27.2665 18.8978 27.4901 18.4634 27.4901C18.3124 27.4901 18.1432 27.444 18.0379 27.409L18.0204 27.4031L18.0037 27.3954C17.4173 27.1248 17.1976 26.4856 17.4162 25.9171L17.4217 25.903L18.5447 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5447 26.0037C10.8153 25.4174 11.4545 25.1976 12.023 25.4163L12.0332 25.4202L12.043 25.4247C12.6294 25.6954 12.8491 26.3345 12.6305 26.9031L12.6251 26.9171L11.5067 29.4725C11.3199 29.9332 10.8978 30.1567 10.4634 30.1567C10.3124 30.1567 10.1432 30.1107 10.0379 30.0756L10.0204 30.0698L10.0037 30.0621C9.41732 29.7914 9.19757 29.1523 9.41624 28.5837L9.42166 28.5697L10.5447 26.0037Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8094 1.31501 11.4045 1.24899 11.6302 1.62937L12.8485 3.68309C13.0037 3.9446 13.3653 4.01422 13.6188 3.83136L15.6092 2.39533C15.9779 2.12935 16.4963 2.40973 16.4435 2.84648L16.1581 5.20454C16.1218 5.5048 16.3693 5.76462 16.6853 5.75791L19.1672 5.70515C19.6269 5.69538 19.8707 6.21506 19.5596 6.54135L18.7859 7.35259C21.9599 7.55628 24.9465 9.3644 26.0871 12.1765C27.8977 12.9755 29.3333 14.6505 29.3333 16.8288C29.3333 20.0308 26.324 22 23.4933 22H8.63996C7.20379 22 5.76012 21.5471 4.64144 20.6286C3.44179 19.6879 2.71244 18.3316 2.66749 16.7988L2.66663 16.7694V16.6958C2.66663 15.1824 3.39209 13.8579 4.48046 12.9192C4.49659 12.9054 4.51278 12.8916 4.52905 12.8779C4.28488 12.7191 4.20857 12.3685 4.44046 12.1254L6.1206 10.3637C6.33454 10.1393 6.29563 9.78855 6.03773 9.61656L4.01236 8.26588C3.63723 8.01571 3.76123 7.45524 4.21188 7.36403L6.64501 6.8716C6.95483 6.8089 7.13943 6.50114 7.03817 6.21614L6.24296 3.97794C6.09568 3.5634 6.54012 3.1762 6.9581 3.35492L9.21485 4.31985C9.50221 4.44272 9.83981 4.29555 9.93387 4.00639L10.6726 1.73559ZM8.28948 11.2631C9.18064 10.4781 10.3812 10.0832 11.5466 10.0832C11.5737 10.0832 11.6008 10.0834 11.628 10.0838C12.7198 8.87726 14.201 8.03883 15.8274 7.62644C15.096 6.11364 13.404 5.15308 11.559 5.35774C9.24779 5.6141 7.5716 7.60187 7.81515 9.79755C7.874 10.3281 8.03958 10.8223 8.28948 11.2631ZM8.63996 20C7.59996 20 6.61329 19.6674 5.89329 19.0686C5.11996 18.4699 4.69329 17.6493 4.66663 16.7401V16.6958C4.66663 15.8531 5.06663 15.0547 5.78663 14.4338C6.53329 13.7907 7.54663 13.4359 8.63997 13.4359C8.79996 13.4359 8.93329 13.4359 9.09329 13.4581C9.46663 12.6376 10.4266 12.0832 11.5466 12.0832C11.8666 12.0832 12.1866 12.1275 12.5066 12.2384C13.5733 10.4643 15.76 9.33333 18.1866 9.33333C21.3066 9.33333 23.9733 11.2405 24.48 13.7464C26.1333 14.1012 27.3333 15.3652 27.3333 16.8288C27.3333 18.5807 25.6 20 23.4933 20H8.63996Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-rain-showers-sun",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightRainShowersSun",
          "declaration": {
            "name": "ObiLightRainShowersSun",
            "module": "src/icons/icon-light-rain-showers-sun.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-rain-showers-sun",
          "declaration": {
            "name": "ObiLightRainShowersSun",
            "module": "src/icons/icon-light-rain-showers-sun.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-rain.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightRain",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21.3564 20.083C20.7879 19.8643 20.1487 20.0841 19.8781 20.6704L18.7551 23.2364L18.7497 23.2504C18.531 23.819 18.7507 24.4581 19.3371 24.7288L19.3538 24.7365L19.3714 24.7423C19.4766 24.7774 19.6458 24.8234 19.7968 24.8234C20.2313 24.8234 20.6533 24.5999 20.8401 24.1392L21.9585 21.5838L21.9639 21.5698C22.1826 21.0012 21.9628 20.3621 21.3765 20.0915L21.3666 20.0869L21.3564 20.083Z\" fill=\"currentColor\"/> <path d=\"M13.3564 22.7497C12.7879 22.531 12.1487 22.7507 11.8781 23.3371L10.7551 25.903L10.7497 25.9171C10.531 26.4857 10.7507 27.1248 11.3371 27.3954L11.3538 27.4032L11.3714 27.409C11.4766 27.4441 11.6458 27.4901 11.7968 27.4901C12.2313 27.4901 12.6533 27.2666 12.8401 26.8059L13.9585 24.2505L13.9639 24.2364C14.1826 23.6679 13.9628 23.0287 13.3765 22.7581L13.3666 22.7536L13.3564 22.7497Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 3.33337C15.7936 3.33337 13.5609 4.78594 12.4614 7.11748L12.0452 7.99994L11.1528 7.60567C10.9179 7.50189 10.6813 7.45811 10.4275 7.45811C9.54947 7.45811 8.78596 8.00775 8.48304 8.85659L8.1991 9.65224L7.3672 9.50523C7.27659 9.48921 7.20215 9.48722 7.00789 9.48722C6.00825 9.48722 5.08296 9.89697 4.39061 10.6572C3.70873 11.407 3.33337 12.3655 3.33337 13.377V13.4315C3.36175 14.5559 3.77303 15.5277 4.47904 16.2246L4.49175 16.2372L4.504 16.2502C5.16232 16.9482 6.06001 17.3334 7.00788 17.3334H24.4824C26.363 17.3334 28 15.6989 28 13.5766C28 11.7972 26.8572 10.3219 25.3793 9.91746L24.7566 9.74709L24.6555 9.10954C24.1293 5.7913 21.3737 3.33337 18.2393 3.33337ZM11.0544 5.50746C12.5728 2.95044 15.2594 1.33337 18.2393 1.33337C22.2431 1.33337 25.6239 4.28966 26.5148 8.19546C28.597 9.05058 30 11.1906 30 13.5766C30 16.7101 27.5587 19.3334 24.4824 19.3334H7.00788C5.51463 19.3334 4.09608 18.7255 3.06133 17.6354C1.95818 16.5396 1.37027 15.0591 1.33364 13.4666L1.33337 13.4551V13.377C1.33337 11.8607 1.89911 10.4241 2.91121 9.31128C3.95631 8.1636 5.38205 7.51124 6.92203 7.48787C7.63403 6.25981 8.93646 5.45811 10.4275 5.45811C10.6339 5.45811 10.8432 5.47338 11.0544 5.50746Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21.3564 20.083C20.7879 19.8643 20.1487 20.0841 19.8781 20.6704L18.7551 23.2364L18.7497 23.2504C18.531 23.819 18.7507 24.4581 19.3371 24.7288L19.3538 24.7365L19.3714 24.7423C19.4766 24.7774 19.6458 24.8234 19.7968 24.8234C20.2313 24.8234 20.6533 24.5999 20.8401 24.1392L21.9585 21.5838L21.9639 21.5698C22.1826 21.0012 21.9628 20.3621 21.3765 20.0915L21.3666 20.0869L21.3564 20.083Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.3564 22.7497C12.7879 22.531 12.1487 22.7507 11.8781 23.3371L10.7551 25.903L10.7497 25.9171C10.531 26.4857 10.7507 27.1248 11.3371 27.3954L11.3538 27.4032L11.3714 27.409C11.4766 27.4441 11.6458 27.4901 11.7968 27.4901C12.2313 27.4901 12.6533 27.2666 12.8401 26.8059L13.9585 24.2505L13.9639 24.2364C14.1826 23.6679 13.9628 23.0287 13.3765 22.7581L13.3666 22.7536L13.3564 22.7497Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 3.33337C15.7936 3.33337 13.5609 4.78594 12.4614 7.11748L12.0452 7.99994L11.1528 7.60567C10.9179 7.50189 10.6813 7.45811 10.4275 7.45811C9.54947 7.45811 8.78596 8.00775 8.48304 8.85659L8.1991 9.65224L7.3672 9.50523C7.27659 9.48921 7.20215 9.48722 7.00789 9.48722C6.00825 9.48722 5.08296 9.89697 4.39061 10.6572C3.70873 11.407 3.33337 12.3655 3.33337 13.377V13.4315C3.36175 14.5559 3.77303 15.5277 4.47904 16.2246L4.49175 16.2372L4.504 16.2502C5.16232 16.9482 6.06001 17.3334 7.00788 17.3334H24.4824C26.363 17.3334 28 15.6989 28 13.5766C28 11.7972 26.8572 10.3219 25.3793 9.91746L24.7566 9.74709L24.6555 9.10954C24.1293 5.7913 21.3737 3.33337 18.2393 3.33337ZM11.0544 5.50746C12.5728 2.95044 15.2594 1.33337 18.2393 1.33337C22.2431 1.33337 25.6239 4.28966 26.5148 8.19546C28.597 9.05058 30 11.1906 30 13.5766C30 16.7101 27.5587 19.3334 24.4824 19.3334H7.00788C5.51463 19.3334 4.09608 18.7255 3.06133 17.6354C1.95818 16.5396 1.37027 15.0591 1.33364 13.4666L1.33337 13.4551V13.377C1.33337 11.8607 1.89911 10.4241 2.91121 9.31128C3.95631 8.1636 5.38205 7.51124 6.92203 7.48787C7.63403 6.25981 8.93646 5.45811 10.4275 5.45811C10.6339 5.45811 10.8432 5.47338 11.0544 5.50746Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-rain",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightRain",
          "declaration": {
            "name": "ObiLightRain",
            "module": "src/icons/icon-light-rain.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-rain",
          "declaration": {
            "name": "ObiLightRain",
            "module": "src/icons/icon-light-rain.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-roof-colour-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightRoofColourOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 6.80269V5H18V2H6V5H9V6.80269C7.2066 7.84012 6 9.77915 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12C18 9.77915 16.7934 7.84012 15 6.80269ZM11 7.95628L10.0015 8.53391C8.80063 9.22854 8 10.522 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 10.522 15.1994 9.22854 13.9985 8.53391L13 7.95628V5H11V7.95628Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 7.95628L10.0015 8.53391C8.80063 9.22854 8 10.522 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 10.522 15.1994 9.22854 13.9985 8.53391L13 7.95628V5H11V7.95628Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 6.80269V5H18V2H6V5H9V6.80269C7.2066 7.84012 6 9.77915 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12C18 9.77915 16.7934 7.84012 15 6.80269ZM11 7.95628L10.0015 8.53391C8.80063 9.22854 8 10.522 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 10.522 15.1994 9.22854 13.9985 8.53391L13 7.95628V5H11V7.95628Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 7.95628L10.0015 8.53391C8.80063 9.22854 8 10.522 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 10.522 15.1994 9.22854 13.9985 8.53391L13 7.95628V5H11V7.95628Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-roof-colour-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightRoofColourOff",
          "declaration": {
            "name": "ObiLightRoofColourOff",
            "module": "src/icons/icon-light-roof-colour-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-roof-colour-off",
          "declaration": {
            "name": "ObiLightRoofColourOff",
            "module": "src/icons/icon-light-roof-colour-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-roof-colour-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightRoofColourOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 6.80269V5H18V2H6V5H9V6.80269C7.2066 7.84012 6 9.77915 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12C18 9.77915 16.7934 7.84012 15 6.80269ZM11 7.95628L10.0015 8.53391C8.80063 9.22854 8 10.522 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 10.522 15.1994 9.22854 13.9985 8.53391L13 7.95628V5H11V7.95628Z\" fill=\"currentColor\"/> <path d=\"M4 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H4V13Z\" fill=\"currentColor\"/> <path d=\"M23 12C23 12.5523 22.5523 13 22 13H20V11H22C22.5523 11 23 11.4477 23 12Z\" fill=\"currentColor\"/> <path d=\"M11 20V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V20H11Z\" fill=\"currentColor\"/> <path d=\"M19.7782 19.7782C19.3877 20.1687 18.7545 20.1687 18.364 19.7782L16.9497 18.364L18.364 16.9497L19.7782 18.364C20.1687 18.7545 20.1687 19.3876 19.7782 19.7782Z\" fill=\"currentColor\"/> <path d=\"M5.63716 16.9497L4.22295 18.364C3.83242 18.7545 3.83242 19.3876 4.22295 19.7782C4.61347 20.1687 5.24664 20.1687 5.63716 19.7782L7.05137 18.364L5.63716 16.9497Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 7.95628L10.0015 8.53391C8.80063 9.22854 8 10.522 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 10.522 15.1994 9.22854 13.9985 8.53391L13 7.95628V5H11V7.95628Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 6.80269V5H18V2H6V5H9V6.80269C7.2066 7.84012 6 9.77915 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12C18 9.77915 16.7934 7.84012 15 6.80269ZM11 7.95628L10.0015 8.53391C8.80063 9.22854 8 10.522 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 10.522 15.1994 9.22854 13.9985 8.53391L13 7.95628V5H11V7.95628Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M4 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H4V13Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M23 12C23 12.5523 22.5523 13 22 13H20V11H22C22.5523 11 23 11.4477 23 12Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M11 20V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V20H11Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M19.7782 19.7782C19.3877 20.1687 18.7545 20.1687 18.364 19.7782L16.9497 18.364L18.364 16.9497L19.7782 18.364C20.1687 18.7545 20.1687 19.3876 19.7782 19.7782Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M5.63716 16.9497L4.22295 18.364C3.83242 18.7545 3.83242 19.3876 4.22295 19.7782C4.61347 20.1687 5.24664 20.1687 5.63716 19.7782L7.05137 18.364L5.63716 16.9497Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 7.95628L10.0015 8.53391C8.80063 9.22854 8 10.522 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 10.522 15.1994 9.22854 13.9985 8.53391L13 7.95628V5H11V7.95628Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-roof-colour-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightRoofColourOn",
          "declaration": {
            "name": "ObiLightRoofColourOn",
            "module": "src/icons/icon-light-roof-colour-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-roof-colour-on",
          "declaration": {
            "name": "ObiLightRoofColourOn",
            "module": "src/icons/icon-light-roof-colour-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-roof-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightRoofOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.58497 9.41251L1.39429 4.22183L2.8085 2.80762L21.1933 21.1924L19.7791 22.6066L14.5874 17.4149C13.804 17.79 12.9265 18 11.9999 18C8.6862 18 5.99991 15.3137 5.99991 12C5.99991 11.0734 6.20993 10.1959 6.58497 9.41251ZM13.0368 15.8643C12.7061 15.9528 12.3585 16 11.9999 16C9.79077 16 7.99991 14.2091 7.99991 12C7.99991 11.6415 8.047 11.2939 8.13549 10.963L13.0368 15.8643Z\" fill=\"currentColor\"/> <path d=\"M15.9999 12C15.9999 12.3581 15.9528 12.7053 15.8646 13.0356L17.4154 14.5864C17.7901 13.8032 17.9999 12.9261 17.9999 12C17.9999 9.77915 16.7933 7.84012 14.9999 6.80269V5H16.9999V2H6.99991V4.1709L7.82901 5H8.99991V6.1709L10.8639 8.03493L10.9999 7.95628V5H12.9999V7.95628L13.9985 8.53391C15.1993 9.22854 15.9999 10.522 15.9999 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.58497 9.41251L1.39429 4.22183L2.8085 2.80762L21.1933 21.1924L19.7791 22.6066L14.5874 17.4149C13.804 17.79 12.9265 18 11.9999 18C8.6862 18 5.99991 15.3137 5.99991 12C5.99991 11.0734 6.20993 10.1959 6.58497 9.41251ZM13.0368 15.8643C12.7061 15.9528 12.3585 16 11.9999 16C9.79077 16 7.99991 14.2091 7.99991 12C7.99991 11.6415 8.047 11.2939 8.13549 10.963L13.0368 15.8643Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.9999 12C15.9999 12.3581 15.9528 12.7053 15.8646 13.0356L17.4154 14.5864C17.7901 13.8032 17.9999 12.9261 17.9999 12C17.9999 9.77915 16.7933 7.84012 14.9999 6.80269V5H16.9999V2H6.99991V4.1709L7.82901 5H8.99991V6.1709L10.8639 8.03493L10.9999 7.95628V5H12.9999V7.95628L13.9985 8.53391C15.1993 9.22854 15.9999 10.522 15.9999 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-roof-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightRoofOff",
          "declaration": {
            "name": "ObiLightRoofOff",
            "module": "src/icons/icon-light-roof-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-roof-off",
          "declaration": {
            "name": "ObiLightRoofOff",
            "module": "src/icons/icon-light-roof-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-roof.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightRoof",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 6.80269V5H18V2H6V5H9V6.80269C7.2066 7.84012 6 9.77915 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12C18 9.77915 16.7934 7.84012 15 6.80269ZM11 7.95628L10.0015 8.53391C8.80063 9.22854 8 10.522 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 10.522 15.1994 9.22854 13.9985 8.53391L13 7.95628V5H11V7.95628Z\" fill=\"currentColor\"/> <path d=\"M4 13H1V11H4V13Z\" fill=\"currentColor\"/> <path d=\"M23 13H20V11H23V13Z\" fill=\"currentColor\"/> <path d=\"M11 20V23H13V20H11Z\" fill=\"currentColor\"/> <path d=\"M19.0711 20.4853L16.9497 18.364L18.364 16.9497L20.4853 19.0711L19.0711 20.4853Z\" fill=\"currentColor\"/> <path d=\"M5.63716 16.9497L3.51584 19.0711L4.93005 20.4853L7.05137 18.364L5.63716 16.9497Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 6.80269V5H18V2H6V5H9V6.80269C7.2066 7.84012 6 9.77915 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12C18 9.77915 16.7934 7.84012 15 6.80269ZM11 7.95628L10.0015 8.53391C8.80063 9.22854 8 10.522 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 10.522 15.1994 9.22854 13.9985 8.53391L13 7.95628V5H11V7.95628Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4 13H1V11H4V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M23 13H20V11H23V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 20V23H13V20H11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.0711 20.4853L16.9497 18.364L18.364 16.9497L20.4853 19.0711L19.0711 20.4853Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.63716 16.9497L3.51584 19.0711L4.93005 20.4853L7.05137 18.364L5.63716 16.9497Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-roof",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightRoof",
          "declaration": {
            "name": "ObiLightRoof",
            "module": "src/icons/icon-light-roof.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-roof",
          "declaration": {
            "name": "ObiLightRoof",
            "module": "src/icons/icon-light-roof.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-searchlight-colour-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSearchlightColourOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.96387 2.93799L11.6959 1.93799L18.6959 14.0623L16.9639 15.0623L15.9639 13.3304L13 15.0416V20.0001H16C16.5523 20.0001 17 20.4478 17 21.0001V22.0001H7V21.0001C7 20.4478 7.44772 20.0001 8 20.0001H10V16.7737L8.17009 17.8302C7.6918 18.1063 7.08021 17.9424 6.80406 17.4641L2.80406 10.5359C2.52792 10.0577 2.6918 9.44606 3.17009 9.16992L10.9639 4.67015L9.96387 2.93799ZM11.9639 6.4022L5.03611 10.402L8.03611 15.5981L14.9639 11.5983L11.9639 6.4022Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9639 6.40259L5.03613 10.4024L8.03613 15.5985L14.9639 11.5987L11.9639 6.40259Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.96387 2.93799L11.6959 1.93799L18.6959 14.0623L16.9639 15.0623L15.9639 13.3304L13 15.0416V20.0001H16C16.5523 20.0001 17 20.4478 17 21.0001V22.0001H7V21.0001C7 20.4478 7.44772 20.0001 8 20.0001H10V16.7737L8.17009 17.8302C7.6918 18.1063 7.08021 17.9424 6.80406 17.4641L2.80406 10.5359C2.52792 10.0577 2.6918 9.44606 3.17009 9.16992L10.9639 4.67015L9.96387 2.93799ZM11.9639 6.4022L5.03611 10.402L8.03611 15.5981L14.9639 11.5983L11.9639 6.4022Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9639 6.40259L5.03613 10.4024L8.03613 15.5985L14.9639 11.5987L11.9639 6.40259Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-searchlight-colour-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSearchlightColourOff",
          "declaration": {
            "name": "ObiLightSearchlightColourOff",
            "module": "src/icons/icon-light-searchlight-colour-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-searchlight-colour-off",
          "declaration": {
            "name": "ObiLightSearchlightColourOff",
            "module": "src/icons/icon-light-searchlight-colour-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-searchlight-colour-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSearchlightColourOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5269 7.23414L20.259 6.23414C20.7373 5.958 20.9011 5.34641 20.625 4.86812C20.3489 4.38983 19.7373 4.22595 19.259 4.50209L17.5269 5.50209L18.5269 7.23414Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9637 3.94036L16.9637 2.20831C17.2398 1.73002 17.0759 1.11843 16.5977 0.842285C16.1194 0.566143 15.5078 0.730018 15.2316 1.20831L14.2316 2.94036L15.9637 3.94036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0977 11.3686H21.0977C21.6499 11.3686 22.0977 10.9208 22.0977 10.3686C22.0977 9.81628 21.6499 9.36856 21.0977 9.36856H19.0977V11.3686Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.96387 2.93794L11.6959 1.93794L18.6959 14.0623L16.9639 15.0623L15.9639 13.3304L13 15.0416V20H16C16.5523 20 17 20.4478 17 21V22H7V21C7 20.4478 7.44772 20 8 20H10V16.7736L8.17009 17.8301C7.6918 18.1063 7.08021 17.9424 6.80406 17.4641L2.80406 10.5359C2.52792 10.0576 2.6918 9.44602 3.17009 9.16988L10.9639 4.6701L9.96387 2.93794ZM11.9639 6.40215L5.03611 10.4019L8.03611 15.5981L14.9639 11.5983L11.9639 6.40215Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9639 6.40259L5.03613 10.4024L8.03613 15.5985L14.9639 11.5987L11.9639 6.40259Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5269 7.23414L20.259 6.23414C20.7373 5.958 20.9011 5.34641 20.625 4.86812C20.3489 4.38983 19.7373 4.22595 19.259 4.50209L17.5269 5.50209L18.5269 7.23414Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9637 3.94036L16.9637 2.20831C17.2398 1.73002 17.0759 1.11843 16.5977 0.842285C16.1194 0.566143 15.5078 0.730018 15.2316 1.20831L14.2316 2.94036L15.9637 3.94036Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0977 11.3686H21.0977C21.6499 11.3686 22.0977 10.9208 22.0977 10.3686C22.0977 9.81628 21.6499 9.36856 21.0977 9.36856H19.0977V11.3686Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.96387 2.93794L11.6959 1.93794L18.6959 14.0623L16.9639 15.0623L15.9639 13.3304L13 15.0416V20H16C16.5523 20 17 20.4478 17 21V22H7V21C7 20.4478 7.44772 20 8 20H10V16.7736L8.17009 17.8301C7.6918 18.1063 7.08021 17.9424 6.80406 17.4641L2.80406 10.5359C2.52792 10.0576 2.6918 9.44602 3.17009 9.16988L10.9639 4.6701L9.96387 2.93794ZM11.9639 6.40215L5.03611 10.4019L8.03611 15.5981L14.9639 11.5983L11.9639 6.40215Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9639 6.40259L5.03613 10.4024L8.03613 15.5985L14.9639 11.5987L11.9639 6.40259Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-searchlight-colour-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSearchlightColourOn",
          "declaration": {
            "name": "ObiLightSearchlightColourOn",
            "module": "src/icons/icon-light-searchlight-colour-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-searchlight-colour-on",
          "declaration": {
            "name": "ObiLightSearchlightColourOn",
            "module": "src/icons/icon-light-searchlight-colour-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-searchlight-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSearchlightOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.54716 8.37471L1.39429 4.22183L2.8085 2.80762L21.1933 21.1924L19.7791 22.6066L12.9999 15.8275V20H15.9999C16.5522 20 16.9999 20.4477 16.9999 21V22H6.99991V21C6.99991 20.4477 7.44762 20 7.99991 20H9.99991V17.3509L8.30378 18.3302C7.82549 18.6063 7.2139 18.4424 6.93776 17.9641L2.93776 11.0359C2.66162 10.5577 2.82549 9.94606 3.30378 9.66992L5.54716 8.37471ZM11.4036 14.2311L8.16981 16.0981L5.16981 10.902L7.01126 9.83881L11.4036 14.2311Z\" fill=\"currentColor\"/> <path d=\"M16.8191 11.1044L14.9897 12.1607L16.4538 13.6248L17.8302 12.8301L18.8303 14.5623L20.5624 13.5623L13.5624 1.43799L11.8303 2.43799L12.8302 4.16983L9.13327 6.30427L10.5974 7.76837L13.8191 5.90829L16.8191 11.1044Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.54716 8.37471L1.39429 4.22183L2.8085 2.80762L21.1933 21.1924L19.7791 22.6066L12.9999 15.8275V20H15.9999C16.5522 20 16.9999 20.4477 16.9999 21V22H6.99991V21C6.99991 20.4477 7.44762 20 7.99991 20H9.99991V17.3509L8.30378 18.3302C7.82549 18.6063 7.2139 18.4424 6.93776 17.9641L2.93776 11.0359C2.66162 10.5577 2.82549 9.94606 3.30378 9.66992L5.54716 8.37471ZM11.4036 14.2311L8.16981 16.0981L5.16981 10.902L7.01126 9.83881L11.4036 14.2311Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.8191 11.1044L14.9897 12.1607L16.4538 13.6248L17.8302 12.8301L18.8303 14.5623L20.5624 13.5623L13.5624 1.43799L11.8303 2.43799L12.8302 4.16983L9.13327 6.30427L10.5974 7.76837L13.8191 5.90829L16.8191 11.1044Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-searchlight-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSearchlightOff",
          "declaration": {
            "name": "ObiLightSearchlightOff",
            "module": "src/icons/icon-light-searchlight-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-searchlight-off",
          "declaration": {
            "name": "ObiLightSearchlightOff",
            "module": "src/icons/icon-light-searchlight-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-searchlight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSearchlight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5269 7.23414L21.125 5.73414L20.125 4.00209L17.5269 5.50209L18.5269 7.23414Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9637 3.94036L17.4637 1.34229L15.7316 0.342285L14.2316 2.94036L15.9637 3.94036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0977 11.3686H22.0977V9.36856H19.0977V11.3686Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.96387 2.93794L11.6959 1.93794L18.6959 14.0623L16.9639 15.0623L15.9639 13.3304L13 15.0416V20H16C16.5523 20 17 20.4478 17 21V22H7V21C7 20.4478 7.44772 20 8 20H10V16.7736L8.17009 17.8301C7.6918 18.1063 7.08021 17.9424 6.80406 17.4641L2.80406 10.5359C2.52792 10.0576 2.6918 9.44602 3.17009 9.16988L10.9639 4.6701L9.96387 2.93794ZM11.9639 6.40215L5.03611 10.4019L8.03611 15.5981L14.9639 11.5983L11.9639 6.40215Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5269 7.23414L21.125 5.73414L20.125 4.00209L17.5269 5.50209L18.5269 7.23414Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9637 3.94036L17.4637 1.34229L15.7316 0.342285L14.2316 2.94036L15.9637 3.94036Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0977 11.3686H22.0977V9.36856H19.0977V11.3686Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.96387 2.93794L11.6959 1.93794L18.6959 14.0623L16.9639 15.0623L15.9639 13.3304L13 15.0416V20H16C16.5523 20 17 20.4478 17 21V22H7V21C7 20.4478 7.44772 20 8 20H10V16.7736L8.17009 17.8301C7.6918 18.1063 7.08021 17.9424 6.80406 17.4641L2.80406 10.5359C2.52792 10.0576 2.6918 9.44602 3.17009 9.16988L10.9639 4.6701L9.96387 2.93794ZM11.9639 6.40215L5.03611 10.4019L8.03611 15.5981L14.9639 11.5983L11.9639 6.40215Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-searchlight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSearchlight",
          "declaration": {
            "name": "ObiLightSearchlight",
            "module": "src/icons/icon-light-searchlight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-searchlight",
          "declaration": {
            "name": "ObiLightSearchlight",
            "module": "src/icons/icon-light-searchlight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-sleet-showers-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSleetShowersDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 15.3488C24 15.3488 27.4497 15.8352 27.3333 17.3488C27.2486 18.4501 26.4379 19.3488 25.3333 19.3488H6.66663C5.56206 19.3488 4.66663 18.4534 4.66663 17.3488C4.66663 16.2442 5.33329 15.3488 6.66663 15.3488H9.33329C9.33329 15.3488 8.95829 14.2238 9.33329 13.3801C9.45829 13.0988 9.66663 12.8488 9.99996 12.6822C10.3898 12.4872 10.7796 12.5203 11.1362 12.6646C11.999 13.014 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 13.0854 13.2031 13.8692 12.3091C14.8895 11.1454 16.5282 9.84342 18.6666 10.0155C24 10.4446 24 15.3488 24 15.3488ZM12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276Z\" fill=\"currentColor\"/> <path d=\"M9.99996 12.6821C8.66663 13.3487 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C14.8855 9.71116 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.3333 12.0154 9.99996 12.6821Z\" fill=\"currentColor\"/> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" fill=\"currentColor\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5448 23.3371C18.8154 22.7508 19.4546 22.531 20.0231 22.7497L20.0333 22.7536L20.0431 22.7582C20.6295 23.0288 20.8492 23.6679 20.6306 24.2365L20.6251 24.2506L19.5068 26.8059C19.32 27.2666 18.8979 27.4901 18.4634 27.4901C18.3125 27.4901 18.1433 27.4441 18.038 27.409L18.0205 27.4032L18.0038 27.3955C17.4174 27.1248 17.1977 26.4857 17.4163 25.9172L17.4217 25.9031L18.5448 23.3371Z\" fill=\"currentColor\"/> <path d=\"M10.6667 29.2339C10.3479 29.0293 10.2386 28.576 10.4227 28.2216L10.8454 27.4078H10C9.63185 27.4078 9.33337 27.076 9.33337 26.6667C9.33337 26.2574 9.63185 25.9256 10 25.9256H10.8454L10.4227 25.1118C10.2386 24.7573 10.3479 24.3041 10.6667 24.0994C10.9856 23.8948 11.3933 24.0162 11.5774 24.3707L12.0001 25.1845L12.4227 24.3707C12.6068 24.0162 13.0146 23.8948 13.3334 24.0994C13.6523 24.3041 13.7615 24.7573 13.5774 25.1118L13.1548 25.9256H14C14.3682 25.9256 14.6667 26.2574 14.6667 26.6667C14.6667 27.076 14.3682 27.4078 14 27.4078H13.1548L13.5774 28.2216C13.7615 28.576 13.6523 29.0293 13.3334 29.2339C13.0146 29.4386 12.6068 29.3171 12.4227 28.9627L12.0001 28.1489L11.5774 28.9627C11.3933 29.3171 10.9856 29.4386 10.6667 29.2339Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 15.3488C24 15.3488 27.4497 15.8352 27.3333 17.3488C27.2486 18.4501 26.4379 19.3488 25.3333 19.3488H6.66663C5.56206 19.3488 4.66663 18.4534 4.66663 17.3488C4.66663 16.2442 5.33329 15.3488 6.66663 15.3488H9.33329C9.33329 15.3488 8.95829 14.2238 9.33329 13.3801C9.45829 13.0988 9.66663 12.8488 9.99996 12.6822C10.3898 12.4872 10.7796 12.5203 11.1362 12.6646C11.999 13.014 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 13.0854 13.2031 13.8692 12.3091C14.8895 11.1454 16.5282 9.84342 18.6666 10.0155C24 10.4446 24 15.3488 24 15.3488ZM12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M9.99996 12.6821C8.66663 13.3487 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C14.8855 9.71116 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.3333 12.0154 9.99996 12.6821Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5448 23.3371C18.8154 22.7508 19.4546 22.531 20.0231 22.7497L20.0333 22.7536L20.0431 22.7582C20.6295 23.0288 20.8492 23.6679 20.6306 24.2365L20.6251 24.2506L19.5068 26.8059C19.32 27.2666 18.8979 27.4901 18.4634 27.4901C18.3125 27.4901 18.1433 27.4441 18.038 27.409L18.0205 27.4032L18.0038 27.3955C17.4174 27.1248 17.1977 26.4857 17.4163 25.9172L17.4217 25.9031L18.5448 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M10.6667 29.2339C10.3479 29.0293 10.2386 28.576 10.4227 28.2216L10.8454 27.4078H10C9.63185 27.4078 9.33337 27.076 9.33337 26.6667C9.33337 26.2574 9.63185 25.9256 10 25.9256H10.8454L10.4227 25.1118C10.2386 24.7573 10.3479 24.3041 10.6667 24.0994C10.9856 23.8948 11.3933 24.0162 11.5774 24.3707L12.0001 25.1845L12.4227 24.3707C12.6068 24.0162 13.0146 23.8948 13.3334 24.0994C13.6523 24.3041 13.7615 24.7573 13.5774 25.1118L13.1548 25.9256H14C14.3682 25.9256 14.6667 26.2574 14.6667 26.6667C14.6667 27.076 14.3682 27.4078 14 27.4078H13.1548L13.5774 28.2216C13.7615 28.576 13.6523 29.0293 13.3334 29.2339C13.0146 29.4386 12.6068 29.3171 12.4227 28.9627L12.0001 28.1489L11.5774 28.9627C11.3933 29.3171 10.9856 29.4386 10.6667 29.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-sleet-showers-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSleetShowersDayColour",
          "declaration": {
            "name": "ObiLightSleetShowersDayColour",
            "module": "src/icons/icon-light-sleet-showers-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-sleet-showers-day-colour",
          "declaration": {
            "name": "ObiLightSleetShowersDayColour",
            "module": "src/icons/icon-light-sleet-showers-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-sleet-showers-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSleetShowersDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8094 1.31501 11.4045 1.24899 11.6302 1.62937L12.8485 3.68309C13.0037 3.9446 13.3653 4.01422 13.6188 3.83136L15.6092 2.39533C15.9778 2.12935 16.4963 2.40973 16.4435 2.84648L16.1581 5.20454C16.1218 5.5048 16.3693 5.76462 16.6853 5.75791L19.1672 5.70515C19.6269 5.69538 19.8707 6.21506 19.5596 6.54135L18.1679 8.00059C18.3829 7.99706 18.6026 8.00379 18.827 8.02185C22.242 8.29662 24.1524 10.0866 25.107 11.9189C25.4389 12.5559 25.645 13.1746 25.774 13.6989C25.9743 13.7573 26.1852 13.8251 26.3986 13.9033C26.9122 14.0916 27.5831 14.3908 28.1495 14.8676C28.733 15.3588 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66662C4.45749 21.3487 2.66663 19.5579 2.66663 17.3487C2.66663 16.4054 2.95372 15.385 3.69549 14.5796C4.46207 13.7473 5.52695 13.3487 6.66663 13.3487H7.25983C7.2893 13.2064 7.32722 13.0596 7.37559 12.9108C7.35561 12.9091 7.33529 12.9084 7.31467 12.9088L4.83277 12.9616C4.37309 12.9713 4.12928 12.4516 4.44046 12.1254L6.1206 10.3637C6.33454 10.1393 6.29563 9.78855 6.03773 9.61656L4.01236 8.26588C3.63723 8.01571 3.76123 7.45524 4.21188 7.36403L6.64501 6.8716C6.95483 6.8089 7.13943 6.50114 7.03817 6.21614L6.24296 3.97794C6.09568 3.5634 6.54012 3.1762 6.9581 3.35492L9.21485 4.31985C9.50221 4.44272 9.83981 4.29555 9.93387 4.00639L10.6726 1.73559ZM8.36309 11.3875C8.57294 11.2042 8.81849 11.0367 9.10553 10.8932C10.3817 10.2551 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.71689 14.6977 8.8461 16.0951 8.36647C15.6162 6.43897 13.6897 5.1214 11.559 5.35774C9.24779 5.6141 7.5716 7.60187 7.81515 9.79755C7.8796 10.3786 8.07206 10.9161 8.36309 11.3875ZM27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C16.5282 9.84334 14.8895 11.1453 13.8692 12.309C13.0854 13.203 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.999 13.014 11.1362 12.6646C10.7796 12.5202 10.3898 12.4871 9.99996 12.6821C9.66663 12.8487 9.45829 13.0987 9.33329 13.38C8.95829 14.2237 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.4501 27.3333 17.3487Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.337C18.8153 22.7507 19.4545 22.5309 20.023 22.7496L20.0332 22.7535L20.043 22.7581C20.6294 23.0287 20.8491 23.6678 20.6305 24.2364L20.6251 24.2505L19.5067 26.8059C19.3199 27.2665 18.8978 27.4901 18.4634 27.4901C18.3124 27.4901 18.1432 27.444 18.0379 27.409L18.0204 27.4031L18.0037 27.3954C17.4173 27.1248 17.1976 26.4856 17.4162 25.9171L17.4217 25.903L18.5447 23.337Z\" fill=\"currentColor\"/> <path d=\"M10.6667 29.2339C10.3478 29.0293 10.2386 28.576 10.4226 28.2216L10.8453 27.4078H9.99996C9.63177 27.4078 9.33329 27.076 9.33329 26.6667C9.33329 26.2574 9.63177 25.9256 9.99996 25.9256H10.8453L10.4226 25.1118C10.2386 24.7573 10.3478 24.3041 10.6667 24.0994C10.9855 23.8948 11.3933 24.0162 11.5773 24.3707L12 25.1845L12.4226 24.3707C12.6067 24.0162 13.0145 23.8948 13.3333 24.0994C13.6522 24.3041 13.7614 24.7573 13.5773 25.1118L13.1547 25.9256H14C14.3681 25.9256 14.6666 26.2574 14.6666 26.6667C14.6666 27.076 14.3681 27.4078 14 27.4078H13.1547L13.5773 28.2216C13.7614 28.576 13.6522 29.0293 13.3333 29.2339C13.0145 29.4386 12.6067 29.3171 12.4226 28.9627L12 28.1489L11.5773 28.9627C11.3933 29.3171 10.9855 29.4386 10.6667 29.2339Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8094 1.31501 11.4045 1.24899 11.6302 1.62937L12.8485 3.68309C13.0037 3.9446 13.3653 4.01422 13.6188 3.83136L15.6092 2.39533C15.9778 2.12935 16.4963 2.40973 16.4435 2.84648L16.1581 5.20454C16.1218 5.5048 16.3693 5.76462 16.6853 5.75791L19.1672 5.70515C19.6269 5.69538 19.8707 6.21506 19.5596 6.54135L18.1679 8.00059C18.3829 7.99706 18.6026 8.00379 18.827 8.02185C22.242 8.29662 24.1524 10.0866 25.107 11.9189C25.4389 12.5559 25.645 13.1746 25.774 13.6989C25.9743 13.7573 26.1852 13.8251 26.3986 13.9033C26.9122 14.0916 27.5831 14.3908 28.1495 14.8676C28.733 15.3588 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66662C4.45749 21.3487 2.66663 19.5579 2.66663 17.3487C2.66663 16.4054 2.95372 15.385 3.69549 14.5796C4.46207 13.7473 5.52695 13.3487 6.66663 13.3487H7.25983C7.2893 13.2064 7.32722 13.0596 7.37559 12.9108C7.35561 12.9091 7.33529 12.9084 7.31467 12.9088L4.83277 12.9616C4.37309 12.9713 4.12928 12.4516 4.44046 12.1254L6.1206 10.3637C6.33454 10.1393 6.29563 9.78855 6.03773 9.61656L4.01236 8.26588C3.63723 8.01571 3.76123 7.45524 4.21188 7.36403L6.64501 6.8716C6.95483 6.8089 7.13943 6.50114 7.03817 6.21614L6.24296 3.97794C6.09568 3.5634 6.54012 3.1762 6.9581 3.35492L9.21485 4.31985C9.50221 4.44272 9.83981 4.29555 9.93387 4.00639L10.6726 1.73559ZM8.36309 11.3875C8.57294 11.2042 8.81849 11.0367 9.10553 10.8932C10.3817 10.2551 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.71689 14.6977 8.8461 16.0951 8.36647C15.6162 6.43897 13.6897 5.1214 11.559 5.35774C9.24779 5.6141 7.5716 7.60187 7.81515 9.79755C7.8796 10.3786 8.07206 10.9161 8.36309 11.3875ZM27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C16.5282 9.84334 14.8895 11.1453 13.8692 12.309C13.0854 13.203 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.999 13.014 11.1362 12.6646C10.7796 12.5202 10.3898 12.4871 9.99996 12.6821C9.66663 12.8487 9.45829 13.0987 9.33329 13.38C8.95829 14.2237 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.4501 27.3333 17.3487Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.337C18.8153 22.7507 19.4545 22.5309 20.023 22.7496L20.0332 22.7535L20.043 22.7581C20.6294 23.0287 20.8491 23.6678 20.6305 24.2364L20.6251 24.2505L19.5067 26.8059C19.3199 27.2665 18.8978 27.4901 18.4634 27.4901C18.3124 27.4901 18.1432 27.444 18.0379 27.409L18.0204 27.4031L18.0037 27.3954C17.4173 27.1248 17.1976 26.4856 17.4162 25.9171L17.4217 25.903L18.5447 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.6667 29.2339C10.3478 29.0293 10.2386 28.576 10.4226 28.2216L10.8453 27.4078H9.99996C9.63177 27.4078 9.33329 27.076 9.33329 26.6667C9.33329 26.2574 9.63177 25.9256 9.99996 25.9256H10.8453L10.4226 25.1118C10.2386 24.7573 10.3478 24.3041 10.6667 24.0994C10.9855 23.8948 11.3933 24.0162 11.5773 24.3707L12 25.1845L12.4226 24.3707C12.6067 24.0162 13.0145 23.8948 13.3333 24.0994C13.6522 24.3041 13.7614 24.7573 13.5773 25.1118L13.1547 25.9256H14C14.3681 25.9256 14.6666 26.2574 14.6666 26.6667C14.6666 27.076 14.3681 27.4078 14 27.4078H13.1547L13.5773 28.2216C13.7614 28.576 13.6522 29.0293 13.3333 29.2339C13.0145 29.4386 12.6067 29.3171 12.4226 28.9627L12 28.1489L11.5773 28.9627C11.3933 29.3171 10.9855 29.4386 10.6667 29.2339Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-sleet-showers-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSleetShowersDay",
          "declaration": {
            "name": "ObiLightSleetShowersDay",
            "module": "src/icons/icon-light-sleet-showers-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-sleet-showers-day",
          "declaration": {
            "name": "ObiLightSleetShowersDay",
            "module": "src/icons/icon-light-sleet-showers-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-sleet-showers-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSleetShowersNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" fill=\"currentColor\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" fill=\"currentColor\"/> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.3371C18.8153 22.7508 19.4544 22.531 20.023 22.7497L20.0331 22.7536L20.043 22.7582C20.6294 23.0288 20.8491 23.6679 20.6304 24.2365L20.625 24.2506L19.5067 26.8059C19.3199 27.2666 18.8978 27.4901 18.4633 27.4901C18.3124 27.4901 18.1431 27.4441 18.0379 27.409L18.0204 27.4032L18.0036 27.3955C17.4173 27.1248 17.1975 26.4857 17.4162 25.9172L17.4216 25.9031L18.5447 23.3371Z\" fill=\"currentColor\"/> <path d=\"M10.6666 29.2339C10.3478 29.0293 10.2385 28.576 10.4226 28.2216L10.8453 27.4078H9.99992C9.63173 27.4078 9.33325 27.076 9.33325 26.6667C9.33325 26.2574 9.63173 25.9256 9.99992 25.9256H10.8453L10.4226 25.1118C10.2385 24.7573 10.3478 24.3041 10.6666 24.0994C10.9855 23.8948 11.3932 24.0162 11.5773 24.3707L12 25.1845L12.4226 24.3707C12.6067 24.0162 13.0144 23.8948 13.3333 24.0994C13.6522 24.3041 13.7614 24.7573 13.5773 25.1118L13.1547 25.9256H13.9999C14.3681 25.9256 14.6666 26.2574 14.6666 26.6667C14.6666 27.076 14.3681 27.4078 13.9999 27.4078H13.1547L13.5773 28.2216C13.7614 28.576 13.6522 29.0293 13.3333 29.2339C13.0144 29.4386 12.6067 29.3171 12.4226 28.9627L12 28.1489L11.5773 28.9627C11.3932 29.3171 10.9855 29.4386 10.6666 29.2339Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.3371C18.8153 22.7508 19.4544 22.531 20.023 22.7497L20.0331 22.7536L20.043 22.7582C20.6294 23.0288 20.8491 23.6679 20.6304 24.2365L20.625 24.2506L19.5067 26.8059C19.3199 27.2666 18.8978 27.4901 18.4633 27.4901C18.3124 27.4901 18.1431 27.4441 18.0379 27.409L18.0204 27.4032L18.0036 27.3955C17.4173 27.1248 17.1975 26.4857 17.4162 25.9172L17.4216 25.9031L18.5447 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M10.6666 29.2339C10.3478 29.0293 10.2385 28.576 10.4226 28.2216L10.8453 27.4078H9.99992C9.63173 27.4078 9.33325 27.076 9.33325 26.6667C9.33325 26.2574 9.63173 25.9256 9.99992 25.9256H10.8453L10.4226 25.1118C10.2385 24.7573 10.3478 24.3041 10.6666 24.0994C10.9855 23.8948 11.3932 24.0162 11.5773 24.3707L12 25.1845L12.4226 24.3707C12.6067 24.0162 13.0144 23.8948 13.3333 24.0994C13.6522 24.3041 13.7614 24.7573 13.5773 25.1118L13.1547 25.9256H13.9999C14.3681 25.9256 14.6666 26.2574 14.6666 26.6667C14.6666 27.076 14.3681 27.4078 13.9999 27.4078H13.1547L13.5773 28.2216C13.7614 28.576 13.6522 29.0293 13.3333 29.2339C13.0144 29.4386 12.6067 29.3171 12.4226 28.9627L12 28.1489L11.5773 28.9627C11.3932 29.3171 10.9855 29.4386 10.6666 29.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-sleet-showers-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSleetShowersNightColour",
          "declaration": {
            "name": "ObiLightSleetShowersNightColour",
            "module": "src/icons/icon-light-sleet-showers-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-sleet-showers-night-colour",
          "declaration": {
            "name": "ObiLightSleetShowersNightColour",
            "module": "src/icons/icon-light-sleet-showers-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-sleet-showers-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSleetShowersNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.3916 10.9585C6.74822 12.0291 11.1299 9.43869 12.1782 5.17262C12.4158 4.20591 12.4618 3.23613 12.3402 2.30184C12.2658 1.72975 12.8169 1.22937 13.2974 1.53125C15.5527 2.94814 16.9853 5.4163 17.0969 8.10506C17.6381 8.00747 18.2154 7.97259 18.8271 8.02181C22.2421 8.29658 24.1525 10.0865 25.1071 11.9189C25.4389 12.5559 25.6451 13.1745 25.7741 13.6989C25.9743 13.7572 26.1852 13.825 26.3987 13.9033C26.9123 14.0915 27.5832 14.3908 28.1496 14.8675C28.7331 15.3587 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66666C4.45753 21.3487 2.66667 19.5578 2.66667 17.3487C2.66667 16.437 2.93481 15.4534 3.62235 14.6614C2.73016 13.8771 2.02231 12.9059 1.54474 11.8242C1.31873 11.3122 1.85537 10.8267 2.3916 10.9585ZM27.3333 17.3487C27.4498 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6667 10.0154C16.5282 9.8433 14.8895 11.1452 13.8692 12.309C13.0855 13.203 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.999 13.0139 11.1362 12.6645C10.7797 12.5202 10.3898 12.4871 10 12.682C9.66667 12.8487 9.45833 13.0987 9.33333 13.3799C8.95833 14.2237 9.33333 15.3487 9.33333 15.3487H6.66667C5.33333 15.3487 4.66667 16.2441 4.66667 17.3487C4.66667 18.4533 5.5621 19.3487 6.66667 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.337C18.8154 22.7507 19.4545 22.5309 20.0231 22.7496L20.0332 22.7535L20.0431 22.758C20.6294 23.0287 20.8492 23.6678 20.6305 24.2364L20.6251 24.2504L19.5067 26.8058C19.3199 27.2665 18.8979 27.49 18.4634 27.49C18.3125 27.49 18.1432 27.444 18.038 27.4089L18.0205 27.4031L18.0037 27.3953C17.4174 27.1247 17.1976 26.4856 17.4163 25.917L17.4217 25.9029L18.5447 23.337Z\" fill=\"currentColor\"/> <path d=\"M10.6667 29.2339C10.3478 29.0292 10.2386 28.576 10.4227 28.2215L10.8453 27.4077H10C9.63181 27.4077 9.33333 27.0759 9.33333 26.6666C9.33333 26.2573 9.63181 25.9255 10 25.9255H10.8453L10.4227 25.1117C10.2386 24.7573 10.3478 24.304 10.6667 24.0994C10.9856 23.8947 11.3933 24.0162 11.5774 24.3706L12 25.1844L12.4227 24.3706C12.6068 24.0162 13.0145 23.8947 13.3334 24.0994C13.6522 24.304 13.7615 24.7573 13.5774 25.1117L13.1547 25.9255H14C14.3682 25.9255 14.6667 26.2573 14.6667 26.6666C14.6667 27.0759 14.3682 27.4077 14 27.4077H13.1547L13.5774 28.2215C13.7615 28.576 13.6522 29.0292 13.3334 29.2339C13.0145 29.4385 12.6068 29.3171 12.4227 28.9626L12 28.1488L11.5774 28.9626C11.3933 29.3171 10.9856 29.4385 10.6667 29.2339Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.3916 10.9585C6.74822 12.0291 11.1299 9.43869 12.1782 5.17262C12.4158 4.20591 12.4618 3.23613 12.3402 2.30184C12.2658 1.72975 12.8169 1.22937 13.2974 1.53125C15.5527 2.94814 16.9853 5.4163 17.0969 8.10506C17.6381 8.00747 18.2154 7.97259 18.8271 8.02181C22.2421 8.29658 24.1525 10.0865 25.1071 11.9189C25.4389 12.5559 25.6451 13.1745 25.7741 13.6989C25.9743 13.7572 26.1852 13.825 26.3987 13.9033C26.9123 14.0915 27.5832 14.3908 28.1496 14.8675C28.7331 15.3587 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66666C4.45753 21.3487 2.66667 19.5578 2.66667 17.3487C2.66667 16.437 2.93481 15.4534 3.62235 14.6614C2.73016 13.8771 2.02231 12.9059 1.54474 11.8242C1.31873 11.3122 1.85537 10.8267 2.3916 10.9585ZM27.3333 17.3487C27.4498 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6667 10.0154C16.5282 9.8433 14.8895 11.1452 13.8692 12.309C13.0855 13.203 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.999 13.0139 11.1362 12.6645C10.7797 12.5202 10.3898 12.4871 10 12.682C9.66667 12.8487 9.45833 13.0987 9.33333 13.3799C8.95833 14.2237 9.33333 15.3487 9.33333 15.3487H6.66667C5.33333 15.3487 4.66667 16.2441 4.66667 17.3487C4.66667 18.4533 5.5621 19.3487 6.66667 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.337C18.8154 22.7507 19.4545 22.5309 20.0231 22.7496L20.0332 22.7535L20.0431 22.758C20.6294 23.0287 20.8492 23.6678 20.6305 24.2364L20.6251 24.2504L19.5067 26.8058C19.3199 27.2665 18.8979 27.49 18.4634 27.49C18.3125 27.49 18.1432 27.444 18.038 27.4089L18.0205 27.4031L18.0037 27.3953C17.4174 27.1247 17.1976 26.4856 17.4163 25.917L17.4217 25.9029L18.5447 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.6667 29.2339C10.3478 29.0292 10.2386 28.576 10.4227 28.2215L10.8453 27.4077H10C9.63181 27.4077 9.33333 27.0759 9.33333 26.6666C9.33333 26.2573 9.63181 25.9255 10 25.9255H10.8453L10.4227 25.1117C10.2386 24.7573 10.3478 24.304 10.6667 24.0994C10.9856 23.8947 11.3933 24.0162 11.5774 24.3706L12 25.1844L12.4227 24.3706C12.6068 24.0162 13.0145 23.8947 13.3334 24.0994C13.6522 24.304 13.7615 24.7573 13.5774 25.1117L13.1547 25.9255H14C14.3682 25.9255 14.6667 26.2573 14.6667 26.6666C14.6667 27.0759 14.3682 27.4077 14 27.4077H13.1547L13.5774 28.2215C13.7615 28.576 13.6522 29.0292 13.3334 29.2339C13.0145 29.4385 12.6068 29.3171 12.4227 28.9626L12 28.1488L11.5774 28.9626C11.3933 29.3171 10.9856 29.4385 10.6667 29.2339Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-sleet-showers-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSleetShowersNight",
          "declaration": {
            "name": "ObiLightSleetShowersNight",
            "module": "src/icons/icon-light-sleet-showers-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-sleet-showers-night",
          "declaration": {
            "name": "ObiLightSleetShowersNight",
            "module": "src/icons/icon-light-sleet-showers-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-sleet-showers-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSleetShowersPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" fill=\"currentColor\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" fill=\"currentColor\"/> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" fill=\"currentColor\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.3371C18.8153 22.7508 19.4544 22.531 20.023 22.7497L20.0331 22.7536L20.043 22.7582C20.6294 23.0288 20.8491 23.6679 20.6304 24.2365L20.625 24.2506L19.5067 26.8059C19.3199 27.2666 18.8978 27.4901 18.4633 27.4901C18.3124 27.4901 18.1431 27.4441 18.0379 27.409L18.0204 27.4032L18.0036 27.3955C17.4173 27.1248 17.1975 26.4857 17.4162 25.9172L17.4216 25.9031L18.5447 23.3371Z\" fill=\"currentColor\"/> <path d=\"M10.6666 29.2339C10.3478 29.0293 10.2385 28.576 10.4226 28.2216L10.8453 27.4078H9.99992C9.63173 27.4078 9.33325 27.076 9.33325 26.6667C9.33325 26.2574 9.63173 25.9256 9.99992 25.9256H10.8453L10.4226 25.1118C10.2385 24.7573 10.3478 24.3041 10.6666 24.0994C10.9855 23.8948 11.3932 24.0162 11.5773 24.3707L12 25.1845L12.4226 24.3707C12.6067 24.0162 13.0144 23.8948 13.3333 24.0994C13.6522 24.3041 13.7614 24.7573 13.5773 25.1118L13.1547 25.9256H13.9999C14.3681 25.9256 14.6666 26.2574 14.6666 26.6667C14.6666 27.076 14.3681 27.4078 13.9999 27.4078H13.1547L13.5773 28.2216C13.7614 28.576 13.6522 29.0293 13.3333 29.2339C13.0144 29.4386 12.6067 29.3171 12.4226 28.9627L12 28.1489L11.5773 28.9627C11.3932 29.3171 10.9855 29.4386 10.6666 29.2339Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.3371C18.8153 22.7508 19.4544 22.531 20.023 22.7497L20.0331 22.7536L20.043 22.7582C20.6294 23.0288 20.8491 23.6679 20.6304 24.2365L20.625 24.2506L19.5067 26.8059C19.3199 27.2666 18.8978 27.4901 18.4633 27.4901C18.3124 27.4901 18.1431 27.4441 18.0379 27.409L18.0204 27.4032L18.0036 27.3955C17.4173 27.1248 17.1975 26.4857 17.4162 25.9172L17.4216 25.9031L18.5447 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M10.6666 29.2339C10.3478 29.0293 10.2385 28.576 10.4226 28.2216L10.8453 27.4078H9.99992C9.63173 27.4078 9.33325 27.076 9.33325 26.6667C9.33325 26.2574 9.63173 25.9256 9.99992 25.9256H10.8453L10.4226 25.1118C10.2385 24.7573 10.3478 24.3041 10.6666 24.0994C10.9855 23.8948 11.3932 24.0162 11.5773 24.3707L12 25.1845L12.4226 24.3707C12.6067 24.0162 13.0144 23.8948 13.3333 24.0994C13.6522 24.3041 13.7614 24.7573 13.5773 25.1118L13.1547 25.9256H13.9999C14.3681 25.9256 14.6666 26.2574 14.6666 26.6667C14.6666 27.076 14.3681 27.4078 13.9999 27.4078H13.1547L13.5773 28.2216C13.7614 28.576 13.6522 29.0293 13.3333 29.2339C13.0144 29.4386 12.6067 29.3171 12.4226 28.9627L12 28.1489L11.5773 28.9627C11.3932 29.3171 10.9855 29.4386 10.6666 29.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-sleet-showers-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSleetShowersPolartwilightColour",
          "declaration": {
            "name": "ObiLightSleetShowersPolartwilightColour",
            "module": "src/icons/icon-light-sleet-showers-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-sleet-showers-polartwilight-colour",
          "declaration": {
            "name": "ObiLightSleetShowersPolartwilightColour",
            "module": "src/icons/icon-light-sleet-showers-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-sleet-showers-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSleetShowersPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33341 4.66675C2.96522 4.66675 2.66675 4.96522 2.66675 5.33341C2.66675 5.7016 2.96523 6.00008 3.33342 6.00008H4.88761C4.88761 6.13816 4.82827 6.27623 4.70959 6.37592L2.84548 7.94165C2.50022 8.23165 2.68525 8.77504 3.14321 8.81601L5.61579 9.0372C5.93064 9.06536 6.14804 9.35089 6.07882 9.64532L5.53521 11.9575C5.43452 12.3858 5.91894 12.7216 6.31467 12.4979L8.45129 11.2901C8.47495 11.2767 8.49923 11.2653 8.5239 11.2558C7.74859 11.8519 7.40364 12.6549 7.25995 13.3488H6.66675C5.52707 13.3488 4.46219 13.7474 3.69561 14.5797C2.95384 15.3851 2.66675 16.4055 2.66675 17.3488C2.66675 19.558 4.45761 21.3488 6.66675 21.3488H25.3334C27.6728 21.3488 29.1781 19.445 29.3275 17.5022C29.4243 16.244 28.7332 15.3588 28.1496 14.8677C27.5833 14.3909 26.9123 14.0917 26.3987 13.9034C26.1853 13.8252 25.9744 13.7574 25.7742 13.699C25.6452 13.1747 25.439 12.556 25.1072 11.919C24.1526 10.0867 22.2422 8.29671 18.8272 8.02193C18.7347 8.01449 18.6431 8.00897 18.5522 8.0053C18.5333 7.98304 18.5119 7.96174 18.488 7.94166L16.6239 6.37592C16.5052 6.27623 16.4459 6.13816 16.4459 6.00008H18.0001C18.3683 6.00008 18.6667 5.7016 18.6667 5.33341C18.6667 4.96522 18.3683 4.66675 18.0001 4.66675H3.33341ZM14.8773 6.00008H6.45622C6.45622 8.20922 8.34134 10.0001 10.6667 10.0001C12.9922 10.0001 14.8773 8.20922 14.8773 6.00008ZM24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2115 23.3371C19.4821 22.7508 20.1213 22.531 20.6898 22.7497L20.7 22.7536L20.7098 22.7582C21.2962 23.0288 21.5159 23.6679 21.2973 24.2365L21.2918 24.2506L20.1735 26.8059C19.9867 27.2666 19.5646 27.4901 19.1301 27.4901C18.9792 27.4901 18.81 27.4441 18.7047 27.409L18.6872 27.4032L18.6705 27.3955C18.0841 27.1248 17.8644 26.4857 18.083 25.9172L18.0884 25.9031L19.2115 23.3371Z\" fill=\"currentColor\"/> <path d=\"M11.3335 29.234C11.0146 29.0294 10.9053 28.5761 11.0894 28.2216L11.5121 27.4078H10.6667C10.2986 27.4078 10.0001 27.076 10.0001 26.6667C10.0001 26.2574 10.2986 25.9256 10.6667 25.9256H11.5121L11.0894 25.1119C10.9053 24.7574 11.0146 24.3041 11.3335 24.0995C11.6523 23.8948 12.06 24.0163 12.2441 24.3708L12.6668 25.1845L13.0894 24.3708C13.2735 24.0163 13.6813 23.8948 14.0001 24.0995C14.319 24.3041 14.4282 24.7574 14.2441 25.1119L13.8215 25.9256H14.6667C15.0349 25.9256 15.3334 26.2574 15.3334 26.6667C15.3334 27.076 15.0349 27.4078 14.6667 27.4078H13.8215L14.2441 28.2216C14.4282 28.5761 14.319 29.0294 14.0001 29.234C13.6813 29.4387 13.2735 29.3172 13.0894 28.9627L12.6668 28.149L12.2441 28.9627C12.06 29.3172 11.6523 29.4387 11.3335 29.234Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33341 4.66675C2.96522 4.66675 2.66675 4.96522 2.66675 5.33341C2.66675 5.7016 2.96523 6.00008 3.33342 6.00008H4.88761C4.88761 6.13816 4.82827 6.27623 4.70959 6.37592L2.84548 7.94165C2.50022 8.23165 2.68525 8.77504 3.14321 8.81601L5.61579 9.0372C5.93064 9.06536 6.14804 9.35089 6.07882 9.64532L5.53521 11.9575C5.43452 12.3858 5.91894 12.7216 6.31467 12.4979L8.45129 11.2901C8.47495 11.2767 8.49923 11.2653 8.5239 11.2558C7.74859 11.8519 7.40364 12.6549 7.25995 13.3488H6.66675C5.52707 13.3488 4.46219 13.7474 3.69561 14.5797C2.95384 15.3851 2.66675 16.4055 2.66675 17.3488C2.66675 19.558 4.45761 21.3488 6.66675 21.3488H25.3334C27.6728 21.3488 29.1781 19.445 29.3275 17.5022C29.4243 16.244 28.7332 15.3588 28.1496 14.8677C27.5833 14.3909 26.9123 14.0917 26.3987 13.9034C26.1853 13.8252 25.9744 13.7574 25.7742 13.699C25.6452 13.1747 25.439 12.556 25.1072 11.919C24.1526 10.0867 22.2422 8.29671 18.8272 8.02193C18.7347 8.01449 18.6431 8.00897 18.5522 8.0053C18.5333 7.98304 18.5119 7.96174 18.488 7.94166L16.6239 6.37592C16.5052 6.27623 16.4459 6.13816 16.4459 6.00008H18.0001C18.3683 6.00008 18.6667 5.7016 18.6667 5.33341C18.6667 4.96522 18.3683 4.66675 18.0001 4.66675H3.33341ZM14.8773 6.00008H6.45622C6.45622 8.20922 8.34134 10.0001 10.6667 10.0001C12.9922 10.0001 14.8773 8.20922 14.8773 6.00008ZM24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2115 23.3371C19.4821 22.7508 20.1213 22.531 20.6898 22.7497L20.7 22.7536L20.7098 22.7582C21.2962 23.0288 21.5159 23.6679 21.2973 24.2365L21.2918 24.2506L20.1735 26.8059C19.9867 27.2666 19.5646 27.4901 19.1301 27.4901C18.9792 27.4901 18.81 27.4441 18.7047 27.409L18.6872 27.4032L18.6705 27.3955C18.0841 27.1248 17.8644 26.4857 18.083 25.9172L18.0884 25.9031L19.2115 23.3371Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.3335 29.234C11.0146 29.0294 10.9053 28.5761 11.0894 28.2216L11.5121 27.4078H10.6667C10.2986 27.4078 10.0001 27.076 10.0001 26.6667C10.0001 26.2574 10.2986 25.9256 10.6667 25.9256H11.5121L11.0894 25.1119C10.9053 24.7574 11.0146 24.3041 11.3335 24.0995C11.6523 23.8948 12.06 24.0163 12.2441 24.3708L12.6668 25.1845L13.0894 24.3708C13.2735 24.0163 13.6813 23.8948 14.0001 24.0995C14.319 24.3041 14.4282 24.7574 14.2441 25.1119L13.8215 25.9256H14.6667C15.0349 25.9256 15.3334 26.2574 15.3334 26.6667C15.3334 27.076 15.0349 27.4078 14.6667 27.4078H13.8215L14.2441 28.2216C14.4282 28.5761 14.319 29.0294 14.0001 29.234C13.6813 29.4387 13.2735 29.3172 13.0894 28.9627L12.6668 28.149L12.2441 28.9627C12.06 29.3172 11.6523 29.4387 11.3335 29.234Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-sleet-showers-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSleetShowersPolartwilight",
          "declaration": {
            "name": "ObiLightSleetShowersPolartwilight",
            "module": "src/icons/icon-light-sleet-showers-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-sleet-showers-polartwilight",
          "declaration": {
            "name": "ObiLightSleetShowersPolartwilight",
            "module": "src/icons/icon-light-sleet-showers-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-sleet.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSleet",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8781 22.0036C20.1487 21.4173 20.7879 21.1975 21.3564 21.4162L21.3666 21.4201L21.3765 21.4247C21.9628 21.6953 22.1826 22.3344 21.9639 22.903L21.9585 22.9171L20.8401 25.4724C20.6533 25.9331 20.2313 26.1567 19.7968 26.1567C19.6458 26.1567 19.4766 26.1106 19.3714 26.0755L19.3538 26.0697L19.3371 26.062C18.7507 25.7913 18.531 25.1522 18.7497 24.5837L18.7551 24.5696L19.8781 22.0036Z\" fill=\"currentColor\"/> <path d=\"M10.6667 27.9005C10.3479 27.6959 10.2386 27.2426 10.4227 26.8881L10.8454 26.0743H10C9.63185 26.0743 9.33337 25.7425 9.33337 25.3332C9.33337 24.9239 9.63185 24.5921 10 24.5921H10.8454L10.4227 23.7784C10.2386 23.4239 10.3479 22.9706 10.6667 22.766C10.9856 22.5613 11.3933 22.6828 11.5774 23.0373L12.0001 23.851L12.4227 23.0373C12.6068 22.6828 13.0146 22.5613 13.3334 22.766C13.6523 22.9706 13.7615 23.4239 13.5774 23.7784L13.1548 24.5921H14C14.3682 24.5921 14.6667 24.9239 14.6667 25.3332C14.6667 25.7425 14.3682 26.0743 14 26.0743H13.1548L13.5774 26.8881C13.7615 27.2426 13.6523 27.6959 13.3334 27.9005C13.0146 28.1052 12.6068 27.9837 12.4227 27.6292L12.0001 26.8155L11.5774 27.6292C11.3933 27.9837 10.9856 28.1052 10.6667 27.9005Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 3.33325C15.7936 3.33325 13.5609 4.78582 12.4614 7.11736L12.0452 7.99982L11.1528 7.60555C10.9179 7.50176 10.6813 7.45799 10.4275 7.45799C9.54947 7.45799 8.78596 8.00763 8.48304 8.85646L8.1991 9.65211L7.3672 9.5051C7.27659 9.48909 7.20215 9.4871 7.00789 9.4871C6.00825 9.4871 5.08296 9.89685 4.39061 10.657C3.70873 11.4069 3.33337 12.3653 3.33337 13.3769V13.4314C3.36175 14.5558 3.77303 15.5276 4.47904 16.2245L4.49175 16.237L4.504 16.25C5.16232 16.9481 6.06001 17.3333 7.00788 17.3333H24.4824C26.363 17.3333 28 15.6987 28 13.5765C28 11.7971 26.8572 10.3217 25.3793 9.91734L24.7566 9.74697L24.6555 9.10942C24.1293 5.79117 21.3737 3.33325 18.2393 3.33325ZM11.0544 5.50734C12.5728 2.95032 15.2594 1.33325 18.2393 1.33325C22.2431 1.33325 25.6239 4.28953 26.5148 8.19534C28.597 9.05046 30 11.1904 30 13.5765C30 16.71 27.5587 19.3333 24.4824 19.3333H7.00788C5.51463 19.3333 4.09608 18.7254 3.06133 17.6353C1.95818 16.5395 1.37027 15.059 1.33364 13.4664L1.33337 13.4549V13.3769C1.33337 11.8605 1.89911 10.424 2.91121 9.31116C3.95631 8.16348 5.38205 7.51112 6.92203 7.48775C7.63403 6.25968 8.93646 5.45799 10.4275 5.45799C10.6339 5.45799 10.8432 5.47326 11.0544 5.50734Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8781 22.0036C20.1487 21.4173 20.7879 21.1975 21.3564 21.4162L21.3666 21.4201L21.3765 21.4247C21.9628 21.6953 22.1826 22.3344 21.9639 22.903L21.9585 22.9171L20.8401 25.4724C20.6533 25.9331 20.2313 26.1567 19.7968 26.1567C19.6458 26.1567 19.4766 26.1106 19.3714 26.0755L19.3538 26.0697L19.3371 26.062C18.7507 25.7913 18.531 25.1522 18.7497 24.5837L18.7551 24.5696L19.8781 22.0036Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.6667 27.9005C10.3479 27.6959 10.2386 27.2426 10.4227 26.8881L10.8454 26.0743H10C9.63185 26.0743 9.33337 25.7425 9.33337 25.3332C9.33337 24.9239 9.63185 24.5921 10 24.5921H10.8454L10.4227 23.7784C10.2386 23.4239 10.3479 22.9706 10.6667 22.766C10.9856 22.5613 11.3933 22.6828 11.5774 23.0373L12.0001 23.851L12.4227 23.0373C12.6068 22.6828 13.0146 22.5613 13.3334 22.766C13.6523 22.9706 13.7615 23.4239 13.5774 23.7784L13.1548 24.5921H14C14.3682 24.5921 14.6667 24.9239 14.6667 25.3332C14.6667 25.7425 14.3682 26.0743 14 26.0743H13.1548L13.5774 26.8881C13.7615 27.2426 13.6523 27.6959 13.3334 27.9005C13.0146 28.1052 12.6068 27.9837 12.4227 27.6292L12.0001 26.8155L11.5774 27.6292C11.3933 27.9837 10.9856 28.1052 10.6667 27.9005Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 3.33325C15.7936 3.33325 13.5609 4.78582 12.4614 7.11736L12.0452 7.99982L11.1528 7.60555C10.9179 7.50176 10.6813 7.45799 10.4275 7.45799C9.54947 7.45799 8.78596 8.00763 8.48304 8.85646L8.1991 9.65211L7.3672 9.5051C7.27659 9.48909 7.20215 9.4871 7.00789 9.4871C6.00825 9.4871 5.08296 9.89685 4.39061 10.657C3.70873 11.4069 3.33337 12.3653 3.33337 13.3769V13.4314C3.36175 14.5558 3.77303 15.5276 4.47904 16.2245L4.49175 16.237L4.504 16.25C5.16232 16.9481 6.06001 17.3333 7.00788 17.3333H24.4824C26.363 17.3333 28 15.6987 28 13.5765C28 11.7971 26.8572 10.3217 25.3793 9.91734L24.7566 9.74697L24.6555 9.10942C24.1293 5.79117 21.3737 3.33325 18.2393 3.33325ZM11.0544 5.50734C12.5728 2.95032 15.2594 1.33325 18.2393 1.33325C22.2431 1.33325 25.6239 4.28953 26.5148 8.19534C28.597 9.05046 30 11.1904 30 13.5765C30 16.71 27.5587 19.3333 24.4824 19.3333H7.00788C5.51463 19.3333 4.09608 18.7254 3.06133 17.6353C1.95818 16.5395 1.37027 15.059 1.33364 13.4664L1.33337 13.4549V13.3769C1.33337 11.8605 1.89911 10.424 2.91121 9.31116C3.95631 8.16348 5.38205 7.51112 6.92203 7.48775C7.63403 6.25968 8.93646 5.45799 10.4275 5.45799C10.6339 5.45799 10.8432 5.47326 11.0544 5.50734Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-sleet",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSleet",
          "declaration": {
            "name": "ObiLightSleet",
            "module": "src/icons/icon-light-sleet.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-sleet",
          "declaration": {
            "name": "ObiLightSleet",
            "module": "src/icons/icon-light-sleet.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-snow-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSnowColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20.0001 26.5672C19.6812 26.3625 19.572 25.9093 19.7561 25.5548L20.1787 24.741H19.3334C18.9652 24.741 18.6667 24.4092 18.6667 23.9999C18.6667 23.5906 18.9652 23.2588 19.3334 23.2588H20.1787L19.7561 22.445C19.572 22.0906 19.6812 21.6373 20.0001 21.4327C20.3189 21.228 20.7267 21.3495 20.9108 21.7039L21.3334 22.5177L21.7561 21.7039C21.9402 21.3495 22.3479 21.228 22.6667 21.4327C22.9856 21.6373 23.0949 22.0906 22.9108 22.445L22.4881 23.2588H23.3334C23.7016 23.2588 24 23.5906 24 23.9999C24 24.4092 23.7016 24.741 23.3334 24.741H22.4881L22.9108 25.5548C23.0949 25.9093 22.9856 26.3625 22.6667 26.5672C22.3479 26.7718 21.9402 26.6504 21.7561 26.2959L21.3334 25.4821L20.9108 26.2959C20.7267 26.6504 20.3189 26.7718 20.0001 26.5672Z\" fill=\"currentColor\"/> <path d=\"M10.6667 29.2338C10.3479 29.0292 10.2386 28.5759 10.4227 28.2215L10.8454 27.4077H10C9.63185 27.4077 9.33337 27.0759 9.33337 26.6666C9.33337 26.2573 9.63185 25.9255 10 25.9255H10.8454L10.4227 25.1117C10.2386 24.7572 10.3479 24.304 10.6667 24.0993C10.9856 23.8947 11.3933 24.0161 11.5774 24.3706L12.0001 25.1844L12.4227 24.3706C12.6068 24.0161 13.0146 23.8947 13.3334 24.0993C13.6523 24.304 13.7615 24.7572 13.5774 25.1117L13.1548 25.9255H14C14.3682 25.9255 14.6667 26.2573 14.6667 26.6666C14.6667 27.0759 14.3682 27.4077 14 27.4077H13.1548L13.5774 28.2215C13.7615 28.5759 13.6523 29.0292 13.3334 29.2338C13.0146 29.4385 12.6068 29.317 12.4227 28.9626L12.0001 28.1488L11.5774 28.9626C11.3933 29.317 10.9856 29.4385 10.6667 29.2338Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 3.33325C15.7936 3.33325 13.5609 4.78582 12.4614 7.11736L12.0452 7.99982L11.1528 7.60555C10.9179 7.50176 10.6813 7.45799 10.4275 7.45799C9.54947 7.45799 8.78596 8.00763 8.48304 8.85646L8.1991 9.65211L7.3672 9.5051C7.27659 9.48909 7.20215 9.4871 7.00789 9.4871C6.00825 9.4871 5.08296 9.89685 4.39061 10.657C3.70873 11.4069 3.33337 12.3653 3.33337 13.3769V13.4314C3.36175 14.5558 3.77303 15.5276 4.47904 16.2245L4.49175 16.2371L4.504 16.25C5.16232 16.9481 6.06001 17.3333 7.00788 17.3333H24.4824C26.363 17.3333 28 15.6987 28 13.5765C28 11.7971 26.8572 10.3217 25.3793 9.91734L24.7566 9.74697L24.6555 9.10942C24.1293 5.79117 21.3737 3.33325 18.2393 3.33325ZM11.0544 5.50734C12.5728 2.95032 15.2594 1.33325 18.2393 1.33325C22.2431 1.33325 25.6239 4.28953 26.5148 8.19534C28.597 9.05046 30 11.1904 30 13.5765C30 16.71 27.5587 19.3333 24.4824 19.3333H7.00788C5.51463 19.3333 4.09608 18.7254 3.06133 17.6353C1.95818 16.5395 1.37027 15.059 1.33364 13.4664L1.33337 13.4549V13.3769C1.33337 11.8605 1.89911 10.424 2.91121 9.31116C3.95631 8.16348 5.38205 7.51112 6.92203 7.48775C7.63403 6.25968 8.93646 5.45799 10.4275 5.45799C10.6339 5.45799 10.8432 5.47326 11.0544 5.50734Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 3.33325C15.7936 3.33325 13.5609 4.78582 12.4614 7.11736L12.0452 7.99982L11.1528 7.60555C10.9179 7.50176 10.6813 7.45799 10.4275 7.45799C9.54947 7.45799 8.78596 8.00763 8.48304 8.85646L8.1991 9.65211L7.3672 9.5051C7.27659 9.48909 7.20215 9.4871 7.00789 9.4871C6.00825 9.4871 5.08296 9.89685 4.39061 10.657C3.70873 11.4069 3.33337 12.3653 3.33337 13.3769V13.4314C3.36175 14.5558 3.77303 15.5276 4.47904 16.2245L4.49175 16.2371L4.504 16.25C5.16232 16.9481 6.06001 17.3333 7.00788 17.3333H24.4824C26.363 17.3333 28 15.6987 28 13.5765C28 11.7971 26.8572 10.3217 25.3793 9.91734L24.7566 9.74697L24.6555 9.10942C24.1293 5.79117 21.3737 3.33325 18.2393 3.33325Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20.0001 26.5672C19.6812 26.3625 19.572 25.9093 19.7561 25.5548L20.1787 24.741H19.3334C18.9652 24.741 18.6667 24.4092 18.6667 23.9999C18.6667 23.5906 18.9652 23.2588 19.3334 23.2588H20.1787L19.7561 22.445C19.572 22.0906 19.6812 21.6373 20.0001 21.4327C20.3189 21.228 20.7267 21.3495 20.9108 21.7039L21.3334 22.5177L21.7561 21.7039C21.9402 21.3495 22.3479 21.228 22.6667 21.4327C22.9856 21.6373 23.0949 22.0906 22.9108 22.445L22.4881 23.2588H23.3334C23.7016 23.2588 24 23.5906 24 23.9999C24 24.4092 23.7016 24.741 23.3334 24.741H22.4881L22.9108 25.5548C23.0949 25.9093 22.9856 26.3625 22.6667 26.5672C22.3479 26.7718 21.9402 26.6504 21.7561 26.2959L21.3334 25.4821L20.9108 26.2959C20.7267 26.6504 20.3189 26.7718 20.0001 26.5672Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M10.6667 29.2338C10.3479 29.0292 10.2386 28.5759 10.4227 28.2215L10.8454 27.4077H10C9.63185 27.4077 9.33337 27.0759 9.33337 26.6666C9.33337 26.2573 9.63185 25.9255 10 25.9255H10.8454L10.4227 25.1117C10.2386 24.7572 10.3479 24.304 10.6667 24.0993C10.9856 23.8947 11.3933 24.0161 11.5774 24.3706L12.0001 25.1844L12.4227 24.3706C12.6068 24.0161 13.0146 23.8947 13.3334 24.0993C13.6523 24.304 13.7615 24.7572 13.5774 25.1117L13.1548 25.9255H14C14.3682 25.9255 14.6667 26.2573 14.6667 26.6666C14.6667 27.0759 14.3682 27.4077 14 27.4077H13.1548L13.5774 28.2215C13.7615 28.5759 13.6523 29.0292 13.3334 29.2338C13.0146 29.4385 12.6068 29.317 12.4227 28.9626L12.0001 28.1488L11.5774 28.9626C11.3933 29.317 10.9856 29.4385 10.6667 29.2338Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 3.33325C15.7936 3.33325 13.5609 4.78582 12.4614 7.11736L12.0452 7.99982L11.1528 7.60555C10.9179 7.50176 10.6813 7.45799 10.4275 7.45799C9.54947 7.45799 8.78596 8.00763 8.48304 8.85646L8.1991 9.65211L7.3672 9.5051C7.27659 9.48909 7.20215 9.4871 7.00789 9.4871C6.00825 9.4871 5.08296 9.89685 4.39061 10.657C3.70873 11.4069 3.33337 12.3653 3.33337 13.3769V13.4314C3.36175 14.5558 3.77303 15.5276 4.47904 16.2245L4.49175 16.2371L4.504 16.25C5.16232 16.9481 6.06001 17.3333 7.00788 17.3333H24.4824C26.363 17.3333 28 15.6987 28 13.5765C28 11.7971 26.8572 10.3217 25.3793 9.91734L24.7566 9.74697L24.6555 9.10942C24.1293 5.79117 21.3737 3.33325 18.2393 3.33325ZM11.0544 5.50734C12.5728 2.95032 15.2594 1.33325 18.2393 1.33325C22.2431 1.33325 25.6239 4.28953 26.5148 8.19534C28.597 9.05046 30 11.1904 30 13.5765C30 16.71 27.5587 19.3333 24.4824 19.3333H7.00788C5.51463 19.3333 4.09608 18.7254 3.06133 17.6353C1.95818 16.5395 1.37027 15.059 1.33364 13.4664L1.33337 13.4549V13.3769C1.33337 11.8605 1.89911 10.424 2.91121 9.31116C3.95631 8.16348 5.38205 7.51112 6.92203 7.48775C7.63403 6.25968 8.93646 5.45799 10.4275 5.45799C10.6339 5.45799 10.8432 5.47326 11.0544 5.50734Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 3.33325C15.7936 3.33325 13.5609 4.78582 12.4614 7.11736L12.0452 7.99982L11.1528 7.60555C10.9179 7.50176 10.6813 7.45799 10.4275 7.45799C9.54947 7.45799 8.78596 8.00763 8.48304 8.85646L8.1991 9.65211L7.3672 9.5051C7.27659 9.48909 7.20215 9.4871 7.00789 9.4871C6.00825 9.4871 5.08296 9.89685 4.39061 10.657C3.70873 11.4069 3.33337 12.3653 3.33337 13.3769V13.4314C3.36175 14.5558 3.77303 15.5276 4.47904 16.2245L4.49175 16.2371L4.504 16.25C5.16232 16.9481 6.06001 17.3333 7.00788 17.3333H24.4824C26.363 17.3333 28 15.6987 28 13.5765C28 11.7971 26.8572 10.3217 25.3793 9.91734L24.7566 9.74697L24.6555 9.10942C24.1293 5.79117 21.3737 3.33325 18.2393 3.33325Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-snow-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSnowColour",
          "declaration": {
            "name": "ObiLightSnowColour",
            "module": "src/icons/icon-light-snow-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-snow-colour",
          "declaration": {
            "name": "ObiLightSnowColour",
            "module": "src/icons/icon-light-snow-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-snow-showers-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSnowShowersDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 15.3488C24 15.3488 27.4497 15.8352 27.3333 17.3488C27.2486 18.4501 26.4379 19.3488 25.3333 19.3488H6.66663C5.56206 19.3488 4.66663 18.4534 4.66663 17.3488C4.66663 16.2442 5.33329 15.3488 6.66663 15.3488H9.33329C9.33329 15.3488 8.95829 14.2238 9.33329 13.3801C9.45829 13.0988 9.66663 12.8488 9.99996 12.6822C10.3898 12.4872 10.7796 12.5203 11.1362 12.6646C11.999 13.014 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 13.0854 13.2031 13.8692 12.3091C14.8895 11.1454 16.5282 9.84342 18.6666 10.0155C24 10.4446 24 15.3488 24 15.3488ZM12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276Z\" fill=\"currentColor\"/> <path d=\"M9.99996 12.6821C8.66663 13.3487 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C14.8855 9.71116 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.3333 12.0154 9.99996 12.6821Z\" fill=\"currentColor\"/> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" fill=\"currentColor\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" fill=\"currentColor\"/> <path d=\"M9.33337 29.9007C9.01451 29.696 8.90526 29.2428 9.08936 28.8883L9.51201 28.0745H8.66667C8.29848 28.0745 8 27.7427 8 27.3334C8 26.9241 8.29848 26.5923 8.66667 26.5923H9.512L9.08936 25.7785C8.90526 25.4241 9.01451 24.9708 9.33337 24.7662C9.65223 24.5615 10.06 24.683 10.2441 25.0374L10.6667 25.8512L11.0894 25.0374C11.2735 24.683 11.6812 24.5615 12 24.7662C12.3189 24.9708 12.4282 25.4241 12.2441 25.7785L11.8214 26.5923H12.6667C13.0349 26.5923 13.3333 26.9241 13.3333 27.3334C13.3333 27.7427 13.0349 28.0745 12.6667 28.0745H11.8214L12.2441 28.8883C12.4282 29.2428 12.3189 29.696 12 29.9007C11.6812 30.1053 11.2735 29.9839 11.0894 29.6294L10.6667 28.8156L10.2441 29.6294C10.06 29.9839 9.65223 30.1053 9.33337 29.9007Z\" fill=\"currentColor\"/> <path d=\"M19.3334 27.9007C19.0145 27.696 18.9053 27.2428 19.0894 26.8883L19.512 26.0745H18.6667C18.2985 26.0745 18 25.7427 18 25.3334C18 24.9241 18.2985 24.5923 18.6667 24.5923H19.512L19.0894 23.7785C18.9053 23.4241 19.0145 22.9708 19.3334 22.7662C19.6522 22.5615 20.06 22.683 20.2441 23.0374L20.6667 23.8512L21.0894 23.0374C21.2734 22.683 21.6812 22.5615 22 22.7662C22.3189 22.9708 22.4282 23.4241 22.2441 23.7785L21.8214 24.5923H22.6667C23.0349 24.5923 23.3333 24.9241 23.3333 25.3334C23.3333 25.7427 23.0349 26.0745 22.6667 26.0745H21.8214L22.2441 26.8883C22.4282 27.2428 22.3189 27.696 22 27.9007C21.6812 28.1053 21.2734 27.9839 21.0894 27.6294L20.6667 26.8156L20.2441 27.6294C20.06 27.9839 19.6522 28.1053 19.3334 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 15.3488C24 15.3488 27.4497 15.8352 27.3333 17.3488C27.2486 18.4501 26.4379 19.3488 25.3333 19.3488H6.66663C5.56206 19.3488 4.66663 18.4534 4.66663 17.3488C4.66663 16.2442 5.33329 15.3488 6.66663 15.3488H9.33329C9.33329 15.3488 8.95829 14.2238 9.33329 13.3801C9.45829 13.0988 9.66663 12.8488 9.99996 12.6822C10.3898 12.4872 10.7796 12.5203 11.1362 12.6646C11.999 13.014 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 13.0854 13.2031 13.8692 12.3091C14.8895 11.1454 16.5282 9.84342 18.6666 10.0155C24 10.4446 24 15.3488 24 15.3488ZM12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M9.99996 12.6821C8.66663 13.3487 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C14.8855 9.71116 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.3333 12.0154 9.99996 12.6821Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M9.33337 29.9007C9.01451 29.696 8.90526 29.2428 9.08936 28.8883L9.51201 28.0745H8.66667C8.29848 28.0745 8 27.7427 8 27.3334C8 26.9241 8.29848 26.5923 8.66667 26.5923H9.512L9.08936 25.7785C8.90526 25.4241 9.01451 24.9708 9.33337 24.7662C9.65223 24.5615 10.06 24.683 10.2441 25.0374L10.6667 25.8512L11.0894 25.0374C11.2735 24.683 11.6812 24.5615 12 24.7662C12.3189 24.9708 12.4282 25.4241 12.2441 25.7785L11.8214 26.5923H12.6667C13.0349 26.5923 13.3333 26.9241 13.3333 27.3334C13.3333 27.7427 13.0349 28.0745 12.6667 28.0745H11.8214L12.2441 28.8883C12.4282 29.2428 12.3189 29.696 12 29.9007C11.6812 30.1053 11.2735 29.9839 11.0894 29.6294L10.6667 28.8156L10.2441 29.6294C10.06 29.9839 9.65223 30.1053 9.33337 29.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M19.3334 27.9007C19.0145 27.696 18.9053 27.2428 19.0894 26.8883L19.512 26.0745H18.6667C18.2985 26.0745 18 25.7427 18 25.3334C18 24.9241 18.2985 24.5923 18.6667 24.5923H19.512L19.0894 23.7785C18.9053 23.4241 19.0145 22.9708 19.3334 22.7662C19.6522 22.5615 20.06 22.683 20.2441 23.0374L20.6667 23.8512L21.0894 23.0374C21.2734 22.683 21.6812 22.5615 22 22.7662C22.3189 22.9708 22.4282 23.4241 22.2441 23.7785L21.8214 24.5923H22.6667C23.0349 24.5923 23.3333 24.9241 23.3333 25.3334C23.3333 25.7427 23.0349 26.0745 22.6667 26.0745H21.8214L22.2441 26.8883C22.4282 27.2428 22.3189 27.696 22 27.9007C21.6812 28.1053 21.2734 27.9839 21.0894 27.6294L20.6667 26.8156L20.2441 27.6294C20.06 27.9839 19.6522 28.1053 19.3334 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-snow-showers-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSnowShowersDayColour",
          "declaration": {
            "name": "ObiLightSnowShowersDayColour",
            "module": "src/icons/icon-light-snow-showers-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-snow-showers-day-colour",
          "declaration": {
            "name": "ObiLightSnowShowersDayColour",
            "module": "src/icons/icon-light-snow-showers-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-snow-showers-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSnowShowersDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8094 1.31501 11.4045 1.24899 11.6302 1.62937L12.8485 3.68309C13.0037 3.9446 13.3653 4.01422 13.6188 3.83136L15.6092 2.39533C15.9778 2.12935 16.4963 2.40973 16.4435 2.84648L16.1581 5.20454C16.1218 5.5048 16.3693 5.76462 16.6853 5.75791L19.1672 5.70515C19.6269 5.69538 19.8707 6.21506 19.5596 6.54135L18.1679 8.00059C18.3829 7.99706 18.6026 8.00379 18.827 8.02185C22.242 8.29662 24.1524 10.0866 25.107 11.9189C25.4389 12.5559 25.645 13.1746 25.774 13.6989C25.9743 13.7573 26.1852 13.8251 26.3986 13.9033C26.9122 14.0916 27.5831 14.3908 28.1495 14.8676C28.733 15.3588 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66662C4.45749 21.3487 2.66663 19.5579 2.66663 17.3487C2.66663 16.4054 2.95372 15.385 3.69549 14.5796C4.46207 13.7473 5.52695 13.3487 6.66663 13.3487H7.25983C7.2893 13.2064 7.32722 13.0596 7.37559 12.9108C7.35561 12.9091 7.33529 12.9084 7.31467 12.9088L4.83277 12.9616C4.37309 12.9713 4.12928 12.4516 4.44046 12.1254L6.1206 10.3637C6.33454 10.1393 6.29563 9.78855 6.03773 9.61656L4.01236 8.26588C3.63723 8.01571 3.76123 7.45524 4.21188 7.36403L6.64501 6.8716C6.95483 6.8089 7.13943 6.50114 7.03817 6.21614L6.24296 3.97794C6.09568 3.5634 6.54012 3.1762 6.9581 3.35492L9.21485 4.31985C9.50221 4.44272 9.83981 4.29555 9.93387 4.00639L10.6726 1.73559ZM8.36309 11.3875C8.57294 11.2042 8.81849 11.0367 9.10553 10.8932C10.3817 10.2551 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.71689 14.6977 8.8461 16.0951 8.36647C15.6162 6.43897 13.6897 5.1214 11.559 5.35774C9.24779 5.6141 7.5716 7.60187 7.81515 9.79755C7.8796 10.3786 8.07206 10.9161 8.36309 11.3875ZM27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C16.5282 9.84334 14.8895 11.1453 13.8692 12.309C13.0854 13.203 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.999 13.014 11.1362 12.6646C10.7796 12.5202 10.3898 12.4871 9.99996 12.6821C9.66663 12.8487 9.45829 13.0987 9.33329 13.38C8.95829 14.2237 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.4501 27.3333 17.3487Z\" fill=\"currentColor\"/> <path d=\"M9.33333 29.9006C9.01447 29.6959 8.90522 29.2427 9.08931 28.8882L9.51197 28.0744H8.66663C8.29844 28.0744 7.99996 27.7426 7.99996 27.3333C7.99996 26.924 8.29844 26.5922 8.66663 26.5922H9.51196L9.08931 25.7784C8.90522 25.424 9.01447 24.9707 9.33333 24.7661C9.65219 24.5614 10.0599 24.6829 10.244 25.0373L10.6667 25.8511L11.0893 25.0373C11.2734 24.6829 11.6811 24.5614 12 24.7661C12.3189 24.9707 12.4281 25.424 12.244 25.7784L11.8214 26.5922H12.6666C13.0348 26.5922 13.3333 26.924 13.3333 27.3333C13.3333 27.7426 13.0348 28.0744 12.6666 28.0744H11.8214L12.244 28.8882C12.4281 29.2427 12.3189 29.6959 12 29.9006C11.6811 30.1052 11.2734 29.9838 11.0893 29.6293L10.6667 28.8155L10.244 29.6293C10.0599 29.9838 9.65219 30.1052 9.33333 29.9006Z\" fill=\"currentColor\"/> <path d=\"M19.3333 27.9006C19.0145 27.6959 18.9052 27.2427 19.0893 26.8882L19.512 26.0744H18.6666C18.2984 26.0744 18 25.7426 18 25.3333C18 24.924 18.2984 24.5922 18.6666 24.5922H19.512L19.0893 23.7784C18.9052 23.424 19.0145 22.9707 19.3333 22.7661C19.6522 22.5614 20.0599 22.6829 20.244 23.0373L20.6667 23.8511L21.0893 23.0373C21.2734 22.6829 21.6811 22.5614 22 22.7661C22.3189 22.9707 22.4281 23.424 22.244 23.7784L21.8214 24.5922H22.6666C23.0348 24.5922 23.3333 24.924 23.3333 25.3333C23.3333 25.7426 23.0348 26.0744 22.6666 26.0744H21.8214L22.244 26.8882C22.4281 27.2427 22.3189 27.6959 22 27.9006C21.6811 28.1052 21.2734 27.9838 21.0893 27.6293L20.6667 26.8155L20.244 27.6293C20.0599 27.9838 19.6522 28.1052 19.3333 27.9006Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8094 1.31501 11.4045 1.24899 11.6302 1.62937L12.8485 3.68309C13.0037 3.9446 13.3653 4.01422 13.6188 3.83136L15.6092 2.39533C15.9778 2.12935 16.4963 2.40973 16.4435 2.84648L16.1581 5.20454C16.1218 5.5048 16.3693 5.76462 16.6853 5.75791L19.1672 5.70515C19.6269 5.69538 19.8707 6.21506 19.5596 6.54135L18.1679 8.00059C18.3829 7.99706 18.6026 8.00379 18.827 8.02185C22.242 8.29662 24.1524 10.0866 25.107 11.9189C25.4389 12.5559 25.645 13.1746 25.774 13.6989C25.9743 13.7573 26.1852 13.8251 26.3986 13.9033C26.9122 14.0916 27.5831 14.3908 28.1495 14.8676C28.733 15.3588 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66662C4.45749 21.3487 2.66663 19.5579 2.66663 17.3487C2.66663 16.4054 2.95372 15.385 3.69549 14.5796C4.46207 13.7473 5.52695 13.3487 6.66663 13.3487H7.25983C7.2893 13.2064 7.32722 13.0596 7.37559 12.9108C7.35561 12.9091 7.33529 12.9084 7.31467 12.9088L4.83277 12.9616C4.37309 12.9713 4.12928 12.4516 4.44046 12.1254L6.1206 10.3637C6.33454 10.1393 6.29563 9.78855 6.03773 9.61656L4.01236 8.26588C3.63723 8.01571 3.76123 7.45524 4.21188 7.36403L6.64501 6.8716C6.95483 6.8089 7.13943 6.50114 7.03817 6.21614L6.24296 3.97794C6.09568 3.5634 6.54012 3.1762 6.9581 3.35492L9.21485 4.31985C9.50221 4.44272 9.83981 4.29555 9.93387 4.00639L10.6726 1.73559ZM8.36309 11.3875C8.57294 11.2042 8.81849 11.0367 9.10553 10.8932C10.3817 10.2551 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.71689 14.6977 8.8461 16.0951 8.36647C15.6162 6.43897 13.6897 5.1214 11.559 5.35774C9.24779 5.6141 7.5716 7.60187 7.81515 9.79755C7.8796 10.3786 8.07206 10.9161 8.36309 11.3875ZM27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C16.5282 9.84334 14.8895 11.1453 13.8692 12.309C13.0854 13.203 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.999 13.014 11.1362 12.6646C10.7796 12.5202 10.3898 12.4871 9.99996 12.6821C9.66663 12.8487 9.45829 13.0987 9.33329 13.38C8.95829 14.2237 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.4501 27.3333 17.3487Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.33333 29.9006C9.01447 29.6959 8.90522 29.2427 9.08931 28.8882L9.51197 28.0744H8.66663C8.29844 28.0744 7.99996 27.7426 7.99996 27.3333C7.99996 26.924 8.29844 26.5922 8.66663 26.5922H9.51196L9.08931 25.7784C8.90522 25.424 9.01447 24.9707 9.33333 24.7661C9.65219 24.5614 10.0599 24.6829 10.244 25.0373L10.6667 25.8511L11.0893 25.0373C11.2734 24.6829 11.6811 24.5614 12 24.7661C12.3189 24.9707 12.4281 25.424 12.244 25.7784L11.8214 26.5922H12.6666C13.0348 26.5922 13.3333 26.924 13.3333 27.3333C13.3333 27.7426 13.0348 28.0744 12.6666 28.0744H11.8214L12.244 28.8882C12.4281 29.2427 12.3189 29.6959 12 29.9006C11.6811 30.1052 11.2734 29.9838 11.0893 29.6293L10.6667 28.8155L10.244 29.6293C10.0599 29.9838 9.65219 30.1052 9.33333 29.9006Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.3333 27.9006C19.0145 27.6959 18.9052 27.2427 19.0893 26.8882L19.512 26.0744H18.6666C18.2984 26.0744 18 25.7426 18 25.3333C18 24.924 18.2984 24.5922 18.6666 24.5922H19.512L19.0893 23.7784C18.9052 23.424 19.0145 22.9707 19.3333 22.7661C19.6522 22.5614 20.0599 22.6829 20.244 23.0373L20.6667 23.8511L21.0893 23.0373C21.2734 22.6829 21.6811 22.5614 22 22.7661C22.3189 22.9707 22.4281 23.424 22.244 23.7784L21.8214 24.5922H22.6666C23.0348 24.5922 23.3333 24.924 23.3333 25.3333C23.3333 25.7426 23.0348 26.0744 22.6666 26.0744H21.8214L22.244 26.8882C22.4281 27.2427 22.3189 27.6959 22 27.9006C21.6811 28.1052 21.2734 27.9838 21.0893 27.6293L20.6667 26.8155L20.244 27.6293C20.0599 27.9838 19.6522 28.1052 19.3333 27.9006Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-snow-showers-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSnowShowersDay",
          "declaration": {
            "name": "ObiLightSnowShowersDay",
            "module": "src/icons/icon-light-snow-showers-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-snow-showers-day",
          "declaration": {
            "name": "ObiLightSnowShowersDay",
            "module": "src/icons/icon-light-snow-showers-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-snow-showers-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSnowShowersNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" fill=\"currentColor\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" fill=\"currentColor\"/> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path d=\"M9.33337 29.9007C9.01451 29.696 8.90526 29.2428 9.08936 28.8883L9.51201 28.0745H8.66667C8.29848 28.0745 8 27.7427 8 27.3334C8 26.9241 8.29848 26.5923 8.66667 26.5923H9.512L9.08936 25.7785C8.90526 25.4241 9.01451 24.9708 9.33337 24.7662C9.65223 24.5615 10.06 24.683 10.2441 25.0374L10.6667 25.8512L11.0894 25.0374C11.2735 24.683 11.6812 24.5615 12 24.7662C12.3189 24.9708 12.4282 25.4241 12.2441 25.7785L11.8214 26.5923H12.6667C13.0349 26.5923 13.3333 26.9241 13.3333 27.3334C13.3333 27.7427 13.0349 28.0745 12.6667 28.0745H11.8214L12.2441 28.8883C12.4282 29.2428 12.3189 29.696 12 29.9007C11.6812 30.1053 11.2735 29.9839 11.0894 29.6294L10.6667 28.8156L10.2441 29.6294C10.06 29.9839 9.65223 30.1053 9.33337 29.9007Z\" fill=\"currentColor\"/> <path d=\"M19.3334 27.9007C19.0145 27.696 18.9053 27.2428 19.0894 26.8883L19.512 26.0745H18.6667C18.2985 26.0745 18 25.7427 18 25.3334C18 24.9241 18.2985 24.5923 18.6667 24.5923H19.512L19.0894 23.7785C18.9053 23.4241 19.0145 22.9708 19.3334 22.7662C19.6522 22.5615 20.06 22.683 20.2441 23.0374L20.6667 23.8512L21.0894 23.0374C21.2734 22.683 21.6812 22.5615 22 22.7662C22.3189 22.9708 22.4282 23.4241 22.2441 23.7785L21.8214 24.5923H22.6667C23.0349 24.5923 23.3333 24.9241 23.3333 25.3334C23.3333 25.7427 23.0349 26.0745 22.6667 26.0745H21.8214L22.2441 26.8883C22.4282 27.2428 22.3189 27.696 22 27.9007C21.6812 28.1053 21.2734 27.9839 21.0894 27.6294L20.6667 26.8156L20.2441 27.6294C20.06 27.9839 19.6522 28.1053 19.3334 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M9.33337 29.9007C9.01451 29.696 8.90526 29.2428 9.08936 28.8883L9.51201 28.0745H8.66667C8.29848 28.0745 8 27.7427 8 27.3334C8 26.9241 8.29848 26.5923 8.66667 26.5923H9.512L9.08936 25.7785C8.90526 25.4241 9.01451 24.9708 9.33337 24.7662C9.65223 24.5615 10.06 24.683 10.2441 25.0374L10.6667 25.8512L11.0894 25.0374C11.2735 24.683 11.6812 24.5615 12 24.7662C12.3189 24.9708 12.4282 25.4241 12.2441 25.7785L11.8214 26.5923H12.6667C13.0349 26.5923 13.3333 26.9241 13.3333 27.3334C13.3333 27.7427 13.0349 28.0745 12.6667 28.0745H11.8214L12.2441 28.8883C12.4282 29.2428 12.3189 29.696 12 29.9007C11.6812 30.1053 11.2735 29.9839 11.0894 29.6294L10.6667 28.8156L10.2441 29.6294C10.06 29.9839 9.65223 30.1053 9.33337 29.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M19.3334 27.9007C19.0145 27.696 18.9053 27.2428 19.0894 26.8883L19.512 26.0745H18.6667C18.2985 26.0745 18 25.7427 18 25.3334C18 24.9241 18.2985 24.5923 18.6667 24.5923H19.512L19.0894 23.7785C18.9053 23.4241 19.0145 22.9708 19.3334 22.7662C19.6522 22.5615 20.06 22.683 20.2441 23.0374L20.6667 23.8512L21.0894 23.0374C21.2734 22.683 21.6812 22.5615 22 22.7662C22.3189 22.9708 22.4282 23.4241 22.2441 23.7785L21.8214 24.5923H22.6667C23.0349 24.5923 23.3333 24.9241 23.3333 25.3334C23.3333 25.7427 23.0349 26.0745 22.6667 26.0745H21.8214L22.2441 26.8883C22.4282 27.2428 22.3189 27.696 22 27.9007C21.6812 28.1053 21.2734 27.9839 21.0894 27.6294L20.6667 26.8156L20.2441 27.6294C20.06 27.9839 19.6522 28.1053 19.3334 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-snow-showers-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSnowShowersNightColour",
          "declaration": {
            "name": "ObiLightSnowShowersNightColour",
            "module": "src/icons/icon-light-snow-showers-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-snow-showers-night-colour",
          "declaration": {
            "name": "ObiLightSnowShowersNightColour",
            "module": "src/icons/icon-light-snow-showers-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-snow-showers-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSnowShowersNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.3916 10.9585C6.74822 12.0291 11.1299 9.43869 12.1782 5.17262C12.4158 4.20591 12.4618 3.23613 12.3402 2.30184C12.2658 1.72975 12.8169 1.22937 13.2974 1.53125C15.5527 2.94814 16.9853 5.4163 17.0969 8.10506C17.6381 8.00747 18.2154 7.97259 18.8271 8.02181C22.2421 8.29658 24.1525 10.0865 25.1071 11.9189C25.4389 12.5559 25.6451 13.1745 25.7741 13.6989C25.9743 13.7572 26.1852 13.825 26.3987 13.9033C26.9123 14.0915 27.5832 14.3908 28.1496 14.8675C28.7331 15.3587 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66666C4.45753 21.3487 2.66667 19.5578 2.66667 17.3487C2.66667 16.437 2.93481 15.4534 3.62235 14.6614C2.73016 13.8771 2.02231 12.9059 1.54474 11.8242C1.31873 11.3122 1.85537 10.8267 2.3916 10.9585ZM27.3333 17.3487C27.4498 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6667 10.0154C16.5282 9.8433 14.8895 11.1452 13.8692 12.309C13.0855 13.203 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.999 13.0139 11.1362 12.6645C10.7797 12.5202 10.3898 12.4871 10 12.682C9.66667 12.8487 9.45833 13.0987 9.33333 13.3799C8.95833 14.2237 9.33333 15.3487 9.33333 15.3487H6.66667C5.33333 15.3487 4.66667 16.2441 4.66667 17.3487C4.66667 18.4533 5.5621 19.3487 6.66667 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487Z\" fill=\"currentColor\"/> <path d=\"M9.33337 29.9005C9.01451 29.6959 8.90526 29.2426 9.08936 28.8882L9.51201 28.0744H8.66667C8.29848 28.0744 8 27.7426 8 27.3333C8 26.924 8.29848 26.5922 8.66667 26.5922H9.512L9.08935 25.7784C8.90526 25.4239 9.01451 24.9707 9.33337 24.766C9.65223 24.5614 10.06 24.6828 10.2441 25.0373L10.6667 25.8511L11.0894 25.0373C11.2735 24.6828 11.6812 24.5614 12 24.766C12.3189 24.9707 12.4282 25.4239 12.2441 25.7784L11.8214 26.5922H12.6667C13.0349 26.5922 13.3333 26.924 13.3333 27.3333C13.3333 27.7426 13.0349 28.0744 12.6667 28.0744H11.8214L12.2441 28.8882C12.4282 29.2426 12.3189 29.6959 12 29.9005C11.6812 30.1052 11.2735 29.9837 11.0894 29.6293L10.6667 28.8155L10.2441 29.6293C10.06 29.9837 9.65223 30.1052 9.33337 29.9005Z\" fill=\"currentColor\"/> <path d=\"M19.3334 27.9005C19.0145 27.6959 18.9053 27.2426 19.0894 26.8882L19.512 26.0744H18.6667C18.2985 26.0744 18 25.7426 18 25.3333C18 24.924 18.2985 24.5922 18.6667 24.5922H19.512L19.0894 23.7784C18.9053 23.4239 19.0145 22.9707 19.3334 22.766C19.6522 22.5614 20.06 22.6828 20.2441 23.0373L20.6667 23.8511L21.0894 23.0373C21.2735 22.6828 21.6812 22.5614 22 22.766C22.3189 22.9707 22.4282 23.4239 22.2441 23.7784L21.8214 24.5922H22.6667C23.0349 24.5922 23.3333 24.924 23.3333 25.3333C23.3333 25.7426 23.0349 26.0744 22.6667 26.0744H21.8214L22.2441 26.8882C22.4282 27.2426 22.3189 27.6959 22 27.9005C21.6812 28.1052 21.2735 27.9837 21.0894 27.6293L20.6667 26.8155L20.2441 27.6293C20.06 27.9837 19.6522 28.1052 19.3334 27.9005Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.3916 10.9585C6.74822 12.0291 11.1299 9.43869 12.1782 5.17262C12.4158 4.20591 12.4618 3.23613 12.3402 2.30184C12.2658 1.72975 12.8169 1.22937 13.2974 1.53125C15.5527 2.94814 16.9853 5.4163 17.0969 8.10506C17.6381 8.00747 18.2154 7.97259 18.8271 8.02181C22.2421 8.29658 24.1525 10.0865 25.1071 11.9189C25.4389 12.5559 25.6451 13.1745 25.7741 13.6989C25.9743 13.7572 26.1852 13.825 26.3987 13.9033C26.9123 14.0915 27.5832 14.3908 28.1496 14.8675C28.7331 15.3587 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66666C4.45753 21.3487 2.66667 19.5578 2.66667 17.3487C2.66667 16.437 2.93481 15.4534 3.62235 14.6614C2.73016 13.8771 2.02231 12.9059 1.54474 11.8242C1.31873 11.3122 1.85537 10.8267 2.3916 10.9585ZM27.3333 17.3487C27.4498 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6667 10.0154C16.5282 9.8433 14.8895 11.1452 13.8692 12.309C13.0855 13.203 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.999 13.0139 11.1362 12.6645C10.7797 12.5202 10.3898 12.4871 10 12.682C9.66667 12.8487 9.45833 13.0987 9.33333 13.3799C8.95833 14.2237 9.33333 15.3487 9.33333 15.3487H6.66667C5.33333 15.3487 4.66667 16.2441 4.66667 17.3487C4.66667 18.4533 5.5621 19.3487 6.66667 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.33337 29.9005C9.01451 29.6959 8.90526 29.2426 9.08936 28.8882L9.51201 28.0744H8.66667C8.29848 28.0744 8 27.7426 8 27.3333C8 26.924 8.29848 26.5922 8.66667 26.5922H9.512L9.08935 25.7784C8.90526 25.4239 9.01451 24.9707 9.33337 24.766C9.65223 24.5614 10.06 24.6828 10.2441 25.0373L10.6667 25.8511L11.0894 25.0373C11.2735 24.6828 11.6812 24.5614 12 24.766C12.3189 24.9707 12.4282 25.4239 12.2441 25.7784L11.8214 26.5922H12.6667C13.0349 26.5922 13.3333 26.924 13.3333 27.3333C13.3333 27.7426 13.0349 28.0744 12.6667 28.0744H11.8214L12.2441 28.8882C12.4282 29.2426 12.3189 29.6959 12 29.9005C11.6812 30.1052 11.2735 29.9837 11.0894 29.6293L10.6667 28.8155L10.2441 29.6293C10.06 29.9837 9.65223 30.1052 9.33337 29.9005Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.3334 27.9005C19.0145 27.6959 18.9053 27.2426 19.0894 26.8882L19.512 26.0744H18.6667C18.2985 26.0744 18 25.7426 18 25.3333C18 24.924 18.2985 24.5922 18.6667 24.5922H19.512L19.0894 23.7784C18.9053 23.4239 19.0145 22.9707 19.3334 22.766C19.6522 22.5614 20.06 22.6828 20.2441 23.0373L20.6667 23.8511L21.0894 23.0373C21.2735 22.6828 21.6812 22.5614 22 22.766C22.3189 22.9707 22.4282 23.4239 22.2441 23.7784L21.8214 24.5922H22.6667C23.0349 24.5922 23.3333 24.924 23.3333 25.3333C23.3333 25.7426 23.0349 26.0744 22.6667 26.0744H21.8214L22.2441 26.8882C22.4282 27.2426 22.3189 27.6959 22 27.9005C21.6812 28.1052 21.2735 27.9837 21.0894 27.6293L20.6667 26.8155L20.2441 27.6293C20.06 27.9837 19.6522 28.1052 19.3334 27.9005Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-snow-showers-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSnowShowersNight",
          "declaration": {
            "name": "ObiLightSnowShowersNight",
            "module": "src/icons/icon-light-snow-showers-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-snow-showers-night",
          "declaration": {
            "name": "ObiLightSnowShowersNight",
            "module": "src/icons/icon-light-snow-showers-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-snow-showers-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSnowShowersPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" fill=\"currentColor\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" fill=\"currentColor\"/> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" fill=\"currentColor\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" fill=\"currentColor\"/> <path d=\"M9.33337 29.9007C9.01451 29.696 8.90526 29.2428 9.08936 28.8883L9.51201 28.0745H8.66667C8.29848 28.0745 8 27.7427 8 27.3334C8 26.9241 8.29848 26.5923 8.66667 26.5923H9.512L9.08936 25.7785C8.90526 25.4241 9.01451 24.9708 9.33337 24.7662C9.65223 24.5615 10.06 24.683 10.2441 25.0374L10.6667 25.8512L11.0894 25.0374C11.2735 24.683 11.6812 24.5615 12 24.7662C12.3189 24.9708 12.4282 25.4241 12.2441 25.7785L11.8214 26.5923H12.6667C13.0349 26.5923 13.3333 26.9241 13.3333 27.3334C13.3333 27.7427 13.0349 28.0745 12.6667 28.0745H11.8214L12.2441 28.8883C12.4282 29.2428 12.3189 29.696 12 29.9007C11.6812 30.1053 11.2735 29.9839 11.0894 29.6294L10.6667 28.8156L10.2441 29.6294C10.06 29.9839 9.65223 30.1053 9.33337 29.9007Z\" fill=\"currentColor\"/> <path d=\"M19.3334 27.9007C19.0145 27.696 18.9053 27.2428 19.0894 26.8883L19.512 26.0745H18.6667C18.2985 26.0745 18 25.7427 18 25.3334C18 24.9241 18.2985 24.5923 18.6667 24.5923H19.512L19.0894 23.7785C18.9053 23.4241 19.0145 22.9708 19.3334 22.7662C19.6522 22.5615 20.06 22.683 20.2441 23.0374L20.6667 23.8512L21.0894 23.0374C21.2734 22.683 21.6812 22.5615 22 22.7662C22.3189 22.9708 22.4282 23.4241 22.2441 23.7785L21.8214 24.5923H22.6667C23.0349 24.5923 23.3333 24.9241 23.3333 25.3334C23.3333 25.7427 23.0349 26.0745 22.6667 26.0745H21.8214L22.2441 26.8883C22.4282 27.2428 22.3189 27.696 22 27.9007C21.6812 28.1053 21.2734 27.9839 21.0894 27.6294L20.6667 26.8156L20.2441 27.6294C20.06 27.9839 19.6522 28.1053 19.3334 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M9.33337 29.9007C9.01451 29.696 8.90526 29.2428 9.08936 28.8883L9.51201 28.0745H8.66667C8.29848 28.0745 8 27.7427 8 27.3334C8 26.9241 8.29848 26.5923 8.66667 26.5923H9.512L9.08936 25.7785C8.90526 25.4241 9.01451 24.9708 9.33337 24.7662C9.65223 24.5615 10.06 24.683 10.2441 25.0374L10.6667 25.8512L11.0894 25.0374C11.2735 24.683 11.6812 24.5615 12 24.7662C12.3189 24.9708 12.4282 25.4241 12.2441 25.7785L11.8214 26.5923H12.6667C13.0349 26.5923 13.3333 26.9241 13.3333 27.3334C13.3333 27.7427 13.0349 28.0745 12.6667 28.0745H11.8214L12.2441 28.8883C12.4282 29.2428 12.3189 29.696 12 29.9007C11.6812 30.1053 11.2735 29.9839 11.0894 29.6294L10.6667 28.8156L10.2441 29.6294C10.06 29.9839 9.65223 30.1053 9.33337 29.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M19.3334 27.9007C19.0145 27.696 18.9053 27.2428 19.0894 26.8883L19.512 26.0745H18.6667C18.2985 26.0745 18 25.7427 18 25.3334C18 24.9241 18.2985 24.5923 18.6667 24.5923H19.512L19.0894 23.7785C18.9053 23.4241 19.0145 22.9708 19.3334 22.7662C19.6522 22.5615 20.06 22.683 20.2441 23.0374L20.6667 23.8512L21.0894 23.0374C21.2734 22.683 21.6812 22.5615 22 22.7662C22.3189 22.9708 22.4282 23.4241 22.2441 23.7785L21.8214 24.5923H22.6667C23.0349 24.5923 23.3333 24.9241 23.3333 25.3334C23.3333 25.7427 23.0349 26.0745 22.6667 26.0745H21.8214L22.2441 26.8883C22.4282 27.2428 22.3189 27.696 22 27.9007C21.6812 28.1053 21.2734 27.9839 21.0894 27.6294L20.6667 26.8156L20.2441 27.6294C20.06 27.9839 19.6522 28.1053 19.3334 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-snow-showers-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSnowShowersPolartwilightColour",
          "declaration": {
            "name": "ObiLightSnowShowersPolartwilightColour",
            "module": "src/icons/icon-light-snow-showers-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-snow-showers-polartwilight-colour",
          "declaration": {
            "name": "ObiLightSnowShowersPolartwilightColour",
            "module": "src/icons/icon-light-snow-showers-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-snow-showers-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSnowShowersPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33341 4.66675C2.96522 4.66675 2.66675 4.96522 2.66675 5.33341C2.66675 5.7016 2.96523 6.00008 3.33342 6.00008H4.88761C4.88761 6.13816 4.82827 6.27623 4.70959 6.37592L2.84548 7.94165C2.50022 8.23165 2.68525 8.77504 3.14321 8.81601L5.61579 9.0372C5.93064 9.06536 6.14804 9.35089 6.07882 9.64532L5.53521 11.9575C5.43452 12.3858 5.91894 12.7216 6.31467 12.4979L8.45129 11.2901C8.47495 11.2767 8.49923 11.2653 8.5239 11.2558C7.74859 11.8519 7.40364 12.6549 7.25995 13.3488H6.66675C5.52707 13.3488 4.46219 13.7474 3.69561 14.5797C2.95384 15.3851 2.66675 16.4055 2.66675 17.3488C2.66675 19.558 4.45761 21.3488 6.66675 21.3488H25.3334C27.6728 21.3488 29.1781 19.445 29.3275 17.5022C29.4243 16.244 28.7332 15.3588 28.1496 14.8677C27.5833 14.3909 26.9123 14.0917 26.3987 13.9034C26.1853 13.8252 25.9744 13.7574 25.7742 13.699C25.6452 13.1747 25.439 12.556 25.1072 11.919C24.1526 10.0867 22.2422 8.29671 18.8272 8.02193C18.7347 8.01449 18.6431 8.00897 18.5522 8.0053C18.5333 7.98304 18.5119 7.96174 18.488 7.94166L16.6239 6.37592C16.5052 6.27623 16.4459 6.13816 16.4459 6.00008H18.0001C18.3683 6.00008 18.6667 5.7016 18.6667 5.33341C18.6667 4.96522 18.3683 4.66675 18.0001 4.66675H3.33341ZM14.8773 6.00008H6.45622C6.45622 8.20922 8.34134 10.0001 10.6667 10.0001C12.9922 10.0001 14.8773 8.20922 14.8773 6.00008ZM24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33345 29.9007C9.01459 29.696 8.90534 29.2428 9.08944 28.8883L9.51209 28.0745H8.66675C8.29856 28.0745 8.00008 27.7427 8.00008 27.3334C8.00008 26.9241 8.29856 26.5923 8.66675 26.5923H9.51208L9.08944 25.7785C8.90534 25.4241 9.01459 24.9708 9.33345 24.7662C9.65232 24.5615 10.06 24.683 10.2441 25.0374L10.6668 25.8512L11.0894 25.0374C11.2735 24.683 11.6813 24.5615 12.0001 24.7662C12.319 24.9708 12.4282 25.4241 12.2441 25.7785L11.8215 26.5923H12.6667C13.0349 26.5923 13.3334 26.9241 13.3334 27.3334C13.3334 27.7427 13.0349 28.0745 12.6667 28.0745H11.8215L12.2441 28.8883C12.4282 29.2428 12.319 29.696 12.0001 29.9007C11.6813 30.1053 11.2735 29.9839 11.0894 29.6294L10.6668 28.8156L10.2441 29.6294C10.06 29.9839 9.65232 30.1053 9.33345 29.9007Z\" fill=\"currentColor\"/> <path d=\"M19.3335 27.9007C19.0146 27.696 18.9053 27.2428 19.0894 26.8883L19.5121 26.0745H18.6667C18.2986 26.0745 18.0001 25.7427 18.0001 25.3334C18.0001 24.9241 18.2986 24.5923 18.6667 24.5923H19.5121L19.0894 23.7785C18.9053 23.4241 19.0146 22.9708 19.3335 22.7662C19.6523 22.5615 20.06 22.683 20.2441 23.0374L20.6668 23.8512L21.0894 23.0374C21.2735 22.683 21.6813 22.5615 22.0001 22.7662C22.319 22.9708 22.4282 23.4241 22.2441 23.7785L21.8215 24.5923H22.6667C23.0349 24.5923 23.3334 24.9241 23.3334 25.3334C23.3334 25.7427 23.0349 26.0745 22.6667 26.0745H21.8215L22.2441 26.8883C22.4282 27.2428 22.319 27.696 22.0001 27.9007C21.6813 28.1053 21.2735 27.9839 21.0894 27.6294L20.6668 26.8156L20.2441 27.6294C20.06 27.9839 19.6523 28.1053 19.3335 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33341 4.66675C2.96522 4.66675 2.66675 4.96522 2.66675 5.33341C2.66675 5.7016 2.96523 6.00008 3.33342 6.00008H4.88761C4.88761 6.13816 4.82827 6.27623 4.70959 6.37592L2.84548 7.94165C2.50022 8.23165 2.68525 8.77504 3.14321 8.81601L5.61579 9.0372C5.93064 9.06536 6.14804 9.35089 6.07882 9.64532L5.53521 11.9575C5.43452 12.3858 5.91894 12.7216 6.31467 12.4979L8.45129 11.2901C8.47495 11.2767 8.49923 11.2653 8.5239 11.2558C7.74859 11.8519 7.40364 12.6549 7.25995 13.3488H6.66675C5.52707 13.3488 4.46219 13.7474 3.69561 14.5797C2.95384 15.3851 2.66675 16.4055 2.66675 17.3488C2.66675 19.558 4.45761 21.3488 6.66675 21.3488H25.3334C27.6728 21.3488 29.1781 19.445 29.3275 17.5022C29.4243 16.244 28.7332 15.3588 28.1496 14.8677C27.5833 14.3909 26.9123 14.0917 26.3987 13.9034C26.1853 13.8252 25.9744 13.7574 25.7742 13.699C25.6452 13.1747 25.439 12.556 25.1072 11.919C24.1526 10.0867 22.2422 8.29671 18.8272 8.02193C18.7347 8.01449 18.6431 8.00897 18.5522 8.0053C18.5333 7.98304 18.5119 7.96174 18.488 7.94166L16.6239 6.37592C16.5052 6.27623 16.4459 6.13816 16.4459 6.00008H18.0001C18.3683 6.00008 18.6667 5.7016 18.6667 5.33341C18.6667 4.96522 18.3683 4.66675 18.0001 4.66675H3.33341ZM14.8773 6.00008H6.45622C6.45622 8.20922 8.34134 10.0001 10.6667 10.0001C12.9922 10.0001 14.8773 8.20922 14.8773 6.00008ZM24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.33345 29.9007C9.01459 29.696 8.90534 29.2428 9.08944 28.8883L9.51209 28.0745H8.66675C8.29856 28.0745 8.00008 27.7427 8.00008 27.3334C8.00008 26.9241 8.29856 26.5923 8.66675 26.5923H9.51208L9.08944 25.7785C8.90534 25.4241 9.01459 24.9708 9.33345 24.7662C9.65232 24.5615 10.06 24.683 10.2441 25.0374L10.6668 25.8512L11.0894 25.0374C11.2735 24.683 11.6813 24.5615 12.0001 24.7662C12.319 24.9708 12.4282 25.4241 12.2441 25.7785L11.8215 26.5923H12.6667C13.0349 26.5923 13.3334 26.9241 13.3334 27.3334C13.3334 27.7427 13.0349 28.0745 12.6667 28.0745H11.8215L12.2441 28.8883C12.4282 29.2428 12.319 29.696 12.0001 29.9007C11.6813 30.1053 11.2735 29.9839 11.0894 29.6294L10.6668 28.8156L10.2441 29.6294C10.06 29.9839 9.65232 30.1053 9.33345 29.9007Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.3335 27.9007C19.0146 27.696 18.9053 27.2428 19.0894 26.8883L19.5121 26.0745H18.6667C18.2986 26.0745 18.0001 25.7427 18.0001 25.3334C18.0001 24.9241 18.2986 24.5923 18.6667 24.5923H19.5121L19.0894 23.7785C18.9053 23.4241 19.0146 22.9708 19.3335 22.7662C19.6523 22.5615 20.06 22.683 20.2441 23.0374L20.6668 23.8512L21.0894 23.0374C21.2735 22.683 21.6813 22.5615 22.0001 22.7662C22.319 22.9708 22.4282 23.4241 22.2441 23.7785L21.8215 24.5923H22.6667C23.0349 24.5923 23.3334 24.9241 23.3334 25.3334C23.3334 25.7427 23.0349 26.0745 22.6667 26.0745H21.8215L22.2441 26.8883C22.4282 27.2428 22.319 27.696 22.0001 27.9007C21.6813 28.1053 21.2735 27.9839 21.0894 27.6294L20.6668 26.8156L20.2441 27.6294C20.06 27.9839 19.6523 28.1053 19.3335 27.9007Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-snow-showers-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSnowShowersPolartwilight",
          "declaration": {
            "name": "ObiLightSnowShowersPolartwilight",
            "module": "src/icons/icon-light-snow-showers-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-snow-showers-polartwilight",
          "declaration": {
            "name": "ObiLightSnowShowersPolartwilight",
            "module": "src/icons/icon-light-snow-showers-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-light-snow.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightSnow",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20.0001 27.9007C19.6812 27.696 19.572 27.2428 19.7561 26.8883L20.1787 26.0745H19.3334C18.9652 26.0745 18.6667 25.7427 18.6667 25.3334C18.6667 24.9241 18.9652 24.5923 19.3334 24.5923H20.1787L19.7561 23.7785C19.572 23.4241 19.6812 22.9708 20.0001 22.7662C20.3189 22.5615 20.7267 22.683 20.9108 23.0374L21.3334 23.8512L21.7561 23.0374C21.9402 22.683 22.3479 22.5615 22.6667 22.7662C22.9856 22.9708 23.0949 23.4241 22.9108 23.7785L22.4881 24.5923H23.3334C23.7016 24.5923 24 24.9241 24 25.3334C24 25.7427 23.7016 26.0745 23.3334 26.0745H22.4881L22.9108 26.8883C23.0949 27.2428 22.9856 27.696 22.6667 27.9007C22.3479 28.1053 21.9402 27.9839 21.7561 27.6294L21.3334 26.8156L20.9108 27.6294C20.7267 27.9839 20.3189 28.1053 20.0001 27.9007Z\" fill=\"currentColor\"/> <path d=\"M10.6667 30.5673C10.3479 30.3627 10.2386 29.9094 10.4227 29.555L10.8454 28.7412H10C9.63185 28.7412 9.33337 28.4094 9.33337 28.0001C9.33337 27.5908 9.63185 27.259 10 27.259H10.8454L10.4227 26.4452C10.2386 26.0907 10.3479 25.6375 10.6667 25.4328C10.9856 25.2282 11.3933 25.3496 11.5774 25.7041L12.0001 26.5179L12.4227 25.7041C12.6068 25.3496 13.0146 25.2282 13.3334 25.4328C13.6523 25.6375 13.7615 26.0907 13.5774 26.4452L13.1548 27.259H14C14.3682 27.259 14.6667 27.5908 14.6667 28.0001C14.6667 28.4094 14.3682 28.7412 14 28.7412H13.1548L13.5774 29.555C13.7615 29.9094 13.6523 30.3627 13.3334 30.5673C13.0146 30.772 12.6068 30.6505 12.4227 30.2961L12.0001 29.4823L11.5774 30.2961C11.3933 30.6505 10.9856 30.772 10.6667 30.5673Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 4.66675C15.7936 4.66675 13.5609 6.11932 12.4614 8.45086L12.0452 9.33332L11.1528 8.93905C10.9179 8.83526 10.6813 8.79149 10.4275 8.79149C9.54947 8.79149 8.78596 9.34113 8.48304 10.19L8.1991 10.9856L7.3672 10.8386C7.27659 10.8226 7.20215 10.8206 7.00789 10.8206C6.00825 10.8206 5.08296 11.2303 4.39061 11.9905C3.70873 12.7404 3.33337 13.6988 3.33337 14.7104V14.7649C3.36175 15.8893 3.77303 16.8611 4.47904 17.558L4.49175 17.5705L4.504 17.5835C5.16232 18.2815 6.06001 18.6667 7.00788 18.6667H24.4824C26.363 18.6667 28 17.0322 28 14.91C28 13.1306 26.8572 11.6552 25.3793 11.2508L24.7566 11.0805L24.6555 10.4429C24.1293 7.12467 21.3737 4.66675 18.2393 4.66675ZM11.0544 6.84083C12.5728 4.28382 15.2594 2.66675 18.2393 2.66675C22.2431 2.66675 25.6239 5.62303 26.5148 9.52883C28.597 10.384 30 12.5239 30 14.91C30 18.0435 27.5587 20.6667 24.4824 20.6667H7.00788C5.51463 20.6667 4.09608 20.0589 3.06133 18.9688C1.95818 17.873 1.37027 16.3924 1.33364 14.7999L1.33337 14.7884V14.7104C1.33337 13.194 1.89911 11.7575 2.91121 10.6447C3.95631 9.49697 5.38205 8.84462 6.92203 8.82125C7.63403 7.59318 8.93646 6.79149 10.4275 6.79149C10.6339 6.79149 10.8432 6.80675 11.0544 6.84083Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20.0001 27.9007C19.6812 27.696 19.572 27.2428 19.7561 26.8883L20.1787 26.0745H19.3334C18.9652 26.0745 18.6667 25.7427 18.6667 25.3334C18.6667 24.9241 18.9652 24.5923 19.3334 24.5923H20.1787L19.7561 23.7785C19.572 23.4241 19.6812 22.9708 20.0001 22.7662C20.3189 22.5615 20.7267 22.683 20.9108 23.0374L21.3334 23.8512L21.7561 23.0374C21.9402 22.683 22.3479 22.5615 22.6667 22.7662C22.9856 22.9708 23.0949 23.4241 22.9108 23.7785L22.4881 24.5923H23.3334C23.7016 24.5923 24 24.9241 24 25.3334C24 25.7427 23.7016 26.0745 23.3334 26.0745H22.4881L22.9108 26.8883C23.0949 27.2428 22.9856 27.696 22.6667 27.9007C22.3479 28.1053 21.9402 27.9839 21.7561 27.6294L21.3334 26.8156L20.9108 27.6294C20.7267 27.9839 20.3189 28.1053 20.0001 27.9007Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.6667 30.5673C10.3479 30.3627 10.2386 29.9094 10.4227 29.555L10.8454 28.7412H10C9.63185 28.7412 9.33337 28.4094 9.33337 28.0001C9.33337 27.5908 9.63185 27.259 10 27.259H10.8454L10.4227 26.4452C10.2386 26.0907 10.3479 25.6375 10.6667 25.4328C10.9856 25.2282 11.3933 25.3496 11.5774 25.7041L12.0001 26.5179L12.4227 25.7041C12.6068 25.3496 13.0146 25.2282 13.3334 25.4328C13.6523 25.6375 13.7615 26.0907 13.5774 26.4452L13.1548 27.259H14C14.3682 27.259 14.6667 27.5908 14.6667 28.0001C14.6667 28.4094 14.3682 28.7412 14 28.7412H13.1548L13.5774 29.555C13.7615 29.9094 13.6523 30.3627 13.3334 30.5673C13.0146 30.772 12.6068 30.6505 12.4227 30.2961L12.0001 29.4823L11.5774 30.2961C11.3933 30.6505 10.9856 30.772 10.6667 30.5673Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 4.66675C15.7936 4.66675 13.5609 6.11932 12.4614 8.45086L12.0452 9.33332L11.1528 8.93905C10.9179 8.83526 10.6813 8.79149 10.4275 8.79149C9.54947 8.79149 8.78596 9.34113 8.48304 10.19L8.1991 10.9856L7.3672 10.8386C7.27659 10.8226 7.20215 10.8206 7.00789 10.8206C6.00825 10.8206 5.08296 11.2303 4.39061 11.9905C3.70873 12.7404 3.33337 13.6988 3.33337 14.7104V14.7649C3.36175 15.8893 3.77303 16.8611 4.47904 17.558L4.49175 17.5705L4.504 17.5835C5.16232 18.2815 6.06001 18.6667 7.00788 18.6667H24.4824C26.363 18.6667 28 17.0322 28 14.91C28 13.1306 26.8572 11.6552 25.3793 11.2508L24.7566 11.0805L24.6555 10.4429C24.1293 7.12467 21.3737 4.66675 18.2393 4.66675ZM11.0544 6.84083C12.5728 4.28382 15.2594 2.66675 18.2393 2.66675C22.2431 2.66675 25.6239 5.62303 26.5148 9.52883C28.597 10.384 30 12.5239 30 14.91C30 18.0435 27.5587 20.6667 24.4824 20.6667H7.00788C5.51463 20.6667 4.09608 20.0589 3.06133 18.9688C1.95818 17.873 1.37027 16.3924 1.33364 14.7999L1.33337 14.7884V14.7104C1.33337 13.194 1.89911 11.7575 2.91121 10.6447C3.95631 9.49697 5.38205 8.84462 6.92203 8.82125C7.63403 7.59318 8.93646 6.79149 10.4275 6.79149C10.6339 6.79149 10.8432 6.80675 11.0544 6.84083Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-light-snow",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightSnow",
          "declaration": {
            "name": "ObiLightSnow",
            "module": "src/icons/icon-light-snow.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-light-snow",
          "declaration": {
            "name": "ObiLightSnow",
            "module": "src/icons/icon-light-snow.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-rain-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavyRainColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4967 13.4933L18.5126 7.33325L14.6667 15.1333L17.2427 16.3333L15.5738 23.3333L20.0001 14.6933L17.4967 13.4933Z\" fill=\"currentColor\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L21.1866 15.3012C21.3506 14.9811 21.3783 14.6082 21.2634 14.2673C21.1484 13.9264 20.9006 13.6465 20.5763 13.491L18.9748 12.7233L19.828 7.55025C19.9355 6.89826 19.5492 6.26588 18.9201 6.06382C18.291 5.86176 17.6087 6.15099 17.3165 6.74366L13.4707 14.5437C13.3121 14.8654 13.2898 15.2375 13.4089 15.5759C13.528 15.9143 13.7784 16.1904 14.1036 16.3419L15.6932 17.0825L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08284 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50176 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" fill=\"currentColor\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.54466 21.3371C6.81529 20.7508 7.45443 20.531 8.02298 20.7497L8.03313 20.7536L8.043 20.7582C8.62936 21.0288 8.8491 21.6679 8.63043 22.2365L8.62502 22.2506L7.50666 24.8059C7.31985 25.2666 6.89781 25.4901 6.46332 25.4901C6.31239 25.4901 6.14314 25.4441 6.03791 25.409L6.02039 25.4032L6.00363 25.3955C5.41728 25.1248 5.19753 24.4857 5.4162 23.9172L5.42162 23.9031L6.54466 21.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5447 24.0038C10.8153 23.4174 11.4544 23.1977 12.023 23.4164L12.0331 23.4203L12.043 23.4248C12.6294 23.6955 12.8491 24.3346 12.6304 24.9031L12.625 24.9172L11.5067 27.4726C11.3199 27.9333 10.8978 28.1568 10.4633 28.1568C10.3124 28.1568 10.1431 28.1108 10.0379 28.0757L10.0204 28.0699L10.0036 28.0621C9.41728 27.7915 9.19753 27.1524 9.4162 26.5838L9.42162 26.5697L10.5447 24.0038Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 21.3371C24.8153 20.7508 25.4544 20.531 26.023 20.7497L26.0331 20.7536L26.043 20.7582C26.6294 21.0288 26.8491 21.6679 26.6304 22.2365L26.625 22.2506L25.5067 24.8059C25.3199 25.2666 24.8978 25.4901 24.4633 25.4901C24.3124 25.4901 24.1431 25.4441 24.0379 25.409L24.0204 25.4032L24.0036 25.3955C23.4173 25.1248 23.1975 24.4857 23.4162 23.9172L23.4216 23.9031L24.5447 21.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.878 26.0038C28.1486 25.4174 28.7878 25.1977 29.3563 25.4164L29.3665 25.4203L29.3763 25.4248C29.9627 25.6955 30.1824 26.3346 29.9638 26.9031L29.9583 26.9172L28.84 29.4726C28.6532 29.9333 28.2311 30.1568 27.7966 30.1568C27.6457 30.1568 27.4765 30.1108 27.3712 30.0757L27.3537 30.0699L27.337 30.0621C26.7506 29.7915 26.5309 29.1524 26.7495 28.5838L26.7549 28.5697L27.878 26.0038Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2113 22.6705C19.482 22.0841 20.1211 21.8644 20.6896 22.083L20.6998 22.0869L20.7097 22.0915C21.296 22.3621 21.5158 23.0013 21.2971 23.5698L21.2917 23.5839L20.1733 26.1393C19.9865 26.5999 19.5645 26.8235 19.13 26.8235C18.9791 26.8235 18.8098 26.7775 18.7046 26.7424L18.6871 26.7365L18.6703 26.7288C18.0839 26.4582 17.8642 25.819 18.0829 25.2505L18.0883 25.2364L19.2113 22.6705Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4967 13.4933L18.5126 7.33325L14.6667 15.1333L17.2427 16.3333L15.5738 23.3333L20.0001 14.6933L17.4967 13.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L21.1866 15.3012C21.3506 14.9811 21.3783 14.6082 21.2634 14.2673C21.1484 13.9264 20.9006 13.6465 20.5763 13.491L18.9748 12.7233L19.828 7.55025C19.9355 6.89826 19.5492 6.26588 18.9201 6.06382C18.291 5.86176 17.6087 6.15099 17.3165 6.74366L13.4707 14.5437C13.3121 14.8654 13.2898 15.2375 13.4089 15.5759C13.528 15.9143 13.7784 16.1904 14.1036 16.3419L15.6932 17.0825L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08284 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50176 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" style=\"fill: var(--data-weather-cloud-heavy-primary-color)\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" style=\"fill: var(--data-weather-cloud-heavy-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.54466 21.3371C6.81529 20.7508 7.45443 20.531 8.02298 20.7497L8.03313 20.7536L8.043 20.7582C8.62936 21.0288 8.8491 21.6679 8.63043 22.2365L8.62502 22.2506L7.50666 24.8059C7.31985 25.2666 6.89781 25.4901 6.46332 25.4901C6.31239 25.4901 6.14314 25.4441 6.03791 25.409L6.02039 25.4032L6.00363 25.3955C5.41728 25.1248 5.19753 24.4857 5.4162 23.9172L5.42162 23.9031L6.54466 21.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5447 24.0038C10.8153 23.4174 11.4544 23.1977 12.023 23.4164L12.0331 23.4203L12.043 23.4248C12.6294 23.6955 12.8491 24.3346 12.6304 24.9031L12.625 24.9172L11.5067 27.4726C11.3199 27.9333 10.8978 28.1568 10.4633 28.1568C10.3124 28.1568 10.1431 28.1108 10.0379 28.0757L10.0204 28.0699L10.0036 28.0621C9.41728 27.7915 9.19753 27.1524 9.4162 26.5838L9.42162 26.5697L10.5447 24.0038Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 21.3371C24.8153 20.7508 25.4544 20.531 26.023 20.7497L26.0331 20.7536L26.043 20.7582C26.6294 21.0288 26.8491 21.6679 26.6304 22.2365L26.625 22.2506L25.5067 24.8059C25.3199 25.2666 24.8978 25.4901 24.4633 25.4901C24.3124 25.4901 24.1431 25.4441 24.0379 25.409L24.0204 25.4032L24.0036 25.3955C23.4173 25.1248 23.1975 24.4857 23.4162 23.9172L23.4216 23.9031L24.5447 21.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.878 26.0038C28.1486 25.4174 28.7878 25.1977 29.3563 25.4164L29.3665 25.4203L29.3763 25.4248C29.9627 25.6955 30.1824 26.3346 29.9638 26.9031L29.9583 26.9172L28.84 29.4726C28.6532 29.9333 28.2311 30.1568 27.7966 30.1568C27.6457 30.1568 27.4765 30.1108 27.3712 30.0757L27.3537 30.0699L27.337 30.0621C26.7506 29.7915 26.5309 29.1524 26.7495 28.5838L26.7549 28.5697L27.878 26.0038Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2113 22.6705C19.482 22.0841 20.1211 21.8644 20.6896 22.083L20.6998 22.0869L20.7097 22.0915C21.296 22.3621 21.5158 23.0013 21.2971 23.5698L21.2917 23.5839L20.1733 26.1393C19.9865 26.5999 19.5645 26.8235 19.13 26.8235C18.9791 26.8235 18.8098 26.7775 18.7046 26.7424L18.6871 26.7365L18.6703 26.7288C18.0839 26.4582 17.8642 25.819 18.0829 25.2505L18.0883 25.2364L19.2113 22.6705Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-rain-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavyRainColour",
          "declaration": {
            "name": "ObiLightningHeavyRainColour",
            "module": "src/icons/icon-lightning-heavy-rain-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-rain-colour",
          "declaration": {
            "name": "ObiLightningHeavyRainColour",
            "module": "src/icons/icon-lightning-heavy-rain-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-rain-showers-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavyRainShowersDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" fill=\"currentColor\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1633 19.4933L17.1792 13.3333L13.3334 21.1333L15.9093 22.3333L14.2404 29.3333L18.6667 20.6933L16.1633 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3333 17.3488C27.4497 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6666 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0854 13.2031 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 11.999 13.014 11.1362 12.6646C10.7796 12.5203 10.3898 12.4872 9.99996 12.6822C9.66663 12.8488 9.45829 13.0988 9.33329 13.3801C8.95829 14.2238 9.33329 15.3488 9.33329 15.3488H6.66663C5.33329 15.3488 4.66663 16.2442 4.66663 17.3488C4.66663 18.4534 5.56206 19.3488 6.66663 19.3488H12.7266L12.1374 20.5438C12.0137 20.7948 11.9729 21.0764 12.0175 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0173 20.9812 20.045 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33329 15.3487C9.33329 15.3487 8.66663 13.3487 9.99996 12.6821C11.3333 12.0154 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 14.8855 9.71116 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L17.6415 18.7234L18.4947 13.5503C18.6022 12.8983 18.2159 12.266 17.5868 12.0639C16.9577 11.8618 16.2754 12.1511 15.9832 12.7437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.87804 23.3371C4.14866 22.7508 4.78781 22.531 5.35635 22.7497L5.3665 22.7536L5.37638 22.7582C5.96273 23.0288 6.18248 23.6679 5.96381 24.2365L5.95839 24.2506L4.84004 26.8059C4.65323 27.2666 4.23118 27.4901 3.79669 27.4901C3.64576 27.4901 3.47651 27.4441 3.37128 27.409L3.35377 27.4032L3.33701 27.3955C2.75065 27.1248 2.53091 26.4857 2.74958 25.9172L2.75499 25.9031L3.87804 23.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.5447 26.0038C8.81533 25.4174 9.45447 25.1977 10.023 25.4164L10.0332 25.4203L10.043 25.4248C10.6294 25.6955 10.8491 26.3346 10.6305 26.9031L10.6251 26.9172L9.5067 29.4726C9.31989 29.9333 8.89785 30.1568 8.46336 30.1568C8.31243 30.1568 8.14318 30.1108 8.03795 30.0757L8.02043 30.0699L8.00367 30.0621C7.41732 29.7915 7.19757 29.1524 7.41624 28.5838L7.42166 28.5697L8.5447 26.0038Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2114 24.6705C19.482 24.0841 20.1211 23.8644 20.6897 24.083L20.6998 24.0869L20.7097 24.0915C21.2961 24.3621 21.5158 25.0013 21.2971 25.5698L21.2917 25.5839L20.1734 28.1393C19.9866 28.5999 19.5645 28.8235 19.13 28.8235C18.9791 28.8235 18.8098 28.7775 18.7046 28.7424L18.6871 28.7365L18.6703 28.7288C18.084 28.4582 17.8642 27.819 18.0829 27.2505L18.0883 27.2364L19.2114 24.6705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.2114 26.6705C27.482 26.0841 28.1211 25.8644 28.6897 26.083L28.6998 26.0869L28.7097 26.0915C29.2961 26.3621 29.5158 27.0013 29.2971 27.5698L29.2917 27.5839L28.1734 30.1393C27.9866 30.5999 27.5645 30.8235 27.13 30.8235C26.9791 30.8235 26.8098 30.7775 26.7046 30.7424L26.6871 30.7365L26.6703 30.7288C26.084 30.4582 25.8642 29.819 26.0829 29.2505L26.0883 29.2364L27.2114 26.6705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.878 23.3371C24.1487 22.7508 24.7878 22.531 25.3563 22.7497L25.3665 22.7536L25.3764 22.7582C25.9627 23.0288 26.1825 23.6679 25.9638 24.2365L25.9584 24.2506L24.84 26.8059C24.6532 27.2666 24.2312 27.4901 23.7967 27.4901C23.6458 27.4901 23.4765 27.4441 23.3713 27.409L23.3538 27.4032L23.337 27.3955C22.7506 27.1248 22.5309 26.4857 22.7496 25.9172L22.755 25.9031L23.878 23.3371Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1633 19.4933L17.1792 13.3333L13.3334 21.1333L15.9093 22.3333L14.2404 29.3333L18.6667 20.6933L16.1633 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3333 17.3488C27.4497 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6666 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0854 13.2031 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 11.999 13.014 11.1362 12.6646C10.7796 12.5203 10.3898 12.4872 9.99996 12.6822C9.66663 12.8488 9.45829 13.0988 9.33329 13.3801C8.95829 14.2238 9.33329 15.3488 9.33329 15.3488H6.66663C5.33329 15.3488 4.66663 16.2442 4.66663 17.3488C4.66663 18.4534 5.56206 19.3488 6.66663 19.3488H12.7266L12.1374 20.5438C12.0137 20.7948 11.9729 21.0764 12.0175 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0173 20.9812 20.045 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M9.33329 15.3487C9.33329 15.3487 8.66663 13.3487 9.99996 12.6821C11.3333 12.0154 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 14.8855 9.71116 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L17.6415 18.7234L18.4947 13.5503C18.6022 12.8983 18.2159 12.266 17.5868 12.0639C16.9577 11.8618 16.2754 12.1511 15.9832 12.7437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.87804 23.3371C4.14866 22.7508 4.78781 22.531 5.35635 22.7497L5.3665 22.7536L5.37638 22.7582C5.96273 23.0288 6.18248 23.6679 5.96381 24.2365L5.95839 24.2506L4.84004 26.8059C4.65323 27.2666 4.23118 27.4901 3.79669 27.4901C3.64576 27.4901 3.47651 27.4441 3.37128 27.409L3.35377 27.4032L3.33701 27.3955C2.75065 27.1248 2.53091 26.4857 2.74958 25.9172L2.75499 25.9031L3.87804 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.5447 26.0038C8.81533 25.4174 9.45447 25.1977 10.023 25.4164L10.0332 25.4203L10.043 25.4248C10.6294 25.6955 10.8491 26.3346 10.6305 26.9031L10.6251 26.9172L9.5067 29.4726C9.31989 29.9333 8.89785 30.1568 8.46336 30.1568C8.31243 30.1568 8.14318 30.1108 8.03795 30.0757L8.02043 30.0699L8.00367 30.0621C7.41732 29.7915 7.19757 29.1524 7.41624 28.5838L7.42166 28.5697L8.5447 26.0038Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2114 24.6705C19.482 24.0841 20.1211 23.8644 20.6897 24.083L20.6998 24.0869L20.7097 24.0915C21.2961 24.3621 21.5158 25.0013 21.2971 25.5698L21.2917 25.5839L20.1734 28.1393C19.9866 28.5999 19.5645 28.8235 19.13 28.8235C18.9791 28.8235 18.8098 28.7775 18.7046 28.7424L18.6871 28.7365L18.6703 28.7288C18.084 28.4582 17.8642 27.819 18.0829 27.2505L18.0883 27.2364L19.2114 24.6705Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.2114 26.6705C27.482 26.0841 28.1211 25.8644 28.6897 26.083L28.6998 26.0869L28.7097 26.0915C29.2961 26.3621 29.5158 27.0013 29.2971 27.5698L29.2917 27.5839L28.1734 30.1393C27.9866 30.5999 27.5645 30.8235 27.13 30.8235C26.9791 30.8235 26.8098 30.7775 26.7046 30.7424L26.6871 30.7365L26.6703 30.7288C26.084 30.4582 25.8642 29.819 26.0829 29.2505L26.0883 29.2364L27.2114 26.6705Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.878 23.3371C24.1487 22.7508 24.7878 22.531 25.3563 22.7497L25.3665 22.7536L25.3764 22.7582C25.9627 23.0288 26.1825 23.6679 25.9638 24.2365L25.9584 24.2506L24.84 26.8059C24.6532 27.2666 24.2312 27.4901 23.7967 27.4901C23.6458 27.4901 23.4765 27.4441 23.3713 27.409L23.3538 27.4032L23.337 27.3955C22.7506 27.1248 22.5309 26.4857 22.7496 25.9172L22.755 25.9031L23.878 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-rain-showers-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavyRainShowersDayColour",
          "declaration": {
            "name": "ObiLightningHeavyRainShowersDayColour",
            "module": "src/icons/icon-lightning-heavy-rain-showers-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-rain-showers-day-colour",
          "declaration": {
            "name": "ObiLightningHeavyRainShowersDayColour",
            "module": "src/icons/icon-lightning-heavy-rain-showers-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-rain-showers-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavyRainShowersDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93387 4.00639C9.83981 4.29555 9.50221 4.44272 9.21485 4.31985L6.9581 3.35492C6.54012 3.1762 6.09568 3.5634 6.24296 3.97794L7.03817 6.21614C7.13943 6.50114 6.95483 6.8089 6.64501 6.8716L4.21188 7.36403C3.76123 7.45524 3.63723 8.01571 4.01236 8.26588L6.03773 9.61656C6.29563 9.78855 6.33454 10.1393 6.1206 10.3637L4.44046 12.1254C4.12928 12.4516 4.37309 12.9713 4.83277 12.9616L7.31467 12.9088C7.33529 12.9084 7.35561 12.9091 7.37559 12.9108C7.32722 13.0596 7.2893 13.2064 7.25983 13.3487H6.66663C5.52695 13.3487 4.46207 13.7473 3.69549 14.5796C2.95372 15.385 2.66663 16.4054 2.66663 17.3487C2.66663 19.5579 4.45749 21.3487 6.66662 21.3487H12.0175C11.9729 21.0764 12.0137 20.7947 12.1374 20.5437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.38C9.45829 13.0987 9.66663 12.8487 9.99996 12.6821C10.3898 12.4871 10.7796 12.5202 11.1362 12.6646C11.999 13.014 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1453 16.5282 9.84334 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.4501 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9265 19.9301 20.2674C20.045 20.6083 20.0173 20.9811 19.8533 21.3013L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.5021C29.4242 16.2439 28.733 15.3588 28.1495 14.8676C27.5831 14.3908 26.9122 14.0916 26.3986 13.9033C26.1852 13.8251 25.9743 13.7573 25.774 13.6989C25.645 13.1746 25.4389 12.5559 25.107 11.9189C24.1524 10.0866 22.242 8.29662 18.827 8.02185C18.6026 8.00379 18.3829 7.99706 18.1679 8.00059L19.5596 6.54135C19.8707 6.21506 19.6269 5.69538 19.1672 5.70515L16.6853 5.75791C16.3693 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4963 2.40973 15.9778 2.12935 15.6092 2.39533L13.6188 3.83136C13.3653 4.01422 13.0037 3.9446 12.8485 3.68309L11.6302 1.62937ZM9.10553 10.8932C8.81849 11.0367 8.57294 11.2042 8.36309 11.3875C8.07206 10.9161 7.8796 10.3786 7.81515 9.79755C7.5716 7.60187 9.24779 5.6141 11.559 5.35774C13.6897 5.1214 15.6162 6.43897 16.0951 8.36647C14.6977 8.8461 13.5967 9.71689 12.8272 10.4944C12.6503 10.6732 12.4855 10.8521 12.333 11.0276C11.5414 10.5915 10.3817 10.2551 9.10553 10.8932Z\" fill=\"currentColor\"/> <path d=\"M17.1791 13.3333L16.1632 19.4933L18.6666 20.6933L14.2403 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5447 23.337C4.81533 22.7507 5.45447 22.5309 6.02302 22.7496L6.03317 22.7535L6.04304 22.7581C6.6294 23.0287 6.84914 23.6678 6.63047 24.2364L6.62506 24.2505L5.5067 26.8059C5.31989 27.2665 4.89785 27.4901 4.46336 27.4901C4.31243 27.4901 4.14318 27.444 4.03795 27.409L4.02043 27.4031L4.00367 27.3954C3.41732 27.1248 3.19757 26.4856 3.41624 25.9171L3.42166 25.903L4.5447 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21137 26.0037C9.482 25.4174 10.1211 25.1976 10.6897 25.4163L10.6998 25.4202L10.7097 25.4247C11.2961 25.6954 11.5158 26.3345 11.2971 26.9031L11.2917 26.9171L10.1734 29.4725C9.98656 29.9332 9.56451 30.1567 9.13002 30.1567C8.97909 30.1567 8.80985 30.1107 8.70462 30.0756L8.6871 30.0698L8.67034 30.0621C8.08398 29.7914 7.86424 29.1523 8.08291 28.5837L8.08833 28.5697L9.21137 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 24.6704C20.1487 24.084 20.7878 23.8643 21.3563 24.0829L21.3665 24.0869L21.3764 24.0914C21.9627 24.362 22.1825 25.0012 21.9638 25.5697L21.9584 25.5838L20.84 28.1392C20.6532 28.5999 20.2312 28.8234 19.7967 28.8234C19.6458 28.8234 19.4765 28.7774 19.3713 28.7423L19.3538 28.7365L19.337 28.7287C18.7506 28.4581 18.5309 27.819 18.7496 27.2504L18.755 27.2363L19.878 24.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.878 26.6704C28.1487 26.084 28.7878 25.8643 29.3563 26.0829L29.3665 26.0869L29.3764 26.0914C29.9627 26.362 30.1825 27.0012 29.9638 27.5697L29.9584 27.5838L28.84 30.1392C28.6532 30.5999 28.2312 30.8234 27.7967 30.8234C27.6458 30.8234 27.4765 30.7774 27.3713 30.7423L27.3538 30.7365L27.337 30.7287C26.7506 30.4581 26.5309 29.819 26.7496 29.2504L26.755 29.2363L27.878 26.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 23.337C24.8153 22.7507 25.4545 22.5309 26.023 22.7496L26.0332 22.7535L26.043 22.7581C26.6294 23.0287 26.8491 23.6678 26.6305 24.2364L26.6251 24.2505L25.5067 26.8059C25.3199 27.2665 24.8978 27.4901 24.4634 27.4901C24.3124 27.4901 24.1432 27.444 24.0379 27.409L24.0204 27.4031L24.0037 27.3954C23.4173 27.1248 23.1976 26.4856 23.4162 25.9171L23.4217 25.903L24.5447 23.337Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93387 4.00639C9.83981 4.29555 9.50221 4.44272 9.21485 4.31985L6.9581 3.35492C6.54012 3.1762 6.09568 3.5634 6.24296 3.97794L7.03817 6.21614C7.13943 6.50114 6.95483 6.8089 6.64501 6.8716L4.21188 7.36403C3.76123 7.45524 3.63723 8.01571 4.01236 8.26588L6.03773 9.61656C6.29563 9.78855 6.33454 10.1393 6.1206 10.3637L4.44046 12.1254C4.12928 12.4516 4.37309 12.9713 4.83277 12.9616L7.31467 12.9088C7.33529 12.9084 7.35561 12.9091 7.37559 12.9108C7.32722 13.0596 7.2893 13.2064 7.25983 13.3487H6.66663C5.52695 13.3487 4.46207 13.7473 3.69549 14.5796C2.95372 15.385 2.66663 16.4054 2.66663 17.3487C2.66663 19.5579 4.45749 21.3487 6.66662 21.3487H12.0175C11.9729 21.0764 12.0137 20.7947 12.1374 20.5437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.38C9.45829 13.0987 9.66663 12.8487 9.99996 12.6821C10.3898 12.4871 10.7796 12.5202 11.1362 12.6646C11.999 13.014 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1453 16.5282 9.84334 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.4501 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9265 19.9301 20.2674C20.045 20.6083 20.0173 20.9811 19.8533 21.3013L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.5021C29.4242 16.2439 28.733 15.3588 28.1495 14.8676C27.5831 14.3908 26.9122 14.0916 26.3986 13.9033C26.1852 13.8251 25.9743 13.7573 25.774 13.6989C25.645 13.1746 25.4389 12.5559 25.107 11.9189C24.1524 10.0866 22.242 8.29662 18.827 8.02185C18.6026 8.00379 18.3829 7.99706 18.1679 8.00059L19.5596 6.54135C19.8707 6.21506 19.6269 5.69538 19.1672 5.70515L16.6853 5.75791C16.3693 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4963 2.40973 15.9778 2.12935 15.6092 2.39533L13.6188 3.83136C13.3653 4.01422 13.0037 3.9446 12.8485 3.68309L11.6302 1.62937ZM9.10553 10.8932C8.81849 11.0367 8.57294 11.2042 8.36309 11.3875C8.07206 10.9161 7.8796 10.3786 7.81515 9.79755C7.5716 7.60187 9.24779 5.6141 11.559 5.35774C13.6897 5.1214 15.6162 6.43897 16.0951 8.36647C14.6977 8.8461 13.5967 9.71689 12.8272 10.4944C12.6503 10.6732 12.4855 10.8521 12.333 11.0276C11.5414 10.5915 10.3817 10.2551 9.10553 10.8932Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1791 13.3333L16.1632 19.4933L18.6666 20.6933L14.2403 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5447 23.337C4.81533 22.7507 5.45447 22.5309 6.02302 22.7496L6.03317 22.7535L6.04304 22.7581C6.6294 23.0287 6.84914 23.6678 6.63047 24.2364L6.62506 24.2505L5.5067 26.8059C5.31989 27.2665 4.89785 27.4901 4.46336 27.4901C4.31243 27.4901 4.14318 27.444 4.03795 27.409L4.02043 27.4031L4.00367 27.3954C3.41732 27.1248 3.19757 26.4856 3.41624 25.9171L3.42166 25.903L4.5447 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21137 26.0037C9.482 25.4174 10.1211 25.1976 10.6897 25.4163L10.6998 25.4202L10.7097 25.4247C11.2961 25.6954 11.5158 26.3345 11.2971 26.9031L11.2917 26.9171L10.1734 29.4725C9.98656 29.9332 9.56451 30.1567 9.13002 30.1567C8.97909 30.1567 8.80985 30.1107 8.70462 30.0756L8.6871 30.0698L8.67034 30.0621C8.08398 29.7914 7.86424 29.1523 8.08291 28.5837L8.08833 28.5697L9.21137 26.0037Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 24.6704C20.1487 24.084 20.7878 23.8643 21.3563 24.0829L21.3665 24.0869L21.3764 24.0914C21.9627 24.362 22.1825 25.0012 21.9638 25.5697L21.9584 25.5838L20.84 28.1392C20.6532 28.5999 20.2312 28.8234 19.7967 28.8234C19.6458 28.8234 19.4765 28.7774 19.3713 28.7423L19.3538 28.7365L19.337 28.7287C18.7506 28.4581 18.5309 27.819 18.7496 27.2504L18.755 27.2363L19.878 24.6704Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.878 26.6704C28.1487 26.084 28.7878 25.8643 29.3563 26.0829L29.3665 26.0869L29.3764 26.0914C29.9627 26.362 30.1825 27.0012 29.9638 27.5697L29.9584 27.5838L28.84 30.1392C28.6532 30.5999 28.2312 30.8234 27.7967 30.8234C27.6458 30.8234 27.4765 30.7774 27.3713 30.7423L27.3538 30.7365L27.337 30.7287C26.7506 30.4581 26.5309 29.819 26.7496 29.2504L26.755 29.2363L27.878 26.6704Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 23.337C24.8153 22.7507 25.4545 22.5309 26.023 22.7496L26.0332 22.7535L26.043 22.7581C26.6294 23.0287 26.8491 23.6678 26.6305 24.2364L26.6251 24.2505L25.5067 26.8059C25.3199 27.2665 24.8978 27.4901 24.4634 27.4901C24.3124 27.4901 24.1432 27.444 24.0379 27.409L24.0204 27.4031L24.0037 27.3954C23.4173 27.1248 23.1976 26.4856 23.4162 25.9171L23.4217 25.903L24.5447 23.337Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-rain-showers-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavyRainShowersDay",
          "declaration": {
            "name": "ObiLightningHeavyRainShowersDay",
            "module": "src/icons/icon-lightning-heavy-rain-showers-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-rain-showers-day",
          "declaration": {
            "name": "ObiLightningHeavyRainShowersDay",
            "module": "src/icons/icon-lightning-heavy-rain-showers-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-rain-showers-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavyRainShowersNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.54466 23.3371C4.81529 22.7508 5.45443 22.531 6.02298 22.7497L6.03313 22.7536L6.043 22.7582C6.62936 23.0288 6.8491 23.6679 6.63043 24.2365L6.62502 24.2506L5.50666 26.8059C5.31985 27.2666 4.89781 27.4901 4.46332 27.4901C4.31239 27.4901 4.14314 27.4441 4.03791 27.409L4.02039 27.4032L4.00363 27.3955C3.41728 27.1248 3.19753 26.4857 3.4162 25.9172L3.42162 25.9031L4.54466 23.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21133 26.0038C9.48196 25.4174 10.1211 25.1977 10.6896 25.4164L10.6998 25.4203L10.7097 25.4248C11.296 25.6955 11.5158 26.3346 11.2971 26.9031L11.2917 26.9172L10.1733 29.4726C9.98652 29.9333 9.56447 30.1568 9.12998 30.1568C8.97905 30.1568 8.80981 30.1108 8.70458 30.0757L8.68706 30.0699L8.6703 30.0621C8.08394 29.7915 7.8642 29.1524 8.08287 28.5838L8.08828 28.5697L9.21133 26.0038Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 24.6705C20.1486 24.0841 20.7878 23.8644 21.3563 24.083L21.3665 24.0869L21.3763 24.0915C21.9627 24.3621 22.1824 25.0013 21.9638 25.5698L21.9583 25.5839L20.84 28.1393C20.6532 28.5999 20.2311 28.8235 19.7966 28.8235C19.6457 28.8235 19.4765 28.7775 19.3712 28.7424L19.3537 28.7365L19.337 28.7288C18.7506 28.4582 18.5309 27.819 18.7495 27.2505L18.755 27.2364L19.878 24.6705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.878 26.6705C28.1486 26.0841 28.7878 25.8644 29.3563 26.083L29.3665 26.0869L29.3763 26.0915C29.9627 26.3621 30.1824 27.0013 29.9638 27.5698L29.9583 27.5839L28.84 30.1393C28.6532 30.5999 28.2311 30.8235 27.7966 30.8235C27.6457 30.8235 27.4765 30.7775 27.3712 30.7424L27.3537 30.7365L27.337 30.7288C26.7506 30.4582 26.5309 29.819 26.7495 29.2505L26.7549 29.2364L27.878 26.6705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 23.3371C24.8153 22.7508 25.4544 22.531 26.023 22.7497L26.0331 22.7536L26.043 22.7582C26.6294 23.0288 26.8491 23.6679 26.6304 24.2365L26.625 24.2506L25.5067 26.8059C25.3199 27.2666 24.8978 27.4901 24.4633 27.4901C24.3124 27.4901 24.1431 27.4441 24.0379 27.409L24.0204 27.4032L24.0036 27.3955C23.4173 27.1248 23.1975 26.4857 23.4162 25.9172L23.4216 25.9031L24.5447 23.3371Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.54466 23.3371C4.81529 22.7508 5.45443 22.531 6.02298 22.7497L6.03313 22.7536L6.043 22.7582C6.62936 23.0288 6.8491 23.6679 6.63043 24.2365L6.62502 24.2506L5.50666 26.8059C5.31985 27.2666 4.89781 27.4901 4.46332 27.4901C4.31239 27.4901 4.14314 27.4441 4.03791 27.409L4.02039 27.4032L4.00363 27.3955C3.41728 27.1248 3.19753 26.4857 3.4162 25.9172L3.42162 25.9031L4.54466 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21133 26.0038C9.48196 25.4174 10.1211 25.1977 10.6896 25.4164L10.6998 25.4203L10.7097 25.4248C11.296 25.6955 11.5158 26.3346 11.2971 26.9031L11.2917 26.9172L10.1733 29.4726C9.98652 29.9333 9.56447 30.1568 9.12998 30.1568C8.97905 30.1568 8.80981 30.1108 8.70458 30.0757L8.68706 30.0699L8.6703 30.0621C8.08394 29.7915 7.8642 29.1524 8.08287 28.5838L8.08828 28.5697L9.21133 26.0038Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 24.6705C20.1486 24.0841 20.7878 23.8644 21.3563 24.083L21.3665 24.0869L21.3763 24.0915C21.9627 24.3621 22.1824 25.0013 21.9638 25.5698L21.9583 25.5839L20.84 28.1393C20.6532 28.5999 20.2311 28.8235 19.7966 28.8235C19.6457 28.8235 19.4765 28.7775 19.3712 28.7424L19.3537 28.7365L19.337 28.7288C18.7506 28.4582 18.5309 27.819 18.7495 27.2505L18.755 27.2364L19.878 24.6705Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.878 26.6705C28.1486 26.0841 28.7878 25.8644 29.3563 26.083L29.3665 26.0869L29.3763 26.0915C29.9627 26.3621 30.1824 27.0013 29.9638 27.5698L29.9583 27.5839L28.84 30.1393C28.6532 30.5999 28.2311 30.8235 27.7966 30.8235C27.6457 30.8235 27.4765 30.7775 27.3712 30.7424L27.3537 30.7365L27.337 30.7288C26.7506 30.4582 26.5309 29.819 26.7495 29.2505L26.7549 29.2364L27.878 26.6705Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 23.3371C24.8153 22.7508 25.4544 22.531 26.023 22.7497L26.0331 22.7536L26.043 22.7582C26.6294 23.0288 26.8491 23.6679 26.6304 24.2365L26.625 24.2506L25.5067 26.8059C25.3199 27.2666 24.8978 27.4901 24.4633 27.4901C24.3124 27.4901 24.1431 27.4441 24.0379 27.409L24.0204 27.4032L24.0036 27.3955C23.4173 27.1248 23.1975 26.4857 23.4162 25.9172L23.4216 25.9031L24.5447 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-rain-showers-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavyRainShowersNightColour",
          "declaration": {
            "name": "ObiLightningHeavyRainShowersNightColour",
            "module": "src/icons/icon-lightning-heavy-rain-showers-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-rain-showers-night-colour",
          "declaration": {
            "name": "ObiLightningHeavyRainShowersNightColour",
            "module": "src/icons/icon-lightning-heavy-rain-showers-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-rain-showers-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavyRainShowersNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.0223 12.9059 2.73015 13.8771 3.62234 14.6614C2.9348 15.4534 2.66667 16.437 2.66667 17.3487C2.66667 19.5578 4.45753 21.3487 6.66666 21.3487H12.0175C11.9729 21.0763 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66667C5.5621 19.3487 4.66667 18.4532 4.66667 17.3487C4.66667 16.2441 5.33333 15.3487 6.66667 15.3487H9.33333C9.33333 15.3487 8.95833 14.2237 9.33333 13.3799C9.45833 13.0987 9.66667 12.8487 10 12.682C10.3898 12.4871 10.7797 12.5201 11.1362 12.6645C11.999 13.0139 12.6667 14.0153 12.6667 14.0153C12.6667 14.0153 13.0855 13.2029 13.8692 12.3089C14.8895 11.1452 16.5282 9.84326 18.6667 10.0153C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4498 15.835 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9264 19.9301 20.2673C20.0451 20.6082 20.0174 20.9811 19.8533 21.3012L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.502C29.4242 16.2438 28.7331 15.3587 28.1496 14.8675C27.5832 14.3907 26.9123 14.0915 26.3987 13.9032C26.1852 13.825 25.9743 13.7572 25.7741 13.6988C25.6451 13.1745 25.4389 12.5559 25.1071 11.9189C24.1525 10.0865 22.2421 8.29654 18.8271 8.02176C18.2154 7.97254 17.6381 8.00744 17.0969 8.10503C16.9853 5.41628 15.5526 2.94813 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path d=\"M17.1791 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.54474 23.337C4.81537 22.7506 5.45452 22.5309 6.02306 22.7495L6.03321 22.7534L6.04309 22.758C6.62944 23.0286 6.84919 23.6678 6.63052 24.2363L6.6251 24.2504L5.50675 26.8058C5.31994 27.2664 4.89789 27.49 4.4634 27.49C4.31247 27.49 4.14322 27.444 4.03799 27.4089L4.02048 27.403L4.00371 27.3953C3.41736 27.1247 3.19761 26.4855 3.41628 25.917L3.4217 25.9029L4.54474 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0036C9.48204 25.4173 10.1212 25.1975 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3344 11.2972 26.903L11.2918 26.9171L10.1734 29.4724C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1106 8.70466 30.0756L8.68714 30.0697L8.67038 30.062C8.08402 29.7913 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8781 24.6703C20.1487 24.0839 20.7878 23.8642 21.3564 24.0829L21.3665 24.0868L21.3764 24.0913C21.9628 24.362 22.1825 25.0011 21.9638 25.5696L21.9584 25.5837L20.8401 28.1391C20.6533 28.5998 20.2312 28.8233 19.7967 28.8233C19.6458 28.8233 19.4766 28.7773 19.3713 28.7422L19.3538 28.7364L19.337 28.7286C18.7507 28.458 18.5309 27.8189 18.7496 27.2503L18.755 27.2362L19.8781 24.6703Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.8781 26.6703C28.1487 26.0839 28.7878 25.8642 29.3564 26.0829L29.3665 26.0868L29.3764 26.0913C29.9628 26.362 30.1825 27.0011 29.9639 27.5696L29.9584 27.5837L28.8401 30.1391C28.6533 30.5998 28.2312 30.8233 27.7967 30.8233C27.6458 30.8233 27.4766 30.7773 27.3713 30.7422L27.3538 30.7364L27.337 30.7286C26.7507 30.458 26.5309 29.8189 26.7496 29.2503L26.755 29.2362L27.8781 26.6703Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 23.337C24.8154 22.7506 25.4545 22.5309 26.0231 22.7495L26.0332 22.7534L26.0431 22.758C26.6294 23.0286 26.8492 23.6678 26.6305 24.2363L26.6251 24.2504L25.5067 26.8058C25.3199 27.2664 24.8979 27.49 24.4634 27.49C24.3125 27.49 24.1432 27.444 24.038 27.4089L24.0205 27.403L24.0037 27.3953C23.4174 27.1247 23.1976 26.4855 23.4163 25.917L23.4217 25.9029L24.5447 23.337Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.0223 12.9059 2.73015 13.8771 3.62234 14.6614C2.9348 15.4534 2.66667 16.437 2.66667 17.3487C2.66667 19.5578 4.45753 21.3487 6.66666 21.3487H12.0175C11.9729 21.0763 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66667C5.5621 19.3487 4.66667 18.4532 4.66667 17.3487C4.66667 16.2441 5.33333 15.3487 6.66667 15.3487H9.33333C9.33333 15.3487 8.95833 14.2237 9.33333 13.3799C9.45833 13.0987 9.66667 12.8487 10 12.682C10.3898 12.4871 10.7797 12.5201 11.1362 12.6645C11.999 13.0139 12.6667 14.0153 12.6667 14.0153C12.6667 14.0153 13.0855 13.2029 13.8692 12.3089C14.8895 11.1452 16.5282 9.84326 18.6667 10.0153C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4498 15.835 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9264 19.9301 20.2673C20.0451 20.6082 20.0174 20.9811 19.8533 21.3012L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.502C29.4242 16.2438 28.7331 15.3587 28.1496 14.8675C27.5832 14.3907 26.9123 14.0915 26.3987 13.9032C26.1852 13.825 25.9743 13.7572 25.7741 13.6988C25.6451 13.1745 25.4389 12.5559 25.1071 11.9189C24.1525 10.0865 22.2421 8.29654 18.8271 8.02176C18.2154 7.97254 17.6381 8.00744 17.0969 8.10503C16.9853 5.41628 15.5526 2.94813 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1791 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.54474 23.337C4.81537 22.7506 5.45452 22.5309 6.02306 22.7495L6.03321 22.7534L6.04309 22.758C6.62944 23.0286 6.84919 23.6678 6.63052 24.2363L6.6251 24.2504L5.50675 26.8058C5.31994 27.2664 4.89789 27.49 4.4634 27.49C4.31247 27.49 4.14322 27.444 4.03799 27.4089L4.02048 27.403L4.00371 27.3953C3.41736 27.1247 3.19761 26.4855 3.41628 25.917L3.4217 25.9029L4.54474 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0036C9.48204 25.4173 10.1212 25.1975 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3344 11.2972 26.903L11.2918 26.9171L10.1734 29.4724C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1106 8.70466 30.0756L8.68714 30.0697L8.67038 30.062C8.08402 29.7913 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0036Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8781 24.6703C20.1487 24.0839 20.7878 23.8642 21.3564 24.0829L21.3665 24.0868L21.3764 24.0913C21.9628 24.362 22.1825 25.0011 21.9638 25.5696L21.9584 25.5837L20.8401 28.1391C20.6533 28.5998 20.2312 28.8233 19.7967 28.8233C19.6458 28.8233 19.4766 28.7773 19.3713 28.7422L19.3538 28.7364L19.337 28.7286C18.7507 28.458 18.5309 27.8189 18.7496 27.2503L18.755 27.2362L19.8781 24.6703Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.8781 26.6703C28.1487 26.0839 28.7878 25.8642 29.3564 26.0829L29.3665 26.0868L29.3764 26.0913C29.9628 26.362 30.1825 27.0011 29.9639 27.5696L29.9584 27.5837L28.8401 30.1391C28.6533 30.5998 28.2312 30.8233 27.7967 30.8233C27.6458 30.8233 27.4766 30.7773 27.3713 30.7422L27.3538 30.7364L27.337 30.7286C26.7507 30.458 26.5309 29.8189 26.7496 29.2503L26.755 29.2362L27.8781 26.6703Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 23.337C24.8154 22.7506 25.4545 22.5309 26.0231 22.7495L26.0332 22.7534L26.0431 22.758C26.6294 23.0286 26.8492 23.6678 26.6305 24.2363L26.6251 24.2504L25.5067 26.8058C25.3199 27.2664 24.8979 27.49 24.4634 27.49C24.3125 27.49 24.1432 27.444 24.038 27.4089L24.0205 27.403L24.0037 27.3953C23.4174 27.1247 23.1976 26.4855 23.4163 25.917L23.4217 25.9029L24.5447 23.337Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-rain-showers-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavyRainShowersNight",
          "declaration": {
            "name": "ObiLightningHeavyRainShowersNight",
            "module": "src/icons/icon-lightning-heavy-rain-showers-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-rain-showers-night",
          "declaration": {
            "name": "ObiLightningHeavyRainShowersNight",
            "module": "src/icons/icon-lightning-heavy-rain-showers-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-rain-showers-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavyRainShowersPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" fill=\"currentColor\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.54466 23.3371C4.81529 22.7508 5.45443 22.531 6.02298 22.7497L6.03313 22.7536L6.043 22.7582C6.62936 23.0288 6.8491 23.6679 6.63043 24.2365L6.62502 24.2506L5.50666 26.8059C5.31985 27.2666 4.89781 27.4901 4.46332 27.4901C4.31239 27.4901 4.14314 27.4441 4.03791 27.409L4.02039 27.4032L4.00363 27.3955C3.41728 27.1248 3.19753 26.4857 3.4162 25.9172L3.42162 25.9031L4.54466 23.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21133 26.0038C9.48196 25.4174 10.1211 25.1977 10.6896 25.4164L10.6998 25.4203L10.7097 25.4248C11.296 25.6955 11.5158 26.3346 11.2971 26.9031L11.2917 26.9172L10.1733 29.4726C9.98652 29.9333 9.56447 30.1568 9.12998 30.1568C8.97905 30.1568 8.80981 30.1108 8.70458 30.0757L8.68706 30.0699L8.6703 30.0621C8.08394 29.7915 7.8642 29.1524 8.08287 28.5838L8.08828 28.5697L9.21133 26.0038Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 24.6705C20.1486 24.0841 20.7878 23.8644 21.3563 24.083L21.3665 24.0869L21.3763 24.0915C21.9627 24.3621 22.1824 25.0013 21.9638 25.5698L21.9583 25.5839L20.84 28.1393C20.6532 28.5999 20.2311 28.8235 19.7966 28.8235C19.6457 28.8235 19.4765 28.7775 19.3712 28.7424L19.3537 28.7365L19.337 28.7288C18.7506 28.4582 18.5309 27.819 18.7495 27.2505L18.755 27.2364L19.878 24.6705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.878 26.6705C28.1486 26.0841 28.7878 25.8644 29.3563 26.083L29.3665 26.0869L29.3763 26.0915C29.9627 26.3621 30.1824 27.0013 29.9638 27.5698L29.9583 27.5839L28.84 30.1393C28.6532 30.5999 28.2311 30.8235 27.7966 30.8235C27.6457 30.8235 27.4765 30.7775 27.3712 30.7424L27.3537 30.7365L27.337 30.7288C26.7506 30.4582 26.5309 29.819 26.7495 29.2505L26.7549 29.2364L27.878 26.6705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 23.3371C24.8153 22.7508 25.4544 22.531 26.023 22.7497L26.0331 22.7536L26.043 22.7582C26.6294 23.0288 26.8491 23.6679 26.6304 24.2365L26.625 24.2506L25.5067 26.8059C25.3199 27.2666 24.8978 27.4901 24.4633 27.4901C24.3124 27.4901 24.1431 27.4441 24.0379 27.409L24.0204 27.4032L24.0036 27.3955C23.4173 27.1248 23.1975 26.4857 23.4162 25.9172L23.4216 25.9031L24.5447 23.3371Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.54466 23.3371C4.81529 22.7508 5.45443 22.531 6.02298 22.7497L6.03313 22.7536L6.043 22.7582C6.62936 23.0288 6.8491 23.6679 6.63043 24.2365L6.62502 24.2506L5.50666 26.8059C5.31985 27.2666 4.89781 27.4901 4.46332 27.4901C4.31239 27.4901 4.14314 27.4441 4.03791 27.409L4.02039 27.4032L4.00363 27.3955C3.41728 27.1248 3.19753 26.4857 3.4162 25.9172L3.42162 25.9031L4.54466 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21133 26.0038C9.48196 25.4174 10.1211 25.1977 10.6896 25.4164L10.6998 25.4203L10.7097 25.4248C11.296 25.6955 11.5158 26.3346 11.2971 26.9031L11.2917 26.9172L10.1733 29.4726C9.98652 29.9333 9.56447 30.1568 9.12998 30.1568C8.97905 30.1568 8.80981 30.1108 8.70458 30.0757L8.68706 30.0699L8.6703 30.0621C8.08394 29.7915 7.8642 29.1524 8.08287 28.5838L8.08828 28.5697L9.21133 26.0038Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 24.6705C20.1486 24.0841 20.7878 23.8644 21.3563 24.083L21.3665 24.0869L21.3763 24.0915C21.9627 24.3621 22.1824 25.0013 21.9638 25.5698L21.9583 25.5839L20.84 28.1393C20.6532 28.5999 20.2311 28.8235 19.7966 28.8235C19.6457 28.8235 19.4765 28.7775 19.3712 28.7424L19.3537 28.7365L19.337 28.7288C18.7506 28.4582 18.5309 27.819 18.7495 27.2505L18.755 27.2364L19.878 24.6705Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.878 26.6705C28.1486 26.0841 28.7878 25.8644 29.3563 26.083L29.3665 26.0869L29.3763 26.0915C29.9627 26.3621 30.1824 27.0013 29.9638 27.5698L29.9583 27.5839L28.84 30.1393C28.6532 30.5999 28.2311 30.8235 27.7966 30.8235C27.6457 30.8235 27.4765 30.7775 27.3712 30.7424L27.3537 30.7365L27.337 30.7288C26.7506 30.4582 26.5309 29.819 26.7495 29.2505L26.7549 29.2364L27.878 26.6705Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 23.3371C24.8153 22.7508 25.4544 22.531 26.023 22.7497L26.0331 22.7536L26.043 22.7582C26.6294 23.0288 26.8491 23.6679 26.6304 24.2365L26.625 24.2506L25.5067 26.8059C25.3199 27.2666 24.8978 27.4901 24.4633 27.4901C24.3124 27.4901 24.1431 27.4441 24.0379 27.409L24.0204 27.4032L24.0036 27.3955C23.4173 27.1248 23.1975 26.4857 23.4162 25.9172L23.4216 25.9031L24.5447 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-rain-showers-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavyRainShowersPolartwilightColour",
          "declaration": {
            "name": "ObiLightningHeavyRainShowersPolartwilightColour",
            "module": "src/icons/icon-lightning-heavy-rain-showers-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-rain-showers-polartwilight-colour",
          "declaration": {
            "name": "ObiLightningHeavyRainShowersPolartwilightColour",
            "module": "src/icons/icon-lightning-heavy-rain-showers-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-rain-showers-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavyRainShowersPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H16.4459C16.4459 6.13816 16.5052 6.27623 16.6239 6.37592L18.488 7.94165C18.5119 7.96174 18.5333 7.98304 18.5522 8.0053C18.6431 8.00897 18.7347 8.01449 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.40364 12.6549 7.74859 11.8519 8.5239 11.2558C8.49923 11.2653 8.47495 11.2767 8.45129 11.2901L6.31467 12.4979C5.91894 12.7216 5.43452 12.3858 5.53521 11.9575L6.07882 9.64531C6.14804 9.35089 5.93064 9.06536 5.61579 9.0372L3.14321 8.81601C2.68525 8.77504 2.50022 8.23165 2.84548 7.94165L4.70959 6.37592C4.82827 6.27623 4.88761 6.13816 4.88761 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341ZM6.45622 6.00008H14.8773C14.8773 8.20922 12.9922 10.0001 10.6667 10.0001C8.34134 10.0001 6.45622 8.20922 6.45622 6.00008Z\" fill=\"currentColor\"/> <path d=\"M17.1792 13.3334L16.1633 19.4934L18.6667 20.6934L14.2404 29.3334L15.9094 22.3334L13.3334 21.1334L17.1792 13.3334Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.54483 23.3371C4.81545 22.7508 5.4546 22.531 6.02314 22.7497L6.03329 22.7536L6.04317 22.7582C6.62952 23.0288 6.84927 23.6679 6.6306 24.2365L6.62518 24.2506L5.50683 26.8059C5.32002 27.2666 4.89797 27.4901 4.46348 27.4901C4.31255 27.4901 4.1433 27.4441 4.03807 27.409L4.02056 27.4032L4.00379 27.3955C3.41744 27.1248 3.19769 26.4857 3.41636 25.9172L3.42178 25.9031L4.54483 23.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21149 26.0038C9.48212 25.4174 10.1213 25.1977 10.6898 25.4164L10.7 25.4203L10.7098 25.4248C11.2962 25.6955 11.5159 26.3346 11.2973 26.9031L11.2918 26.9172L10.1735 29.4726C9.98668 29.9333 9.56464 30.1568 9.13015 30.1568C8.97922 30.1568 8.80997 30.1108 8.70474 30.0757L8.68722 30.0699L8.67046 30.0621C8.08411 29.7915 7.86436 29.1524 8.08303 28.5838L8.08845 28.5697L9.21149 26.0038Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8782 24.6705C20.1488 24.0841 20.7879 23.8644 21.3565 24.083L21.3666 24.0869L21.3765 24.0915C21.9629 24.3621 22.1826 25.0013 21.9639 25.5698L21.9585 25.5839L20.8402 28.1393C20.6534 28.5999 20.2313 28.8235 19.7968 28.8235C19.6459 28.8235 19.4766 28.7775 19.3714 28.7424L19.3539 28.7365L19.3371 28.7288C18.7508 28.4582 18.531 27.819 18.7497 27.2505L18.7551 27.2364L19.8782 24.6705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.8782 26.6705C28.1488 26.0841 28.7879 25.8644 29.3565 26.083L29.3666 26.0869L29.3765 26.0915C29.9629 26.3621 30.1826 27.0013 29.9639 27.5698L29.9585 27.5839L28.8402 30.1393C28.6534 30.5999 28.2313 30.8235 27.7968 30.8235C27.6459 30.8235 27.4766 30.7775 27.3714 30.7424L27.3539 30.7365L27.3371 30.7288C26.7508 30.4582 26.531 29.819 26.7497 29.2505L26.7551 29.2364L27.8782 26.6705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5448 23.3371C24.8155 22.7508 25.4546 22.531 26.0231 22.7497L26.0333 22.7536L26.0432 22.7582C26.6295 23.0288 26.8493 23.6679 26.6306 24.2365L26.6252 24.2506L25.5068 26.8059C25.32 27.2666 24.898 27.4901 24.4635 27.4901C24.3126 27.4901 24.1433 27.4441 24.0381 27.409L24.0206 27.4032L24.0038 27.3955C23.4174 27.1248 23.1977 26.4857 23.4164 25.9172L23.4218 25.9031L24.5448 23.3371Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H16.4459C16.4459 6.13816 16.5052 6.27623 16.6239 6.37592L18.488 7.94165C18.5119 7.96174 18.5333 7.98304 18.5522 8.0053C18.6431 8.00897 18.7347 8.01449 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.40364 12.6549 7.74859 11.8519 8.5239 11.2558C8.49923 11.2653 8.47495 11.2767 8.45129 11.2901L6.31467 12.4979C5.91894 12.7216 5.43452 12.3858 5.53521 11.9575L6.07882 9.64531C6.14804 9.35089 5.93064 9.06536 5.61579 9.0372L3.14321 8.81601C2.68525 8.77504 2.50022 8.23165 2.84548 7.94165L4.70959 6.37592C4.82827 6.27623 4.88761 6.13816 4.88761 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341ZM6.45622 6.00008H14.8773C14.8773 8.20922 12.9922 10.0001 10.6667 10.0001C8.34134 10.0001 6.45622 8.20922 6.45622 6.00008Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1792 13.3334L16.1633 19.4934L18.6667 20.6934L14.2404 29.3334L15.9094 22.3334L13.3334 21.1334L17.1792 13.3334Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.54483 23.3371C4.81545 22.7508 5.4546 22.531 6.02314 22.7497L6.03329 22.7536L6.04317 22.7582C6.62952 23.0288 6.84927 23.6679 6.6306 24.2365L6.62518 24.2506L5.50683 26.8059C5.32002 27.2666 4.89797 27.4901 4.46348 27.4901C4.31255 27.4901 4.1433 27.4441 4.03807 27.409L4.02056 27.4032L4.00379 27.3955C3.41744 27.1248 3.19769 26.4857 3.41636 25.9172L3.42178 25.9031L4.54483 23.3371Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21149 26.0038C9.48212 25.4174 10.1213 25.1977 10.6898 25.4164L10.7 25.4203L10.7098 25.4248C11.2962 25.6955 11.5159 26.3346 11.2973 26.9031L11.2918 26.9172L10.1735 29.4726C9.98668 29.9333 9.56464 30.1568 9.13015 30.1568C8.97922 30.1568 8.80997 30.1108 8.70474 30.0757L8.68722 30.0699L8.67046 30.0621C8.08411 29.7915 7.86436 29.1524 8.08303 28.5838L8.08845 28.5697L9.21149 26.0038Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8782 24.6705C20.1488 24.0841 20.7879 23.8644 21.3565 24.083L21.3666 24.0869L21.3765 24.0915C21.9629 24.3621 22.1826 25.0013 21.9639 25.5698L21.9585 25.5839L20.8402 28.1393C20.6534 28.5999 20.2313 28.8235 19.7968 28.8235C19.6459 28.8235 19.4766 28.7775 19.3714 28.7424L19.3539 28.7365L19.3371 28.7288C18.7508 28.4582 18.531 27.819 18.7497 27.2505L18.7551 27.2364L19.8782 24.6705Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.8782 26.6705C28.1488 26.0841 28.7879 25.8644 29.3565 26.083L29.3666 26.0869L29.3765 26.0915C29.9629 26.3621 30.1826 27.0013 29.9639 27.5698L29.9585 27.5839L28.8402 30.1393C28.6534 30.5999 28.2313 30.8235 27.7968 30.8235C27.6459 30.8235 27.4766 30.7775 27.3714 30.7424L27.3539 30.7365L27.3371 30.7288C26.7508 30.4582 26.531 29.819 26.7497 29.2505L26.7551 29.2364L27.8782 26.6705Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5448 23.3371C24.8155 22.7508 25.4546 22.531 26.0231 22.7497L26.0333 22.7536L26.0432 22.7582C26.6295 23.0288 26.8493 23.6679 26.6306 24.2365L26.6252 24.2506L25.5068 26.8059C25.32 27.2666 24.898 27.4901 24.4635 27.4901C24.3126 27.4901 24.1433 27.4441 24.0381 27.409L24.0206 27.4032L24.0038 27.3955C23.4174 27.1248 23.1977 26.4857 23.4164 25.9172L23.4218 25.9031L24.5448 23.3371Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-rain-showers-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavyRainShowersPolartwilight",
          "declaration": {
            "name": "ObiLightningHeavyRainShowersPolartwilight",
            "module": "src/icons/icon-lightning-heavy-rain-showers-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-rain-showers-polartwilight",
          "declaration": {
            "name": "ObiLightningHeavyRainShowersPolartwilight",
            "module": "src/icons/icon-lightning-heavy-rain-showers-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-rain.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavyRain",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4965 13.4933L18.5124 7.33325L14.6666 15.1333L17.2425 16.3333L15.5736 23.3333L19.9999 14.6933L17.4965 13.4933Z\" fill=\"currentColor\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.878 21.337C6.14862 20.7506 6.78777 20.5309 7.35631 20.7495L7.36646 20.7534L7.37634 20.758C7.96269 21.0286 8.18244 21.6678 7.96377 22.2363L7.95835 22.2504L6.84 24.8058C6.65319 25.2664 6.23114 25.49 5.79665 25.49C5.64572 25.49 5.47647 25.444 5.37124 25.4089L5.35373 25.403L5.33696 25.3953C4.75061 25.1247 4.53086 24.4855 4.74954 23.917L4.75495 23.9029L5.878 21.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.878 24.0036C10.1486 23.4173 10.7878 23.1975 11.3563 23.4162L11.3665 23.4201L11.3763 23.4247C11.9627 23.6953 12.1824 24.3344 11.9638 24.903L11.9584 24.9171L10.84 27.4724C10.6532 27.9331 10.2311 28.1567 9.79665 28.1567C9.64572 28.1567 9.47647 28.1106 9.37124 28.0755L9.35373 28.0697L9.33696 28.062C8.75061 27.7913 8.53086 27.1522 8.74953 26.5837L8.75495 26.5696L9.878 24.0036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.878 21.337C24.1486 20.7506 24.7878 20.5309 25.3563 20.7495L25.3665 20.7534L25.3763 20.758C25.9627 21.0286 26.1824 21.6678 25.9638 22.2363L25.9583 22.2504L24.84 24.8058C24.6532 25.2664 24.2311 25.49 23.7966 25.49C23.6457 25.49 23.4765 25.444 23.3712 25.4089L23.3537 25.403L23.337 25.3953C22.7506 25.1247 22.5309 24.4855 22.7495 23.917L22.7549 23.9029L23.878 21.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.2113 26.0036C27.482 25.4173 28.1211 25.1975 28.6896 25.4162L28.6998 25.4201L28.7097 25.4247C29.296 25.6953 29.5158 26.3344 29.2971 26.903L29.2917 26.9171L28.1733 29.4724C27.9865 29.9331 27.5645 30.1567 27.13 30.1567C26.9791 30.1567 26.8098 30.1106 26.7046 30.0755L26.6871 30.0697L26.6703 30.062C26.0839 29.7913 25.8642 29.1522 26.0829 28.5837L26.0883 28.5696L27.2113 26.0036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 22.6703C18.8153 22.0839 19.4544 21.8642 20.023 22.0829L20.0331 22.0868L20.043 22.0913C20.6294 22.362 20.8491 23.0011 20.6304 23.5696L20.625 23.5837L19.5067 26.1391C19.3199 26.5998 18.8978 26.8233 18.4633 26.8233C18.3124 26.8233 18.1431 26.7773 18.0379 26.7422L18.0204 26.7364L18.0036 26.7286C17.4173 26.458 17.1975 25.8189 17.4162 25.2503L17.4216 25.2362L18.5447 22.6703Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4965 13.4933L18.5124 7.33325L14.6666 15.1333L17.2425 16.3333L15.5736 23.3333L19.9999 14.6933L17.4965 13.4933Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.878 21.337C6.14862 20.7506 6.78777 20.5309 7.35631 20.7495L7.36646 20.7534L7.37634 20.758C7.96269 21.0286 8.18244 21.6678 7.96377 22.2363L7.95835 22.2504L6.84 24.8058C6.65319 25.2664 6.23114 25.49 5.79665 25.49C5.64572 25.49 5.47647 25.444 5.37124 25.4089L5.35373 25.403L5.33696 25.3953C4.75061 25.1247 4.53086 24.4855 4.74954 23.917L4.75495 23.9029L5.878 21.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.878 24.0036C10.1486 23.4173 10.7878 23.1975 11.3563 23.4162L11.3665 23.4201L11.3763 23.4247C11.9627 23.6953 12.1824 24.3344 11.9638 24.903L11.9584 24.9171L10.84 27.4724C10.6532 27.9331 10.2311 28.1567 9.79665 28.1567C9.64572 28.1567 9.47647 28.1106 9.37124 28.0755L9.35373 28.0697L9.33696 28.062C8.75061 27.7913 8.53086 27.1522 8.74953 26.5837L8.75495 26.5696L9.878 24.0036Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.878 21.337C24.1486 20.7506 24.7878 20.5309 25.3563 20.7495L25.3665 20.7534L25.3763 20.758C25.9627 21.0286 26.1824 21.6678 25.9638 22.2363L25.9583 22.2504L24.84 24.8058C24.6532 25.2664 24.2311 25.49 23.7966 25.49C23.6457 25.49 23.4765 25.444 23.3712 25.4089L23.3537 25.403L23.337 25.3953C22.7506 25.1247 22.5309 24.4855 22.7495 23.917L22.7549 23.9029L23.878 21.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.2113 26.0036C27.482 25.4173 28.1211 25.1975 28.6896 25.4162L28.6998 25.4201L28.7097 25.4247C29.296 25.6953 29.5158 26.3344 29.2971 26.903L29.2917 26.9171L28.1733 29.4724C27.9865 29.9331 27.5645 30.1567 27.13 30.1567C26.9791 30.1567 26.8098 30.1106 26.7046 30.0755L26.6871 30.0697L26.6703 30.062C26.0839 29.7913 25.8642 29.1522 26.0829 28.5837L26.0883 28.5696L27.2113 26.0036Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 22.6703C18.8153 22.0839 19.4544 21.8642 20.023 22.0829L20.0331 22.0868L20.043 22.0913C20.6294 22.362 20.8491 23.0011 20.6304 23.5696L20.625 23.5837L19.5067 26.1391C19.3199 26.5998 18.8978 26.8233 18.4633 26.8233C18.3124 26.8233 18.1431 26.7773 18.0379 26.7422L18.0204 26.7364L18.0036 26.7286C17.4173 26.458 17.1975 25.8189 17.4162 25.2503L17.4216 25.2362L18.5447 22.6703Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-rain",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavyRain",
          "declaration": {
            "name": "ObiLightningHeavyRain",
            "module": "src/icons/icon-lightning-heavy-rain.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-rain",
          "declaration": {
            "name": "ObiLightningHeavyRain",
            "module": "src/icons/icon-lightning-heavy-rain.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-sleet-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavySleetColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4967 13.4933L18.5126 7.33325L14.6667 15.1333L17.2427 16.3333L15.5738 23.3333L20.0001 14.6933L17.4967 13.4933Z\" fill=\"currentColor\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L21.1866 15.3012C21.3506 14.9811 21.3783 14.6082 21.2634 14.2673C21.1484 13.9264 20.9006 13.6465 20.5763 13.491L18.9748 12.7233L19.828 7.55025C19.9355 6.89826 19.5492 6.26588 18.9201 6.06382C18.291 5.86176 17.6087 6.15099 17.3165 6.74366L13.4707 14.5437C13.3121 14.8654 13.2898 15.2375 13.4089 15.5759C13.528 15.9143 13.7784 16.1904 14.1036 16.3419L15.6932 17.0825L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08284 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50176 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" fill=\"currentColor\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87816 24.6704C10.1488 24.084 10.7879 23.8643 11.3565 24.0829L11.3666 24.0869L11.3765 24.0914C11.9629 24.362 12.1826 25.0012 11.9639 25.5697L11.9585 25.5838L10.8402 28.1392C10.6534 28.5999 10.2313 28.8234 9.79681 28.8234C9.64588 28.8234 9.47664 28.7774 9.3714 28.7423L9.35389 28.7365L9.33713 28.7287C8.75077 28.4581 8.53103 27.819 8.7497 27.2504L8.75511 27.2363L9.87816 24.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.5448 20.6704C28.8155 20.084 29.4546 19.8643 30.0231 20.0829L30.0333 20.0869L30.0432 20.0914C30.6295 20.362 30.8493 21.0012 30.6306 21.5697L30.6252 21.5838L29.5068 24.1392C29.32 24.5999 28.898 24.8234 28.4635 24.8234C28.3126 24.8234 28.1433 24.7774 28.0381 24.7423L28.0206 24.7365L28.0038 24.7287C27.4174 24.4581 27.1977 23.819 27.4164 23.2504L27.4218 23.2363L28.5448 20.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5448 22.0037C18.8155 21.4174 19.4546 21.1976 20.0231 21.4163L20.0333 21.4202L20.0432 21.4247C20.6295 21.6954 20.8493 22.3345 20.6306 22.9031L20.6252 22.9171L19.5068 25.4725C19.32 25.9332 18.898 26.1567 18.4635 26.1567C18.3126 26.1567 18.1433 26.1107 18.0381 26.0756L18.0206 26.0698L18.0038 26.0621C17.4174 25.7914 17.1977 25.1523 17.4164 24.5837L17.4218 24.5697L18.5448 22.0037Z\" fill=\"currentColor\"/> <path d=\"M4.66662 25.2339C4.34776 25.0293 4.23851 24.576 4.42261 24.2216L4.84526 23.4078H3.99992C3.63173 23.4078 3.33325 23.076 3.33325 22.6667C3.33325 22.2574 3.63173 21.9256 3.99992 21.9256H4.84525L4.42261 21.1118C4.23851 20.7573 4.34776 20.3041 4.66662 20.0994C4.98549 19.8948 5.39321 20.0162 5.57731 20.3707L5.99996 21.1845L6.42261 20.3707C6.6067 20.0162 7.01443 19.8948 7.33329 20.0994C7.65215 20.3041 7.7614 20.7573 7.57731 21.1118L7.15466 21.9256H7.99992C8.36811 21.9256 8.66659 22.2574 8.66659 22.6667C8.66659 23.076 8.36811 23.4078 7.99992 23.4078H7.15465L7.57731 24.2216C7.7614 24.576 7.65215 25.0293 7.33329 25.2339C7.01443 25.4386 6.6067 25.3171 6.42261 24.9627L5.99996 24.1489L5.57731 24.9627C5.39321 25.3171 4.98549 25.4386 4.66662 25.2339Z\" fill=\"currentColor\"/> <path d=\"M22.6666 29.2339C22.3478 29.0293 22.2385 28.576 22.4226 28.2216L22.8453 27.4078H21.9999C21.6317 27.4078 21.3333 27.076 21.3333 26.6667C21.3333 26.2574 21.6317 25.9256 21.9999 25.9256H22.8453L22.4226 25.1118C22.2385 24.7573 22.3478 24.3041 22.6666 24.0994C22.9855 23.8948 23.3932 24.0162 23.5773 24.3707L24 25.1845L24.4226 24.3707C24.6067 24.0162 25.0144 23.8948 25.3333 24.0994C25.6522 24.3041 25.7614 24.7573 25.5773 25.1118L25.1547 25.9256H25.9999C26.3681 25.9256 26.6666 26.2574 26.6666 26.6667C26.6666 27.076 26.3681 27.4078 25.9999 27.4078H25.1547L25.5773 28.2216C25.7614 28.576 25.6522 29.0293 25.3333 29.2339C25.0144 29.4386 24.6067 29.3171 24.4226 28.9627L24 28.1489L23.5773 28.9627C23.3932 29.3171 22.9855 29.4386 22.6666 29.2339Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4967 13.4933L18.5126 7.33325L14.6667 15.1333L17.2427 16.3333L15.5738 23.3333L20.0001 14.6933L17.4967 13.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L21.1866 15.3012C21.3506 14.9811 21.3783 14.6082 21.2634 14.2673C21.1484 13.9264 20.9006 13.6465 20.5763 13.491L18.9748 12.7233L19.828 7.55025C19.9355 6.89826 19.5492 6.26588 18.9201 6.06382C18.291 5.86176 17.6087 6.15099 17.3165 6.74366L13.4707 14.5437C13.3121 14.8654 13.2898 15.2375 13.4089 15.5759C13.528 15.9143 13.7784 16.1904 14.1036 16.3419L15.6932 17.0825L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08284 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50176 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" style=\"fill: var(--data-weather-cloud-heavy-primary-color)\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" style=\"fill: var(--data-weather-cloud-heavy-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87816 24.6704C10.1488 24.084 10.7879 23.8643 11.3565 24.0829L11.3666 24.0869L11.3765 24.0914C11.9629 24.362 12.1826 25.0012 11.9639 25.5697L11.9585 25.5838L10.8402 28.1392C10.6534 28.5999 10.2313 28.8234 9.79681 28.8234C9.64588 28.8234 9.47664 28.7774 9.3714 28.7423L9.35389 28.7365L9.33713 28.7287C8.75077 28.4581 8.53103 27.819 8.7497 27.2504L8.75511 27.2363L9.87816 24.6704Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.5448 20.6704C28.8155 20.084 29.4546 19.8643 30.0231 20.0829L30.0333 20.0869L30.0432 20.0914C30.6295 20.362 30.8493 21.0012 30.6306 21.5697L30.6252 21.5838L29.5068 24.1392C29.32 24.5999 28.898 24.8234 28.4635 24.8234C28.3126 24.8234 28.1433 24.7774 28.0381 24.7423L28.0206 24.7365L28.0038 24.7287C27.4174 24.4581 27.1977 23.819 27.4164 23.2504L27.4218 23.2363L28.5448 20.6704Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5448 22.0037C18.8155 21.4174 19.4546 21.1976 20.0231 21.4163L20.0333 21.4202L20.0432 21.4247C20.6295 21.6954 20.8493 22.3345 20.6306 22.9031L20.6252 22.9171L19.5068 25.4725C19.32 25.9332 18.898 26.1567 18.4635 26.1567C18.3126 26.1567 18.1433 26.1107 18.0381 26.0756L18.0206 26.0698L18.0038 26.0621C17.4174 25.7914 17.1977 25.1523 17.4164 24.5837L17.4218 24.5697L18.5448 22.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M4.66662 25.2339C4.34776 25.0293 4.23851 24.576 4.42261 24.2216L4.84526 23.4078H3.99992C3.63173 23.4078 3.33325 23.076 3.33325 22.6667C3.33325 22.2574 3.63173 21.9256 3.99992 21.9256H4.84525L4.42261 21.1118C4.23851 20.7573 4.34776 20.3041 4.66662 20.0994C4.98549 19.8948 5.39321 20.0162 5.57731 20.3707L5.99996 21.1845L6.42261 20.3707C6.6067 20.0162 7.01443 19.8948 7.33329 20.0994C7.65215 20.3041 7.7614 20.7573 7.57731 21.1118L7.15466 21.9256H7.99992C8.36811 21.9256 8.66659 22.2574 8.66659 22.6667C8.66659 23.076 8.36811 23.4078 7.99992 23.4078H7.15465L7.57731 24.2216C7.7614 24.576 7.65215 25.0293 7.33329 25.2339C7.01443 25.4386 6.6067 25.3171 6.42261 24.9627L5.99996 24.1489L5.57731 24.9627C5.39321 25.3171 4.98549 25.4386 4.66662 25.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M22.6666 29.2339C22.3478 29.0293 22.2385 28.576 22.4226 28.2216L22.8453 27.4078H21.9999C21.6317 27.4078 21.3333 27.076 21.3333 26.6667C21.3333 26.2574 21.6317 25.9256 21.9999 25.9256H22.8453L22.4226 25.1118C22.2385 24.7573 22.3478 24.3041 22.6666 24.0994C22.9855 23.8948 23.3932 24.0162 23.5773 24.3707L24 25.1845L24.4226 24.3707C24.6067 24.0162 25.0144 23.8948 25.3333 24.0994C25.6522 24.3041 25.7614 24.7573 25.5773 25.1118L25.1547 25.9256H25.9999C26.3681 25.9256 26.6666 26.2574 26.6666 26.6667C26.6666 27.076 26.3681 27.4078 25.9999 27.4078H25.1547L25.5773 28.2216C25.7614 28.576 25.6522 29.0293 25.3333 29.2339C25.0144 29.4386 24.6067 29.3171 24.4226 28.9627L24 28.1489L23.5773 28.9627C23.3932 29.3171 22.9855 29.4386 22.6666 29.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-sleet-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavySleetColour",
          "declaration": {
            "name": "ObiLightningHeavySleetColour",
            "module": "src/icons/icon-lightning-heavy-sleet-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-sleet-colour",
          "declaration": {
            "name": "ObiLightningHeavySleetColour",
            "module": "src/icons/icon-lightning-heavy-sleet-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-sleet-showers-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavySleetShowersDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" fill=\"currentColor\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1633 19.4933L17.1792 13.3333L13.3334 21.1333L15.9093 22.3333L14.2404 29.3333L18.6667 20.6933L16.1633 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3333 17.3488C27.4497 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6666 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0854 13.2031 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 11.999 13.014 11.1362 12.6646C10.7796 12.5203 10.3898 12.4872 9.99996 12.6822C9.66663 12.8488 9.45829 13.0988 9.33329 13.3801C8.95829 14.2238 9.33329 15.3488 9.33329 15.3488H6.66663C5.33329 15.3488 4.66663 16.2442 4.66663 17.3488C4.66663 18.4534 5.56206 19.3488 6.66663 19.3488H12.7266L12.1374 20.5438C12.0137 20.7948 11.9729 21.0764 12.0175 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0173 20.9812 20.045 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33329 15.3487C9.33329 15.3487 8.66663 13.3487 9.99996 12.6821C11.3333 12.0154 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 14.8855 9.71116 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L17.6415 18.7234L18.4947 13.5503C18.6022 12.8983 18.2159 12.266 17.5868 12.0639C16.9577 11.8618 16.2754 12.1511 15.9832 12.7437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87804 26.0037C10.1487 25.4174 10.7878 25.1976 11.3564 25.4163L11.3665 25.4202L11.3764 25.4247C11.9627 25.6954 12.1825 26.3345 11.9638 26.9031L11.9584 26.9171L10.84 29.4725C10.6532 29.9332 10.2312 30.1567 9.79669 30.1567C9.64576 30.1567 9.47651 30.1107 9.37128 30.0756L9.35377 30.0698L9.33701 30.0621C8.75065 29.7914 8.53091 29.1523 8.74958 28.5837L8.75499 28.5697L9.87804 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2114 24.6704C19.482 24.084 20.1211 23.8643 20.6897 24.0829L20.6998 24.0869L20.7097 24.0914C21.2961 24.362 21.5158 25.0012 21.2971 25.5697L21.2917 25.5838L20.1734 28.1392C19.9866 28.5999 19.5645 28.8234 19.13 28.8234C18.9791 28.8234 18.8098 28.7774 18.7046 28.7423L18.6871 28.7365L18.6703 28.7287C18.084 28.4581 17.8642 27.819 18.0829 27.2504L18.0883 27.2363L19.2114 24.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.2114 26.0037C29.482 25.4174 30.1211 25.1976 30.6897 25.4163L30.6998 25.4202L30.7097 25.4247C31.2961 25.6954 31.5158 26.3345 31.2971 26.9031L31.2917 26.9171L30.1734 29.4725C29.9866 29.9332 29.5645 30.1567 29.13 30.1567C28.9791 30.1567 28.8098 30.1107 28.7046 30.0756L28.6871 30.0698L28.6703 30.0621C28.084 29.7914 27.8642 29.1523 28.0829 28.5837L28.0883 28.5697L29.2114 26.0037Z\" fill=\"currentColor\"/> <path d=\"M4 27.9007C3.68114 27.696 3.57189 27.2428 3.75598 26.8883L4.17863 26.0745H3.33329C2.9651 26.0745 2.66663 25.7427 2.66663 25.3334C2.66663 24.9241 2.9651 24.5923 3.33329 24.5923H4.17863L3.75598 23.7785C3.57189 23.4241 3.68114 22.9708 4 22.7662C4.31886 22.5615 4.72659 22.683 4.91068 23.0374L5.33333 23.8512L5.75598 23.0374C5.94008 22.683 6.3478 22.5615 6.66667 22.7662C6.98553 22.9708 7.09478 23.4241 6.91068 23.7785L6.48804 24.5923H7.33329C7.70148 24.5923 7.99996 24.9241 7.99996 25.3334C7.99996 25.7427 7.70148 26.0745 7.33329 26.0745H6.48803L6.91068 26.8883C7.09478 27.2428 6.98553 27.696 6.66667 27.9007C6.3478 28.1053 5.94008 27.9839 5.75598 27.6294L5.33333 26.8156L4.91068 27.6294C4.72659 27.9839 4.31886 28.1053 4 27.9007Z\" fill=\"currentColor\"/> <path d=\"M24 27.9007C23.6811 27.696 23.5719 27.2428 23.756 26.8883L24.1786 26.0745H23.3333C22.9651 26.0745 22.6666 25.7427 22.6666 25.3334C22.6666 24.9241 22.9651 24.5923 23.3333 24.5923H24.1786L23.756 23.7785C23.5719 23.4241 23.6811 22.9708 24 22.7662C24.3189 22.5615 24.7266 22.683 24.9107 23.0374L25.3333 23.8512L25.756 23.0374C25.9401 22.683 26.3478 22.5615 26.6667 22.7662C26.9855 22.9708 27.0948 23.4241 26.9107 23.7785L26.488 24.5923H27.3333C27.7015 24.5923 28 24.9241 28 25.3334C28 25.7427 27.7015 26.0745 27.3333 26.0745H26.488L26.9107 26.8883C27.0948 27.2428 26.9855 27.696 26.6667 27.9007C26.3478 28.1053 25.9401 27.9839 25.756 27.6294L25.3333 26.8156L24.9107 27.6294C24.7266 27.9839 24.3189 28.1053 24 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1633 19.4933L17.1792 13.3333L13.3334 21.1333L15.9093 22.3333L14.2404 29.3333L18.6667 20.6933L16.1633 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3333 17.3488C27.4497 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6666 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0854 13.2031 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 11.999 13.014 11.1362 12.6646C10.7796 12.5203 10.3898 12.4872 9.99996 12.6822C9.66663 12.8488 9.45829 13.0988 9.33329 13.3801C8.95829 14.2238 9.33329 15.3488 9.33329 15.3488H6.66663C5.33329 15.3488 4.66663 16.2442 4.66663 17.3488C4.66663 18.4534 5.56206 19.3488 6.66663 19.3488H12.7266L12.1374 20.5438C12.0137 20.7948 11.9729 21.0764 12.0175 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0173 20.9812 20.045 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M9.33329 15.3487C9.33329 15.3487 8.66663 13.3487 9.99996 12.6821C11.3333 12.0154 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 14.8855 9.71116 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L17.6415 18.7234L18.4947 13.5503C18.6022 12.8983 18.2159 12.266 17.5868 12.0639C16.9577 11.8618 16.2754 12.1511 15.9832 12.7437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87804 26.0037C10.1487 25.4174 10.7878 25.1976 11.3564 25.4163L11.3665 25.4202L11.3764 25.4247C11.9627 25.6954 12.1825 26.3345 11.9638 26.9031L11.9584 26.9171L10.84 29.4725C10.6532 29.9332 10.2312 30.1567 9.79669 30.1567C9.64576 30.1567 9.47651 30.1107 9.37128 30.0756L9.35377 30.0698L9.33701 30.0621C8.75065 29.7914 8.53091 29.1523 8.74958 28.5837L8.75499 28.5697L9.87804 26.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2114 24.6704C19.482 24.084 20.1211 23.8643 20.6897 24.0829L20.6998 24.0869L20.7097 24.0914C21.2961 24.362 21.5158 25.0012 21.2971 25.5697L21.2917 25.5838L20.1734 28.1392C19.9866 28.5999 19.5645 28.8234 19.13 28.8234C18.9791 28.8234 18.8098 28.7774 18.7046 28.7423L18.6871 28.7365L18.6703 28.7287C18.084 28.4581 17.8642 27.819 18.0829 27.2504L18.0883 27.2363L19.2114 24.6704Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.2114 26.0037C29.482 25.4174 30.1211 25.1976 30.6897 25.4163L30.6998 25.4202L30.7097 25.4247C31.2961 25.6954 31.5158 26.3345 31.2971 26.9031L31.2917 26.9171L30.1734 29.4725C29.9866 29.9332 29.5645 30.1567 29.13 30.1567C28.9791 30.1567 28.8098 30.1107 28.7046 30.0756L28.6871 30.0698L28.6703 30.0621C28.084 29.7914 27.8642 29.1523 28.0829 28.5837L28.0883 28.5697L29.2114 26.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M4 27.9007C3.68114 27.696 3.57189 27.2428 3.75598 26.8883L4.17863 26.0745H3.33329C2.9651 26.0745 2.66663 25.7427 2.66663 25.3334C2.66663 24.9241 2.9651 24.5923 3.33329 24.5923H4.17863L3.75598 23.7785C3.57189 23.4241 3.68114 22.9708 4 22.7662C4.31886 22.5615 4.72659 22.683 4.91068 23.0374L5.33333 23.8512L5.75598 23.0374C5.94008 22.683 6.3478 22.5615 6.66667 22.7662C6.98553 22.9708 7.09478 23.4241 6.91068 23.7785L6.48804 24.5923H7.33329C7.70148 24.5923 7.99996 24.9241 7.99996 25.3334C7.99996 25.7427 7.70148 26.0745 7.33329 26.0745H6.48803L6.91068 26.8883C7.09478 27.2428 6.98553 27.696 6.66667 27.9007C6.3478 28.1053 5.94008 27.9839 5.75598 27.6294L5.33333 26.8156L4.91068 27.6294C4.72659 27.9839 4.31886 28.1053 4 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M24 27.9007C23.6811 27.696 23.5719 27.2428 23.756 26.8883L24.1786 26.0745H23.3333C22.9651 26.0745 22.6666 25.7427 22.6666 25.3334C22.6666 24.9241 22.9651 24.5923 23.3333 24.5923H24.1786L23.756 23.7785C23.5719 23.4241 23.6811 22.9708 24 22.7662C24.3189 22.5615 24.7266 22.683 24.9107 23.0374L25.3333 23.8512L25.756 23.0374C25.9401 22.683 26.3478 22.5615 26.6667 22.7662C26.9855 22.9708 27.0948 23.4241 26.9107 23.7785L26.488 24.5923H27.3333C27.7015 24.5923 28 24.9241 28 25.3334C28 25.7427 27.7015 26.0745 27.3333 26.0745H26.488L26.9107 26.8883C27.0948 27.2428 26.9855 27.696 26.6667 27.9007C26.3478 28.1053 25.9401 27.9839 25.756 27.6294L25.3333 26.8156L24.9107 27.6294C24.7266 27.9839 24.3189 28.1053 24 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-sleet-showers-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavySleetShowersDayColour",
          "declaration": {
            "name": "ObiLightningHeavySleetShowersDayColour",
            "module": "src/icons/icon-lightning-heavy-sleet-showers-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-sleet-showers-day-colour",
          "declaration": {
            "name": "ObiLightningHeavySleetShowersDayColour",
            "module": "src/icons/icon-lightning-heavy-sleet-showers-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-sleet-showers-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavySleetShowersDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93387 4.00639C9.83981 4.29555 9.50221 4.44272 9.21485 4.31985L6.9581 3.35492C6.54012 3.1762 6.09568 3.5634 6.24296 3.97794L7.03817 6.21614C7.13943 6.50114 6.95483 6.8089 6.64501 6.8716L4.21188 7.36403C3.76123 7.45524 3.63723 8.01571 4.01236 8.26588L6.03773 9.61656C6.29563 9.78855 6.33454 10.1393 6.1206 10.3637L4.44046 12.1254C4.12928 12.4516 4.37309 12.9713 4.83277 12.9616L7.31467 12.9088C7.33529 12.9084 7.35561 12.9091 7.37559 12.9108C7.32722 13.0596 7.28929 13.2064 7.25983 13.3487H6.66663C5.52695 13.3487 4.46207 13.7473 3.69549 14.5796C2.95372 15.385 2.66663 16.4054 2.66663 17.3487C2.66663 19.5579 4.45749 21.3487 6.66662 21.3487H12.0175C11.9729 21.0764 12.0137 20.7947 12.1374 20.5437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.38C9.45829 13.0987 9.66663 12.8487 9.99996 12.6821C10.3898 12.4871 10.7796 12.5202 11.1362 12.6646C11.999 13.014 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1453 16.5282 9.84334 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.4501 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9265 19.9301 20.2674C20.045 20.6083 20.0173 20.9811 19.8533 21.3013L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.5021C29.4242 16.2439 28.733 15.3588 28.1495 14.8676C27.5831 14.3908 26.9122 14.0916 26.3986 13.9033C26.1852 13.8251 25.9743 13.7573 25.774 13.6989C25.645 13.1746 25.4389 12.5559 25.107 11.9189C24.1524 10.0866 22.242 8.29662 18.827 8.02185C18.6026 8.00379 18.3829 7.99706 18.1679 8.00058L19.5596 6.54135C19.8707 6.21506 19.6269 5.69538 19.1672 5.70515L16.6853 5.75791C16.3693 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4963 2.40973 15.9778 2.12935 15.6092 2.39533L13.6188 3.83136C13.3653 4.01422 13.0037 3.9446 12.8485 3.68309L11.6302 1.62937ZM9.10553 10.8932C8.81849 11.0367 8.57294 11.2042 8.36309 11.3875C8.07206 10.9161 7.8796 10.3786 7.81515 9.79755C7.5716 7.60187 9.24779 5.6141 11.559 5.35774C13.6897 5.1214 15.6162 6.43897 16.0951 8.36647C14.6977 8.8461 13.5967 9.71689 12.8272 10.4944C12.6503 10.6732 12.4855 10.8521 12.333 11.0276C11.5414 10.5915 10.3817 10.2551 9.10553 10.8932Z\" fill=\"currentColor\"/> <path d=\"M17.1791 13.3333L16.1632 19.4933L18.6666 20.6933L14.2403 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87804 26.0037C10.1487 25.4174 10.7878 25.1976 11.3564 25.4163L11.3665 25.4202L11.3764 25.4247C11.9627 25.6954 12.1825 26.3345 11.9638 26.9031L11.9584 26.9171L10.84 29.4725C10.6532 29.9332 10.2312 30.1567 9.79669 30.1567C9.64576 30.1567 9.47651 30.1107 9.37128 30.0756L9.35377 30.0698L9.33701 30.0621C8.75065 29.7914 8.53091 29.1523 8.74958 28.5837L8.75499 28.5697L9.87804 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2114 24.6704C19.482 24.084 20.1211 23.8643 20.6897 24.0829L20.6998 24.0869L20.7097 24.0914C21.2961 24.362 21.5158 25.0012 21.2971 25.5697L21.2917 25.5838L20.1734 28.1392C19.9866 28.5999 19.5645 28.8234 19.13 28.8234C18.9791 28.8234 18.8098 28.7774 18.7046 28.7423L18.6871 28.7365L18.6703 28.7287C18.084 28.4581 17.8642 27.8189 18.0829 27.2504L18.0883 27.2363L19.2114 24.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.2114 26.0037C29.482 25.4174 30.1211 25.1976 30.6897 25.4163L30.6998 25.4202L30.7097 25.4247C31.2961 25.6954 31.5158 26.3345 31.2971 26.9031L31.2917 26.9171L30.1734 29.4725C29.9866 29.9332 29.5645 30.1567 29.13 30.1567C28.9791 30.1567 28.8098 30.1107 28.7046 30.0756L28.6871 30.0698L28.6703 30.0621C28.084 29.7914 27.8642 29.1523 28.0829 28.5837L28.0883 28.5697L29.2114 26.0037Z\" fill=\"currentColor\"/> <path d=\"M4 27.9006C3.68114 27.6959 3.57189 27.2427 3.75598 26.8882L4.17863 26.0744H3.33329C2.9651 26.0744 2.66663 25.7426 2.66663 25.3333C2.66663 24.924 2.9651 24.5922 3.33329 24.5922H4.17863L3.75598 23.7784C3.57189 23.424 3.68114 22.9707 4 22.7661C4.31886 22.5614 4.72659 22.6829 4.91068 23.0373L5.33333 23.8511L5.75598 23.0373C5.94008 22.6829 6.3478 22.5614 6.66666 22.7661C6.98553 22.9707 7.09478 23.424 6.91068 23.7784L6.48804 24.5922H7.33329C7.70148 24.5922 7.99996 24.924 7.99996 25.3333C7.99996 25.7426 7.70148 26.0744 7.33329 26.0744H6.48803L6.91068 26.8882C7.09478 27.2427 6.98553 27.6959 6.66666 27.9006C6.3478 28.1052 5.94008 27.9838 5.75598 27.6293L5.33333 26.8155L4.91068 27.6293C4.72659 27.9838 4.31886 28.1052 4 27.9006Z\" fill=\"currentColor\"/> <path d=\"M24 27.9006C23.6811 27.6959 23.5719 27.2427 23.756 26.8882L24.1786 26.0744H23.3333C22.9651 26.0744 22.6666 25.7426 22.6666 25.3333C22.6666 24.924 22.9651 24.5922 23.3333 24.5922H24.1786L23.756 23.7784C23.5719 23.424 23.6811 22.9707 24 22.7661C24.3189 22.5614 24.7266 22.6829 24.9107 23.0373L25.3333 23.8511L25.756 23.0373C25.9401 22.6829 26.3478 22.5614 26.6667 22.7661C26.9855 22.9707 27.0948 23.424 26.9107 23.7784L26.488 24.5922H27.3333C27.7015 24.5922 28 24.924 28 25.3333C28 25.7426 27.7015 26.0744 27.3333 26.0744H26.488L26.9107 26.8882C27.0948 27.2427 26.9855 27.6959 26.6667 27.9006C26.3478 28.1052 25.9401 27.9838 25.756 27.6293L25.3333 26.8155L24.9107 27.6293C24.7266 27.9838 24.3189 28.1052 24 27.9006Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93387 4.00639C9.83981 4.29555 9.50221 4.44272 9.21485 4.31985L6.9581 3.35492C6.54012 3.1762 6.09568 3.5634 6.24296 3.97794L7.03817 6.21614C7.13943 6.50114 6.95483 6.8089 6.64501 6.8716L4.21188 7.36403C3.76123 7.45524 3.63723 8.01571 4.01236 8.26588L6.03773 9.61656C6.29563 9.78855 6.33454 10.1393 6.1206 10.3637L4.44046 12.1254C4.12928 12.4516 4.37309 12.9713 4.83277 12.9616L7.31467 12.9088C7.33529 12.9084 7.35561 12.9091 7.37559 12.9108C7.32722 13.0596 7.28929 13.2064 7.25983 13.3487H6.66663C5.52695 13.3487 4.46207 13.7473 3.69549 14.5796C2.95372 15.385 2.66663 16.4054 2.66663 17.3487C2.66663 19.5579 4.45749 21.3487 6.66662 21.3487H12.0175C11.9729 21.0764 12.0137 20.7947 12.1374 20.5437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.38C9.45829 13.0987 9.66663 12.8487 9.99996 12.6821C10.3898 12.4871 10.7796 12.5202 11.1362 12.6646C11.999 13.014 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1453 16.5282 9.84334 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.4501 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9265 19.9301 20.2674C20.045 20.6083 20.0173 20.9811 19.8533 21.3013L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.5021C29.4242 16.2439 28.733 15.3588 28.1495 14.8676C27.5831 14.3908 26.9122 14.0916 26.3986 13.9033C26.1852 13.8251 25.9743 13.7573 25.774 13.6989C25.645 13.1746 25.4389 12.5559 25.107 11.9189C24.1524 10.0866 22.242 8.29662 18.827 8.02185C18.6026 8.00379 18.3829 7.99706 18.1679 8.00058L19.5596 6.54135C19.8707 6.21506 19.6269 5.69538 19.1672 5.70515L16.6853 5.75791C16.3693 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4963 2.40973 15.9778 2.12935 15.6092 2.39533L13.6188 3.83136C13.3653 4.01422 13.0037 3.9446 12.8485 3.68309L11.6302 1.62937ZM9.10553 10.8932C8.81849 11.0367 8.57294 11.2042 8.36309 11.3875C8.07206 10.9161 7.8796 10.3786 7.81515 9.79755C7.5716 7.60187 9.24779 5.6141 11.559 5.35774C13.6897 5.1214 15.6162 6.43897 16.0951 8.36647C14.6977 8.8461 13.5967 9.71689 12.8272 10.4944C12.6503 10.6732 12.4855 10.8521 12.333 11.0276C11.5414 10.5915 10.3817 10.2551 9.10553 10.8932Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1791 13.3333L16.1632 19.4933L18.6666 20.6933L14.2403 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87804 26.0037C10.1487 25.4174 10.7878 25.1976 11.3564 25.4163L11.3665 25.4202L11.3764 25.4247C11.9627 25.6954 12.1825 26.3345 11.9638 26.9031L11.9584 26.9171L10.84 29.4725C10.6532 29.9332 10.2312 30.1567 9.79669 30.1567C9.64576 30.1567 9.47651 30.1107 9.37128 30.0756L9.35377 30.0698L9.33701 30.0621C8.75065 29.7914 8.53091 29.1523 8.74958 28.5837L8.75499 28.5697L9.87804 26.0037Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2114 24.6704C19.482 24.084 20.1211 23.8643 20.6897 24.0829L20.6998 24.0869L20.7097 24.0914C21.2961 24.362 21.5158 25.0012 21.2971 25.5697L21.2917 25.5838L20.1734 28.1392C19.9866 28.5999 19.5645 28.8234 19.13 28.8234C18.9791 28.8234 18.8098 28.7774 18.7046 28.7423L18.6871 28.7365L18.6703 28.7287C18.084 28.4581 17.8642 27.8189 18.0829 27.2504L18.0883 27.2363L19.2114 24.6704Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.2114 26.0037C29.482 25.4174 30.1211 25.1976 30.6897 25.4163L30.6998 25.4202L30.7097 25.4247C31.2961 25.6954 31.5158 26.3345 31.2971 26.9031L31.2917 26.9171L30.1734 29.4725C29.9866 29.9332 29.5645 30.1567 29.13 30.1567C28.9791 30.1567 28.8098 30.1107 28.7046 30.0756L28.6871 30.0698L28.6703 30.0621C28.084 29.7914 27.8642 29.1523 28.0829 28.5837L28.0883 28.5697L29.2114 26.0037Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4 27.9006C3.68114 27.6959 3.57189 27.2427 3.75598 26.8882L4.17863 26.0744H3.33329C2.9651 26.0744 2.66663 25.7426 2.66663 25.3333C2.66663 24.924 2.9651 24.5922 3.33329 24.5922H4.17863L3.75598 23.7784C3.57189 23.424 3.68114 22.9707 4 22.7661C4.31886 22.5614 4.72659 22.6829 4.91068 23.0373L5.33333 23.8511L5.75598 23.0373C5.94008 22.6829 6.3478 22.5614 6.66666 22.7661C6.98553 22.9707 7.09478 23.424 6.91068 23.7784L6.48804 24.5922H7.33329C7.70148 24.5922 7.99996 24.924 7.99996 25.3333C7.99996 25.7426 7.70148 26.0744 7.33329 26.0744H6.48803L6.91068 26.8882C7.09478 27.2427 6.98553 27.6959 6.66666 27.9006C6.3478 28.1052 5.94008 27.9838 5.75598 27.6293L5.33333 26.8155L4.91068 27.6293C4.72659 27.9838 4.31886 28.1052 4 27.9006Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M24 27.9006C23.6811 27.6959 23.5719 27.2427 23.756 26.8882L24.1786 26.0744H23.3333C22.9651 26.0744 22.6666 25.7426 22.6666 25.3333C22.6666 24.924 22.9651 24.5922 23.3333 24.5922H24.1786L23.756 23.7784C23.5719 23.424 23.6811 22.9707 24 22.7661C24.3189 22.5614 24.7266 22.6829 24.9107 23.0373L25.3333 23.8511L25.756 23.0373C25.9401 22.6829 26.3478 22.5614 26.6667 22.7661C26.9855 22.9707 27.0948 23.424 26.9107 23.7784L26.488 24.5922H27.3333C27.7015 24.5922 28 24.924 28 25.3333C28 25.7426 27.7015 26.0744 27.3333 26.0744H26.488L26.9107 26.8882C27.0948 27.2427 26.9855 27.6959 26.6667 27.9006C26.3478 28.1052 25.9401 27.9838 25.756 27.6293L25.3333 26.8155L24.9107 27.6293C24.7266 27.9838 24.3189 28.1052 24 27.9006Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-sleet-showers-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavySleetShowersDay",
          "declaration": {
            "name": "ObiLightningHeavySleetShowersDay",
            "module": "src/icons/icon-lightning-heavy-sleet-showers-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-sleet-showers-day",
          "declaration": {
            "name": "ObiLightningHeavySleetShowersDay",
            "module": "src/icons/icon-lightning-heavy-sleet-showers-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-sleet-showers-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavySleetShowersNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2210_1521)\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5447 26.0037C10.8153 25.4174 11.4544 25.1976 12.023 25.4163L12.0331 25.4202L12.043 25.4247C12.6294 25.6954 12.8491 26.3345 12.6304 26.9031L12.625 26.9171L11.5067 29.4725C11.3199 29.9332 10.8978 30.1567 10.4633 30.1567C10.3124 30.1567 10.1431 30.1107 10.0379 30.0756L10.0204 30.0698L10.0036 30.0621C9.41728 29.7914 9.19753 29.1523 9.4162 28.5837L9.42162 28.5697L10.5447 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 24.6704C20.1486 24.084 20.7878 23.8643 21.3563 24.0829L21.3665 24.0869L21.3763 24.0914C21.9627 24.362 22.1824 25.0012 21.9638 25.5697L21.9583 25.5838L20.84 28.1392C20.6532 28.5999 20.2311 28.8234 19.7966 28.8234C19.6457 28.8234 19.4765 28.7774 19.3712 28.7423L19.3537 28.7365L19.337 28.7287C18.7506 28.4581 18.5309 27.819 18.7495 27.2504L18.755 27.2363L19.878 24.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.878 26.0037C30.1486 25.4174 30.7878 25.1976 31.3563 25.4163L31.3665 25.4202L31.3763 25.4247C31.9627 25.6954 32.1824 26.3345 31.9638 26.9031L31.9583 26.9171L30.84 29.4725C30.6532 29.9332 30.2311 30.1567 29.7966 30.1567C29.6457 30.1567 29.4765 30.1107 29.3712 30.0756L29.3537 30.0698L29.337 30.0621C28.7506 29.7914 28.5309 29.1523 28.7495 28.5837L28.7549 28.5697L29.878 26.0037Z\" fill=\"currentColor\"/> <path d=\"M4.66662 27.9007C4.34776 27.696 4.23851 27.2428 4.42261 26.8883L4.84526 26.0745H3.99992C3.63173 26.0745 3.33325 25.7427 3.33325 25.3334C3.33325 24.9241 3.63173 24.5923 3.99992 24.5923H4.84525L4.42261 23.7785C4.23851 23.4241 4.34776 22.9708 4.66662 22.7662C4.98549 22.5615 5.39321 22.683 5.57731 23.0374L5.99996 23.8512L6.42261 23.0374C6.6067 22.683 7.01443 22.5615 7.33329 22.7662C7.65215 22.9708 7.7614 23.4241 7.57731 23.7785L7.15466 24.5923H7.99992C8.36811 24.5923 8.66659 24.9241 8.66659 25.3334C8.66659 25.7427 8.36811 26.0745 7.99992 26.0745H7.15465L7.57731 26.8883C7.7614 27.2428 7.65215 27.696 7.33329 27.9007C7.01443 28.1053 6.6067 27.9839 6.42261 27.6294L5.99996 26.8156L5.57731 27.6294C5.39321 27.9839 4.98549 28.1053 4.66662 27.9007Z\" fill=\"currentColor\"/> <path d=\"M24.6666 27.9007C24.3478 27.696 24.2385 27.2428 24.4226 26.8883L24.8453 26.0745H23.9999C23.6317 26.0745 23.3333 25.7427 23.3333 25.3334C23.3333 24.9241 23.6317 24.5923 23.9999 24.5923H24.8453L24.4226 23.7785C24.2385 23.4241 24.3478 22.9708 24.6666 22.7662C24.9855 22.5615 25.3932 22.683 25.5773 23.0374L26 23.8512L26.4226 23.0374C26.6067 22.683 27.0144 22.5615 27.3333 22.7662C27.6522 22.9708 27.7614 23.4241 27.5773 23.7785L27.1547 24.5923H27.9999C28.3681 24.5923 28.6666 24.9241 28.6666 25.3334C28.6666 25.7427 28.3681 26.0745 27.9999 26.0745H27.1547L27.5773 26.8883C27.7614 27.2428 27.6522 27.696 27.3333 27.9007C27.0144 28.1053 26.6067 27.9839 26.4226 27.6294L26 26.8156L25.5773 27.6294C25.3932 27.9839 24.9855 28.1053 24.6666 27.9007Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2210_1521\"> <rect width=\"32\" height=\"32\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2210_1521)\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5447 26.0037C10.8153 25.4174 11.4544 25.1976 12.023 25.4163L12.0331 25.4202L12.043 25.4247C12.6294 25.6954 12.8491 26.3345 12.6304 26.9031L12.625 26.9171L11.5067 29.4725C11.3199 29.9332 10.8978 30.1567 10.4633 30.1567C10.3124 30.1567 10.1431 30.1107 10.0379 30.0756L10.0204 30.0698L10.0036 30.0621C9.41728 29.7914 9.19753 29.1523 9.4162 28.5837L9.42162 28.5697L10.5447 26.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 24.6704C20.1486 24.084 20.7878 23.8643 21.3563 24.0829L21.3665 24.0869L21.3763 24.0914C21.9627 24.362 22.1824 25.0012 21.9638 25.5697L21.9583 25.5838L20.84 28.1392C20.6532 28.5999 20.2311 28.8234 19.7966 28.8234C19.6457 28.8234 19.4765 28.7774 19.3712 28.7423L19.3537 28.7365L19.337 28.7287C18.7506 28.4581 18.5309 27.819 18.7495 27.2504L18.755 27.2363L19.878 24.6704Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.878 26.0037C30.1486 25.4174 30.7878 25.1976 31.3563 25.4163L31.3665 25.4202L31.3763 25.4247C31.9627 25.6954 32.1824 26.3345 31.9638 26.9031L31.9583 26.9171L30.84 29.4725C30.6532 29.9332 30.2311 30.1567 29.7966 30.1567C29.6457 30.1567 29.4765 30.1107 29.3712 30.0756L29.3537 30.0698L29.337 30.0621C28.7506 29.7914 28.5309 29.1523 28.7495 28.5837L28.7549 28.5697L29.878 26.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M4.66662 27.9007C4.34776 27.696 4.23851 27.2428 4.42261 26.8883L4.84526 26.0745H3.99992C3.63173 26.0745 3.33325 25.7427 3.33325 25.3334C3.33325 24.9241 3.63173 24.5923 3.99992 24.5923H4.84525L4.42261 23.7785C4.23851 23.4241 4.34776 22.9708 4.66662 22.7662C4.98549 22.5615 5.39321 22.683 5.57731 23.0374L5.99996 23.8512L6.42261 23.0374C6.6067 22.683 7.01443 22.5615 7.33329 22.7662C7.65215 22.9708 7.7614 23.4241 7.57731 23.7785L7.15466 24.5923H7.99992C8.36811 24.5923 8.66659 24.9241 8.66659 25.3334C8.66659 25.7427 8.36811 26.0745 7.99992 26.0745H7.15465L7.57731 26.8883C7.7614 27.2428 7.65215 27.696 7.33329 27.9007C7.01443 28.1053 6.6067 27.9839 6.42261 27.6294L5.99996 26.8156L5.57731 27.6294C5.39321 27.9839 4.98549 28.1053 4.66662 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M24.6666 27.9007C24.3478 27.696 24.2385 27.2428 24.4226 26.8883L24.8453 26.0745H23.9999C23.6317 26.0745 23.3333 25.7427 23.3333 25.3334C23.3333 24.9241 23.6317 24.5923 23.9999 24.5923H24.8453L24.4226 23.7785C24.2385 23.4241 24.3478 22.9708 24.6666 22.7662C24.9855 22.5615 25.3932 22.683 25.5773 23.0374L26 23.8512L26.4226 23.0374C26.6067 22.683 27.0144 22.5615 27.3333 22.7662C27.6522 22.9708 27.7614 23.4241 27.5773 23.7785L27.1547 24.5923H27.9999C28.3681 24.5923 28.6666 24.9241 28.6666 25.3334C28.6666 25.7427 28.3681 26.0745 27.9999 26.0745H27.1547L27.5773 26.8883C27.7614 27.2428 27.6522 27.696 27.3333 27.9007C27.0144 28.1053 26.6067 27.9839 26.4226 27.6294L26 26.8156L25.5773 27.6294C25.3932 27.9839 24.9855 28.1053 24.6666 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2210_1521\"> <rect width=\"32\" height=\"32\" fill=\"none\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-sleet-showers-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavySleetShowersNightColour",
          "declaration": {
            "name": "ObiLightningHeavySleetShowersNightColour",
            "module": "src/icons/icon-lightning-heavy-sleet-showers-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-sleet-showers-night-colour",
          "declaration": {
            "name": "ObiLightningHeavySleetShowersNightColour",
            "module": "src/icons/icon-lightning-heavy-sleet-showers-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-sleet-showers-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavySleetShowersNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.0223 12.9059 2.73015 13.8771 3.62234 14.6614C2.9348 15.4534 2.66667 16.437 2.66667 17.3487C2.66667 19.5578 4.45753 21.3487 6.66666 21.3487H12.0175C11.9729 21.0763 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66667C5.5621 19.3487 4.66667 18.4532 4.66667 17.3487C4.66667 16.2441 5.33333 15.3487 6.66667 15.3487H9.33333C9.33333 15.3487 8.95833 14.2237 9.33333 13.3799C9.45833 13.0987 9.66667 12.8487 10 12.682C10.3898 12.4871 10.7797 12.5201 11.1362 12.6645C11.999 13.0139 12.6667 14.0153 12.6667 14.0153C12.6667 14.0153 13.0855 13.2029 13.8692 12.3089C14.8895 11.1452 16.5282 9.84326 18.6667 10.0153C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4498 15.835 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9264 19.9301 20.2673C20.0451 20.6082 20.0174 20.9811 19.8533 21.3012L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.502C29.4242 16.2438 28.7331 15.3587 28.1496 14.8675C27.5832 14.3907 26.9123 14.0915 26.3987 13.9032C26.1852 13.825 25.9743 13.7572 25.7741 13.6988C25.6451 13.1745 25.4389 12.5559 25.1071 11.9189C24.1525 10.0865 22.2421 8.29654 18.8271 8.02176C18.2154 7.97254 17.6381 8.00744 17.0969 8.10503C16.9853 5.41628 15.5526 2.94813 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path d=\"M17.1791 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87808 26.0036C10.1487 25.4173 10.7878 25.1975 11.3564 25.4162L11.3665 25.4201L11.3764 25.4247C11.9628 25.6953 12.1825 26.3344 11.9638 26.903L11.9584 26.9171L10.8401 29.4724C10.6533 29.9331 10.2312 30.1567 9.79673 30.1567C9.6458 30.1567 9.47655 30.1106 9.37132 30.0755L9.35381 30.0697L9.33705 30.062C8.75069 29.7913 8.53095 29.1522 8.74962 28.5837L8.75503 28.5696L9.87808 26.0036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2114 24.6703C19.482 24.0839 20.1212 23.8642 20.6897 24.0829L20.6999 24.0868L20.7098 24.0913C21.2961 24.362 21.5159 25.0011 21.2972 25.5696L21.2918 25.5837L20.1734 28.1391C19.9866 28.5998 19.5646 28.8233 19.1301 28.8233C18.9791 28.8233 18.8099 28.7773 18.7047 28.7422L18.6871 28.7364L18.6704 28.7286C18.084 28.458 17.8643 27.8189 18.083 27.2503L18.0884 27.2362L19.2114 24.6703Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.2114 26.0036C29.482 25.4173 30.1212 25.1975 30.6897 25.4162L30.6999 25.4201L30.7098 25.4247C31.2961 25.6953 31.5159 26.3344 31.2972 26.903L31.2918 26.9171L30.1734 29.4724C29.9866 29.9331 29.5646 30.1567 29.1301 30.1567C28.9791 30.1567 28.8099 30.1106 28.7047 30.0755L28.6871 30.0697L28.6704 30.062C28.084 29.7913 27.8643 29.1522 28.083 28.5837L28.0884 28.5696L29.2114 26.0036Z\" fill=\"currentColor\"/> <path d=\"M4.00004 27.9005C3.68118 27.6959 3.57193 27.2426 3.75602 26.8881L4.17868 26.0743H3.33333C2.96514 26.0743 2.66667 25.7425 2.66667 25.3332C2.66667 24.9239 2.96514 24.5921 3.33333 24.5921H4.17867L3.75602 23.7784C3.57193 23.4239 3.68118 22.9706 4.00004 22.766C4.3189 22.5613 4.72663 22.6828 4.91072 23.0373L5.33337 23.851L5.75602 23.0373C5.94012 22.6828 6.34784 22.5613 6.66671 22.766C6.98557 22.9706 7.09482 23.4239 6.91072 23.7784L6.48808 24.5921H7.33333C7.70152 24.5921 8 24.9239 8 25.3332C8 25.7425 7.70152 26.0743 7.33333 26.0743H6.48807L6.91072 26.8881C7.09482 27.2426 6.98557 27.6959 6.66671 27.9005C6.34784 28.1052 5.94012 27.9837 5.75602 27.6292L5.33337 26.8155L4.91072 27.6292C4.72663 27.9837 4.3189 28.1052 4.00004 27.9005Z\" fill=\"currentColor\"/> <path d=\"M24 27.9005C23.6812 27.6959 23.5719 27.2426 23.756 26.8881L24.1787 26.0743H23.3333C22.9651 26.0743 22.6667 25.7425 22.6667 25.3332C22.6667 24.9239 22.9651 24.5921 23.3333 24.5921H24.1787L23.756 23.7784C23.5719 23.4239 23.6812 22.9706 24 22.766C24.3189 22.5613 24.7266 22.6828 24.9107 23.0373L25.3334 23.851L25.756 23.0373C25.9401 22.6828 26.3478 22.5613 26.6667 22.766C26.9856 22.9706 27.0948 23.4239 26.9107 23.7784L26.4881 24.5921H27.3333C27.7015 24.5921 28 24.9239 28 25.3332C28 25.7425 27.7015 26.0743 27.3333 26.0743H26.4881L26.9107 26.8881C27.0948 27.2426 26.9856 27.6959 26.6667 27.9005C26.3478 28.1052 25.9401 27.9837 25.756 27.6292L25.3334 26.8155L24.9107 27.6292C24.7266 27.9837 24.3189 28.1052 24 27.9005Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.0223 12.9059 2.73015 13.8771 3.62234 14.6614C2.9348 15.4534 2.66667 16.437 2.66667 17.3487C2.66667 19.5578 4.45753 21.3487 6.66666 21.3487H12.0175C11.9729 21.0763 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66667C5.5621 19.3487 4.66667 18.4532 4.66667 17.3487C4.66667 16.2441 5.33333 15.3487 6.66667 15.3487H9.33333C9.33333 15.3487 8.95833 14.2237 9.33333 13.3799C9.45833 13.0987 9.66667 12.8487 10 12.682C10.3898 12.4871 10.7797 12.5201 11.1362 12.6645C11.999 13.0139 12.6667 14.0153 12.6667 14.0153C12.6667 14.0153 13.0855 13.2029 13.8692 12.3089C14.8895 11.1452 16.5282 9.84326 18.6667 10.0153C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4498 15.835 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9264 19.9301 20.2673C20.0451 20.6082 20.0174 20.9811 19.8533 21.3012L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.502C29.4242 16.2438 28.7331 15.3587 28.1496 14.8675C27.5832 14.3907 26.9123 14.0915 26.3987 13.9032C26.1852 13.825 25.9743 13.7572 25.7741 13.6988C25.6451 13.1745 25.4389 12.5559 25.1071 11.9189C24.1525 10.0865 22.2421 8.29654 18.8271 8.02176C18.2154 7.97254 17.6381 8.00744 17.0969 8.10503C16.9853 5.41628 15.5526 2.94813 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1791 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87808 26.0036C10.1487 25.4173 10.7878 25.1975 11.3564 25.4162L11.3665 25.4201L11.3764 25.4247C11.9628 25.6953 12.1825 26.3344 11.9638 26.903L11.9584 26.9171L10.8401 29.4724C10.6533 29.9331 10.2312 30.1567 9.79673 30.1567C9.6458 30.1567 9.47655 30.1106 9.37132 30.0755L9.35381 30.0697L9.33705 30.062C8.75069 29.7913 8.53095 29.1522 8.74962 28.5837L8.75503 28.5696L9.87808 26.0036Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2114 24.6703C19.482 24.0839 20.1212 23.8642 20.6897 24.0829L20.6999 24.0868L20.7098 24.0913C21.2961 24.362 21.5159 25.0011 21.2972 25.5696L21.2918 25.5837L20.1734 28.1391C19.9866 28.5998 19.5646 28.8233 19.1301 28.8233C18.9791 28.8233 18.8099 28.7773 18.7047 28.7422L18.6871 28.7364L18.6704 28.7286C18.084 28.458 17.8643 27.8189 18.083 27.2503L18.0884 27.2362L19.2114 24.6703Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.2114 26.0036C29.482 25.4173 30.1212 25.1975 30.6897 25.4162L30.6999 25.4201L30.7098 25.4247C31.2961 25.6953 31.5159 26.3344 31.2972 26.903L31.2918 26.9171L30.1734 29.4724C29.9866 29.9331 29.5646 30.1567 29.1301 30.1567C28.9791 30.1567 28.8099 30.1106 28.7047 30.0755L28.6871 30.0697L28.6704 30.062C28.084 29.7913 27.8643 29.1522 28.083 28.5837L28.0884 28.5696L29.2114 26.0036Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.00004 27.9005C3.68118 27.6959 3.57193 27.2426 3.75602 26.8881L4.17868 26.0743H3.33333C2.96514 26.0743 2.66667 25.7425 2.66667 25.3332C2.66667 24.9239 2.96514 24.5921 3.33333 24.5921H4.17867L3.75602 23.7784C3.57193 23.4239 3.68118 22.9706 4.00004 22.766C4.3189 22.5613 4.72663 22.6828 4.91072 23.0373L5.33337 23.851L5.75602 23.0373C5.94012 22.6828 6.34784 22.5613 6.66671 22.766C6.98557 22.9706 7.09482 23.4239 6.91072 23.7784L6.48808 24.5921H7.33333C7.70152 24.5921 8 24.9239 8 25.3332C8 25.7425 7.70152 26.0743 7.33333 26.0743H6.48807L6.91072 26.8881C7.09482 27.2426 6.98557 27.6959 6.66671 27.9005C6.34784 28.1052 5.94012 27.9837 5.75602 27.6292L5.33337 26.8155L4.91072 27.6292C4.72663 27.9837 4.3189 28.1052 4.00004 27.9005Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M24 27.9005C23.6812 27.6959 23.5719 27.2426 23.756 26.8881L24.1787 26.0743H23.3333C22.9651 26.0743 22.6667 25.7425 22.6667 25.3332C22.6667 24.9239 22.9651 24.5921 23.3333 24.5921H24.1787L23.756 23.7784C23.5719 23.4239 23.6812 22.9706 24 22.766C24.3189 22.5613 24.7266 22.6828 24.9107 23.0373L25.3334 23.851L25.756 23.0373C25.9401 22.6828 26.3478 22.5613 26.6667 22.766C26.9856 22.9706 27.0948 23.4239 26.9107 23.7784L26.4881 24.5921H27.3333C27.7015 24.5921 28 24.9239 28 25.3332C28 25.7425 27.7015 26.0743 27.3333 26.0743H26.4881L26.9107 26.8881C27.0948 27.2426 26.9856 27.6959 26.6667 27.9005C26.3478 28.1052 25.9401 27.9837 25.756 27.6292L25.3334 26.8155L24.9107 27.6292C24.7266 27.9837 24.3189 28.1052 24 27.9005Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-sleet-showers-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavySleetShowersNight",
          "declaration": {
            "name": "ObiLightningHeavySleetShowersNight",
            "module": "src/icons/icon-lightning-heavy-sleet-showers-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-sleet-showers-night",
          "declaration": {
            "name": "ObiLightningHeavySleetShowersNight",
            "module": "src/icons/icon-lightning-heavy-sleet-showers-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-sleet-showers-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavySleetShowersPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" fill=\"currentColor\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87816 26.0037C10.1488 25.4174 10.7879 25.1976 11.3565 25.4163L11.3666 25.4202L11.3765 25.4247C11.9629 25.6954 12.1826 26.3345 11.9639 26.9031L11.9585 26.9171L10.8402 29.4725C10.6534 29.9332 10.2313 30.1567 9.79681 30.1567C9.64588 30.1567 9.47664 30.1107 9.3714 30.0756L9.35389 30.0698L9.33713 30.0621C8.75077 29.7914 8.53103 29.1523 8.7497 28.5837L8.75511 28.5697L9.87816 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2115 24.6704C19.4821 24.084 20.1213 23.8643 20.6898 24.0829L20.7 24.0869L20.7098 24.0914C21.2962 24.362 21.5159 25.0012 21.2973 25.5697L21.2918 25.5838L20.1735 28.1392C19.9867 28.5999 19.5646 28.8234 19.1301 28.8234C18.9792 28.8234 18.81 28.7774 18.7047 28.7423L18.6872 28.7365L18.6705 28.7287C18.0841 28.4581 17.8644 27.819 18.083 27.2504L18.0884 27.2363L19.2115 24.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.2115 26.0037C29.4821 25.4174 30.1213 25.1976 30.6898 25.4163L30.7 25.4202L30.7098 25.4247C31.2962 25.6954 31.5159 26.3345 31.2973 26.9031L31.2918 26.9171L30.1735 29.4725C29.9867 29.9332 29.5646 30.1567 29.1301 30.1567C28.9792 30.1567 28.81 30.1107 28.7047 30.0756L28.6872 30.0698L28.6705 30.0621C28.0841 29.7914 27.8644 29.1523 28.083 28.5837L28.0884 28.5697L29.2115 26.0037Z\" fill=\"currentColor\"/> <path d=\"M4.00012 27.9007C3.68126 27.696 3.57201 27.2428 3.7561 26.8883L4.17876 26.0745H3.33341C2.96522 26.0745 2.66675 25.7427 2.66675 25.3334C2.66675 24.9241 2.96522 24.5923 3.33341 24.5923H4.17875L3.7561 23.7785C3.57201 23.4241 3.68126 22.9708 4.00012 22.7662C4.31898 22.5615 4.72671 22.683 4.9108 23.0374L5.33345 23.8512L5.7561 23.0374C5.9402 22.683 6.34793 22.5615 6.66679 22.7662C6.98565 22.9708 7.0949 23.4241 6.9108 23.7785L6.48816 24.5923H7.33342C7.7016 24.5923 8.00008 24.9241 8.00008 25.3334C8.00008 25.7427 7.7016 26.0745 7.33342 26.0745H6.48815L6.9108 26.8883C7.0949 27.2428 6.98565 27.696 6.66679 27.9007C6.34793 28.1053 5.9402 27.9839 5.7561 27.6294L5.33345 26.8156L4.9108 27.6294C4.72671 27.9839 4.31898 28.1053 4.00012 27.9007Z\" fill=\"currentColor\"/> <path d=\"M24.0001 27.9007C23.6813 27.696 23.572 27.2428 23.7561 26.8883L24.1788 26.0745H23.3334C22.9652 26.0745 22.6667 25.7427 22.6667 25.3334C22.6667 24.9241 22.9652 24.5923 23.3334 24.5923H24.1787L23.7561 23.7785C23.572 23.4241 23.6813 22.9708 24.0001 22.7662C24.319 22.5615 24.7267 22.683 24.9108 23.0374L25.3335 23.8512L25.7561 23.0374C25.9402 22.683 26.3479 22.5615 26.6668 22.7662C26.9856 22.9708 27.0949 23.4241 26.9108 23.7785L26.4882 24.5923H27.3334C27.7016 24.5923 28.0001 24.9241 28.0001 25.3334C28.0001 25.7427 27.7016 26.0745 27.3334 26.0745H26.4882L26.9108 26.8883C27.0949 27.2428 26.9856 27.696 26.6668 27.9007C26.3479 28.1053 25.9402 27.9839 25.7561 27.6294L25.3335 26.8156L24.9108 27.6294C24.7267 27.9839 24.319 28.1053 24.0001 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87816 26.0037C10.1488 25.4174 10.7879 25.1976 11.3565 25.4163L11.3666 25.4202L11.3765 25.4247C11.9629 25.6954 12.1826 26.3345 11.9639 26.9031L11.9585 26.9171L10.8402 29.4725C10.6534 29.9332 10.2313 30.1567 9.79681 30.1567C9.64588 30.1567 9.47664 30.1107 9.3714 30.0756L9.35389 30.0698L9.33713 30.0621C8.75077 29.7914 8.53103 29.1523 8.7497 28.5837L8.75511 28.5697L9.87816 26.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2115 24.6704C19.4821 24.084 20.1213 23.8643 20.6898 24.0829L20.7 24.0869L20.7098 24.0914C21.2962 24.362 21.5159 25.0012 21.2973 25.5697L21.2918 25.5838L20.1735 28.1392C19.9867 28.5999 19.5646 28.8234 19.1301 28.8234C18.9792 28.8234 18.81 28.7774 18.7047 28.7423L18.6872 28.7365L18.6705 28.7287C18.0841 28.4581 17.8644 27.819 18.083 27.2504L18.0884 27.2363L19.2115 24.6704Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.2115 26.0037C29.4821 25.4174 30.1213 25.1976 30.6898 25.4163L30.7 25.4202L30.7098 25.4247C31.2962 25.6954 31.5159 26.3345 31.2973 26.9031L31.2918 26.9171L30.1735 29.4725C29.9867 29.9332 29.5646 30.1567 29.1301 30.1567C28.9792 30.1567 28.81 30.1107 28.7047 30.0756L28.6872 30.0698L28.6705 30.0621C28.0841 29.7914 27.8644 29.1523 28.083 28.5837L28.0884 28.5697L29.2115 26.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M4.00012 27.9007C3.68126 27.696 3.57201 27.2428 3.7561 26.8883L4.17876 26.0745H3.33341C2.96522 26.0745 2.66675 25.7427 2.66675 25.3334C2.66675 24.9241 2.96522 24.5923 3.33341 24.5923H4.17875L3.7561 23.7785C3.57201 23.4241 3.68126 22.9708 4.00012 22.7662C4.31898 22.5615 4.72671 22.683 4.9108 23.0374L5.33345 23.8512L5.7561 23.0374C5.9402 22.683 6.34793 22.5615 6.66679 22.7662C6.98565 22.9708 7.0949 23.4241 6.9108 23.7785L6.48816 24.5923H7.33342C7.7016 24.5923 8.00008 24.9241 8.00008 25.3334C8.00008 25.7427 7.7016 26.0745 7.33342 26.0745H6.48815L6.9108 26.8883C7.0949 27.2428 6.98565 27.696 6.66679 27.9007C6.34793 28.1053 5.9402 27.9839 5.7561 27.6294L5.33345 26.8156L4.9108 27.6294C4.72671 27.9839 4.31898 28.1053 4.00012 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M24.0001 27.9007C23.6813 27.696 23.572 27.2428 23.7561 26.8883L24.1788 26.0745H23.3334C22.9652 26.0745 22.6667 25.7427 22.6667 25.3334C22.6667 24.9241 22.9652 24.5923 23.3334 24.5923H24.1787L23.7561 23.7785C23.572 23.4241 23.6813 22.9708 24.0001 22.7662C24.319 22.5615 24.7267 22.683 24.9108 23.0374L25.3335 23.8512L25.7561 23.0374C25.9402 22.683 26.3479 22.5615 26.6668 22.7662C26.9856 22.9708 27.0949 23.4241 26.9108 23.7785L26.4882 24.5923H27.3334C27.7016 24.5923 28.0001 24.9241 28.0001 25.3334C28.0001 25.7427 27.7016 26.0745 27.3334 26.0745H26.4882L26.9108 26.8883C27.0949 27.2428 26.9856 27.696 26.6668 27.9007C26.3479 28.1053 25.9402 27.9839 25.7561 27.6294L25.3335 26.8156L24.9108 27.6294C24.7267 27.9839 24.319 28.1053 24.0001 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-sleet-showers-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavySleetShowersPolartwilightColour",
          "declaration": {
            "name": "ObiLightningHeavySleetShowersPolartwilightColour",
            "module": "src/icons/icon-lightning-heavy-sleet-showers-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-sleet-showers-polartwilight-colour",
          "declaration": {
            "name": "ObiLightningHeavySleetShowersPolartwilightColour",
            "module": "src/icons/icon-lightning-heavy-sleet-showers-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-sleet-showers-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavySleetShowersPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H16.4459C16.4459 6.13816 16.5052 6.27623 16.6239 6.37592L18.488 7.94166C18.5119 7.96174 18.5333 7.98304 18.5522 8.0053C18.6431 8.00897 18.7347 8.01449 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45841 13.0988 9.33341 13.3801C8.95841 14.2238 9.33341 15.3488 9.33341 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0765 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.40364 12.6549 7.74859 11.8519 8.5239 11.2558C8.49923 11.2653 8.47495 11.2767 8.45128 11.2901L6.31467 12.4979C5.91894 12.7216 5.43452 12.3858 5.53521 11.9575L6.07882 9.64532C6.14804 9.35089 5.93064 9.06536 5.61579 9.0372L3.14321 8.81601C2.68525 8.77504 2.50022 8.23165 2.84548 7.94165L4.70959 6.37592C4.82827 6.27623 4.88761 6.13816 4.88761 6.00008H3.33341C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341ZM6.45622 6.00008H14.8773C14.8773 8.20922 12.9922 10.0001 10.6667 10.0001C8.34134 10.0001 6.45622 8.20922 6.45622 6.00008Z\" fill=\"currentColor\"/> <path d=\"M17.1792 13.3334L16.1633 19.4934L18.6667 20.6934L14.2404 29.3334L15.9094 22.3334L13.3334 21.1334L17.1792 13.3334Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87816 26.0038C10.1488 25.4174 10.7879 25.1977 11.3565 25.4164L11.3666 25.4203L11.3765 25.4248C11.9629 25.6955 12.1826 26.3346 11.9639 26.9031L11.9585 26.9172L10.8402 29.4726C10.6533 29.9333 10.2313 30.1568 9.79681 30.1568C9.64588 30.1568 9.47664 30.1108 9.3714 30.0757L9.35389 30.0699L9.33713 30.0621C8.75077 29.7915 8.53103 29.1524 8.7497 28.5838L8.75511 28.5697L9.87816 26.0038Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2115 24.6705C19.4821 24.0841 20.1213 23.8644 20.6898 24.083L20.7 24.0869L20.7098 24.0915C21.2962 24.3621 21.5159 25.0013 21.2973 25.5698L21.2918 25.5839L20.1735 28.1393C19.9867 28.5999 19.5646 28.8235 19.1301 28.8235C18.9792 28.8235 18.81 28.7775 18.7047 28.7424L18.6872 28.7365L18.6705 28.7288C18.0841 28.4582 17.8644 27.819 18.083 27.2505L18.0884 27.2364L19.2115 24.6705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.2115 26.0038C29.4821 25.4174 30.1213 25.1977 30.6898 25.4164L30.7 25.4203L30.7098 25.4248C31.2962 25.6955 31.5159 26.3346 31.2973 26.9031L31.2918 26.9172L30.1735 29.4726C29.9867 29.9333 29.5646 30.1568 29.1301 30.1568C28.9792 30.1568 28.81 30.1108 28.7047 30.0757L28.6872 30.0699L28.6705 30.0621C28.0841 29.7915 27.8644 29.1524 28.083 28.5838L28.0884 28.5697L29.2115 26.0038Z\" fill=\"currentColor\"/> <path d=\"M4.00012 27.9007C3.68126 27.696 3.57201 27.2428 3.7561 26.8883L4.17876 26.0745H3.33341C2.96522 26.0745 2.66675 25.7427 2.66675 25.3334C2.66675 24.9241 2.96522 24.5923 3.33341 24.5923H4.17875L3.7561 23.7785C3.57201 23.4241 3.68126 22.9708 4.00012 22.7662C4.31898 22.5615 4.72671 22.683 4.9108 23.0374L5.33345 23.8512L5.7561 23.0374C5.9402 22.683 6.34792 22.5615 6.66679 22.7662C6.98565 22.9708 7.0949 23.4241 6.9108 23.7785L6.48816 24.5923H7.33341C7.7016 24.5923 8.00008 24.9241 8.00008 25.3334C8.00008 25.7427 7.7016 26.0745 7.33341 26.0745H6.48815L6.9108 26.8883C7.0949 27.2428 6.98565 27.696 6.66679 27.9007C6.34793 28.1053 5.9402 27.9839 5.7561 27.6294L5.33345 26.8156L4.9108 27.6294C4.72671 27.9839 4.31898 28.1053 4.00012 27.9007Z\" fill=\"currentColor\"/> <path d=\"M24.0001 27.9007C23.6813 27.696 23.572 27.2428 23.7561 26.8883L24.1788 26.0745H23.3334C22.9652 26.0745 22.6667 25.7427 22.6667 25.3334C22.6667 24.9241 22.9652 24.5923 23.3334 24.5923H24.1787L23.7561 23.7785C23.572 23.4241 23.6813 22.9708 24.0001 22.7662C24.319 22.5615 24.7267 22.683 24.9108 23.0374L25.3335 23.8512L25.7561 23.0374C25.9402 22.683 26.3479 22.5615 26.6668 22.7662C26.9856 22.9708 27.0949 23.4241 26.9108 23.7785L26.4882 24.5923H27.3334C27.7016 24.5923 28.0001 24.9241 28.0001 25.3334C28.0001 25.7427 27.7016 26.0745 27.3334 26.0745H26.4881L26.9108 26.8883C27.0949 27.2428 26.9856 27.696 26.6668 27.9007C26.3479 28.1053 25.9402 27.9839 25.7561 27.6294L25.3335 26.8156L24.9108 27.6294C24.7267 27.9839 24.319 28.1053 24.0001 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H16.4459C16.4459 6.13816 16.5052 6.27623 16.6239 6.37592L18.488 7.94166C18.5119 7.96174 18.5333 7.98304 18.5522 8.0053C18.6431 8.00897 18.7347 8.01449 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45841 13.0988 9.33341 13.3801C8.95841 14.2238 9.33341 15.3488 9.33341 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0765 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.40364 12.6549 7.74859 11.8519 8.5239 11.2558C8.49923 11.2653 8.47495 11.2767 8.45128 11.2901L6.31467 12.4979C5.91894 12.7216 5.43452 12.3858 5.53521 11.9575L6.07882 9.64532C6.14804 9.35089 5.93064 9.06536 5.61579 9.0372L3.14321 8.81601C2.68525 8.77504 2.50022 8.23165 2.84548 7.94165L4.70959 6.37592C4.82827 6.27623 4.88761 6.13816 4.88761 6.00008H3.33341C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341ZM6.45622 6.00008H14.8773C14.8773 8.20922 12.9922 10.0001 10.6667 10.0001C8.34134 10.0001 6.45622 8.20922 6.45622 6.00008Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1792 13.3334L16.1633 19.4934L18.6667 20.6934L14.2404 29.3334L15.9094 22.3334L13.3334 21.1334L17.1792 13.3334Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87816 26.0038C10.1488 25.4174 10.7879 25.1977 11.3565 25.4164L11.3666 25.4203L11.3765 25.4248C11.9629 25.6955 12.1826 26.3346 11.9639 26.9031L11.9585 26.9172L10.8402 29.4726C10.6533 29.9333 10.2313 30.1568 9.79681 30.1568C9.64588 30.1568 9.47664 30.1108 9.3714 30.0757L9.35389 30.0699L9.33713 30.0621C8.75077 29.7915 8.53103 29.1524 8.7497 28.5838L8.75511 28.5697L9.87816 26.0038Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2115 24.6705C19.4821 24.0841 20.1213 23.8644 20.6898 24.083L20.7 24.0869L20.7098 24.0915C21.2962 24.3621 21.5159 25.0013 21.2973 25.5698L21.2918 25.5839L20.1735 28.1393C19.9867 28.5999 19.5646 28.8235 19.1301 28.8235C18.9792 28.8235 18.81 28.7775 18.7047 28.7424L18.6872 28.7365L18.6705 28.7288C18.0841 28.4582 17.8644 27.819 18.083 27.2505L18.0884 27.2364L19.2115 24.6705Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.2115 26.0038C29.4821 25.4174 30.1213 25.1977 30.6898 25.4164L30.7 25.4203L30.7098 25.4248C31.2962 25.6955 31.5159 26.3346 31.2973 26.9031L31.2918 26.9172L30.1735 29.4726C29.9867 29.9333 29.5646 30.1568 29.1301 30.1568C28.9792 30.1568 28.81 30.1108 28.7047 30.0757L28.6872 30.0699L28.6705 30.0621C28.0841 29.7915 27.8644 29.1524 28.083 28.5838L28.0884 28.5697L29.2115 26.0038Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.00012 27.9007C3.68126 27.696 3.57201 27.2428 3.7561 26.8883L4.17876 26.0745H3.33341C2.96522 26.0745 2.66675 25.7427 2.66675 25.3334C2.66675 24.9241 2.96522 24.5923 3.33341 24.5923H4.17875L3.7561 23.7785C3.57201 23.4241 3.68126 22.9708 4.00012 22.7662C4.31898 22.5615 4.72671 22.683 4.9108 23.0374L5.33345 23.8512L5.7561 23.0374C5.9402 22.683 6.34792 22.5615 6.66679 22.7662C6.98565 22.9708 7.0949 23.4241 6.9108 23.7785L6.48816 24.5923H7.33341C7.7016 24.5923 8.00008 24.9241 8.00008 25.3334C8.00008 25.7427 7.7016 26.0745 7.33341 26.0745H6.48815L6.9108 26.8883C7.0949 27.2428 6.98565 27.696 6.66679 27.9007C6.34793 28.1053 5.9402 27.9839 5.7561 27.6294L5.33345 26.8156L4.9108 27.6294C4.72671 27.9839 4.31898 28.1053 4.00012 27.9007Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M24.0001 27.9007C23.6813 27.696 23.572 27.2428 23.7561 26.8883L24.1788 26.0745H23.3334C22.9652 26.0745 22.6667 25.7427 22.6667 25.3334C22.6667 24.9241 22.9652 24.5923 23.3334 24.5923H24.1787L23.7561 23.7785C23.572 23.4241 23.6813 22.9708 24.0001 22.7662C24.319 22.5615 24.7267 22.683 24.9108 23.0374L25.3335 23.8512L25.7561 23.0374C25.9402 22.683 26.3479 22.5615 26.6668 22.7662C26.9856 22.9708 27.0949 23.4241 26.9108 23.7785L26.4882 24.5923H27.3334C27.7016 24.5923 28.0001 24.9241 28.0001 25.3334C28.0001 25.7427 27.7016 26.0745 27.3334 26.0745H26.4881L26.9108 26.8883C27.0949 27.2428 26.9856 27.696 26.6668 27.9007C26.3479 28.1053 25.9402 27.9839 25.7561 27.6294L25.3335 26.8156L24.9108 27.6294C24.7267 27.9839 24.319 28.1053 24.0001 27.9007Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-sleet-showers-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavySleetShowersPolartwilight",
          "declaration": {
            "name": "ObiLightningHeavySleetShowersPolartwilight",
            "module": "src/icons/icon-lightning-heavy-sleet-showers-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-sleet-showers-polartwilight",
          "declaration": {
            "name": "ObiLightningHeavySleetShowersPolartwilight",
            "module": "src/icons/icon-lightning-heavy-sleet-showers-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-sleet.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavySleet",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4965 13.4933L18.5124 7.33325L14.6666 15.1333L17.2425 16.3333L15.5736 23.3333L19.9999 14.6933L17.4965 13.4933Z\" fill=\"currentColor\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21133 24.6703C9.48195 24.0839 10.1211 23.8642 10.6896 24.0829L10.6998 24.0868L10.7097 24.0913C11.296 24.362 11.5158 25.0011 11.2971 25.5696L11.2917 25.5837L10.1733 28.1391C9.98652 28.5998 9.56447 28.8233 9.12998 28.8233C8.97905 28.8233 8.80981 28.7773 8.70457 28.7422L8.68706 28.7364L8.6703 28.7286C8.08394 28.458 7.8642 27.8189 8.08287 27.2503L8.08828 27.2362L9.21133 24.6703Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.878 20.6703C28.1486 20.0839 28.7878 19.8642 29.3563 20.0829L29.3665 20.0868L29.3763 20.0913C29.9627 20.362 30.1824 21.0011 29.9638 21.5696L29.9583 21.5837L28.84 24.1391C28.6532 24.5998 28.2311 24.8233 27.7966 24.8233C27.6457 24.8233 27.4765 24.7773 27.3712 24.7422L27.3537 24.7364L27.337 24.7286C26.7506 24.458 26.5309 23.8189 26.7495 23.2503L26.7549 23.2362L27.878 20.6703Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.878 22.0036C18.1486 21.4173 18.7878 21.1975 19.3563 21.4162L19.3665 21.4201L19.3763 21.4247C19.9627 21.6953 20.1824 22.3344 19.9638 22.903L19.9583 22.9171L18.84 25.4724C18.6532 25.9331 18.2311 26.1567 17.7966 26.1567C17.6457 26.1567 17.4765 26.1106 17.3712 26.0755L17.3537 26.0697L17.337 26.062C16.7506 25.7913 16.5309 25.1522 16.7495 24.5837L16.755 24.5696L17.878 22.0036Z\" fill=\"currentColor\"/> <path d=\"M3.99996 25.2338C3.6811 25.0292 3.57185 24.5759 3.75594 24.2215L4.17859 23.4077H3.33325C2.96506 23.4077 2.66659 23.0759 2.66659 22.6666C2.66659 22.2573 2.96506 21.9255 3.33325 21.9255H4.17859L3.75594 21.1117C3.57185 20.7572 3.6811 20.304 3.99996 20.0993C4.31882 19.8947 4.72655 20.0161 4.91064 20.3706L5.33329 21.1844L5.75594 20.3706C5.94004 20.0161 6.34776 19.8947 6.66662 20.0993C6.98549 20.304 7.09474 20.7572 6.91064 21.1117L6.48799 21.9255H7.33325C7.70144 21.9255 7.99992 22.2573 7.99992 22.6666C7.99992 23.0759 7.70144 23.4077 7.33325 23.4077H6.48799L6.91064 24.2215C7.09474 24.5759 6.98549 25.0292 6.66662 25.2338C6.34776 25.4385 5.94004 25.317 5.75594 24.9626L5.33329 24.1488L4.91064 24.9626C4.72655 25.317 4.31882 25.4385 3.99996 25.2338Z\" fill=\"currentColor\"/> <path d=\"M22 29.2338C21.6811 29.0292 21.5718 28.5759 21.7559 28.2215L22.1786 27.4077H21.3333C20.9651 27.4077 20.6666 27.0759 20.6666 26.6666C20.6666 26.2573 20.9651 25.9255 21.3333 25.9255H22.1786L21.7559 25.1117C21.5718 24.7572 21.6811 24.304 22 24.0993C22.3188 23.8947 22.7265 24.0161 22.9106 24.3706L23.3333 25.1844L23.7559 24.3706C23.94 24.0161 24.3478 23.8947 24.6666 24.0993C24.9855 24.304 25.0947 24.7572 24.9106 25.1117L24.488 25.9255H25.3333C25.7014 25.9255 25.9999 26.2573 25.9999 26.6666C25.9999 27.0759 25.7014 27.4077 25.3333 27.4077H24.488L24.9106 28.2215C25.0947 28.5759 24.9855 29.0292 24.6666 29.2338C24.3478 29.4385 23.94 29.317 23.7559 28.9626L23.3333 28.1488L22.9106 28.9626C22.7265 29.317 22.3188 29.4385 22 29.2338Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4965 13.4933L18.5124 7.33325L14.6666 15.1333L17.2425 16.3333L15.5736 23.3333L19.9999 14.6933L17.4965 13.4933Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21133 24.6703C9.48195 24.0839 10.1211 23.8642 10.6896 24.0829L10.6998 24.0868L10.7097 24.0913C11.296 24.362 11.5158 25.0011 11.2971 25.5696L11.2917 25.5837L10.1733 28.1391C9.98652 28.5998 9.56447 28.8233 9.12998 28.8233C8.97905 28.8233 8.80981 28.7773 8.70457 28.7422L8.68706 28.7364L8.6703 28.7286C8.08394 28.458 7.8642 27.8189 8.08287 27.2503L8.08828 27.2362L9.21133 24.6703Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.878 20.6703C28.1486 20.0839 28.7878 19.8642 29.3563 20.0829L29.3665 20.0868L29.3763 20.0913C29.9627 20.362 30.1824 21.0011 29.9638 21.5696L29.9583 21.5837L28.84 24.1391C28.6532 24.5998 28.2311 24.8233 27.7966 24.8233C27.6457 24.8233 27.4765 24.7773 27.3712 24.7422L27.3537 24.7364L27.337 24.7286C26.7506 24.458 26.5309 23.8189 26.7495 23.2503L26.7549 23.2362L27.878 20.6703Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.878 22.0036C18.1486 21.4173 18.7878 21.1975 19.3563 21.4162L19.3665 21.4201L19.3763 21.4247C19.9627 21.6953 20.1824 22.3344 19.9638 22.903L19.9583 22.9171L18.84 25.4724C18.6532 25.9331 18.2311 26.1567 17.7966 26.1567C17.6457 26.1567 17.4765 26.1106 17.3712 26.0755L17.3537 26.0697L17.337 26.062C16.7506 25.7913 16.5309 25.1522 16.7495 24.5837L16.755 24.5696L17.878 22.0036Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.99996 25.2338C3.6811 25.0292 3.57185 24.5759 3.75594 24.2215L4.17859 23.4077H3.33325C2.96506 23.4077 2.66659 23.0759 2.66659 22.6666C2.66659 22.2573 2.96506 21.9255 3.33325 21.9255H4.17859L3.75594 21.1117C3.57185 20.7572 3.6811 20.304 3.99996 20.0993C4.31882 19.8947 4.72655 20.0161 4.91064 20.3706L5.33329 21.1844L5.75594 20.3706C5.94004 20.0161 6.34776 19.8947 6.66662 20.0993C6.98549 20.304 7.09474 20.7572 6.91064 21.1117L6.48799 21.9255H7.33325C7.70144 21.9255 7.99992 22.2573 7.99992 22.6666C7.99992 23.0759 7.70144 23.4077 7.33325 23.4077H6.48799L6.91064 24.2215C7.09474 24.5759 6.98549 25.0292 6.66662 25.2338C6.34776 25.4385 5.94004 25.317 5.75594 24.9626L5.33329 24.1488L4.91064 24.9626C4.72655 25.317 4.31882 25.4385 3.99996 25.2338Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 29.2338C21.6811 29.0292 21.5718 28.5759 21.7559 28.2215L22.1786 27.4077H21.3333C20.9651 27.4077 20.6666 27.0759 20.6666 26.6666C20.6666 26.2573 20.9651 25.9255 21.3333 25.9255H22.1786L21.7559 25.1117C21.5718 24.7572 21.6811 24.304 22 24.0993C22.3188 23.8947 22.7265 24.0161 22.9106 24.3706L23.3333 25.1844L23.7559 24.3706C23.94 24.0161 24.3478 23.8947 24.6666 24.0993C24.9855 24.304 25.0947 24.7572 24.9106 25.1117L24.488 25.9255H25.3333C25.7014 25.9255 25.9999 26.2573 25.9999 26.6666C25.9999 27.0759 25.7014 27.4077 25.3333 27.4077H24.488L24.9106 28.2215C25.0947 28.5759 24.9855 29.0292 24.6666 29.2338C24.3478 29.4385 23.94 29.317 23.7559 28.9626L23.3333 28.1488L22.9106 28.9626C22.7265 29.317 22.3188 29.4385 22 29.2338Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-sleet",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavySleet",
          "declaration": {
            "name": "ObiLightningHeavySleet",
            "module": "src/icons/icon-lightning-heavy-sleet.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-sleet",
          "declaration": {
            "name": "ObiLightningHeavySleet",
            "module": "src/icons/icon-lightning-heavy-sleet.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-snow-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavySnowColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4967 13.4933L18.5126 7.33325L14.6667 15.1333L17.2427 16.3333L15.5738 23.3333L20.0001 14.6933L17.4967 13.4933Z\" fill=\"currentColor\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L21.1866 15.3012C21.3506 14.9811 21.3783 14.6082 21.2634 14.2673C21.1484 13.9264 20.9006 13.6465 20.5763 13.491L18.9748 12.7233L19.828 7.55025C19.9355 6.89826 19.5492 6.26588 18.9201 6.06382C18.291 5.86176 17.6087 6.15099 17.3165 6.74366L13.4707 14.5437C13.3121 14.8654 13.2898 15.2375 13.4089 15.5759C13.528 15.9143 13.7784 16.1904 14.1036 16.3419L15.6932 17.0825L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08284 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50176 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" fill=\"currentColor\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" fill=\"currentColor\"/> <path d=\"M4.00012 25.2339C3.68126 25.0293 3.57201 24.576 3.7561 24.2216L4.17876 23.4078H3.33341C2.96522 23.4078 2.66675 23.076 2.66675 22.6667C2.66675 22.2574 2.96522 21.9256 3.33341 21.9256H4.17875L3.7561 21.1118C3.57201 20.7573 3.68126 20.3041 4.00012 20.0994C4.31898 19.8948 4.72671 20.0162 4.9108 20.3707L5.33345 21.1845L5.7561 20.3707C5.9402 20.0162 6.34792 19.8948 6.66679 20.0994C6.98565 20.3041 7.0949 20.7573 6.9108 21.1118L6.48816 21.9256H7.33341C7.7016 21.9256 8.00008 22.2574 8.00008 22.6667C8.00008 23.076 7.7016 23.4078 7.33341 23.4078H6.48815L6.9108 24.2216C7.0949 24.576 6.98565 25.0293 6.66679 25.2339C6.34793 25.4386 5.9402 25.3171 5.7561 24.9627L5.33345 24.1489L4.9108 24.9627C4.72671 25.3171 4.31898 25.4386 4.00012 25.2339Z\" fill=\"currentColor\"/> <path d=\"M9.33345 29.2339C9.01459 29.0293 8.90534 28.576 9.08944 28.2216L9.51209 27.4078H8.66675C8.29856 27.4078 8.00008 27.076 8.00008 26.6667C8.00008 26.2574 8.29856 25.9256 8.66675 25.9256H9.51208L9.08944 25.1118C8.90534 24.7573 9.01459 24.3041 9.33345 24.0994C9.65231 23.8948 10.06 24.0162 10.2441 24.3707L10.6668 25.1845L11.0894 24.3707C11.2735 24.0162 11.6813 23.8948 12.0001 24.0994C12.319 24.3041 12.4282 24.7573 12.2441 25.1118L11.8215 25.9256H12.6667C13.0349 25.9256 13.3334 26.2574 13.3334 26.6667C13.3334 27.076 13.0349 27.4078 12.6667 27.4078H11.8215L12.2441 28.2216C12.4282 28.576 12.319 29.0293 12.0001 29.2339C11.6813 29.4386 11.2735 29.3171 11.0894 28.9627L10.6668 28.1489L10.2441 28.9627C10.06 29.3171 9.65232 29.4386 9.33345 29.2339Z\" fill=\"currentColor\"/> <path d=\"M18.6668 25.2339C18.3479 25.0293 18.2387 24.576 18.4228 24.2216L18.8454 23.4078H18.0001C17.6319 23.4078 17.3334 23.076 17.3334 22.6667C17.3334 22.2574 17.6319 21.9256 18.0001 21.9256H18.8454L18.4228 21.1118C18.2387 20.7573 18.3479 20.3041 18.6668 20.0994C18.9856 19.8948 19.3934 20.0162 19.5775 20.3707L20.0001 21.1845L20.4228 20.3707C20.6069 20.0162 21.0146 19.8948 21.3335 20.0994C21.6523 20.3041 21.7616 20.7573 21.5775 21.1118L21.1548 21.9256H22.0001C22.3683 21.9256 22.6667 22.2574 22.6667 22.6667C22.6667 23.076 22.3683 23.4078 22.0001 23.4078H21.1548L21.5775 24.2216C21.7616 24.576 21.6523 25.0293 21.3335 25.2339C21.0146 25.4386 20.6069 25.3171 20.4228 24.9627L20.0001 24.1489L19.5775 24.9627C19.3934 25.3171 18.9856 25.4386 18.6668 25.2339Z\" fill=\"currentColor\"/> <path d=\"M22.6668 30.5673C22.3479 30.3626 22.2387 29.9094 22.4228 29.5549L22.8454 28.7411H22.0001C21.6319 28.7411 21.3334 28.4093 21.3334 28C21.3334 27.5907 21.6319 27.2589 22.0001 27.2589H22.8454L22.4228 26.4451C22.2387 26.0906 22.3479 25.6374 22.6668 25.4327C22.9856 25.2281 23.3934 25.3495 23.5775 25.704L24.0001 26.5178L24.4228 25.704C24.6069 25.3495 25.0146 25.2281 25.3335 25.4327C25.6523 25.6374 25.7616 26.0906 25.5775 26.4451L25.1548 27.2589H26.0001C26.3683 27.2589 26.6667 27.5907 26.6667 28C26.6667 28.4093 26.3683 28.7411 26.0001 28.7411H25.1548L25.5775 29.5549C25.7616 29.9094 25.6523 30.3626 25.3335 30.5673C25.0146 30.7719 24.6069 30.6505 24.4228 30.296L24.0001 29.4822L23.5775 30.296C23.3934 30.6505 22.9856 30.7719 22.6668 30.5673Z\" fill=\"currentColor\"/> <path d=\"M27.3335 25.2339C27.0146 25.0293 26.9053 24.576 27.0894 24.2216L27.5121 23.4078H26.6667C26.2986 23.4078 26.0001 23.076 26.0001 22.6667C26.0001 22.2574 26.2986 21.9256 26.6667 21.9256H27.5121L27.0894 21.1118C26.9053 20.7573 27.0146 20.3041 27.3335 20.0994C27.6523 19.8948 28.06 20.0162 28.2441 20.3707L28.6668 21.1845L29.0894 20.3707C29.2735 20.0162 29.6813 19.8948 30.0001 20.0994C30.319 20.3041 30.4282 20.7573 30.2441 21.1118L29.8215 21.9256H30.6667C31.0349 21.9256 31.3334 22.2574 31.3334 22.6667C31.3334 23.076 31.0349 23.4078 30.6667 23.4078H29.8215L30.2441 24.2216C30.4282 24.576 30.319 25.0293 30.0001 25.2339C29.6813 25.4386 29.2735 25.3171 29.0894 24.9627L28.6668 24.1489L28.2441 24.9627C28.06 25.3171 27.6523 25.4386 27.3335 25.2339Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4967 13.4933L18.5126 7.33325L14.6667 15.1333L17.2427 16.3333L15.5738 23.3333L20.0001 14.6933L17.4967 13.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L21.1866 15.3012C21.3506 14.9811 21.3783 14.6082 21.2634 14.2673C21.1484 13.9264 20.9006 13.6465 20.5763 13.491L18.9748 12.7233L19.828 7.55025C19.9355 6.89826 19.5492 6.26588 18.9201 6.06382C18.291 5.86176 17.6087 6.15099 17.3165 6.74366L13.4707 14.5437C13.3121 14.8654 13.2898 15.2375 13.4089 15.5759C13.528 15.9143 13.7784 16.1904 14.1036 16.3419L15.6932 17.0825L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08284 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50176 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" style=\"fill: var(--data-weather-cloud-heavy-primary-color)\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" style=\"fill: var(--data-weather-cloud-heavy-primary-color)\"/> <path d=\"M4.00012 25.2339C3.68126 25.0293 3.57201 24.576 3.7561 24.2216L4.17876 23.4078H3.33341C2.96522 23.4078 2.66675 23.076 2.66675 22.6667C2.66675 22.2574 2.96522 21.9256 3.33341 21.9256H4.17875L3.7561 21.1118C3.57201 20.7573 3.68126 20.3041 4.00012 20.0994C4.31898 19.8948 4.72671 20.0162 4.9108 20.3707L5.33345 21.1845L5.7561 20.3707C5.9402 20.0162 6.34792 19.8948 6.66679 20.0994C6.98565 20.3041 7.0949 20.7573 6.9108 21.1118L6.48816 21.9256H7.33341C7.7016 21.9256 8.00008 22.2574 8.00008 22.6667C8.00008 23.076 7.7016 23.4078 7.33341 23.4078H6.48815L6.9108 24.2216C7.0949 24.576 6.98565 25.0293 6.66679 25.2339C6.34793 25.4386 5.9402 25.3171 5.7561 24.9627L5.33345 24.1489L4.9108 24.9627C4.72671 25.3171 4.31898 25.4386 4.00012 25.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M9.33345 29.2339C9.01459 29.0293 8.90534 28.576 9.08944 28.2216L9.51209 27.4078H8.66675C8.29856 27.4078 8.00008 27.076 8.00008 26.6667C8.00008 26.2574 8.29856 25.9256 8.66675 25.9256H9.51208L9.08944 25.1118C8.90534 24.7573 9.01459 24.3041 9.33345 24.0994C9.65231 23.8948 10.06 24.0162 10.2441 24.3707L10.6668 25.1845L11.0894 24.3707C11.2735 24.0162 11.6813 23.8948 12.0001 24.0994C12.319 24.3041 12.4282 24.7573 12.2441 25.1118L11.8215 25.9256H12.6667C13.0349 25.9256 13.3334 26.2574 13.3334 26.6667C13.3334 27.076 13.0349 27.4078 12.6667 27.4078H11.8215L12.2441 28.2216C12.4282 28.576 12.319 29.0293 12.0001 29.2339C11.6813 29.4386 11.2735 29.3171 11.0894 28.9627L10.6668 28.1489L10.2441 28.9627C10.06 29.3171 9.65232 29.4386 9.33345 29.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M18.6668 25.2339C18.3479 25.0293 18.2387 24.576 18.4228 24.2216L18.8454 23.4078H18.0001C17.6319 23.4078 17.3334 23.076 17.3334 22.6667C17.3334 22.2574 17.6319 21.9256 18.0001 21.9256H18.8454L18.4228 21.1118C18.2387 20.7573 18.3479 20.3041 18.6668 20.0994C18.9856 19.8948 19.3934 20.0162 19.5775 20.3707L20.0001 21.1845L20.4228 20.3707C20.6069 20.0162 21.0146 19.8948 21.3335 20.0994C21.6523 20.3041 21.7616 20.7573 21.5775 21.1118L21.1548 21.9256H22.0001C22.3683 21.9256 22.6667 22.2574 22.6667 22.6667C22.6667 23.076 22.3683 23.4078 22.0001 23.4078H21.1548L21.5775 24.2216C21.7616 24.576 21.6523 25.0293 21.3335 25.2339C21.0146 25.4386 20.6069 25.3171 20.4228 24.9627L20.0001 24.1489L19.5775 24.9627C19.3934 25.3171 18.9856 25.4386 18.6668 25.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M22.6668 30.5673C22.3479 30.3626 22.2387 29.9094 22.4228 29.5549L22.8454 28.7411H22.0001C21.6319 28.7411 21.3334 28.4093 21.3334 28C21.3334 27.5907 21.6319 27.2589 22.0001 27.2589H22.8454L22.4228 26.4451C22.2387 26.0906 22.3479 25.6374 22.6668 25.4327C22.9856 25.2281 23.3934 25.3495 23.5775 25.704L24.0001 26.5178L24.4228 25.704C24.6069 25.3495 25.0146 25.2281 25.3335 25.4327C25.6523 25.6374 25.7616 26.0906 25.5775 26.4451L25.1548 27.2589H26.0001C26.3683 27.2589 26.6667 27.5907 26.6667 28C26.6667 28.4093 26.3683 28.7411 26.0001 28.7411H25.1548L25.5775 29.5549C25.7616 29.9094 25.6523 30.3626 25.3335 30.5673C25.0146 30.7719 24.6069 30.6505 24.4228 30.296L24.0001 29.4822L23.5775 30.296C23.3934 30.6505 22.9856 30.7719 22.6668 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M27.3335 25.2339C27.0146 25.0293 26.9053 24.576 27.0894 24.2216L27.5121 23.4078H26.6667C26.2986 23.4078 26.0001 23.076 26.0001 22.6667C26.0001 22.2574 26.2986 21.9256 26.6667 21.9256H27.5121L27.0894 21.1118C26.9053 20.7573 27.0146 20.3041 27.3335 20.0994C27.6523 19.8948 28.06 20.0162 28.2441 20.3707L28.6668 21.1845L29.0894 20.3707C29.2735 20.0162 29.6813 19.8948 30.0001 20.0994C30.319 20.3041 30.4282 20.7573 30.2441 21.1118L29.8215 21.9256H30.6667C31.0349 21.9256 31.3334 22.2574 31.3334 22.6667C31.3334 23.076 31.0349 23.4078 30.6667 23.4078H29.8215L30.2441 24.2216C30.4282 24.576 30.319 25.0293 30.0001 25.2339C29.6813 25.4386 29.2735 25.3171 29.0894 24.9627L28.6668 24.1489L28.2441 24.9627C28.06 25.3171 27.6523 25.4386 27.3335 25.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-snow-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavySnowColour",
          "declaration": {
            "name": "ObiLightningHeavySnowColour",
            "module": "src/icons/icon-lightning-heavy-snow-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-snow-colour",
          "declaration": {
            "name": "ObiLightningHeavySnowColour",
            "module": "src/icons/icon-lightning-heavy-snow-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-snow-showers-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavySnowShowersDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" fill=\"currentColor\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1633 19.4933L17.1792 13.3333L13.3334 21.1333L15.9093 22.3333L14.2404 29.3333L18.6667 20.6933L16.1633 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3333 17.3488C27.4497 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6666 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0854 13.2031 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 11.999 13.014 11.1362 12.6646C10.7796 12.5203 10.3898 12.4872 9.99996 12.6822C9.66663 12.8488 9.45829 13.0988 9.33329 13.3801C8.95829 14.2238 9.33329 15.3488 9.33329 15.3488H6.66663C5.33329 15.3488 4.66663 16.2442 4.66663 17.3488C4.66663 18.4534 5.56206 19.3488 6.66663 19.3488H12.7266L12.1374 20.5438C12.0137 20.7948 11.9729 21.0764 12.0175 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0173 20.9812 20.045 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33329 15.3487C9.33329 15.3487 8.66663 13.3487 9.99996 12.6821C11.3333 12.0154 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 14.8855 9.71116 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L17.6415 18.7234L18.4947 13.5503C18.6022 12.8983 18.2159 12.266 17.5868 12.0639C16.9577 11.8618 16.2754 12.1511 15.9832 12.7437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329Z\" fill=\"currentColor\"/> <path d=\"M3.33337 27.2339C3.01451 27.0293 2.90526 26.576 3.08936 26.2216L3.51201 25.4078H2.66667C2.29848 25.4078 2 25.076 2 24.6667C2 24.2574 2.29848 23.9256 2.66667 23.9256H3.512L3.08936 23.1118C2.90526 22.7573 3.01451 22.3041 3.33337 22.0994C3.65223 21.8948 4.05996 22.0162 4.24406 22.3707L4.66671 23.1845L5.08936 22.3707C5.27345 22.0162 5.68118 21.8948 6.00004 22.0994C6.3189 22.3041 6.42815 22.7573 6.24406 23.1118L5.82141 23.9256H6.66667C7.03486 23.9256 7.33333 24.2574 7.33333 24.6667C7.33333 25.076 7.03486 25.4078 6.66667 25.4078H5.8214L6.24406 26.2216C6.42815 26.576 6.3189 27.0293 6.00004 27.2339C5.68118 27.4386 5.27345 27.3171 5.08936 26.9627L4.66671 26.1489L4.24406 26.9627C4.05996 27.3171 3.65223 27.4386 3.33337 27.2339Z\" fill=\"currentColor\"/> <path d=\"M8.66671 30.5673C8.34784 30.3626 8.23859 29.9094 8.42269 29.5549L8.84534 28.7411H8C7.63181 28.7411 7.33333 28.4093 7.33333 28C7.33333 27.5907 7.63181 27.2589 8 27.2589H8.84533L8.42269 26.4451C8.23859 26.0906 8.34784 25.6374 8.66671 25.4327C8.98557 25.2281 9.39329 25.3495 9.57739 25.704L10 26.5178L10.4227 25.704C10.6068 25.3495 11.0145 25.2281 11.3334 25.4327C11.6522 25.6374 11.7615 26.0906 11.5774 26.4451L11.1547 27.2589H12C12.3682 27.2589 12.6667 27.5907 12.6667 28C12.6667 28.4093 12.3682 28.7411 12 28.7411H11.1547L11.5774 29.5549C11.7615 29.9094 11.6522 30.3626 11.3334 30.5673C11.0145 30.7719 10.6068 30.6505 10.4227 30.296L10 29.4822L9.57739 30.296C9.39329 30.6505 8.98557 30.7719 8.66671 30.5673Z\" fill=\"currentColor\"/> <path d=\"M20 27.9006C19.6812 27.6959 19.5719 27.2427 19.756 26.8882L20.1787 26.0744H19.3333C18.9651 26.0744 18.6667 25.7426 18.6667 25.3333C18.6667 24.924 18.9651 24.5922 19.3333 24.5922H20.1787L19.756 23.7784C19.5719 23.424 19.6812 22.9707 20 22.7661C20.3189 22.5614 20.7266 22.6829 20.9107 23.0373L21.3334 23.8511L21.756 23.0373C21.9401 22.6829 22.3478 22.5614 22.6667 22.7661C22.9856 22.9707 23.0948 23.424 22.9107 23.7784L22.4881 24.5922H23.3333C23.7015 24.5922 24 24.924 24 25.3333C24 25.7426 23.7015 26.0744 23.3333 26.0744H22.4881L22.9107 26.8882C23.0948 27.2427 22.9856 27.6959 22.6667 27.9006C22.3478 28.1052 21.9401 27.9838 21.756 27.6293L21.3334 26.8155L20.9107 27.6293C20.7266 27.9838 20.3189 28.1052 20 27.9006Z\" fill=\"currentColor\"/> <path d=\"M26.6667 30.5673C26.3478 30.3626 26.2386 29.9094 26.4227 29.5549L26.8453 28.7411H26C25.6318 28.7411 25.3333 28.4093 25.3333 28C25.3333 27.5907 25.6318 27.2589 26 27.2589H26.8453L26.4227 26.4451C26.2386 26.0906 26.3478 25.6374 26.6667 25.4327C26.9856 25.2281 27.3933 25.3495 27.5774 25.704L28 26.5178L28.4227 25.704C28.6068 25.3495 29.0145 25.2281 29.3334 25.4327C29.6522 25.6374 29.7615 26.0906 29.5774 26.4451L29.1547 27.2589H30C30.3682 27.2589 30.6667 27.5907 30.6667 28C30.6667 28.4093 30.3682 28.7411 30 28.7411H29.1547L29.5774 29.5549C29.7615 29.9094 29.6522 30.3626 29.3334 30.5673C29.0145 30.7719 28.6068 30.6505 28.4227 30.296L28 29.4822L27.5774 30.296C27.3933 30.6505 26.9856 30.7719 26.6667 30.5673Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1633 19.4933L17.1792 13.3333L13.3334 21.1333L15.9093 22.3333L14.2404 29.3333L18.6667 20.6933L16.1633 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3333 17.3488C27.4497 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6666 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0854 13.2031 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 11.999 13.014 11.1362 12.6646C10.7796 12.5203 10.3898 12.4872 9.99996 12.6822C9.66663 12.8488 9.45829 13.0988 9.33329 13.3801C8.95829 14.2238 9.33329 15.3488 9.33329 15.3488H6.66663C5.33329 15.3488 4.66663 16.2442 4.66663 17.3488C4.66663 18.4534 5.56206 19.3488 6.66663 19.3488H12.7266L12.1374 20.5438C12.0137 20.7948 11.9729 21.0764 12.0175 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0173 20.9812 20.045 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M9.33329 15.3487C9.33329 15.3487 8.66663 13.3487 9.99996 12.6821C11.3333 12.0154 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 14.8855 9.71116 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L17.6415 18.7234L18.4947 13.5503C18.6022 12.8983 18.2159 12.266 17.5868 12.0639C16.9577 11.8618 16.2754 12.1511 15.9832 12.7437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M3.33337 27.2339C3.01451 27.0293 2.90526 26.576 3.08936 26.2216L3.51201 25.4078H2.66667C2.29848 25.4078 2 25.076 2 24.6667C2 24.2574 2.29848 23.9256 2.66667 23.9256H3.512L3.08936 23.1118C2.90526 22.7573 3.01451 22.3041 3.33337 22.0994C3.65223 21.8948 4.05996 22.0162 4.24406 22.3707L4.66671 23.1845L5.08936 22.3707C5.27345 22.0162 5.68118 21.8948 6.00004 22.0994C6.3189 22.3041 6.42815 22.7573 6.24406 23.1118L5.82141 23.9256H6.66667C7.03486 23.9256 7.33333 24.2574 7.33333 24.6667C7.33333 25.076 7.03486 25.4078 6.66667 25.4078H5.8214L6.24406 26.2216C6.42815 26.576 6.3189 27.0293 6.00004 27.2339C5.68118 27.4386 5.27345 27.3171 5.08936 26.9627L4.66671 26.1489L4.24406 26.9627C4.05996 27.3171 3.65223 27.4386 3.33337 27.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M8.66671 30.5673C8.34784 30.3626 8.23859 29.9094 8.42269 29.5549L8.84534 28.7411H8C7.63181 28.7411 7.33333 28.4093 7.33333 28C7.33333 27.5907 7.63181 27.2589 8 27.2589H8.84533L8.42269 26.4451C8.23859 26.0906 8.34784 25.6374 8.66671 25.4327C8.98557 25.2281 9.39329 25.3495 9.57739 25.704L10 26.5178L10.4227 25.704C10.6068 25.3495 11.0145 25.2281 11.3334 25.4327C11.6522 25.6374 11.7615 26.0906 11.5774 26.4451L11.1547 27.2589H12C12.3682 27.2589 12.6667 27.5907 12.6667 28C12.6667 28.4093 12.3682 28.7411 12 28.7411H11.1547L11.5774 29.5549C11.7615 29.9094 11.6522 30.3626 11.3334 30.5673C11.0145 30.7719 10.6068 30.6505 10.4227 30.296L10 29.4822L9.57739 30.296C9.39329 30.6505 8.98557 30.7719 8.66671 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M20 27.9006C19.6812 27.6959 19.5719 27.2427 19.756 26.8882L20.1787 26.0744H19.3333C18.9651 26.0744 18.6667 25.7426 18.6667 25.3333C18.6667 24.924 18.9651 24.5922 19.3333 24.5922H20.1787L19.756 23.7784C19.5719 23.424 19.6812 22.9707 20 22.7661C20.3189 22.5614 20.7266 22.6829 20.9107 23.0373L21.3334 23.8511L21.756 23.0373C21.9401 22.6829 22.3478 22.5614 22.6667 22.7661C22.9856 22.9707 23.0948 23.424 22.9107 23.7784L22.4881 24.5922H23.3333C23.7015 24.5922 24 24.924 24 25.3333C24 25.7426 23.7015 26.0744 23.3333 26.0744H22.4881L22.9107 26.8882C23.0948 27.2427 22.9856 27.6959 22.6667 27.9006C22.3478 28.1052 21.9401 27.9838 21.756 27.6293L21.3334 26.8155L20.9107 27.6293C20.7266 27.9838 20.3189 28.1052 20 27.9006Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M26.6667 30.5673C26.3478 30.3626 26.2386 29.9094 26.4227 29.5549L26.8453 28.7411H26C25.6318 28.7411 25.3333 28.4093 25.3333 28C25.3333 27.5907 25.6318 27.2589 26 27.2589H26.8453L26.4227 26.4451C26.2386 26.0906 26.3478 25.6374 26.6667 25.4327C26.9856 25.2281 27.3933 25.3495 27.5774 25.704L28 26.5178L28.4227 25.704C28.6068 25.3495 29.0145 25.2281 29.3334 25.4327C29.6522 25.6374 29.7615 26.0906 29.5774 26.4451L29.1547 27.2589H30C30.3682 27.2589 30.6667 27.5907 30.6667 28C30.6667 28.4093 30.3682 28.7411 30 28.7411H29.1547L29.5774 29.5549C29.7615 29.9094 29.6522 30.3626 29.3334 30.5673C29.0145 30.7719 28.6068 30.6505 28.4227 30.296L28 29.4822L27.5774 30.296C27.3933 30.6505 26.9856 30.7719 26.6667 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-snow-showers-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavySnowShowersDayColour",
          "declaration": {
            "name": "ObiLightningHeavySnowShowersDayColour",
            "module": "src/icons/icon-lightning-heavy-snow-showers-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-snow-showers-day-colour",
          "declaration": {
            "name": "ObiLightningHeavySnowShowersDayColour",
            "module": "src/icons/icon-lightning-heavy-snow-showers-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-snow-showers-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavySnowShowersDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6302 1.62937C11.4046 1.24899 10.8095 1.31501 10.6726 1.73559L9.93395 4.00639C9.83989 4.29555 9.50229 4.44272 9.21493 4.31985L6.95818 3.35492C6.5402 3.1762 6.09576 3.5634 6.24304 3.97794L7.03825 6.21614C7.13951 6.50114 6.95491 6.8089 6.64509 6.8716L4.21196 7.36403C3.76131 7.45524 3.63732 8.01571 4.01244 8.26588L6.03781 9.61656C6.29571 9.78855 6.33462 10.1393 6.12068 10.3637L4.44054 12.1254C4.12936 12.4516 4.37317 12.9713 4.83285 12.9616L7.31475 12.9088C7.33537 12.9084 7.35569 12.9091 7.37567 12.9108C7.3273 13.0596 7.28938 13.2064 7.25991 13.3487H6.66671C5.52703 13.3487 4.46215 13.7473 3.69557 14.5796C2.9538 15.385 2.66671 16.4054 2.66671 17.3487C2.66671 19.5579 4.45757 21.3487 6.6667 21.3487H12.0175C11.973 21.0764 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66671C5.56214 19.3487 4.66671 18.4533 4.66671 17.3487C4.66671 16.2442 5.33337 15.3487 6.66671 15.3487H9.33337C9.33337 15.3487 8.95837 14.2237 9.33337 13.38C9.45837 13.0987 9.66671 12.8487 10 12.6821C10.3899 12.4871 10.7797 12.5202 11.1362 12.6646C11.9991 13.014 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8895 11.1453 16.5283 9.84334 18.6667 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.4501 26.4379 19.3487 25.3334 19.3487H18.9462L19.243 19.491C19.5674 19.6465 19.8152 19.9265 19.9302 20.2674C20.0451 20.6083 20.0174 20.9811 19.8534 21.3013L19.8291 21.3487H25.3334C27.6727 21.3487 29.178 19.4449 29.3275 17.5021C29.4243 16.2439 28.7331 15.3588 28.1496 14.8676C27.5832 14.3908 26.9123 14.0916 26.3987 13.9033C26.1852 13.8251 25.9743 13.7573 25.7741 13.6989C25.6451 13.1746 25.439 12.5559 25.1071 11.9189C24.1525 10.0866 22.2421 8.29662 18.8271 8.02185C18.6027 8.00379 18.383 7.99706 18.168 8.00058L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1582 5.20454L16.4436 2.84648C16.4964 2.40973 15.9779 2.12935 15.6093 2.39533L13.6188 3.83136C13.3654 4.01422 13.0038 3.9446 12.8486 3.68309L11.6302 1.62937ZM9.10561 10.8932C8.81857 11.0367 8.57303 11.2042 8.36317 11.3875C8.07214 10.9161 7.87968 10.3786 7.81523 9.79755C7.57168 7.60187 9.24787 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43897 16.0951 8.36647C14.6978 8.8461 13.5968 9.71689 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10561 10.8932Z\" fill=\"currentColor\"/> <path d=\"M17.1792 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3334 21.1333L17.1792 13.3333Z\" fill=\"currentColor\"/> <path d=\"M2.66675 27.2339C2.34788 27.0293 2.23863 26.576 2.42273 26.2216L2.84538 25.4078H2.00004C1.63185 25.4078 1.33337 25.076 1.33337 24.6667C1.33337 24.2574 1.63185 23.9256 2.00004 23.9256H2.84538L2.42273 23.1118C2.23863 22.7573 2.34788 22.3041 2.66675 22.0994C2.98561 21.8948 3.39333 22.0162 3.57743 22.3707L4.00008 23.1845L4.42273 22.3707C4.60682 22.0162 5.01455 21.8948 5.33341 22.0994C5.65227 22.3041 5.76152 22.7573 5.57743 23.1118L5.15478 23.9256H6.00004C6.36823 23.9256 6.66671 24.2574 6.66671 24.6667C6.66671 25.076 6.36823 25.4078 6.00004 25.4078H5.15478L5.57743 26.2216C5.76152 26.576 5.65227 27.0293 5.33341 27.2339C5.01455 27.4386 4.60682 27.3171 4.42273 26.9627L4.00008 26.1489L3.57743 26.9627C3.39334 27.3171 2.98561 27.4386 2.66675 27.2339Z\" fill=\"currentColor\"/> <path d=\"M8.00008 30.5673C7.68122 30.3626 7.57197 29.9094 7.75606 29.5549L8.17872 28.7411H7.33337C6.96518 28.7411 6.66671 28.4093 6.66671 28C6.66671 27.5907 6.96518 27.2589 7.33337 27.2589H8.17871L7.75606 26.4451C7.57197 26.0906 7.68122 25.6374 8.00008 25.4327C8.31894 25.2281 8.72667 25.3495 8.91076 25.704L9.33341 26.5178L9.75606 25.704C9.94016 25.3495 10.3479 25.2281 10.6667 25.4327C10.9856 25.6374 11.0949 26.0906 10.9108 26.4451L10.4881 27.2589H11.3334C11.7016 27.2589 12 27.5907 12 28C12 28.4093 11.7016 28.7411 11.3334 28.7411H10.4881L10.9108 29.5549C11.0949 29.9094 10.9856 30.3626 10.6667 30.5673C10.3479 30.7719 9.94016 30.6505 9.75606 30.296L9.33341 29.4822L8.91076 30.296C8.72667 30.6505 8.31894 30.7719 8.00008 30.5673Z\" fill=\"currentColor\"/> <path d=\"M19.3334 27.9006C19.0146 27.6959 18.9053 27.2427 19.0894 26.8882L19.512 26.0744H18.6667C18.2985 26.0744 18 25.7426 18 25.3333C18 24.924 18.2985 24.5922 18.6667 24.5922H19.512L19.0894 23.7784C18.9053 23.424 19.0145 22.9707 19.3334 22.7661C19.6523 22.5614 20.06 22.6829 20.2441 23.0373L20.6667 23.8511L21.0894 23.0373C21.2735 22.6829 21.6812 22.5614 22.0001 22.7661C22.3189 22.9707 22.4282 23.424 22.2441 23.7784L21.8214 24.5922H22.6667C23.0349 24.5922 23.3334 24.924 23.3334 25.3333C23.3334 25.7426 23.0349 26.0744 22.6667 26.0744H21.8214L22.2441 26.8882C22.4282 27.2427 22.3189 27.6959 22.0001 27.9006C21.6812 28.1052 21.2735 27.9838 21.0894 27.6293L20.6667 26.8155L20.2441 27.6293C20.06 27.9838 19.6523 28.1052 19.3334 27.9006Z\" fill=\"currentColor\"/> <path d=\"M26.0001 30.5673C25.6812 30.3626 25.572 29.9094 25.7561 29.5549L26.1787 28.7411H25.3334C24.9652 28.7411 24.6667 28.4093 24.6667 28C24.6667 27.5907 24.9652 27.2589 25.3334 27.2589H26.1787L25.7561 26.4451C25.572 26.0906 25.6812 25.6374 26.0001 25.4327C26.3189 25.2281 26.7267 25.3495 26.9108 25.704L27.3334 26.5178L27.7561 25.704C27.9402 25.3495 28.3479 25.2281 28.6667 25.4327C28.9856 25.6374 29.0949 26.0906 28.9108 26.4451L28.4881 27.2589H29.3334C29.7016 27.2589 30 27.5907 30 28C30 28.4093 29.7016 28.7411 29.3334 28.7411H28.4881L28.9108 29.5549C29.0949 29.9094 28.9856 30.3626 28.6667 30.5673C28.3479 30.7719 27.9402 30.6505 27.7561 30.296L27.3334 29.4822L26.9108 30.296C26.7267 30.6505 26.3189 30.7719 26.0001 30.5673Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6302 1.62937C11.4046 1.24899 10.8095 1.31501 10.6726 1.73559L9.93395 4.00639C9.83989 4.29555 9.50229 4.44272 9.21493 4.31985L6.95818 3.35492C6.5402 3.1762 6.09576 3.5634 6.24304 3.97794L7.03825 6.21614C7.13951 6.50114 6.95491 6.8089 6.64509 6.8716L4.21196 7.36403C3.76131 7.45524 3.63732 8.01571 4.01244 8.26588L6.03781 9.61656C6.29571 9.78855 6.33462 10.1393 6.12068 10.3637L4.44054 12.1254C4.12936 12.4516 4.37317 12.9713 4.83285 12.9616L7.31475 12.9088C7.33537 12.9084 7.35569 12.9091 7.37567 12.9108C7.3273 13.0596 7.28938 13.2064 7.25991 13.3487H6.66671C5.52703 13.3487 4.46215 13.7473 3.69557 14.5796C2.9538 15.385 2.66671 16.4054 2.66671 17.3487C2.66671 19.5579 4.45757 21.3487 6.6667 21.3487H12.0175C11.973 21.0764 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66671C5.56214 19.3487 4.66671 18.4533 4.66671 17.3487C4.66671 16.2442 5.33337 15.3487 6.66671 15.3487H9.33337C9.33337 15.3487 8.95837 14.2237 9.33337 13.38C9.45837 13.0987 9.66671 12.8487 10 12.6821C10.3899 12.4871 10.7797 12.5202 11.1362 12.6646C11.9991 13.014 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8895 11.1453 16.5283 9.84334 18.6667 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.4501 26.4379 19.3487 25.3334 19.3487H18.9462L19.243 19.491C19.5674 19.6465 19.8152 19.9265 19.9302 20.2674C20.0451 20.6083 20.0174 20.9811 19.8534 21.3013L19.8291 21.3487H25.3334C27.6727 21.3487 29.178 19.4449 29.3275 17.5021C29.4243 16.2439 28.7331 15.3588 28.1496 14.8676C27.5832 14.3908 26.9123 14.0916 26.3987 13.9033C26.1852 13.8251 25.9743 13.7573 25.7741 13.6989C25.6451 13.1746 25.439 12.5559 25.1071 11.9189C24.1525 10.0866 22.2421 8.29662 18.8271 8.02185C18.6027 8.00379 18.383 7.99706 18.168 8.00058L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1582 5.20454L16.4436 2.84648C16.4964 2.40973 15.9779 2.12935 15.6093 2.39533L13.6188 3.83136C13.3654 4.01422 13.0038 3.9446 12.8486 3.68309L11.6302 1.62937ZM9.10561 10.8932C8.81857 11.0367 8.57303 11.2042 8.36317 11.3875C8.07214 10.9161 7.87968 10.3786 7.81523 9.79755C7.57168 7.60187 9.24787 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43897 16.0951 8.36647C14.6978 8.8461 13.5968 9.71689 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10561 10.8932Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1792 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3334 21.1333L17.1792 13.3333Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.66675 27.2339C2.34788 27.0293 2.23863 26.576 2.42273 26.2216L2.84538 25.4078H2.00004C1.63185 25.4078 1.33337 25.076 1.33337 24.6667C1.33337 24.2574 1.63185 23.9256 2.00004 23.9256H2.84538L2.42273 23.1118C2.23863 22.7573 2.34788 22.3041 2.66675 22.0994C2.98561 21.8948 3.39333 22.0162 3.57743 22.3707L4.00008 23.1845L4.42273 22.3707C4.60682 22.0162 5.01455 21.8948 5.33341 22.0994C5.65227 22.3041 5.76152 22.7573 5.57743 23.1118L5.15478 23.9256H6.00004C6.36823 23.9256 6.66671 24.2574 6.66671 24.6667C6.66671 25.076 6.36823 25.4078 6.00004 25.4078H5.15478L5.57743 26.2216C5.76152 26.576 5.65227 27.0293 5.33341 27.2339C5.01455 27.4386 4.60682 27.3171 4.42273 26.9627L4.00008 26.1489L3.57743 26.9627C3.39334 27.3171 2.98561 27.4386 2.66675 27.2339Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.00008 30.5673C7.68122 30.3626 7.57197 29.9094 7.75606 29.5549L8.17872 28.7411H7.33337C6.96518 28.7411 6.66671 28.4093 6.66671 28C6.66671 27.5907 6.96518 27.2589 7.33337 27.2589H8.17871L7.75606 26.4451C7.57197 26.0906 7.68122 25.6374 8.00008 25.4327C8.31894 25.2281 8.72667 25.3495 8.91076 25.704L9.33341 26.5178L9.75606 25.704C9.94016 25.3495 10.3479 25.2281 10.6667 25.4327C10.9856 25.6374 11.0949 26.0906 10.9108 26.4451L10.4881 27.2589H11.3334C11.7016 27.2589 12 27.5907 12 28C12 28.4093 11.7016 28.7411 11.3334 28.7411H10.4881L10.9108 29.5549C11.0949 29.9094 10.9856 30.3626 10.6667 30.5673C10.3479 30.7719 9.94016 30.6505 9.75606 30.296L9.33341 29.4822L8.91076 30.296C8.72667 30.6505 8.31894 30.7719 8.00008 30.5673Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.3334 27.9006C19.0146 27.6959 18.9053 27.2427 19.0894 26.8882L19.512 26.0744H18.6667C18.2985 26.0744 18 25.7426 18 25.3333C18 24.924 18.2985 24.5922 18.6667 24.5922H19.512L19.0894 23.7784C18.9053 23.424 19.0145 22.9707 19.3334 22.7661C19.6523 22.5614 20.06 22.6829 20.2441 23.0373L20.6667 23.8511L21.0894 23.0373C21.2735 22.6829 21.6812 22.5614 22.0001 22.7661C22.3189 22.9707 22.4282 23.424 22.2441 23.7784L21.8214 24.5922H22.6667C23.0349 24.5922 23.3334 24.924 23.3334 25.3333C23.3334 25.7426 23.0349 26.0744 22.6667 26.0744H21.8214L22.2441 26.8882C22.4282 27.2427 22.3189 27.6959 22.0001 27.9006C21.6812 28.1052 21.2735 27.9838 21.0894 27.6293L20.6667 26.8155L20.2441 27.6293C20.06 27.9838 19.6523 28.1052 19.3334 27.9006Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M26.0001 30.5673C25.6812 30.3626 25.572 29.9094 25.7561 29.5549L26.1787 28.7411H25.3334C24.9652 28.7411 24.6667 28.4093 24.6667 28C24.6667 27.5907 24.9652 27.2589 25.3334 27.2589H26.1787L25.7561 26.4451C25.572 26.0906 25.6812 25.6374 26.0001 25.4327C26.3189 25.2281 26.7267 25.3495 26.9108 25.704L27.3334 26.5178L27.7561 25.704C27.9402 25.3495 28.3479 25.2281 28.6667 25.4327C28.9856 25.6374 29.0949 26.0906 28.9108 26.4451L28.4881 27.2589H29.3334C29.7016 27.2589 30 27.5907 30 28C30 28.4093 29.7016 28.7411 29.3334 28.7411H28.4881L28.9108 29.5549C29.0949 29.9094 28.9856 30.3626 28.6667 30.5673C28.3479 30.7719 27.9402 30.6505 27.7561 30.296L27.3334 29.4822L26.9108 30.296C26.7267 30.6505 26.3189 30.7719 26.0001 30.5673Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-snow-showers-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavySnowShowersDay",
          "declaration": {
            "name": "ObiLightningHeavySnowShowersDay",
            "module": "src/icons/icon-lightning-heavy-snow-showers-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-snow-showers-day",
          "declaration": {
            "name": "ObiLightningHeavySnowShowersDay",
            "module": "src/icons/icon-lightning-heavy-snow-showers-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-snow-showers-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavySnowShowersNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" fill=\"currentColor\"/> <path d=\"M3.33337 27.2339C3.01451 27.0293 2.90526 26.576 3.08936 26.2216L3.51201 25.4078H2.66667C2.29848 25.4078 2 25.076 2 24.6667C2 24.2574 2.29848 23.9256 2.66667 23.9256H3.512L3.08936 23.1118C2.90526 22.7573 3.01451 22.3041 3.33337 22.0994C3.65223 21.8948 4.05996 22.0162 4.24406 22.3707L4.66671 23.1845L5.08936 22.3707C5.27345 22.0162 5.68118 21.8948 6.00004 22.0994C6.3189 22.3041 6.42815 22.7573 6.24406 23.1118L5.82141 23.9256H6.66667C7.03486 23.9256 7.33333 24.2574 7.33333 24.6667C7.33333 25.076 7.03486 25.4078 6.66667 25.4078H5.8214L6.24406 26.2216C6.42815 26.576 6.3189 27.0293 6.00004 27.2339C5.68118 27.4386 5.27345 27.3171 5.08936 26.9627L4.66671 26.1489L4.24406 26.9627C4.05996 27.3171 3.65223 27.4386 3.33337 27.2339Z\" fill=\"currentColor\"/> <path d=\"M8.66671 30.5673C8.34784 30.3626 8.23859 29.9094 8.42269 29.5549L8.84534 28.7411H8C7.63181 28.7411 7.33333 28.4093 7.33333 28C7.33333 27.5907 7.63181 27.2589 8 27.2589H8.84533L8.42269 26.4451C8.23859 26.0906 8.34784 25.6374 8.66671 25.4327C8.98557 25.2281 9.39329 25.3495 9.57739 25.704L10 26.5178L10.4227 25.704C10.6068 25.3495 11.0145 25.2281 11.3334 25.4327C11.6522 25.6374 11.7615 26.0906 11.5774 26.4451L11.1547 27.2589H12C12.3682 27.2589 12.6667 27.5907 12.6667 28C12.6667 28.4093 12.3682 28.7411 12 28.7411H11.1547L11.5774 29.5549C11.7615 29.9094 11.6522 30.3626 11.3334 30.5673C11.0145 30.7719 10.6068 30.6505 10.4227 30.296L10 29.4822L9.57739 30.296C9.39329 30.6505 8.98557 30.7719 8.66671 30.5673Z\" fill=\"currentColor\"/> <path d=\"M20 27.9006C19.6812 27.6959 19.5719 27.2427 19.756 26.8882L20.1787 26.0744H19.3333C18.9651 26.0744 18.6667 25.7426 18.6667 25.3333C18.6667 24.924 18.9651 24.5922 19.3333 24.5922H20.1787L19.756 23.7784C19.5719 23.424 19.6812 22.9707 20 22.7661C20.3189 22.5614 20.7266 22.6829 20.9107 23.0373L21.3334 23.8511L21.756 23.0373C21.9401 22.6829 22.3478 22.5614 22.6667 22.7661C22.9856 22.9707 23.0948 23.424 22.9107 23.7784L22.4881 24.5922H23.3333C23.7015 24.5922 24 24.924 24 25.3333C24 25.7426 23.7015 26.0744 23.3333 26.0744H22.4881L22.9107 26.8882C23.0948 27.2427 22.9856 27.6959 22.6667 27.9006C22.3478 28.1052 21.9401 27.9838 21.756 27.6293L21.3334 26.8155L20.9107 27.6293C20.7266 27.9838 20.3189 28.1052 20 27.9006Z\" fill=\"currentColor\"/> <path d=\"M26.6667 30.5673C26.3478 30.3626 26.2386 29.9094 26.4227 29.5549L26.8453 28.7411H26C25.6318 28.7411 25.3333 28.4093 25.3333 28C25.3333 27.5907 25.6318 27.2589 26 27.2589H26.8453L26.4227 26.4451C26.2386 26.0906 26.3478 25.6374 26.6667 25.4327C26.9856 25.2281 27.3933 25.3495 27.5774 25.704L28 26.5178L28.4227 25.704C28.6068 25.3495 29.0145 25.2281 29.3334 25.4327C29.6522 25.6374 29.7615 26.0906 29.5774 26.4451L29.1547 27.2589H30C30.3682 27.2589 30.6667 27.5907 30.6667 28C30.6667 28.4093 30.3682 28.7411 30 28.7411H29.1547L29.5774 29.5549C29.7615 29.9094 29.6522 30.3626 29.3334 30.5673C29.0145 30.7719 28.6068 30.6505 28.4227 30.296L28 29.4822L27.5774 30.296C27.3933 30.6505 26.9856 30.7719 26.6667 30.5673Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M3.33337 27.2339C3.01451 27.0293 2.90526 26.576 3.08936 26.2216L3.51201 25.4078H2.66667C2.29848 25.4078 2 25.076 2 24.6667C2 24.2574 2.29848 23.9256 2.66667 23.9256H3.512L3.08936 23.1118C2.90526 22.7573 3.01451 22.3041 3.33337 22.0994C3.65223 21.8948 4.05996 22.0162 4.24406 22.3707L4.66671 23.1845L5.08936 22.3707C5.27345 22.0162 5.68118 21.8948 6.00004 22.0994C6.3189 22.3041 6.42815 22.7573 6.24406 23.1118L5.82141 23.9256H6.66667C7.03486 23.9256 7.33333 24.2574 7.33333 24.6667C7.33333 25.076 7.03486 25.4078 6.66667 25.4078H5.8214L6.24406 26.2216C6.42815 26.576 6.3189 27.0293 6.00004 27.2339C5.68118 27.4386 5.27345 27.3171 5.08936 26.9627L4.66671 26.1489L4.24406 26.9627C4.05996 27.3171 3.65223 27.4386 3.33337 27.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M8.66671 30.5673C8.34784 30.3626 8.23859 29.9094 8.42269 29.5549L8.84534 28.7411H8C7.63181 28.7411 7.33333 28.4093 7.33333 28C7.33333 27.5907 7.63181 27.2589 8 27.2589H8.84533L8.42269 26.4451C8.23859 26.0906 8.34784 25.6374 8.66671 25.4327C8.98557 25.2281 9.39329 25.3495 9.57739 25.704L10 26.5178L10.4227 25.704C10.6068 25.3495 11.0145 25.2281 11.3334 25.4327C11.6522 25.6374 11.7615 26.0906 11.5774 26.4451L11.1547 27.2589H12C12.3682 27.2589 12.6667 27.5907 12.6667 28C12.6667 28.4093 12.3682 28.7411 12 28.7411H11.1547L11.5774 29.5549C11.7615 29.9094 11.6522 30.3626 11.3334 30.5673C11.0145 30.7719 10.6068 30.6505 10.4227 30.296L10 29.4822L9.57739 30.296C9.39329 30.6505 8.98557 30.7719 8.66671 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M20 27.9006C19.6812 27.6959 19.5719 27.2427 19.756 26.8882L20.1787 26.0744H19.3333C18.9651 26.0744 18.6667 25.7426 18.6667 25.3333C18.6667 24.924 18.9651 24.5922 19.3333 24.5922H20.1787L19.756 23.7784C19.5719 23.424 19.6812 22.9707 20 22.7661C20.3189 22.5614 20.7266 22.6829 20.9107 23.0373L21.3334 23.8511L21.756 23.0373C21.9401 22.6829 22.3478 22.5614 22.6667 22.7661C22.9856 22.9707 23.0948 23.424 22.9107 23.7784L22.4881 24.5922H23.3333C23.7015 24.5922 24 24.924 24 25.3333C24 25.7426 23.7015 26.0744 23.3333 26.0744H22.4881L22.9107 26.8882C23.0948 27.2427 22.9856 27.6959 22.6667 27.9006C22.3478 28.1052 21.9401 27.9838 21.756 27.6293L21.3334 26.8155L20.9107 27.6293C20.7266 27.9838 20.3189 28.1052 20 27.9006Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M26.6667 30.5673C26.3478 30.3626 26.2386 29.9094 26.4227 29.5549L26.8453 28.7411H26C25.6318 28.7411 25.3333 28.4093 25.3333 28C25.3333 27.5907 25.6318 27.2589 26 27.2589H26.8453L26.4227 26.4451C26.2386 26.0906 26.3478 25.6374 26.6667 25.4327C26.9856 25.2281 27.3933 25.3495 27.5774 25.704L28 26.5178L28.4227 25.704C28.6068 25.3495 29.0145 25.2281 29.3334 25.4327C29.6522 25.6374 29.7615 26.0906 29.5774 26.4451L29.1547 27.2589H30C30.3682 27.2589 30.6667 27.5907 30.6667 28C30.6667 28.4093 30.3682 28.7411 30 28.7411H29.1547L29.5774 29.5549C29.7615 29.9094 29.6522 30.3626 29.3334 30.5673C29.0145 30.7719 28.6068 30.6505 28.4227 30.296L28 29.4822L27.5774 30.296C27.3933 30.6505 26.9856 30.7719 26.6667 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-snow-showers-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavySnowShowersNightColour",
          "declaration": {
            "name": "ObiLightningHeavySnowShowersNightColour",
            "module": "src/icons/icon-lightning-heavy-snow-showers-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-snow-showers-night-colour",
          "declaration": {
            "name": "ObiLightningHeavySnowShowersNightColour",
            "module": "src/icons/icon-lightning-heavy-snow-showers-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-snow-showers-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavySnowShowersNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.0223 12.9059 2.73015 13.8771 3.62234 14.6614C2.9348 15.4534 2.66667 16.437 2.66667 17.3487C2.66667 19.5578 4.45753 21.3487 6.66666 21.3487H12.0175C11.9729 21.0763 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66667C5.5621 19.3487 4.66667 18.4532 4.66667 17.3487C4.66667 16.2441 5.33333 15.3487 6.66667 15.3487H9.33333C9.33333 15.3487 8.95833 14.2237 9.33333 13.3799C9.45833 13.0987 9.66667 12.8487 10 12.682C10.3898 12.4871 10.7797 12.5201 11.1362 12.6645C11.999 13.0139 12.6667 14.0153 12.6667 14.0153C12.6667 14.0153 13.0855 13.2029 13.8692 12.3089C14.8895 11.1452 16.5282 9.84326 18.6667 10.0153C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4498 15.835 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9264 19.9301 20.2673C20.0451 20.6082 20.0174 20.9811 19.8533 21.3012L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.502C29.4242 16.2438 28.7331 15.3587 28.1496 14.8675C27.5832 14.3907 26.9122 14.0915 26.3987 13.9032C26.1852 13.825 25.9743 13.7572 25.7741 13.6988C25.6451 13.1745 25.4389 12.5559 25.1071 11.9189C24.1525 10.0865 22.2421 8.29654 18.8271 8.02176C18.2153 7.97254 17.6381 8.00744 17.0969 8.10503C16.9853 5.41628 15.5526 2.94813 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path d=\"M17.1791 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" fill=\"currentColor\"/> <path d=\"M3.33337 27.2338C3.01451 27.0292 2.90526 26.5759 3.08936 26.2215L3.51201 25.4077H2.66667C2.29848 25.4077 2 25.0759 2 24.6666C2 24.2573 2.29848 23.9255 2.66667 23.9255H3.512L3.08936 23.1117C2.90526 22.7572 3.01451 22.304 3.33337 22.0993C3.65223 21.8947 4.05996 22.0161 4.24406 22.3706L4.66671 23.1844L5.08936 22.3706C5.27345 22.0161 5.68118 21.8947 6.00004 22.0993C6.3189 22.304 6.42815 22.7572 6.24406 23.1117L5.82141 23.9255H6.66667C7.03486 23.9255 7.33333 24.2573 7.33333 24.6666C7.33333 25.0759 7.03486 25.4077 6.66667 25.4077H5.8214L6.24406 26.2215C6.42815 26.5759 6.3189 27.0292 6.00004 27.2338C5.68118 27.4385 5.27345 27.317 5.08936 26.9626L4.66671 26.1488L4.24406 26.9626C4.05996 27.317 3.65223 27.4385 3.33337 27.2338Z\" fill=\"currentColor\"/> <path d=\"M8.66671 30.5672C8.34784 30.3625 8.23859 29.9093 8.42269 29.5548L8.84534 28.741H8C7.63181 28.741 7.33333 28.4092 7.33333 27.9999C7.33333 27.5906 7.63181 27.2588 8 27.2588H8.84533L8.42269 26.445C8.23859 26.0906 8.34784 25.6373 8.66671 25.4327C8.98557 25.228 9.39329 25.3495 9.57739 25.7039L10 26.5177L10.4227 25.7039C10.6068 25.3495 11.0145 25.228 11.3334 25.4327C11.6522 25.6373 11.7615 26.0906 11.5774 26.445L11.1547 27.2588H12C12.3682 27.2588 12.6667 27.5906 12.6667 27.9999C12.6667 28.4092 12.3682 28.741 12 28.741H11.1547L11.5774 29.5548C11.7615 29.9093 11.6522 30.3625 11.3334 30.5672C11.0145 30.7718 10.6068 30.6504 10.4227 30.2959L10 29.4821L9.57739 30.2959C9.39329 30.6504 8.98557 30.7718 8.66671 30.5672Z\" fill=\"currentColor\"/> <path d=\"M20 27.9005C19.6812 27.6959 19.5719 27.2426 19.756 26.8881L20.1787 26.0743H19.3333C18.9651 26.0743 18.6667 25.7425 18.6667 25.3332C18.6667 24.9239 18.9651 24.5921 19.3333 24.5921H20.1787L19.756 23.7784C19.5719 23.4239 19.6812 22.9706 20 22.766C20.3189 22.5613 20.7266 22.6828 20.9107 23.0373L21.3334 23.851L21.756 23.0373C21.9401 22.6828 22.3478 22.5613 22.6667 22.766C22.9856 22.9706 23.0948 23.4239 22.9107 23.7784L22.4881 24.5921H23.3333C23.7015 24.5921 24 24.9239 24 25.3332C24 25.7425 23.7015 26.0743 23.3333 26.0743H22.4881L22.9107 26.8881C23.0948 27.2426 22.9856 27.6959 22.6667 27.9005C22.3478 28.1052 21.9401 27.9837 21.756 27.6292L21.3334 26.8155L20.9107 27.6292C20.7266 27.9837 20.3189 28.1052 20 27.9005Z\" fill=\"currentColor\"/> <path d=\"M26.6667 30.5672C26.3478 30.3625 26.2386 29.9093 26.4227 29.5548L26.8453 28.741H26C25.6318 28.741 25.3333 28.4092 25.3333 27.9999C25.3333 27.5906 25.6318 27.2588 26 27.2588H26.8453L26.4227 26.445C26.2386 26.0906 26.3478 25.6373 26.6667 25.4327C26.9856 25.228 27.3933 25.3495 27.5774 25.7039L28 26.5177L28.4227 25.7039C28.6068 25.3495 29.0145 25.228 29.3334 25.4327C29.6522 25.6373 29.7615 26.0906 29.5774 26.445L29.1547 27.2588H30C30.3682 27.2588 30.6667 27.5906 30.6667 27.9999C30.6667 28.4092 30.3682 28.741 30 28.741H29.1547L29.5774 29.5548C29.7615 29.9093 29.6522 30.3625 29.3334 30.5672C29.0145 30.7718 28.6068 30.6504 28.4227 30.2959L28 29.4821L27.5774 30.2959C27.3933 30.6504 26.9856 30.7718 26.6667 30.5672Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.0223 12.9059 2.73015 13.8771 3.62234 14.6614C2.9348 15.4534 2.66667 16.437 2.66667 17.3487C2.66667 19.5578 4.45753 21.3487 6.66666 21.3487H12.0175C11.9729 21.0763 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66667C5.5621 19.3487 4.66667 18.4532 4.66667 17.3487C4.66667 16.2441 5.33333 15.3487 6.66667 15.3487H9.33333C9.33333 15.3487 8.95833 14.2237 9.33333 13.3799C9.45833 13.0987 9.66667 12.8487 10 12.682C10.3898 12.4871 10.7797 12.5201 11.1362 12.6645C11.999 13.0139 12.6667 14.0153 12.6667 14.0153C12.6667 14.0153 13.0855 13.2029 13.8692 12.3089C14.8895 11.1452 16.5282 9.84326 18.6667 10.0153C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4498 15.835 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9264 19.9301 20.2673C20.0451 20.6082 20.0174 20.9811 19.8533 21.3012L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.502C29.4242 16.2438 28.7331 15.3587 28.1496 14.8675C27.5832 14.3907 26.9122 14.0915 26.3987 13.9032C26.1852 13.825 25.9743 13.7572 25.7741 13.6988C25.6451 13.1745 25.4389 12.5559 25.1071 11.9189C24.1525 10.0865 22.2421 8.29654 18.8271 8.02176C18.2153 7.97254 17.6381 8.00744 17.0969 8.10503C16.9853 5.41628 15.5526 2.94813 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1791 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.33337 27.2338C3.01451 27.0292 2.90526 26.5759 3.08936 26.2215L3.51201 25.4077H2.66667C2.29848 25.4077 2 25.0759 2 24.6666C2 24.2573 2.29848 23.9255 2.66667 23.9255H3.512L3.08936 23.1117C2.90526 22.7572 3.01451 22.304 3.33337 22.0993C3.65223 21.8947 4.05996 22.0161 4.24406 22.3706L4.66671 23.1844L5.08936 22.3706C5.27345 22.0161 5.68118 21.8947 6.00004 22.0993C6.3189 22.304 6.42815 22.7572 6.24406 23.1117L5.82141 23.9255H6.66667C7.03486 23.9255 7.33333 24.2573 7.33333 24.6666C7.33333 25.0759 7.03486 25.4077 6.66667 25.4077H5.8214L6.24406 26.2215C6.42815 26.5759 6.3189 27.0292 6.00004 27.2338C5.68118 27.4385 5.27345 27.317 5.08936 26.9626L4.66671 26.1488L4.24406 26.9626C4.05996 27.317 3.65223 27.4385 3.33337 27.2338Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.66671 30.5672C8.34784 30.3625 8.23859 29.9093 8.42269 29.5548L8.84534 28.741H8C7.63181 28.741 7.33333 28.4092 7.33333 27.9999C7.33333 27.5906 7.63181 27.2588 8 27.2588H8.84533L8.42269 26.445C8.23859 26.0906 8.34784 25.6373 8.66671 25.4327C8.98557 25.228 9.39329 25.3495 9.57739 25.7039L10 26.5177L10.4227 25.7039C10.6068 25.3495 11.0145 25.228 11.3334 25.4327C11.6522 25.6373 11.7615 26.0906 11.5774 26.445L11.1547 27.2588H12C12.3682 27.2588 12.6667 27.5906 12.6667 27.9999C12.6667 28.4092 12.3682 28.741 12 28.741H11.1547L11.5774 29.5548C11.7615 29.9093 11.6522 30.3625 11.3334 30.5672C11.0145 30.7718 10.6068 30.6504 10.4227 30.2959L10 29.4821L9.57739 30.2959C9.39329 30.6504 8.98557 30.7718 8.66671 30.5672Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20 27.9005C19.6812 27.6959 19.5719 27.2426 19.756 26.8881L20.1787 26.0743H19.3333C18.9651 26.0743 18.6667 25.7425 18.6667 25.3332C18.6667 24.9239 18.9651 24.5921 19.3333 24.5921H20.1787L19.756 23.7784C19.5719 23.4239 19.6812 22.9706 20 22.766C20.3189 22.5613 20.7266 22.6828 20.9107 23.0373L21.3334 23.851L21.756 23.0373C21.9401 22.6828 22.3478 22.5613 22.6667 22.766C22.9856 22.9706 23.0948 23.4239 22.9107 23.7784L22.4881 24.5921H23.3333C23.7015 24.5921 24 24.9239 24 25.3332C24 25.7425 23.7015 26.0743 23.3333 26.0743H22.4881L22.9107 26.8881C23.0948 27.2426 22.9856 27.6959 22.6667 27.9005C22.3478 28.1052 21.9401 27.9837 21.756 27.6292L21.3334 26.8155L20.9107 27.6292C20.7266 27.9837 20.3189 28.1052 20 27.9005Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M26.6667 30.5672C26.3478 30.3625 26.2386 29.9093 26.4227 29.5548L26.8453 28.741H26C25.6318 28.741 25.3333 28.4092 25.3333 27.9999C25.3333 27.5906 25.6318 27.2588 26 27.2588H26.8453L26.4227 26.445C26.2386 26.0906 26.3478 25.6373 26.6667 25.4327C26.9856 25.228 27.3933 25.3495 27.5774 25.7039L28 26.5177L28.4227 25.7039C28.6068 25.3495 29.0145 25.228 29.3334 25.4327C29.6522 25.6373 29.7615 26.0906 29.5774 26.445L29.1547 27.2588H30C30.3682 27.2588 30.6667 27.5906 30.6667 27.9999C30.6667 28.4092 30.3682 28.741 30 28.741H29.1547L29.5774 29.5548C29.7615 29.9093 29.6522 30.3625 29.3334 30.5672C29.0145 30.7718 28.6068 30.6504 28.4227 30.2959L28 29.4821L27.5774 30.2959C27.3933 30.6504 26.9856 30.7718 26.6667 30.5672Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-snow-showers-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavySnowShowersNight",
          "declaration": {
            "name": "ObiLightningHeavySnowShowersNight",
            "module": "src/icons/icon-lightning-heavy-snow-showers-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-snow-showers-night",
          "declaration": {
            "name": "ObiLightningHeavySnowShowersNight",
            "module": "src/icons/icon-lightning-heavy-snow-showers-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-snow-showers-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavySnowShowersPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" fill=\"currentColor\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" fill=\"currentColor\"/> <path d=\"M3.33337 27.2339C3.01451 27.0293 2.90526 26.576 3.08936 26.2216L3.51201 25.4078H2.66667C2.29848 25.4078 2 25.076 2 24.6667C2 24.2574 2.29848 23.9256 2.66667 23.9256H3.512L3.08936 23.1118C2.90526 22.7573 3.01451 22.3041 3.33337 22.0994C3.65223 21.8948 4.05996 22.0162 4.24406 22.3707L4.66671 23.1845L5.08936 22.3707C5.27345 22.0162 5.68118 21.8948 6.00004 22.0994C6.3189 22.3041 6.42815 22.7573 6.24406 23.1118L5.82141 23.9256H6.66667C7.03486 23.9256 7.33333 24.2574 7.33333 24.6667C7.33333 25.076 7.03486 25.4078 6.66667 25.4078H5.8214L6.24406 26.2216C6.42815 26.576 6.3189 27.0293 6.00004 27.2339C5.68118 27.4386 5.27345 27.3171 5.08936 26.9627L4.66671 26.1489L4.24406 26.9627C4.05996 27.3171 3.65223 27.4386 3.33337 27.2339Z\" fill=\"currentColor\"/> <path d=\"M8.66671 30.5673C8.34784 30.3626 8.23859 29.9094 8.42269 29.5549L8.84534 28.7411H8C7.63181 28.7411 7.33333 28.4093 7.33333 28C7.33333 27.5907 7.63181 27.2589 8 27.2589H8.84533L8.42269 26.4451C8.23859 26.0906 8.34784 25.6374 8.66671 25.4327C8.98557 25.2281 9.39329 25.3495 9.57739 25.704L10 26.5178L10.4227 25.704C10.6068 25.3495 11.0145 25.2281 11.3334 25.4327C11.6522 25.6374 11.7615 26.0906 11.5774 26.4451L11.1547 27.2589H12C12.3682 27.2589 12.6667 27.5907 12.6667 28C12.6667 28.4093 12.3682 28.7411 12 28.7411H11.1547L11.5774 29.5549C11.7615 29.9094 11.6522 30.3626 11.3334 30.5673C11.0145 30.7719 10.6068 30.6505 10.4227 30.296L10 29.4822L9.57739 30.296C9.39329 30.6505 8.98557 30.7719 8.66671 30.5673Z\" fill=\"currentColor\"/> <path d=\"M20 27.9006C19.6812 27.6959 19.5719 27.2427 19.756 26.8882L20.1787 26.0744H19.3333C18.9651 26.0744 18.6667 25.7426 18.6667 25.3333C18.6667 24.924 18.9651 24.5922 19.3333 24.5922H20.1787L19.756 23.7784C19.5719 23.424 19.6812 22.9707 20 22.7661C20.3189 22.5614 20.7266 22.6829 20.9107 23.0373L21.3334 23.8511L21.756 23.0373C21.9401 22.6829 22.3478 22.5614 22.6667 22.7661C22.9856 22.9707 23.0948 23.424 22.9107 23.7784L22.4881 24.5922H23.3333C23.7015 24.5922 24 24.924 24 25.3333C24 25.7426 23.7015 26.0744 23.3333 26.0744H22.4881L22.9107 26.8882C23.0948 27.2427 22.9856 27.6959 22.6667 27.9006C22.3478 28.1052 21.9401 27.9838 21.756 27.6293L21.3334 26.8155L20.9107 27.6293C20.7266 27.9838 20.3189 28.1052 20 27.9006Z\" fill=\"currentColor\"/> <path d=\"M26.6667 30.5673C26.3478 30.3626 26.2386 29.9094 26.4227 29.5549L26.8453 28.7411H26C25.6318 28.7411 25.3333 28.4093 25.3333 28C25.3333 27.5907 25.6318 27.2589 26 27.2589H26.8453L26.4227 26.4451C26.2386 26.0906 26.3478 25.6374 26.6667 25.4327C26.9856 25.2281 27.3933 25.3495 27.5774 25.704L28 26.5178L28.4227 25.704C28.6068 25.3495 29.0145 25.2281 29.3334 25.4327C29.6522 25.6374 29.7615 26.0906 29.5774 26.4451L29.1547 27.2589H30C30.3682 27.2589 30.6667 27.5907 30.6667 28C30.6667 28.4093 30.3682 28.7411 30 28.7411H29.1547L29.5774 29.5549C29.7615 29.9094 29.6522 30.3626 29.3334 30.5673C29.0145 30.7719 28.6068 30.6505 28.4227 30.296L28 29.4822L27.5774 30.296C27.3933 30.6505 26.9856 30.7719 26.6667 30.5673Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" style=\"fill: var(--data-weather-cloud-heavy-secondary-color)\"/> <path d=\"M3.33337 27.2339C3.01451 27.0293 2.90526 26.576 3.08936 26.2216L3.51201 25.4078H2.66667C2.29848 25.4078 2 25.076 2 24.6667C2 24.2574 2.29848 23.9256 2.66667 23.9256H3.512L3.08936 23.1118C2.90526 22.7573 3.01451 22.3041 3.33337 22.0994C3.65223 21.8948 4.05996 22.0162 4.24406 22.3707L4.66671 23.1845L5.08936 22.3707C5.27345 22.0162 5.68118 21.8948 6.00004 22.0994C6.3189 22.3041 6.42815 22.7573 6.24406 23.1118L5.82141 23.9256H6.66667C7.03486 23.9256 7.33333 24.2574 7.33333 24.6667C7.33333 25.076 7.03486 25.4078 6.66667 25.4078H5.8214L6.24406 26.2216C6.42815 26.576 6.3189 27.0293 6.00004 27.2339C5.68118 27.4386 5.27345 27.3171 5.08936 26.9627L4.66671 26.1489L4.24406 26.9627C4.05996 27.3171 3.65223 27.4386 3.33337 27.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M8.66671 30.5673C8.34784 30.3626 8.23859 29.9094 8.42269 29.5549L8.84534 28.7411H8C7.63181 28.7411 7.33333 28.4093 7.33333 28C7.33333 27.5907 7.63181 27.2589 8 27.2589H8.84533L8.42269 26.4451C8.23859 26.0906 8.34784 25.6374 8.66671 25.4327C8.98557 25.2281 9.39329 25.3495 9.57739 25.704L10 26.5178L10.4227 25.704C10.6068 25.3495 11.0145 25.2281 11.3334 25.4327C11.6522 25.6374 11.7615 26.0906 11.5774 26.4451L11.1547 27.2589H12C12.3682 27.2589 12.6667 27.5907 12.6667 28C12.6667 28.4093 12.3682 28.7411 12 28.7411H11.1547L11.5774 29.5549C11.7615 29.9094 11.6522 30.3626 11.3334 30.5673C11.0145 30.7719 10.6068 30.6505 10.4227 30.296L10 29.4822L9.57739 30.296C9.39329 30.6505 8.98557 30.7719 8.66671 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M20 27.9006C19.6812 27.6959 19.5719 27.2427 19.756 26.8882L20.1787 26.0744H19.3333C18.9651 26.0744 18.6667 25.7426 18.6667 25.3333C18.6667 24.924 18.9651 24.5922 19.3333 24.5922H20.1787L19.756 23.7784C19.5719 23.424 19.6812 22.9707 20 22.7661C20.3189 22.5614 20.7266 22.6829 20.9107 23.0373L21.3334 23.8511L21.756 23.0373C21.9401 22.6829 22.3478 22.5614 22.6667 22.7661C22.9856 22.9707 23.0948 23.424 22.9107 23.7784L22.4881 24.5922H23.3333C23.7015 24.5922 24 24.924 24 25.3333C24 25.7426 23.7015 26.0744 23.3333 26.0744H22.4881L22.9107 26.8882C23.0948 27.2427 22.9856 27.6959 22.6667 27.9006C22.3478 28.1052 21.9401 27.9838 21.756 27.6293L21.3334 26.8155L20.9107 27.6293C20.7266 27.9838 20.3189 28.1052 20 27.9006Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M26.6667 30.5673C26.3478 30.3626 26.2386 29.9094 26.4227 29.5549L26.8453 28.7411H26C25.6318 28.7411 25.3333 28.4093 25.3333 28C25.3333 27.5907 25.6318 27.2589 26 27.2589H26.8453L26.4227 26.4451C26.2386 26.0906 26.3478 25.6374 26.6667 25.4327C26.9856 25.2281 27.3933 25.3495 27.5774 25.704L28 26.5178L28.4227 25.704C28.6068 25.3495 29.0145 25.2281 29.3334 25.4327C29.6522 25.6374 29.7615 26.0906 29.5774 26.4451L29.1547 27.2589H30C30.3682 27.2589 30.6667 27.5907 30.6667 28C30.6667 28.4093 30.3682 28.7411 30 28.7411H29.1547L29.5774 29.5549C29.7615 29.9094 29.6522 30.3626 29.3334 30.5673C29.0145 30.7719 28.6068 30.6505 28.4227 30.296L28 29.4822L27.5774 30.296C27.3933 30.6505 26.9856 30.7719 26.6667 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-snow-showers-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavySnowShowersPolartwilightColour",
          "declaration": {
            "name": "ObiLightningHeavySnowShowersPolartwilightColour",
            "module": "src/icons/icon-lightning-heavy-snow-showers-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-snow-showers-polartwilight-colour",
          "declaration": {
            "name": "ObiLightningHeavySnowShowersPolartwilightColour",
            "module": "src/icons/icon-lightning-heavy-snow-showers-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-snow-showers-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavySnowShowersPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66667 5.33341C2.66667 4.96522 2.96514 4.66675 3.33333 4.66675H18C18.3682 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3682 6.00008 18 6.00008H16.4458C16.4458 6.13816 16.5051 6.27623 16.6238 6.37592L18.4879 7.94166C18.5118 7.96174 18.5332 7.98304 18.5521 8.0053C18.643 8.00897 18.7346 8.01449 18.8271 8.02193C22.2421 8.29671 24.1525 10.0867 25.1071 11.919C25.4389 12.556 25.6451 13.1747 25.7741 13.699C25.9743 13.7574 26.1852 13.8252 26.3987 13.9034C26.9122 14.0917 27.5832 14.3909 28.1496 14.8677C28.7331 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0174 20.9812 20.0451 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488C27.4498 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6667 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.999 13.014 11.1362 12.6646C10.7797 12.5203 10.3898 12.4872 10 12.6822C9.66667 12.8488 9.45833 13.0988 9.33333 13.3801C8.95833 14.2238 9.33333 15.3488 9.33333 15.3488H6.66667C5.33333 15.3488 4.66667 16.2442 4.66667 17.3488C4.66667 18.4534 5.5621 19.3488 6.66667 19.3488H12.7267L12.1375 20.5438C12.0137 20.7948 11.9729 21.0765 12.0175 21.3488H6.66666C4.45753 21.3488 2.66667 19.558 2.66667 17.3488C2.66667 16.4055 2.95376 15.3851 3.69553 14.5797C4.46211 13.7474 5.52699 13.3488 6.66667 13.3488H7.25987C7.40356 12.6549 7.74851 11.8519 8.52382 11.2558C8.49915 11.2653 8.47487 11.2767 8.4512 11.2901L6.31459 12.4979C5.91886 12.7216 5.43444 12.3858 5.53513 11.9575L6.07874 9.64532C6.14796 9.35089 5.93055 9.06536 5.61571 9.0372L3.14312 8.81601C2.68517 8.77504 2.50014 8.23165 2.8454 7.94165L4.70951 6.37592C4.82819 6.27623 4.88753 6.13816 4.88753 6.00008H3.33333C2.96514 6.00008 2.66667 5.7016 2.66667 5.33341ZM6.45614 6.00008H14.8772C14.8772 8.20922 12.9921 10.0001 10.6667 10.0001C8.34126 10.0001 6.45614 8.20922 6.45614 6.00008Z\" fill=\"currentColor\"/> <path d=\"M17.1791 13.3334L16.1633 19.4934L18.6667 20.6934L14.2404 29.3334L15.9093 22.3334L13.3333 21.1334L17.1791 13.3334Z\" fill=\"currentColor\"/> <path d=\"M3.33337 27.234C3.01451 27.0294 2.90526 26.5761 3.08936 26.2216L3.51201 25.4078H2.66667C2.29848 25.4078 2 25.076 2 24.6667C2 24.2574 2.29848 23.9256 2.66667 23.9256H3.512L3.08936 23.1119C2.90526 22.7574 3.01451 22.3041 3.33337 22.0995C3.65223 21.8948 4.05996 22.0163 4.24406 22.3708L4.66671 23.1845L5.08936 22.3708C5.27345 22.0163 5.68118 21.8948 6.00004 22.0995C6.3189 22.3041 6.42815 22.7574 6.24406 23.1119L5.82141 23.9256H6.66667C7.03486 23.9256 7.33333 24.2574 7.33333 24.6667C7.33333 25.076 7.03486 25.4078 6.66667 25.4078H5.8214L6.24406 26.2216C6.42815 26.5761 6.3189 27.0294 6.00004 27.234C5.68118 27.4387 5.27345 27.3172 5.08936 26.9627L4.66671 26.149L4.24406 26.9627C4.05996 27.3172 3.65223 27.4387 3.33337 27.234Z\" fill=\"currentColor\"/> <path d=\"M8.66671 30.5673C8.34784 30.3627 8.23859 29.9094 8.42269 29.555L8.84534 28.7412H8C7.63181 28.7412 7.33333 28.4094 7.33333 28.0001C7.33333 27.5908 7.63181 27.259 8 27.259H8.84533L8.42269 26.4452C8.23859 26.0907 8.34784 25.6375 8.66671 25.4328C8.98557 25.2282 9.39329 25.3496 9.57739 25.7041L10 26.5179L10.4227 25.7041C10.6068 25.3496 11.0145 25.2282 11.3334 25.4328C11.6522 25.6375 11.7615 26.0907 11.5774 26.4452L11.1547 27.259H12C12.3682 27.259 12.6667 27.5908 12.6667 28.0001C12.6667 28.4094 12.3682 28.7412 12 28.7412H11.1547L11.5774 29.555C11.7615 29.9094 11.6522 30.3627 11.3334 30.5673C11.0145 30.772 10.6068 30.6505 10.4227 30.2961L10 29.4823L9.57739 30.2961C9.39329 30.6505 8.98557 30.772 8.66671 30.5673Z\" fill=\"currentColor\"/> <path d=\"M20 27.9007C19.6812 27.696 19.5719 27.2428 19.756 26.8883L20.1787 26.0745H19.3333C18.9651 26.0745 18.6667 25.7427 18.6667 25.3334C18.6667 24.9241 18.9651 24.5923 19.3333 24.5923H20.1787L19.756 23.7785C19.5719 23.4241 19.6812 22.9708 20 22.7662C20.3189 22.5615 20.7266 22.683 20.9107 23.0374L21.3334 23.8512L21.756 23.0374C21.9401 22.683 22.3478 22.5615 22.6667 22.7662C22.9856 22.9708 23.0948 23.4241 22.9107 23.7785L22.4881 24.5923H23.3333C23.7015 24.5923 24 24.9241 24 25.3334C24 25.7427 23.7015 26.0745 23.3333 26.0745H22.4881L22.9107 26.8883C23.0948 27.2428 22.9856 27.696 22.6667 27.9007C22.3478 28.1053 21.9401 27.9839 21.756 27.6294L21.3334 26.8156L20.9107 27.6294C20.7266 27.9839 20.3189 28.1053 20 27.9007Z\" fill=\"currentColor\"/> <path d=\"M26.6667 30.5673C26.3478 30.3627 26.2386 29.9094 26.4227 29.555L26.8453 28.7412H26C25.6318 28.7412 25.3333 28.4094 25.3333 28.0001C25.3333 27.5908 25.6318 27.259 26 27.259H26.8453L26.4227 26.4452C26.2386 26.0907 26.3478 25.6375 26.6667 25.4328C26.9856 25.2282 27.3933 25.3496 27.5774 25.7041L28 26.5179L28.4227 25.7041C28.6068 25.3496 29.0145 25.2282 29.3334 25.4328C29.6522 25.6375 29.7615 26.0907 29.5774 26.4452L29.1547 27.259H30C30.3682 27.259 30.6667 27.5908 30.6667 28.0001C30.6667 28.4094 30.3682 28.7412 30 28.7412H29.1547L29.5774 29.555C29.7615 29.9094 29.6522 30.3627 29.3334 30.5673C29.0145 30.772 28.6068 30.6505 28.4227 30.2961L28 29.4823L27.5774 30.2961C27.3933 30.6505 26.9856 30.772 26.6667 30.5673Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66667 5.33341C2.66667 4.96522 2.96514 4.66675 3.33333 4.66675H18C18.3682 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3682 6.00008 18 6.00008H16.4458C16.4458 6.13816 16.5051 6.27623 16.6238 6.37592L18.4879 7.94166C18.5118 7.96174 18.5332 7.98304 18.5521 8.0053C18.643 8.00897 18.7346 8.01449 18.8271 8.02193C22.2421 8.29671 24.1525 10.0867 25.1071 11.919C25.4389 12.556 25.6451 13.1747 25.7741 13.699C25.9743 13.7574 26.1852 13.8252 26.3987 13.9034C26.9122 14.0917 27.5832 14.3909 28.1496 14.8677C28.7331 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0174 20.9812 20.0451 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488C27.4498 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6667 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.999 13.014 11.1362 12.6646C10.7797 12.5203 10.3898 12.4872 10 12.6822C9.66667 12.8488 9.45833 13.0988 9.33333 13.3801C8.95833 14.2238 9.33333 15.3488 9.33333 15.3488H6.66667C5.33333 15.3488 4.66667 16.2442 4.66667 17.3488C4.66667 18.4534 5.5621 19.3488 6.66667 19.3488H12.7267L12.1375 20.5438C12.0137 20.7948 11.9729 21.0765 12.0175 21.3488H6.66666C4.45753 21.3488 2.66667 19.558 2.66667 17.3488C2.66667 16.4055 2.95376 15.3851 3.69553 14.5797C4.46211 13.7474 5.52699 13.3488 6.66667 13.3488H7.25987C7.40356 12.6549 7.74851 11.8519 8.52382 11.2558C8.49915 11.2653 8.47487 11.2767 8.4512 11.2901L6.31459 12.4979C5.91886 12.7216 5.43444 12.3858 5.53513 11.9575L6.07874 9.64532C6.14796 9.35089 5.93055 9.06536 5.61571 9.0372L3.14312 8.81601C2.68517 8.77504 2.50014 8.23165 2.8454 7.94165L4.70951 6.37592C4.82819 6.27623 4.88753 6.13816 4.88753 6.00008H3.33333C2.96514 6.00008 2.66667 5.7016 2.66667 5.33341ZM6.45614 6.00008H14.8772C14.8772 8.20922 12.9921 10.0001 10.6667 10.0001C8.34126 10.0001 6.45614 8.20922 6.45614 6.00008Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1791 13.3334L16.1633 19.4934L18.6667 20.6934L14.2404 29.3334L15.9093 22.3334L13.3333 21.1334L17.1791 13.3334Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.33337 27.234C3.01451 27.0294 2.90526 26.5761 3.08936 26.2216L3.51201 25.4078H2.66667C2.29848 25.4078 2 25.076 2 24.6667C2 24.2574 2.29848 23.9256 2.66667 23.9256H3.512L3.08936 23.1119C2.90526 22.7574 3.01451 22.3041 3.33337 22.0995C3.65223 21.8948 4.05996 22.0163 4.24406 22.3708L4.66671 23.1845L5.08936 22.3708C5.27345 22.0163 5.68118 21.8948 6.00004 22.0995C6.3189 22.3041 6.42815 22.7574 6.24406 23.1119L5.82141 23.9256H6.66667C7.03486 23.9256 7.33333 24.2574 7.33333 24.6667C7.33333 25.076 7.03486 25.4078 6.66667 25.4078H5.8214L6.24406 26.2216C6.42815 26.5761 6.3189 27.0294 6.00004 27.234C5.68118 27.4387 5.27345 27.3172 5.08936 26.9627L4.66671 26.149L4.24406 26.9627C4.05996 27.3172 3.65223 27.4387 3.33337 27.234Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.66671 30.5673C8.34784 30.3627 8.23859 29.9094 8.42269 29.555L8.84534 28.7412H8C7.63181 28.7412 7.33333 28.4094 7.33333 28.0001C7.33333 27.5908 7.63181 27.259 8 27.259H8.84533L8.42269 26.4452C8.23859 26.0907 8.34784 25.6375 8.66671 25.4328C8.98557 25.2282 9.39329 25.3496 9.57739 25.7041L10 26.5179L10.4227 25.7041C10.6068 25.3496 11.0145 25.2282 11.3334 25.4328C11.6522 25.6375 11.7615 26.0907 11.5774 26.4452L11.1547 27.259H12C12.3682 27.259 12.6667 27.5908 12.6667 28.0001C12.6667 28.4094 12.3682 28.7412 12 28.7412H11.1547L11.5774 29.555C11.7615 29.9094 11.6522 30.3627 11.3334 30.5673C11.0145 30.772 10.6068 30.6505 10.4227 30.2961L10 29.4823L9.57739 30.2961C9.39329 30.6505 8.98557 30.772 8.66671 30.5673Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20 27.9007C19.6812 27.696 19.5719 27.2428 19.756 26.8883L20.1787 26.0745H19.3333C18.9651 26.0745 18.6667 25.7427 18.6667 25.3334C18.6667 24.9241 18.9651 24.5923 19.3333 24.5923H20.1787L19.756 23.7785C19.5719 23.4241 19.6812 22.9708 20 22.7662C20.3189 22.5615 20.7266 22.683 20.9107 23.0374L21.3334 23.8512L21.756 23.0374C21.9401 22.683 22.3478 22.5615 22.6667 22.7662C22.9856 22.9708 23.0948 23.4241 22.9107 23.7785L22.4881 24.5923H23.3333C23.7015 24.5923 24 24.9241 24 25.3334C24 25.7427 23.7015 26.0745 23.3333 26.0745H22.4881L22.9107 26.8883C23.0948 27.2428 22.9856 27.696 22.6667 27.9007C22.3478 28.1053 21.9401 27.9839 21.756 27.6294L21.3334 26.8156L20.9107 27.6294C20.7266 27.9839 20.3189 28.1053 20 27.9007Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M26.6667 30.5673C26.3478 30.3627 26.2386 29.9094 26.4227 29.555L26.8453 28.7412H26C25.6318 28.7412 25.3333 28.4094 25.3333 28.0001C25.3333 27.5908 25.6318 27.259 26 27.259H26.8453L26.4227 26.4452C26.2386 26.0907 26.3478 25.6375 26.6667 25.4328C26.9856 25.2282 27.3933 25.3496 27.5774 25.7041L28 26.5179L28.4227 25.7041C28.6068 25.3496 29.0145 25.2282 29.3334 25.4328C29.6522 25.6375 29.7615 26.0907 29.5774 26.4452L29.1547 27.259H30C30.3682 27.259 30.6667 27.5908 30.6667 28.0001C30.6667 28.4094 30.3682 28.7412 30 28.7412H29.1547L29.5774 29.555C29.7615 29.9094 29.6522 30.3627 29.3334 30.5673C29.0145 30.772 28.6068 30.6505 28.4227 30.2961L28 29.4823L27.5774 30.2961C27.3933 30.6505 26.9856 30.772 26.6667 30.5673Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-snow-showers-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavySnowShowersPolartwilight",
          "declaration": {
            "name": "ObiLightningHeavySnowShowersPolartwilight",
            "module": "src/icons/icon-lightning-heavy-snow-showers-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-snow-showers-polartwilight",
          "declaration": {
            "name": "ObiLightningHeavySnowShowersPolartwilight",
            "module": "src/icons/icon-lightning-heavy-snow-showers-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-heavy-snow.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningHeavySnow",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4965 13.4933L18.5124 7.33325L14.6666 15.1333L17.2425 16.3333L15.5736 23.3333L19.9999 14.6933L17.4965 13.4933Z\" fill=\"currentColor\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08284 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" fill=\"currentColor\"/> <path d=\"M3.99996 25.2338C3.6811 25.0292 3.57185 24.5759 3.75594 24.2215L4.17859 23.4077H3.33325C2.96506 23.4077 2.66659 23.0759 2.66659 22.6666C2.66659 22.2573 2.96506 21.9255 3.33325 21.9255H4.17859L3.75594 21.1117C3.57185 20.7572 3.6811 20.304 3.99996 20.0993C4.31882 19.8947 4.72655 20.0161 4.91064 20.3706L5.33329 21.1844L5.75594 20.3706C5.94004 20.0161 6.34776 19.8947 6.66662 20.0993C6.98549 20.304 7.09474 20.7572 6.91064 21.1117L6.488 21.9255H7.33325C7.70144 21.9255 7.99992 22.2573 7.99992 22.6666C7.99992 23.0759 7.70144 23.4077 7.33325 23.4077H6.48799L6.91064 24.2215C7.09474 24.5759 6.98549 25.0292 6.66663 25.2338C6.34776 25.4385 5.94004 25.317 5.75594 24.9626L5.33329 24.1488L4.91064 24.9626C4.72655 25.317 4.31882 25.4385 3.99996 25.2338Z\" fill=\"currentColor\"/> <path d=\"M9.33329 29.2338C9.01443 29.0292 8.90518 28.5759 9.08927 28.2215L9.51193 27.4077H8.66659C8.2984 27.4077 7.99992 27.0759 7.99992 26.6666C7.99992 26.2573 8.2984 25.9255 8.66659 25.9255H9.51192L9.08927 25.1117C8.90518 24.7572 9.01443 24.304 9.33329 24.0993C9.65215 23.8947 10.0599 24.0161 10.244 24.3706L10.6666 25.1844L11.0893 24.3706C11.2734 24.0161 11.6811 23.8947 12 24.0993C12.3188 24.304 12.4281 24.7572 12.244 25.1117L11.8213 25.9255H12.6666C13.0348 25.9255 13.3333 26.2573 13.3333 26.6666C13.3333 27.0759 13.0348 27.4077 12.6666 27.4077H11.8213L12.244 28.2215C12.4281 28.5759 12.3188 29.0292 12 29.2338C11.6811 29.4385 11.2734 29.317 11.0893 28.9626L10.6666 28.1488L10.244 28.9626C10.0599 29.317 9.65215 29.4385 9.33329 29.2338Z\" fill=\"currentColor\"/> <path d=\"M18.6666 25.2338C18.3478 25.0292 18.2385 24.5759 18.4226 24.2215L18.8453 23.4077H17.9999C17.6317 23.4077 17.3333 23.0759 17.3333 22.6666C17.3333 22.2573 17.6317 21.9255 17.9999 21.9255H18.8453L18.4226 21.1117C18.2385 20.7572 18.3478 20.304 18.6666 20.0993C18.9855 19.8947 19.3932 20.0161 19.5773 20.3706L20 21.1844L20.4226 20.3706C20.6067 20.0161 21.0144 19.8947 21.3333 20.0993C21.6522 20.304 21.7614 20.7572 21.5773 21.1117L21.1547 21.9255H21.9999C22.3681 21.9255 22.6666 22.2573 22.6666 22.6666C22.6666 23.0759 22.3681 23.4077 21.9999 23.4077H21.1547L21.5773 24.2215C21.7614 24.5759 21.6522 25.0292 21.3333 25.2338C21.0144 25.4385 20.6067 25.317 20.4226 24.9626L20 24.1488L19.5773 24.9626C19.3932 25.317 18.9855 25.4385 18.6666 25.2338Z\" fill=\"currentColor\"/> <path d=\"M22.6666 30.5672C22.3478 30.3625 22.2385 29.9093 22.4226 29.5548L22.8453 28.741H21.9999C21.6317 28.741 21.3333 28.4092 21.3333 27.9999C21.3333 27.5906 21.6317 27.2588 21.9999 27.2588H22.8453L22.4226 26.445C22.2385 26.0906 22.3478 25.6373 22.6666 25.4327C22.9855 25.228 23.3932 25.3495 23.5773 25.7039L24 26.5177L24.4226 25.7039C24.6067 25.3495 25.0144 25.228 25.3333 25.4327C25.6522 25.6373 25.7614 26.0906 25.5773 26.445L25.1547 27.2588H25.9999C26.3681 27.2588 26.6666 27.5906 26.6666 27.9999C26.6666 28.4092 26.3681 28.741 25.9999 28.741H25.1547L25.5773 29.5548C25.7614 29.9093 25.6522 30.3625 25.3333 30.5672C25.0144 30.7718 24.6067 30.6504 24.4226 30.2959L24 29.4821L23.5773 30.2959C23.3932 30.6504 22.9855 30.7718 22.6666 30.5672Z\" fill=\"currentColor\"/> <path d=\"M27.3333 25.2338C27.0144 25.0292 26.9052 24.5759 27.0893 24.2215L27.5119 23.4077H26.6666C26.2984 23.4077 25.9999 23.0759 25.9999 22.6666C25.9999 22.2573 26.2984 21.9255 26.6666 21.9255H27.5119L27.0893 21.1117C26.9052 20.7572 27.0144 20.304 27.3333 20.0993C27.6522 19.8947 28.0599 20.0161 28.244 20.3706L28.6666 21.1844L29.0893 20.3706C29.2734 20.0161 29.6811 19.8947 30 20.0993C30.3188 20.304 30.4281 20.7572 30.244 21.1117L29.8213 21.9255H30.6666C31.0348 21.9255 31.3333 22.2573 31.3333 22.6666C31.3333 23.0759 31.0348 23.4077 30.6666 23.4077H29.8213L30.244 24.2215C30.4281 24.5759 30.3188 25.0292 30 25.2338C29.6811 25.4385 29.2734 25.317 29.0893 24.9626L28.6666 24.1488L28.244 24.9626C28.0599 25.317 27.6522 25.4385 27.3333 25.2338Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4965 13.4933L18.5124 7.33325L14.6666 15.1333L17.2425 16.3333L15.5736 23.3333L19.9999 14.6933L17.4965 13.4933Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08284 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.99996 25.2338C3.6811 25.0292 3.57185 24.5759 3.75594 24.2215L4.17859 23.4077H3.33325C2.96506 23.4077 2.66659 23.0759 2.66659 22.6666C2.66659 22.2573 2.96506 21.9255 3.33325 21.9255H4.17859L3.75594 21.1117C3.57185 20.7572 3.6811 20.304 3.99996 20.0993C4.31882 19.8947 4.72655 20.0161 4.91064 20.3706L5.33329 21.1844L5.75594 20.3706C5.94004 20.0161 6.34776 19.8947 6.66662 20.0993C6.98549 20.304 7.09474 20.7572 6.91064 21.1117L6.488 21.9255H7.33325C7.70144 21.9255 7.99992 22.2573 7.99992 22.6666C7.99992 23.0759 7.70144 23.4077 7.33325 23.4077H6.48799L6.91064 24.2215C7.09474 24.5759 6.98549 25.0292 6.66663 25.2338C6.34776 25.4385 5.94004 25.317 5.75594 24.9626L5.33329 24.1488L4.91064 24.9626C4.72655 25.317 4.31882 25.4385 3.99996 25.2338Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.33329 29.2338C9.01443 29.0292 8.90518 28.5759 9.08927 28.2215L9.51193 27.4077H8.66659C8.2984 27.4077 7.99992 27.0759 7.99992 26.6666C7.99992 26.2573 8.2984 25.9255 8.66659 25.9255H9.51192L9.08927 25.1117C8.90518 24.7572 9.01443 24.304 9.33329 24.0993C9.65215 23.8947 10.0599 24.0161 10.244 24.3706L10.6666 25.1844L11.0893 24.3706C11.2734 24.0161 11.6811 23.8947 12 24.0993C12.3188 24.304 12.4281 24.7572 12.244 25.1117L11.8213 25.9255H12.6666C13.0348 25.9255 13.3333 26.2573 13.3333 26.6666C13.3333 27.0759 13.0348 27.4077 12.6666 27.4077H11.8213L12.244 28.2215C12.4281 28.5759 12.3188 29.0292 12 29.2338C11.6811 29.4385 11.2734 29.317 11.0893 28.9626L10.6666 28.1488L10.244 28.9626C10.0599 29.317 9.65215 29.4385 9.33329 29.2338Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.6666 25.2338C18.3478 25.0292 18.2385 24.5759 18.4226 24.2215L18.8453 23.4077H17.9999C17.6317 23.4077 17.3333 23.0759 17.3333 22.6666C17.3333 22.2573 17.6317 21.9255 17.9999 21.9255H18.8453L18.4226 21.1117C18.2385 20.7572 18.3478 20.304 18.6666 20.0993C18.9855 19.8947 19.3932 20.0161 19.5773 20.3706L20 21.1844L20.4226 20.3706C20.6067 20.0161 21.0144 19.8947 21.3333 20.0993C21.6522 20.304 21.7614 20.7572 21.5773 21.1117L21.1547 21.9255H21.9999C22.3681 21.9255 22.6666 22.2573 22.6666 22.6666C22.6666 23.0759 22.3681 23.4077 21.9999 23.4077H21.1547L21.5773 24.2215C21.7614 24.5759 21.6522 25.0292 21.3333 25.2338C21.0144 25.4385 20.6067 25.317 20.4226 24.9626L20 24.1488L19.5773 24.9626C19.3932 25.317 18.9855 25.4385 18.6666 25.2338Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22.6666 30.5672C22.3478 30.3625 22.2385 29.9093 22.4226 29.5548L22.8453 28.741H21.9999C21.6317 28.741 21.3333 28.4092 21.3333 27.9999C21.3333 27.5906 21.6317 27.2588 21.9999 27.2588H22.8453L22.4226 26.445C22.2385 26.0906 22.3478 25.6373 22.6666 25.4327C22.9855 25.228 23.3932 25.3495 23.5773 25.7039L24 26.5177L24.4226 25.7039C24.6067 25.3495 25.0144 25.228 25.3333 25.4327C25.6522 25.6373 25.7614 26.0906 25.5773 26.445L25.1547 27.2588H25.9999C26.3681 27.2588 26.6666 27.5906 26.6666 27.9999C26.6666 28.4092 26.3681 28.741 25.9999 28.741H25.1547L25.5773 29.5548C25.7614 29.9093 25.6522 30.3625 25.3333 30.5672C25.0144 30.7718 24.6067 30.6504 24.4226 30.2959L24 29.4821L23.5773 30.2959C23.3932 30.6504 22.9855 30.7718 22.6666 30.5672Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M27.3333 25.2338C27.0144 25.0292 26.9052 24.5759 27.0893 24.2215L27.5119 23.4077H26.6666C26.2984 23.4077 25.9999 23.0759 25.9999 22.6666C25.9999 22.2573 26.2984 21.9255 26.6666 21.9255H27.5119L27.0893 21.1117C26.9052 20.7572 27.0144 20.304 27.3333 20.0993C27.6522 19.8947 28.0599 20.0161 28.244 20.3706L28.6666 21.1844L29.0893 20.3706C29.2734 20.0161 29.6811 19.8947 30 20.0993C30.3188 20.304 30.4281 20.7572 30.244 21.1117L29.8213 21.9255H30.6666C31.0348 21.9255 31.3333 22.2573 31.3333 22.6666C31.3333 23.0759 31.0348 23.4077 30.6666 23.4077H29.8213L30.244 24.2215C30.4281 24.5759 30.3188 25.0292 30 25.2338C29.6811 25.4385 29.2734 25.317 29.0893 24.9626L28.6666 24.1488L28.244 24.9626C28.0599 25.317 27.6522 25.4385 27.3333 25.2338Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-heavy-snow",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningHeavySnow",
          "declaration": {
            "name": "ObiLightningHeavySnow",
            "module": "src/icons/icon-lightning-heavy-snow.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-heavy-snow",
          "declaration": {
            "name": "ObiLightningHeavySnow",
            "module": "src/icons/icon-lightning-heavy-snow.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-rain-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightRainColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4966 13.4933L18.5124 7.33325L14.6666 15.1333L17.2426 16.3333L15.5737 23.3333L20 14.6933L17.4966 13.4933Z\" fill=\"currentColor\"/> <path d=\"M12.4614 7.11736C13.5609 4.78582 15.7936 3.33325 18.2393 3.33325C21.3737 3.33325 24.1293 5.79117 24.6555 9.10942L24.7566 9.74697L25.3793 9.91734C26.8572 10.3217 28 11.7971 28 13.5765C28 15.6987 26.363 17.3333 24.4824 17.3333H20.1457L21.1867 15.3012C21.3507 14.9811 21.3784 14.6082 21.2635 14.2673C21.1486 13.9264 20.9008 13.6465 20.5764 13.491L18.975 12.7233L19.8281 7.55025C19.9356 6.89826 19.5494 6.26588 18.9202 6.06382C18.2911 5.86176 17.6089 6.15099 17.3166 6.74366L13.4708 14.5437C13.3122 14.8654 13.2899 15.2375 13.409 15.5759C13.5281 15.9143 13.7785 16.1904 14.1037 16.3419L15.6933 17.0825L15.6336 17.3333H7.00788C6.06001 17.3333 5.16232 16.9481 4.504 16.25L4.49175 16.2371L4.47904 16.2245C3.77303 15.5276 3.36175 14.5558 3.33337 13.4314V13.3769C3.33337 12.3653 3.70873 11.4069 4.39061 10.657C5.08296 9.89685 6.00825 9.4871 7.00789 9.4871C7.20215 9.4871 7.27659 9.48909 7.3672 9.5051L8.1991 9.65211L8.48304 8.85646C8.78596 8.00763 9.54947 7.45799 10.4275 7.45799C10.6813 7.45799 10.9179 7.50176 11.1528 7.60555L12.0452 7.99982L12.4614 7.11736Z\" fill=\"currentColor\"/> <path d=\"M12.4614 7.11736C13.5609 4.78582 15.7936 3.33325 18.2393 3.33325C21.3737 3.33325 24.1293 5.79117 24.6555 9.10942L24.7566 9.74697L25.3793 9.91734C26.8572 10.3217 28 11.7971 28 13.5765C28 15.6987 26.363 17.3333 24.4824 17.3333H20.1457L19.1211 19.3333H24.4824C27.5587 19.3333 30 16.71 30 13.5765C30 11.1904 28.597 9.05046 26.5148 8.19534C25.6239 4.28953 22.2431 1.33325 18.2393 1.33325C15.2594 1.33325 12.5728 2.95032 11.0544 5.50734C10.8432 5.47326 10.6339 5.45799 10.4275 5.45799C8.93646 5.45799 7.63403 6.25968 6.92203 7.48775C5.38205 7.51112 3.95631 8.16348 2.91121 9.31116C1.89911 10.424 1.33337 11.8605 1.33337 13.3769V13.4549L1.33364 13.4664C1.37027 15.059 1.95818 16.5395 3.06133 17.6353C4.09608 18.7254 5.51463 19.3333 7.00788 19.3333H15.1567L15.6336 17.3333H7.00788C6.06001 17.3333 5.16232 16.9481 4.504 16.25L4.49175 16.2371L4.47904 16.2245C3.77303 15.5276 3.36175 14.5558 3.33337 13.4314V13.3769C3.33337 12.3653 3.70873 11.4069 4.39061 10.657C5.08296 9.89685 6.00825 9.4871 7.00789 9.4871C7.20215 9.4871 7.27659 9.48909 7.3672 9.5051L8.1991 9.65211L8.48304 8.85646C8.78596 8.00763 9.54947 7.45799 10.4275 7.45799C10.6813 7.45799 10.9179 7.50177 11.1528 7.60555L12.0452 7.99982L12.4614 7.11736Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.87804 23.337C8.14866 22.7506 8.78781 22.5309 9.35635 22.7495L9.3665 22.7534L9.37638 22.758C9.96273 23.0286 10.1825 23.6678 9.96381 24.2363L9.95839 24.2504L8.84004 26.8058C8.65323 27.2664 8.23118 27.49 7.79669 27.49C7.64576 27.49 7.47651 27.444 7.37128 27.4089L7.35377 27.403L7.33701 27.3953C6.75065 27.1247 6.53091 26.4855 6.74958 25.917L6.75499 25.9029L7.87804 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2114 22.0036C21.482 21.4173 22.1211 21.1975 22.6897 21.4162L22.6998 21.4201L22.7097 21.4247C23.2961 21.6953 23.5158 22.3344 23.2971 22.903L23.2917 22.9171L22.1734 25.4724C21.9866 25.9331 21.5645 26.1567 21.13 26.1567C20.9791 26.1567 20.8098 26.1106 20.7046 26.0755L20.6871 26.0697L20.6703 26.062C20.084 25.7913 19.8642 25.1522 20.0829 24.5837L20.0883 24.5696L21.2114 22.0036Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4966 13.4933L18.5124 7.33325L14.6666 15.1333L17.2426 16.3333L15.5737 23.3333L20 14.6933L17.4966 13.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M12.4614 7.11736C13.5609 4.78582 15.7936 3.33325 18.2393 3.33325C21.3737 3.33325 24.1293 5.79117 24.6555 9.10942L24.7566 9.74697L25.3793 9.91734C26.8572 10.3217 28 11.7971 28 13.5765C28 15.6987 26.363 17.3333 24.4824 17.3333H20.1457L21.1867 15.3012C21.3507 14.9811 21.3784 14.6082 21.2635 14.2673C21.1486 13.9264 20.9008 13.6465 20.5764 13.491L18.975 12.7233L19.8281 7.55025C19.9356 6.89826 19.5494 6.26588 18.9202 6.06382C18.2911 5.86176 17.6089 6.15099 17.3166 6.74366L13.4708 14.5437C13.3122 14.8654 13.2899 15.2375 13.409 15.5759C13.5281 15.9143 13.7785 16.1904 14.1037 16.3419L15.6933 17.0825L15.6336 17.3333H7.00788C6.06001 17.3333 5.16232 16.9481 4.504 16.25L4.49175 16.2371L4.47904 16.2245C3.77303 15.5276 3.36175 14.5558 3.33337 13.4314V13.3769C3.33337 12.3653 3.70873 11.4069 4.39061 10.657C5.08296 9.89685 6.00825 9.4871 7.00789 9.4871C7.20215 9.4871 7.27659 9.48909 7.3672 9.5051L8.1991 9.65211L8.48304 8.85646C8.78596 8.00763 9.54947 7.45799 10.4275 7.45799C10.6813 7.45799 10.9179 7.50176 11.1528 7.60555L12.0452 7.99982L12.4614 7.11736Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path d=\"M12.4614 7.11736C13.5609 4.78582 15.7936 3.33325 18.2393 3.33325C21.3737 3.33325 24.1293 5.79117 24.6555 9.10942L24.7566 9.74697L25.3793 9.91734C26.8572 10.3217 28 11.7971 28 13.5765C28 15.6987 26.363 17.3333 24.4824 17.3333H20.1457L19.1211 19.3333H24.4824C27.5587 19.3333 30 16.71 30 13.5765C30 11.1904 28.597 9.05046 26.5148 8.19534C25.6239 4.28953 22.2431 1.33325 18.2393 1.33325C15.2594 1.33325 12.5728 2.95032 11.0544 5.50734C10.8432 5.47326 10.6339 5.45799 10.4275 5.45799C8.93646 5.45799 7.63403 6.25968 6.92203 7.48775C5.38205 7.51112 3.95631 8.16348 2.91121 9.31116C1.89911 10.424 1.33337 11.8605 1.33337 13.3769V13.4549L1.33364 13.4664C1.37027 15.059 1.95818 16.5395 3.06133 17.6353C4.09608 18.7254 5.51463 19.3333 7.00788 19.3333H15.1567L15.6336 17.3333H7.00788C6.06001 17.3333 5.16232 16.9481 4.504 16.25L4.49175 16.2371L4.47904 16.2245C3.77303 15.5276 3.36175 14.5558 3.33337 13.4314V13.3769C3.33337 12.3653 3.70873 11.4069 4.39061 10.657C5.08296 9.89685 6.00825 9.4871 7.00789 9.4871C7.20215 9.4871 7.27659 9.48909 7.3672 9.5051L8.1991 9.65211L8.48304 8.85646C8.78596 8.00763 9.54947 7.45799 10.4275 7.45799C10.6813 7.45799 10.9179 7.50177 11.1528 7.60555L12.0452 7.99982L12.4614 7.11736Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.87804 23.337C8.14866 22.7506 8.78781 22.5309 9.35635 22.7495L9.3665 22.7534L9.37638 22.758C9.96273 23.0286 10.1825 23.6678 9.96381 24.2363L9.95839 24.2504L8.84004 26.8058C8.65323 27.2664 8.23118 27.49 7.79669 27.49C7.64576 27.49 7.47651 27.444 7.37128 27.4089L7.35377 27.403L7.33701 27.3953C6.75065 27.1247 6.53091 26.4855 6.74958 25.917L6.75499 25.9029L7.87804 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2114 22.0036C21.482 21.4173 22.1211 21.1975 22.6897 21.4162L22.6998 21.4201L22.7097 21.4247C23.2961 21.6953 23.5158 22.3344 23.2971 22.903L23.2917 22.9171L22.1734 25.4724C21.9866 25.9331 21.5645 26.1567 21.13 26.1567C20.9791 26.1567 20.8098 26.1106 20.7046 26.0755L20.6871 26.0697L20.6703 26.062C20.084 25.7913 19.8642 25.1522 20.0829 24.5837L20.0883 24.5696L21.2114 22.0036Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-rain-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightRainColour",
          "declaration": {
            "name": "ObiLightningLightRainColour",
            "module": "src/icons/icon-lightning-light-rain-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-rain-colour",
          "declaration": {
            "name": "ObiLightningLightRainColour",
            "module": "src/icons/icon-lightning-light-rain-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-rain-showers-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightRainShowersDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" fill=\"currentColor\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1633 19.4933L17.1792 13.3333L13.3334 21.1333L15.9093 22.3333L14.2404 29.3333L18.6667 20.6933L16.1633 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3333 17.3488C27.4497 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6666 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0854 13.2031 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 11.999 13.014 11.1362 12.6646C10.7796 12.5203 10.3898 12.4872 9.99996 12.6822C9.66663 12.8488 9.45829 13.0988 9.33329 13.3801C8.95829 14.2238 9.33329 15.3488 9.33329 15.3488H6.66663C5.33329 15.3488 4.66663 16.2442 4.66663 17.3488C4.66663 18.4534 5.56206 19.3488 6.66663 19.3488H12.7266L12.1374 20.5438C12.0137 20.7948 11.9729 21.0764 12.0175 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0173 20.9812 20.045 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33329 15.3487C9.33329 15.3487 8.66663 13.3487 9.99996 12.6821C11.3333 12.0154 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 14.8855 9.71116 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L17.6415 18.7234L18.4947 13.5503C18.6022 12.8983 18.2159 12.266 17.5868 12.0639C16.9577 11.8618 16.2754 12.1511 15.9832 12.7437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0036C9.48204 25.4173 10.1212 25.1975 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3344 11.2972 26.903L11.2918 26.9171L10.1734 29.4724C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1106 8.70466 30.0755L8.68714 30.0697L8.67038 30.062C8.08402 29.7913 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2114 24.0036C21.482 23.4173 22.1212 23.1975 22.6897 23.4162L22.6999 23.4201L22.7098 23.4247C23.2961 23.6953 23.5159 24.3344 23.2972 24.903L23.2918 24.9171L22.1734 27.4724C21.9866 27.9331 21.5646 28.1567 21.1301 28.1567C20.9791 28.1567 20.8099 28.1106 20.7047 28.0755L20.6871 28.0697L20.6704 28.062C20.084 27.7913 19.8643 27.1522 20.0829 26.5837L20.0884 26.5696L21.2114 24.0036Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1633 19.4933L17.1792 13.3333L13.3334 21.1333L15.9093 22.3333L14.2404 29.3333L18.6667 20.6933L16.1633 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3333 17.3488C27.4497 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6666 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0854 13.2031 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 11.999 13.014 11.1362 12.6646C10.7796 12.5203 10.3898 12.4872 9.99996 12.6822C9.66663 12.8488 9.45829 13.0988 9.33329 13.3801C8.95829 14.2238 9.33329 15.3488 9.33329 15.3488H6.66663C5.33329 15.3488 4.66663 16.2442 4.66663 17.3488C4.66663 18.4534 5.56206 19.3488 6.66663 19.3488H12.7266L12.1374 20.5438C12.0137 20.7948 11.9729 21.0764 12.0175 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0173 20.9812 20.045 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M9.33329 15.3487C9.33329 15.3487 8.66663 13.3487 9.99996 12.6821C11.3333 12.0154 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 14.8855 9.71116 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L17.6415 18.7234L18.4947 13.5503C18.6022 12.8983 18.2159 12.266 17.5868 12.0639C16.9577 11.8618 16.2754 12.1511 15.9832 12.7437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0036C9.48204 25.4173 10.1212 25.1975 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3344 11.2972 26.903L11.2918 26.9171L10.1734 29.4724C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1106 8.70466 30.0755L8.68714 30.0697L8.67038 30.062C8.08402 29.7913 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0036Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2114 24.0036C21.482 23.4173 22.1212 23.1975 22.6897 23.4162L22.6999 23.4201L22.7098 23.4247C23.2961 23.6953 23.5159 24.3344 23.2972 24.903L23.2918 24.9171L22.1734 27.4724C21.9866 27.9331 21.5646 28.1567 21.1301 28.1567C20.9791 28.1567 20.8099 28.1106 20.7047 28.0755L20.6871 28.0697L20.6704 28.062C20.084 27.7913 19.8643 27.1522 20.0829 26.5837L20.0884 26.5696L21.2114 24.0036Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-rain-showers-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightRainShowersDayColour",
          "declaration": {
            "name": "ObiLightningLightRainShowersDayColour",
            "module": "src/icons/icon-lightning-light-rain-showers-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-rain-showers-day-colour",
          "declaration": {
            "name": "ObiLightningLightRainShowersDayColour",
            "module": "src/icons/icon-lightning-light-rain-showers-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-rain-showers-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightRainShowersDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93387 4.00639C9.83981 4.29555 9.50221 4.44272 9.21485 4.31985L6.9581 3.35492C6.54012 3.1762 6.09568 3.5634 6.24296 3.97794L7.03817 6.21614C7.13943 6.50114 6.95483 6.8089 6.64501 6.8716L4.21188 7.36403C3.76123 7.45524 3.63723 8.01571 4.01236 8.26588L6.03773 9.61656C6.29563 9.78855 6.33454 10.1393 6.1206 10.3637L4.44046 12.1254C4.12928 12.4516 4.37309 12.9713 4.83277 12.9616L7.31467 12.9088C7.33529 12.9084 7.35561 12.9091 7.37559 12.9108C7.32722 13.0596 7.2893 13.2064 7.25983 13.3487H6.66663C5.52695 13.3487 4.46207 13.7473 3.69549 14.5796C2.95372 15.385 2.66663 16.4054 2.66663 17.3487C2.66663 19.5579 4.45749 21.3487 6.66662 21.3487H12.0175C11.9729 21.0764 12.0137 20.7947 12.1374 20.5437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.38C9.45829 13.0987 9.66663 12.8487 9.99996 12.6821C10.3898 12.4871 10.7796 12.5202 11.1362 12.6646C11.999 13.014 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1453 16.5282 9.84334 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.4501 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9265 19.9301 20.2674C20.045 20.6083 20.0173 20.9811 19.8533 21.3013L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.5021C29.4242 16.2439 28.733 15.3588 28.1495 14.8676C27.5831 14.3908 26.9122 14.0916 26.3986 13.9033C26.1852 13.8251 25.9743 13.7573 25.774 13.6989C25.645 13.1746 25.4389 12.5559 25.107 11.9189C24.1524 10.0866 22.242 8.29662 18.827 8.02185C18.6026 8.00379 18.3829 7.99706 18.1679 8.00058L19.5596 6.54135C19.8707 6.21506 19.6269 5.69538 19.1672 5.70515L16.6853 5.75791C16.3693 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4963 2.40973 15.9778 2.12935 15.6092 2.39533L13.6188 3.83136C13.3653 4.01422 13.0037 3.9446 12.8485 3.68309L11.6302 1.62937ZM9.10553 10.8932C8.81849 11.0367 8.57294 11.2042 8.36309 11.3875C8.07206 10.9161 7.8796 10.3786 7.81515 9.79755C7.5716 7.60187 9.24779 5.6141 11.559 5.35774C13.6897 5.1214 15.6162 6.43897 16.0951 8.36647C14.6977 8.8461 13.5967 9.71689 12.8272 10.4944C12.6503 10.6732 12.4855 10.8521 12.333 11.0276C11.5414 10.5915 10.3817 10.2551 9.10553 10.8932Z\" fill=\"currentColor\"/> <path d=\"M17.1791 13.3333L16.1632 19.4933L18.6666 20.6933L14.2403 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21137 26.0037C9.482 25.4174 10.1211 25.1976 10.6897 25.4163L10.6998 25.4202L10.7097 25.4247C11.2961 25.6954 11.5158 26.3345 11.2971 26.9031L11.2917 26.9171L10.1734 29.4725C9.98656 29.9332 9.56451 30.1567 9.13002 30.1567C8.9791 30.1567 8.80985 30.1107 8.70462 30.0756L8.6871 30.0698L8.67034 30.0621C8.08398 29.7914 7.86424 29.1523 8.08291 28.5837L8.08833 28.5697L9.21137 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2114 24.0037C21.482 23.4174 22.1211 23.1976 22.6897 23.4163L22.6998 23.4202L22.7097 23.4247C23.2961 23.6954 23.5158 24.3345 23.2971 24.9031L23.2917 24.9171L22.1734 27.4725C21.9866 27.9332 21.5645 28.1567 21.13 28.1567C20.9791 28.1567 20.8098 28.1107 20.7046 28.0756L20.6871 28.0698L20.6703 28.0621C20.084 27.7914 19.8642 27.1523 20.0829 26.5837L20.0883 26.5697L21.2114 24.0037Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93387 4.00639C9.83981 4.29555 9.50221 4.44272 9.21485 4.31985L6.9581 3.35492C6.54012 3.1762 6.09568 3.5634 6.24296 3.97794L7.03817 6.21614C7.13943 6.50114 6.95483 6.8089 6.64501 6.8716L4.21188 7.36403C3.76123 7.45524 3.63723 8.01571 4.01236 8.26588L6.03773 9.61656C6.29563 9.78855 6.33454 10.1393 6.1206 10.3637L4.44046 12.1254C4.12928 12.4516 4.37309 12.9713 4.83277 12.9616L7.31467 12.9088C7.33529 12.9084 7.35561 12.9091 7.37559 12.9108C7.32722 13.0596 7.2893 13.2064 7.25983 13.3487H6.66663C5.52695 13.3487 4.46207 13.7473 3.69549 14.5796C2.95372 15.385 2.66663 16.4054 2.66663 17.3487C2.66663 19.5579 4.45749 21.3487 6.66662 21.3487H12.0175C11.9729 21.0764 12.0137 20.7947 12.1374 20.5437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.38C9.45829 13.0987 9.66663 12.8487 9.99996 12.6821C10.3898 12.4871 10.7796 12.5202 11.1362 12.6646C11.999 13.014 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1453 16.5282 9.84334 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.4501 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9265 19.9301 20.2674C20.045 20.6083 20.0173 20.9811 19.8533 21.3013L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.5021C29.4242 16.2439 28.733 15.3588 28.1495 14.8676C27.5831 14.3908 26.9122 14.0916 26.3986 13.9033C26.1852 13.8251 25.9743 13.7573 25.774 13.6989C25.645 13.1746 25.4389 12.5559 25.107 11.9189C24.1524 10.0866 22.242 8.29662 18.827 8.02185C18.6026 8.00379 18.3829 7.99706 18.1679 8.00058L19.5596 6.54135C19.8707 6.21506 19.6269 5.69538 19.1672 5.70515L16.6853 5.75791C16.3693 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4963 2.40973 15.9778 2.12935 15.6092 2.39533L13.6188 3.83136C13.3653 4.01422 13.0037 3.9446 12.8485 3.68309L11.6302 1.62937ZM9.10553 10.8932C8.81849 11.0367 8.57294 11.2042 8.36309 11.3875C8.07206 10.9161 7.8796 10.3786 7.81515 9.79755C7.5716 7.60187 9.24779 5.6141 11.559 5.35774C13.6897 5.1214 15.6162 6.43897 16.0951 8.36647C14.6977 8.8461 13.5967 9.71689 12.8272 10.4944C12.6503 10.6732 12.4855 10.8521 12.333 11.0276C11.5414 10.5915 10.3817 10.2551 9.10553 10.8932Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1791 13.3333L16.1632 19.4933L18.6666 20.6933L14.2403 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21137 26.0037C9.482 25.4174 10.1211 25.1976 10.6897 25.4163L10.6998 25.4202L10.7097 25.4247C11.2961 25.6954 11.5158 26.3345 11.2971 26.9031L11.2917 26.9171L10.1734 29.4725C9.98656 29.9332 9.56451 30.1567 9.13002 30.1567C8.9791 30.1567 8.80985 30.1107 8.70462 30.0756L8.6871 30.0698L8.67034 30.0621C8.08398 29.7914 7.86424 29.1523 8.08291 28.5837L8.08833 28.5697L9.21137 26.0037Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2114 24.0037C21.482 23.4174 22.1211 23.1976 22.6897 23.4163L22.6998 23.4202L22.7097 23.4247C23.2961 23.6954 23.5158 24.3345 23.2971 24.9031L23.2917 24.9171L22.1734 27.4725C21.9866 27.9332 21.5645 28.1567 21.13 28.1567C20.9791 28.1567 20.8098 28.1107 20.7046 28.0756L20.6871 28.0698L20.6703 28.0621C20.084 27.7914 19.8642 27.1523 20.0829 26.5837L20.0883 26.5697L21.2114 24.0037Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-rain-showers-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightRainShowersDay",
          "declaration": {
            "name": "ObiLightningLightRainShowersDay",
            "module": "src/icons/icon-lightning-light-rain-showers-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-rain-showers-day",
          "declaration": {
            "name": "ObiLightningLightRainShowersDay",
            "module": "src/icons/icon-lightning-light-rain-showers-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-rain-showers-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightRainShowersNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0036C9.48204 25.4173 10.1212 25.1975 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3344 11.2972 26.903L11.2918 26.9171L10.1734 29.4724C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1106 8.70466 30.0755L8.68714 30.0697L8.67038 30.062C8.08402 29.7913 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2114 24.0036C21.482 23.4173 22.1212 23.1975 22.6897 23.4162L22.6999 23.4201L22.7098 23.4247C23.2961 23.6953 23.5159 24.3344 23.2972 24.903L23.2918 24.9171L22.1734 27.4724C21.9866 27.9331 21.5646 28.1567 21.1301 28.1567C20.9791 28.1567 20.8099 28.1106 20.7047 28.0755L20.6871 28.0697L20.6704 28.062C20.084 27.7913 19.8643 27.1522 20.0829 26.5837L20.0884 26.5696L21.2114 24.0036Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0036C9.48204 25.4173 10.1212 25.1975 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3344 11.2972 26.903L11.2918 26.9171L10.1734 29.4724C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1106 8.70466 30.0755L8.68714 30.0697L8.67038 30.062C8.08402 29.7913 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0036Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2114 24.0036C21.482 23.4173 22.1212 23.1975 22.6897 23.4162L22.6999 23.4201L22.7098 23.4247C23.2961 23.6953 23.5159 24.3344 23.2972 24.903L23.2918 24.9171L22.1734 27.4724C21.9866 27.9331 21.5646 28.1567 21.1301 28.1567C20.9791 28.1567 20.8099 28.1106 20.7047 28.0755L20.6871 28.0697L20.6704 28.062C20.084 27.7913 19.8643 27.1522 20.0829 26.5837L20.0884 26.5696L21.2114 24.0036Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-rain-showers-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightRainShowersNightColour",
          "declaration": {
            "name": "ObiLightningLightRainShowersNightColour",
            "module": "src/icons/icon-lightning-light-rain-showers-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-rain-showers-night-colour",
          "declaration": {
            "name": "ObiLightningLightRainShowersNightColour",
            "module": "src/icons/icon-lightning-light-rain-showers-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-rain-showers-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightRainShowersNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.0223 12.9059 2.73015 13.8771 3.62234 14.6614C2.9348 15.4534 2.66667 16.437 2.66667 17.3487C2.66667 19.5578 4.45753 21.3487 6.66666 21.3487H12.0175C11.9729 21.0763 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66667C5.5621 19.3487 4.66667 18.4532 4.66667 17.3487C4.66667 16.2441 5.33333 15.3487 6.66667 15.3487H9.33333C9.33333 15.3487 8.95833 14.2237 9.33333 13.3799C9.45833 13.0987 9.66667 12.8487 10 12.682C10.3898 12.4871 10.7797 12.5201 11.1362 12.6645C11.999 13.0139 12.6667 14.0153 12.6667 14.0153C12.6667 14.0153 13.0855 13.2029 13.8692 12.3089C14.8895 11.1452 16.5282 9.84326 18.6667 10.0153C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4498 15.835 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9264 19.9301 20.2673C20.0451 20.6082 20.0174 20.9811 19.8533 21.3012L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.502C29.4242 16.2438 28.7331 15.3587 28.1496 14.8675C27.5832 14.3907 26.9123 14.0915 26.3987 13.9032C26.1852 13.825 25.9743 13.7572 25.7741 13.6988C25.6451 13.1745 25.4389 12.5559 25.1071 11.9189C24.1525 10.0865 22.2421 8.29654 18.8271 8.02176C18.2154 7.97254 17.6381 8.00744 17.0969 8.10503C16.9853 5.41628 15.5526 2.94813 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path d=\"M17.1791 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0036C9.48204 25.4173 10.1212 25.1975 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3344 11.2972 26.903L11.2918 26.9171L10.1734 29.4724C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1106 8.70466 30.0756L8.68714 30.0697L8.67038 30.062C8.08402 29.7913 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2114 24.0036C21.482 23.4173 22.1212 23.1975 22.6897 23.4162L22.6999 23.4201L22.7098 23.4247C23.2961 23.6953 23.5159 24.3344 23.2972 24.903L23.2918 24.9171L22.1734 27.4724C21.9866 27.9331 21.5646 28.1567 21.1301 28.1567C20.9791 28.1567 20.8099 28.1106 20.7047 28.0755L20.6871 28.0697L20.6704 28.062C20.084 27.7913 19.8643 27.1522 20.083 26.5837L20.0884 26.5696L21.2114 24.0036Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.0223 12.9059 2.73015 13.8771 3.62234 14.6614C2.9348 15.4534 2.66667 16.437 2.66667 17.3487C2.66667 19.5578 4.45753 21.3487 6.66666 21.3487H12.0175C11.9729 21.0763 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66667C5.5621 19.3487 4.66667 18.4532 4.66667 17.3487C4.66667 16.2441 5.33333 15.3487 6.66667 15.3487H9.33333C9.33333 15.3487 8.95833 14.2237 9.33333 13.3799C9.45833 13.0987 9.66667 12.8487 10 12.682C10.3898 12.4871 10.7797 12.5201 11.1362 12.6645C11.999 13.0139 12.6667 14.0153 12.6667 14.0153C12.6667 14.0153 13.0855 13.2029 13.8692 12.3089C14.8895 11.1452 16.5282 9.84326 18.6667 10.0153C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4498 15.835 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9264 19.9301 20.2673C20.0451 20.6082 20.0174 20.9811 19.8533 21.3012L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.502C29.4242 16.2438 28.7331 15.3587 28.1496 14.8675C27.5832 14.3907 26.9123 14.0915 26.3987 13.9032C26.1852 13.825 25.9743 13.7572 25.7741 13.6988C25.6451 13.1745 25.4389 12.5559 25.1071 11.9189C24.1525 10.0865 22.2421 8.29654 18.8271 8.02176C18.2154 7.97254 17.6381 8.00744 17.0969 8.10503C16.9853 5.41628 15.5526 2.94813 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1791 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0036C9.48204 25.4173 10.1212 25.1975 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3344 11.2972 26.903L11.2918 26.9171L10.1734 29.4724C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1106 8.70466 30.0756L8.68714 30.0697L8.67038 30.062C8.08402 29.7913 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0036Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2114 24.0036C21.482 23.4173 22.1212 23.1975 22.6897 23.4162L22.6999 23.4201L22.7098 23.4247C23.2961 23.6953 23.5159 24.3344 23.2972 24.903L23.2918 24.9171L22.1734 27.4724C21.9866 27.9331 21.5646 28.1567 21.1301 28.1567C20.9791 28.1567 20.8099 28.1106 20.7047 28.0755L20.6871 28.0697L20.6704 28.062C20.084 27.7913 19.8643 27.1522 20.083 26.5837L20.0884 26.5696L21.2114 24.0036Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-rain-showers-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightRainShowersNight",
          "declaration": {
            "name": "ObiLightningLightRainShowersNight",
            "module": "src/icons/icon-lightning-light-rain-showers-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-rain-showers-night",
          "declaration": {
            "name": "ObiLightningLightRainShowersNight",
            "module": "src/icons/icon-lightning-light-rain-showers-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-rain-showers-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightRainShowersPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" fill=\"currentColor\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0036C9.48204 25.4173 10.1212 25.1975 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3344 11.2972 26.903L11.2918 26.9171L10.1734 29.4724C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1106 8.70466 30.0755L8.68714 30.0697L8.67038 30.062C8.08402 29.7913 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2114 24.0036C21.482 23.4173 22.1212 23.1975 22.6897 23.4162L22.6999 23.4201L22.7098 23.4247C23.2961 23.6953 23.5159 24.3344 23.2972 24.903L23.2918 24.9171L22.1734 27.4724C21.9866 27.9331 21.5646 28.1567 21.1301 28.1567C20.9791 28.1567 20.8099 28.1106 20.7047 28.0755L20.6871 28.0697L20.6704 28.062C20.084 27.7913 19.8643 27.1522 20.0829 26.5837L20.0884 26.5696L21.2114 24.0036Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0036C9.48204 25.4173 10.1212 25.1975 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3344 11.2972 26.903L11.2918 26.9171L10.1734 29.4724C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1106 8.70466 30.0755L8.68714 30.0697L8.67038 30.062C8.08402 29.7913 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0036Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2114 24.0036C21.482 23.4173 22.1212 23.1975 22.6897 23.4162L22.6999 23.4201L22.7098 23.4247C23.2961 23.6953 23.5159 24.3344 23.2972 24.903L23.2918 24.9171L22.1734 27.4724C21.9866 27.9331 21.5646 28.1567 21.1301 28.1567C20.9791 28.1567 20.8099 28.1106 20.7047 28.0755L20.6871 28.0697L20.6704 28.062C20.084 27.7913 19.8643 27.1522 20.0829 26.5837L20.0884 26.5696L21.2114 24.0036Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-rain-showers-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightRainShowersPolartwilightColour",
          "declaration": {
            "name": "ObiLightningLightRainShowersPolartwilightColour",
            "module": "src/icons/icon-lightning-light-rain-showers-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-rain-showers-polartwilight-colour",
          "declaration": {
            "name": "ObiLightningLightRainShowersPolartwilightColour",
            "module": "src/icons/icon-lightning-light-rain-showers-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-rain-showers-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightRainShowersPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H16.4459C16.4459 6.13816 16.5052 6.27623 16.6239 6.37592L18.488 7.94166C18.5119 7.96174 18.5333 7.98304 18.5522 8.0053C18.6431 8.00897 18.7347 8.01449 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0765 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.40364 12.6549 7.74859 11.8519 8.5239 11.2558C8.49923 11.2653 8.47495 11.2767 8.45129 11.2901L6.31467 12.4979C5.91894 12.7216 5.43452 12.3858 5.53521 11.9575L6.07882 9.64532C6.14804 9.35089 5.93064 9.06536 5.61579 9.0372L3.14321 8.81601C2.68525 8.77504 2.50022 8.23165 2.84548 7.94165L4.70959 6.37592C4.82827 6.27623 4.88761 6.13816 4.88761 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341ZM6.45622 6.00008H14.8773C14.8773 8.20922 12.9922 10.0001 10.6667 10.0001C8.34134 10.0001 6.45622 8.20922 6.45622 6.00008Z\" fill=\"currentColor\"/> <path d=\"M17.1792 13.3334L16.1633 19.4934L18.6667 20.6934L14.2404 29.3334L15.9094 22.3334L13.3334 21.1334L17.1792 13.3334Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21149 26.0038C9.48212 25.4174 10.1213 25.1977 10.6898 25.4164L10.7 25.4203L10.7098 25.4248C11.2962 25.6955 11.5159 26.3346 11.2973 26.9031L11.2918 26.9172L10.1735 29.4726C9.98668 29.9333 9.56464 30.1568 9.13015 30.1568C8.97922 30.1568 8.80997 30.1108 8.70474 30.0757L8.68722 30.0699L8.67046 30.0621C8.08411 29.7915 7.86436 29.1524 8.08303 28.5838L8.08845 28.5697L9.21149 26.0038Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2115 24.0038C21.4821 23.4174 22.1213 23.1977 22.6898 23.4164L22.7 23.4203L22.7098 23.4248C23.2962 23.6955 23.5159 24.3346 23.2973 24.9031L23.2918 24.9172L22.1735 27.4726C21.9867 27.9333 21.5646 28.1568 21.1301 28.1568C20.9792 28.1568 20.81 28.1108 20.7047 28.0757L20.6872 28.0699L20.6705 28.0621C20.0841 27.7915 19.8644 27.1524 20.083 26.5838L20.0884 26.5697L21.2115 24.0038Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H16.4459C16.4459 6.13816 16.5052 6.27623 16.6239 6.37592L18.488 7.94166C18.5119 7.96174 18.5333 7.98304 18.5522 8.0053C18.6431 8.00897 18.7347 8.01449 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0765 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.40364 12.6549 7.74859 11.8519 8.5239 11.2558C8.49923 11.2653 8.47495 11.2767 8.45129 11.2901L6.31467 12.4979C5.91894 12.7216 5.43452 12.3858 5.53521 11.9575L6.07882 9.64532C6.14804 9.35089 5.93064 9.06536 5.61579 9.0372L3.14321 8.81601C2.68525 8.77504 2.50022 8.23165 2.84548 7.94165L4.70959 6.37592C4.82827 6.27623 4.88761 6.13816 4.88761 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341ZM6.45622 6.00008H14.8773C14.8773 8.20922 12.9922 10.0001 10.6667 10.0001C8.34134 10.0001 6.45622 8.20922 6.45622 6.00008Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1792 13.3334L16.1633 19.4934L18.6667 20.6934L14.2404 29.3334L15.9094 22.3334L13.3334 21.1334L17.1792 13.3334Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21149 26.0038C9.48212 25.4174 10.1213 25.1977 10.6898 25.4164L10.7 25.4203L10.7098 25.4248C11.2962 25.6955 11.5159 26.3346 11.2973 26.9031L11.2918 26.9172L10.1735 29.4726C9.98668 29.9333 9.56464 30.1568 9.13015 30.1568C8.97922 30.1568 8.80997 30.1108 8.70474 30.0757L8.68722 30.0699L8.67046 30.0621C8.08411 29.7915 7.86436 29.1524 8.08303 28.5838L8.08845 28.5697L9.21149 26.0038Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2115 24.0038C21.4821 23.4174 22.1213 23.1977 22.6898 23.4164L22.7 23.4203L22.7098 23.4248C23.2962 23.6955 23.5159 24.3346 23.2973 24.9031L23.2918 24.9172L22.1735 27.4726C21.9867 27.9333 21.5646 28.1568 21.1301 28.1568C20.9792 28.1568 20.81 28.1108 20.7047 28.0757L20.6872 28.0699L20.6705 28.0621C20.0841 27.7915 19.8644 27.1524 20.083 26.5838L20.0884 26.5697L21.2115 24.0038Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-rain-showers-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightRainShowersPolartwilight",
          "declaration": {
            "name": "ObiLightningLightRainShowersPolartwilight",
            "module": "src/icons/icon-lightning-light-rain-showers-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-rain-showers-polartwilight",
          "declaration": {
            "name": "ObiLightningLightRainShowersPolartwilight",
            "module": "src/icons/icon-lightning-light-rain-showers-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-rain.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightRain",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4966 13.4933L18.5125 7.33325L14.6667 15.1333L17.2427 16.3333L15.5737 23.3333L20 14.6933L17.4966 13.4933Z\" fill=\"currentColor\"/> <path d=\"M12.4614 7.11736C13.5609 4.78582 15.7936 3.33325 18.2393 3.33325C21.3737 3.33325 24.1293 5.79117 24.6555 9.10942L24.7566 9.74697L25.3793 9.91734C26.8572 10.3217 28 11.7971 28 13.5765C28 15.6987 26.363 17.3333 24.4824 17.3333H20.1457L19.1211 19.3333H24.4824C27.5587 19.3333 30 16.71 30 13.5765C30 11.1904 28.597 9.05046 26.5148 8.19534C25.6239 4.28953 22.2431 1.33325 18.2393 1.33325C15.2594 1.33325 12.5728 2.95032 11.0544 5.50734C10.8432 5.47326 10.6339 5.45799 10.4275 5.45799C8.93646 5.45799 7.63403 6.25968 6.92203 7.48775C5.38205 7.51112 3.95631 8.16348 2.91121 9.31116C1.89911 10.424 1.33337 11.8605 1.33337 13.3769V13.4549L1.33364 13.4664C1.37027 15.059 1.95818 16.5395 3.06133 17.6353C4.09608 18.7254 5.51463 19.3333 7.00788 19.3333H15.1567L15.6336 17.3333H7.00788C6.06001 17.3333 5.16232 16.9481 4.504 16.25L4.49175 16.237L4.47904 16.2245C3.77303 15.5276 3.36175 14.5558 3.33337 13.4314V13.3769C3.33337 12.3653 3.70873 11.4069 4.39061 10.657C5.08296 9.89685 6.00825 9.4871 7.00789 9.4871C7.20215 9.4871 7.27659 9.48909 7.3672 9.5051L8.1991 9.65211L8.48304 8.85646C8.78596 8.00763 9.54947 7.45799 10.4275 7.45799C10.6813 7.45799 10.9179 7.50176 11.1528 7.60555L12.0452 7.99982L12.4614 7.11736Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.87812 23.337C8.14874 22.7506 8.78789 22.5309 9.35643 22.7495L9.36658 22.7534L9.37646 22.758C9.96282 23.0286 10.1826 23.6678 9.96389 24.2363L9.95847 24.2504L8.84012 26.8058C8.65331 27.2664 8.23126 27.49 7.79677 27.49C7.64584 27.49 7.4766 27.444 7.37136 27.4089L7.35385 27.403L7.33709 27.3953C6.75073 27.1247 6.53099 26.4855 6.74966 25.917L6.75507 25.9029L7.87812 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2115 22.0036C21.4821 21.4173 22.1212 21.1975 22.6898 21.4162L22.6999 21.4201L22.7098 21.4247C23.2961 21.6953 23.5159 22.3344 23.2972 22.903L23.2918 22.9171L22.1735 25.4724C21.9866 25.9331 21.5646 26.1567 21.1301 26.1567C20.9792 26.1567 20.8099 26.1106 20.7047 26.0755L20.6872 26.0697L20.6704 26.062C20.0841 25.7913 19.8643 25.1522 20.083 24.5837L20.0884 24.5696L21.2115 22.0036Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4966 13.4933L18.5125 7.33325L14.6667 15.1333L17.2427 16.3333L15.5737 23.3333L20 14.6933L17.4966 13.4933Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.4614 7.11736C13.5609 4.78582 15.7936 3.33325 18.2393 3.33325C21.3737 3.33325 24.1293 5.79117 24.6555 9.10942L24.7566 9.74697L25.3793 9.91734C26.8572 10.3217 28 11.7971 28 13.5765C28 15.6987 26.363 17.3333 24.4824 17.3333H20.1457L19.1211 19.3333H24.4824C27.5587 19.3333 30 16.71 30 13.5765C30 11.1904 28.597 9.05046 26.5148 8.19534C25.6239 4.28953 22.2431 1.33325 18.2393 1.33325C15.2594 1.33325 12.5728 2.95032 11.0544 5.50734C10.8432 5.47326 10.6339 5.45799 10.4275 5.45799C8.93646 5.45799 7.63403 6.25968 6.92203 7.48775C5.38205 7.51112 3.95631 8.16348 2.91121 9.31116C1.89911 10.424 1.33337 11.8605 1.33337 13.3769V13.4549L1.33364 13.4664C1.37027 15.059 1.95818 16.5395 3.06133 17.6353C4.09608 18.7254 5.51463 19.3333 7.00788 19.3333H15.1567L15.6336 17.3333H7.00788C6.06001 17.3333 5.16232 16.9481 4.504 16.25L4.49175 16.237L4.47904 16.2245C3.77303 15.5276 3.36175 14.5558 3.33337 13.4314V13.3769C3.33337 12.3653 3.70873 11.4069 4.39061 10.657C5.08296 9.89685 6.00825 9.4871 7.00789 9.4871C7.20215 9.4871 7.27659 9.48909 7.3672 9.5051L8.1991 9.65211L8.48304 8.85646C8.78596 8.00763 9.54947 7.45799 10.4275 7.45799C10.6813 7.45799 10.9179 7.50176 11.1528 7.60555L12.0452 7.99982L12.4614 7.11736Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.87812 23.337C8.14874 22.7506 8.78789 22.5309 9.35643 22.7495L9.36658 22.7534L9.37646 22.758C9.96282 23.0286 10.1826 23.6678 9.96389 24.2363L9.95847 24.2504L8.84012 26.8058C8.65331 27.2664 8.23126 27.49 7.79677 27.49C7.64584 27.49 7.4766 27.444 7.37136 27.4089L7.35385 27.403L7.33709 27.3953C6.75073 27.1247 6.53099 26.4855 6.74966 25.917L6.75507 25.9029L7.87812 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2115 22.0036C21.4821 21.4173 22.1212 21.1975 22.6898 21.4162L22.6999 21.4201L22.7098 21.4247C23.2961 21.6953 23.5159 22.3344 23.2972 22.903L23.2918 22.9171L22.1735 25.4724C21.9866 25.9331 21.5646 26.1567 21.1301 26.1567C20.9792 26.1567 20.8099 26.1106 20.7047 26.0755L20.6872 26.0697L20.6704 26.062C20.0841 25.7913 19.8643 25.1522 20.083 24.5837L20.0884 24.5696L21.2115 22.0036Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-rain",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightRain",
          "declaration": {
            "name": "ObiLightningLightRain",
            "module": "src/icons/icon-lightning-light-rain.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-rain",
          "declaration": {
            "name": "ObiLightningLightRain",
            "module": "src/icons/icon-lightning-light-rain.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-sleet-showers-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightSleetShowersDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" fill=\"currentColor\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1633 19.4933L17.1792 13.3333L13.3334 21.1333L15.9093 22.3333L14.2404 29.3333L18.6667 20.6933L16.1633 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3333 17.3488C27.4497 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6666 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0854 13.2031 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 11.999 13.014 11.1362 12.6646C10.7796 12.5203 10.3898 12.4872 9.99996 12.6822C9.66663 12.8488 9.45829 13.0988 9.33329 13.3801C8.95829 14.2238 9.33329 15.3488 9.33329 15.3488H6.66663C5.33329 15.3488 4.66663 16.2442 4.66663 17.3488C4.66663 18.4534 5.56206 19.3488 6.66663 19.3488H12.7266L12.1374 20.5438C12.0137 20.7948 11.9729 21.0764 12.0175 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0173 20.9812 20.045 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33329 15.3487C9.33329 15.3487 8.66663 13.3487 9.99996 12.6821C11.3333 12.0154 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 14.8855 9.71116 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L17.6415 18.7234L18.4947 13.5503C18.6022 12.8983 18.2159 12.266 17.5868 12.0639C16.9577 11.8618 16.2754 12.1511 15.9832 12.7437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.878 24.0036C22.1487 23.4173 22.7878 23.1975 23.3564 23.4162L23.3665 23.4201L23.3764 23.4247C23.9627 23.6953 24.1825 24.3344 23.9638 24.903L23.9584 24.9171L22.84 27.4724C22.6532 27.9331 22.2312 28.1567 21.7967 28.1567C21.6458 28.1567 21.4765 28.1106 21.3713 28.0755L21.3538 28.0697L21.337 28.062C20.7507 27.7913 20.5309 27.1522 20.7496 26.5837L20.755 26.5696L21.878 24.0036Z\" fill=\"currentColor\"/> <path d=\"M8 29.2339C7.68114 29.0293 7.57189 28.576 7.75598 28.2216L8.17863 27.4078H7.33329C6.9651 27.4078 6.66663 27.076 6.66663 26.6667C6.66663 26.2574 6.9651 25.9256 7.33329 25.9256H8.17863L7.75598 25.1118C7.57189 24.7573 7.68114 24.3041 8 24.0994C8.31886 23.8948 8.72659 24.0162 8.91068 24.3707L9.33333 25.1845L9.75598 24.3707C9.94008 24.0162 10.3478 23.8948 10.6667 24.0994C10.9855 24.3041 11.0948 24.7573 10.9107 25.1118L10.488 25.9256H11.3333C11.7015 25.9256 12 26.2574 12 26.6667C12 27.076 11.7015 27.4078 11.3333 27.4078H10.488L10.9107 28.2216C11.0948 28.576 10.9855 29.0293 10.6667 29.2339C10.3478 29.4386 9.94008 29.3171 9.75598 28.9627L9.33333 28.1489L8.91068 28.9627C8.72659 29.3171 8.31886 29.4386 8 29.2339Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1633 19.4933L17.1792 13.3333L13.3334 21.1333L15.9093 22.3333L14.2404 29.3333L18.6667 20.6933L16.1633 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3333 17.3488C27.4497 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6666 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0854 13.2031 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 11.999 13.014 11.1362 12.6646C10.7796 12.5203 10.3898 12.4872 9.99996 12.6822C9.66663 12.8488 9.45829 13.0988 9.33329 13.3801C8.95829 14.2238 9.33329 15.3488 9.33329 15.3488H6.66663C5.33329 15.3488 4.66663 16.2442 4.66663 17.3488C4.66663 18.4534 5.56206 19.3488 6.66663 19.3488H12.7266L12.1374 20.5438C12.0137 20.7948 11.9729 21.0764 12.0175 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0173 20.9812 20.045 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M9.33329 15.3487C9.33329 15.3487 8.66663 13.3487 9.99996 12.6821C11.3333 12.0154 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 14.8855 9.71116 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L17.6415 18.7234L18.4947 13.5503C18.6022 12.8983 18.2159 12.266 17.5868 12.0639C16.9577 11.8618 16.2754 12.1511 15.9832 12.7437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.878 24.0036C22.1487 23.4173 22.7878 23.1975 23.3564 23.4162L23.3665 23.4201L23.3764 23.4247C23.9627 23.6953 24.1825 24.3344 23.9638 24.903L23.9584 24.9171L22.84 27.4724C22.6532 27.9331 22.2312 28.1567 21.7967 28.1567C21.6458 28.1567 21.4765 28.1106 21.3713 28.0755L21.3538 28.0697L21.337 28.062C20.7507 27.7913 20.5309 27.1522 20.7496 26.5837L20.755 26.5696L21.878 24.0036Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M8 29.2339C7.68114 29.0293 7.57189 28.576 7.75598 28.2216L8.17863 27.4078H7.33329C6.9651 27.4078 6.66663 27.076 6.66663 26.6667C6.66663 26.2574 6.9651 25.9256 7.33329 25.9256H8.17863L7.75598 25.1118C7.57189 24.7573 7.68114 24.3041 8 24.0994C8.31886 23.8948 8.72659 24.0162 8.91068 24.3707L9.33333 25.1845L9.75598 24.3707C9.94008 24.0162 10.3478 23.8948 10.6667 24.0994C10.9855 24.3041 11.0948 24.7573 10.9107 25.1118L10.488 25.9256H11.3333C11.7015 25.9256 12 26.2574 12 26.6667C12 27.076 11.7015 27.4078 11.3333 27.4078H10.488L10.9107 28.2216C11.0948 28.576 10.9855 29.0293 10.6667 29.2339C10.3478 29.4386 9.94008 29.3171 9.75598 28.9627L9.33333 28.1489L8.91068 28.9627C8.72659 29.3171 8.31886 29.4386 8 29.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-sleet-showers-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightSleetShowersDayColour",
          "declaration": {
            "name": "ObiLightningLightSleetShowersDayColour",
            "module": "src/icons/icon-lightning-light-sleet-showers-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-sleet-showers-day-colour",
          "declaration": {
            "name": "ObiLightningLightSleetShowersDayColour",
            "module": "src/icons/icon-lightning-light-sleet-showers-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-sleet-showers-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightSleetShowersDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93387 4.00639C9.83981 4.29555 9.50221 4.44272 9.21485 4.31985L6.9581 3.35492C6.54012 3.1762 6.09568 3.5634 6.24296 3.97794L7.03817 6.21614C7.13943 6.50114 6.95483 6.8089 6.64501 6.8716L4.21188 7.36403C3.76123 7.45524 3.63723 8.01571 4.01236 8.26588L6.03773 9.61656C6.29563 9.78855 6.33454 10.1393 6.1206 10.3637L4.44046 12.1254C4.12928 12.4516 4.37309 12.9713 4.83277 12.9616L7.31467 12.9088C7.33529 12.9084 7.35561 12.9091 7.37559 12.9108C7.32722 13.0596 7.2893 13.2064 7.25983 13.3487H6.66663C5.52695 13.3487 4.46207 13.7473 3.69549 14.5796C2.95372 15.385 2.66663 16.4054 2.66663 17.3487C2.66663 19.5579 4.45749 21.3487 6.66662 21.3487H12.0175C11.9729 21.0764 12.0137 20.7947 12.1374 20.5437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.38C9.45829 13.0987 9.66663 12.8487 9.99996 12.6821C10.3898 12.4871 10.7796 12.5202 11.1362 12.6646C11.999 13.014 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1453 16.5282 9.84334 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.4501 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9265 19.9301 20.2674C20.045 20.6083 20.0173 20.9811 19.8533 21.3013L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.5021C29.4242 16.2439 28.733 15.3588 28.1495 14.8676C27.5831 14.3908 26.9122 14.0916 26.3986 13.9033C26.1852 13.8251 25.9743 13.7573 25.774 13.6989C25.645 13.1746 25.4389 12.5559 25.107 11.9189C24.1524 10.0866 22.242 8.29662 18.827 8.02185C18.6026 8.00379 18.3829 7.99706 18.1679 8.00059L19.5596 6.54135C19.8707 6.21506 19.6269 5.69538 19.1672 5.70515L16.6853 5.75791C16.3693 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4963 2.40973 15.9778 2.12935 15.6092 2.39533L13.6188 3.83136C13.3653 4.01422 13.0037 3.9446 12.8485 3.68309L11.6302 1.62937ZM9.10553 10.8932C8.81849 11.0367 8.57294 11.2042 8.36309 11.3875C8.07206 10.9161 7.8796 10.3786 7.81515 9.79755C7.5716 7.60187 9.24779 5.6141 11.559 5.35774C13.6897 5.1214 15.6162 6.43897 16.0951 8.36647C14.6977 8.8461 13.5967 9.71689 12.8272 10.4944C12.6503 10.6732 12.4855 10.8521 12.333 11.0276C11.5414 10.5915 10.3817 10.2551 9.10553 10.8932Z\" fill=\"currentColor\"/> <path d=\"M17.1791 13.3333L16.1632 19.4933L18.6666 20.6933L14.2403 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.878 24.0037C22.1487 23.4174 22.7878 23.1976 23.3564 23.4163L23.3665 23.4202L23.3764 23.4247C23.9627 23.6954 24.1825 24.3345 23.9638 24.9031L23.9584 24.9171L22.84 27.4725C22.6532 27.9332 22.2312 28.1567 21.7967 28.1567C21.6458 28.1567 21.4765 28.1107 21.3713 28.0756L21.3538 28.0698L21.337 28.0621C20.7507 27.7914 20.5309 27.1523 20.7496 26.5837L20.755 26.5697L21.878 24.0037Z\" fill=\"currentColor\"/> <path d=\"M8 29.2339C7.68114 29.0293 7.57189 28.576 7.75598 28.2216L8.17863 27.4078H7.33329C6.9651 27.4078 6.66663 27.076 6.66663 26.6667C6.66663 26.2574 6.9651 25.9256 7.33329 25.9256H8.17863L7.75598 25.1118C7.57189 24.7573 7.68114 24.3041 8 24.0994C8.31886 23.8948 8.72659 24.0162 8.91068 24.3707L9.33333 25.1845L9.75598 24.3707C9.94008 24.0162 10.3478 23.8948 10.6667 24.0994C10.9855 24.3041 11.0948 24.7573 10.9107 25.1118L10.488 25.9256H11.3333C11.7015 25.9256 12 26.2574 12 26.6667C12 27.076 11.7015 27.4078 11.3333 27.4078H10.488L10.9107 28.2216C11.0948 28.576 10.9855 29.0293 10.6667 29.2339C10.3478 29.4386 9.94008 29.3171 9.75598 28.9627L9.33333 28.1489L8.91068 28.9627C8.72659 29.3171 8.31886 29.4386 8 29.2339Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93387 4.00639C9.83981 4.29555 9.50221 4.44272 9.21485 4.31985L6.9581 3.35492C6.54012 3.1762 6.09568 3.5634 6.24296 3.97794L7.03817 6.21614C7.13943 6.50114 6.95483 6.8089 6.64501 6.8716L4.21188 7.36403C3.76123 7.45524 3.63723 8.01571 4.01236 8.26588L6.03773 9.61656C6.29563 9.78855 6.33454 10.1393 6.1206 10.3637L4.44046 12.1254C4.12928 12.4516 4.37309 12.9713 4.83277 12.9616L7.31467 12.9088C7.33529 12.9084 7.35561 12.9091 7.37559 12.9108C7.32722 13.0596 7.2893 13.2064 7.25983 13.3487H6.66663C5.52695 13.3487 4.46207 13.7473 3.69549 14.5796C2.95372 15.385 2.66663 16.4054 2.66663 17.3487C2.66663 19.5579 4.45749 21.3487 6.66662 21.3487H12.0175C11.9729 21.0764 12.0137 20.7947 12.1374 20.5437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.38C9.45829 13.0987 9.66663 12.8487 9.99996 12.6821C10.3898 12.4871 10.7796 12.5202 11.1362 12.6646C11.999 13.014 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1453 16.5282 9.84334 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.4501 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9265 19.9301 20.2674C20.045 20.6083 20.0173 20.9811 19.8533 21.3013L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.5021C29.4242 16.2439 28.733 15.3588 28.1495 14.8676C27.5831 14.3908 26.9122 14.0916 26.3986 13.9033C26.1852 13.8251 25.9743 13.7573 25.774 13.6989C25.645 13.1746 25.4389 12.5559 25.107 11.9189C24.1524 10.0866 22.242 8.29662 18.827 8.02185C18.6026 8.00379 18.3829 7.99706 18.1679 8.00059L19.5596 6.54135C19.8707 6.21506 19.6269 5.69538 19.1672 5.70515L16.6853 5.75791C16.3693 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4963 2.40973 15.9778 2.12935 15.6092 2.39533L13.6188 3.83136C13.3653 4.01422 13.0037 3.9446 12.8485 3.68309L11.6302 1.62937ZM9.10553 10.8932C8.81849 11.0367 8.57294 11.2042 8.36309 11.3875C8.07206 10.9161 7.8796 10.3786 7.81515 9.79755C7.5716 7.60187 9.24779 5.6141 11.559 5.35774C13.6897 5.1214 15.6162 6.43897 16.0951 8.36647C14.6977 8.8461 13.5967 9.71689 12.8272 10.4944C12.6503 10.6732 12.4855 10.8521 12.333 11.0276C11.5414 10.5915 10.3817 10.2551 9.10553 10.8932Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1791 13.3333L16.1632 19.4933L18.6666 20.6933L14.2403 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.878 24.0037C22.1487 23.4174 22.7878 23.1976 23.3564 23.4163L23.3665 23.4202L23.3764 23.4247C23.9627 23.6954 24.1825 24.3345 23.9638 24.9031L23.9584 24.9171L22.84 27.4725C22.6532 27.9332 22.2312 28.1567 21.7967 28.1567C21.6458 28.1567 21.4765 28.1107 21.3713 28.0756L21.3538 28.0698L21.337 28.0621C20.7507 27.7914 20.5309 27.1523 20.7496 26.5837L20.755 26.5697L21.878 24.0037Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 29.2339C7.68114 29.0293 7.57189 28.576 7.75598 28.2216L8.17863 27.4078H7.33329C6.9651 27.4078 6.66663 27.076 6.66663 26.6667C6.66663 26.2574 6.9651 25.9256 7.33329 25.9256H8.17863L7.75598 25.1118C7.57189 24.7573 7.68114 24.3041 8 24.0994C8.31886 23.8948 8.72659 24.0162 8.91068 24.3707L9.33333 25.1845L9.75598 24.3707C9.94008 24.0162 10.3478 23.8948 10.6667 24.0994C10.9855 24.3041 11.0948 24.7573 10.9107 25.1118L10.488 25.9256H11.3333C11.7015 25.9256 12 26.2574 12 26.6667C12 27.076 11.7015 27.4078 11.3333 27.4078H10.488L10.9107 28.2216C11.0948 28.576 10.9855 29.0293 10.6667 29.2339C10.3478 29.4386 9.94008 29.3171 9.75598 28.9627L9.33333 28.1489L8.91068 28.9627C8.72659 29.3171 8.31886 29.4386 8 29.2339Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-sleet-showers-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightSleetShowersDay",
          "declaration": {
            "name": "ObiLightningLightSleetShowersDay",
            "module": "src/icons/icon-lightning-light-sleet-showers-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-sleet-showers-day",
          "declaration": {
            "name": "ObiLightningLightSleetShowersDay",
            "module": "src/icons/icon-lightning-light-sleet-showers-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-sleet-showers-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightSleetShowersNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.8782 24.0036C22.1488 23.4173 22.7879 23.1975 23.3565 23.4162L23.3666 23.4201L23.3765 23.4247C23.9629 23.6953 24.1826 24.3344 23.9639 24.903L23.9585 24.9171L22.8402 27.4724C22.6534 27.9331 22.2313 28.1567 21.7968 28.1567C21.6459 28.1567 21.4766 28.1106 21.3714 28.0755L21.3539 28.0697L21.3371 28.062C20.7508 27.7913 20.531 27.1522 20.7497 26.5837L20.7551 26.5696L21.8782 24.0036Z\" fill=\"currentColor\"/> <path d=\"M8.00012 29.2339C7.68126 29.0293 7.57201 28.576 7.7561 28.2216L8.17876 27.4078H7.33341C6.96522 27.4078 6.66675 27.076 6.66675 26.6667C6.66675 26.2574 6.96522 25.9256 7.33341 25.9256H8.17875L7.7561 25.1118C7.57201 24.7573 7.68126 24.3041 8.00012 24.0994C8.31898 23.8948 8.72671 24.0162 8.9108 24.3707L9.33345 25.1845L9.7561 24.3707C9.9402 24.0162 10.3479 23.8948 10.6668 24.0994C10.9856 24.3041 11.0949 24.7573 10.9108 25.1118L10.4882 25.9256H11.3334C11.7016 25.9256 12.0001 26.2574 12.0001 26.6667C12.0001 27.076 11.7016 27.4078 11.3334 27.4078H10.4882L10.9108 28.2216C11.0949 28.576 10.9856 29.0293 10.6668 29.2339C10.3479 29.4386 9.9402 29.3171 9.7561 28.9627L9.33345 28.1489L8.9108 28.9627C8.72671 29.3171 8.31898 29.4386 8.00012 29.2339Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.8782 24.0036C22.1488 23.4173 22.7879 23.1975 23.3565 23.4162L23.3666 23.4201L23.3765 23.4247C23.9629 23.6953 24.1826 24.3344 23.9639 24.903L23.9585 24.9171L22.8402 27.4724C22.6534 27.9331 22.2313 28.1567 21.7968 28.1567C21.6459 28.1567 21.4766 28.1106 21.3714 28.0755L21.3539 28.0697L21.3371 28.062C20.7508 27.7913 20.531 27.1522 20.7497 26.5837L20.7551 26.5696L21.8782 24.0036Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M8.00012 29.2339C7.68126 29.0293 7.57201 28.576 7.7561 28.2216L8.17876 27.4078H7.33341C6.96522 27.4078 6.66675 27.076 6.66675 26.6667C6.66675 26.2574 6.96522 25.9256 7.33341 25.9256H8.17875L7.7561 25.1118C7.57201 24.7573 7.68126 24.3041 8.00012 24.0994C8.31898 23.8948 8.72671 24.0162 8.9108 24.3707L9.33345 25.1845L9.7561 24.3707C9.9402 24.0162 10.3479 23.8948 10.6668 24.0994C10.9856 24.3041 11.0949 24.7573 10.9108 25.1118L10.4882 25.9256H11.3334C11.7016 25.9256 12.0001 26.2574 12.0001 26.6667C12.0001 27.076 11.7016 27.4078 11.3334 27.4078H10.4882L10.9108 28.2216C11.0949 28.576 10.9856 29.0293 10.6668 29.2339C10.3479 29.4386 9.9402 29.3171 9.7561 28.9627L9.33345 28.1489L8.9108 28.9627C8.72671 29.3171 8.31898 29.4386 8.00012 29.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-sleet-showers-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightSleetShowersNightColour",
          "declaration": {
            "name": "ObiLightningLightSleetShowersNightColour",
            "module": "src/icons/icon-lightning-light-sleet-showers-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-sleet-showers-night-colour",
          "declaration": {
            "name": "ObiLightningLightSleetShowersNightColour",
            "module": "src/icons/icon-lightning-light-sleet-showers-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-sleet-showers-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightSleetShowersNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.0223 12.9059 2.73015 13.8771 3.62234 14.6614C2.9348 15.4534 2.66667 16.437 2.66667 17.3487C2.66667 19.5578 4.45753 21.3487 6.66666 21.3487H12.0175C11.9729 21.0763 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66667C5.5621 19.3487 4.66667 18.4532 4.66667 17.3487C4.66667 16.2441 5.33333 15.3487 6.66667 15.3487H9.33333C9.33333 15.3487 8.95833 14.2237 9.33333 13.3799C9.45833 13.0987 9.66667 12.8487 10 12.682C10.3898 12.4871 10.7797 12.5201 11.1362 12.6645C11.999 13.0139 12.6667 14.0153 12.6667 14.0153C12.6667 14.0153 13.0855 13.2029 13.8692 12.3089C14.8895 11.1452 16.5282 9.84326 18.6667 10.0153C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4498 15.835 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9264 19.9301 20.2673C20.0451 20.6082 20.0174 20.9811 19.8533 21.3012L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.502C29.4242 16.2438 28.7331 15.3587 28.1496 14.8675C27.5832 14.3907 26.9123 14.0915 26.3987 13.9032C26.1852 13.825 25.9743 13.7572 25.7741 13.6988C25.6451 13.1745 25.4389 12.5559 25.1071 11.9189C24.1525 10.0865 22.2421 8.29654 18.8271 8.02176C18.2154 7.97254 17.6381 8.00744 17.0969 8.10503C16.9853 5.41628 15.5526 2.94813 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path d=\"M17.1791 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.8781 24.0036C22.1487 23.4173 22.7878 23.1975 23.3564 23.4162L23.3665 23.4201L23.3764 23.4247C23.9628 23.6953 24.1825 24.3344 23.9639 24.903L23.9584 24.9171L22.8401 27.4724C22.6533 27.9331 22.2312 28.1567 21.7967 28.1567C21.6458 28.1567 21.4766 28.1106 21.3713 28.0755L21.3538 28.0697L21.337 28.062C20.7507 27.7913 20.5309 27.1522 20.7496 26.5837L20.755 26.5696L21.8781 24.0036Z\" fill=\"currentColor\"/> <path d=\"M8.00004 29.2338C7.68118 29.0292 7.57193 28.5759 7.75602 28.2215L8.17868 27.4077H7.33333C6.96514 27.4077 6.66667 27.0759 6.66667 26.6666C6.66667 26.2573 6.96514 25.9255 7.33333 25.9255H8.17867L7.75602 25.1117C7.57193 24.7572 7.68118 24.304 8.00004 24.0993C8.3189 23.8947 8.72663 24.0161 8.91072 24.3706L9.33337 25.1844L9.75602 24.3706C9.94012 24.0161 10.3478 23.8947 10.6667 24.0993C10.9856 24.304 11.0948 24.7572 10.9107 25.1117L10.4881 25.9255H11.3333C11.7015 25.9255 12 26.2573 12 26.6666C12 27.0759 11.7015 27.4077 11.3333 27.4077H10.4881L10.9107 28.2215C11.0948 28.5759 10.9856 29.0292 10.6667 29.2338C10.3478 29.4385 9.94012 29.317 9.75602 28.9626L9.33337 28.1488L8.91072 28.9626C8.72663 29.317 8.3189 29.4385 8.00004 29.2338Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.0223 12.9059 2.73015 13.8771 3.62234 14.6614C2.9348 15.4534 2.66667 16.437 2.66667 17.3487C2.66667 19.5578 4.45753 21.3487 6.66666 21.3487H12.0175C11.9729 21.0763 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66667C5.5621 19.3487 4.66667 18.4532 4.66667 17.3487C4.66667 16.2441 5.33333 15.3487 6.66667 15.3487H9.33333C9.33333 15.3487 8.95833 14.2237 9.33333 13.3799C9.45833 13.0987 9.66667 12.8487 10 12.682C10.3898 12.4871 10.7797 12.5201 11.1362 12.6645C11.999 13.0139 12.6667 14.0153 12.6667 14.0153C12.6667 14.0153 13.0855 13.2029 13.8692 12.3089C14.8895 11.1452 16.5282 9.84326 18.6667 10.0153C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4498 15.835 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9264 19.9301 20.2673C20.0451 20.6082 20.0174 20.9811 19.8533 21.3012L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.502C29.4242 16.2438 28.7331 15.3587 28.1496 14.8675C27.5832 14.3907 26.9123 14.0915 26.3987 13.9032C26.1852 13.825 25.9743 13.7572 25.7741 13.6988C25.6451 13.1745 25.4389 12.5559 25.1071 11.9189C24.1525 10.0865 22.2421 8.29654 18.8271 8.02176C18.2154 7.97254 17.6381 8.00744 17.0969 8.10503C16.9853 5.41628 15.5526 2.94813 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1791 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.8781 24.0036C22.1487 23.4173 22.7878 23.1975 23.3564 23.4162L23.3665 23.4201L23.3764 23.4247C23.9628 23.6953 24.1825 24.3344 23.9639 24.903L23.9584 24.9171L22.8401 27.4724C22.6533 27.9331 22.2312 28.1567 21.7967 28.1567C21.6458 28.1567 21.4766 28.1106 21.3713 28.0755L21.3538 28.0697L21.337 28.062C20.7507 27.7913 20.5309 27.1522 20.7496 26.5837L20.755 26.5696L21.8781 24.0036Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.00004 29.2338C7.68118 29.0292 7.57193 28.5759 7.75602 28.2215L8.17868 27.4077H7.33333C6.96514 27.4077 6.66667 27.0759 6.66667 26.6666C6.66667 26.2573 6.96514 25.9255 7.33333 25.9255H8.17867L7.75602 25.1117C7.57193 24.7572 7.68118 24.304 8.00004 24.0993C8.3189 23.8947 8.72663 24.0161 8.91072 24.3706L9.33337 25.1844L9.75602 24.3706C9.94012 24.0161 10.3478 23.8947 10.6667 24.0993C10.9856 24.304 11.0948 24.7572 10.9107 25.1117L10.4881 25.9255H11.3333C11.7015 25.9255 12 26.2573 12 26.6666C12 27.0759 11.7015 27.4077 11.3333 27.4077H10.4881L10.9107 28.2215C11.0948 28.5759 10.9856 29.0292 10.6667 29.2338C10.3478 29.4385 9.94012 29.317 9.75602 28.9626L9.33337 28.1488L8.91072 28.9626C8.72663 29.317 8.3189 29.4385 8.00004 29.2338Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-sleet-showers-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightSleetShowersNight",
          "declaration": {
            "name": "ObiLightningLightSleetShowersNight",
            "module": "src/icons/icon-lightning-light-sleet-showers-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-sleet-showers-night",
          "declaration": {
            "name": "ObiLightningLightSleetShowersNight",
            "module": "src/icons/icon-lightning-light-sleet-showers-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-sleet-showers-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightSleetShowersPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" fill=\"currentColor\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2114 24.0036C21.482 23.4173 22.1212 23.1975 22.6897 23.4162L22.6999 23.4201L22.7098 23.4247C23.2961 23.6953 23.5159 24.3344 23.2972 24.903L23.2918 24.9171L22.1734 27.4724C21.9866 27.9331 21.5646 28.1567 21.1301 28.1567C20.9791 28.1567 20.8099 28.1106 20.7047 28.0755L20.6871 28.0697L20.6704 28.062C20.084 27.7913 19.8643 27.1522 20.0829 26.5837L20.0884 26.5696L21.2114 24.0036Z\" fill=\"currentColor\"/> <path d=\"M7.33337 29.2339C7.01451 29.0293 6.90526 28.576 7.08936 28.2216L7.51201 27.4078H6.66667C6.29848 27.4078 6 27.076 6 26.6667C6 26.2574 6.29848 25.9256 6.66667 25.9256H7.512L7.08936 25.1118C6.90526 24.7573 7.01451 24.3041 7.33337 24.0994C7.65223 23.8948 8.05996 24.0162 8.24406 24.3707L8.66671 25.1845L9.08936 24.3707C9.27345 24.0162 9.68118 23.8948 10 24.0994C10.3189 24.3041 10.4282 24.7573 10.2441 25.1118L9.82141 25.9256H10.6667C11.0349 25.9256 11.3333 26.2574 11.3333 26.6667C11.3333 27.076 11.0349 27.4078 10.6667 27.4078H9.8214L10.2441 28.2216C10.4282 28.576 10.3189 29.0293 10 29.2339C9.68118 29.4386 9.27345 29.3171 9.08936 28.9627L8.66671 28.1489L8.24406 28.9627C8.05996 29.3171 7.65223 29.4386 7.33337 29.2339Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2114 24.0036C21.482 23.4173 22.1212 23.1975 22.6897 23.4162L22.6999 23.4201L22.7098 23.4247C23.2961 23.6953 23.5159 24.3344 23.2972 24.903L23.2918 24.9171L22.1734 27.4724C21.9866 27.9331 21.5646 28.1567 21.1301 28.1567C20.9791 28.1567 20.8099 28.1106 20.7047 28.0755L20.6871 28.0697L20.6704 28.062C20.084 27.7913 19.8643 27.1522 20.0829 26.5837L20.0884 26.5696L21.2114 24.0036Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M7.33337 29.2339C7.01451 29.0293 6.90526 28.576 7.08936 28.2216L7.51201 27.4078H6.66667C6.29848 27.4078 6 27.076 6 26.6667C6 26.2574 6.29848 25.9256 6.66667 25.9256H7.512L7.08936 25.1118C6.90526 24.7573 7.01451 24.3041 7.33337 24.0994C7.65223 23.8948 8.05996 24.0162 8.24406 24.3707L8.66671 25.1845L9.08936 24.3707C9.27345 24.0162 9.68118 23.8948 10 24.0994C10.3189 24.3041 10.4282 24.7573 10.2441 25.1118L9.82141 25.9256H10.6667C11.0349 25.9256 11.3333 26.2574 11.3333 26.6667C11.3333 27.076 11.0349 27.4078 10.6667 27.4078H9.8214L10.2441 28.2216C10.4282 28.576 10.3189 29.0293 10 29.2339C9.68118 29.4386 9.27345 29.3171 9.08936 28.9627L8.66671 28.1489L8.24406 28.9627C8.05996 29.3171 7.65223 29.4386 7.33337 29.2339Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-sleet-showers-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightSleetShowersPolartwilightColour",
          "declaration": {
            "name": "ObiLightningLightSleetShowersPolartwilightColour",
            "module": "src/icons/icon-lightning-light-sleet-showers-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-sleet-showers-polartwilight-colour",
          "declaration": {
            "name": "ObiLightningLightSleetShowersPolartwilightColour",
            "module": "src/icons/icon-lightning-light-sleet-showers-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-sleet-showers-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightSleetShowersPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H16.4459C16.4459 6.13816 16.5052 6.27623 16.6239 6.37592L18.488 7.94165C18.5119 7.96174 18.5333 7.98304 18.5522 8.0053C18.6431 8.00897 18.7347 8.01449 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.40364 12.6549 7.74859 11.8519 8.5239 11.2558C8.49923 11.2653 8.47495 11.2767 8.45129 11.2901L6.31467 12.4979C5.91894 12.7216 5.43452 12.3858 5.53521 11.9575L6.07882 9.64531C6.14804 9.35089 5.93064 9.06536 5.61579 9.0372L3.14321 8.81601C2.68525 8.77504 2.50022 8.23165 2.84548 7.94165L4.70959 6.37592C4.82827 6.27623 4.88761 6.13816 4.88761 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341ZM6.45622 6.00008H14.8773C14.8773 8.20922 12.9922 10.0001 10.6667 10.0001C8.34134 10.0001 6.45622 8.20922 6.45622 6.00008Z\" fill=\"currentColor\"/> <path d=\"M17.1792 13.3334L16.1633 19.4934L18.6667 20.6934L14.2404 29.3334L15.9094 22.3334L13.3334 21.1334L17.1792 13.3334Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.8782 24.0038C22.1488 23.4174 22.7879 23.1977 23.3565 23.4164L23.3666 23.4203L23.3765 23.4248C23.9629 23.6955 24.1826 24.3346 23.9639 24.9031L23.9585 24.9172L22.8402 27.4726C22.6534 27.9333 22.2313 28.1568 21.7968 28.1568C21.6459 28.1568 21.4766 28.1108 21.3714 28.0757L21.3539 28.0699L21.3371 28.0621C20.7508 27.7915 20.531 27.1524 20.7497 26.5838L20.7551 26.5697L21.8782 24.0038Z\" fill=\"currentColor\"/> <path d=\"M8.00012 29.234C7.68126 29.0294 7.57201 28.5761 7.7561 28.2216L8.17876 27.4078H7.33342C6.96523 27.4078 6.66675 27.076 6.66675 26.6667C6.66675 26.2574 6.96523 25.9256 7.33342 25.9256H8.17875L7.7561 25.1119C7.57201 24.7574 7.68126 24.3041 8.00012 24.0995C8.31898 23.8948 8.72671 24.0163 8.9108 24.3708L9.33345 25.1845L9.7561 24.3708C9.9402 24.0163 10.3479 23.8948 10.6668 24.0995C10.9856 24.3041 11.0949 24.7574 10.9108 25.1119L10.4882 25.9256H11.3334C11.7016 25.9256 12.0001 26.2574 12.0001 26.6667C12.0001 27.076 11.7016 27.4078 11.3334 27.4078H10.4882L10.9108 28.2216C11.0949 28.5761 10.9856 29.0294 10.6668 29.234C10.3479 29.4387 9.9402 29.3172 9.7561 28.9627L9.33345 28.149L8.9108 28.9627C8.72671 29.3172 8.31898 29.4387 8.00012 29.234Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H16.4459C16.4459 6.13816 16.5052 6.27623 16.6239 6.37592L18.488 7.94165C18.5119 7.96174 18.5333 7.98304 18.5522 8.0053C18.6431 8.00897 18.7347 8.01449 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.40364 12.6549 7.74859 11.8519 8.5239 11.2558C8.49923 11.2653 8.47495 11.2767 8.45129 11.2901L6.31467 12.4979C5.91894 12.7216 5.43452 12.3858 5.53521 11.9575L6.07882 9.64531C6.14804 9.35089 5.93064 9.06536 5.61579 9.0372L3.14321 8.81601C2.68525 8.77504 2.50022 8.23165 2.84548 7.94165L4.70959 6.37592C4.82827 6.27623 4.88761 6.13816 4.88761 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341ZM6.45622 6.00008H14.8773C14.8773 8.20922 12.9922 10.0001 10.6667 10.0001C8.34134 10.0001 6.45622 8.20922 6.45622 6.00008Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1792 13.3334L16.1633 19.4934L18.6667 20.6934L14.2404 29.3334L15.9094 22.3334L13.3334 21.1334L17.1792 13.3334Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.8782 24.0038C22.1488 23.4174 22.7879 23.1977 23.3565 23.4164L23.3666 23.4203L23.3765 23.4248C23.9629 23.6955 24.1826 24.3346 23.9639 24.9031L23.9585 24.9172L22.8402 27.4726C22.6534 27.9333 22.2313 28.1568 21.7968 28.1568C21.6459 28.1568 21.4766 28.1108 21.3714 28.0757L21.3539 28.0699L21.3371 28.0621C20.7508 27.7915 20.531 27.1524 20.7497 26.5838L20.7551 26.5697L21.8782 24.0038Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.00012 29.234C7.68126 29.0294 7.57201 28.5761 7.7561 28.2216L8.17876 27.4078H7.33342C6.96523 27.4078 6.66675 27.076 6.66675 26.6667C6.66675 26.2574 6.96523 25.9256 7.33342 25.9256H8.17875L7.7561 25.1119C7.57201 24.7574 7.68126 24.3041 8.00012 24.0995C8.31898 23.8948 8.72671 24.0163 8.9108 24.3708L9.33345 25.1845L9.7561 24.3708C9.9402 24.0163 10.3479 23.8948 10.6668 24.0995C10.9856 24.3041 11.0949 24.7574 10.9108 25.1119L10.4882 25.9256H11.3334C11.7016 25.9256 12.0001 26.2574 12.0001 26.6667C12.0001 27.076 11.7016 27.4078 11.3334 27.4078H10.4882L10.9108 28.2216C11.0949 28.5761 10.9856 29.0294 10.6668 29.234C10.3479 29.4387 9.9402 29.3172 9.7561 28.9627L9.33345 28.149L8.9108 28.9627C8.72671 29.3172 8.31898 29.4387 8.00012 29.234Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-sleet-showers-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightSleetShowersPolartwilight",
          "declaration": {
            "name": "ObiLightningLightSleetShowersPolartwilight",
            "module": "src/icons/icon-lightning-light-sleet-showers-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-sleet-showers-polartwilight",
          "declaration": {
            "name": "ObiLightningLightSleetShowersPolartwilight",
            "module": "src/icons/icon-lightning-light-sleet-showers-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-snow-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightSnowColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4966 13.4933L18.5124 7.33325L14.6666 15.1333L17.2426 16.3333L15.5737 23.3333L20 14.6933L17.4966 13.4933Z\" fill=\"currentColor\"/> <path d=\"M12.4614 7.11736C13.5609 4.78582 15.7936 3.33325 18.2393 3.33325C21.3737 3.33325 24.1293 5.79117 24.6555 9.10942L24.7566 9.74697L25.3793 9.91734C26.8572 10.3217 28 11.7971 28 13.5765C28 15.6987 26.363 17.3333 24.4824 17.3333H20.1457L21.1867 15.3012C21.3507 14.9811 21.3784 14.6082 21.2635 14.2673C21.1486 13.9264 20.9008 13.6465 20.5764 13.491L18.975 12.7233L19.8281 7.55025C19.9356 6.89826 19.5494 6.26588 18.9202 6.06382C18.2911 5.86176 17.6089 6.15099 17.3166 6.74366L13.4708 14.5437C13.3122 14.8654 13.2899 15.2375 13.409 15.5759C13.5281 15.9143 13.7785 16.1904 14.1037 16.3419L15.6933 17.0825L15.6336 17.3333H7.00788C6.06001 17.3333 5.16232 16.9481 4.504 16.25L4.49175 16.2371L4.47904 16.2245C3.77303 15.5276 3.36175 14.5558 3.33337 13.4314V13.3769C3.33337 12.3653 3.70873 11.4069 4.39061 10.657C5.08296 9.89685 6.00825 9.4871 7.00789 9.4871C7.20215 9.4871 7.27659 9.48909 7.3672 9.5051L8.1991 9.65211L8.48304 8.85646C8.78596 8.00763 9.54947 7.45799 10.4275 7.45799C10.6813 7.45799 10.9179 7.50176 11.1528 7.60555L12.0452 7.99982L12.4614 7.11736Z\" fill=\"currentColor\"/> <path d=\"M12.4614 7.11736C13.5609 4.78582 15.7936 3.33325 18.2393 3.33325C21.3737 3.33325 24.1293 5.79117 24.6555 9.10942L24.7566 9.74697L25.3793 9.91734C26.8572 10.3217 28 11.7971 28 13.5765C28 15.6987 26.363 17.3333 24.4824 17.3333H20.1457L19.1211 19.3333H24.4824C27.5587 19.3333 30 16.71 30 13.5765C30 11.1904 28.597 9.05046 26.5148 8.19534C25.6239 4.28953 22.2431 1.33325 18.2393 1.33325C15.2594 1.33325 12.5728 2.95032 11.0544 5.50734C10.8432 5.47326 10.6339 5.45799 10.4275 5.45799C8.93646 5.45799 7.63403 6.25968 6.92203 7.48775C5.38205 7.51112 3.95631 8.16348 2.91121 9.31116C1.89911 10.424 1.33337 11.8605 1.33337 13.3769V13.4549L1.33364 13.4664C1.37027 15.059 1.95818 16.5395 3.06133 17.6353C4.09608 18.7254 5.51463 19.3333 7.00788 19.3333H15.1567L15.6336 17.3333H7.00788C6.06001 17.3333 5.16232 16.9481 4.504 16.25L4.49175 16.2371L4.47904 16.2245C3.77303 15.5276 3.36175 14.5558 3.33337 13.4314V13.3769C3.33337 12.3653 3.70873 11.4069 4.39061 10.657C5.08296 9.89685 6.00825 9.4871 7.00789 9.4871C7.20215 9.4871 7.27659 9.48909 7.3672 9.5051L8.1991 9.65211L8.48304 8.85646C8.78596 8.00763 9.54947 7.45799 10.4275 7.45799C10.6813 7.45799 10.9179 7.50177 11.1528 7.60555L12.0452 7.99982L12.4614 7.11736Z\" fill=\"currentColor\"/> <path d=\"M8.66675 27.2338C8.34788 27.0292 8.23863 26.5759 8.42273 26.2215L8.84538 25.4077H8.00004C7.63185 25.4077 7.33337 25.0759 7.33337 24.6666C7.33337 24.2573 7.63185 23.9255 8.00004 23.9255H8.84538L8.42273 23.1117C8.23863 22.7572 8.34788 22.304 8.66675 22.0993C8.98561 21.8947 9.39333 22.0161 9.57743 22.3706L10.0001 23.1844L10.4227 22.3706C10.6068 22.0161 11.0146 21.8947 11.3334 22.0993C11.6523 22.304 11.7615 22.7572 11.5774 23.1117L11.1548 23.9255H12C12.3682 23.9255 12.6667 24.2573 12.6667 24.6666C12.6667 25.0759 12.3682 25.4077 12 25.4077H11.1548L11.5774 26.2215C11.7615 26.5759 11.6523 27.0292 11.3334 27.2338C11.0146 27.4385 10.6068 27.317 10.4227 26.9626L10.0001 26.1488L9.57743 26.9626C9.39334 27.317 8.98561 27.4385 8.66675 27.2338Z\" fill=\"currentColor\"/> <path d=\"M21.3334 26.5672C21.0146 26.3625 20.9053 25.9093 21.0894 25.5548L21.512 24.741H20.6667C20.2985 24.741 20 24.4092 20 23.9999C20 23.5906 20.2985 23.2588 20.6667 23.2588H21.512L21.0894 22.445C20.9053 22.0906 21.0146 21.6373 21.3334 21.4327C21.6523 21.228 22.06 21.3495 22.2441 21.7039L22.6667 22.5177L23.0894 21.7039C23.2735 21.3495 23.6812 21.228 24.0001 21.4327C24.3189 21.6373 24.4282 22.0906 24.2441 22.445L23.8215 23.2588H24.6667C25.0349 23.2588 25.3334 23.5906 25.3334 23.9999C25.3334 24.4092 25.0349 24.741 24.6667 24.741H23.8214L24.2441 25.5548C24.4282 25.9093 24.3189 26.3625 24.0001 26.5672C23.6812 26.7718 23.2735 26.6504 23.0894 26.2959L22.6667 25.4821L22.2441 26.2959C22.06 26.6504 21.6523 26.7718 21.3334 26.5672Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4966 13.4933L18.5124 7.33325L14.6666 15.1333L17.2426 16.3333L15.5737 23.3333L20 14.6933L17.4966 13.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M12.4614 7.11736C13.5609 4.78582 15.7936 3.33325 18.2393 3.33325C21.3737 3.33325 24.1293 5.79117 24.6555 9.10942L24.7566 9.74697L25.3793 9.91734C26.8572 10.3217 28 11.7971 28 13.5765C28 15.6987 26.363 17.3333 24.4824 17.3333H20.1457L21.1867 15.3012C21.3507 14.9811 21.3784 14.6082 21.2635 14.2673C21.1486 13.9264 20.9008 13.6465 20.5764 13.491L18.975 12.7233L19.8281 7.55025C19.9356 6.89826 19.5494 6.26588 18.9202 6.06382C18.2911 5.86176 17.6089 6.15099 17.3166 6.74366L13.4708 14.5437C13.3122 14.8654 13.2899 15.2375 13.409 15.5759C13.5281 15.9143 13.7785 16.1904 14.1037 16.3419L15.6933 17.0825L15.6336 17.3333H7.00788C6.06001 17.3333 5.16232 16.9481 4.504 16.25L4.49175 16.2371L4.47904 16.2245C3.77303 15.5276 3.36175 14.5558 3.33337 13.4314V13.3769C3.33337 12.3653 3.70873 11.4069 4.39061 10.657C5.08296 9.89685 6.00825 9.4871 7.00789 9.4871C7.20215 9.4871 7.27659 9.48909 7.3672 9.5051L8.1991 9.65211L8.48304 8.85646C8.78596 8.00763 9.54947 7.45799 10.4275 7.45799C10.6813 7.45799 10.9179 7.50176 11.1528 7.60555L12.0452 7.99982L12.4614 7.11736Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path d=\"M12.4614 7.11736C13.5609 4.78582 15.7936 3.33325 18.2393 3.33325C21.3737 3.33325 24.1293 5.79117 24.6555 9.10942L24.7566 9.74697L25.3793 9.91734C26.8572 10.3217 28 11.7971 28 13.5765C28 15.6987 26.363 17.3333 24.4824 17.3333H20.1457L19.1211 19.3333H24.4824C27.5587 19.3333 30 16.71 30 13.5765C30 11.1904 28.597 9.05046 26.5148 8.19534C25.6239 4.28953 22.2431 1.33325 18.2393 1.33325C15.2594 1.33325 12.5728 2.95032 11.0544 5.50734C10.8432 5.47326 10.6339 5.45799 10.4275 5.45799C8.93646 5.45799 7.63403 6.25968 6.92203 7.48775C5.38205 7.51112 3.95631 8.16348 2.91121 9.31116C1.89911 10.424 1.33337 11.8605 1.33337 13.3769V13.4549L1.33364 13.4664C1.37027 15.059 1.95818 16.5395 3.06133 17.6353C4.09608 18.7254 5.51463 19.3333 7.00788 19.3333H15.1567L15.6336 17.3333H7.00788C6.06001 17.3333 5.16232 16.9481 4.504 16.25L4.49175 16.2371L4.47904 16.2245C3.77303 15.5276 3.36175 14.5558 3.33337 13.4314V13.3769C3.33337 12.3653 3.70873 11.4069 4.39061 10.657C5.08296 9.89685 6.00825 9.4871 7.00789 9.4871C7.20215 9.4871 7.27659 9.48909 7.3672 9.5051L8.1991 9.65211L8.48304 8.85646C8.78596 8.00763 9.54947 7.45799 10.4275 7.45799C10.6813 7.45799 10.9179 7.50177 11.1528 7.60555L12.0452 7.99982L12.4614 7.11736Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M8.66675 27.2338C8.34788 27.0292 8.23863 26.5759 8.42273 26.2215L8.84538 25.4077H8.00004C7.63185 25.4077 7.33337 25.0759 7.33337 24.6666C7.33337 24.2573 7.63185 23.9255 8.00004 23.9255H8.84538L8.42273 23.1117C8.23863 22.7572 8.34788 22.304 8.66675 22.0993C8.98561 21.8947 9.39333 22.0161 9.57743 22.3706L10.0001 23.1844L10.4227 22.3706C10.6068 22.0161 11.0146 21.8947 11.3334 22.0993C11.6523 22.304 11.7615 22.7572 11.5774 23.1117L11.1548 23.9255H12C12.3682 23.9255 12.6667 24.2573 12.6667 24.6666C12.6667 25.0759 12.3682 25.4077 12 25.4077H11.1548L11.5774 26.2215C11.7615 26.5759 11.6523 27.0292 11.3334 27.2338C11.0146 27.4385 10.6068 27.317 10.4227 26.9626L10.0001 26.1488L9.57743 26.9626C9.39334 27.317 8.98561 27.4385 8.66675 27.2338Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M21.3334 26.5672C21.0146 26.3625 20.9053 25.9093 21.0894 25.5548L21.512 24.741H20.6667C20.2985 24.741 20 24.4092 20 23.9999C20 23.5906 20.2985 23.2588 20.6667 23.2588H21.512L21.0894 22.445C20.9053 22.0906 21.0146 21.6373 21.3334 21.4327C21.6523 21.228 22.06 21.3495 22.2441 21.7039L22.6667 22.5177L23.0894 21.7039C23.2735 21.3495 23.6812 21.228 24.0001 21.4327C24.3189 21.6373 24.4282 22.0906 24.2441 22.445L23.8215 23.2588H24.6667C25.0349 23.2588 25.3334 23.5906 25.3334 23.9999C25.3334 24.4092 25.0349 24.741 24.6667 24.741H23.8214L24.2441 25.5548C24.4282 25.9093 24.3189 26.3625 24.0001 26.5672C23.6812 26.7718 23.2735 26.6504 23.0894 26.2959L22.6667 25.4821L22.2441 26.2959C22.06 26.6504 21.6523 26.7718 21.3334 26.5672Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-snow-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightSnowColour",
          "declaration": {
            "name": "ObiLightningLightSnowColour",
            "module": "src/icons/icon-lightning-light-snow-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-snow-colour",
          "declaration": {
            "name": "ObiLightningLightSnowColour",
            "module": "src/icons/icon-lightning-light-snow-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-snow-showers-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightSnowShowersDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" fill=\"currentColor\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1633 19.4933L17.1792 13.3333L13.3334 21.1333L15.9093 22.3333L14.2404 29.3333L18.6667 20.6933L16.1633 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3333 17.3488C27.4497 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6666 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0854 13.2031 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 11.999 13.014 11.1362 12.6646C10.7796 12.5203 10.3898 12.4872 9.99996 12.6822C9.66663 12.8488 9.45829 13.0988 9.33329 13.3801C8.95829 14.2238 9.33329 15.3488 9.33329 15.3488H6.66663C5.33329 15.3488 4.66663 16.2442 4.66663 17.3488C4.66663 18.4534 5.56206 19.3488 6.66663 19.3488H12.7266L12.1374 20.5438C12.0137 20.7948 11.9729 21.0764 12.0175 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0173 20.9812 20.045 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33329 15.3487C9.33329 15.3487 8.66663 13.3487 9.99996 12.6821C11.3333 12.0154 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 14.8855 9.71116 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L17.6415 18.7234L18.4947 13.5503C18.6022 12.8983 18.2159 12.266 17.5868 12.0639C16.9577 11.8618 16.2754 12.1511 15.9832 12.7437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329Z\" fill=\"currentColor\"/> <path d=\"M6.66675 29.234C6.34788 29.0294 6.23863 28.5761 6.42273 28.2216L6.84538 27.4078H6.00004C5.63185 27.4078 5.33337 27.076 5.33337 26.6667C5.33337 26.2574 5.63185 25.9256 6.00004 25.9256H6.84538L6.42273 25.1119C6.23863 24.7574 6.34788 24.3041 6.66675 24.0995C6.98561 23.8948 7.39333 24.0163 7.57743 24.3708L8.00008 25.1845L8.42273 24.3708C8.60682 24.0163 9.01455 23.8948 9.33341 24.0995C9.65228 24.3041 9.76153 24.7574 9.57743 25.1119L9.15478 25.9256H10C10.3682 25.9256 10.6667 26.2574 10.6667 26.6667C10.6667 27.076 10.3682 27.4078 10 27.4078H9.15478L9.57743 28.2216C9.76153 28.5761 9.65228 29.0294 9.33341 29.234C9.01455 29.4387 8.60682 29.3172 8.42273 28.9627L8.00008 28.149L7.57743 28.9627C7.39334 29.3172 6.98561 29.4387 6.66675 29.234Z\" fill=\"currentColor\"/> <path d=\"M21.3334 27.9007C21.0146 27.696 20.9053 27.2428 21.0894 26.8883L21.5121 26.0745H20.6667C20.2985 26.0745 20 25.7427 20 25.3334C20 24.9241 20.2985 24.5923 20.6667 24.5923H21.512L21.0894 23.7785C20.9053 23.4241 21.0146 22.9708 21.3334 22.7662C21.6523 22.5615 22.06 22.683 22.2441 23.0374L22.6667 23.8512L23.0894 23.0374C23.2735 22.683 23.6812 22.5615 24.0001 22.7662C24.3189 22.9708 24.4282 23.4241 24.2441 23.7785L23.8215 24.5923H24.6667C25.0349 24.5923 25.3334 24.9241 25.3334 25.3334C25.3334 25.7427 25.0349 26.0745 24.6667 26.0745H23.8214L24.2441 26.8883C24.4282 27.2428 24.3189 27.696 24.0001 27.9007C23.6812 28.1053 23.2735 27.9839 23.0894 27.6294L22.6667 26.8156L22.2441 27.6294C22.06 27.9839 21.6523 28.1053 21.3334 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1633 19.4933L17.1792 13.3333L13.3334 21.1333L15.9093 22.3333L14.2404 29.3333L18.6667 20.6933L16.1633 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3333 17.3488C27.4497 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6666 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0854 13.2031 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 11.999 13.014 11.1362 12.6646C10.7796 12.5203 10.3898 12.4872 9.99996 12.6822C9.66663 12.8488 9.45829 13.0988 9.33329 13.3801C8.95829 14.2238 9.33329 15.3488 9.33329 15.3488H6.66663C5.33329 15.3488 4.66663 16.2442 4.66663 17.3488C4.66663 18.4534 5.56206 19.3488 6.66663 19.3488H12.7266L12.1374 20.5438C12.0137 20.7948 11.9729 21.0764 12.0175 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0173 20.9812 20.045 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M9.33329 15.3487C9.33329 15.3487 8.66663 13.3487 9.99996 12.6821C11.3333 12.0154 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 14.8855 9.71116 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L17.6415 18.7234L18.4947 13.5503C18.6022 12.8983 18.2159 12.266 17.5868 12.0639C16.9577 11.8618 16.2754 12.1511 15.9832 12.7437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path d=\"M6.66675 29.234C6.34788 29.0294 6.23863 28.5761 6.42273 28.2216L6.84538 27.4078H6.00004C5.63185 27.4078 5.33337 27.076 5.33337 26.6667C5.33337 26.2574 5.63185 25.9256 6.00004 25.9256H6.84538L6.42273 25.1119C6.23863 24.7574 6.34788 24.3041 6.66675 24.0995C6.98561 23.8948 7.39333 24.0163 7.57743 24.3708L8.00008 25.1845L8.42273 24.3708C8.60682 24.0163 9.01455 23.8948 9.33341 24.0995C9.65228 24.3041 9.76153 24.7574 9.57743 25.1119L9.15478 25.9256H10C10.3682 25.9256 10.6667 26.2574 10.6667 26.6667C10.6667 27.076 10.3682 27.4078 10 27.4078H9.15478L9.57743 28.2216C9.76153 28.5761 9.65228 29.0294 9.33341 29.234C9.01455 29.4387 8.60682 29.3172 8.42273 28.9627L8.00008 28.149L7.57743 28.9627C7.39334 29.3172 6.98561 29.4387 6.66675 29.234Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M21.3334 27.9007C21.0146 27.696 20.9053 27.2428 21.0894 26.8883L21.5121 26.0745H20.6667C20.2985 26.0745 20 25.7427 20 25.3334C20 24.9241 20.2985 24.5923 20.6667 24.5923H21.512L21.0894 23.7785C20.9053 23.4241 21.0146 22.9708 21.3334 22.7662C21.6523 22.5615 22.06 22.683 22.2441 23.0374L22.6667 23.8512L23.0894 23.0374C23.2735 22.683 23.6812 22.5615 24.0001 22.7662C24.3189 22.9708 24.4282 23.4241 24.2441 23.7785L23.8215 24.5923H24.6667C25.0349 24.5923 25.3334 24.9241 25.3334 25.3334C25.3334 25.7427 25.0349 26.0745 24.6667 26.0745H23.8214L24.2441 26.8883C24.4282 27.2428 24.3189 27.696 24.0001 27.9007C23.6812 28.1053 23.2735 27.9839 23.0894 27.6294L22.6667 26.8156L22.2441 27.6294C22.06 27.9839 21.6523 28.1053 21.3334 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-snow-showers-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightSnowShowersDayColour",
          "declaration": {
            "name": "ObiLightningLightSnowShowersDayColour",
            "module": "src/icons/icon-lightning-light-snow-showers-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-snow-showers-day-colour",
          "declaration": {
            "name": "ObiLightningLightSnowShowersDayColour",
            "module": "src/icons/icon-lightning-light-snow-showers-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-snow-showers-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightSnowShowersDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93387 4.00639C9.83981 4.29555 9.50221 4.44272 9.21485 4.31985L6.9581 3.35492C6.54012 3.1762 6.09568 3.5634 6.24296 3.97794L7.03817 6.21614C7.13943 6.50114 6.95483 6.8089 6.64501 6.8716L4.21188 7.36403C3.76123 7.45524 3.63723 8.01571 4.01236 8.26588L6.03773 9.61656C6.29563 9.78855 6.33454 10.1393 6.1206 10.3637L4.44046 12.1254C4.12928 12.4516 4.37309 12.9713 4.83277 12.9616L7.31467 12.9088C7.33529 12.9084 7.35561 12.9091 7.37559 12.9108C7.32722 13.0596 7.2893 13.2064 7.25983 13.3487H6.66663C5.52695 13.3487 4.46207 13.7473 3.69549 14.5796C2.95372 15.385 2.66663 16.4054 2.66663 17.3487C2.66663 19.5579 4.45749 21.3487 6.66662 21.3487H12.0175C11.9729 21.0764 12.0137 20.7947 12.1374 20.5437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.38C9.45829 13.0987 9.66663 12.8487 9.99996 12.6821C10.3898 12.4871 10.7796 12.5202 11.1362 12.6646C11.999 13.014 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1453 16.5282 9.84334 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.4501 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9265 19.9301 20.2674C20.045 20.6083 20.0173 20.9811 19.8533 21.3013L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.5021C29.4242 16.2439 28.733 15.3588 28.1495 14.8676C27.5831 14.3908 26.9122 14.0916 26.3986 13.9033C26.1852 13.8251 25.9743 13.7573 25.774 13.6989C25.645 13.1746 25.4389 12.5559 25.107 11.9189C24.1524 10.0866 22.242 8.29662 18.827 8.02185C18.6026 8.00379 18.3829 7.99706 18.1679 8.00059L19.5596 6.54135C19.8707 6.21506 19.6269 5.69538 19.1672 5.70515L16.6853 5.75791C16.3693 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4963 2.40973 15.9778 2.12935 15.6092 2.39533L13.6188 3.83136C13.3653 4.01422 13.0037 3.9446 12.8485 3.68309L11.6302 1.62937ZM9.10553 10.8932C8.81849 11.0367 8.57294 11.2042 8.36309 11.3875C8.07206 10.9161 7.8796 10.3786 7.81515 9.79755C7.5716 7.60187 9.24779 5.6141 11.559 5.35774C13.6897 5.1214 15.6162 6.43897 16.0951 8.36647C14.6977 8.8461 13.5967 9.71689 12.8272 10.4944C12.6503 10.6732 12.4855 10.8521 12.333 11.0276C11.5414 10.5915 10.3817 10.2551 9.10553 10.8932Z\" fill=\"currentColor\"/> <path d=\"M17.1791 13.3333L16.1632 19.4933L18.6666 20.6933L14.2403 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" fill=\"currentColor\"/> <path d=\"M6.66667 29.2339C6.3478 29.0293 6.23855 28.576 6.42265 28.2216L6.8453 27.4078H5.99996C5.63177 27.4078 5.33329 27.076 5.33329 26.6667C5.33329 26.2574 5.63177 25.9256 5.99996 25.9256H6.84529L6.42265 25.1118C6.23855 24.7573 6.3478 24.3041 6.66667 24.0994C6.98553 23.8948 7.39325 24.0162 7.57735 24.3707L8 25.1845L8.42265 24.3707C8.60674 24.0162 9.01447 23.8948 9.33333 24.0994C9.65219 24.3041 9.76144 24.7573 9.57735 25.1118L9.1547 25.9256H9.99996C10.3681 25.9256 10.6666 26.2574 10.6666 26.6667C10.6666 27.076 10.3681 27.4078 9.99996 27.4078H9.1547L9.57735 28.2216C9.76144 28.576 9.65219 29.0293 9.33333 29.2339C9.01447 29.4386 8.60674 29.3171 8.42265 28.9627L8 28.1489L7.57735 28.9627C7.39325 29.3171 6.98553 29.4386 6.66667 29.2339Z\" fill=\"currentColor\"/> <path d=\"M21.3333 27.9006C21.0145 27.6959 20.9052 27.2427 21.0893 26.8882L21.512 26.0744H20.6666C20.2984 26.0744 20 25.7426 20 25.3333C20 24.924 20.2984 24.5922 20.6666 24.5922H21.512L21.0893 23.7784C20.9052 23.424 21.0145 22.9707 21.3333 22.7661C21.6522 22.5614 22.0599 22.6829 22.244 23.0373L22.6667 23.8511L23.0893 23.0373C23.2734 22.6829 23.6811 22.5614 24 22.7661C24.3189 22.9707 24.4281 23.424 24.244 23.7784L23.8214 24.5922H24.6666C25.0348 24.5922 25.3333 24.924 25.3333 25.3333C25.3333 25.7426 25.0348 26.0744 24.6666 26.0744H23.8214L24.244 26.8882C24.4281 27.2427 24.3189 27.6959 24 27.9006C23.6811 28.1052 23.2734 27.9838 23.0893 27.6293L22.6667 26.8155L22.244 27.6293C22.0599 27.9838 21.6522 28.1052 21.3333 27.9006Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93387 4.00639C9.83981 4.29555 9.50221 4.44272 9.21485 4.31985L6.9581 3.35492C6.54012 3.1762 6.09568 3.5634 6.24296 3.97794L7.03817 6.21614C7.13943 6.50114 6.95483 6.8089 6.64501 6.8716L4.21188 7.36403C3.76123 7.45524 3.63723 8.01571 4.01236 8.26588L6.03773 9.61656C6.29563 9.78855 6.33454 10.1393 6.1206 10.3637L4.44046 12.1254C4.12928 12.4516 4.37309 12.9713 4.83277 12.9616L7.31467 12.9088C7.33529 12.9084 7.35561 12.9091 7.37559 12.9108C7.32722 13.0596 7.2893 13.2064 7.25983 13.3487H6.66663C5.52695 13.3487 4.46207 13.7473 3.69549 14.5796C2.95372 15.385 2.66663 16.4054 2.66663 17.3487C2.66663 19.5579 4.45749 21.3487 6.66662 21.3487H12.0175C11.9729 21.0764 12.0137 20.7947 12.1374 20.5437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.38C9.45829 13.0987 9.66663 12.8487 9.99996 12.6821C10.3898 12.4871 10.7796 12.5202 11.1362 12.6646C11.999 13.014 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1453 16.5282 9.84334 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.4501 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9265 19.9301 20.2674C20.045 20.6083 20.0173 20.9811 19.8533 21.3013L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.5021C29.4242 16.2439 28.733 15.3588 28.1495 14.8676C27.5831 14.3908 26.9122 14.0916 26.3986 13.9033C26.1852 13.8251 25.9743 13.7573 25.774 13.6989C25.645 13.1746 25.4389 12.5559 25.107 11.9189C24.1524 10.0866 22.242 8.29662 18.827 8.02185C18.6026 8.00379 18.3829 7.99706 18.1679 8.00059L19.5596 6.54135C19.8707 6.21506 19.6269 5.69538 19.1672 5.70515L16.6853 5.75791C16.3693 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4963 2.40973 15.9778 2.12935 15.6092 2.39533L13.6188 3.83136C13.3653 4.01422 13.0037 3.9446 12.8485 3.68309L11.6302 1.62937ZM9.10553 10.8932C8.81849 11.0367 8.57294 11.2042 8.36309 11.3875C8.07206 10.9161 7.8796 10.3786 7.81515 9.79755C7.5716 7.60187 9.24779 5.6141 11.559 5.35774C13.6897 5.1214 15.6162 6.43897 16.0951 8.36647C14.6977 8.8461 13.5967 9.71689 12.8272 10.4944C12.6503 10.6732 12.4855 10.8521 12.333 11.0276C11.5414 10.5915 10.3817 10.2551 9.10553 10.8932Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1791 13.3333L16.1632 19.4933L18.6666 20.6933L14.2403 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.66667 29.2339C6.3478 29.0293 6.23855 28.576 6.42265 28.2216L6.8453 27.4078H5.99996C5.63177 27.4078 5.33329 27.076 5.33329 26.6667C5.33329 26.2574 5.63177 25.9256 5.99996 25.9256H6.84529L6.42265 25.1118C6.23855 24.7573 6.3478 24.3041 6.66667 24.0994C6.98553 23.8948 7.39325 24.0162 7.57735 24.3707L8 25.1845L8.42265 24.3707C8.60674 24.0162 9.01447 23.8948 9.33333 24.0994C9.65219 24.3041 9.76144 24.7573 9.57735 25.1118L9.1547 25.9256H9.99996C10.3681 25.9256 10.6666 26.2574 10.6666 26.6667C10.6666 27.076 10.3681 27.4078 9.99996 27.4078H9.1547L9.57735 28.2216C9.76144 28.576 9.65219 29.0293 9.33333 29.2339C9.01447 29.4386 8.60674 29.3171 8.42265 28.9627L8 28.1489L7.57735 28.9627C7.39325 29.3171 6.98553 29.4386 6.66667 29.2339Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21.3333 27.9006C21.0145 27.6959 20.9052 27.2427 21.0893 26.8882L21.512 26.0744H20.6666C20.2984 26.0744 20 25.7426 20 25.3333C20 24.924 20.2984 24.5922 20.6666 24.5922H21.512L21.0893 23.7784C20.9052 23.424 21.0145 22.9707 21.3333 22.7661C21.6522 22.5614 22.0599 22.6829 22.244 23.0373L22.6667 23.8511L23.0893 23.0373C23.2734 22.6829 23.6811 22.5614 24 22.7661C24.3189 22.9707 24.4281 23.424 24.244 23.7784L23.8214 24.5922H24.6666C25.0348 24.5922 25.3333 24.924 25.3333 25.3333C25.3333 25.7426 25.0348 26.0744 24.6666 26.0744H23.8214L24.244 26.8882C24.4281 27.2427 24.3189 27.6959 24 27.9006C23.6811 28.1052 23.2734 27.9838 23.0893 27.6293L22.6667 26.8155L22.244 27.6293C22.0599 27.9838 21.6522 28.1052 21.3333 27.9006Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-snow-showers-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightSnowShowersDay",
          "declaration": {
            "name": "ObiLightningLightSnowShowersDay",
            "module": "src/icons/icon-lightning-light-snow-showers-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-snow-showers-day",
          "declaration": {
            "name": "ObiLightningLightSnowShowersDay",
            "module": "src/icons/icon-lightning-light-snow-showers-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-snow-showers-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightSnowShowersNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" fill=\"currentColor\"/> <path d=\"M6.66662 29.234C6.34776 29.0294 6.23851 28.5761 6.42261 28.2216L6.84526 27.4078H5.99992C5.63173 27.4078 5.33325 27.076 5.33325 26.6667C5.33325 26.2574 5.63173 25.9256 5.99992 25.9256H6.84525L6.42261 25.1119C6.23851 24.7574 6.34776 24.3041 6.66662 24.0995C6.98549 23.8948 7.39321 24.0163 7.57731 24.3708L7.99996 25.1845L8.42261 24.3708C8.6067 24.0163 9.01443 23.8948 9.33329 24.0995C9.65215 24.3041 9.7614 24.7574 9.57731 25.1119L9.15466 25.9256H9.99992C10.3681 25.9256 10.6666 26.2574 10.6666 26.6667C10.6666 27.076 10.3681 27.4078 9.99992 27.4078H9.15465L9.57731 28.2216C9.7614 28.5761 9.65215 29.0294 9.33329 29.234C9.01443 29.4387 8.6067 29.3172 8.42261 28.9627L7.99996 28.149L7.57731 28.9627C7.39321 29.3172 6.98549 29.4387 6.66662 29.234Z\" fill=\"currentColor\"/> <path d=\"M21.3333 27.9007C21.0144 27.696 20.9052 27.2428 21.0893 26.8883L21.5119 26.0745H20.6666C20.2984 26.0745 19.9999 25.7427 19.9999 25.3334C19.9999 24.9241 20.2984 24.5923 20.6666 24.5923H21.5119L21.0893 23.7785C20.9052 23.4241 21.0144 22.9708 21.3333 22.7662C21.6522 22.5615 22.0599 22.683 22.244 23.0374L22.6666 23.8512L23.0893 23.0374C23.2734 22.683 23.6811 22.5615 24 22.7662C24.3188 22.9708 24.4281 23.4241 24.244 23.7785L23.8213 24.5923H24.6666C25.0348 24.5923 25.3333 24.9241 25.3333 25.3334C25.3333 25.7427 25.0348 26.0745 24.6666 26.0745H23.8213L24.244 26.8883C24.4281 27.2428 24.3188 27.696 24 27.9007C23.6811 28.1053 23.2734 27.9839 23.0893 27.6294L22.6666 26.8156L22.244 27.6294C22.0599 27.9839 21.6522 28.1053 21.3333 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path d=\"M6.66662 29.234C6.34776 29.0294 6.23851 28.5761 6.42261 28.2216L6.84526 27.4078H5.99992C5.63173 27.4078 5.33325 27.076 5.33325 26.6667C5.33325 26.2574 5.63173 25.9256 5.99992 25.9256H6.84525L6.42261 25.1119C6.23851 24.7574 6.34776 24.3041 6.66662 24.0995C6.98549 23.8948 7.39321 24.0163 7.57731 24.3708L7.99996 25.1845L8.42261 24.3708C8.6067 24.0163 9.01443 23.8948 9.33329 24.0995C9.65215 24.3041 9.7614 24.7574 9.57731 25.1119L9.15466 25.9256H9.99992C10.3681 25.9256 10.6666 26.2574 10.6666 26.6667C10.6666 27.076 10.3681 27.4078 9.99992 27.4078H9.15465L9.57731 28.2216C9.7614 28.5761 9.65215 29.0294 9.33329 29.234C9.01443 29.4387 8.6067 29.3172 8.42261 28.9627L7.99996 28.149L7.57731 28.9627C7.39321 29.3172 6.98549 29.4387 6.66662 29.234Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M21.3333 27.9007C21.0144 27.696 20.9052 27.2428 21.0893 26.8883L21.5119 26.0745H20.6666C20.2984 26.0745 19.9999 25.7427 19.9999 25.3334C19.9999 24.9241 20.2984 24.5923 20.6666 24.5923H21.5119L21.0893 23.7785C20.9052 23.4241 21.0144 22.9708 21.3333 22.7662C21.6522 22.5615 22.0599 22.683 22.244 23.0374L22.6666 23.8512L23.0893 23.0374C23.2734 22.683 23.6811 22.5615 24 22.7662C24.3188 22.9708 24.4281 23.4241 24.244 23.7785L23.8213 24.5923H24.6666C25.0348 24.5923 25.3333 24.9241 25.3333 25.3334C25.3333 25.7427 25.0348 26.0745 24.6666 26.0745H23.8213L24.244 26.8883C24.4281 27.2428 24.3188 27.696 24 27.9007C23.6811 28.1053 23.2734 27.9839 23.0893 27.6294L22.6666 26.8156L22.244 27.6294C22.0599 27.9839 21.6522 28.1053 21.3333 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-snow-showers-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightSnowShowersNightColour",
          "declaration": {
            "name": "ObiLightningLightSnowShowersNightColour",
            "module": "src/icons/icon-lightning-light-snow-showers-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-snow-showers-night-colour",
          "declaration": {
            "name": "ObiLightningLightSnowShowersNightColour",
            "module": "src/icons/icon-lightning-light-snow-showers-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-snow-showers-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightSnowShowersNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.0223 12.9059 2.73015 13.8771 3.62234 14.6614C2.9348 15.4534 2.66667 16.437 2.66667 17.3487C2.66667 19.5578 4.45753 21.3487 6.66666 21.3487H12.0175C11.9729 21.0763 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66667C5.5621 19.3487 4.66667 18.4532 4.66667 17.3487C4.66667 16.2441 5.33333 15.3487 6.66667 15.3487H9.33333C9.33333 15.3487 8.95833 14.2237 9.33333 13.3799C9.45833 13.0987 9.66667 12.8487 10 12.682C10.3898 12.4871 10.7797 12.5201 11.1362 12.6645C11.999 13.0139 12.6667 14.0153 12.6667 14.0153C12.6667 14.0153 13.0855 13.2029 13.8692 12.3089C14.8895 11.1452 16.5282 9.84326 18.6667 10.0153C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4498 15.835 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9264 19.9301 20.2673C20.0451 20.6082 20.0174 20.9811 19.8533 21.3012L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.502C29.4242 16.2438 28.7331 15.3587 28.1496 14.8675C27.5832 14.3907 26.9123 14.0915 26.3987 13.9032C26.1852 13.825 25.9743 13.7572 25.7741 13.6988C25.6451 13.1745 25.4389 12.5559 25.1071 11.9189C24.1525 10.0865 22.2421 8.29654 18.8271 8.02176C18.2154 7.97254 17.6381 8.00744 17.0969 8.10503C16.9853 5.41628 15.5526 2.94813 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path d=\"M17.1791 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" fill=\"currentColor\"/> <path d=\"M6.66671 29.2338C6.34784 29.0292 6.23859 28.5759 6.42269 28.2215L6.84534 27.4077H6C5.63181 27.4077 5.33333 27.0759 5.33333 26.6666C5.33333 26.2573 5.63181 25.9255 6 25.9255H6.84533L6.42269 25.1117C6.23859 24.7572 6.34784 24.304 6.66671 24.0993C6.98557 23.8947 7.39329 24.0161 7.57739 24.3706L8.00004 25.1844L8.42269 24.3706C8.60678 24.0161 9.01451 23.8947 9.33337 24.0993C9.65223 24.304 9.76148 24.7572 9.57739 25.1117L9.15474 25.9255H10C10.3682 25.9255 10.6667 26.2573 10.6667 26.6666C10.6667 27.0759 10.3682 27.4077 10 27.4077H9.15474L9.57739 28.2215C9.76148 28.5759 9.65224 29.0292 9.33337 29.2338C9.01451 29.4385 8.60678 29.317 8.42269 28.9626L8.00004 28.1488L7.57739 28.9626C7.39329 29.317 6.98557 29.4385 6.66671 29.2338Z\" fill=\"currentColor\"/> <path d=\"M21.3334 27.9005C21.0145 27.6959 20.9053 27.2426 21.0894 26.8881L21.512 26.0743H20.6667C20.2985 26.0743 20 25.7425 20 25.3332C20 24.9239 20.2985 24.5921 20.6667 24.5921H21.512L21.0894 23.7784C20.9053 23.4239 21.0145 22.9706 21.3334 22.766C21.6522 22.5613 22.06 22.6828 22.2441 23.0373L22.6667 23.851L23.0894 23.0373C23.2735 22.6828 23.6812 22.5613 24 22.766C24.3189 22.9706 24.4282 23.4239 24.2441 23.7784L23.8214 24.5921H24.6667C25.0349 24.5921 25.3333 24.9239 25.3333 25.3332C25.3333 25.7425 25.0349 26.0743 24.6667 26.0743H23.8214L24.2441 26.8881C24.4282 27.2426 24.3189 27.6959 24 27.9005C23.6812 28.1052 23.2735 27.9837 23.0894 27.6292L22.6667 26.8155L22.2441 27.6292C22.06 27.9837 21.6522 28.1052 21.3334 27.9005Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.0223 12.9059 2.73015 13.8771 3.62234 14.6614C2.9348 15.4534 2.66667 16.437 2.66667 17.3487C2.66667 19.5578 4.45753 21.3487 6.66666 21.3487H12.0175C11.9729 21.0763 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66667C5.5621 19.3487 4.66667 18.4532 4.66667 17.3487C4.66667 16.2441 5.33333 15.3487 6.66667 15.3487H9.33333C9.33333 15.3487 8.95833 14.2237 9.33333 13.3799C9.45833 13.0987 9.66667 12.8487 10 12.682C10.3898 12.4871 10.7797 12.5201 11.1362 12.6645C11.999 13.0139 12.6667 14.0153 12.6667 14.0153C12.6667 14.0153 13.0855 13.2029 13.8692 12.3089C14.8895 11.1452 16.5282 9.84326 18.6667 10.0153C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4498 15.835 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9264 19.9301 20.2673C20.0451 20.6082 20.0174 20.9811 19.8533 21.3012L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.502C29.4242 16.2438 28.7331 15.3587 28.1496 14.8675C27.5832 14.3907 26.9123 14.0915 26.3987 13.9032C26.1852 13.825 25.9743 13.7572 25.7741 13.6988C25.6451 13.1745 25.4389 12.5559 25.1071 11.9189C24.1525 10.0865 22.2421 8.29654 18.8271 8.02176C18.2154 7.97254 17.6381 8.00744 17.0969 8.10503C16.9853 5.41628 15.5526 2.94813 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1791 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.66671 29.2338C6.34784 29.0292 6.23859 28.5759 6.42269 28.2215L6.84534 27.4077H6C5.63181 27.4077 5.33333 27.0759 5.33333 26.6666C5.33333 26.2573 5.63181 25.9255 6 25.9255H6.84533L6.42269 25.1117C6.23859 24.7572 6.34784 24.304 6.66671 24.0993C6.98557 23.8947 7.39329 24.0161 7.57739 24.3706L8.00004 25.1844L8.42269 24.3706C8.60678 24.0161 9.01451 23.8947 9.33337 24.0993C9.65223 24.304 9.76148 24.7572 9.57739 25.1117L9.15474 25.9255H10C10.3682 25.9255 10.6667 26.2573 10.6667 26.6666C10.6667 27.0759 10.3682 27.4077 10 27.4077H9.15474L9.57739 28.2215C9.76148 28.5759 9.65224 29.0292 9.33337 29.2338C9.01451 29.4385 8.60678 29.317 8.42269 28.9626L8.00004 28.1488L7.57739 28.9626C7.39329 29.317 6.98557 29.4385 6.66671 29.2338Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21.3334 27.9005C21.0145 27.6959 20.9053 27.2426 21.0894 26.8881L21.512 26.0743H20.6667C20.2985 26.0743 20 25.7425 20 25.3332C20 24.9239 20.2985 24.5921 20.6667 24.5921H21.512L21.0894 23.7784C20.9053 23.4239 21.0145 22.9706 21.3334 22.766C21.6522 22.5613 22.06 22.6828 22.2441 23.0373L22.6667 23.851L23.0894 23.0373C23.2735 22.6828 23.6812 22.5613 24 22.766C24.3189 22.9706 24.4282 23.4239 24.2441 23.7784L23.8214 24.5921H24.6667C25.0349 24.5921 25.3333 24.9239 25.3333 25.3332C25.3333 25.7425 25.0349 26.0743 24.6667 26.0743H23.8214L24.2441 26.8881C24.4282 27.2426 24.3189 27.6959 24 27.9005C23.6812 28.1052 23.2735 27.9837 23.0894 27.6292L22.6667 26.8155L22.2441 27.6292C22.06 27.9837 21.6522 28.1052 21.3334 27.9005Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-snow-showers-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightSnowShowersNight",
          "declaration": {
            "name": "ObiLightningLightSnowShowersNight",
            "module": "src/icons/icon-lightning-light-snow-showers-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-snow-showers-night",
          "declaration": {
            "name": "ObiLightningLightSnowShowersNight",
            "module": "src/icons/icon-lightning-light-snow-showers-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-snow-showers-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightSnowShowersPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" fill=\"currentColor\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" fill=\"currentColor\"/> <path d=\"M7.33337 29.234C7.01451 29.0294 6.90526 28.5761 7.08936 28.2216L7.51201 27.4078H6.66667C6.29848 27.4078 6 27.076 6 26.6667C6 26.2574 6.29848 25.9256 6.66667 25.9256H7.512L7.08936 25.1119C6.90526 24.7574 7.01451 24.3041 7.33337 24.0995C7.65223 23.8948 8.05996 24.0163 8.24406 24.3708L8.66671 25.1845L9.08936 24.3708C9.27345 24.0163 9.68118 23.8948 10 24.0995C10.3189 24.3041 10.4282 24.7574 10.2441 25.1119L9.82141 25.9256H10.6667C11.0349 25.9256 11.3333 26.2574 11.3333 26.6667C11.3333 27.076 11.0349 27.4078 10.6667 27.4078H9.8214L10.2441 28.2216C10.4282 28.5761 10.3189 29.0294 10 29.234C9.68118 29.4387 9.27345 29.3172 9.08936 28.9627L8.66671 28.149L8.24406 28.9627C8.05996 29.3172 7.65223 29.4387 7.33337 29.234Z\" fill=\"currentColor\"/> <path d=\"M22 27.9007C21.6812 27.696 21.5719 27.2428 21.756 26.8883L22.1787 26.0745H21.3333C20.9651 26.0745 20.6667 25.7427 20.6667 25.3334C20.6667 24.9241 20.9651 24.5923 21.3333 24.5923H22.1787L21.756 23.7785C21.5719 23.4241 21.6812 22.9708 22 22.7662C22.3189 22.5615 22.7266 22.683 22.9107 23.0374L23.3334 23.8512L23.756 23.0374C23.9401 22.683 24.3478 22.5615 24.6667 22.7662C24.9856 22.9708 25.0948 23.4241 24.9107 23.7785L24.4881 24.5923H25.3333C25.7015 24.5923 26 24.9241 26 25.3334C26 25.7427 25.7015 26.0745 25.3333 26.0745H24.4881L24.9107 26.8883C25.0948 27.2428 24.9856 27.696 24.6667 27.9007C24.3478 28.1053 23.9401 27.9839 23.756 27.6294L23.3334 26.8156L22.9107 27.6294C22.7266 27.9839 22.3189 28.1053 22 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path d=\"M7.33337 29.234C7.01451 29.0294 6.90526 28.5761 7.08936 28.2216L7.51201 27.4078H6.66667C6.29848 27.4078 6 27.076 6 26.6667C6 26.2574 6.29848 25.9256 6.66667 25.9256H7.512L7.08936 25.1119C6.90526 24.7574 7.01451 24.3041 7.33337 24.0995C7.65223 23.8948 8.05996 24.0163 8.24406 24.3708L8.66671 25.1845L9.08936 24.3708C9.27345 24.0163 9.68118 23.8948 10 24.0995C10.3189 24.3041 10.4282 24.7574 10.2441 25.1119L9.82141 25.9256H10.6667C11.0349 25.9256 11.3333 26.2574 11.3333 26.6667C11.3333 27.076 11.0349 27.4078 10.6667 27.4078H9.8214L10.2441 28.2216C10.4282 28.5761 10.3189 29.0294 10 29.234C9.68118 29.4387 9.27345 29.3172 9.08936 28.9627L8.66671 28.149L8.24406 28.9627C8.05996 29.3172 7.65223 29.4387 7.33337 29.234Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M22 27.9007C21.6812 27.696 21.5719 27.2428 21.756 26.8883L22.1787 26.0745H21.3333C20.9651 26.0745 20.6667 25.7427 20.6667 25.3334C20.6667 24.9241 20.9651 24.5923 21.3333 24.5923H22.1787L21.756 23.7785C21.5719 23.4241 21.6812 22.9708 22 22.7662C22.3189 22.5615 22.7266 22.683 22.9107 23.0374L23.3334 23.8512L23.756 23.0374C23.9401 22.683 24.3478 22.5615 24.6667 22.7662C24.9856 22.9708 25.0948 23.4241 24.9107 23.7785L24.4881 24.5923H25.3333C25.7015 24.5923 26 24.9241 26 25.3334C26 25.7427 25.7015 26.0745 25.3333 26.0745H24.4881L24.9107 26.8883C25.0948 27.2428 24.9856 27.696 24.6667 27.9007C24.3478 28.1053 23.9401 27.9839 23.756 27.6294L23.3334 26.8156L22.9107 27.6294C22.7266 27.9839 22.3189 28.1053 22 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-snow-showers-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightSnowShowersPolartwilightColour",
          "declaration": {
            "name": "ObiLightningLightSnowShowersPolartwilightColour",
            "module": "src/icons/icon-lightning-light-snow-showers-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-snow-showers-polartwilight-colour",
          "declaration": {
            "name": "ObiLightningLightSnowShowersPolartwilightColour",
            "module": "src/icons/icon-lightning-light-snow-showers-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-snow-showers-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightSnowShowersPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H16.4459C16.4459 6.13816 16.5052 6.27623 16.6239 6.37592L18.488 7.94165C18.5119 7.96174 18.5333 7.98304 18.5522 8.0053C18.6431 8.00897 18.7347 8.01449 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.40364 12.6549 7.74859 11.8519 8.5239 11.2558C8.49923 11.2653 8.47495 11.2767 8.45129 11.2901L6.31467 12.4979C5.91894 12.7216 5.43452 12.3858 5.53521 11.9575L6.07882 9.64531C6.14804 9.35089 5.93064 9.06536 5.61579 9.0372L3.14321 8.81601C2.68525 8.77504 2.50022 8.23165 2.84548 7.94165L4.70959 6.37592C4.82827 6.27623 4.88761 6.13816 4.88761 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341ZM6.45622 6.00008H14.8773C14.8773 8.20922 12.9922 10.0001 10.6667 10.0001C8.34134 10.0001 6.45622 8.20922 6.45622 6.00008Z\" fill=\"currentColor\"/> <path d=\"M17.1792 13.3334L16.1633 19.4934L18.6667 20.6934L14.2404 29.3334L15.9094 22.3334L13.3334 21.1334L17.1792 13.3334Z\" fill=\"currentColor\"/> <path d=\"M7.33345 29.234C7.01459 29.0294 6.90534 28.5761 7.08944 28.2216L7.51209 27.4078H6.66675C6.29856 27.4078 6.00008 27.076 6.00008 26.6667C6.00008 26.2574 6.29856 25.9256 6.66675 25.9256H7.51208L7.08944 25.1119C6.90534 24.7574 7.01459 24.3041 7.33345 24.0995C7.65232 23.8948 8.06004 24.0163 8.24414 24.3708L8.66679 25.1845L9.08944 24.3708C9.27353 24.0163 9.68126 23.8948 10.0001 24.0995C10.319 24.3041 10.4282 24.7574 10.2441 25.1119L9.82149 25.9256H10.6667C11.0349 25.9256 11.3334 26.2574 11.3334 26.6667C11.3334 27.076 11.0349 27.4078 10.6667 27.4078H9.82148L10.2441 28.2216C10.4282 28.5761 10.319 29.0294 10.0001 29.234C9.68126 29.4387 9.27353 29.3172 9.08944 28.9627L8.66679 28.149L8.24414 28.9627C8.06004 29.3172 7.65232 29.4387 7.33345 29.234Z\" fill=\"currentColor\"/> <path d=\"M22.0001 27.9007C21.6813 27.696 21.572 27.2428 21.7561 26.8883L22.1788 26.0745H21.3334C20.9652 26.0745 20.6667 25.7427 20.6667 25.3334C20.6667 24.9241 20.9652 24.5923 21.3334 24.5923H22.1787L21.7561 23.7785C21.572 23.4241 21.6813 22.9708 22.0001 22.7662C22.319 22.5615 22.7267 22.683 22.9108 23.0374L23.3335 23.8512L23.7561 23.0374C23.9402 22.683 24.3479 22.5615 24.6668 22.7662C24.9856 22.9708 25.0949 23.4241 24.9108 23.7785L24.4882 24.5923H25.3334C25.7016 24.5923 26.0001 24.9241 26.0001 25.3334C26.0001 25.7427 25.7016 26.0745 25.3334 26.0745H24.4881L24.9108 26.8883C25.0949 27.2428 24.9857 27.696 24.6668 27.9007C24.3479 28.1053 23.9402 27.9839 23.7561 27.6294L23.3335 26.8156L22.9108 27.6294C22.7267 27.9839 22.319 28.1053 22.0001 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H16.4459C16.4459 6.13816 16.5052 6.27623 16.6239 6.37592L18.488 7.94165C18.5119 7.96174 18.5333 7.98304 18.5522 8.0053C18.6431 8.00897 18.7347 8.01449 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.40364 12.6549 7.74859 11.8519 8.5239 11.2558C8.49923 11.2653 8.47495 11.2767 8.45129 11.2901L6.31467 12.4979C5.91894 12.7216 5.43452 12.3858 5.53521 11.9575L6.07882 9.64531C6.14804 9.35089 5.93064 9.06536 5.61579 9.0372L3.14321 8.81601C2.68525 8.77504 2.50022 8.23165 2.84548 7.94165L4.70959 6.37592C4.82827 6.27623 4.88761 6.13816 4.88761 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341ZM6.45622 6.00008H14.8773C14.8773 8.20922 12.9922 10.0001 10.6667 10.0001C8.34134 10.0001 6.45622 8.20922 6.45622 6.00008Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1792 13.3334L16.1633 19.4934L18.6667 20.6934L14.2404 29.3334L15.9094 22.3334L13.3334 21.1334L17.1792 13.3334Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.33345 29.234C7.01459 29.0294 6.90534 28.5761 7.08944 28.2216L7.51209 27.4078H6.66675C6.29856 27.4078 6.00008 27.076 6.00008 26.6667C6.00008 26.2574 6.29856 25.9256 6.66675 25.9256H7.51208L7.08944 25.1119C6.90534 24.7574 7.01459 24.3041 7.33345 24.0995C7.65232 23.8948 8.06004 24.0163 8.24414 24.3708L8.66679 25.1845L9.08944 24.3708C9.27353 24.0163 9.68126 23.8948 10.0001 24.0995C10.319 24.3041 10.4282 24.7574 10.2441 25.1119L9.82149 25.9256H10.6667C11.0349 25.9256 11.3334 26.2574 11.3334 26.6667C11.3334 27.076 11.0349 27.4078 10.6667 27.4078H9.82148L10.2441 28.2216C10.4282 28.5761 10.319 29.0294 10.0001 29.234C9.68126 29.4387 9.27353 29.3172 9.08944 28.9627L8.66679 28.149L8.24414 28.9627C8.06004 29.3172 7.65232 29.4387 7.33345 29.234Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22.0001 27.9007C21.6813 27.696 21.572 27.2428 21.7561 26.8883L22.1788 26.0745H21.3334C20.9652 26.0745 20.6667 25.7427 20.6667 25.3334C20.6667 24.9241 20.9652 24.5923 21.3334 24.5923H22.1787L21.7561 23.7785C21.572 23.4241 21.6813 22.9708 22.0001 22.7662C22.319 22.5615 22.7267 22.683 22.9108 23.0374L23.3335 23.8512L23.7561 23.0374C23.9402 22.683 24.3479 22.5615 24.6668 22.7662C24.9856 22.9708 25.0949 23.4241 24.9108 23.7785L24.4882 24.5923H25.3334C25.7016 24.5923 26.0001 24.9241 26.0001 25.3334C26.0001 25.7427 25.7016 26.0745 25.3334 26.0745H24.4881L24.9108 26.8883C25.0949 27.2428 24.9857 27.696 24.6668 27.9007C24.3479 28.1053 23.9402 27.9839 23.7561 27.6294L23.3335 26.8156L22.9108 27.6294C22.7267 27.9839 22.319 28.1053 22.0001 27.9007Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-snow-showers-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightSnowShowersPolartwilight",
          "declaration": {
            "name": "ObiLightningLightSnowShowersPolartwilight",
            "module": "src/icons/icon-lightning-light-snow-showers-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-snow-showers-polartwilight",
          "declaration": {
            "name": "ObiLightningLightSnowShowersPolartwilight",
            "module": "src/icons/icon-lightning-light-snow-showers-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-light-snow.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLightSnow",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4966 13.4933L18.5125 7.33325L14.6667 15.1333L17.2427 16.3333L15.5737 23.3333L20 14.6933L17.4966 13.4933Z\" fill=\"currentColor\"/> <path d=\"M12.4614 7.11736C13.5609 4.78582 15.7936 3.33325 18.2393 3.33325C21.3737 3.33325 24.1293 5.79117 24.6555 9.10942L24.7566 9.74697L25.3793 9.91734C26.8572 10.3217 28 11.7971 28 13.5765C28 15.6987 26.363 17.3333 24.4824 17.3333H20.1457L19.1211 19.3333H24.4824C27.5587 19.3333 30 16.71 30 13.5765C30 11.1904 28.597 9.05046 26.5148 8.19534C25.6239 4.28953 22.2431 1.33325 18.2393 1.33325C15.2594 1.33325 12.5728 2.95032 11.0544 5.50734C10.8432 5.47326 10.6339 5.45799 10.4275 5.45799C8.93646 5.45799 7.63403 6.25968 6.92203 7.48775C5.38205 7.51112 3.95631 8.16348 2.91121 9.31116C1.89911 10.424 1.33337 11.8605 1.33337 13.3769V13.4549L1.33364 13.4664C1.37027 15.059 1.95818 16.5395 3.06133 17.6353C4.09608 18.7254 5.51463 19.3333 7.00788 19.3333H15.1567L15.6336 17.3333H7.00788C6.06001 17.3333 5.16232 16.9481 4.504 16.25L4.49175 16.2371L4.47904 16.2245C3.77303 15.5276 3.36175 14.5558 3.33337 13.4314V13.3769C3.33337 12.3653 3.70873 11.4069 4.39061 10.657C5.08296 9.89685 6.00825 9.4871 7.00789 9.4871C7.20215 9.4871 7.27659 9.48909 7.3672 9.5051L8.1991 9.65211L8.48304 8.85646C8.78596 8.00763 9.54947 7.45799 10.4275 7.45799C10.6813 7.45799 10.9179 7.50177 11.1528 7.60555L12.0452 7.99982L12.4614 7.11736Z\" fill=\"currentColor\"/> <path d=\"M8.00008 27.2338C7.68122 27.0292 7.57197 26.5759 7.75606 26.2215L8.17872 25.4077H7.33337C6.96518 25.4077 6.66671 25.0759 6.66671 24.6666C6.66671 24.2573 6.96518 23.9255 7.33337 23.9255H8.17871L7.75606 23.1117C7.57197 22.7572 7.68122 22.304 8.00008 22.0993C8.31894 21.8947 8.72667 22.0161 8.91076 22.3706L9.33341 23.1844L9.75606 22.3706C9.94016 22.0161 10.3479 21.8947 10.6667 22.0993C10.9856 22.304 11.0949 22.7572 10.9108 23.1117L10.4881 23.9255H11.3334C11.7016 23.9255 12 24.2573 12 24.6666C12 25.0759 11.7016 25.4077 11.3334 25.4077H10.4881L10.9108 26.2215C11.0949 26.5759 10.9856 27.0292 10.6667 27.2338C10.3479 27.4385 9.94016 27.317 9.75606 26.9626L9.33341 26.1488L8.91076 26.9626C8.72667 27.317 8.31894 27.4385 8.00008 27.2338Z\" fill=\"currentColor\"/> <path d=\"M20.6667 26.5672C20.3479 26.3625 20.2386 25.9093 20.4227 25.5548L20.8454 24.741H20C19.6318 24.741 19.3334 24.4092 19.3334 23.9999C19.3334 23.5906 19.6318 23.2588 20 23.2588H20.8454L20.4227 22.445C20.2386 22.0906 20.3479 21.6373 20.6667 21.4327C20.9856 21.228 21.3933 21.3495 21.5774 21.7039L22.0001 22.5177L22.4227 21.7039C22.6068 21.3495 23.0145 21.228 23.3334 21.4327C23.6523 21.6373 23.7615 22.0906 23.5774 22.445L23.1548 23.2588H24C24.3682 23.2588 24.6667 23.5906 24.6667 23.9999C24.6667 24.4092 24.3682 24.741 24 24.741H23.1548L23.5774 25.5548C23.7615 25.9093 23.6523 26.3625 23.3334 26.5672C23.0146 26.7718 22.6068 26.6504 22.4227 26.2959L22.0001 25.4821L21.5774 26.2959C21.3933 26.6504 20.9856 26.7718 20.6667 26.5672Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4966 13.4933L18.5125 7.33325L14.6667 15.1333L17.2427 16.3333L15.5737 23.3333L20 14.6933L17.4966 13.4933Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.4614 7.11736C13.5609 4.78582 15.7936 3.33325 18.2393 3.33325C21.3737 3.33325 24.1293 5.79117 24.6555 9.10942L24.7566 9.74697L25.3793 9.91734C26.8572 10.3217 28 11.7971 28 13.5765C28 15.6987 26.363 17.3333 24.4824 17.3333H20.1457L19.1211 19.3333H24.4824C27.5587 19.3333 30 16.71 30 13.5765C30 11.1904 28.597 9.05046 26.5148 8.19534C25.6239 4.28953 22.2431 1.33325 18.2393 1.33325C15.2594 1.33325 12.5728 2.95032 11.0544 5.50734C10.8432 5.47326 10.6339 5.45799 10.4275 5.45799C8.93646 5.45799 7.63403 6.25968 6.92203 7.48775C5.38205 7.51112 3.95631 8.16348 2.91121 9.31116C1.89911 10.424 1.33337 11.8605 1.33337 13.3769V13.4549L1.33364 13.4664C1.37027 15.059 1.95818 16.5395 3.06133 17.6353C4.09608 18.7254 5.51463 19.3333 7.00788 19.3333H15.1567L15.6336 17.3333H7.00788C6.06001 17.3333 5.16232 16.9481 4.504 16.25L4.49175 16.2371L4.47904 16.2245C3.77303 15.5276 3.36175 14.5558 3.33337 13.4314V13.3769C3.33337 12.3653 3.70873 11.4069 4.39061 10.657C5.08296 9.89685 6.00825 9.4871 7.00789 9.4871C7.20215 9.4871 7.27659 9.48909 7.3672 9.5051L8.1991 9.65211L8.48304 8.85646C8.78596 8.00763 9.54947 7.45799 10.4275 7.45799C10.6813 7.45799 10.9179 7.50177 11.1528 7.60555L12.0452 7.99982L12.4614 7.11736Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.00008 27.2338C7.68122 27.0292 7.57197 26.5759 7.75606 26.2215L8.17872 25.4077H7.33337C6.96518 25.4077 6.66671 25.0759 6.66671 24.6666C6.66671 24.2573 6.96518 23.9255 7.33337 23.9255H8.17871L7.75606 23.1117C7.57197 22.7572 7.68122 22.304 8.00008 22.0993C8.31894 21.8947 8.72667 22.0161 8.91076 22.3706L9.33341 23.1844L9.75606 22.3706C9.94016 22.0161 10.3479 21.8947 10.6667 22.0993C10.9856 22.304 11.0949 22.7572 10.9108 23.1117L10.4881 23.9255H11.3334C11.7016 23.9255 12 24.2573 12 24.6666C12 25.0759 11.7016 25.4077 11.3334 25.4077H10.4881L10.9108 26.2215C11.0949 26.5759 10.9856 27.0292 10.6667 27.2338C10.3479 27.4385 9.94016 27.317 9.75606 26.9626L9.33341 26.1488L8.91076 26.9626C8.72667 27.317 8.31894 27.4385 8.00008 27.2338Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.6667 26.5672C20.3479 26.3625 20.2386 25.9093 20.4227 25.5548L20.8454 24.741H20C19.6318 24.741 19.3334 24.4092 19.3334 23.9999C19.3334 23.5906 19.6318 23.2588 20 23.2588H20.8454L20.4227 22.445C20.2386 22.0906 20.3479 21.6373 20.6667 21.4327C20.9856 21.228 21.3933 21.3495 21.5774 21.7039L22.0001 22.5177L22.4227 21.7039C22.6068 21.3495 23.0145 21.228 23.3334 21.4327C23.6523 21.6373 23.7615 22.0906 23.5774 22.445L23.1548 23.2588H24C24.3682 23.2588 24.6667 23.5906 24.6667 23.9999C24.6667 24.4092 24.3682 24.741 24 24.741H23.1548L23.5774 25.5548C23.7615 25.9093 23.6523 26.3625 23.3334 26.5672C23.0146 26.7718 22.6068 26.6504 22.4227 26.2959L22.0001 25.4821L21.5774 26.2959C21.3933 26.6504 20.9856 26.7718 20.6667 26.5672Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-light-snow",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLightSnow",
          "declaration": {
            "name": "ObiLightningLightSnow",
            "module": "src/icons/icon-lightning-light-snow.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-light-snow",
          "declaration": {
            "name": "ObiLightningLightSnow",
            "module": "src/icons/icon-lightning-light-snow.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-ligth-sleet-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLigthSleetColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4966 13.4933L18.5124 7.33325L14.6666 15.1333L17.2426 16.3333L15.5737 23.3333L20 14.6933L17.4966 13.4933Z\" fill=\"currentColor\"/> <path d=\"M12.4614 7.11736C13.5609 4.78582 15.7936 3.33325 18.2393 3.33325C21.3737 3.33325 24.1293 5.79117 24.6555 9.10942L24.7566 9.74697L25.3793 9.91734C26.8572 10.3217 28 11.7971 28 13.5765C28 15.6987 26.363 17.3333 24.4824 17.3333H20.1457L21.1867 15.3012C21.3507 14.9811 21.3784 14.6082 21.2635 14.2673C21.1486 13.9264 20.9008 13.6465 20.5764 13.491L18.975 12.7233L19.8281 7.55025C19.9356 6.89826 19.5494 6.26588 18.9202 6.06382C18.2911 5.86176 17.6089 6.15099 17.3166 6.74366L13.4708 14.5437C13.3122 14.8654 13.2899 15.2375 13.409 15.5759C13.5281 15.9143 13.7785 16.1904 14.1037 16.3419L15.6933 17.0825L15.6336 17.3333H7.00788C6.06001 17.3333 5.16232 16.9481 4.504 16.25L4.49175 16.2371L4.47904 16.2245C3.77303 15.5276 3.36175 14.5558 3.33337 13.4314V13.3769C3.33337 12.3653 3.70873 11.4069 4.39061 10.657C5.08296 9.89685 6.00825 9.4871 7.00789 9.4871C7.20215 9.4871 7.27659 9.48909 7.3672 9.5051L8.1991 9.65211L8.48304 8.85646C8.78596 8.00763 9.54947 7.45799 10.4275 7.45799C10.6813 7.45799 10.9179 7.50176 11.1528 7.60555L12.0452 7.99982L12.4614 7.11736Z\" fill=\"currentColor\"/> <path d=\"M12.4614 7.11736C13.5609 4.78582 15.7936 3.33325 18.2393 3.33325C21.3737 3.33325 24.1293 5.79117 24.6555 9.10942L24.7566 9.74697L25.3793 9.91734C26.8572 10.3217 28 11.7971 28 13.5765C28 15.6987 26.363 17.3333 24.4824 17.3333H20.1457L19.1211 19.3333H24.4824C27.5587 19.3333 30 16.71 30 13.5765C30 11.1904 28.597 9.05046 26.5148 8.19534C25.6239 4.28953 22.2431 1.33325 18.2393 1.33325C15.2594 1.33325 12.5728 2.95032 11.0544 5.50734C10.8432 5.47326 10.6339 5.45799 10.4275 5.45799C8.93646 5.45799 7.63403 6.25968 6.92203 7.48775C5.38205 7.51112 3.95631 8.16348 2.91121 9.31116C1.89911 10.424 1.33337 11.8605 1.33337 13.3769V13.4549L1.33364 13.4664C1.37027 15.059 1.95818 16.5395 3.06133 17.6353C4.09608 18.7254 5.51463 19.3333 7.00788 19.3333H15.1567L15.6336 17.3333H7.00788C6.06001 17.3333 5.16232 16.9481 4.504 16.25L4.49175 16.2371L4.47904 16.2245C3.77303 15.5276 3.36175 14.5558 3.33337 13.4314V13.3769C3.33337 12.3653 3.70873 11.4069 4.39061 10.657C5.08296 9.89685 6.00825 9.4871 7.00789 9.4871C7.20215 9.4871 7.27659 9.48909 7.3672 9.5051L8.1991 9.65211L8.48304 8.85646C8.78596 8.00763 9.54947 7.45799 10.4275 7.45799C10.6813 7.45799 10.9179 7.50177 11.1528 7.60555L12.0452 7.99982L12.4614 7.11736Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5448 22.0036C22.8154 21.4173 23.4546 21.1975 24.0231 21.4162L24.0333 21.4201L24.0431 21.4247C24.6295 21.6953 24.8492 22.3344 24.6306 22.903L24.6251 22.9171L23.5068 25.4724C23.32 25.9331 22.8979 26.1567 22.4634 26.1567C22.3125 26.1567 22.1433 26.1106 22.038 26.0755L22.0205 26.0697L22.0038 26.062C21.4174 25.7913 21.1977 25.1522 21.4163 24.5837L21.4217 24.5696L22.5448 22.0036Z\" fill=\"currentColor\"/> <path d=\"M6.66675 26.5672C6.34788 26.3625 6.23863 25.9093 6.42273 25.5548L6.84538 24.741H6.00004C5.63185 24.741 5.33337 24.4092 5.33337 23.9999C5.33337 23.5906 5.63185 23.2588 6.00004 23.2588H6.84538L6.42273 22.445C6.23863 22.0906 6.34788 21.6373 6.66675 21.4327C6.98561 21.228 7.39333 21.3495 7.57743 21.7039L8.00008 22.5177L8.42273 21.7039C8.60682 21.3495 9.01455 21.228 9.33341 21.4327C9.65228 21.6373 9.76153 22.0906 9.57743 22.445L9.15478 23.2588H10C10.3682 23.2588 10.6667 23.5906 10.6667 23.9999C10.6667 24.4092 10.3682 24.741 10 24.741H9.15478L9.57743 25.5548C9.76153 25.9093 9.65228 26.3625 9.33341 26.5672C9.01455 26.7718 8.60682 26.6504 8.42273 26.2959L8.00008 25.4821L7.57743 26.2959C7.39334 26.6504 6.98561 26.7718 6.66675 26.5672Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4966 13.4933L18.5124 7.33325L14.6666 15.1333L17.2426 16.3333L15.5737 23.3333L20 14.6933L17.4966 13.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M12.4614 7.11736C13.5609 4.78582 15.7936 3.33325 18.2393 3.33325C21.3737 3.33325 24.1293 5.79117 24.6555 9.10942L24.7566 9.74697L25.3793 9.91734C26.8572 10.3217 28 11.7971 28 13.5765C28 15.6987 26.363 17.3333 24.4824 17.3333H20.1457L21.1867 15.3012C21.3507 14.9811 21.3784 14.6082 21.2635 14.2673C21.1486 13.9264 20.9008 13.6465 20.5764 13.491L18.975 12.7233L19.8281 7.55025C19.9356 6.89826 19.5494 6.26588 18.9202 6.06382C18.2911 5.86176 17.6089 6.15099 17.3166 6.74366L13.4708 14.5437C13.3122 14.8654 13.2899 15.2375 13.409 15.5759C13.5281 15.9143 13.7785 16.1904 14.1037 16.3419L15.6933 17.0825L15.6336 17.3333H7.00788C6.06001 17.3333 5.16232 16.9481 4.504 16.25L4.49175 16.2371L4.47904 16.2245C3.77303 15.5276 3.36175 14.5558 3.33337 13.4314V13.3769C3.33337 12.3653 3.70873 11.4069 4.39061 10.657C5.08296 9.89685 6.00825 9.4871 7.00789 9.4871C7.20215 9.4871 7.27659 9.48909 7.3672 9.5051L8.1991 9.65211L8.48304 8.85646C8.78596 8.00763 9.54947 7.45799 10.4275 7.45799C10.6813 7.45799 10.9179 7.50176 11.1528 7.60555L12.0452 7.99982L12.4614 7.11736Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path d=\"M12.4614 7.11736C13.5609 4.78582 15.7936 3.33325 18.2393 3.33325C21.3737 3.33325 24.1293 5.79117 24.6555 9.10942L24.7566 9.74697L25.3793 9.91734C26.8572 10.3217 28 11.7971 28 13.5765C28 15.6987 26.363 17.3333 24.4824 17.3333H20.1457L19.1211 19.3333H24.4824C27.5587 19.3333 30 16.71 30 13.5765C30 11.1904 28.597 9.05046 26.5148 8.19534C25.6239 4.28953 22.2431 1.33325 18.2393 1.33325C15.2594 1.33325 12.5728 2.95032 11.0544 5.50734C10.8432 5.47326 10.6339 5.45799 10.4275 5.45799C8.93646 5.45799 7.63403 6.25968 6.92203 7.48775C5.38205 7.51112 3.95631 8.16348 2.91121 9.31116C1.89911 10.424 1.33337 11.8605 1.33337 13.3769V13.4549L1.33364 13.4664C1.37027 15.059 1.95818 16.5395 3.06133 17.6353C4.09608 18.7254 5.51463 19.3333 7.00788 19.3333H15.1567L15.6336 17.3333H7.00788C6.06001 17.3333 5.16232 16.9481 4.504 16.25L4.49175 16.2371L4.47904 16.2245C3.77303 15.5276 3.36175 14.5558 3.33337 13.4314V13.3769C3.33337 12.3653 3.70873 11.4069 4.39061 10.657C5.08296 9.89685 6.00825 9.4871 7.00789 9.4871C7.20215 9.4871 7.27659 9.48909 7.3672 9.5051L8.1991 9.65211L8.48304 8.85646C8.78596 8.00763 9.54947 7.45799 10.4275 7.45799C10.6813 7.45799 10.9179 7.50177 11.1528 7.60555L12.0452 7.99982L12.4614 7.11736Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5448 22.0036C22.8154 21.4173 23.4546 21.1975 24.0231 21.4162L24.0333 21.4201L24.0431 21.4247C24.6295 21.6953 24.8492 22.3344 24.6306 22.903L24.6251 22.9171L23.5068 25.4724C23.32 25.9331 22.8979 26.1567 22.4634 26.1567C22.3125 26.1567 22.1433 26.1106 22.038 26.0755L22.0205 26.0697L22.0038 26.062C21.4174 25.7913 21.1977 25.1522 21.4163 24.5837L21.4217 24.5696L22.5448 22.0036Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M6.66675 26.5672C6.34788 26.3625 6.23863 25.9093 6.42273 25.5548L6.84538 24.741H6.00004C5.63185 24.741 5.33337 24.4092 5.33337 23.9999C5.33337 23.5906 5.63185 23.2588 6.00004 23.2588H6.84538L6.42273 22.445C6.23863 22.0906 6.34788 21.6373 6.66675 21.4327C6.98561 21.228 7.39333 21.3495 7.57743 21.7039L8.00008 22.5177L8.42273 21.7039C8.60682 21.3495 9.01455 21.228 9.33341 21.4327C9.65228 21.6373 9.76153 22.0906 9.57743 22.445L9.15478 23.2588H10C10.3682 23.2588 10.6667 23.5906 10.6667 23.9999C10.6667 24.4092 10.3682 24.741 10 24.741H9.15478L9.57743 25.5548C9.76153 25.9093 9.65228 26.3625 9.33341 26.5672C9.01455 26.7718 8.60682 26.6504 8.42273 26.2959L8.00008 25.4821L7.57743 26.2959C7.39334 26.6504 6.98561 26.7718 6.66675 26.5672Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-ligth-sleet-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLigthSleetColour",
          "declaration": {
            "name": "ObiLightningLigthSleetColour",
            "module": "src/icons/icon-lightning-ligth-sleet-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-ligth-sleet-colour",
          "declaration": {
            "name": "ObiLightningLigthSleetColour",
            "module": "src/icons/icon-lightning-ligth-sleet-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-ligth-sleet.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningLigthSleet",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4966 13.4933L18.5125 7.33325L14.6667 15.1333L17.2427 16.3333L15.5737 23.3333L20 14.6933L17.4966 13.4933Z\" fill=\"currentColor\"/> <path d=\"M12.4614 7.11736C13.5609 4.78582 15.7936 3.33325 18.2393 3.33325C21.3737 3.33325 24.1293 5.79117 24.6555 9.10942L24.7566 9.74697L25.3793 9.91734C26.8572 10.3217 28 11.7971 28 13.5765C28 15.6987 26.363 17.3333 24.4824 17.3333H20.1457L19.1211 19.3333H24.4824C27.5587 19.3333 30 16.71 30 13.5765C30 11.1904 28.597 9.05046 26.5148 8.19534C25.6239 4.28953 22.2431 1.33325 18.2393 1.33325C15.2594 1.33325 12.5728 2.95032 11.0544 5.50734C10.8432 5.47326 10.6339 5.45799 10.4275 5.45799C8.93646 5.45799 7.63403 6.25968 6.92203 7.48775C5.38205 7.51112 3.95631 8.16348 2.91121 9.31116C1.89911 10.424 1.33337 11.8605 1.33337 13.3769V13.4549L1.33364 13.4664C1.37027 15.059 1.95818 16.5395 3.06133 17.6353C4.09608 18.7254 5.51463 19.3333 7.00788 19.3333H15.1567L15.6336 17.3333H7.00788C6.06001 17.3333 5.16232 16.9481 4.504 16.25L4.49175 16.2371L4.47904 16.2245C3.77303 15.5276 3.36175 14.5558 3.33337 13.4314V13.3769C3.33337 12.3653 3.70873 11.4069 4.39061 10.657C5.08296 9.89685 6.00825 9.4871 7.00789 9.4871C7.20215 9.4871 7.27659 9.48909 7.3672 9.5051L8.1991 9.65211L8.48304 8.85646C8.78596 8.00763 9.54947 7.45799 10.4275 7.45799C10.6813 7.45799 10.9179 7.50177 11.1528 7.60555L12.0452 7.99982L12.4614 7.11736Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5448 22.0036C22.8154 21.4173 23.4546 21.1975 24.0231 21.4162L24.0333 21.4201L24.0431 21.4247C24.6295 21.6953 24.8492 22.3344 24.6306 22.903L24.6251 22.9171L23.5068 25.4724C23.32 25.9331 22.8979 26.1567 22.4634 26.1567C22.3125 26.1567 22.1433 26.1106 22.038 26.0755L22.0205 26.0697L22.0038 26.062C21.4174 25.7913 21.1977 25.1522 21.4163 24.5837L21.4217 24.5696L22.5448 22.0036Z\" fill=\"currentColor\"/> <path d=\"M6.66675 26.5672C6.34788 26.3625 6.23863 25.9093 6.42273 25.5548L6.84538 24.741H6.00004C5.63185 24.741 5.33337 24.4092 5.33337 23.9999C5.33337 23.5906 5.63185 23.2588 6.00004 23.2588H6.84537L6.42273 22.445C6.23863 22.0906 6.34788 21.6373 6.66675 21.4327C6.98561 21.228 7.39333 21.3495 7.57743 21.7039L8.00008 22.5177L8.42273 21.7039C8.60682 21.3495 9.01455 21.228 9.33341 21.4327C9.65227 21.6373 9.76152 22.0906 9.57743 22.445L9.15478 23.2588H10C10.3682 23.2588 10.6667 23.5906 10.6667 23.9999C10.6667 24.4092 10.3682 24.741 10 24.741H9.15478L9.57743 25.5548C9.76152 25.9093 9.65227 26.3625 9.33341 26.5672C9.01455 26.7718 8.60682 26.6504 8.42273 26.2959L8.00008 25.4821L7.57743 26.2959C7.39333 26.6504 6.98561 26.7718 6.66675 26.5672Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4966 13.4933L18.5125 7.33325L14.6667 15.1333L17.2427 16.3333L15.5737 23.3333L20 14.6933L17.4966 13.4933Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.4614 7.11736C13.5609 4.78582 15.7936 3.33325 18.2393 3.33325C21.3737 3.33325 24.1293 5.79117 24.6555 9.10942L24.7566 9.74697L25.3793 9.91734C26.8572 10.3217 28 11.7971 28 13.5765C28 15.6987 26.363 17.3333 24.4824 17.3333H20.1457L19.1211 19.3333H24.4824C27.5587 19.3333 30 16.71 30 13.5765C30 11.1904 28.597 9.05046 26.5148 8.19534C25.6239 4.28953 22.2431 1.33325 18.2393 1.33325C15.2594 1.33325 12.5728 2.95032 11.0544 5.50734C10.8432 5.47326 10.6339 5.45799 10.4275 5.45799C8.93646 5.45799 7.63403 6.25968 6.92203 7.48775C5.38205 7.51112 3.95631 8.16348 2.91121 9.31116C1.89911 10.424 1.33337 11.8605 1.33337 13.3769V13.4549L1.33364 13.4664C1.37027 15.059 1.95818 16.5395 3.06133 17.6353C4.09608 18.7254 5.51463 19.3333 7.00788 19.3333H15.1567L15.6336 17.3333H7.00788C6.06001 17.3333 5.16232 16.9481 4.504 16.25L4.49175 16.2371L4.47904 16.2245C3.77303 15.5276 3.36175 14.5558 3.33337 13.4314V13.3769C3.33337 12.3653 3.70873 11.4069 4.39061 10.657C5.08296 9.89685 6.00825 9.4871 7.00789 9.4871C7.20215 9.4871 7.27659 9.48909 7.3672 9.5051L8.1991 9.65211L8.48304 8.85646C8.78596 8.00763 9.54947 7.45799 10.4275 7.45799C10.6813 7.45799 10.9179 7.50177 11.1528 7.60555L12.0452 7.99982L12.4614 7.11736Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5448 22.0036C22.8154 21.4173 23.4546 21.1975 24.0231 21.4162L24.0333 21.4201L24.0431 21.4247C24.6295 21.6953 24.8492 22.3344 24.6306 22.903L24.6251 22.9171L23.5068 25.4724C23.32 25.9331 22.8979 26.1567 22.4634 26.1567C22.3125 26.1567 22.1433 26.1106 22.038 26.0755L22.0205 26.0697L22.0038 26.062C21.4174 25.7913 21.1977 25.1522 21.4163 24.5837L21.4217 24.5696L22.5448 22.0036Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.66675 26.5672C6.34788 26.3625 6.23863 25.9093 6.42273 25.5548L6.84538 24.741H6.00004C5.63185 24.741 5.33337 24.4092 5.33337 23.9999C5.33337 23.5906 5.63185 23.2588 6.00004 23.2588H6.84537L6.42273 22.445C6.23863 22.0906 6.34788 21.6373 6.66675 21.4327C6.98561 21.228 7.39333 21.3495 7.57743 21.7039L8.00008 22.5177L8.42273 21.7039C8.60682 21.3495 9.01455 21.228 9.33341 21.4327C9.65227 21.6373 9.76152 22.0906 9.57743 22.445L9.15478 23.2588H10C10.3682 23.2588 10.6667 23.5906 10.6667 23.9999C10.6667 24.4092 10.3682 24.741 10 24.741H9.15478L9.57743 25.5548C9.76152 25.9093 9.65227 26.3625 9.33341 26.5672C9.01455 26.7718 8.60682 26.6504 8.42273 26.2959L8.00008 25.4821L7.57743 26.2959C7.39333 26.6504 6.98561 26.7718 6.66675 26.5672Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-ligth-sleet",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningLigthSleet",
          "declaration": {
            "name": "ObiLightningLigthSleet",
            "module": "src/icons/icon-lightning-ligth-sleet.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-ligth-sleet",
          "declaration": {
            "name": "ObiLightningLigthSleet",
            "module": "src/icons/icon-lightning-ligth-sleet.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-rain-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningRainColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4969 13.493L18.5128 7.33301L14.667 15.133L17.243 16.333L15.574 23.333L20.0003 14.693L17.4969 13.493Z\" fill=\"currentColor\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L21.1866 15.3012C21.3506 14.9811 21.3783 14.6082 21.2634 14.2673C21.1484 13.9264 20.9006 13.6465 20.5763 13.491L18.9748 12.7233L19.828 7.55025C19.9355 6.89826 19.5492 6.26588 18.9201 6.06382C18.291 5.86176 17.6087 6.15099 17.3165 6.74366L13.4707 14.5437C13.3121 14.8654 13.2898 15.2375 13.4089 15.5759C13.528 15.9143 13.7784 16.1904 14.1036 16.3419L15.6932 17.0825L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08284 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50176 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" fill=\"currentColor\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 23.337C9.48204 22.7506 10.1212 22.5309 10.6897 22.7495L10.6999 22.7534L10.7098 22.758C11.2961 23.0286 11.5159 23.6678 11.2972 24.2363L11.2918 24.2504L10.1734 26.8058C9.9866 27.2664 9.56455 27.49 9.13007 27.49C8.97914 27.49 8.80989 27.444 8.70466 27.4089L8.68714 27.403L8.67038 27.3953C8.08402 27.1247 7.86428 26.4855 8.08295 25.917L8.08837 25.9029L9.21141 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2114 22.0036C25.482 21.4173 26.1212 21.1975 26.6897 21.4162L26.6999 21.4201L26.7098 21.4247C27.2961 21.6953 27.5159 22.3344 27.2972 22.903L27.2918 22.9171L26.1734 25.4724C25.9866 25.9331 25.5646 26.1567 25.1301 26.1567C24.9791 26.1567 24.8099 26.1106 24.7047 26.0755L24.6871 26.0697L24.6704 26.062C24.084 25.7913 23.8643 25.1522 24.083 24.5837L24.0884 24.5696L25.2114 22.0036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.337C18.8154 22.7506 19.4545 22.5309 20.0231 22.7495L20.0332 22.7534L20.0431 22.758C20.6294 23.0286 20.8492 23.6678 20.6305 24.2363L20.6251 24.2504L19.5067 26.8058C19.3199 27.2664 18.8979 27.49 18.4634 27.49C18.3125 27.49 18.1432 27.444 18.038 27.4089L18.0205 27.403L18.0037 27.3953C17.4174 27.1247 17.1976 26.4855 17.4163 25.917L17.4217 25.9029L18.5447 23.337Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4969 13.493L18.5128 7.33301L14.667 15.133L17.243 16.333L15.574 23.333L20.0003 14.693L17.4969 13.493Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L21.1866 15.3012C21.3506 14.9811 21.3783 14.6082 21.2634 14.2673C21.1484 13.9264 20.9006 13.6465 20.5763 13.491L18.9748 12.7233L19.828 7.55025C19.9355 6.89826 19.5492 6.26588 18.9201 6.06382C18.291 5.86176 17.6087 6.15099 17.3165 6.74366L13.4707 14.5437C13.3121 14.8654 13.2898 15.2375 13.4089 15.5759C13.528 15.9143 13.7784 16.1904 14.1036 16.3419L15.6932 17.0825L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08284 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50176 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 23.337C9.48204 22.7506 10.1212 22.5309 10.6897 22.7495L10.6999 22.7534L10.7098 22.758C11.2961 23.0286 11.5159 23.6678 11.2972 24.2363L11.2918 24.2504L10.1734 26.8058C9.9866 27.2664 9.56455 27.49 9.13007 27.49C8.97914 27.49 8.80989 27.444 8.70466 27.4089L8.68714 27.403L8.67038 27.3953C8.08402 27.1247 7.86428 26.4855 8.08295 25.917L8.08837 25.9029L9.21141 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2114 22.0036C25.482 21.4173 26.1212 21.1975 26.6897 21.4162L26.6999 21.4201L26.7098 21.4247C27.2961 21.6953 27.5159 22.3344 27.2972 22.903L27.2918 22.9171L26.1734 25.4724C25.9866 25.9331 25.5646 26.1567 25.1301 26.1567C24.9791 26.1567 24.8099 26.1106 24.7047 26.0755L24.6871 26.0697L24.6704 26.062C24.084 25.7913 23.8643 25.1522 24.083 24.5837L24.0884 24.5696L25.2114 22.0036Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.337C18.8154 22.7506 19.4545 22.5309 20.0231 22.7495L20.0332 22.7534L20.0431 22.758C20.6294 23.0286 20.8492 23.6678 20.6305 24.2363L20.6251 24.2504L19.5067 26.8058C19.3199 27.2664 18.8979 27.49 18.4634 27.49C18.3125 27.49 18.1432 27.444 18.038 27.4089L18.0205 27.403L18.0037 27.3953C17.4174 27.1247 17.1976 26.4855 17.4163 25.917L17.4217 25.9029L18.5447 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-rain-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningRainColour",
          "declaration": {
            "name": "ObiLightningRainColour",
            "module": "src/icons/icon-lightning-rain-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-rain-colour",
          "declaration": {
            "name": "ObiLightningRainColour",
            "module": "src/icons/icon-lightning-rain-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-rain-showers-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningRainShowersDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" fill=\"currentColor\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1633 19.4933L17.1792 13.3333L13.3334 21.1333L15.9093 22.3333L14.2404 29.3333L18.6667 20.6933L16.1633 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3333 17.3488C27.4497 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6666 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0854 13.2031 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 11.999 13.014 11.1362 12.6646C10.7796 12.5203 10.3898 12.4872 9.99996 12.6822C9.66663 12.8488 9.45829 13.0988 9.33329 13.3801C8.95829 14.2238 9.33329 15.3488 9.33329 15.3488H6.66663C5.33329 15.3488 4.66663 16.2442 4.66663 17.3488C4.66663 18.4534 5.56206 19.3488 6.66663 19.3488H12.7266L12.1374 20.5438C12.0137 20.7948 11.9729 21.0764 12.0175 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0173 20.9812 20.045 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33329 15.3487C9.33329 15.3487 8.66663 13.3487 9.99996 12.6821C11.3333 12.0154 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 14.8855 9.71116 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L17.6415 18.7234L18.4947 13.5503C18.6022 12.8983 18.2159 12.266 17.5868 12.0639C16.9577 11.8618 16.2754 12.1511 15.9832 12.7437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0036C9.48204 25.4173 10.1212 25.1975 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3344 11.2972 26.903L11.2918 26.9171L10.1734 29.4724C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1106 8.70466 30.0755L8.68714 30.0697L8.67038 30.062C8.08402 29.7913 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 24.6704C20.1487 24.084 20.7878 23.8643 21.3564 24.0829L21.3665 24.0869L21.3764 24.0914C21.9627 24.362 22.1825 25.0012 21.9638 25.5697L21.9584 25.5838L20.84 28.1392C20.6532 28.5999 20.2312 28.8234 19.7967 28.8234C19.6458 28.8234 19.4765 28.7774 19.3713 28.7423L19.3538 28.7365L19.337 28.7287C18.7507 28.4581 18.5309 27.819 18.7496 27.2504L18.755 27.2363L19.878 24.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5448 23.3371C24.8154 22.7508 25.4546 22.531 26.0231 22.7497L26.0333 22.7536L26.0431 22.7582C26.6295 23.0288 26.8492 23.6679 26.6306 24.2365L26.6251 24.2506L25.5068 26.8059C25.32 27.2666 24.8979 27.4901 24.4634 27.4901C24.3125 27.4901 24.1433 27.4441 24.038 27.409L24.0205 27.4032L24.0038 27.3955C23.4174 27.1248 23.1977 26.4857 23.4163 25.9172L23.4217 25.9031L24.5448 23.3371Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1633 19.4933L17.1792 13.3333L13.3334 21.1333L15.9093 22.3333L14.2404 29.3333L18.6667 20.6933L16.1633 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3333 17.3488C27.4497 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6666 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0854 13.2031 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 11.999 13.014 11.1362 12.6646C10.7796 12.5203 10.3898 12.4872 9.99996 12.6822C9.66663 12.8488 9.45829 13.0988 9.33329 13.3801C8.95829 14.2238 9.33329 15.3488 9.33329 15.3488H6.66663C5.33329 15.3488 4.66663 16.2442 4.66663 17.3488C4.66663 18.4534 5.56206 19.3488 6.66663 19.3488H12.7266L12.1374 20.5438C12.0137 20.7948 11.9729 21.0764 12.0175 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0173 20.9812 20.045 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path d=\"M9.33329 15.3487C9.33329 15.3487 8.66663 13.3487 9.99996 12.6821C11.3333 12.0154 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 14.8855 9.71116 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L17.6415 18.7234L18.4947 13.5503C18.6022 12.8983 18.2159 12.266 17.5868 12.0639C16.9577 11.8618 16.2754 12.1511 15.9832 12.7437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0036C9.48204 25.4173 10.1212 25.1975 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3344 11.2972 26.903L11.2918 26.9171L10.1734 29.4724C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1106 8.70466 30.0755L8.68714 30.0697L8.67038 30.062C8.08402 29.7913 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0036Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 24.6704C20.1487 24.084 20.7878 23.8643 21.3564 24.0829L21.3665 24.0869L21.3764 24.0914C21.9627 24.362 22.1825 25.0012 21.9638 25.5697L21.9584 25.5838L20.84 28.1392C20.6532 28.5999 20.2312 28.8234 19.7967 28.8234C19.6458 28.8234 19.4765 28.7774 19.3713 28.7423L19.3538 28.7365L19.337 28.7287C18.7507 28.4581 18.5309 27.819 18.7496 27.2504L18.755 27.2363L19.878 24.6704Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5448 23.3371C24.8154 22.7508 25.4546 22.531 26.0231 22.7497L26.0333 22.7536L26.0431 22.7582C26.6295 23.0288 26.8492 23.6679 26.6306 24.2365L26.6251 24.2506L25.5068 26.8059C25.32 27.2666 24.8979 27.4901 24.4634 27.4901C24.3125 27.4901 24.1433 27.4441 24.038 27.409L24.0205 27.4032L24.0038 27.3955C23.4174 27.1248 23.1977 26.4857 23.4163 25.9172L23.4217 25.9031L24.5448 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-rain-showers-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningRainShowersDayColour",
          "declaration": {
            "name": "ObiLightningRainShowersDayColour",
            "module": "src/icons/icon-lightning-rain-showers-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-rain-showers-day-colour",
          "declaration": {
            "name": "ObiLightningRainShowersDayColour",
            "module": "src/icons/icon-lightning-rain-showers-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-rain-showers-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningRainShowersDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93387 4.00639C9.83981 4.29555 9.50221 4.44272 9.21485 4.31985L6.9581 3.35492C6.54012 3.1762 6.09568 3.5634 6.24296 3.97794L7.03817 6.21614C7.13943 6.50114 6.95483 6.8089 6.64501 6.8716L4.21188 7.36403C3.76123 7.45524 3.63723 8.01571 4.01236 8.26588L6.03773 9.61656C6.29563 9.78855 6.33454 10.1393 6.1206 10.3637L4.44046 12.1254C4.12928 12.4516 4.37309 12.9713 4.83277 12.9616L7.31467 12.9088C7.33529 12.9084 7.35561 12.9091 7.37559 12.9108C7.32722 13.0596 7.2893 13.2064 7.25983 13.3487H6.66663C5.52695 13.3487 4.46207 13.7473 3.69549 14.5796C2.95372 15.385 2.66663 16.4054 2.66663 17.3487C2.66663 19.5579 4.45749 21.3487 6.66662 21.3487H12.0175C11.9729 21.0764 12.0137 20.7947 12.1374 20.5437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.38C9.45829 13.0987 9.66663 12.8487 9.99996 12.6821C10.3898 12.4871 10.7796 12.5202 11.1362 12.6646C11.999 13.014 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1453 16.5282 9.84334 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.4501 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9265 19.9301 20.2674C20.045 20.6083 20.0173 20.9811 19.8533 21.3013L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.5021C29.4242 16.2439 28.733 15.3588 28.1495 14.8676C27.5831 14.3908 26.9122 14.0916 26.3986 13.9033C26.1852 13.8251 25.9743 13.7573 25.774 13.6989C25.645 13.1746 25.4389 12.5559 25.107 11.9189C24.1524 10.0866 22.242 8.29662 18.827 8.02185C18.6026 8.00379 18.3829 7.99706 18.1679 8.00058L19.5596 6.54135C19.8707 6.21506 19.6269 5.69538 19.1672 5.70515L16.6853 5.75791C16.3693 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4963 2.40973 15.9778 2.12935 15.6092 2.39533L13.6188 3.83136C13.3653 4.01422 13.0037 3.9446 12.8485 3.68309L11.6302 1.62937ZM9.10553 10.8932C8.81849 11.0367 8.57294 11.2042 8.36309 11.3875C8.07206 10.9161 7.8796 10.3786 7.81515 9.79755C7.5716 7.60187 9.24779 5.6141 11.559 5.35774C13.6897 5.1214 15.6162 6.43897 16.0951 8.36647C14.6977 8.8461 13.5967 9.71689 12.8272 10.4944C12.6503 10.6732 12.4855 10.8521 12.333 11.0276C11.5414 10.5915 10.3817 10.2551 9.10553 10.8932Z\" fill=\"currentColor\"/> <path d=\"M17.1791 13.3333L16.1632 19.4933L18.6666 20.6933L14.2403 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21137 26.0037C9.482 25.4174 10.1211 25.1976 10.6897 25.4163L10.6998 25.4202L10.7097 25.4247C11.2961 25.6954 11.5158 26.3345 11.2971 26.9031L11.2917 26.9171L10.1734 29.4725C9.98656 29.9332 9.56451 30.1567 9.13002 30.1567C8.9791 30.1567 8.80985 30.1107 8.70462 30.0756L8.6871 30.0698L8.67034 30.0621C8.08398 29.7914 7.86424 29.1523 8.08291 28.5837L8.08833 28.5697L9.21137 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 24.6704C20.1487 24.084 20.7878 23.8643 21.3564 24.0829L21.3665 24.0869L21.3764 24.0914C21.9627 24.362 22.1825 25.0012 21.9638 25.5697L21.9584 25.5838L20.84 28.1392C20.6532 28.5999 20.2312 28.8234 19.7967 28.8234C19.6458 28.8234 19.4765 28.7774 19.3713 28.7423L19.3538 28.7365L19.337 28.7287C18.7507 28.4581 18.5309 27.8189 18.7496 27.2504L18.755 27.2363L19.878 24.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 23.337C24.8153 22.7507 25.4545 22.5309 26.023 22.7496L26.0332 22.7535L26.043 22.7581C26.6294 23.0287 26.8491 23.6678 26.6305 24.2364L26.6251 24.2505L25.5067 26.8059C25.3199 27.2665 24.8978 27.4901 24.4634 27.4901C24.3124 27.4901 24.1432 27.444 24.0379 27.409L24.0204 27.4031L24.0037 27.3954C23.4173 27.1248 23.1976 26.4856 23.4162 25.9171L23.4217 25.903L24.5447 23.337Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93387 4.00639C9.83981 4.29555 9.50221 4.44272 9.21485 4.31985L6.9581 3.35492C6.54012 3.1762 6.09568 3.5634 6.24296 3.97794L7.03817 6.21614C7.13943 6.50114 6.95483 6.8089 6.64501 6.8716L4.21188 7.36403C3.76123 7.45524 3.63723 8.01571 4.01236 8.26588L6.03773 9.61656C6.29563 9.78855 6.33454 10.1393 6.1206 10.3637L4.44046 12.1254C4.12928 12.4516 4.37309 12.9713 4.83277 12.9616L7.31467 12.9088C7.33529 12.9084 7.35561 12.9091 7.37559 12.9108C7.32722 13.0596 7.2893 13.2064 7.25983 13.3487H6.66663C5.52695 13.3487 4.46207 13.7473 3.69549 14.5796C2.95372 15.385 2.66663 16.4054 2.66663 17.3487C2.66663 19.5579 4.45749 21.3487 6.66662 21.3487H12.0175C11.9729 21.0764 12.0137 20.7947 12.1374 20.5437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.38C9.45829 13.0987 9.66663 12.8487 9.99996 12.6821C10.3898 12.4871 10.7796 12.5202 11.1362 12.6646C11.999 13.014 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1453 16.5282 9.84334 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.4501 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9265 19.9301 20.2674C20.045 20.6083 20.0173 20.9811 19.8533 21.3013L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.5021C29.4242 16.2439 28.733 15.3588 28.1495 14.8676C27.5831 14.3908 26.9122 14.0916 26.3986 13.9033C26.1852 13.8251 25.9743 13.7573 25.774 13.6989C25.645 13.1746 25.4389 12.5559 25.107 11.9189C24.1524 10.0866 22.242 8.29662 18.827 8.02185C18.6026 8.00379 18.3829 7.99706 18.1679 8.00058L19.5596 6.54135C19.8707 6.21506 19.6269 5.69538 19.1672 5.70515L16.6853 5.75791C16.3693 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4963 2.40973 15.9778 2.12935 15.6092 2.39533L13.6188 3.83136C13.3653 4.01422 13.0037 3.9446 12.8485 3.68309L11.6302 1.62937ZM9.10553 10.8932C8.81849 11.0367 8.57294 11.2042 8.36309 11.3875C8.07206 10.9161 7.8796 10.3786 7.81515 9.79755C7.5716 7.60187 9.24779 5.6141 11.559 5.35774C13.6897 5.1214 15.6162 6.43897 16.0951 8.36647C14.6977 8.8461 13.5967 9.71689 12.8272 10.4944C12.6503 10.6732 12.4855 10.8521 12.333 11.0276C11.5414 10.5915 10.3817 10.2551 9.10553 10.8932Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1791 13.3333L16.1632 19.4933L18.6666 20.6933L14.2403 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21137 26.0037C9.482 25.4174 10.1211 25.1976 10.6897 25.4163L10.6998 25.4202L10.7097 25.4247C11.2961 25.6954 11.5158 26.3345 11.2971 26.9031L11.2917 26.9171L10.1734 29.4725C9.98656 29.9332 9.56451 30.1567 9.13002 30.1567C8.9791 30.1567 8.80985 30.1107 8.70462 30.0756L8.6871 30.0698L8.67034 30.0621C8.08398 29.7914 7.86424 29.1523 8.08291 28.5837L8.08833 28.5697L9.21137 26.0037Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 24.6704C20.1487 24.084 20.7878 23.8643 21.3564 24.0829L21.3665 24.0869L21.3764 24.0914C21.9627 24.362 22.1825 25.0012 21.9638 25.5697L21.9584 25.5838L20.84 28.1392C20.6532 28.5999 20.2312 28.8234 19.7967 28.8234C19.6458 28.8234 19.4765 28.7774 19.3713 28.7423L19.3538 28.7365L19.337 28.7287C18.7507 28.4581 18.5309 27.8189 18.7496 27.2504L18.755 27.2363L19.878 24.6704Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 23.337C24.8153 22.7507 25.4545 22.5309 26.023 22.7496L26.0332 22.7535L26.043 22.7581C26.6294 23.0287 26.8491 23.6678 26.6305 24.2364L26.6251 24.2505L25.5067 26.8059C25.3199 27.2665 24.8978 27.4901 24.4634 27.4901C24.3124 27.4901 24.1432 27.444 24.0379 27.409L24.0204 27.4031L24.0037 27.3954C23.4173 27.1248 23.1976 26.4856 23.4162 25.9171L23.4217 25.903L24.5447 23.337Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-rain-showers-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningRainShowersDay",
          "declaration": {
            "name": "ObiLightningRainShowersDay",
            "module": "src/icons/icon-lightning-rain-showers-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-rain-showers-day",
          "declaration": {
            "name": "ObiLightningRainShowersDay",
            "module": "src/icons/icon-lightning-rain-showers-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-rain-showers-mon-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningRainShowersMonColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0036C9.48204 25.4173 10.1212 25.1975 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3344 11.2972 26.903L11.2918 26.9171L10.1734 29.4724C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1106 8.70466 30.0755L8.68714 30.0697L8.67038 30.062C8.08402 29.7913 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8782 24.6704C20.1488 24.084 20.7879 23.8643 21.3565 24.0829L21.3666 24.0869L21.3765 24.0914C21.9629 24.362 22.1826 25.0012 21.9639 25.5697L21.9585 25.5838L20.8402 28.1392C20.6534 28.5999 20.2313 28.8234 19.7968 28.8234C19.6459 28.8234 19.4766 28.7774 19.3714 28.7423L19.3539 28.7365L19.3371 28.7287C18.7508 28.4581 18.531 27.819 18.7497 27.2504L18.7551 27.2363L19.8782 24.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 23.3371C24.8153 22.7508 25.4544 22.531 26.023 22.7497L26.0331 22.7536L26.043 22.7582C26.6294 23.0288 26.8491 23.6679 26.6304 24.2365L26.625 24.2506L25.5067 26.8059C25.3199 27.2666 24.8978 27.4901 24.4633 27.4901C24.3124 27.4901 24.1431 27.4441 24.0379 27.409L24.0204 27.4032L24.0036 27.3955C23.4173 27.1248 23.1975 26.4857 23.4162 25.9172L23.4216 25.9031L24.5447 23.3371Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0036C9.48204 25.4173 10.1212 25.1975 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3344 11.2972 26.903L11.2918 26.9171L10.1734 29.4724C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1106 8.70466 30.0755L8.68714 30.0697L8.67038 30.062C8.08402 29.7913 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0036Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8782 24.6704C20.1488 24.084 20.7879 23.8643 21.3565 24.0829L21.3666 24.0869L21.3765 24.0914C21.9629 24.362 22.1826 25.0012 21.9639 25.5697L21.9585 25.5838L20.8402 28.1392C20.6534 28.5999 20.2313 28.8234 19.7968 28.8234C19.6459 28.8234 19.4766 28.7774 19.3714 28.7423L19.3539 28.7365L19.3371 28.7287C18.7508 28.4581 18.531 27.819 18.7497 27.2504L18.7551 27.2363L19.8782 24.6704Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 23.3371C24.8153 22.7508 25.4544 22.531 26.023 22.7497L26.0331 22.7536L26.043 22.7582C26.6294 23.0288 26.8491 23.6679 26.6304 24.2365L26.625 24.2506L25.5067 26.8059C25.3199 27.2666 24.8978 27.4901 24.4633 27.4901C24.3124 27.4901 24.1431 27.4441 24.0379 27.409L24.0204 27.4032L24.0036 27.3955C23.4173 27.1248 23.1975 26.4857 23.4162 25.9172L23.4216 25.9031L24.5447 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-rain-showers-mon-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningRainShowersMonColour",
          "declaration": {
            "name": "ObiLightningRainShowersMonColour",
            "module": "src/icons/icon-lightning-rain-showers-mon-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-rain-showers-mon-colour",
          "declaration": {
            "name": "ObiLightningRainShowersMonColour",
            "module": "src/icons/icon-lightning-rain-showers-mon-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-rain-showers-mon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningRainShowersMon",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.0223 12.9059 2.73015 13.8771 3.62234 14.6614C2.9348 15.4534 2.66667 16.437 2.66667 17.3487C2.66667 19.5578 4.45753 21.3487 6.66666 21.3487H12.0175C11.9729 21.0763 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66667C5.5621 19.3487 4.66667 18.4532 4.66667 17.3487C4.66667 16.2441 5.33333 15.3487 6.66667 15.3487H9.33333C9.33333 15.3487 8.95833 14.2237 9.33333 13.3799C9.45833 13.0987 9.66667 12.8487 10 12.682C10.3898 12.4871 10.7797 12.5201 11.1362 12.6645C11.999 13.0139 12.6667 14.0153 12.6667 14.0153C12.6667 14.0153 13.0855 13.2029 13.8692 12.3089C14.8895 11.1452 16.5282 9.84326 18.6667 10.0153C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4498 15.835 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9264 19.9301 20.2673C20.0451 20.6082 20.0174 20.9811 19.8533 21.3012L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.502C29.4242 16.2438 28.7331 15.3587 28.1496 14.8675C27.5832 14.3907 26.9123 14.0915 26.3987 13.9032C26.1852 13.825 25.9743 13.7572 25.7741 13.6988C25.6451 13.1745 25.4389 12.5559 25.1071 11.9189C24.1525 10.0865 22.2421 8.29654 18.8271 8.02176C18.2154 7.97254 17.6381 8.00744 17.0969 8.10503C16.9853 5.41628 15.5526 2.94813 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path d=\"M17.1791 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0036C9.48204 25.4173 10.1212 25.1975 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3344 11.2972 26.903L11.2918 26.9171L10.1734 29.4724C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1106 8.70466 30.0755L8.68714 30.0697L8.67038 30.062C8.08402 29.7913 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8781 24.6703C20.1487 24.0839 20.7878 23.8642 21.3564 24.0829L21.3665 24.0868L21.3764 24.0913C21.9628 24.362 22.1825 25.0011 21.9638 25.5696L21.9584 25.5837L20.8401 28.1391C20.6533 28.5998 20.2312 28.8233 19.7967 28.8233C19.6458 28.8233 19.4766 28.7773 19.3713 28.7422L19.3538 28.7364L19.337 28.7286C18.7507 28.458 18.5309 27.8189 18.7496 27.2503L18.755 27.2362L19.8781 24.6703Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 23.337C24.8154 22.7506 25.4545 22.5309 26.0231 22.7495L26.0332 22.7534L26.0431 22.758C26.6294 23.0286 26.8492 23.6678 26.6305 24.2363L26.6251 24.2504L25.5067 26.8058C25.3199 27.2664 24.8979 27.49 24.4634 27.49C24.3125 27.49 24.1432 27.444 24.038 27.4089L24.0205 27.403L24.0037 27.3953C23.4174 27.1247 23.1976 26.4855 23.4163 25.917L23.4217 25.9029L24.5447 23.337Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.0223 12.9059 2.73015 13.8771 3.62234 14.6614C2.9348 15.4534 2.66667 16.437 2.66667 17.3487C2.66667 19.5578 4.45753 21.3487 6.66666 21.3487H12.0175C11.9729 21.0763 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66667C5.5621 19.3487 4.66667 18.4532 4.66667 17.3487C4.66667 16.2441 5.33333 15.3487 6.66667 15.3487H9.33333C9.33333 15.3487 8.95833 14.2237 9.33333 13.3799C9.45833 13.0987 9.66667 12.8487 10 12.682C10.3898 12.4871 10.7797 12.5201 11.1362 12.6645C11.999 13.0139 12.6667 14.0153 12.6667 14.0153C12.6667 14.0153 13.0855 13.2029 13.8692 12.3089C14.8895 11.1452 16.5282 9.84326 18.6667 10.0153C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4498 15.835 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9264 19.9301 20.2673C20.0451 20.6082 20.0174 20.9811 19.8533 21.3012L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.502C29.4242 16.2438 28.7331 15.3587 28.1496 14.8675C27.5832 14.3907 26.9123 14.0915 26.3987 13.9032C26.1852 13.825 25.9743 13.7572 25.7741 13.6988C25.6451 13.1745 25.4389 12.5559 25.1071 11.9189C24.1525 10.0865 22.2421 8.29654 18.8271 8.02176C18.2154 7.97254 17.6381 8.00744 17.0969 8.10503C16.9853 5.41628 15.5526 2.94813 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1791 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0036C9.48204 25.4173 10.1212 25.1975 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3344 11.2972 26.903L11.2918 26.9171L10.1734 29.4724C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1106 8.70466 30.0755L8.68714 30.0697L8.67038 30.062C8.08402 29.7913 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0036Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8781 24.6703C20.1487 24.0839 20.7878 23.8642 21.3564 24.0829L21.3665 24.0868L21.3764 24.0913C21.9628 24.362 22.1825 25.0011 21.9638 25.5696L21.9584 25.5837L20.8401 28.1391C20.6533 28.5998 20.2312 28.8233 19.7967 28.8233C19.6458 28.8233 19.4766 28.7773 19.3713 28.7422L19.3538 28.7364L19.337 28.7286C18.7507 28.458 18.5309 27.8189 18.7496 27.2503L18.755 27.2362L19.8781 24.6703Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 23.337C24.8154 22.7506 25.4545 22.5309 26.0231 22.7495L26.0332 22.7534L26.0431 22.758C26.6294 23.0286 26.8492 23.6678 26.6305 24.2363L26.6251 24.2504L25.5067 26.8058C25.3199 27.2664 24.8979 27.49 24.4634 27.49C24.3125 27.49 24.1432 27.444 24.038 27.4089L24.0205 27.403L24.0037 27.3953C23.4174 27.1247 23.1976 26.4855 23.4163 25.917L23.4217 25.9029L24.5447 23.337Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-rain-showers-mon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningRainShowersMon",
          "declaration": {
            "name": "ObiLightningRainShowersMon",
            "module": "src/icons/icon-lightning-rain-showers-mon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-rain-showers-mon",
          "declaration": {
            "name": "ObiLightningRainShowersMon",
            "module": "src/icons/icon-lightning-rain-showers-mon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-rain-showers-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningRainShowersPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" fill=\"currentColor\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0036C9.48204 25.4173 10.1212 25.1975 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3344 11.2972 26.903L11.2918 26.9171L10.1734 29.4724C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1106 8.70466 30.0755L8.68714 30.0697L8.67038 30.062C8.08402 29.7913 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8782 24.6704C20.1488 24.084 20.7879 23.8643 21.3565 24.0829L21.3666 24.0869L21.3765 24.0914C21.9629 24.362 22.1826 25.0012 21.9639 25.5697L21.9585 25.5838L20.8402 28.1392C20.6534 28.5999 20.2313 28.8234 19.7968 28.8234C19.6459 28.8234 19.4766 28.7774 19.3714 28.7423L19.3539 28.7365L19.3371 28.7287C18.7508 28.4581 18.531 27.819 18.7497 27.2504L18.7551 27.2363L19.8782 24.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 23.3371C24.8153 22.7508 25.4544 22.531 26.023 22.7497L26.0331 22.7536L26.043 22.7582C26.6294 23.0288 26.8491 23.6679 26.6304 24.2365L26.625 24.2506L25.5067 26.8059C25.3199 27.2666 24.8978 27.4901 24.4633 27.4901C24.3124 27.4901 24.1431 27.4441 24.0379 27.409L24.0204 27.4032L24.0036 27.3955C23.4173 27.1248 23.1975 26.4857 23.4162 25.9172L23.4216 25.9031L24.5447 23.3371Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 26.0036C9.48204 25.4173 10.1212 25.1975 10.6897 25.4162L10.6999 25.4201L10.7098 25.4247C11.2961 25.6953 11.5159 26.3344 11.2972 26.903L11.2918 26.9171L10.1734 29.4724C9.9866 29.9331 9.56455 30.1567 9.13007 30.1567C8.97914 30.1567 8.80989 30.1106 8.70466 30.0755L8.68714 30.0697L8.67038 30.062C8.08402 29.7913 7.86428 29.1522 8.08295 28.5837L8.08837 28.5696L9.21141 26.0036Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8782 24.6704C20.1488 24.084 20.7879 23.8643 21.3565 24.0829L21.3666 24.0869L21.3765 24.0914C21.9629 24.362 22.1826 25.0012 21.9639 25.5697L21.9585 25.5838L20.8402 28.1392C20.6534 28.5999 20.2313 28.8234 19.7968 28.8234C19.6459 28.8234 19.4766 28.7774 19.3714 28.7423L19.3539 28.7365L19.3371 28.7287C18.7508 28.4581 18.531 27.819 18.7497 27.2504L18.7551 27.2363L19.8782 24.6704Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 23.3371C24.8153 22.7508 25.4544 22.531 26.023 22.7497L26.0331 22.7536L26.043 22.7582C26.6294 23.0288 26.8491 23.6679 26.6304 24.2365L26.625 24.2506L25.5067 26.8059C25.3199 27.2666 24.8978 27.4901 24.4633 27.4901C24.3124 27.4901 24.1431 27.4441 24.0379 27.409L24.0204 27.4032L24.0036 27.3955C23.4173 27.1248 23.1975 26.4857 23.4162 25.9172L23.4216 25.9031L24.5447 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-rain-showers-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningRainShowersPolartwilightColour",
          "declaration": {
            "name": "ObiLightningRainShowersPolartwilightColour",
            "module": "src/icons/icon-lightning-rain-showers-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-rain-showers-polartwilight-colour",
          "declaration": {
            "name": "ObiLightningRainShowersPolartwilightColour",
            "module": "src/icons/icon-lightning-rain-showers-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-rain-showers-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningRainShowersPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H16.4459C16.4459 6.13816 16.5052 6.27623 16.6239 6.37592L18.488 7.94166C18.5119 7.96174 18.5333 7.98304 18.5522 8.0053C18.6431 8.00897 18.7347 8.01449 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0765 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.40364 12.6549 7.74859 11.8519 8.5239 11.2558C8.49923 11.2653 8.47495 11.2767 8.45129 11.2901L6.31467 12.4979C5.91894 12.7216 5.43452 12.3858 5.53521 11.9575L6.07882 9.64532C6.14804 9.35089 5.93064 9.06536 5.61579 9.0372L3.14321 8.81601C2.68525 8.77504 2.50022 8.23165 2.84548 7.94165L4.70959 6.37592C4.82827 6.27623 4.88761 6.13816 4.88761 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341ZM6.45622 6.00008H14.8773C14.8773 8.20922 12.9922 10.0001 10.6667 10.0001C8.34134 10.0001 6.45622 8.20922 6.45622 6.00008Z\" fill=\"currentColor\"/> <path d=\"M17.1792 13.3334L16.1633 19.4934L18.6667 20.6934L14.2404 29.3334L15.9094 22.3334L13.3334 21.1334L17.1792 13.3334Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21149 26.0038C9.48212 25.4174 10.1213 25.1977 10.6898 25.4164L10.7 25.4203L10.7098 25.4248C11.2962 25.6955 11.5159 26.3346 11.2973 26.9031L11.2918 26.9172L10.1735 29.4726C9.98668 29.9333 9.56464 30.1568 9.13015 30.1568C8.97922 30.1568 8.80997 30.1108 8.70474 30.0757L8.68722 30.0699L8.67046 30.0621C8.08411 29.7915 7.86436 29.1524 8.08303 28.5838L8.08845 28.5697L9.21149 26.0038Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8782 24.6705C20.1488 24.0841 20.7879 23.8644 21.3565 24.083L21.3666 24.0869L21.3765 24.0915C21.9629 24.3621 22.1826 25.0013 21.9639 25.5698L21.9585 25.5839L20.8402 28.1393C20.6534 28.5999 20.2313 28.8235 19.7968 28.8235C19.6459 28.8235 19.4766 28.7775 19.3714 28.7424L19.3539 28.7365L19.3371 28.7288C18.7508 28.4582 18.531 27.819 18.7497 27.2505L18.7551 27.2364L19.8782 24.6705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5448 23.3371C24.8155 22.7508 25.4546 22.531 26.0231 22.7497L26.0333 22.7536L26.0432 22.7582C26.6295 23.0288 26.8493 23.6679 26.6306 24.2365L26.6252 24.2506L25.5068 26.8059C25.32 27.2666 24.898 27.4901 24.4635 27.4901C24.3125 27.4901 24.1433 27.4441 24.0381 27.409L24.0206 27.4032L24.0038 27.3955C23.4174 27.1248 23.1977 26.4857 23.4164 25.9172L23.4218 25.9031L24.5448 23.3371Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H16.4459C16.4459 6.13816 16.5052 6.27623 16.6239 6.37592L18.488 7.94166C18.5119 7.96174 18.5333 7.98304 18.5522 8.0053C18.6431 8.00897 18.7347 8.01449 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0765 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.40364 12.6549 7.74859 11.8519 8.5239 11.2558C8.49923 11.2653 8.47495 11.2767 8.45129 11.2901L6.31467 12.4979C5.91894 12.7216 5.43452 12.3858 5.53521 11.9575L6.07882 9.64532C6.14804 9.35089 5.93064 9.06536 5.61579 9.0372L3.14321 8.81601C2.68525 8.77504 2.50022 8.23165 2.84548 7.94165L4.70959 6.37592C4.82827 6.27623 4.88761 6.13816 4.88761 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341ZM6.45622 6.00008H14.8773C14.8773 8.20922 12.9922 10.0001 10.6667 10.0001C8.34134 10.0001 6.45622 8.20922 6.45622 6.00008Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1792 13.3334L16.1633 19.4934L18.6667 20.6934L14.2404 29.3334L15.9094 22.3334L13.3334 21.1334L17.1792 13.3334Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21149 26.0038C9.48212 25.4174 10.1213 25.1977 10.6898 25.4164L10.7 25.4203L10.7098 25.4248C11.2962 25.6955 11.5159 26.3346 11.2973 26.9031L11.2918 26.9172L10.1735 29.4726C9.98668 29.9333 9.56464 30.1568 9.13015 30.1568C8.97922 30.1568 8.80997 30.1108 8.70474 30.0757L8.68722 30.0699L8.67046 30.0621C8.08411 29.7915 7.86436 29.1524 8.08303 28.5838L8.08845 28.5697L9.21149 26.0038Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8782 24.6705C20.1488 24.0841 20.7879 23.8644 21.3565 24.083L21.3666 24.0869L21.3765 24.0915C21.9629 24.3621 22.1826 25.0013 21.9639 25.5698L21.9585 25.5839L20.8402 28.1393C20.6534 28.5999 20.2313 28.8235 19.7968 28.8235C19.6459 28.8235 19.4766 28.7775 19.3714 28.7424L19.3539 28.7365L19.3371 28.7288C18.7508 28.4582 18.531 27.819 18.7497 27.2505L18.7551 27.2364L19.8782 24.6705Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5448 23.3371C24.8155 22.7508 25.4546 22.531 26.0231 22.7497L26.0333 22.7536L26.0432 22.7582C26.6295 23.0288 26.8493 23.6679 26.6306 24.2365L26.6252 24.2506L25.5068 26.8059C25.32 27.2666 24.898 27.4901 24.4635 27.4901C24.3125 27.4901 24.1433 27.4441 24.0381 27.409L24.0206 27.4032L24.0038 27.3955C23.4174 27.1248 23.1977 26.4857 23.4164 25.9172L23.4218 25.9031L24.5448 23.3371Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-rain-showers-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningRainShowersPolartwilight",
          "declaration": {
            "name": "ObiLightningRainShowersPolartwilight",
            "module": "src/icons/icon-lightning-rain-showers-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-rain-showers-polartwilight",
          "declaration": {
            "name": "ObiLightningRainShowersPolartwilight",
            "module": "src/icons/icon-lightning-rain-showers-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-rain.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningRain",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4965 13.4933L18.5124 7.33325L14.6666 15.1333L17.2425 16.3333L15.5736 23.3333L19.9999 14.6933L17.4965 13.4933Z\" fill=\"currentColor\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.237L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50176 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21133 23.337C9.48195 22.7506 10.1211 22.5309 10.6896 22.7495L10.6998 22.7534L10.7097 22.758C11.296 23.0286 11.5158 23.6678 11.2971 24.2363L11.2917 24.2504L10.1733 26.8058C9.98652 27.2664 9.56447 27.49 9.12998 27.49C8.97905 27.49 8.80981 27.444 8.70457 27.4089L8.68706 27.403L8.6703 27.3953C8.08394 27.1247 7.8642 26.4855 8.08287 25.917L8.08828 25.9029L9.21133 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2113 22.0036C25.482 21.4173 26.1211 21.1975 26.6896 21.4162L26.6998 21.4201L26.7097 21.4247C27.296 21.6953 27.5158 22.3344 27.2971 22.903L27.2917 22.9171L26.1733 25.4724C25.9865 25.9331 25.5645 26.1567 25.13 26.1567C24.9791 26.1567 24.8098 26.1106 24.7046 26.0755L24.6871 26.0697L24.6703 26.062C24.0839 25.7913 23.8642 25.1522 24.0829 24.5837L24.0883 24.5696L25.2113 22.0036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.337C18.8153 22.7506 19.4544 22.5309 20.023 22.7495L20.0331 22.7534L20.043 22.758C20.6294 23.0286 20.8491 23.6678 20.6304 24.2363L20.625 24.2504L19.5067 26.8058C19.3199 27.2664 18.8978 27.49 18.4633 27.49C18.3124 27.49 18.1431 27.444 18.0379 27.4089L18.0204 27.403L18.0036 27.3953C17.4173 27.1247 17.1975 26.4855 17.4162 25.917L17.4216 25.9029L18.5447 23.337Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4965 13.4933L18.5124 7.33325L14.6666 15.1333L17.2425 16.3333L15.5736 23.3333L19.9999 14.6933L17.4965 13.4933Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.237L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50176 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21133 23.337C9.48195 22.7506 10.1211 22.5309 10.6896 22.7495L10.6998 22.7534L10.7097 22.758C11.296 23.0286 11.5158 23.6678 11.2971 24.2363L11.2917 24.2504L10.1733 26.8058C9.98652 27.2664 9.56447 27.49 9.12998 27.49C8.97905 27.49 8.80981 27.444 8.70457 27.4089L8.68706 27.403L8.6703 27.3953C8.08394 27.1247 7.8642 26.4855 8.08287 25.917L8.08828 25.9029L9.21133 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2113 22.0036C25.482 21.4173 26.1211 21.1975 26.6896 21.4162L26.6998 21.4201L26.7097 21.4247C27.296 21.6953 27.5158 22.3344 27.2971 22.903L27.2917 22.9171L26.1733 25.4724C25.9865 25.9331 25.5645 26.1567 25.13 26.1567C24.9791 26.1567 24.8098 26.1106 24.7046 26.0755L24.6871 26.0697L24.6703 26.062C24.0839 25.7913 23.8642 25.1522 24.0829 24.5837L24.0883 24.5696L25.2113 22.0036Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 23.337C18.8153 22.7506 19.4544 22.5309 20.023 22.7495L20.0331 22.7534L20.043 22.758C20.6294 23.0286 20.8491 23.6678 20.6304 24.2363L20.625 24.2504L19.5067 26.8058C19.3199 27.2664 18.8978 27.49 18.4633 27.49C18.3124 27.49 18.1431 27.444 18.0379 27.4089L18.0204 27.403L18.0036 27.3953C17.4173 27.1247 17.1975 26.4855 17.4162 25.917L17.4216 25.9029L18.5447 23.337Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-rain",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningRain",
          "declaration": {
            "name": "ObiLightningRain",
            "module": "src/icons/icon-lightning-rain.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-rain",
          "declaration": {
            "name": "ObiLightningRain",
            "module": "src/icons/icon-lightning-rain.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-sleet-showers-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningSleetShowersDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" fill=\"currentColor\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1633 19.4933L17.1792 13.3333L13.3334 21.1333L15.9093 22.3333L14.2404 29.3333L18.6667 20.6933L16.1633 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3333 17.3488C27.4497 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6666 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0854 13.2031 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 11.999 13.014 11.1362 12.6646C10.7796 12.5203 10.3898 12.4872 9.99996 12.6822C9.66663 12.8488 9.45829 13.0988 9.33329 13.3801C8.95829 14.2238 9.33329 15.3488 9.33329 15.3488H6.66663C5.33329 15.3488 4.66663 16.2442 4.66663 17.3488C4.66663 18.4534 5.56206 19.3488 6.66663 19.3488H12.7266L12.1374 20.5438C12.0137 20.7948 11.9729 21.0764 12.0175 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0173 20.9812 20.045 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33329 15.3487C9.33329 15.3487 8.66663 13.3487 9.99996 12.6821C11.3333 12.0154 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 14.8855 9.71116 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L17.6415 18.7234L18.4947 13.5503C18.6022 12.8983 18.2159 12.266 17.5868 12.0639C16.9577 11.8618 16.2754 12.1511 15.9832 12.7437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5448 24.6705C20.8154 24.0841 21.4546 23.8644 22.0231 24.083L22.0333 24.0869L22.0431 24.0915C22.6295 24.3621 22.8492 25.0013 22.6306 25.5698L22.6251 25.5839L21.5068 28.1393C21.32 28.5999 20.8979 28.8235 20.4634 28.8235C20.3125 28.8235 20.1433 28.7775 20.038 28.7424L20.0205 28.7365L20.0038 28.7288C19.4174 28.4582 19.1977 27.819 19.4163 27.2505L19.4217 27.2364L20.5448 24.6705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2115 23.3371C25.4821 22.7508 26.1212 22.531 26.6898 22.7497L26.6999 22.7536L26.7098 22.7582C27.2961 23.0288 27.5159 23.6679 27.2972 24.2365L27.2918 24.2506L26.1735 26.8059C25.9866 27.2666 25.5646 27.4901 25.1301 27.4901C24.9792 27.4901 24.8099 27.4441 24.7047 27.409L24.6872 27.4032L24.6704 27.3955C24.0841 27.1248 23.8643 26.4857 24.083 25.9172L24.0884 25.9031L25.2115 23.3371Z\" fill=\"currentColor\"/> <path d=\"M8 27.9007C7.68114 27.696 7.57189 27.2428 7.75598 26.8883L8.17863 26.0745H7.33329C6.9651 26.0745 6.66663 25.7427 6.66663 25.3334C6.66663 24.9241 6.9651 24.5923 7.33329 24.5923H8.17863L7.75598 23.7785C7.57189 23.4241 7.68114 22.9708 8 22.7662C8.31886 22.5615 8.72659 22.683 8.91068 23.0374L9.33333 23.8512L9.75598 23.0374C9.94008 22.683 10.3478 22.5615 10.6667 22.7662C10.9855 22.9708 11.0948 23.4241 10.9107 23.7785L10.488 24.5923H11.3333C11.7015 24.5923 12 24.9241 12 25.3334C12 25.7427 11.7015 26.0745 11.3333 26.0745H10.488L10.9107 26.8883C11.0948 27.2428 10.9855 27.696 10.6667 27.9007C10.3478 28.1053 9.94008 27.9839 9.75598 27.6294L9.33333 26.8156L8.91068 27.6294C8.72659 27.9839 8.31886 28.1053 8 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1633 19.4933L17.1792 13.3333L13.3334 21.1333L15.9093 22.3333L14.2404 29.3333L18.6667 20.6933L16.1633 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3333 17.3488C27.4497 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6666 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0854 13.2031 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 11.999 13.014 11.1362 12.6646C10.7796 12.5203 10.3898 12.4872 9.99996 12.6822C9.66663 12.8488 9.45829 13.0988 9.33329 13.3801C8.95829 14.2238 9.33329 15.3488 9.33329 15.3488H6.66663C5.33329 15.3488 4.66663 16.2442 4.66663 17.3488C4.66663 18.4534 5.56206 19.3488 6.66663 19.3488H12.7266L12.1374 20.5438C12.0137 20.7948 11.9729 21.0764 12.0175 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0173 20.9812 20.045 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path d=\"M9.33329 15.3487C9.33329 15.3487 8.66663 13.3487 9.99996 12.6821C11.3333 12.0154 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 14.8855 9.71116 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L17.6415 18.7234L18.4947 13.5503C18.6022 12.8983 18.2159 12.266 17.5868 12.0639C16.9577 11.8618 16.2754 12.1511 15.9832 12.7437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5448 24.6705C20.8154 24.0841 21.4546 23.8644 22.0231 24.083L22.0333 24.0869L22.0431 24.0915C22.6295 24.3621 22.8492 25.0013 22.6306 25.5698L22.6251 25.5839L21.5068 28.1393C21.32 28.5999 20.8979 28.8235 20.4634 28.8235C20.3125 28.8235 20.1433 28.7775 20.038 28.7424L20.0205 28.7365L20.0038 28.7288C19.4174 28.4582 19.1977 27.819 19.4163 27.2505L19.4217 27.2364L20.5448 24.6705Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2115 23.3371C25.4821 22.7508 26.1212 22.531 26.6898 22.7497L26.6999 22.7536L26.7098 22.7582C27.2961 23.0288 27.5159 23.6679 27.2972 24.2365L27.2918 24.2506L26.1735 26.8059C25.9866 27.2666 25.5646 27.4901 25.1301 27.4901C24.9792 27.4901 24.8099 27.4441 24.7047 27.409L24.6872 27.4032L24.6704 27.3955C24.0841 27.1248 23.8643 26.4857 24.083 25.9172L24.0884 25.9031L25.2115 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M8 27.9007C7.68114 27.696 7.57189 27.2428 7.75598 26.8883L8.17863 26.0745H7.33329C6.9651 26.0745 6.66663 25.7427 6.66663 25.3334C6.66663 24.9241 6.9651 24.5923 7.33329 24.5923H8.17863L7.75598 23.7785C7.57189 23.4241 7.68114 22.9708 8 22.7662C8.31886 22.5615 8.72659 22.683 8.91068 23.0374L9.33333 23.8512L9.75598 23.0374C9.94008 22.683 10.3478 22.5615 10.6667 22.7662C10.9855 22.9708 11.0948 23.4241 10.9107 23.7785L10.488 24.5923H11.3333C11.7015 24.5923 12 24.9241 12 25.3334C12 25.7427 11.7015 26.0745 11.3333 26.0745H10.488L10.9107 26.8883C11.0948 27.2428 10.9855 27.696 10.6667 27.9007C10.3478 28.1053 9.94008 27.9839 9.75598 27.6294L9.33333 26.8156L8.91068 27.6294C8.72659 27.9839 8.31886 28.1053 8 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-sleet-showers-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningSleetShowersDayColour",
          "declaration": {
            "name": "ObiLightningSleetShowersDayColour",
            "module": "src/icons/icon-lightning-sleet-showers-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-sleet-showers-day-colour",
          "declaration": {
            "name": "ObiLightningSleetShowersDayColour",
            "module": "src/icons/icon-lightning-sleet-showers-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-sleet-showers-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningSleetShowersDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93387 4.00639C9.83981 4.29555 9.50221 4.44272 9.21485 4.31985L6.9581 3.35492C6.54012 3.1762 6.09568 3.5634 6.24296 3.97794L7.03817 6.21614C7.13943 6.50114 6.95483 6.8089 6.64501 6.8716L4.21188 7.36403C3.76123 7.45524 3.63723 8.01571 4.01236 8.26588L6.03773 9.61656C6.29563 9.78855 6.33454 10.1393 6.1206 10.3637L4.44046 12.1254C4.12928 12.4516 4.37309 12.9713 4.83277 12.9616L7.31467 12.9088C7.33529 12.9084 7.35561 12.9091 7.37559 12.9108C7.32722 13.0596 7.2893 13.2064 7.25983 13.3487H6.66663C5.52695 13.3487 4.46207 13.7473 3.69549 14.5796C2.95372 15.385 2.66663 16.4054 2.66663 17.3487C2.66663 19.5579 4.45749 21.3487 6.66662 21.3487H12.0175C11.9729 21.0764 12.0137 20.7947 12.1374 20.5437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.38C9.45829 13.0987 9.66663 12.8487 9.99996 12.6821C10.3898 12.4871 10.7796 12.5202 11.1362 12.6646C11.999 13.014 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1453 16.5282 9.84334 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.4501 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9265 19.9301 20.2674C20.045 20.6083 20.0173 20.9811 19.8533 21.3013L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.5021C29.4242 16.2439 28.733 15.3588 28.1495 14.8676C27.5831 14.3908 26.9122 14.0916 26.3986 13.9033C26.1852 13.8251 25.9743 13.7573 25.774 13.6989C25.645 13.1746 25.4389 12.5559 25.107 11.9189C24.1524 10.0866 22.242 8.29662 18.827 8.02185C18.6026 8.00379 18.3829 7.99706 18.1679 8.00059L19.5596 6.54135C19.8707 6.21506 19.6269 5.69538 19.1672 5.70515L16.6853 5.75791C16.3693 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4963 2.40973 15.9778 2.12935 15.6092 2.39533L13.6188 3.83136C13.3653 4.01422 13.0037 3.9446 12.8485 3.68309L11.6302 1.62937ZM9.10553 10.8932C8.81849 11.0367 8.57294 11.2042 8.36309 11.3875C8.07206 10.9161 7.8796 10.3786 7.81515 9.79755C7.5716 7.60187 9.24779 5.6141 11.559 5.35774C13.6897 5.1214 15.6162 6.43897 16.0951 8.36647C14.6977 8.8461 13.5967 9.71689 12.8272 10.4944C12.6503 10.6732 12.4855 10.8521 12.333 11.0276C11.5414 10.5915 10.3817 10.2551 9.10553 10.8932Z\" fill=\"currentColor\"/> <path d=\"M17.1791 13.3333L16.1632 19.4933L18.6666 20.6933L14.2403 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 24.6704C20.1487 24.084 20.7878 23.8643 21.3564 24.083L21.3665 24.0869L21.3764 24.0914C21.9627 24.362 22.1825 25.0012 21.9638 25.5697L21.9584 25.5838L20.84 28.1392C20.6532 28.5999 20.2312 28.8234 19.7967 28.8234C19.6458 28.8234 19.4765 28.7774 19.3713 28.7423L19.3538 28.7365L19.337 28.7287C18.7507 28.4581 18.5309 27.819 18.7496 27.2504L18.755 27.2363L19.878 24.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 23.337C24.8153 22.7507 25.4545 22.5309 26.023 22.7496L26.0332 22.7535L26.043 22.7581C26.6294 23.0287 26.8491 23.6678 26.6305 24.2364L26.6251 24.2505L25.5067 26.8059C25.3199 27.2665 24.8978 27.4901 24.4634 27.4901C24.3124 27.4901 24.1432 27.444 24.0379 27.409L24.0204 27.4031L24.0037 27.3954C23.4173 27.1248 23.1976 26.4856 23.4162 25.9171L23.4217 25.903L24.5447 23.337Z\" fill=\"currentColor\"/> <path d=\"M7.33333 27.9006C7.01447 27.6959 6.90522 27.2427 7.08931 26.8882L7.51197 26.0744H6.66663C6.29844 26.0744 5.99996 25.7426 5.99996 25.3333C5.99996 24.924 6.29844 24.5922 6.66663 24.5922H7.51196L7.08931 23.7784C6.90522 23.424 7.01447 22.9707 7.33333 22.7661C7.65219 22.5614 8.05992 22.6829 8.24401 23.0373L8.66667 23.8511L9.08931 23.0373C9.27341 22.6829 9.68114 22.5614 10 22.7661C10.3189 22.9707 10.4281 23.424 10.244 23.7784L9.82137 24.5922H10.6666C11.0348 24.5922 11.3333 24.924 11.3333 25.3333C11.3333 25.7426 11.0348 26.0744 10.6666 26.0744H9.82136L10.244 26.8882C10.4281 27.2427 10.3189 27.6959 10 27.9006C9.68114 28.1052 9.27341 27.9838 9.08931 27.6293L8.66667 26.8155L8.24402 27.6293C8.05992 27.9838 7.65219 28.1052 7.33333 27.9006Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93387 4.00639C9.83981 4.29555 9.50221 4.44272 9.21485 4.31985L6.9581 3.35492C6.54012 3.1762 6.09568 3.5634 6.24296 3.97794L7.03817 6.21614C7.13943 6.50114 6.95483 6.8089 6.64501 6.8716L4.21188 7.36403C3.76123 7.45524 3.63723 8.01571 4.01236 8.26588L6.03773 9.61656C6.29563 9.78855 6.33454 10.1393 6.1206 10.3637L4.44046 12.1254C4.12928 12.4516 4.37309 12.9713 4.83277 12.9616L7.31467 12.9088C7.33529 12.9084 7.35561 12.9091 7.37559 12.9108C7.32722 13.0596 7.2893 13.2064 7.25983 13.3487H6.66663C5.52695 13.3487 4.46207 13.7473 3.69549 14.5796C2.95372 15.385 2.66663 16.4054 2.66663 17.3487C2.66663 19.5579 4.45749 21.3487 6.66662 21.3487H12.0175C11.9729 21.0764 12.0137 20.7947 12.1374 20.5437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.38C9.45829 13.0987 9.66663 12.8487 9.99996 12.6821C10.3898 12.4871 10.7796 12.5202 11.1362 12.6646C11.999 13.014 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1453 16.5282 9.84334 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.4501 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9265 19.9301 20.2674C20.045 20.6083 20.0173 20.9811 19.8533 21.3013L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.5021C29.4242 16.2439 28.733 15.3588 28.1495 14.8676C27.5831 14.3908 26.9122 14.0916 26.3986 13.9033C26.1852 13.8251 25.9743 13.7573 25.774 13.6989C25.645 13.1746 25.4389 12.5559 25.107 11.9189C24.1524 10.0866 22.242 8.29662 18.827 8.02185C18.6026 8.00379 18.3829 7.99706 18.1679 8.00059L19.5596 6.54135C19.8707 6.21506 19.6269 5.69538 19.1672 5.70515L16.6853 5.75791C16.3693 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4963 2.40973 15.9778 2.12935 15.6092 2.39533L13.6188 3.83136C13.3653 4.01422 13.0037 3.9446 12.8485 3.68309L11.6302 1.62937ZM9.10553 10.8932C8.81849 11.0367 8.57294 11.2042 8.36309 11.3875C8.07206 10.9161 7.8796 10.3786 7.81515 9.79755C7.5716 7.60187 9.24779 5.6141 11.559 5.35774C13.6897 5.1214 15.6162 6.43897 16.0951 8.36647C14.6977 8.8461 13.5967 9.71689 12.8272 10.4944C12.6503 10.6732 12.4855 10.8521 12.333 11.0276C11.5414 10.5915 10.3817 10.2551 9.10553 10.8932Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1791 13.3333L16.1632 19.4933L18.6666 20.6933L14.2403 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 24.6704C20.1487 24.084 20.7878 23.8643 21.3564 24.083L21.3665 24.0869L21.3764 24.0914C21.9627 24.362 22.1825 25.0012 21.9638 25.5697L21.9584 25.5838L20.84 28.1392C20.6532 28.5999 20.2312 28.8234 19.7967 28.8234C19.6458 28.8234 19.4765 28.7774 19.3713 28.7423L19.3538 28.7365L19.337 28.7287C18.7507 28.4581 18.5309 27.819 18.7496 27.2504L18.755 27.2363L19.878 24.6704Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5447 23.337C24.8153 22.7507 25.4545 22.5309 26.023 22.7496L26.0332 22.7535L26.043 22.7581C26.6294 23.0287 26.8491 23.6678 26.6305 24.2364L26.6251 24.2505L25.5067 26.8059C25.3199 27.2665 24.8978 27.4901 24.4634 27.4901C24.3124 27.4901 24.1432 27.444 24.0379 27.409L24.0204 27.4031L24.0037 27.3954C23.4173 27.1248 23.1976 26.4856 23.4162 25.9171L23.4217 25.903L24.5447 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.33333 27.9006C7.01447 27.6959 6.90522 27.2427 7.08931 26.8882L7.51197 26.0744H6.66663C6.29844 26.0744 5.99996 25.7426 5.99996 25.3333C5.99996 24.924 6.29844 24.5922 6.66663 24.5922H7.51196L7.08931 23.7784C6.90522 23.424 7.01447 22.9707 7.33333 22.7661C7.65219 22.5614 8.05992 22.6829 8.24401 23.0373L8.66667 23.8511L9.08931 23.0373C9.27341 22.6829 9.68114 22.5614 10 22.7661C10.3189 22.9707 10.4281 23.424 10.244 23.7784L9.82137 24.5922H10.6666C11.0348 24.5922 11.3333 24.924 11.3333 25.3333C11.3333 25.7426 11.0348 26.0744 10.6666 26.0744H9.82136L10.244 26.8882C10.4281 27.2427 10.3189 27.6959 10 27.9006C9.68114 28.1052 9.27341 27.9838 9.08931 27.6293L8.66667 26.8155L8.24402 27.6293C8.05992 27.9838 7.65219 28.1052 7.33333 27.9006Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-sleet-showers-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningSleetShowersDay",
          "declaration": {
            "name": "ObiLightningSleetShowersDay",
            "module": "src/icons/icon-lightning-sleet-showers-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-sleet-showers-day",
          "declaration": {
            "name": "ObiLightningSleetShowersDay",
            "module": "src/icons/icon-lightning-sleet-showers-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-sleet-showers-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningSleetShowersNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5447 24.6705C20.8153 24.0841 21.4544 23.8644 22.023 24.083L22.0331 24.0869L22.043 24.0915C22.6294 24.3621 22.8491 25.0013 22.6304 25.5698L22.625 25.5839L21.5067 28.1393C21.3199 28.5999 20.8978 28.8235 20.4633 28.8235C20.3124 28.8235 20.1431 28.7775 20.0379 28.7424L20.0204 28.7365L20.0036 28.7288C19.4173 28.4582 19.1975 27.819 19.4162 27.2505L19.4216 27.2364L20.5447 24.6705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2113 23.3371C25.482 22.7508 26.1211 22.531 26.6896 22.7497L26.6998 22.7536L26.7097 22.7582C27.296 23.0288 27.5158 23.6679 27.2971 24.2365L27.2917 24.2506L26.1733 26.8059C25.9865 27.2666 25.5645 27.4901 25.13 27.4901C24.9791 27.4901 24.8098 27.4441 24.7046 27.409L24.6871 27.4032L24.6703 27.3955C24.0839 27.1248 23.8642 26.4857 24.0829 25.9172L24.0883 25.9031L25.2113 23.3371Z\" fill=\"currentColor\"/> <path d=\"M8.00012 27.9007C7.68126 27.696 7.57201 27.2428 7.7561 26.8883L8.17876 26.0745H7.33341C6.96522 26.0745 6.66675 25.7427 6.66675 25.3334C6.66675 24.9241 6.96522 24.5923 7.33341 24.5923H8.17875L7.7561 23.7785C7.57201 23.4241 7.68126 22.9708 8.00012 22.7662C8.31898 22.5615 8.72671 22.683 8.9108 23.0374L9.33345 23.8512L9.7561 23.0374C9.9402 22.683 10.3479 22.5615 10.6668 22.7662C10.9856 22.9708 11.0949 23.4241 10.9108 23.7785L10.4882 24.5923H11.3334C11.7016 24.5923 12.0001 24.9241 12.0001 25.3334C12.0001 25.7427 11.7016 26.0745 11.3334 26.0745H10.4882L10.9108 26.8883C11.0949 27.2428 10.9856 27.696 10.6668 27.9007C10.3479 28.1053 9.9402 27.9839 9.7561 27.6294L9.33345 26.8156L8.9108 27.6294C8.72671 27.9839 8.31898 28.1053 8.00012 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5447 24.6705C20.8153 24.0841 21.4544 23.8644 22.023 24.083L22.0331 24.0869L22.043 24.0915C22.6294 24.3621 22.8491 25.0013 22.6304 25.5698L22.625 25.5839L21.5067 28.1393C21.3199 28.5999 20.8978 28.8235 20.4633 28.8235C20.3124 28.8235 20.1431 28.7775 20.0379 28.7424L20.0204 28.7365L20.0036 28.7288C19.4173 28.4582 19.1975 27.819 19.4162 27.2505L19.4216 27.2364L20.5447 24.6705Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2113 23.3371C25.482 22.7508 26.1211 22.531 26.6896 22.7497L26.6998 22.7536L26.7097 22.7582C27.296 23.0288 27.5158 23.6679 27.2971 24.2365L27.2917 24.2506L26.1733 26.8059C25.9865 27.2666 25.5645 27.4901 25.13 27.4901C24.9791 27.4901 24.8098 27.4441 24.7046 27.409L24.6871 27.4032L24.6703 27.3955C24.0839 27.1248 23.8642 26.4857 24.0829 25.9172L24.0883 25.9031L25.2113 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M8.00012 27.9007C7.68126 27.696 7.57201 27.2428 7.7561 26.8883L8.17876 26.0745H7.33341C6.96522 26.0745 6.66675 25.7427 6.66675 25.3334C6.66675 24.9241 6.96522 24.5923 7.33341 24.5923H8.17875L7.7561 23.7785C7.57201 23.4241 7.68126 22.9708 8.00012 22.7662C8.31898 22.5615 8.72671 22.683 8.9108 23.0374L9.33345 23.8512L9.7561 23.0374C9.9402 22.683 10.3479 22.5615 10.6668 22.7662C10.9856 22.9708 11.0949 23.4241 10.9108 23.7785L10.4882 24.5923H11.3334C11.7016 24.5923 12.0001 24.9241 12.0001 25.3334C12.0001 25.7427 11.7016 26.0745 11.3334 26.0745H10.4882L10.9108 26.8883C11.0949 27.2428 10.9856 27.696 10.6668 27.9007C10.3479 28.1053 9.9402 27.9839 9.7561 27.6294L9.33345 26.8156L8.9108 27.6294C8.72671 27.9839 8.31898 28.1053 8.00012 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-sleet-showers-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningSleetShowersNightColour",
          "declaration": {
            "name": "ObiLightningSleetShowersNightColour",
            "module": "src/icons/icon-lightning-sleet-showers-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-sleet-showers-night-colour",
          "declaration": {
            "name": "ObiLightningSleetShowersNightColour",
            "module": "src/icons/icon-lightning-sleet-showers-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-sleet-showers-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningSleetShowersNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.0223 12.9059 2.73015 13.8771 3.62234 14.6614C2.9348 15.4534 2.66667 16.437 2.66667 17.3487C2.66667 19.5578 4.45753 21.3487 6.66666 21.3487H12.0175C11.9729 21.0763 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66667C5.5621 19.3487 4.66667 18.4532 4.66667 17.3487C4.66667 16.2441 5.33333 15.3487 6.66667 15.3487H9.33333C9.33333 15.3487 8.95833 14.2237 9.33333 13.3799C9.45833 13.0987 9.66667 12.8487 10 12.682C10.3898 12.4871 10.7797 12.5201 11.1362 12.6645C11.999 13.0139 12.6667 14.0153 12.6667 14.0153C12.6667 14.0153 13.0855 13.2029 13.8692 12.3089C14.8895 11.1452 16.5282 9.84326 18.6667 10.0153C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4498 15.835 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9264 19.9301 20.2673C20.0451 20.6082 20.0174 20.9811 19.8533 21.3012L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.502C29.4242 16.2438 28.7331 15.3587 28.1496 14.8675C27.5832 14.3907 26.9123 14.0915 26.3987 13.9032C26.1852 13.825 25.9743 13.7572 25.7741 13.6988C25.6451 13.1745 25.4389 12.5559 25.1071 11.9189C24.1525 10.0865 22.2421 8.29654 18.8271 8.02176C18.2154 7.97254 17.6381 8.00744 17.0969 8.10503C16.9853 5.41628 15.5526 2.94813 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path d=\"M17.1791 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5447 24.6703C20.8154 24.0839 21.4545 23.8642 22.0231 24.0829L22.0332 24.0868L22.0431 24.0913C22.6294 24.362 22.8492 25.0011 22.6305 25.5696L22.6251 25.5837L21.5067 28.1391C21.3199 28.5998 20.8979 28.8233 20.4634 28.8233C20.3125 28.8233 20.1432 28.7773 20.038 28.7422L20.0205 28.7364L20.0037 28.7286C19.4174 28.458 19.1976 27.8189 19.4163 27.2503L19.4217 27.2362L20.5447 24.6703Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2114 23.337C25.482 22.7506 26.1212 22.5309 26.6897 22.7495L26.6999 22.7534L26.7098 22.758C27.2961 23.0286 27.5159 23.6678 27.2972 24.2363L27.2918 24.2504L26.1734 26.8058C25.9866 27.2664 25.5646 27.49 25.1301 27.49C24.9791 27.49 24.8099 27.444 24.7047 27.4089L24.6871 27.403L24.6704 27.3953C24.084 27.1247 23.8643 26.4855 24.083 25.917L24.0884 25.9029L25.2114 23.337Z\" fill=\"currentColor\"/> <path d=\"M8.00004 27.9005C7.68118 27.6959 7.57193 27.2426 7.75602 26.8881L8.17868 26.0743H7.33333C6.96514 26.0743 6.66667 25.7425 6.66667 25.3332C6.66667 24.9239 6.96514 24.5921 7.33333 24.5921H8.17867L7.75602 23.7784C7.57193 23.4239 7.68118 22.9706 8.00004 22.766C8.3189 22.5613 8.72663 22.6828 8.91072 23.0373L9.33337 23.851L9.75602 23.0373C9.94012 22.6828 10.3478 22.5613 10.6667 22.766C10.9856 22.9706 11.0948 23.4239 10.9107 23.7784L10.4881 24.5921H11.3333C11.7015 24.5921 12 24.9239 12 25.3332C12 25.7425 11.7015 26.0743 11.3333 26.0743H10.4881L10.9107 26.8881C11.0948 27.2426 10.9856 27.6959 10.6667 27.9005C10.3478 28.1052 9.94012 27.9837 9.75602 27.6292L9.33337 26.8155L8.91072 27.6292C8.72663 27.9837 8.3189 28.1052 8.00004 27.9005Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.0223 12.9059 2.73015 13.8771 3.62234 14.6614C2.9348 15.4534 2.66667 16.437 2.66667 17.3487C2.66667 19.5578 4.45753 21.3487 6.66666 21.3487H12.0175C11.9729 21.0763 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66667C5.5621 19.3487 4.66667 18.4532 4.66667 17.3487C4.66667 16.2441 5.33333 15.3487 6.66667 15.3487H9.33333C9.33333 15.3487 8.95833 14.2237 9.33333 13.3799C9.45833 13.0987 9.66667 12.8487 10 12.682C10.3898 12.4871 10.7797 12.5201 11.1362 12.6645C11.999 13.0139 12.6667 14.0153 12.6667 14.0153C12.6667 14.0153 13.0855 13.2029 13.8692 12.3089C14.8895 11.1452 16.5282 9.84326 18.6667 10.0153C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4498 15.835 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9264 19.9301 20.2673C20.0451 20.6082 20.0174 20.9811 19.8533 21.3012L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.502C29.4242 16.2438 28.7331 15.3587 28.1496 14.8675C27.5832 14.3907 26.9123 14.0915 26.3987 13.9032C26.1852 13.825 25.9743 13.7572 25.7741 13.6988C25.6451 13.1745 25.4389 12.5559 25.1071 11.9189C24.1525 10.0865 22.2421 8.29654 18.8271 8.02176C18.2154 7.97254 17.6381 8.00744 17.0969 8.10503C16.9853 5.41628 15.5526 2.94813 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1791 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5447 24.6703C20.8154 24.0839 21.4545 23.8642 22.0231 24.0829L22.0332 24.0868L22.0431 24.0913C22.6294 24.362 22.8492 25.0011 22.6305 25.5696L22.6251 25.5837L21.5067 28.1391C21.3199 28.5998 20.8979 28.8233 20.4634 28.8233C20.3125 28.8233 20.1432 28.7773 20.038 28.7422L20.0205 28.7364L20.0037 28.7286C19.4174 28.458 19.1976 27.8189 19.4163 27.2503L19.4217 27.2362L20.5447 24.6703Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2114 23.337C25.482 22.7506 26.1212 22.5309 26.6897 22.7495L26.6999 22.7534L26.7098 22.758C27.2961 23.0286 27.5159 23.6678 27.2972 24.2363L27.2918 24.2504L26.1734 26.8058C25.9866 27.2664 25.5646 27.49 25.1301 27.49C24.9791 27.49 24.8099 27.444 24.7047 27.4089L24.6871 27.403L24.6704 27.3953C24.084 27.1247 23.8643 26.4855 24.083 25.917L24.0884 25.9029L25.2114 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.00004 27.9005C7.68118 27.6959 7.57193 27.2426 7.75602 26.8881L8.17868 26.0743H7.33333C6.96514 26.0743 6.66667 25.7425 6.66667 25.3332C6.66667 24.9239 6.96514 24.5921 7.33333 24.5921H8.17867L7.75602 23.7784C7.57193 23.4239 7.68118 22.9706 8.00004 22.766C8.3189 22.5613 8.72663 22.6828 8.91072 23.0373L9.33337 23.851L9.75602 23.0373C9.94012 22.6828 10.3478 22.5613 10.6667 22.766C10.9856 22.9706 11.0948 23.4239 10.9107 23.7784L10.4881 24.5921H11.3333C11.7015 24.5921 12 24.9239 12 25.3332C12 25.7425 11.7015 26.0743 11.3333 26.0743H10.4881L10.9107 26.8881C11.0948 27.2426 10.9856 27.6959 10.6667 27.9005C10.3478 28.1052 9.94012 27.9837 9.75602 27.6292L9.33337 26.8155L8.91072 27.6292C8.72663 27.9837 8.3189 28.1052 8.00004 27.9005Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-sleet-showers-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningSleetShowersNight",
          "declaration": {
            "name": "ObiLightningSleetShowersNight",
            "module": "src/icons/icon-lightning-sleet-showers-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-sleet-showers-night",
          "declaration": {
            "name": "ObiLightningSleetShowersNight",
            "module": "src/icons/icon-lightning-sleet-showers-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-sleet-showers-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningSleetShowersPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" fill=\"currentColor\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5447 24.6705C20.8153 24.0841 21.4544 23.8644 22.023 24.083L22.0331 24.0869L22.043 24.0915C22.6294 24.3621 22.8491 25.0013 22.6304 25.5698L22.625 25.5839L21.5067 28.1393C21.3199 28.5999 20.8978 28.8235 20.4633 28.8235C20.3124 28.8235 20.1431 28.7775 20.0379 28.7424L20.0204 28.7365L20.0036 28.7288C19.4173 28.4582 19.1975 27.819 19.4162 27.2505L19.4216 27.2364L20.5447 24.6705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2113 23.3371C25.482 22.7508 26.1211 22.531 26.6896 22.7497L26.6998 22.7536L26.7097 22.7582C27.296 23.0288 27.5158 23.6679 27.2971 24.2365L27.2917 24.2506L26.1733 26.8059C25.9865 27.2666 25.5645 27.4901 25.13 27.4901C24.9791 27.4901 24.8098 27.4441 24.7046 27.409L24.6871 27.4032L24.6703 27.3955C24.0839 27.1248 23.8642 26.4857 24.0829 25.9172L24.0883 25.9031L25.2113 23.3371Z\" fill=\"currentColor\"/> <path d=\"M8.00012 27.9007C7.68126 27.696 7.57201 27.2428 7.7561 26.8883L8.17876 26.0745H7.33341C6.96522 26.0745 6.66675 25.7427 6.66675 25.3334C6.66675 24.9241 6.96522 24.5923 7.33341 24.5923H8.17875L7.7561 23.7785C7.57201 23.4241 7.68126 22.9708 8.00012 22.7662C8.31898 22.5615 8.72671 22.683 8.9108 23.0374L9.33345 23.8512L9.7561 23.0374C9.9402 22.683 10.3479 22.5615 10.6668 22.7662C10.9856 22.9708 11.0949 23.4241 10.9108 23.7785L10.4882 24.5923H11.3334C11.7016 24.5923 12.0001 24.9241 12.0001 25.3334C12.0001 25.7427 11.7016 26.0745 11.3334 26.0745H10.4882L10.9108 26.8883C11.0949 27.2428 10.9856 27.696 10.6668 27.9007C10.3479 28.1053 9.9402 27.9839 9.7561 27.6294L9.33345 26.8156L8.9108 27.6294C8.72671 27.9839 8.31898 28.1053 8.00012 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5447 24.6705C20.8153 24.0841 21.4544 23.8644 22.023 24.083L22.0331 24.0869L22.043 24.0915C22.6294 24.3621 22.8491 25.0013 22.6304 25.5698L22.625 25.5839L21.5067 28.1393C21.3199 28.5999 20.8978 28.8235 20.4633 28.8235C20.3124 28.8235 20.1431 28.7775 20.0379 28.7424L20.0204 28.7365L20.0036 28.7288C19.4173 28.4582 19.1975 27.819 19.4162 27.2505L19.4216 27.2364L20.5447 24.6705Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2113 23.3371C25.482 22.7508 26.1211 22.531 26.6896 22.7497L26.6998 22.7536L26.7097 22.7582C27.296 23.0288 27.5158 23.6679 27.2971 24.2365L27.2917 24.2506L26.1733 26.8059C25.9865 27.2666 25.5645 27.4901 25.13 27.4901C24.9791 27.4901 24.8098 27.4441 24.7046 27.409L24.6871 27.4032L24.6703 27.3955C24.0839 27.1248 23.8642 26.4857 24.0829 25.9172L24.0883 25.9031L25.2113 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M8.00012 27.9007C7.68126 27.696 7.57201 27.2428 7.7561 26.8883L8.17876 26.0745H7.33341C6.96522 26.0745 6.66675 25.7427 6.66675 25.3334C6.66675 24.9241 6.96522 24.5923 7.33341 24.5923H8.17875L7.7561 23.7785C7.57201 23.4241 7.68126 22.9708 8.00012 22.7662C8.31898 22.5615 8.72671 22.683 8.9108 23.0374L9.33345 23.8512L9.7561 23.0374C9.9402 22.683 10.3479 22.5615 10.6668 22.7662C10.9856 22.9708 11.0949 23.4241 10.9108 23.7785L10.4882 24.5923H11.3334C11.7016 24.5923 12.0001 24.9241 12.0001 25.3334C12.0001 25.7427 11.7016 26.0745 11.3334 26.0745H10.4882L10.9108 26.8883C11.0949 27.2428 10.9856 27.696 10.6668 27.9007C10.3479 28.1053 9.9402 27.9839 9.7561 27.6294L9.33345 26.8156L8.9108 27.6294C8.72671 27.9839 8.31898 28.1053 8.00012 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-sleet-showers-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningSleetShowersPolartwilightColour",
          "declaration": {
            "name": "ObiLightningSleetShowersPolartwilightColour",
            "module": "src/icons/icon-lightning-sleet-showers-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-sleet-showers-polartwilight-colour",
          "declaration": {
            "name": "ObiLightningSleetShowersPolartwilightColour",
            "module": "src/icons/icon-lightning-sleet-showers-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-sleet-showers-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningSleetShowersPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H16.4459C16.4459 6.13816 16.5052 6.27623 16.6239 6.37592L18.488 7.94165C18.5119 7.96174 18.5333 7.98304 18.5522 8.0053C18.6431 8.00897 18.7347 8.01449 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.40364 12.6549 7.74859 11.8519 8.5239 11.2558C8.49923 11.2653 8.47495 11.2767 8.45129 11.2901L6.31467 12.4979C5.91894 12.7216 5.43452 12.3858 5.53521 11.9575L6.07882 9.64531C6.14804 9.35089 5.93064 9.06536 5.61579 9.0372L3.14321 8.81601C2.68525 8.77504 2.50022 8.23165 2.84548 7.94165L4.70959 6.37592C4.82827 6.27623 4.88761 6.13816 4.88761 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341ZM6.45622 6.00008H14.8773C14.8773 8.20922 12.9922 10.0001 10.6667 10.0001C8.34134 10.0001 6.45622 8.20922 6.45622 6.00008Z\" fill=\"currentColor\"/> <path d=\"M17.1792 13.3334L16.1633 19.4934L18.6667 20.6934L14.2404 29.3334L15.9094 22.3334L13.3334 21.1334L17.1792 13.3334Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5448 24.6705C20.8155 24.0841 21.4546 23.8644 22.0231 24.083L22.0333 24.0869L22.0432 24.0915C22.6295 24.3621 22.8493 25.0013 22.6306 25.5698L22.6252 25.5839L21.5068 28.1393C21.32 28.5999 20.898 28.8235 20.4635 28.8235C20.3126 28.8235 20.1433 28.7775 20.0381 28.7424L20.0206 28.7365L20.0038 28.7288C19.4174 28.4582 19.1977 27.819 19.4164 27.2505L19.4218 27.2364L20.5448 24.6705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2115 23.3371C25.4821 22.7508 26.1213 22.531 26.6898 22.7497L26.7 22.7536L26.7098 22.7582C27.2962 23.0288 27.5159 23.6679 27.2973 24.2365L27.2918 24.2506L26.1735 26.8059C25.9867 27.2666 25.5646 27.4901 25.1301 27.4901C24.9792 27.4901 24.81 27.4441 24.7047 27.409L24.6872 27.4032L24.6705 27.3955C24.0841 27.1248 23.8644 26.4857 24.083 25.9172L24.0884 25.9031L25.2115 23.3371Z\" fill=\"currentColor\"/> <path d=\"M8.00012 27.9007C7.68126 27.696 7.57201 27.2428 7.7561 26.8883L8.17876 26.0745H7.33342C6.96523 26.0745 6.66675 25.7427 6.66675 25.3334C6.66675 24.9241 6.96523 24.5923 7.33342 24.5923H8.17875L7.7561 23.7785C7.57201 23.4241 7.68126 22.9708 8.00012 22.7662C8.31898 22.5615 8.72671 22.683 8.9108 23.0374L9.33345 23.8512L9.7561 23.0374C9.9402 22.683 10.3479 22.5615 10.6668 22.7662C10.9856 22.9708 11.0949 23.4241 10.9108 23.7785L10.4882 24.5923H11.3334C11.7016 24.5923 12.0001 24.9241 12.0001 25.3334C12.0001 25.7427 11.7016 26.0745 11.3334 26.0745H10.4882L10.9108 26.8883C11.0949 27.2428 10.9856 27.696 10.6668 27.9007C10.3479 28.1053 9.9402 27.9839 9.7561 27.6294L9.33345 26.8156L8.9108 27.6294C8.72671 27.9839 8.31898 28.1053 8.00012 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H16.4459C16.4459 6.13816 16.5052 6.27623 16.6239 6.37592L18.488 7.94165C18.5119 7.96174 18.5333 7.98304 18.5522 8.0053C18.6431 8.00897 18.7347 8.01449 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.40364 12.6549 7.74859 11.8519 8.5239 11.2558C8.49923 11.2653 8.47495 11.2767 8.45129 11.2901L6.31467 12.4979C5.91894 12.7216 5.43452 12.3858 5.53521 11.9575L6.07882 9.64531C6.14804 9.35089 5.93064 9.06536 5.61579 9.0372L3.14321 8.81601C2.68525 8.77504 2.50022 8.23165 2.84548 7.94165L4.70959 6.37592C4.82827 6.27623 4.88761 6.13816 4.88761 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341ZM6.45622 6.00008H14.8773C14.8773 8.20922 12.9922 10.0001 10.6667 10.0001C8.34134 10.0001 6.45622 8.20922 6.45622 6.00008Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1792 13.3334L16.1633 19.4934L18.6667 20.6934L14.2404 29.3334L15.9094 22.3334L13.3334 21.1334L17.1792 13.3334Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5448 24.6705C20.8155 24.0841 21.4546 23.8644 22.0231 24.083L22.0333 24.0869L22.0432 24.0915C22.6295 24.3621 22.8493 25.0013 22.6306 25.5698L22.6252 25.5839L21.5068 28.1393C21.32 28.5999 20.898 28.8235 20.4635 28.8235C20.3126 28.8235 20.1433 28.7775 20.0381 28.7424L20.0206 28.7365L20.0038 28.7288C19.4174 28.4582 19.1977 27.819 19.4164 27.2505L19.4218 27.2364L20.5448 24.6705Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2115 23.3371C25.4821 22.7508 26.1213 22.531 26.6898 22.7497L26.7 22.7536L26.7098 22.7582C27.2962 23.0288 27.5159 23.6679 27.2973 24.2365L27.2918 24.2506L26.1735 26.8059C25.9867 27.2666 25.5646 27.4901 25.1301 27.4901C24.9792 27.4901 24.81 27.4441 24.7047 27.409L24.6872 27.4032L24.6705 27.3955C24.0841 27.1248 23.8644 26.4857 24.083 25.9172L24.0884 25.9031L25.2115 23.3371Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.00012 27.9007C7.68126 27.696 7.57201 27.2428 7.7561 26.8883L8.17876 26.0745H7.33342C6.96523 26.0745 6.66675 25.7427 6.66675 25.3334C6.66675 24.9241 6.96523 24.5923 7.33342 24.5923H8.17875L7.7561 23.7785C7.57201 23.4241 7.68126 22.9708 8.00012 22.7662C8.31898 22.5615 8.72671 22.683 8.9108 23.0374L9.33345 23.8512L9.7561 23.0374C9.9402 22.683 10.3479 22.5615 10.6668 22.7662C10.9856 22.9708 11.0949 23.4241 10.9108 23.7785L10.4882 24.5923H11.3334C11.7016 24.5923 12.0001 24.9241 12.0001 25.3334C12.0001 25.7427 11.7016 26.0745 11.3334 26.0745H10.4882L10.9108 26.8883C11.0949 27.2428 10.9856 27.696 10.6668 27.9007C10.3479 28.1053 9.9402 27.9839 9.7561 27.6294L9.33345 26.8156L8.9108 27.6294C8.72671 27.9839 8.31898 28.1053 8.00012 27.9007Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-sleet-showers-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningSleetShowersPolartwilight",
          "declaration": {
            "name": "ObiLightningSleetShowersPolartwilight",
            "module": "src/icons/icon-lightning-sleet-showers-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-sleet-showers-polartwilight",
          "declaration": {
            "name": "ObiLightningSleetShowersPolartwilight",
            "module": "src/icons/icon-lightning-sleet-showers-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-sleeth-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningSleethColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4967 13.4933L18.5126 7.33325L14.6667 15.1333L17.2427 16.3333L15.5738 23.3333L20.0001 14.6933L17.4967 13.4933Z\" fill=\"currentColor\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L21.1866 15.3012C21.3506 14.9811 21.3783 14.6082 21.2634 14.2673C21.1484 13.9264 20.9006 13.6465 20.5763 13.491L18.9748 12.7233L19.828 7.55025C19.9355 6.89826 19.5492 6.26588 18.9201 6.06382C18.291 5.86176 17.6087 6.15099 17.3165 6.74366L13.4707 14.5437C13.3121 14.8654 13.2898 15.2375 13.4089 15.5759C13.528 15.9143 13.7784 16.1904 14.1036 16.3419L15.6932 17.0825L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08284 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50176 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" fill=\"currentColor\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2113 20.6704C25.482 20.084 26.1211 19.8643 26.6896 20.0829L26.6998 20.0869L26.7097 20.0914C27.296 20.362 27.5158 21.0012 27.2971 21.5697L27.2917 21.5838L26.1733 24.1392C25.9865 24.5999 25.5645 24.8234 25.13 24.8234C24.9791 24.8234 24.8098 24.7774 24.7046 24.7423L24.6871 24.7365L24.6703 24.7287C24.0839 24.4581 23.8642 23.819 24.0829 23.2504L24.0883 23.2363L25.2113 20.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 24.0037C18.8153 23.4174 19.4544 23.1976 20.023 23.4163L20.0331 23.4202L20.043 23.4247C20.6294 23.6954 20.8491 24.3345 20.6304 24.9031L20.625 24.9171L19.5067 27.4725C19.3199 27.9332 18.8978 28.1567 18.4633 28.1567C18.3124 28.1567 18.1431 28.1107 18.0379 28.0756L18.0204 28.0698L18.0036 28.0621C17.4173 27.7914 17.1975 27.1523 17.4162 26.5837L17.4216 26.5697L18.5447 24.0037Z\" fill=\"currentColor\"/> <path d=\"M8.00012 26.5672C7.68126 26.3625 7.57201 25.9093 7.7561 25.5548L8.17876 24.741H7.33341C6.96522 24.741 6.66675 24.4092 6.66675 23.9999C6.66675 23.5906 6.96522 23.2588 7.33341 23.2588H8.17875L7.7561 22.445C7.57201 22.0906 7.68126 21.6373 8.00012 21.4327C8.31898 21.228 8.72671 21.3495 8.9108 21.7039L9.33345 22.5177L9.7561 21.7039C9.9402 21.3495 10.3479 21.228 10.6668 21.4327C10.9856 21.6373 11.0949 22.0906 10.9108 22.445L10.4882 23.2588H11.3334C11.7016 23.2588 12.0001 23.5906 12.0001 23.9999C12.0001 24.4092 11.7016 24.741 11.3334 24.741H10.4882L10.9108 25.5548C11.0949 25.9093 10.9856 26.3625 10.6668 26.5672C10.3479 26.7718 9.9402 26.6504 9.7561 26.2959L9.33345 25.4821L8.9108 26.2959C8.72671 26.6504 8.31898 26.7718 8.00012 26.5672Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4967 13.4933L18.5126 7.33325L14.6667 15.1333L17.2427 16.3333L15.5738 23.3333L20.0001 14.6933L17.4967 13.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L21.1866 15.3012C21.3506 14.9811 21.3783 14.6082 21.2634 14.2673C21.1484 13.9264 20.9006 13.6465 20.5763 13.491L18.9748 12.7233L19.828 7.55025C19.9355 6.89826 19.5492 6.26588 18.9201 6.06382C18.291 5.86176 17.6087 6.15099 17.3165 6.74366L13.4707 14.5437C13.3121 14.8654 13.2898 15.2375 13.4089 15.5759C13.528 15.9143 13.7784 16.1904 14.1036 16.3419L15.6932 17.0825L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08284 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50176 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.2113 20.6704C25.482 20.084 26.1211 19.8643 26.6896 20.0829L26.6998 20.0869L26.7097 20.0914C27.296 20.362 27.5158 21.0012 27.2971 21.5697L27.2917 21.5838L26.1733 24.1392C25.9865 24.5999 25.5645 24.8234 25.13 24.8234C24.9791 24.8234 24.8098 24.7774 24.7046 24.7423L24.6871 24.7365L24.6703 24.7287C24.0839 24.4581 23.8642 23.819 24.0829 23.2504L24.0883 23.2363L25.2113 20.6704Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5447 24.0037C18.8153 23.4174 19.4544 23.1976 20.023 23.4163L20.0331 23.4202L20.043 23.4247C20.6294 23.6954 20.8491 24.3345 20.6304 24.9031L20.625 24.9171L19.5067 27.4725C19.3199 27.9332 18.8978 28.1567 18.4633 28.1567C18.3124 28.1567 18.1431 28.1107 18.0379 28.0756L18.0204 28.0698L18.0036 28.0621C17.4173 27.7914 17.1975 27.1523 17.4162 26.5837L17.4216 26.5697L18.5447 24.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M8.00012 26.5672C7.68126 26.3625 7.57201 25.9093 7.7561 25.5548L8.17876 24.741H7.33341C6.96522 24.741 6.66675 24.4092 6.66675 23.9999C6.66675 23.5906 6.96522 23.2588 7.33341 23.2588H8.17875L7.7561 22.445C7.57201 22.0906 7.68126 21.6373 8.00012 21.4327C8.31898 21.228 8.72671 21.3495 8.9108 21.7039L9.33345 22.5177L9.7561 21.7039C9.9402 21.3495 10.3479 21.228 10.6668 21.4327C10.9856 21.6373 11.0949 22.0906 10.9108 22.445L10.4882 23.2588H11.3334C11.7016 23.2588 12.0001 23.5906 12.0001 23.9999C12.0001 24.4092 11.7016 24.741 11.3334 24.741H10.4882L10.9108 25.5548C11.0949 25.9093 10.9856 26.3625 10.6668 26.5672C10.3479 26.7718 9.9402 26.6504 9.7561 26.2959L9.33345 25.4821L8.9108 26.2959C8.72671 26.6504 8.31898 26.7718 8.00012 26.5672Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-sleeth-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningSleethColour",
          "declaration": {
            "name": "ObiLightningSleethColour",
            "module": "src/icons/icon-lightning-sleeth-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-sleeth-colour",
          "declaration": {
            "name": "ObiLightningSleethColour",
            "module": "src/icons/icon-lightning-sleeth-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-sleeth.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningSleeth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4965 13.4933L18.5124 7.33325L14.6666 15.1333L17.2425 16.3333L15.5736 23.3333L19.9999 14.6933L17.4965 13.4933Z\" fill=\"currentColor\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47892 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08284 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9178 7.50176 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.878 20.6703C26.1486 20.0839 26.7878 19.8642 27.3563 20.0829L27.3665 20.0868L27.3763 20.0913C27.9627 20.362 28.1824 21.0011 27.9638 21.5696L27.9584 21.5837L26.84 24.1391C26.6532 24.5998 26.2311 24.8233 25.7967 24.8233C25.6457 24.8233 25.4765 24.7773 25.3712 24.7422L25.3537 24.7364L25.337 24.7286C24.7506 24.458 24.5309 23.8189 24.7495 23.2503L24.755 23.2362L25.878 20.6703Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2113 24.0036C19.482 23.4173 20.1211 23.1975 20.6896 23.4162L20.6998 23.4201L20.7097 23.4247C21.296 23.6953 21.5158 24.3344 21.2971 24.903L21.2917 24.9171L20.1733 27.4724C19.9865 27.9331 19.5645 28.1567 19.13 28.1567C18.9791 28.1567 18.8098 28.1106 18.7046 28.0755L18.6871 28.0697L18.6703 28.062C18.0839 27.7913 17.8642 27.1522 18.0829 26.5837L18.0883 26.5696L19.2113 24.0036Z\" fill=\"currentColor\"/> <path d=\"M8.66663 26.5672C8.34776 26.3625 8.23851 25.9093 8.42261 25.5548L8.84526 24.741H7.99992C7.63173 24.741 7.33325 24.4092 7.33325 23.9999C7.33325 23.5906 7.63173 23.2588 7.99992 23.2588H8.84525L8.42261 22.445C8.23851 22.0906 8.34776 21.6373 8.66662 21.4327C8.98549 21.228 9.39321 21.3495 9.57731 21.7039L9.99996 22.5177L10.4226 21.7039C10.6067 21.3495 11.0144 21.228 11.3333 21.4327C11.6522 21.6373 11.7614 22.0906 11.5773 22.445L11.1547 23.2588H11.9999C12.3681 23.2588 12.6666 23.5906 12.6666 23.9999C12.6666 24.4092 12.3681 24.741 11.9999 24.741H11.1547L11.5773 25.5548C11.7614 25.9093 11.6522 26.3625 11.3333 26.5672C11.0144 26.7718 10.6067 26.6504 10.4226 26.2959L9.99996 25.4821L9.57731 26.2959C9.39321 26.6504 8.98549 26.7718 8.66663 26.5672Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4965 13.4933L18.5124 7.33325L14.6666 15.1333L17.2425 16.3333L15.5736 23.3333L19.9999 14.6933L17.4965 13.4933Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47892 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08284 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9178 7.50176 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.878 20.6703C26.1486 20.0839 26.7878 19.8642 27.3563 20.0829L27.3665 20.0868L27.3763 20.0913C27.9627 20.362 28.1824 21.0011 27.9638 21.5696L27.9584 21.5837L26.84 24.1391C26.6532 24.5998 26.2311 24.8233 25.7967 24.8233C25.6457 24.8233 25.4765 24.7773 25.3712 24.7422L25.3537 24.7364L25.337 24.7286C24.7506 24.458 24.5309 23.8189 24.7495 23.2503L24.755 23.2362L25.878 20.6703Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2113 24.0036C19.482 23.4173 20.1211 23.1975 20.6896 23.4162L20.6998 23.4201L20.7097 23.4247C21.296 23.6953 21.5158 24.3344 21.2971 24.903L21.2917 24.9171L20.1733 27.4724C19.9865 27.9331 19.5645 28.1567 19.13 28.1567C18.9791 28.1567 18.8098 28.1106 18.7046 28.0755L18.6871 28.0697L18.6703 28.062C18.0839 27.7913 17.8642 27.1522 18.0829 26.5837L18.0883 26.5696L19.2113 24.0036Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.66663 26.5672C8.34776 26.3625 8.23851 25.9093 8.42261 25.5548L8.84526 24.741H7.99992C7.63173 24.741 7.33325 24.4092 7.33325 23.9999C7.33325 23.5906 7.63173 23.2588 7.99992 23.2588H8.84525L8.42261 22.445C8.23851 22.0906 8.34776 21.6373 8.66662 21.4327C8.98549 21.228 9.39321 21.3495 9.57731 21.7039L9.99996 22.5177L10.4226 21.7039C10.6067 21.3495 11.0144 21.228 11.3333 21.4327C11.6522 21.6373 11.7614 22.0906 11.5773 22.445L11.1547 23.2588H11.9999C12.3681 23.2588 12.6666 23.5906 12.6666 23.9999C12.6666 24.4092 12.3681 24.741 11.9999 24.741H11.1547L11.5773 25.5548C11.7614 25.9093 11.6522 26.3625 11.3333 26.5672C11.0144 26.7718 10.6067 26.6504 10.4226 26.2959L9.99996 25.4821L9.57731 26.2959C9.39321 26.6504 8.98549 26.7718 8.66663 26.5672Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-sleeth",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningSleeth",
          "declaration": {
            "name": "ObiLightningSleeth",
            "module": "src/icons/icon-lightning-sleeth.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-sleeth",
          "declaration": {
            "name": "ObiLightningSleeth",
            "module": "src/icons/icon-lightning-sleeth.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-snow-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningSnowColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4967 13.4933L18.5126 7.33325L14.6667 15.1333L17.2427 16.3333L15.5738 23.3333L20.0001 14.6933L17.4967 13.4933Z\" fill=\"currentColor\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L21.1866 15.3012C21.3506 14.9811 21.3783 14.6082 21.2634 14.2673C21.1484 13.9264 20.9006 13.6465 20.5763 13.491L18.9748 12.7233L19.828 7.55025C19.9355 6.89826 19.5492 6.26588 18.9201 6.06382C18.291 5.86176 17.6087 6.15099 17.3165 6.74366L13.4707 14.5437C13.3121 14.8654 13.2898 15.2375 13.4089 15.5759C13.528 15.9143 13.7784 16.1904 14.1036 16.3419L15.6932 17.0825L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08284 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50176 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" fill=\"currentColor\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" fill=\"currentColor\"/> <path d=\"M8.00012 27.2338C7.68126 27.0292 7.57201 26.5759 7.7561 26.2215L8.17876 25.4077H7.33341C6.96522 25.4077 6.66675 25.0759 6.66675 24.6666C6.66675 24.2573 6.96522 23.9255 7.33341 23.9255H8.17875L7.7561 23.1117C7.57201 22.7572 7.68126 22.304 8.00012 22.0993C8.31898 21.8947 8.72671 22.0161 8.9108 22.3706L9.33345 23.1844L9.7561 22.3706C9.9402 22.0161 10.3479 21.8947 10.6668 22.0993C10.9856 22.304 11.0949 22.7572 10.9108 23.1117L10.4882 23.9255H11.3334C11.7016 23.9255 12.0001 24.2573 12.0001 24.6666C12.0001 25.0759 11.7016 25.4077 11.3334 25.4077H10.4882L10.9108 26.2215C11.0949 26.5759 10.9856 27.0292 10.6668 27.2338C10.3479 27.4385 9.9402 27.317 9.7561 26.9626L9.33345 26.1488L8.9108 26.9626C8.72671 27.317 8.31898 27.4385 8.00012 27.2338Z\" fill=\"currentColor\"/> <path d=\"M18.0001 29.2338C17.6813 29.0292 17.572 28.5759 17.7561 28.2215L18.1788 27.4077H17.3334C16.9652 27.4077 16.6667 27.0759 16.6667 26.6666C16.6667 26.2573 16.9652 25.9255 17.3334 25.9255H18.1787L17.7561 25.1117C17.572 24.7572 17.6813 24.304 18.0001 24.0993C18.319 23.8947 18.7267 24.0161 18.9108 24.3706L19.3335 25.1844L19.7561 24.3706C19.9402 24.0161 20.3479 23.8947 20.6668 24.0993C20.9856 24.304 21.0949 24.7572 20.9108 25.1117L20.4882 25.9255H21.3334C21.7016 25.9255 22.0001 26.2573 22.0001 26.6666C22.0001 27.0759 21.7016 27.4077 21.3334 27.4077H20.4881L20.9108 28.2215C21.0949 28.5759 20.9856 29.0292 20.6668 29.2338C20.3479 29.4385 19.9402 29.317 19.7561 28.9626L19.3335 28.1488L18.9108 28.9626C18.7267 29.317 18.319 29.4385 18.0001 29.2338Z\" fill=\"currentColor\"/> <path d=\"M25.3335 26.5672C25.0146 26.3625 24.9053 25.9093 25.0894 25.5548L25.5121 24.741H24.6667C24.2986 24.741 24.0001 24.4092 24.0001 23.9999C24.0001 23.5906 24.2986 23.2588 24.6667 23.2588H25.5121L25.0894 22.445C24.9053 22.0906 25.0146 21.6373 25.3335 21.4327C25.6523 21.228 26.06 21.3495 26.2441 21.7039L26.6668 22.5177L27.0894 21.7039C27.2735 21.3495 27.6813 21.228 28.0001 21.4327C28.319 21.6373 28.4282 22.0906 28.2441 22.445L27.8215 23.2588H28.6667C29.0349 23.2588 29.3334 23.5906 29.3334 23.9999C29.3334 24.4092 29.0349 24.741 28.6667 24.741H27.8215L28.2441 25.5548C28.4282 25.9093 28.319 26.3625 28.0001 26.5672C27.6813 26.7718 27.2735 26.6504 27.0894 26.2959L26.6668 25.4821L26.2441 26.2959C26.06 26.6504 25.6523 26.7718 25.3335 26.5672Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4967 13.4933L18.5126 7.33325L14.6667 15.1333L17.2427 16.3333L15.5738 23.3333L20.0001 14.6933L17.4967 13.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L21.1866 15.3012C21.3506 14.9811 21.3783 14.6082 21.2634 14.2673C21.1484 13.9264 20.9006 13.6465 20.5763 13.491L18.9748 12.7233L19.828 7.55025C19.9355 6.89826 19.5492 6.26588 18.9201 6.06382C18.291 5.86176 17.6087 6.15099 17.3165 6.74366L13.4707 14.5437C13.3121 14.8654 13.2898 15.2375 13.4089 15.5759C13.528 15.9143 13.7784 16.1904 14.1036 16.3419L15.6932 17.0825L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08284 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50176 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path d=\"M8.00012 27.2338C7.68126 27.0292 7.57201 26.5759 7.7561 26.2215L8.17876 25.4077H7.33341C6.96522 25.4077 6.66675 25.0759 6.66675 24.6666C6.66675 24.2573 6.96522 23.9255 7.33341 23.9255H8.17875L7.7561 23.1117C7.57201 22.7572 7.68126 22.304 8.00012 22.0993C8.31898 21.8947 8.72671 22.0161 8.9108 22.3706L9.33345 23.1844L9.7561 22.3706C9.9402 22.0161 10.3479 21.8947 10.6668 22.0993C10.9856 22.304 11.0949 22.7572 10.9108 23.1117L10.4882 23.9255H11.3334C11.7016 23.9255 12.0001 24.2573 12.0001 24.6666C12.0001 25.0759 11.7016 25.4077 11.3334 25.4077H10.4882L10.9108 26.2215C11.0949 26.5759 10.9856 27.0292 10.6668 27.2338C10.3479 27.4385 9.9402 27.317 9.7561 26.9626L9.33345 26.1488L8.9108 26.9626C8.72671 27.317 8.31898 27.4385 8.00012 27.2338Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M18.0001 29.2338C17.6813 29.0292 17.572 28.5759 17.7561 28.2215L18.1788 27.4077H17.3334C16.9652 27.4077 16.6667 27.0759 16.6667 26.6666C16.6667 26.2573 16.9652 25.9255 17.3334 25.9255H18.1787L17.7561 25.1117C17.572 24.7572 17.6813 24.304 18.0001 24.0993C18.319 23.8947 18.7267 24.0161 18.9108 24.3706L19.3335 25.1844L19.7561 24.3706C19.9402 24.0161 20.3479 23.8947 20.6668 24.0993C20.9856 24.304 21.0949 24.7572 20.9108 25.1117L20.4882 25.9255H21.3334C21.7016 25.9255 22.0001 26.2573 22.0001 26.6666C22.0001 27.0759 21.7016 27.4077 21.3334 27.4077H20.4881L20.9108 28.2215C21.0949 28.5759 20.9856 29.0292 20.6668 29.2338C20.3479 29.4385 19.9402 29.317 19.7561 28.9626L19.3335 28.1488L18.9108 28.9626C18.7267 29.317 18.319 29.4385 18.0001 29.2338Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M25.3335 26.5672C25.0146 26.3625 24.9053 25.9093 25.0894 25.5548L25.5121 24.741H24.6667C24.2986 24.741 24.0001 24.4092 24.0001 23.9999C24.0001 23.5906 24.2986 23.2588 24.6667 23.2588H25.5121L25.0894 22.445C24.9053 22.0906 25.0146 21.6373 25.3335 21.4327C25.6523 21.228 26.06 21.3495 26.2441 21.7039L26.6668 22.5177L27.0894 21.7039C27.2735 21.3495 27.6813 21.228 28.0001 21.4327C28.319 21.6373 28.4282 22.0906 28.2441 22.445L27.8215 23.2588H28.6667C29.0349 23.2588 29.3334 23.5906 29.3334 23.9999C29.3334 24.4092 29.0349 24.741 28.6667 24.741H27.8215L28.2441 25.5548C28.4282 25.9093 28.319 26.3625 28.0001 26.5672C27.6813 26.7718 27.2735 26.6504 27.0894 26.2959L26.6668 25.4821L26.2441 26.2959C26.06 26.6504 25.6523 26.7718 25.3335 26.5672Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-snow-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningSnowColour",
          "declaration": {
            "name": "ObiLightningSnowColour",
            "module": "src/icons/icon-lightning-snow-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-snow-colour",
          "declaration": {
            "name": "ObiLightningSnowColour",
            "module": "src/icons/icon-lightning-snow-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-snow-showers-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningSnowShowersDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" fill=\"currentColor\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1633 19.4933L17.1792 13.3333L13.3334 21.1333L15.9093 22.3333L14.2404 29.3333L18.6667 20.6933L16.1633 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3333 17.3488C27.4497 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6666 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0854 13.2031 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 11.999 13.014 11.1362 12.6646C10.7796 12.5203 10.3898 12.4872 9.99996 12.6822C9.66663 12.8488 9.45829 13.0988 9.33329 13.3801C8.95829 14.2238 9.33329 15.3488 9.33329 15.3488H6.66663C5.33329 15.3488 4.66663 16.2442 4.66663 17.3488C4.66663 18.4534 5.56206 19.3488 6.66663 19.3488H12.7266L12.1374 20.5438C12.0137 20.7948 11.9729 21.0764 12.0175 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0173 20.9812 20.045 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33329 15.3487C9.33329 15.3487 8.66663 13.3487 9.99996 12.6821C11.3333 12.0154 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 14.8855 9.71116 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L17.6415 18.7234L18.4947 13.5503C18.6022 12.8983 18.2159 12.266 17.5868 12.0639C16.9577 11.8618 16.2754 12.1511 15.9832 12.7437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329Z\" fill=\"currentColor\"/> <path d=\"M8 29.234C7.68114 29.0294 7.57189 28.5761 7.75598 28.2216L8.17863 27.4078H7.33329C6.9651 27.4078 6.66663 27.076 6.66663 26.6667C6.66663 26.2574 6.9651 25.9256 7.33329 25.9256H8.17863L7.75598 25.1119C7.57189 24.7574 7.68114 24.3041 8 24.0995C8.31886 23.8948 8.72659 24.0163 8.91068 24.3708L9.33333 25.1845L9.75598 24.3708C9.94008 24.0163 10.3478 23.8948 10.6667 24.0995C10.9855 24.3041 11.0948 24.7574 10.9107 25.1119L10.488 25.9256H11.3333C11.7015 25.9256 12 26.2574 12 26.6667C12 27.076 11.7015 27.4078 11.3333 27.4078H10.488L10.9107 28.2216C11.0948 28.5761 10.9855 29.0294 10.6667 29.234C10.3478 29.4387 9.94008 29.3172 9.75598 28.9627L9.33333 28.149L8.91068 28.9627C8.72659 29.3172 8.31886 29.4387 8 29.234Z\" fill=\"currentColor\"/> <path d=\"M19.3333 29.9007C19.0145 29.696 18.9052 29.2428 19.0893 28.8883L19.512 28.0745H18.6666C18.2984 28.0745 18 27.7427 18 27.3334C18 26.9241 18.2984 26.5923 18.6666 26.5923H19.512L19.0893 25.7785C18.9052 25.4241 19.0145 24.9708 19.3333 24.7662C19.6522 24.5615 20.0599 24.683 20.244 25.0374L20.6667 25.8512L21.0893 25.0374C21.2734 24.683 21.6811 24.5615 22 24.7662C22.3189 24.9708 22.4281 25.4241 22.244 25.7785L21.8214 26.5923H22.6666C23.0348 26.5923 23.3333 26.9241 23.3333 27.3334C23.3333 27.7427 23.0348 28.0745 22.6666 28.0745H21.8214L22.244 28.8883C22.4281 29.2428 22.3189 29.696 22 29.9007C21.6811 30.1053 21.2734 29.9839 21.0893 29.6294L20.6667 28.8156L20.244 29.6294C20.0599 29.9839 19.6522 30.1053 19.3333 29.9007Z\" fill=\"currentColor\"/> <path d=\"M26 27.9007C25.6811 27.696 25.5719 27.2428 25.756 26.8883L26.1786 26.0745H25.3333C24.9651 26.0745 24.6666 25.7427 24.6666 25.3334C24.6666 24.9241 24.9651 24.5923 25.3333 24.5923H26.1786L25.756 23.7785C25.5719 23.4241 25.6811 22.9708 26 22.7662C26.3189 22.5615 26.7266 22.683 26.9107 23.0374L27.3333 23.8512L27.756 23.0374C27.9401 22.683 28.3478 22.5615 28.6667 22.7662C28.9855 22.9708 29.0948 23.4241 28.9107 23.7785L28.488 24.5923H29.3333C29.7015 24.5923 30 24.9241 30 25.3334C30 25.7427 29.7015 26.0745 29.3333 26.0745H28.488L28.9107 26.8883C29.0948 27.2428 28.9855 27.696 28.6667 27.9007C28.3478 28.1053 27.9401 27.9839 27.756 27.6294L27.3333 26.8156L26.9107 27.6294C26.7266 27.9839 26.3189 28.1053 26 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1633 19.4933L17.1792 13.3333L13.3334 21.1333L15.9093 22.3333L14.2404 29.3333L18.6667 20.6933L16.1633 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3333 17.3488C27.4497 15.8352 24 15.3488 24 15.3488C24 15.3488 24 10.4446 18.6666 10.0155C16.5282 9.84342 14.8895 11.1454 13.8692 12.3091C13.0854 13.2031 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 11.999 13.014 11.1362 12.6646C10.7796 12.5203 10.3898 12.4872 9.99996 12.6822C9.66663 12.8488 9.45829 13.0988 9.33329 13.3801C8.95829 14.2238 9.33329 15.3488 9.33329 15.3488H6.66663C5.33329 15.3488 4.66663 16.2442 4.66663 17.3488C4.66663 18.4534 5.56206 19.3488 6.66663 19.3488H12.7266L12.1374 20.5438C12.0137 20.7948 11.9729 21.0764 12.0175 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H19.829L19.8533 21.3014C20.0173 20.9812 20.045 20.6084 19.9301 20.2675C19.8152 19.9266 19.5674 19.6466 19.243 19.4911L18.9461 19.3488H25.3333C26.4379 19.3488 27.2486 18.4501 27.3333 17.3488Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path d=\"M9.33329 15.3487C9.33329 15.3487 8.66663 13.3487 9.99996 12.6821C11.3333 12.0154 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 14.8855 9.71116 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L17.6415 18.7234L18.4947 13.5503C18.6022 12.8983 18.2159 12.266 17.5868 12.0639C16.9577 11.8618 16.2754 12.1511 15.9832 12.7437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path d=\"M8 29.234C7.68114 29.0294 7.57189 28.5761 7.75598 28.2216L8.17863 27.4078H7.33329C6.9651 27.4078 6.66663 27.076 6.66663 26.6667C6.66663 26.2574 6.9651 25.9256 7.33329 25.9256H8.17863L7.75598 25.1119C7.57189 24.7574 7.68114 24.3041 8 24.0995C8.31886 23.8948 8.72659 24.0163 8.91068 24.3708L9.33333 25.1845L9.75598 24.3708C9.94008 24.0163 10.3478 23.8948 10.6667 24.0995C10.9855 24.3041 11.0948 24.7574 10.9107 25.1119L10.488 25.9256H11.3333C11.7015 25.9256 12 26.2574 12 26.6667C12 27.076 11.7015 27.4078 11.3333 27.4078H10.488L10.9107 28.2216C11.0948 28.5761 10.9855 29.0294 10.6667 29.234C10.3478 29.4387 9.94008 29.3172 9.75598 28.9627L9.33333 28.149L8.91068 28.9627C8.72659 29.3172 8.31886 29.4387 8 29.234Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M19.3333 29.9007C19.0145 29.696 18.9052 29.2428 19.0893 28.8883L19.512 28.0745H18.6666C18.2984 28.0745 18 27.7427 18 27.3334C18 26.9241 18.2984 26.5923 18.6666 26.5923H19.512L19.0893 25.7785C18.9052 25.4241 19.0145 24.9708 19.3333 24.7662C19.6522 24.5615 20.0599 24.683 20.244 25.0374L20.6667 25.8512L21.0893 25.0374C21.2734 24.683 21.6811 24.5615 22 24.7662C22.3189 24.9708 22.4281 25.4241 22.244 25.7785L21.8214 26.5923H22.6666C23.0348 26.5923 23.3333 26.9241 23.3333 27.3334C23.3333 27.7427 23.0348 28.0745 22.6666 28.0745H21.8214L22.244 28.8883C22.4281 29.2428 22.3189 29.696 22 29.9007C21.6811 30.1053 21.2734 29.9839 21.0893 29.6294L20.6667 28.8156L20.244 29.6294C20.0599 29.9839 19.6522 30.1053 19.3333 29.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M26 27.9007C25.6811 27.696 25.5719 27.2428 25.756 26.8883L26.1786 26.0745H25.3333C24.9651 26.0745 24.6666 25.7427 24.6666 25.3334C24.6666 24.9241 24.9651 24.5923 25.3333 24.5923H26.1786L25.756 23.7785C25.5719 23.4241 25.6811 22.9708 26 22.7662C26.3189 22.5615 26.7266 22.683 26.9107 23.0374L27.3333 23.8512L27.756 23.0374C27.9401 22.683 28.3478 22.5615 28.6667 22.7662C28.9855 22.9708 29.0948 23.4241 28.9107 23.7785L28.488 24.5923H29.3333C29.7015 24.5923 30 24.9241 30 25.3334C30 25.7427 29.7015 26.0745 29.3333 26.0745H28.488L28.9107 26.8883C29.0948 27.2428 28.9855 27.696 28.6667 27.9007C28.3478 28.1053 27.9401 27.9839 27.756 27.6294L27.3333 26.8156L26.9107 27.6294C26.7266 27.9839 26.3189 28.1053 26 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-snow-showers-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningSnowShowersDayColour",
          "declaration": {
            "name": "ObiLightningSnowShowersDayColour",
            "module": "src/icons/icon-lightning-snow-showers-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-snow-showers-day-colour",
          "declaration": {
            "name": "ObiLightningSnowShowersDayColour",
            "module": "src/icons/icon-lightning-snow-showers-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-snow-showers-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningSnowShowersDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93387 4.00639C9.83981 4.29555 9.50221 4.44272 9.21485 4.31985L6.9581 3.35492C6.54012 3.1762 6.09568 3.5634 6.24296 3.97794L7.03817 6.21614C7.13943 6.50114 6.95483 6.8089 6.64501 6.8716L4.21188 7.36403C3.76123 7.45524 3.63723 8.01571 4.01236 8.26588L6.03773 9.61656C6.29563 9.78855 6.33454 10.1393 6.1206 10.3637L4.44046 12.1254C4.12928 12.4516 4.37309 12.9713 4.83277 12.9616L7.31467 12.9088C7.33529 12.9084 7.35561 12.9091 7.37559 12.9108C7.32722 13.0596 7.2893 13.2064 7.25983 13.3487H6.66663C5.52695 13.3487 4.46207 13.7473 3.69549 14.5796C2.95372 15.385 2.66663 16.4054 2.66663 17.3487C2.66663 19.5579 4.45749 21.3487 6.66662 21.3487H12.0175C11.9729 21.0764 12.0137 20.7947 12.1374 20.5437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.38C9.45829 13.0987 9.66663 12.8487 9.99996 12.6821C10.3898 12.4871 10.7796 12.5202 11.1362 12.6646C11.999 13.014 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1453 16.5282 9.84334 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.4501 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9265 19.9301 20.2674C20.045 20.6083 20.0173 20.9811 19.8533 21.3013L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.5021C29.4242 16.2439 28.733 15.3588 28.1495 14.8676C27.5831 14.3908 26.9122 14.0916 26.3986 13.9033C26.1852 13.8251 25.9743 13.7573 25.774 13.6989C25.645 13.1746 25.4389 12.5559 25.107 11.9189C24.1524 10.0866 22.242 8.29662 18.827 8.02185C18.6026 8.00379 18.3829 7.99706 18.1679 8.00059L19.5596 6.54135C19.8707 6.21506 19.6269 5.69538 19.1672 5.70515L16.6853 5.75791C16.3693 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4963 2.40973 15.9778 2.12935 15.6092 2.39533L13.6188 3.83136C13.3653 4.01422 13.0037 3.9446 12.8485 3.68309L11.6302 1.62937ZM9.10553 10.8932C8.81849 11.0367 8.57294 11.2042 8.36309 11.3875C8.07206 10.9161 7.8796 10.3786 7.81515 9.79755C7.5716 7.60187 9.24779 5.6141 11.559 5.35774C13.6897 5.1214 15.6162 6.43897 16.0951 8.36647C14.6977 8.8461 13.5967 9.71689 12.8272 10.4944C12.6503 10.6732 12.4855 10.8521 12.333 11.0276C11.5414 10.5915 10.3817 10.2551 9.10553 10.8932Z\" fill=\"currentColor\"/> <path d=\"M17.1791 13.3333L16.1632 19.4933L18.6666 20.6933L14.2403 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" fill=\"currentColor\"/> <path d=\"M8 29.2339C7.68114 29.0293 7.57189 28.576 7.75598 28.2216L8.17863 27.4078H7.33329C6.9651 27.4078 6.66663 27.076 6.66663 26.6667C6.66663 26.2574 6.9651 25.9256 7.33329 25.9256H8.17863L7.75598 25.1118C7.57189 24.7573 7.68114 24.3041 8 24.0994C8.31886 23.8948 8.72659 24.0162 8.91068 24.3707L9.33333 25.1845L9.75598 24.3707C9.94008 24.0162 10.3478 23.8948 10.6667 24.0994C10.9855 24.3041 11.0948 24.7573 10.9107 25.1118L10.488 25.9256H11.3333C11.7015 25.9256 12 26.2574 12 26.6667C12 27.076 11.7015 27.4078 11.3333 27.4078H10.488L10.9107 28.2216C11.0948 28.576 10.9855 29.0293 10.6667 29.2339C10.3478 29.4386 9.94008 29.3171 9.75598 28.9627L9.33333 28.1489L8.91068 28.9627C8.72659 29.3171 8.31886 29.4386 8 29.2339Z\" fill=\"currentColor\"/> <path d=\"M19.3333 29.9006C19.0145 29.6959 18.9052 29.2427 19.0893 28.8882L19.512 28.0744H18.6666C18.2984 28.0744 18 27.7426 18 27.3333C18 26.924 18.2984 26.5922 18.6666 26.5922H19.512L19.0893 25.7784C18.9052 25.424 19.0145 24.9707 19.3333 24.7661C19.6522 24.5614 20.0599 24.6829 20.244 25.0373L20.6667 25.8511L21.0893 25.0373C21.2734 24.6829 21.6811 24.5614 22 24.7661C22.3189 24.9707 22.4281 25.424 22.244 25.7784L21.8214 26.5922H22.6666C23.0348 26.5922 23.3333 26.924 23.3333 27.3333C23.3333 27.7426 23.0348 28.0744 22.6666 28.0744H21.8214L22.244 28.8882C22.4281 29.2427 22.3189 29.6959 22 29.9006C21.6811 30.1052 21.2734 29.9838 21.0893 29.6293L20.6667 28.8155L20.244 29.6293C20.0599 29.9838 19.6522 30.1052 19.3333 29.9006Z\" fill=\"currentColor\"/> <path d=\"M26 27.9006C25.6811 27.6959 25.5719 27.2427 25.756 26.8882L26.1786 26.0744H25.3333C24.9651 26.0744 24.6666 25.7426 24.6666 25.3333C24.6666 24.924 24.9651 24.5922 25.3333 24.5922H26.1786L25.756 23.7784C25.5719 23.424 25.6811 22.9707 26 22.7661C26.3189 22.5614 26.7266 22.6829 26.9107 23.0373L27.3333 23.8511L27.756 23.0373C27.9401 22.6829 28.3478 22.5614 28.6667 22.7661C28.9855 22.9707 29.0948 23.424 28.9107 23.7784L28.488 24.5922H29.3333C29.7015 24.5922 30 24.924 30 25.3333C30 25.7426 29.7015 26.0744 29.3333 26.0744H28.488L28.9107 26.8882C29.0948 27.2427 28.9855 27.6959 28.6667 27.9006C28.3478 28.1052 27.9401 27.9838 27.756 27.6293L27.3333 26.8155L26.9107 27.6293C26.7266 27.9838 26.3189 28.1052 26 27.9006Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93387 4.00639C9.83981 4.29555 9.50221 4.44272 9.21485 4.31985L6.9581 3.35492C6.54012 3.1762 6.09568 3.5634 6.24296 3.97794L7.03817 6.21614C7.13943 6.50114 6.95483 6.8089 6.64501 6.8716L4.21188 7.36403C3.76123 7.45524 3.63723 8.01571 4.01236 8.26588L6.03773 9.61656C6.29563 9.78855 6.33454 10.1393 6.1206 10.3637L4.44046 12.1254C4.12928 12.4516 4.37309 12.9713 4.83277 12.9616L7.31467 12.9088C7.33529 12.9084 7.35561 12.9091 7.37559 12.9108C7.32722 13.0596 7.2893 13.2064 7.25983 13.3487H6.66663C5.52695 13.3487 4.46207 13.7473 3.69549 14.5796C2.95372 15.385 2.66663 16.4054 2.66663 17.3487C2.66663 19.5579 4.45749 21.3487 6.66662 21.3487H12.0175C11.9729 21.0764 12.0137 20.7947 12.1374 20.5437L12.7266 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2442 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.38C9.45829 13.0987 9.66663 12.8487 9.99996 12.6821C10.3898 12.4871 10.7796 12.5202 11.1362 12.6646C11.999 13.014 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1453 16.5282 9.84334 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.4501 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9265 19.9301 20.2674C20.045 20.6083 20.0173 20.9811 19.8533 21.3013L19.829 21.3487H25.3333C27.6727 21.3487 29.178 19.4449 29.3274 17.5021C29.4242 16.2439 28.733 15.3588 28.1495 14.8676C27.5831 14.3908 26.9122 14.0916 26.3986 13.9033C26.1852 13.8251 25.9743 13.7573 25.774 13.6989C25.645 13.1746 25.4389 12.5559 25.107 11.9189C24.1524 10.0866 22.242 8.29662 18.827 8.02185C18.6026 8.00379 18.3829 7.99706 18.1679 8.00059L19.5596 6.54135C19.8707 6.21506 19.6269 5.69538 19.1672 5.70515L16.6853 5.75791C16.3693 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4963 2.40973 15.9778 2.12935 15.6092 2.39533L13.6188 3.83136C13.3653 4.01422 13.0037 3.9446 12.8485 3.68309L11.6302 1.62937ZM9.10553 10.8932C8.81849 11.0367 8.57294 11.2042 8.36309 11.3875C8.07206 10.9161 7.8796 10.3786 7.81515 9.79755C7.5716 7.60187 9.24779 5.6141 11.559 5.35774C13.6897 5.1214 15.6162 6.43897 16.0951 8.36647C14.6977 8.8461 13.5967 9.71689 12.8272 10.4944C12.6503 10.6732 12.4855 10.8521 12.333 11.0276C11.5414 10.5915 10.3817 10.2551 9.10553 10.8932Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1791 13.3333L16.1632 19.4933L18.6666 20.6933L14.2403 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 29.2339C7.68114 29.0293 7.57189 28.576 7.75598 28.2216L8.17863 27.4078H7.33329C6.9651 27.4078 6.66663 27.076 6.66663 26.6667C6.66663 26.2574 6.9651 25.9256 7.33329 25.9256H8.17863L7.75598 25.1118C7.57189 24.7573 7.68114 24.3041 8 24.0994C8.31886 23.8948 8.72659 24.0162 8.91068 24.3707L9.33333 25.1845L9.75598 24.3707C9.94008 24.0162 10.3478 23.8948 10.6667 24.0994C10.9855 24.3041 11.0948 24.7573 10.9107 25.1118L10.488 25.9256H11.3333C11.7015 25.9256 12 26.2574 12 26.6667C12 27.076 11.7015 27.4078 11.3333 27.4078H10.488L10.9107 28.2216C11.0948 28.576 10.9855 29.0293 10.6667 29.2339C10.3478 29.4386 9.94008 29.3171 9.75598 28.9627L9.33333 28.1489L8.91068 28.9627C8.72659 29.3171 8.31886 29.4386 8 29.2339Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.3333 29.9006C19.0145 29.6959 18.9052 29.2427 19.0893 28.8882L19.512 28.0744H18.6666C18.2984 28.0744 18 27.7426 18 27.3333C18 26.924 18.2984 26.5922 18.6666 26.5922H19.512L19.0893 25.7784C18.9052 25.424 19.0145 24.9707 19.3333 24.7661C19.6522 24.5614 20.0599 24.6829 20.244 25.0373L20.6667 25.8511L21.0893 25.0373C21.2734 24.6829 21.6811 24.5614 22 24.7661C22.3189 24.9707 22.4281 25.424 22.244 25.7784L21.8214 26.5922H22.6666C23.0348 26.5922 23.3333 26.924 23.3333 27.3333C23.3333 27.7426 23.0348 28.0744 22.6666 28.0744H21.8214L22.244 28.8882C22.4281 29.2427 22.3189 29.6959 22 29.9006C21.6811 30.1052 21.2734 29.9838 21.0893 29.6293L20.6667 28.8155L20.244 29.6293C20.0599 29.9838 19.6522 30.1052 19.3333 29.9006Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M26 27.9006C25.6811 27.6959 25.5719 27.2427 25.756 26.8882L26.1786 26.0744H25.3333C24.9651 26.0744 24.6666 25.7426 24.6666 25.3333C24.6666 24.924 24.9651 24.5922 25.3333 24.5922H26.1786L25.756 23.7784C25.5719 23.424 25.6811 22.9707 26 22.7661C26.3189 22.5614 26.7266 22.6829 26.9107 23.0373L27.3333 23.8511L27.756 23.0373C27.9401 22.6829 28.3478 22.5614 28.6667 22.7661C28.9855 22.9707 29.0948 23.424 28.9107 23.7784L28.488 24.5922H29.3333C29.7015 24.5922 30 24.924 30 25.3333C30 25.7426 29.7015 26.0744 29.3333 26.0744H28.488L28.9107 26.8882C29.0948 27.2427 28.9855 27.6959 28.6667 27.9006C28.3478 28.1052 27.9401 27.9838 27.756 27.6293L27.3333 26.8155L26.9107 27.6293C26.7266 27.9838 26.3189 28.1052 26 27.9006Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-snow-showers-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningSnowShowersDay",
          "declaration": {
            "name": "ObiLightningSnowShowersDay",
            "module": "src/icons/icon-lightning-snow-showers-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-snow-showers-day",
          "declaration": {
            "name": "ObiLightningSnowShowersDay",
            "module": "src/icons/icon-lightning-snow-showers-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-snow-showers-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningSnowShowersNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" fill=\"currentColor\"/> <path d=\"M8.00012 29.234C7.68126 29.0294 7.57201 28.5761 7.7561 28.2216L8.17876 27.4078H7.33341C6.96522 27.4078 6.66675 27.076 6.66675 26.6667C6.66675 26.2574 6.96522 25.9256 7.33341 25.9256H8.17875L7.7561 25.1119C7.57201 24.7574 7.68126 24.3041 8.00012 24.0995C8.31898 23.8948 8.72671 24.0163 8.9108 24.3708L9.33345 25.1845L9.7561 24.3708C9.9402 24.0163 10.3479 23.8948 10.6668 24.0995C10.9856 24.3041 11.0949 24.7574 10.9108 25.1119L10.4882 25.9256H11.3334C11.7016 25.9256 12.0001 26.2574 12.0001 26.6667C12.0001 27.076 11.7016 27.4078 11.3334 27.4078H10.4882L10.9108 28.2216C11.0949 28.5761 10.9856 29.0294 10.6668 29.234C10.3479 29.4387 9.9402 29.3172 9.7561 28.9627L9.33345 28.149L8.9108 28.9627C8.72671 29.3172 8.31898 29.4387 8.00012 29.234Z\" fill=\"currentColor\"/> <path d=\"M19.3335 29.9007C19.0146 29.696 18.9053 29.2428 19.0894 28.8883L19.5121 28.0745H18.6667C18.2986 28.0745 18.0001 27.7427 18.0001 27.3334C18.0001 26.9241 18.2986 26.5923 18.6667 26.5923H19.5121L19.0894 25.7785C18.9053 25.4241 19.0146 24.9708 19.3335 24.7662C19.6523 24.5615 20.06 24.683 20.2441 25.0374L20.6668 25.8512L21.0894 25.0374C21.2735 24.683 21.6813 24.5615 22.0001 24.7662C22.319 24.9708 22.4282 25.4241 22.2441 25.7785L21.8215 26.5923H22.6667C23.0349 26.5923 23.3334 26.9241 23.3334 27.3334C23.3334 27.7427 23.0349 28.0745 22.6667 28.0745H21.8215L22.2441 28.8883C22.4282 29.2428 22.319 29.696 22.0001 29.9007C21.6813 30.1053 21.2735 29.9839 21.0894 29.6294L20.6668 28.8156L20.2441 29.6294C20.06 29.9839 19.6523 30.1053 19.3335 29.9007Z\" fill=\"currentColor\"/> <path d=\"M26.0001 27.9007C25.6813 27.696 25.572 27.2428 25.7561 26.8883L26.1788 26.0745H25.3334C24.9652 26.0745 24.6667 25.7427 24.6667 25.3334C24.6667 24.9241 24.9652 24.5923 25.3334 24.5923H26.1787L25.7561 23.7785C25.572 23.4241 25.6813 22.9708 26.0001 22.7662C26.319 22.5615 26.7267 22.683 26.9108 23.0374L27.3335 23.8512L27.7561 23.0374C27.9402 22.683 28.3479 22.5615 28.6668 22.7662C28.9856 22.9708 29.0949 23.4241 28.9108 23.7785L28.4882 24.5923H29.3334C29.7016 24.5923 30.0001 24.9241 30.0001 25.3334C30.0001 25.7427 29.7016 26.0745 29.3334 26.0745H28.4882L28.9108 26.8883C29.0949 27.2428 28.9856 27.696 28.6668 27.9007C28.3479 28.1053 27.9402 27.9839 27.7561 27.6294L27.3335 26.8156L26.9108 27.6294C26.7267 27.9839 26.319 28.1053 26.0001 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path d=\"M8.00012 29.234C7.68126 29.0294 7.57201 28.5761 7.7561 28.2216L8.17876 27.4078H7.33341C6.96522 27.4078 6.66675 27.076 6.66675 26.6667C6.66675 26.2574 6.96522 25.9256 7.33341 25.9256H8.17875L7.7561 25.1119C7.57201 24.7574 7.68126 24.3041 8.00012 24.0995C8.31898 23.8948 8.72671 24.0163 8.9108 24.3708L9.33345 25.1845L9.7561 24.3708C9.9402 24.0163 10.3479 23.8948 10.6668 24.0995C10.9856 24.3041 11.0949 24.7574 10.9108 25.1119L10.4882 25.9256H11.3334C11.7016 25.9256 12.0001 26.2574 12.0001 26.6667C12.0001 27.076 11.7016 27.4078 11.3334 27.4078H10.4882L10.9108 28.2216C11.0949 28.5761 10.9856 29.0294 10.6668 29.234C10.3479 29.4387 9.9402 29.3172 9.7561 28.9627L9.33345 28.149L8.9108 28.9627C8.72671 29.3172 8.31898 29.4387 8.00012 29.234Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M19.3335 29.9007C19.0146 29.696 18.9053 29.2428 19.0894 28.8883L19.5121 28.0745H18.6667C18.2986 28.0745 18.0001 27.7427 18.0001 27.3334C18.0001 26.9241 18.2986 26.5923 18.6667 26.5923H19.5121L19.0894 25.7785C18.9053 25.4241 19.0146 24.9708 19.3335 24.7662C19.6523 24.5615 20.06 24.683 20.2441 25.0374L20.6668 25.8512L21.0894 25.0374C21.2735 24.683 21.6813 24.5615 22.0001 24.7662C22.319 24.9708 22.4282 25.4241 22.2441 25.7785L21.8215 26.5923H22.6667C23.0349 26.5923 23.3334 26.9241 23.3334 27.3334C23.3334 27.7427 23.0349 28.0745 22.6667 28.0745H21.8215L22.2441 28.8883C22.4282 29.2428 22.319 29.696 22.0001 29.9007C21.6813 30.1053 21.2735 29.9839 21.0894 29.6294L20.6668 28.8156L20.2441 29.6294C20.06 29.9839 19.6523 30.1053 19.3335 29.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M26.0001 27.9007C25.6813 27.696 25.572 27.2428 25.7561 26.8883L26.1788 26.0745H25.3334C24.9652 26.0745 24.6667 25.7427 24.6667 25.3334C24.6667 24.9241 24.9652 24.5923 25.3334 24.5923H26.1787L25.7561 23.7785C25.572 23.4241 25.6813 22.9708 26.0001 22.7662C26.319 22.5615 26.7267 22.683 26.9108 23.0374L27.3335 23.8512L27.7561 23.0374C27.9402 22.683 28.3479 22.5615 28.6668 22.7662C28.9856 22.9708 29.0949 23.4241 28.9108 23.7785L28.4882 24.5923H29.3334C29.7016 24.5923 30.0001 24.9241 30.0001 25.3334C30.0001 25.7427 29.7016 26.0745 29.3334 26.0745H28.4882L28.9108 26.8883C29.0949 27.2428 28.9856 27.696 28.6668 27.9007C28.3479 28.1053 27.9402 27.9839 27.7561 27.6294L27.3335 26.8156L26.9108 27.6294C26.7267 27.9839 26.319 28.1053 26.0001 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-snow-showers-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningSnowShowersNightColour",
          "declaration": {
            "name": "ObiLightningSnowShowersNightColour",
            "module": "src/icons/icon-lightning-snow-showers-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-snow-showers-night-colour",
          "declaration": {
            "name": "ObiLightningSnowShowersNightColour",
            "module": "src/icons/icon-lightning-snow-showers-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-snow-showers-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningSnowShowersNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.0223 12.9059 2.73015 13.8771 3.62234 14.6614C2.9348 15.4534 2.66667 16.437 2.66667 17.3487C2.66667 19.5578 4.45753 21.3486 6.66666 21.3487H12.0175C11.9729 21.0763 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66667C5.5621 19.3487 4.66667 18.4532 4.66667 17.3487C4.66667 16.2441 5.33333 15.3487 6.66667 15.3487H9.33333C9.33333 15.3487 8.95833 14.2237 9.33333 13.3799C9.45833 13.0987 9.66667 12.8487 10 12.682C10.3898 12.4871 10.7797 12.5201 11.1362 12.6645C11.999 13.0139 12.6667 14.0153 12.6667 14.0153C12.6667 14.0153 13.0855 13.2029 13.8692 12.3089C14.8895 11.1452 16.5282 9.84326 18.6667 10.0153C24 10.4444 24 15.3487 24 15.3487C24 15.3487 27.4498 15.835 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9264 19.9301 20.2673C20.0451 20.6082 20.0174 20.9811 19.8533 21.3012L19.829 21.3487H25.3333C27.6727 21.3486 29.178 19.4449 29.3274 17.502C29.4242 16.2438 28.7331 15.3587 28.1496 14.8675C27.5832 14.3907 26.9123 14.0915 26.3987 13.9032C26.1852 13.825 25.9743 13.7572 25.7741 13.6988C25.6451 13.1745 25.4389 12.5559 25.1071 11.9189C24.1525 10.0865 22.2421 8.29654 18.8271 8.02176C18.2154 7.97254 17.6381 8.00744 17.0969 8.10503C16.9853 5.41627 15.5526 2.94813 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path d=\"M17.1791 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" fill=\"currentColor\"/> <path d=\"M6.66671 29.2338C6.34784 29.0292 6.23859 28.5759 6.42269 28.2215L6.84534 27.4077H6C5.63181 27.4077 5.33333 27.0759 5.33333 26.6666C5.33333 26.2573 5.63181 25.9255 6 25.9255H6.84533L6.42269 25.1117C6.23859 24.7572 6.34784 24.304 6.66671 24.0993C6.98557 23.8947 7.39329 24.0161 7.57739 24.3706L8.00004 25.1844L8.42269 24.3706C8.60678 24.0161 9.01451 23.8947 9.33337 24.0993C9.65223 24.304 9.76148 24.7572 9.57739 25.1117L9.15474 25.9255H10C10.3682 25.9255 10.6667 26.2573 10.6667 26.6666C10.6667 27.0759 10.3682 27.4077 10 27.4077H9.15474L9.57739 28.2215C9.76148 28.5759 9.65224 29.0292 9.33337 29.2338C9.01451 29.4385 8.60678 29.317 8.42269 28.9626L8.00004 28.1488L7.57739 28.9626C7.39329 29.317 6.98557 29.4385 6.66671 29.2338Z\" fill=\"currentColor\"/> <path d=\"M18 29.9005C17.6812 29.6959 17.5719 29.2426 17.756 28.8881L18.1787 28.0743H17.3333C16.9651 28.0743 16.6667 27.7425 16.6667 27.3332C16.6667 26.9239 16.9651 26.5921 17.3333 26.5921H18.1787L17.756 25.7784C17.5719 25.4239 17.6812 24.9706 18 24.766C18.3189 24.5613 18.7266 24.6828 18.9107 25.0373L19.3334 25.851L19.756 25.0373C19.9401 24.6828 20.3478 24.5613 20.6667 24.766C20.9856 24.9706 21.0948 25.4239 20.9107 25.7784L20.4881 26.5921H21.3333C21.7015 26.5921 22 26.9239 22 27.3332C22 27.7425 21.7015 28.0743 21.3333 28.0743H20.4881L20.9107 28.8881C21.0948 29.2426 20.9856 29.6959 20.6667 29.9005C20.3478 30.1052 19.9401 29.9837 19.756 29.6292L19.3334 28.8155L18.9107 29.6292C18.7266 29.9837 18.3189 30.1052 18 29.9005Z\" fill=\"currentColor\"/> <path d=\"M24.6667 27.9005C24.3478 27.6959 24.2386 27.2426 24.4227 26.8881L24.8453 26.0743H24C23.6318 26.0743 23.3333 25.7425 23.3333 25.3332C23.3333 24.9239 23.6318 24.5921 24 24.5921H24.8453L24.4227 23.7784C24.2386 23.4239 24.3478 22.9706 24.6667 22.766C24.9856 22.5613 25.3933 22.6828 25.5774 23.0373L26 23.851L26.4227 23.0373C26.6068 22.6828 27.0145 22.5613 27.3334 22.766C27.6522 22.9706 27.7615 23.4239 27.5774 23.7784L27.1547 24.5921H28C28.3682 24.5921 28.6667 24.9239 28.6667 25.3332C28.6667 25.7425 28.3682 26.0743 28 26.0743H27.1547L27.5774 26.8881C27.7615 27.2426 27.6522 27.6959 27.3334 27.9005C27.0145 28.1052 26.6068 27.9837 26.4227 27.6292L26 26.8155L25.5774 27.6292C25.3933 27.9837 24.9856 28.1052 24.6667 27.9005Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.0223 12.9059 2.73015 13.8771 3.62234 14.6614C2.9348 15.4534 2.66667 16.437 2.66667 17.3487C2.66667 19.5578 4.45753 21.3486 6.66666 21.3487H12.0175C11.9729 21.0763 12.0137 20.7947 12.1375 20.5437L12.7267 19.3487H6.66667C5.5621 19.3487 4.66667 18.4532 4.66667 17.3487C4.66667 16.2441 5.33333 15.3487 6.66667 15.3487H9.33333C9.33333 15.3487 8.95833 14.2237 9.33333 13.3799C9.45833 13.0987 9.66667 12.8487 10 12.682C10.3898 12.4871 10.7797 12.5201 11.1362 12.6645C11.999 13.0139 12.6667 14.0153 12.6667 14.0153C12.6667 14.0153 13.0855 13.2029 13.8692 12.3089C14.8895 11.1452 16.5282 9.84326 18.6667 10.0153C24 10.4444 24 15.3487 24 15.3487C24 15.3487 27.4498 15.835 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H18.9461L19.243 19.491C19.5674 19.6465 19.8152 19.9264 19.9301 20.2673C20.0451 20.6082 20.0174 20.9811 19.8533 21.3012L19.829 21.3487H25.3333C27.6727 21.3486 29.178 19.4449 29.3274 17.502C29.4242 16.2438 28.7331 15.3587 28.1496 14.8675C27.5832 14.3907 26.9123 14.0915 26.3987 13.9032C26.1852 13.825 25.9743 13.7572 25.7741 13.6988C25.6451 13.1745 25.4389 12.5559 25.1071 11.9189C24.1525 10.0865 22.2421 8.29654 18.8271 8.02176C18.2154 7.97254 17.6381 8.00744 17.0969 8.10503C16.9853 5.41627 15.5526 2.94813 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1791 13.3333L16.1633 19.4933L18.6667 20.6933L14.2404 29.3333L15.9093 22.3333L13.3333 21.1333L17.1791 13.3333Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.66671 29.2338C6.34784 29.0292 6.23859 28.5759 6.42269 28.2215L6.84534 27.4077H6C5.63181 27.4077 5.33333 27.0759 5.33333 26.6666C5.33333 26.2573 5.63181 25.9255 6 25.9255H6.84533L6.42269 25.1117C6.23859 24.7572 6.34784 24.304 6.66671 24.0993C6.98557 23.8947 7.39329 24.0161 7.57739 24.3706L8.00004 25.1844L8.42269 24.3706C8.60678 24.0161 9.01451 23.8947 9.33337 24.0993C9.65223 24.304 9.76148 24.7572 9.57739 25.1117L9.15474 25.9255H10C10.3682 25.9255 10.6667 26.2573 10.6667 26.6666C10.6667 27.0759 10.3682 27.4077 10 27.4077H9.15474L9.57739 28.2215C9.76148 28.5759 9.65224 29.0292 9.33337 29.2338C9.01451 29.4385 8.60678 29.317 8.42269 28.9626L8.00004 28.1488L7.57739 28.9626C7.39329 29.317 6.98557 29.4385 6.66671 29.2338Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 29.9005C17.6812 29.6959 17.5719 29.2426 17.756 28.8881L18.1787 28.0743H17.3333C16.9651 28.0743 16.6667 27.7425 16.6667 27.3332C16.6667 26.9239 16.9651 26.5921 17.3333 26.5921H18.1787L17.756 25.7784C17.5719 25.4239 17.6812 24.9706 18 24.766C18.3189 24.5613 18.7266 24.6828 18.9107 25.0373L19.3334 25.851L19.756 25.0373C19.9401 24.6828 20.3478 24.5613 20.6667 24.766C20.9856 24.9706 21.0948 25.4239 20.9107 25.7784L20.4881 26.5921H21.3333C21.7015 26.5921 22 26.9239 22 27.3332C22 27.7425 21.7015 28.0743 21.3333 28.0743H20.4881L20.9107 28.8881C21.0948 29.2426 20.9856 29.6959 20.6667 29.9005C20.3478 30.1052 19.9401 29.9837 19.756 29.6292L19.3334 28.8155L18.9107 29.6292C18.7266 29.9837 18.3189 30.1052 18 29.9005Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M24.6667 27.9005C24.3478 27.6959 24.2386 27.2426 24.4227 26.8881L24.8453 26.0743H24C23.6318 26.0743 23.3333 25.7425 23.3333 25.3332C23.3333 24.9239 23.6318 24.5921 24 24.5921H24.8453L24.4227 23.7784C24.2386 23.4239 24.3478 22.9706 24.6667 22.766C24.9856 22.5613 25.3933 22.6828 25.5774 23.0373L26 23.851L26.4227 23.0373C26.6068 22.6828 27.0145 22.5613 27.3334 22.766C27.6522 22.9706 27.7615 23.4239 27.5774 23.7784L27.1547 24.5921H28C28.3682 24.5921 28.6667 24.9239 28.6667 25.3332C28.6667 25.7425 28.3682 26.0743 28 26.0743H27.1547L27.5774 26.8881C27.7615 27.2426 27.6522 27.6959 27.3334 27.9005C27.0145 28.1052 26.6068 27.9837 26.4227 27.6292L26 26.8155L25.5774 27.6292C25.3933 27.9837 24.9856 28.1052 24.6667 27.9005Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-snow-showers-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningSnowShowersNight",
          "declaration": {
            "name": "ObiLightningSnowShowersNight",
            "module": "src/icons/icon-lightning-snow-showers-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-snow-showers-night",
          "declaration": {
            "name": "ObiLightningSnowShowersNight",
            "module": "src/icons/icon-lightning-snow-showers-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-snow-showers-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningSnowShowersPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" fill=\"currentColor\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" fill=\"currentColor\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" fill=\"currentColor\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" fill=\"currentColor\"/> <path d=\"M8.00012 29.234C7.68126 29.0294 7.57201 28.5761 7.7561 28.2216L8.17876 27.4078H7.33341C6.96522 27.4078 6.66675 27.076 6.66675 26.6667C6.66675 26.2574 6.96522 25.9256 7.33341 25.9256H8.17875L7.7561 25.1119C7.57201 24.7574 7.68126 24.3041 8.00012 24.0995C8.31898 23.8948 8.72671 24.0163 8.9108 24.3708L9.33345 25.1845L9.7561 24.3708C9.9402 24.0163 10.3479 23.8948 10.6668 24.0995C10.9856 24.3041 11.0949 24.7574 10.9108 25.1119L10.4882 25.9256H11.3334C11.7016 25.9256 12.0001 26.2574 12.0001 26.6667C12.0001 27.076 11.7016 27.4078 11.3334 27.4078H10.4882L10.9108 28.2216C11.0949 28.5761 10.9856 29.0294 10.6668 29.234C10.3479 29.4387 9.9402 29.3172 9.7561 28.9627L9.33345 28.149L8.9108 28.9627C8.72671 29.3172 8.31898 29.4387 8.00012 29.234Z\" fill=\"currentColor\"/> <path d=\"M19.3335 29.9007C19.0146 29.696 18.9053 29.2428 19.0894 28.8883L19.5121 28.0745H18.6667C18.2986 28.0745 18.0001 27.7427 18.0001 27.3334C18.0001 26.9241 18.2986 26.5923 18.6667 26.5923H19.5121L19.0894 25.7785C18.9053 25.4241 19.0146 24.9708 19.3335 24.7662C19.6523 24.5615 20.06 24.683 20.2441 25.0374L20.6668 25.8512L21.0894 25.0374C21.2735 24.683 21.6813 24.5615 22.0001 24.7662C22.319 24.9708 22.4282 25.4241 22.2441 25.7785L21.8215 26.5923H22.6667C23.0349 26.5923 23.3334 26.9241 23.3334 27.3334C23.3334 27.7427 23.0349 28.0745 22.6667 28.0745H21.8215L22.2441 28.8883C22.4282 29.2428 22.319 29.696 22.0001 29.9007C21.6813 30.1053 21.2735 29.9839 21.0894 29.6294L20.6668 28.8156L20.2441 29.6294C20.06 29.9839 19.6523 30.1053 19.3335 29.9007Z\" fill=\"currentColor\"/> <path d=\"M26.0001 27.9007C25.6813 27.696 25.572 27.2428 25.7561 26.8883L26.1788 26.0745H25.3334C24.9652 26.0745 24.6667 25.7427 24.6667 25.3334C24.6667 24.9241 24.9652 24.5923 25.3334 24.5923H26.1787L25.7561 23.7785C25.572 23.4241 25.6813 22.9708 26.0001 22.7662C26.319 22.5615 26.7267 22.683 26.9108 23.0374L27.3335 23.8512L27.7561 23.0374C27.9402 22.683 28.3479 22.5615 28.6668 22.7662C28.9856 22.9708 29.0949 23.4241 28.9108 23.7785L28.4882 24.5923H29.3334C29.7016 24.5923 30.0001 24.9241 30.0001 25.3334C30.0001 25.7427 29.7016 26.0745 29.3334 26.0745H28.4882L28.9108 26.8883C29.0949 27.2428 28.9856 27.696 28.6668 27.9007C28.3479 28.1053 27.9402 27.9839 27.7561 27.6294L27.3335 26.8156L26.9108 27.6294C26.7267 27.9839 26.319 28.1053 26.0001 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1632 19.4933L17.1791 13.3333L13.3333 21.1333L15.9092 22.3333L14.2403 29.3333L18.6666 20.6933L16.1632 19.4933Z\" style=\"fill: var(--data-weather-lightning-primary-color)\"/> <path d=\"M27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0764 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path d=\"M9.33342 15.3487C9.33342 15.3487 8.66675 13.3487 10.0001 12.6821C11.3334 12.0154 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 14.8856 9.71116 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H18.9462L17.6417 18.7234L18.4948 13.5503C18.6023 12.8983 18.2161 12.266 17.5869 12.0639C16.9578 11.8618 16.2756 12.1511 15.9833 12.7437L12.7267 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2442 5.33341 15.3487 6.66675 15.3487H9.33342Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path d=\"M8.00012 29.234C7.68126 29.0294 7.57201 28.5761 7.7561 28.2216L8.17876 27.4078H7.33341C6.96522 27.4078 6.66675 27.076 6.66675 26.6667C6.66675 26.2574 6.96522 25.9256 7.33341 25.9256H8.17875L7.7561 25.1119C7.57201 24.7574 7.68126 24.3041 8.00012 24.0995C8.31898 23.8948 8.72671 24.0163 8.9108 24.3708L9.33345 25.1845L9.7561 24.3708C9.9402 24.0163 10.3479 23.8948 10.6668 24.0995C10.9856 24.3041 11.0949 24.7574 10.9108 25.1119L10.4882 25.9256H11.3334C11.7016 25.9256 12.0001 26.2574 12.0001 26.6667C12.0001 27.076 11.7016 27.4078 11.3334 27.4078H10.4882L10.9108 28.2216C11.0949 28.5761 10.9856 29.0294 10.6668 29.234C10.3479 29.4387 9.9402 29.3172 9.7561 28.9627L9.33345 28.149L8.9108 28.9627C8.72671 29.3172 8.31898 29.4387 8.00012 29.234Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M19.3335 29.9007C19.0146 29.696 18.9053 29.2428 19.0894 28.8883L19.5121 28.0745H18.6667C18.2986 28.0745 18.0001 27.7427 18.0001 27.3334C18.0001 26.9241 18.2986 26.5923 18.6667 26.5923H19.5121L19.0894 25.7785C18.9053 25.4241 19.0146 24.9708 19.3335 24.7662C19.6523 24.5615 20.06 24.683 20.2441 25.0374L20.6668 25.8512L21.0894 25.0374C21.2735 24.683 21.6813 24.5615 22.0001 24.7662C22.319 24.9708 22.4282 25.4241 22.2441 25.7785L21.8215 26.5923H22.6667C23.0349 26.5923 23.3334 26.9241 23.3334 27.3334C23.3334 27.7427 23.0349 28.0745 22.6667 28.0745H21.8215L22.2441 28.8883C22.4282 29.2428 22.319 29.696 22.0001 29.9007C21.6813 30.1053 21.2735 29.9839 21.0894 29.6294L20.6668 28.8156L20.2441 29.6294C20.06 29.9839 19.6523 30.1053 19.3335 29.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M26.0001 27.9007C25.6813 27.696 25.572 27.2428 25.7561 26.8883L26.1788 26.0745H25.3334C24.9652 26.0745 24.6667 25.7427 24.6667 25.3334C24.6667 24.9241 24.9652 24.5923 25.3334 24.5923H26.1787L25.7561 23.7785C25.572 23.4241 25.6813 22.9708 26.0001 22.7662C26.319 22.5615 26.7267 22.683 26.9108 23.0374L27.3335 23.8512L27.7561 23.0374C27.9402 22.683 28.3479 22.5615 28.6668 22.7662C28.9856 22.9708 29.0949 23.4241 28.9108 23.7785L28.4882 24.5923H29.3334C29.7016 24.5923 30.0001 24.9241 30.0001 25.3334C30.0001 25.7427 29.7016 26.0745 29.3334 26.0745H28.4882L28.9108 26.8883C29.0949 27.2428 28.9856 27.696 28.6668 27.9007C28.3479 28.1053 27.9402 27.9839 27.7561 27.6294L27.3335 26.8156L26.9108 27.6294C26.7267 27.9839 26.319 28.1053 26.0001 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-snow-showers-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningSnowShowersPolartwilightColour",
          "declaration": {
            "name": "ObiLightningSnowShowersPolartwilightColour",
            "module": "src/icons/icon-lightning-snow-showers-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-snow-showers-polartwilight-colour",
          "declaration": {
            "name": "ObiLightningSnowShowersPolartwilightColour",
            "module": "src/icons/icon-lightning-snow-showers-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-snow-showers-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningSnowShowersPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H16.4459C16.4459 6.13816 16.5052 6.27623 16.6239 6.37592L18.488 7.94166C18.5119 7.96174 18.5333 7.98304 18.5522 8.0053C18.6431 8.00897 18.7347 8.01449 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0765 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.40364 12.6549 7.74859 11.8519 8.5239 11.2558C8.49923 11.2653 8.47495 11.2767 8.45129 11.2901L6.31467 12.4979C5.91894 12.7216 5.43452 12.3858 5.53521 11.9575L6.07882 9.64532C6.14804 9.35089 5.93064 9.06536 5.61579 9.0372L3.14321 8.81601C2.68525 8.77504 2.50022 8.23165 2.84548 7.94165L4.70959 6.37592C4.82827 6.27623 4.88761 6.13816 4.88761 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341ZM6.45622 6.00008H14.8773C14.8773 8.20922 12.9922 10.0001 10.6667 10.0001C8.34134 10.0001 6.45622 8.20922 6.45622 6.00008Z\" fill=\"currentColor\"/> <path d=\"M17.1792 13.3334L16.1633 19.4934L18.6667 20.6934L14.2404 29.3334L15.9094 22.3334L13.3334 21.1334L17.1792 13.3334Z\" fill=\"currentColor\"/> <path d=\"M8.00012 29.234C7.68126 29.0294 7.57201 28.5761 7.7561 28.2216L8.17876 27.4078H7.33342C6.96523 27.4078 6.66675 27.076 6.66675 26.6667C6.66675 26.2574 6.96523 25.9256 7.33342 25.9256H8.17875L7.7561 25.1119C7.57201 24.7574 7.68126 24.3041 8.00012 24.0995C8.31898 23.8948 8.72671 24.0163 8.9108 24.3708L9.33345 25.1845L9.7561 24.3708C9.9402 24.0163 10.3479 23.8948 10.6668 24.0995C10.9856 24.3041 11.0949 24.7574 10.9108 25.1119L10.4882 25.9256H11.3334C11.7016 25.9256 12.0001 26.2574 12.0001 26.6667C12.0001 27.076 11.7016 27.4078 11.3334 27.4078H10.4882L10.9108 28.2216C11.0949 28.5761 10.9856 29.0294 10.6668 29.234C10.3479 29.4387 9.9402 29.3172 9.7561 28.9627L9.33345 28.149L8.9108 28.9627C8.72671 29.3172 8.31898 29.4387 8.00012 29.234Z\" fill=\"currentColor\"/> <path d=\"M19.3335 29.9007C19.0146 29.696 18.9053 29.2428 19.0894 28.8883L19.5121 28.0745H18.6667C18.2986 28.0745 18.0001 27.7427 18.0001 27.3334C18.0001 26.9241 18.2986 26.5923 18.6667 26.5923H19.5121L19.0894 25.7785C18.9053 25.4241 19.0146 24.9708 19.3335 24.7662C19.6523 24.5615 20.06 24.683 20.2441 25.0374L20.6668 25.8512L21.0894 25.0374C21.2735 24.683 21.6813 24.5615 22.0001 24.7662C22.319 24.9708 22.4282 25.4241 22.2441 25.7785L21.8215 26.5923H22.6667C23.0349 26.5923 23.3334 26.9241 23.3334 27.3334C23.3334 27.7427 23.0349 28.0745 22.6667 28.0745H21.8215L22.2441 28.8883C22.4282 29.2428 22.319 29.696 22.0001 29.9007C21.6813 30.1053 21.2735 29.9839 21.0894 29.6294L20.6668 28.8156L20.2441 29.6294C20.06 29.9839 19.6523 30.1053 19.3335 29.9007Z\" fill=\"currentColor\"/> <path d=\"M26.0001 27.9007C25.6813 27.696 25.572 27.2428 25.7561 26.8883L26.1788 26.0745H25.3334C24.9652 26.0745 24.6667 25.7427 24.6667 25.3334C24.6667 24.9241 24.9652 24.5923 25.3334 24.5923H26.1787L25.7561 23.7785C25.572 23.4241 25.6813 22.9708 26.0001 22.7662C26.319 22.5615 26.7267 22.683 26.9108 23.0374L27.3335 23.8512L27.7561 23.0374C27.9402 22.683 28.3479 22.5615 28.6668 22.7662C28.9856 22.9708 29.0949 23.4241 28.9108 23.7785L28.4882 24.5923H29.3334C29.7016 24.5923 30.0001 24.9241 30.0001 25.3334C30.0001 25.7427 29.7016 26.0745 29.3334 26.0745H28.4882L28.9108 26.8883C29.0949 27.2428 28.9856 27.696 28.6668 27.9007C28.3479 28.1053 27.9402 27.9839 27.7561 27.6294L27.3335 26.8156L26.9108 27.6294C26.7267 27.9839 26.319 28.1053 26.0001 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H16.4459C16.4459 6.13816 16.5052 6.27623 16.6239 6.37592L18.488 7.94166C18.5119 7.96174 18.5333 7.98304 18.5522 8.0053C18.6431 8.00897 18.7347 8.01449 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H19.8291L19.8534 21.3014C20.0174 20.9812 20.0451 20.6084 19.9302 20.2675C19.8153 19.9266 19.5675 19.6466 19.2431 19.4911L18.9462 19.3488H25.3334C26.438 19.3488 27.2487 18.4501 27.3334 17.3488C27.4498 15.8352 24.0001 15.3488 24.0001 15.3488C24.0001 15.3488 24.0001 10.4446 18.6667 10.0155C16.5283 9.84342 14.8896 11.1454 13.8693 12.3091C13.0855 13.2031 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 11.9991 13.014 11.1363 12.6646C10.7798 12.5203 10.3899 12.4872 10.0001 12.6822C9.66675 12.8488 9.45842 13.0988 9.33342 13.3801C8.95842 14.2238 9.33342 15.3488 9.33342 15.3488H6.66675C5.33341 15.3488 4.66675 16.2442 4.66675 17.3488C4.66675 18.4534 5.56218 19.3488 6.66675 19.3488H12.7267L12.1375 20.5438C12.0138 20.7948 11.973 21.0765 12.0176 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.40364 12.6549 7.74859 11.8519 8.5239 11.2558C8.49923 11.2653 8.47495 11.2767 8.45129 11.2901L6.31467 12.4979C5.91894 12.7216 5.43452 12.3858 5.53521 11.9575L6.07882 9.64532C6.14804 9.35089 5.93064 9.06536 5.61579 9.0372L3.14321 8.81601C2.68525 8.77504 2.50022 8.23165 2.84548 7.94165L4.70959 6.37592C4.82827 6.27623 4.88761 6.13816 4.88761 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341ZM6.45622 6.00008H14.8773C14.8773 8.20922 12.9922 10.0001 10.6667 10.0001C8.34134 10.0001 6.45622 8.20922 6.45622 6.00008Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1792 13.3334L16.1633 19.4934L18.6667 20.6934L14.2404 29.3334L15.9094 22.3334L13.3334 21.1334L17.1792 13.3334Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.00012 29.234C7.68126 29.0294 7.57201 28.5761 7.7561 28.2216L8.17876 27.4078H7.33342C6.96523 27.4078 6.66675 27.076 6.66675 26.6667C6.66675 26.2574 6.96523 25.9256 7.33342 25.9256H8.17875L7.7561 25.1119C7.57201 24.7574 7.68126 24.3041 8.00012 24.0995C8.31898 23.8948 8.72671 24.0163 8.9108 24.3708L9.33345 25.1845L9.7561 24.3708C9.9402 24.0163 10.3479 23.8948 10.6668 24.0995C10.9856 24.3041 11.0949 24.7574 10.9108 25.1119L10.4882 25.9256H11.3334C11.7016 25.9256 12.0001 26.2574 12.0001 26.6667C12.0001 27.076 11.7016 27.4078 11.3334 27.4078H10.4882L10.9108 28.2216C11.0949 28.5761 10.9856 29.0294 10.6668 29.234C10.3479 29.4387 9.9402 29.3172 9.7561 28.9627L9.33345 28.149L8.9108 28.9627C8.72671 29.3172 8.31898 29.4387 8.00012 29.234Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.3335 29.9007C19.0146 29.696 18.9053 29.2428 19.0894 28.8883L19.5121 28.0745H18.6667C18.2986 28.0745 18.0001 27.7427 18.0001 27.3334C18.0001 26.9241 18.2986 26.5923 18.6667 26.5923H19.5121L19.0894 25.7785C18.9053 25.4241 19.0146 24.9708 19.3335 24.7662C19.6523 24.5615 20.06 24.683 20.2441 25.0374L20.6668 25.8512L21.0894 25.0374C21.2735 24.683 21.6813 24.5615 22.0001 24.7662C22.319 24.9708 22.4282 25.4241 22.2441 25.7785L21.8215 26.5923H22.6667C23.0349 26.5923 23.3334 26.9241 23.3334 27.3334C23.3334 27.7427 23.0349 28.0745 22.6667 28.0745H21.8215L22.2441 28.8883C22.4282 29.2428 22.319 29.696 22.0001 29.9007C21.6813 30.1053 21.2735 29.9839 21.0894 29.6294L20.6668 28.8156L20.2441 29.6294C20.06 29.9839 19.6523 30.1053 19.3335 29.9007Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M26.0001 27.9007C25.6813 27.696 25.572 27.2428 25.7561 26.8883L26.1788 26.0745H25.3334C24.9652 26.0745 24.6667 25.7427 24.6667 25.3334C24.6667 24.9241 24.9652 24.5923 25.3334 24.5923H26.1787L25.7561 23.7785C25.572 23.4241 25.6813 22.9708 26.0001 22.7662C26.319 22.5615 26.7267 22.683 26.9108 23.0374L27.3335 23.8512L27.7561 23.0374C27.9402 22.683 28.3479 22.5615 28.6668 22.7662C28.9856 22.9708 29.0949 23.4241 28.9108 23.7785L28.4882 24.5923H29.3334C29.7016 24.5923 30.0001 24.9241 30.0001 25.3334C30.0001 25.7427 29.7016 26.0745 29.3334 26.0745H28.4882L28.9108 26.8883C29.0949 27.2428 28.9856 27.696 28.6668 27.9007C28.3479 28.1053 27.9402 27.9839 27.7561 27.6294L27.3335 26.8156L26.9108 27.6294C26.7267 27.9839 26.319 28.1053 26.0001 27.9007Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-snow-showers-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningSnowShowersPolartwilight",
          "declaration": {
            "name": "ObiLightningSnowShowersPolartwilight",
            "module": "src/icons/icon-lightning-snow-showers-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-snow-showers-polartwilight",
          "declaration": {
            "name": "ObiLightningSnowShowersPolartwilight",
            "module": "src/icons/icon-lightning-snow-showers-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lightning-snow.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightningSnow",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4965 13.4933L18.5124 7.33325L14.6666 15.1333L17.2425 16.3333L15.5736 23.3333L19.9999 14.6933L17.4965 13.4933Z\" fill=\"currentColor\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" fill=\"currentColor\"/> <path d=\"M7.99996 27.2338C7.6811 27.0292 7.57185 26.5759 7.75594 26.2215L8.17859 25.4077H7.33325C6.96506 25.4077 6.66658 25.0759 6.66658 24.6666C6.66658 24.2573 6.96506 23.9255 7.33325 23.9255H8.17859L7.75594 23.1117C7.57185 22.7572 7.6811 22.304 7.99996 22.0993C8.31882 21.8947 8.72655 22.0161 8.91064 22.3706L9.33329 23.1844L9.75594 22.3706C9.94003 22.0161 10.3478 21.8947 10.6666 22.0993C10.9855 22.304 11.0947 22.7572 10.9106 23.1117L10.488 23.9255H11.3333C11.7014 23.9255 11.9999 24.2573 11.9999 24.6666C11.9999 25.0759 11.7014 25.4077 11.3333 25.4077H10.488L10.9106 26.2215C11.0947 26.5759 10.9855 27.0292 10.6666 27.2338C10.3478 27.4385 9.94003 27.317 9.75594 26.9626L9.33329 26.1488L8.91064 26.9626C8.72655 27.317 8.31882 27.4385 7.99996 27.2338Z\" fill=\"currentColor\"/> <path d=\"M18 29.2338C17.6811 29.0292 17.5718 28.5759 17.7559 28.2215L18.1786 27.4077H17.3333C16.9651 27.4077 16.6666 27.0759 16.6666 26.6666C16.6666 26.2573 16.9651 25.9255 17.3333 25.9255H18.1786L17.7559 25.1117C17.5718 24.7572 17.6811 24.304 18 24.0993C18.3188 23.8947 18.7265 24.0161 18.9106 24.3706L19.3333 25.1844L19.7559 24.3706C19.94 24.0161 20.3478 23.8947 20.6666 24.0993C20.9855 24.304 21.0947 24.7572 20.9106 25.1117L20.488 25.9255H21.3333C21.7014 25.9255 21.9999 26.2573 21.9999 26.6666C21.9999 27.0759 21.7014 27.4077 21.3333 27.4077H20.488L20.9106 28.2215C21.0947 28.5759 20.9855 29.0292 20.6666 29.2338C20.3478 29.4385 19.94 29.317 19.7559 28.9626L19.3333 28.1488L18.9106 28.9626C18.7265 29.317 18.3188 29.4385 18 29.2338Z\" fill=\"currentColor\"/> <path d=\"M25.3333 26.5672C25.0144 26.3625 24.9052 25.9093 25.0893 25.5548L25.5119 24.741H24.6666C24.2984 24.741 23.9999 24.4092 23.9999 23.9999C23.9999 23.5906 24.2984 23.2588 24.6666 23.2588H25.5119L25.0893 22.445C24.9052 22.0906 25.0144 21.6373 25.3333 21.4327C25.6522 21.228 26.0599 21.3495 26.244 21.7039L26.6666 22.5177L27.0893 21.7039C27.2734 21.3495 27.6811 21.228 28 21.4327C28.3188 21.6373 28.4281 22.0906 28.244 22.445L27.8213 23.2588H28.6666C29.0348 23.2588 29.3333 23.5906 29.3333 23.9999C29.3333 24.4092 29.0348 24.741 28.6666 24.741H27.8213L28.244 25.5548C28.4281 25.9093 28.3188 26.3625 28 26.5672C27.6811 26.7718 27.2734 26.6504 27.0893 26.2959L26.6666 25.4821L26.244 26.2959C26.0599 26.6504 25.6522 26.7718 25.3333 26.5672Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4965 13.4933L18.5124 7.33325L14.6666 15.1333L17.2425 16.3333L15.5736 23.3333L19.9999 14.6933L17.4965 13.4933Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.4613 7.11736C13.5607 4.78582 15.7935 3.33325 18.2391 3.33325C21.3735 3.33325 24.1292 5.79117 24.6554 9.10942L24.7565 9.74697L25.3791 9.91734C26.8571 10.3217 27.9999 11.7971 27.9999 13.5765C27.9999 15.6987 26.3629 17.3333 24.4823 17.3333H20.1456L19.121 19.3333H24.4823C27.5585 19.3333 29.9999 16.71 29.9999 13.5765C29.9999 11.1904 28.5969 9.05046 26.5147 8.19534C25.6237 4.28953 22.243 1.33325 18.2391 1.33325C15.2593 1.33325 12.5726 2.95032 11.0542 5.50734C10.8431 5.47326 10.6338 5.45799 10.4274 5.45799C8.93634 5.45799 7.63391 6.25968 6.92191 7.48775C5.38193 7.51112 3.95619 8.16348 2.91109 9.31116C1.89899 10.424 1.33325 11.8605 1.33325 13.3769V13.4549L1.33352 13.4664C1.37015 15.059 1.95806 16.5395 3.0612 17.6353C4.09596 18.7254 5.5145 19.3333 7.00776 19.3333H15.1566L15.6334 17.3333H7.00776C6.05989 17.3333 5.1622 16.9481 4.50388 16.25L4.49162 16.2371L4.47891 16.2245C3.77291 15.5276 3.36163 14.5558 3.33325 13.4314V13.3769C3.33325 12.3653 3.70861 11.4069 4.39048 10.657C5.08283 9.89685 6.00812 9.4871 7.00777 9.4871C7.20203 9.4871 7.27647 9.48909 7.36708 9.5051L8.19898 9.65211L8.48292 8.85646C8.78584 8.00763 9.54935 7.45799 10.4274 7.45799C10.6811 7.45799 10.9177 7.50177 11.1527 7.60555L12.0451 7.99982L12.4613 7.11736Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.99996 27.2338C7.6811 27.0292 7.57185 26.5759 7.75594 26.2215L8.17859 25.4077H7.33325C6.96506 25.4077 6.66658 25.0759 6.66658 24.6666C6.66658 24.2573 6.96506 23.9255 7.33325 23.9255H8.17859L7.75594 23.1117C7.57185 22.7572 7.6811 22.304 7.99996 22.0993C8.31882 21.8947 8.72655 22.0161 8.91064 22.3706L9.33329 23.1844L9.75594 22.3706C9.94003 22.0161 10.3478 21.8947 10.6666 22.0993C10.9855 22.304 11.0947 22.7572 10.9106 23.1117L10.488 23.9255H11.3333C11.7014 23.9255 11.9999 24.2573 11.9999 24.6666C11.9999 25.0759 11.7014 25.4077 11.3333 25.4077H10.488L10.9106 26.2215C11.0947 26.5759 10.9855 27.0292 10.6666 27.2338C10.3478 27.4385 9.94003 27.317 9.75594 26.9626L9.33329 26.1488L8.91064 26.9626C8.72655 27.317 8.31882 27.4385 7.99996 27.2338Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 29.2338C17.6811 29.0292 17.5718 28.5759 17.7559 28.2215L18.1786 27.4077H17.3333C16.9651 27.4077 16.6666 27.0759 16.6666 26.6666C16.6666 26.2573 16.9651 25.9255 17.3333 25.9255H18.1786L17.7559 25.1117C17.5718 24.7572 17.6811 24.304 18 24.0993C18.3188 23.8947 18.7265 24.0161 18.9106 24.3706L19.3333 25.1844L19.7559 24.3706C19.94 24.0161 20.3478 23.8947 20.6666 24.0993C20.9855 24.304 21.0947 24.7572 20.9106 25.1117L20.488 25.9255H21.3333C21.7014 25.9255 21.9999 26.2573 21.9999 26.6666C21.9999 27.0759 21.7014 27.4077 21.3333 27.4077H20.488L20.9106 28.2215C21.0947 28.5759 20.9855 29.0292 20.6666 29.2338C20.3478 29.4385 19.94 29.317 19.7559 28.9626L19.3333 28.1488L18.9106 28.9626C18.7265 29.317 18.3188 29.4385 18 29.2338Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M25.3333 26.5672C25.0144 26.3625 24.9052 25.9093 25.0893 25.5548L25.5119 24.741H24.6666C24.2984 24.741 23.9999 24.4092 23.9999 23.9999C23.9999 23.5906 24.2984 23.2588 24.6666 23.2588H25.5119L25.0893 22.445C24.9052 22.0906 25.0144 21.6373 25.3333 21.4327C25.6522 21.228 26.0599 21.3495 26.244 21.7039L26.6666 22.5177L27.0893 21.7039C27.2734 21.3495 27.6811 21.228 28 21.4327C28.3188 21.6373 28.4281 22.0906 28.244 22.445L27.8213 23.2588H28.6666C29.0348 23.2588 29.3333 23.5906 29.3333 23.9999C29.3333 24.4092 29.0348 24.741 28.6666 24.741H27.8213L28.244 25.5548C28.4281 25.9093 28.3188 26.3625 28 26.5672C27.6811 26.7718 27.2734 26.6504 27.0893 26.2959L26.6666 25.4821L26.244 26.2959C26.0599 26.6504 25.6522 26.7718 25.3333 26.5672Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lightning-snow",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightningSnow",
          "declaration": {
            "name": "ObiLightningSnow",
            "module": "src/icons/icon-lightning-snow.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lightning-snow",
          "declaration": {
            "name": "ObiLightningSnow",
            "module": "src/icons/icon-lightning-snow.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lights-leet-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLightsLeetColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 22.0036C20.1487 21.4173 20.7878 21.1975 21.3564 21.4162L21.3665 21.4201L21.3764 21.4247C21.9627 21.6953 22.1825 22.3344 21.9638 22.903L21.9584 22.9171L20.84 25.4724C20.6532 25.9331 20.2312 26.1567 19.7967 26.1567C19.6458 26.1567 19.4765 26.1106 19.3713 26.0755L19.3538 26.0697L19.337 26.062C18.7506 25.7913 18.5309 25.1522 18.7496 24.5837L18.755 24.5696L19.878 22.0036Z\" fill=\"currentColor\"/> <path d=\"M10.6667 27.9007C10.3479 27.696 10.2386 27.2428 10.4227 26.8883L10.8454 26.0745H10C9.63185 26.0745 9.33337 25.7427 9.33337 25.3334C9.33337 24.9241 9.63185 24.5923 10 24.5923H10.8454L10.4227 23.7785C10.2386 23.4241 10.3479 22.9708 10.6667 22.7662C10.9856 22.5615 11.3933 22.683 11.5774 23.0374L12.0001 23.8512L12.4227 23.0374C12.6068 22.683 13.0146 22.5615 13.3334 22.7662C13.6523 22.9708 13.7615 23.4241 13.5774 23.7785L13.1548 24.5923H14C14.3682 24.5923 14.6667 24.9241 14.6667 25.3334C14.6667 25.7427 14.3682 26.0745 14 26.0745H13.1548L13.5774 26.8883C13.7615 27.2428 13.6523 27.696 13.3334 27.9007C13.0146 28.1053 12.6068 27.9839 12.4227 27.6294L12.0001 26.8156L11.5774 27.6294C11.3933 27.9839 10.9856 28.1053 10.6667 27.9007Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 3.33325C15.7936 3.33325 13.5609 4.78582 12.4614 7.11736L12.0452 7.99982L11.1528 7.60555C10.9179 7.50176 10.6813 7.45799 10.4275 7.45799C9.54947 7.45799 8.78596 8.00763 8.48304 8.85646L8.1991 9.65211L7.3672 9.5051C7.27659 9.48909 7.20215 9.4871 7.00789 9.4871C6.00825 9.4871 5.08296 9.89685 4.39061 10.657C3.70873 11.4069 3.33337 12.3653 3.33337 13.3769V13.4314C3.36175 14.5558 3.77303 15.5276 4.47904 16.2245L4.49175 16.2371L4.504 16.25C5.16232 16.9481 6.06001 17.3333 7.00788 17.3333H24.4824C26.363 17.3333 28 15.6987 28 13.5765C28 11.7971 26.8572 10.3217 25.3793 9.91734L24.7566 9.74697L24.6555 9.10942C24.1293 5.79117 21.3737 3.33325 18.2393 3.33325ZM11.0544 5.50734C12.5728 2.95032 15.2594 1.33325 18.2393 1.33325C22.2431 1.33325 25.6239 4.28953 26.5148 8.19534C28.597 9.05046 30 11.1904 30 13.5765C30 16.71 27.5587 19.3333 24.4824 19.3333H7.00788C5.51463 19.3333 4.09608 18.7254 3.06133 17.6353C1.95818 16.5395 1.37027 15.059 1.33364 13.4664L1.33337 13.4549V13.3769C1.33337 11.8605 1.89911 10.424 2.91121 9.31116C3.95631 8.16348 5.38205 7.51112 6.92203 7.48775C7.63403 6.25968 8.93646 5.45799 10.4275 5.45799C10.6339 5.45799 10.8432 5.47326 11.0544 5.50734Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 3.33325C15.7936 3.33325 13.5609 4.78582 12.4614 7.11736L12.0452 7.99982L11.1528 7.60555C10.9179 7.50176 10.6813 7.45799 10.4275 7.45799C9.54947 7.45799 8.78596 8.00763 8.48304 8.85646L8.1991 9.65211L7.3672 9.5051C7.27659 9.48909 7.20215 9.4871 7.00789 9.4871C6.00825 9.4871 5.08296 9.89685 4.39061 10.657C3.70873 11.4069 3.33337 12.3653 3.33337 13.3769V13.4314C3.36175 14.5558 3.77303 15.5276 4.47904 16.2245L4.49175 16.2371L4.504 16.25C5.16232 16.9481 6.06001 17.3333 7.00788 17.3333H24.4824C26.363 17.3333 28 15.6987 28 13.5765C28 11.7971 26.8572 10.3217 25.3793 9.91734L24.7566 9.74697L24.6555 9.10942C24.1293 5.79117 21.3737 3.33325 18.2393 3.33325Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 22.0036C20.1487 21.4173 20.7878 21.1975 21.3564 21.4162L21.3665 21.4201L21.3764 21.4247C21.9627 21.6953 22.1825 22.3344 21.9638 22.903L21.9584 22.9171L20.84 25.4724C20.6532 25.9331 20.2312 26.1567 19.7967 26.1567C19.6458 26.1567 19.4765 26.1106 19.3713 26.0755L19.3538 26.0697L19.337 26.062C18.7506 25.7913 18.5309 25.1522 18.7496 24.5837L18.755 24.5696L19.878 22.0036Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M10.6667 27.9007C10.3479 27.696 10.2386 27.2428 10.4227 26.8883L10.8454 26.0745H10C9.63185 26.0745 9.33337 25.7427 9.33337 25.3334C9.33337 24.9241 9.63185 24.5923 10 24.5923H10.8454L10.4227 23.7785C10.2386 23.4241 10.3479 22.9708 10.6667 22.7662C10.9856 22.5615 11.3933 22.683 11.5774 23.0374L12.0001 23.8512L12.4227 23.0374C12.6068 22.683 13.0146 22.5615 13.3334 22.7662C13.6523 22.9708 13.7615 23.4241 13.5774 23.7785L13.1548 24.5923H14C14.3682 24.5923 14.6667 24.9241 14.6667 25.3334C14.6667 25.7427 14.3682 26.0745 14 26.0745H13.1548L13.5774 26.8883C13.7615 27.2428 13.6523 27.696 13.3334 27.9007C13.0146 28.1053 12.6068 27.9839 12.4227 27.6294L12.0001 26.8156L11.5774 27.6294C11.3933 27.9839 10.9856 28.1053 10.6667 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 3.33325C15.7936 3.33325 13.5609 4.78582 12.4614 7.11736L12.0452 7.99982L11.1528 7.60555C10.9179 7.50176 10.6813 7.45799 10.4275 7.45799C9.54947 7.45799 8.78596 8.00763 8.48304 8.85646L8.1991 9.65211L7.3672 9.5051C7.27659 9.48909 7.20215 9.4871 7.00789 9.4871C6.00825 9.4871 5.08296 9.89685 4.39061 10.657C3.70873 11.4069 3.33337 12.3653 3.33337 13.3769V13.4314C3.36175 14.5558 3.77303 15.5276 4.47904 16.2245L4.49175 16.2371L4.504 16.25C5.16232 16.9481 6.06001 17.3333 7.00788 17.3333H24.4824C26.363 17.3333 28 15.6987 28 13.5765C28 11.7971 26.8572 10.3217 25.3793 9.91734L24.7566 9.74697L24.6555 9.10942C24.1293 5.79117 21.3737 3.33325 18.2393 3.33325ZM11.0544 5.50734C12.5728 2.95032 15.2594 1.33325 18.2393 1.33325C22.2431 1.33325 25.6239 4.28953 26.5148 8.19534C28.597 9.05046 30 11.1904 30 13.5765C30 16.71 27.5587 19.3333 24.4824 19.3333H7.00788C5.51463 19.3333 4.09608 18.7254 3.06133 17.6353C1.95818 16.5395 1.37027 15.059 1.33364 13.4664L1.33337 13.4549V13.3769C1.33337 11.8605 1.89911 10.424 2.91121 9.31116C3.95631 8.16348 5.38205 7.51112 6.92203 7.48775C7.63403 6.25968 8.93646 5.45799 10.4275 5.45799C10.6339 5.45799 10.8432 5.47326 11.0544 5.50734Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2393 3.33325C15.7936 3.33325 13.5609 4.78582 12.4614 7.11736L12.0452 7.99982L11.1528 7.60555C10.9179 7.50176 10.6813 7.45799 10.4275 7.45799C9.54947 7.45799 8.78596 8.00763 8.48304 8.85646L8.1991 9.65211L7.3672 9.5051C7.27659 9.48909 7.20215 9.4871 7.00789 9.4871C6.00825 9.4871 5.08296 9.89685 4.39061 10.657C3.70873 11.4069 3.33337 12.3653 3.33337 13.3769V13.4314C3.36175 14.5558 3.77303 15.5276 4.47904 16.2245L4.49175 16.2371L4.504 16.25C5.16232 16.9481 6.06001 17.3333 7.00788 17.3333H24.4824C26.363 17.3333 28 15.6987 28 13.5765C28 11.7971 26.8572 10.3217 25.3793 9.91734L24.7566 9.74697L24.6555 9.10942C24.1293 5.79117 21.3737 3.33325 18.2393 3.33325Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lights-leet-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLightsLeetColour",
          "declaration": {
            "name": "ObiLightsLeetColour",
            "module": "src/icons/icon-lights-leet-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lights-leet-colour",
          "declaration": {
            "name": "ObiLightsLeetColour",
            "module": "src/icons/icon-lights-leet-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-lights.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLights",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 22.45H9V17.64C7.21 16.6 6 14.67 6 12.45C6 9.14002 8.69 6.45001 12 6.45001C15.31 6.45001 18 9.14001 18 12.45C18 14.67 16.79 16.6 15 17.64V22.45ZM11 16.49L11 20.45H13L13 16.49L14 15.91C15.23 15.19 16 13.87 16 12.45C16 10.24 14.21 8.45001 12 8.45001C9.79 8.45001 8 10.24 8 12.45C8 13.87 8.76 15.19 10 15.91L11 16.49Z\" fill=\"currentColor\"/> <path d=\"M23 13.5H20L20 11.5H23V13.5Z\" fill=\"currentColor\"/> <path d=\"M19.04 4L20.45 5.41L18.66 7.21L17.25 5.8L19.04 4Z\" fill=\"currentColor\"/> <path d=\"M11 1.5V4.5L13 4.5V1.5H11Z\" fill=\"currentColor\"/> <path d=\"M1 13.5H4L4 11.5L1 11.5V13.5Z\" fill=\"currentColor\"/> <path d=\"M6.76 5.79L4.97 3.99L3.56 5.4L5.36 7.19L6.76 5.79Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 22.45H9V17.64C7.21 16.6 6 14.67 6 12.45C6 9.14002 8.69 6.45001 12 6.45001C15.31 6.45001 18 9.14001 18 12.45C18 14.67 16.79 16.6 15 17.64V22.45ZM11 16.49L11 20.45H13L13 16.49L14 15.91C15.23 15.19 16 13.87 16 12.45C16 10.24 14.21 8.45001 12 8.45001C9.79 8.45001 8 10.24 8 12.45C8 13.87 8.76 15.19 10 15.91L11 16.49Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M23 13.5H20L20 11.5H23V13.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.04 4L20.45 5.41L18.66 7.21L17.25 5.8L19.04 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 1.5V4.5L13 4.5V1.5H11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M1 13.5H4L4 11.5L1 11.5V13.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.76 5.79L4.97 3.99L3.56 5.4L5.36 7.19L6.76 5.79Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-lights",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLights",
          "declaration": {
            "name": "ObiLights",
            "module": "src/icons/icon-lights.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-lights",
          "declaration": {
            "name": "ObiLights",
            "module": "src/icons/icon-lights.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-limits-attention.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLimitsAttention",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 3V5H3V3H5Z\" fill=\"currentColor\"/> <path d=\"M21 5H19V3H21V5Z\" fill=\"currentColor\"/> <path d=\"M17 5L15 5V3H17V5Z\" fill=\"currentColor\"/> <path d=\"M13 5L11 5V3H13V5Z\" fill=\"currentColor\"/> <path d=\"M9 3H7V5H9V3Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 7.58594L17.7072 13.293L16.293 14.7073L13.0001 11.4144V20.0002H11.0001V11.4144L7.70718 14.7073L6.29297 13.293L12.0001 7.58594Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 3V5H3V3H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 5H19V3H21V5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 5L15 5V3H17V5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 5L11 5V3H13V5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9 3H7V5H9V3Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 7.58594L17.7072 13.293L16.293 14.7073L13.0001 11.4144V20.0002H11.0001V11.4144L7.70718 14.7073L6.29297 13.293L12.0001 7.58594Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-limits-attention",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLimitsAttention",
          "declaration": {
            "name": "ObiLimitsAttention",
            "module": "src/icons/icon-limits-attention.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-limits-attention",
          "declaration": {
            "name": "ObiLimitsAttention",
            "module": "src/icons/icon-limits-attention.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-limits-improving.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLimitsImproving",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 21V19H3V21H5Z\" fill=\"currentColor\"/> <path d=\"M21 19H19V21H21V19Z\" fill=\"currentColor\"/> <path d=\"M17 19H15V21H17V19Z\" fill=\"currentColor\"/> <path d=\"M13 19H11V21H13V19Z\" fill=\"currentColor\"/> <path d=\"M9 21H7V19H9V21Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 16.4141L17.7072 10.707L16.293 9.29274L13.0001 12.5856V3.99985H11.0001V12.5856L7.70718 9.29274L6.29297 10.707L12.0001 16.4141Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 21V19H3V21H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 19H19V21H21V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 19H15V21H17V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 19H11V21H13V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9 21H7V19H9V21Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 16.4141L17.7072 10.707L16.293 9.29274L13.0001 12.5856V3.99985H11.0001V12.5856L7.70718 9.29274L6.29297 10.707L12.0001 16.4141Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-limits-improving",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLimitsImproving",
          "declaration": {
            "name": "ObiLimitsImproving",
            "module": "src/icons/icon-limits-improving.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-limits-improving",
          "declaration": {
            "name": "ObiLimitsImproving",
            "module": "src/icons/icon-limits-improving.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-limits-inside.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLimitsInside",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" fill=\"currentColor\"/> <path d=\"M5 21V19H3V21H5Z\" fill=\"currentColor\"/> <path d=\"M21 19H19V21H21V19Z\" fill=\"currentColor\"/> <path d=\"M17 19H15V21H17V19Z\" fill=\"currentColor\"/> <path d=\"M13 19H11V21H13V19Z\" fill=\"currentColor\"/> <path d=\"M9 21H7V19H9V21Z\" fill=\"currentColor\"/> <path d=\"M5 5V3H3V5H5Z\" fill=\"currentColor\"/> <path d=\"M21 3H19V5H21V3Z\" fill=\"currentColor\"/> <path d=\"M17 3H15V5H17V3Z\" fill=\"currentColor\"/> <path d=\"M13 3H11V5H13V3Z\" fill=\"currentColor\"/> <path d=\"M9 5H7V3H9V5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 21V19H3V21H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 19H19V21H21V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 19H15V21H17V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 19H11V21H13V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9 21H7V19H9V21Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 5V3H3V5H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 3H19V5H21V3Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 3H15V5H17V3Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 3H11V5H13V3Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9 5H7V3H9V5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-limits-inside",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLimitsInside",
          "declaration": {
            "name": "ObiLimitsInside",
            "module": "src/icons/icon-limits-inside.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-limits-inside",
          "declaration": {
            "name": "ObiLimitsInside",
            "module": "src/icons/icon-limits-inside.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-limits-outside-over.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLimitsOutsideOver",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 15.0002V17.0002H3V15.0002H5Z\" fill=\"currentColor\"/> <path d=\"M21 17.0002H19V15.0002H21V17.0002Z\" fill=\"currentColor\"/> <path d=\"M17 17.0002H15V15.0002H17V17.0002Z\" fill=\"currentColor\"/> <path d=\"M9 15.0002H7V17.0002H9V15.0002Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 4L17.7071 9.70711L16.2929 11.1213L13 7.82843L13.0001 21.0003H11.0001L11 7.82843L7.70711 11.1213L6.29289 9.70711L12 4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 15.0002V17.0002H3V15.0002H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 17.0002H19V15.0002H21V17.0002Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 17.0002H15V15.0002H17V17.0002Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9 15.0002H7V17.0002H9V15.0002Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 4L17.7071 9.70711L16.2929 11.1213L13 7.82843L13.0001 21.0003H11.0001L11 7.82843L7.70711 11.1213L6.29289 9.70711L12 4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-limits-outside-over",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLimitsOutsideOver",
          "declaration": {
            "name": "ObiLimitsOutsideOver",
            "module": "src/icons/icon-limits-outside-over.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-limits-outside-over",
          "declaration": {
            "name": "ObiLimitsOutsideOver",
            "module": "src/icons/icon-limits-outside-over.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-limits-outside-under.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLimitsOutsideUnder",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 9.00015V7.00015H3V9.00015H5Z\" fill=\"currentColor\"/> <path d=\"M21 7.00015H19V9.00015H21V7.00015Z\" fill=\"currentColor\"/> <path d=\"M17 7.00015H15V9.00015H17V7.00015Z\" fill=\"currentColor\"/> <path d=\"M9 9.00015H7V7.00015H9V9.00015Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 20.0003L17.7071 14.2932L16.2929 12.879L13 16.1719L13.0001 3H11.0001L11 16.1719L7.70711 12.879L6.29289 14.2932L12 20.0003Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 9.00015V7.00015H3V9.00015H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 7.00015H19V9.00015H21V7.00015Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 7.00015H15V9.00015H17V7.00015Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9 9.00015H7V7.00015H9V9.00015Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 20.0003L17.7071 14.2932L16.2929 12.879L13 16.1719L13.0001 3H11.0001L11 16.1719L7.70711 12.879L6.29289 14.2932L12 20.0003Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-limits-outside-under",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLimitsOutsideUnder",
          "declaration": {
            "name": "ObiLimitsOutsideUnder",
            "module": "src/icons/icon-limits-outside-under.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-limits-outside-under",
          "declaration": {
            "name": "ObiLimitsOutsideUnder",
            "module": "src/icons/icon-limits-outside-under.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-line-of-position-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLineOfPositionIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17.3479 6.788C18.0893 6.788 18.6279 6.94533 18.9639 7.26C19.3053 7.57467 19.4759 8.00933 19.4759 8.564C19.4759 8.80933 19.4386 9.04667 19.3639 9.276C19.2893 9.5 19.1639 9.7 18.9879 9.876C18.8119 10.052 18.5826 10.1907 18.2999 10.292C18.0173 10.3933 17.6679 10.444 17.2519 10.444H16.7159V12.5H15.5639V6.788H17.3479ZM17.2839 7.74H16.7159V9.5H17.1319C17.3773 9.5 17.5853 9.47067 17.7559 9.412C17.9319 9.348 18.0679 9.24933 18.1639 9.116C18.2599 8.98267 18.3079 8.80933 18.3079 8.596C18.3079 8.308 18.2253 8.09467 18.0599 7.956C17.8946 7.812 17.6359 7.74 17.2839 7.74Z\" fill=\"currentColor\"/> <path d=\"M14.3724 9.636C14.3724 10.0787 14.3164 10.4813 14.2044 10.844C14.0977 11.2013 13.9324 11.5107 13.7084 11.772C13.4897 12.0333 13.2097 12.2333 12.8684 12.372C12.527 12.5107 12.1244 12.58 11.6604 12.58C11.2017 12.58 10.799 12.5107 10.4524 12.372C10.111 12.228 9.82837 12.028 9.60437 11.772C9.38571 11.5107 9.22038 11.1987 9.10837 10.836C9.00171 10.4733 8.94837 10.0707 8.94837 9.628C8.94837 9.036 9.04437 8.52133 9.23637 8.084C9.43371 7.64667 9.73238 7.308 10.1324 7.068C10.5377 6.82267 11.0497 6.7 11.6684 6.7C12.2817 6.7 12.7884 6.82267 13.1884 7.068C13.5884 7.308 13.8844 7.64933 14.0764 8.092C14.2737 8.52933 14.3724 9.044 14.3724 9.636ZM10.1644 9.636C10.1644 10.0467 10.215 10.3987 10.3164 10.692C10.423 10.9853 10.5857 11.212 10.8044 11.372C11.0284 11.532 11.3137 11.612 11.6604 11.612C12.0177 11.612 12.3057 11.532 12.5244 11.372C12.743 11.212 12.903 10.9853 13.0044 10.692C13.1057 10.3987 13.1564 10.0467 13.1564 9.636C13.1564 9.02267 13.039 8.54267 12.8044 8.196C12.575 7.844 12.1964 7.668 11.6684 7.668C11.3164 7.668 11.0284 7.748 10.8044 7.908C10.5857 8.06267 10.423 8.28667 10.3164 8.58C10.215 8.87333 10.1644 9.22533 10.1644 9.636Z\" fill=\"currentColor\"/> <path d=\"M4.89206 12.5V6.788H6.04406V11.54H8.38006V12.5H4.89206Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.7955 15.4473L15.7083 19.3804L15.1259 17.2071L7.39848 19.2776L7.01025 17.8287L14.7377 15.7582L14.1553 13.5848L18.7955 15.4473Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17.3479 6.788C18.0893 6.788 18.6279 6.94533 18.9639 7.26C19.3053 7.57467 19.4759 8.00933 19.4759 8.564C19.4759 8.80933 19.4386 9.04667 19.3639 9.276C19.2893 9.5 19.1639 9.7 18.9879 9.876C18.8119 10.052 18.5826 10.1907 18.2999 10.292C18.0173 10.3933 17.6679 10.444 17.2519 10.444H16.7159V12.5H15.5639V6.788H17.3479ZM17.2839 7.74H16.7159V9.5H17.1319C17.3773 9.5 17.5853 9.47067 17.7559 9.412C17.9319 9.348 18.0679 9.24933 18.1639 9.116C18.2599 8.98267 18.3079 8.80933 18.3079 8.596C18.3079 8.308 18.2253 8.09467 18.0599 7.956C17.8946 7.812 17.6359 7.74 17.2839 7.74Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.3724 9.636C14.3724 10.0787 14.3164 10.4813 14.2044 10.844C14.0977 11.2013 13.9324 11.5107 13.7084 11.772C13.4897 12.0333 13.2097 12.2333 12.8684 12.372C12.527 12.5107 12.1244 12.58 11.6604 12.58C11.2017 12.58 10.799 12.5107 10.4524 12.372C10.111 12.228 9.82837 12.028 9.60437 11.772C9.38571 11.5107 9.22038 11.1987 9.10837 10.836C9.00171 10.4733 8.94837 10.0707 8.94837 9.628C8.94837 9.036 9.04437 8.52133 9.23637 8.084C9.43371 7.64667 9.73238 7.308 10.1324 7.068C10.5377 6.82267 11.0497 6.7 11.6684 6.7C12.2817 6.7 12.7884 6.82267 13.1884 7.068C13.5884 7.308 13.8844 7.64933 14.0764 8.092C14.2737 8.52933 14.3724 9.044 14.3724 9.636ZM10.1644 9.636C10.1644 10.0467 10.215 10.3987 10.3164 10.692C10.423 10.9853 10.5857 11.212 10.8044 11.372C11.0284 11.532 11.3137 11.612 11.6604 11.612C12.0177 11.612 12.3057 11.532 12.5244 11.372C12.743 11.212 12.903 10.9853 13.0044 10.692C13.1057 10.3987 13.1564 10.0467 13.1564 9.636C13.1564 9.02267 13.039 8.54267 12.8044 8.196C12.575 7.844 12.1964 7.668 11.6684 7.668C11.3164 7.668 11.0284 7.748 10.8044 7.908C10.5857 8.06267 10.423 8.28667 10.3164 8.58C10.215 8.87333 10.1644 9.22533 10.1644 9.636Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.89206 12.5V6.788H6.04406V11.54H8.38006V12.5H4.89206Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.7955 15.4473L15.7083 19.3804L15.1259 17.2071L7.39848 19.2776L7.01025 17.8287L14.7377 15.7582L14.1553 13.5848L18.7955 15.4473Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-line-of-position-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLineOfPositionIec",
          "declaration": {
            "name": "ObiLineOfPositionIec",
            "module": "src/icons/icon-line-of-position-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-line-of-position-iec",
          "declaration": {
            "name": "ObiLineOfPositionIec",
            "module": "src/icons/icon-line-of-position-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-line-of-position.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLineOfPosition",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.4906 7.37622L17.1631 2.29859L15.8357 1.59998L13.1761 6.65319C12.2025 6.23158 11.1285 5.99791 10 5.99791C5.58172 5.99791 2 9.57963 2 13.9979C2 18.4162 5.58172 21.9979 10 21.9979C14.1654 21.9979 17.5872 18.8145 17.9653 14.7479L23 14.7479V13.2479L17.9653 13.2479C17.7383 10.8064 16.4141 8.68323 14.4906 7.37622ZM12.4748 7.98564C11.712 7.6713 10.8763 7.49791 10 7.49791C6.66381 7.49791 3.91465 10.0113 3.5428 13.2479H7.09451C7.42755 11.954 8.60212 10.9979 10 10.9979C10.2874 10.9979 10.5653 11.0383 10.8284 11.1138L12.4748 7.98564ZM12.1218 11.8771L13.7865 8.71409C15.2382 9.75626 16.2428 11.3819 16.4572 13.2479H12.9055C12.7699 12.721 12.4947 12.2502 12.1218 11.8771ZM8.09197 16.3131C7.61038 15.9157 7.25488 15.371 7.09451 14.7479H3.5428C3.76844 16.7119 4.86941 18.4095 6.44571 19.441L8.09197 16.3131ZM7.78774 20.1117L9.4528 16.9481C9.63023 16.9808 9.81312 16.9979 10 16.9979C11.3979 16.9979 12.5725 16.0418 12.9055 14.7479H16.4572C16.0853 17.9845 13.3362 20.4979 10 20.4979C9.22322 20.4979 8.47827 20.3617 7.78774 20.1117Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.4906 7.37622L17.1631 2.29859L15.8357 1.59998L13.1761 6.65319C12.2025 6.23158 11.1285 5.99791 10 5.99791C5.58172 5.99791 2 9.57963 2 13.9979C2 18.4162 5.58172 21.9979 10 21.9979C14.1654 21.9979 17.5872 18.8145 17.9653 14.7479L23 14.7479V13.2479L17.9653 13.2479C17.7383 10.8064 16.4141 8.68323 14.4906 7.37622ZM12.4748 7.98564C11.712 7.6713 10.8763 7.49791 10 7.49791C6.66381 7.49791 3.91465 10.0113 3.5428 13.2479H7.09451C7.42755 11.954 8.60212 10.9979 10 10.9979C10.2874 10.9979 10.5653 11.0383 10.8284 11.1138L12.4748 7.98564ZM12.1218 11.8771L13.7865 8.71409C15.2382 9.75626 16.2428 11.3819 16.4572 13.2479H12.9055C12.7699 12.721 12.4947 12.2502 12.1218 11.8771ZM8.09197 16.3131C7.61038 15.9157 7.25488 15.371 7.09451 14.7479H3.5428C3.76844 16.7119 4.86941 18.4095 6.44571 19.441L8.09197 16.3131ZM7.78774 20.1117L9.4528 16.9481C9.63023 16.9808 9.81312 16.9979 10 16.9979C11.3979 16.9979 12.5725 16.0418 12.9055 14.7479H16.4572C16.0853 17.9845 13.3362 20.4979 10 20.4979C9.22322 20.4979 8.47827 20.3617 7.78774 20.1117Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-line-of-position",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLineOfPosition",
          "declaration": {
            "name": "ObiLineOfPosition",
            "module": "src/icons/icon-line-of-position.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-line-of-position",
          "declaration": {
            "name": "ObiLineOfPosition",
            "module": "src/icons/icon-line-of-position.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-link-remove.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLinkRemove",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17.599 16.9644L15.6346 15H15.6294L3.62904 3L2.21484 4.41424L5.15324 7.35254C3.30645 8.08766 2 9.89219 2 12C2 14.76 4.24 17 7 17H11V15H7C5.35 15 4 13.65 4 12C4 10.4148 5.24599 9.10656 6.80694 9.00619L8.80082 11H8V13H10.8009L13 15.1991V17H14.801L18.9431 21.142L20.3573 19.7278L17.5945 16.965L17.599 16.9644Z\" fill=\"currentColor\"/> <path d=\"M18.2077 14.7447C19.2607 14.2777 20 13.221 20 12C20 10.35 18.65 9 17 9H13V7H17C19.76 7 22 9.24 22 12C22 13.7732 21.0755 15.3317 19.6825 16.2195L18.2077 14.7447Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17.599 16.9644L15.6346 15H15.6294L3.62904 3L2.21484 4.41424L5.15324 7.35254C3.30645 8.08766 2 9.89219 2 12C2 14.76 4.24 17 7 17H11V15H7C5.35 15 4 13.65 4 12C4 10.4148 5.24599 9.10656 6.80694 9.00619L8.80082 11H8V13H10.8009L13 15.1991V17H14.801L18.9431 21.142L20.3573 19.7278L17.5945 16.965L17.599 16.9644Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.2077 14.7447C19.2607 14.2777 20 13.221 20 12C20 10.35 18.65 9 17 9H13V7H17C19.76 7 22 9.24 22 12C22 13.7732 21.0755 15.3317 19.6825 16.2195L18.2077 14.7447Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-link-remove",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLinkRemove",
          "declaration": {
            "name": "ObiLinkRemove",
            "module": "src/icons/icon-link-remove.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-link-remove",
          "declaration": {
            "name": "ObiLinkRemove",
            "module": "src/icons/icon-link-remove.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-link.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLink",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7 15H11V17H7C4.24 17 2 14.76 2 12C2 9.24 4.24 7 7 7H11V9H7C5.35 9 4 10.35 4 12C4 13.65 5.35 15 7 15Z\" fill=\"currentColor\"/> <path d=\"M13 7H17C19.76 7 22 9.24 22 12C22 14.76 19.76 17 17 17H13V15H17C18.65 15 20 13.65 20 12C20 10.35 18.65 9 17 9H13V7Z\" fill=\"currentColor\"/> <path d=\"M16 11H8V13H16V11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7 15H11V17H7C4.24 17 2 14.76 2 12C2 9.24 4.24 7 7 7H11V9H7C5.35 9 4 10.35 4 12C4 13.65 5.35 15 7 15Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 7H17C19.76 7 22 9.24 22 12C22 14.76 19.76 17 17 17H13V15H17C18.65 15 20 13.65 20 12C20 10.35 18.65 9 17 9H13V7Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16 11H8V13H16V11Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-link",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLink",
          "declaration": {
            "name": "ObiLink",
            "module": "src/icons/icon-link.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-link",
          "declaration": {
            "name": "ObiLink",
            "module": "src/icons/icon-link.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-local-only.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLocalOnly",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 3V17H18V13H10V3H6Z\" fill=\"currentColor\"/> <path d=\"M6 19H18V21H6V19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 3V17H18V13H10V3H6Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6 19H18V21H6V19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-local-only",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLocalOnly",
          "declaration": {
            "name": "ObiLocalOnly",
            "module": "src/icons/icon-local-only.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-local-only",
          "declaration": {
            "name": "ObiLocalOnly",
            "module": "src/icons/icon-local-only.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-local.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLocal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 3V21H19V16.5H9.66667V3H5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 3V21H19V16.5H9.66667V3H5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-local",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLocal",
          "declaration": {
            "name": "ObiLocal",
            "module": "src/icons/icon-local.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-local",
          "declaration": {
            "name": "ObiLocal",
            "module": "src/icons/icon-local.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-location-1.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLocation1",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.4384 15H11.7224V9.924V9.42C11.7304 9.22 11.7384 9.016 11.7464 8.808C11.7544 8.6 11.7624 8.412 11.7704 8.244C11.7224 8.308 11.6304 8.4 11.4944 8.52C11.3664 8.64 11.2464 8.748 11.1344 8.844L10.1504 9.636L9.31041 8.58L12.0224 6.432H13.4384V15Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C9.31667 19.7167 7.3125 17.5958 5.9875 15.6375C4.6625 13.6792 4 11.8667 4 10.2C4 7.7 4.80417 5.70833 6.4125 4.225C8.02083 2.74167 9.88333 2 12 2C14.1167 2 15.9792 2.74167 17.5875 4.225C19.1958 5.70833 20 7.7 20 10.2C20 11.8667 19.3375 13.6792 18.0125 15.6375C16.6875 17.5958 14.6833 19.7167 12 22ZM16.525 14.2625C15.5417 15.7875 14.0333 17.4833 12 19.35C9.96667 17.4833 8.45833 15.7875 7.475 14.2625C6.49167 12.7375 6 11.3833 6 10.2C6 8.38333 6.57917 6.89583 7.7375 5.7375C8.89583 4.57917 10.3167 4 12 4C13.6833 4 15.1042 4.57917 16.2625 5.7375C17.4208 6.89583 18 8.38333 18 10.2C18 11.3833 17.5083 12.7375 16.525 14.2625Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.4384 15H11.7224V9.924V9.42C11.7304 9.22 11.7384 9.016 11.7464 8.808C11.7544 8.6 11.7624 8.412 11.7704 8.244C11.7224 8.308 11.6304 8.4 11.4944 8.52C11.3664 8.64 11.2464 8.748 11.1344 8.844L10.1504 9.636L9.31041 8.58L12.0224 6.432H13.4384V15Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C9.31667 19.7167 7.3125 17.5958 5.9875 15.6375C4.6625 13.6792 4 11.8667 4 10.2C4 7.7 4.80417 5.70833 6.4125 4.225C8.02083 2.74167 9.88333 2 12 2C14.1167 2 15.9792 2.74167 17.5875 4.225C19.1958 5.70833 20 7.7 20 10.2C20 11.8667 19.3375 13.6792 18.0125 15.6375C16.6875 17.5958 14.6833 19.7167 12 22ZM16.525 14.2625C15.5417 15.7875 14.0333 17.4833 12 19.35C9.96667 17.4833 8.45833 15.7875 7.475 14.2625C6.49167 12.7375 6 11.3833 6 10.2C6 8.38333 6.57917 6.89583 7.7375 5.7375C8.89583 4.57917 10.3167 4 12 4C13.6833 4 15.1042 4.57917 16.2625 5.7375C17.4208 6.89583 18 8.38333 18 10.2C18 11.3833 17.5083 12.7375 16.525 14.2625Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-location-1",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLocation1",
          "declaration": {
            "name": "ObiLocation1",
            "module": "src/icons/icon-location-1.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-location-1",
          "declaration": {
            "name": "ObiLocation1",
            "module": "src/icons/icon-location-1.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-location-2.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLocation2",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.0104 15H9.05841V13.788L11.2184 11.604C11.6504 11.156 11.9984 10.78 12.2624 10.476C12.5344 10.172 12.7304 9.896 12.8504 9.648C12.9784 9.392 13.0424 9.116 13.0424 8.82C13.0424 8.46 12.9424 8.192 12.7424 8.016C12.5424 7.84 12.2744 7.752 11.9384 7.752C11.6024 7.752 11.2784 7.828 10.9664 7.98C10.6544 8.132 10.3264 8.348 9.98241 8.628L9.04641 7.512C9.29441 7.296 9.55441 7.1 9.82641 6.924C10.0984 6.74 10.4144 6.592 10.7744 6.48C11.1344 6.368 11.5624 6.312 12.0584 6.312C12.6184 6.312 13.0984 6.412 13.4984 6.612C13.8984 6.812 14.2064 7.088 14.4224 7.44C14.6464 7.784 14.7584 8.18 14.7584 8.628C14.7584 8.98 14.7024 9.308 14.5904 9.612C14.4864 9.916 14.3304 10.212 14.1224 10.5C13.9224 10.78 13.6744 11.072 13.3784 11.376C13.0904 11.672 12.7624 11.996 12.3944 12.348L11.2064 13.464V13.536H15.0104V15Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C9.31667 19.7167 7.3125 17.5958 5.9875 15.6375C4.6625 13.6792 4 11.8667 4 10.2C4 7.7 4.80417 5.70833 6.4125 4.225C8.02083 2.74167 9.88333 2 12 2C14.1167 2 15.9792 2.74167 17.5875 4.225C19.1958 5.70833 20 7.7 20 10.2C20 11.8667 19.3375 13.6792 18.0125 15.6375C16.6875 17.5958 14.6833 19.7167 12 22ZM16.525 14.2625C15.5417 15.7875 14.0333 17.4833 12 19.35C9.96667 17.4833 8.45833 15.7875 7.475 14.2625C6.49167 12.7375 6 11.3833 6 10.2C6 8.38333 6.57917 6.89583 7.7375 5.7375C8.89583 4.57917 10.3167 4 12 4C13.6833 4 15.1042 4.57917 16.2625 5.7375C17.4208 6.89583 18 8.38333 18 10.2C18 11.3833 17.5083 12.7375 16.525 14.2625Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.0104 15H9.05841V13.788L11.2184 11.604C11.6504 11.156 11.9984 10.78 12.2624 10.476C12.5344 10.172 12.7304 9.896 12.8504 9.648C12.9784 9.392 13.0424 9.116 13.0424 8.82C13.0424 8.46 12.9424 8.192 12.7424 8.016C12.5424 7.84 12.2744 7.752 11.9384 7.752C11.6024 7.752 11.2784 7.828 10.9664 7.98C10.6544 8.132 10.3264 8.348 9.98241 8.628L9.04641 7.512C9.29441 7.296 9.55441 7.1 9.82641 6.924C10.0984 6.74 10.4144 6.592 10.7744 6.48C11.1344 6.368 11.5624 6.312 12.0584 6.312C12.6184 6.312 13.0984 6.412 13.4984 6.612C13.8984 6.812 14.2064 7.088 14.4224 7.44C14.6464 7.784 14.7584 8.18 14.7584 8.628C14.7584 8.98 14.7024 9.308 14.5904 9.612C14.4864 9.916 14.3304 10.212 14.1224 10.5C13.9224 10.78 13.6744 11.072 13.3784 11.376C13.0904 11.672 12.7624 11.996 12.3944 12.348L11.2064 13.464V13.536H15.0104V15Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C9.31667 19.7167 7.3125 17.5958 5.9875 15.6375C4.6625 13.6792 4 11.8667 4 10.2C4 7.7 4.80417 5.70833 6.4125 4.225C8.02083 2.74167 9.88333 2 12 2C14.1167 2 15.9792 2.74167 17.5875 4.225C19.1958 5.70833 20 7.7 20 10.2C20 11.8667 19.3375 13.6792 18.0125 15.6375C16.6875 17.5958 14.6833 19.7167 12 22ZM16.525 14.2625C15.5417 15.7875 14.0333 17.4833 12 19.35C9.96667 17.4833 8.45833 15.7875 7.475 14.2625C6.49167 12.7375 6 11.3833 6 10.2C6 8.38333 6.57917 6.89583 7.7375 5.7375C8.89583 4.57917 10.3167 4 12 4C13.6833 4 15.1042 4.57917 16.2625 5.7375C17.4208 6.89583 18 8.38333 18 10.2C18 11.3833 17.5083 12.7375 16.525 14.2625Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-location-2",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLocation2",
          "declaration": {
            "name": "ObiLocation2",
            "module": "src/icons/icon-location-2.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-location-2",
          "declaration": {
            "name": "ObiLocation2",
            "module": "src/icons/icon-location-2.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-location-3.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLocation3",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 19.35C14.0333 17.4833 15.5417 15.7875 16.525 14.2625C17.5083 12.7375 18 11.3833 18 10.2C18 8.38333 17.4208 6.89583 16.2625 5.7375C15.1042 4.57917 13.6833 4 12 4C10.3167 4 8.89583 4.57917 7.7375 5.7375C6.57917 6.89583 6 8.38333 6 10.2C6 11.3833 6.49167 12.7375 7.475 14.2625C8.45833 15.7875 9.96667 17.4833 12 19.35ZM12 22C9.31667 19.7167 7.3125 17.5958 5.9875 15.6375C4.6625 13.6792 4 11.8667 4 10.2C4 7.7 4.80417 5.70833 6.4125 4.225C8.02083 2.74167 9.88333 2 12 2C14.1167 2 15.9792 2.74167 17.5875 4.225C19.1958 5.70833 20 7.7 20 10.2C20 11.8667 19.3375 13.6792 18.0125 15.6375C16.6875 17.5958 14.6833 19.7167 12 22Z\" fill=\"currentColor\"/> <path d=\"M14.6744 8.364C14.6744 8.756 14.5944 9.096 14.4344 9.384C14.2744 9.664 14.0544 9.896 13.7744 10.08C13.5024 10.264 13.1904 10.4 12.8384 10.488V10.524C13.5264 10.604 14.0464 10.816 14.3984 11.16C14.7504 11.496 14.9264 11.948 14.9264 12.516C14.9264 13.012 14.8024 13.456 14.5544 13.848C14.3144 14.24 13.9424 14.552 13.4384 14.784C12.9344 15.008 12.2864 15.12 11.4944 15.12C11.0224 15.12 10.5824 15.08 10.1744 15C9.77441 14.92 9.39441 14.804 9.03441 14.652V13.176C9.40241 13.36 9.78641 13.5 10.1864 13.596C10.5944 13.692 10.9744 13.74 11.3264 13.74C11.9824 13.74 12.4464 13.624 12.7184 13.392C12.9904 13.16 13.1264 12.832 13.1264 12.408C13.1264 12.16 13.0624 11.952 12.9344 11.784C12.8064 11.608 12.5864 11.48 12.2744 11.4C11.9704 11.312 11.5504 11.268 11.0144 11.268H10.3544V9.924H11.0264C11.5544 9.924 11.9584 9.872 12.2384 9.768C12.5184 9.664 12.7104 9.524 12.8144 9.348C12.9264 9.164 12.9824 8.956 12.9824 8.724C12.9824 8.404 12.8824 8.156 12.6824 7.98C12.4824 7.804 12.1584 7.716 11.7104 7.716C11.4384 7.716 11.1864 7.748 10.9544 7.812C10.7304 7.876 10.5264 7.96 10.3424 8.064C10.1584 8.16 9.99441 8.252 9.85041 8.34L9.04641 7.152C9.27041 6.992 9.51841 6.848 9.79041 6.72C10.0704 6.592 10.3744 6.492 10.7024 6.42C11.0384 6.348 11.4144 6.312 11.8304 6.312C12.7104 6.312 13.4024 6.492 13.9064 6.852C14.4184 7.212 14.6744 7.716 14.6744 8.364Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 19.35C14.0333 17.4833 15.5417 15.7875 16.525 14.2625C17.5083 12.7375 18 11.3833 18 10.2C18 8.38333 17.4208 6.89583 16.2625 5.7375C15.1042 4.57917 13.6833 4 12 4C10.3167 4 8.89583 4.57917 7.7375 5.7375C6.57917 6.89583 6 8.38333 6 10.2C6 11.3833 6.49167 12.7375 7.475 14.2625C8.45833 15.7875 9.96667 17.4833 12 19.35ZM12 22C9.31667 19.7167 7.3125 17.5958 5.9875 15.6375C4.6625 13.6792 4 11.8667 4 10.2C4 7.7 4.80417 5.70833 6.4125 4.225C8.02083 2.74167 9.88333 2 12 2C14.1167 2 15.9792 2.74167 17.5875 4.225C19.1958 5.70833 20 7.7 20 10.2C20 11.8667 19.3375 13.6792 18.0125 15.6375C16.6875 17.5958 14.6833 19.7167 12 22Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.6744 8.364C14.6744 8.756 14.5944 9.096 14.4344 9.384C14.2744 9.664 14.0544 9.896 13.7744 10.08C13.5024 10.264 13.1904 10.4 12.8384 10.488V10.524C13.5264 10.604 14.0464 10.816 14.3984 11.16C14.7504 11.496 14.9264 11.948 14.9264 12.516C14.9264 13.012 14.8024 13.456 14.5544 13.848C14.3144 14.24 13.9424 14.552 13.4384 14.784C12.9344 15.008 12.2864 15.12 11.4944 15.12C11.0224 15.12 10.5824 15.08 10.1744 15C9.77441 14.92 9.39441 14.804 9.03441 14.652V13.176C9.40241 13.36 9.78641 13.5 10.1864 13.596C10.5944 13.692 10.9744 13.74 11.3264 13.74C11.9824 13.74 12.4464 13.624 12.7184 13.392C12.9904 13.16 13.1264 12.832 13.1264 12.408C13.1264 12.16 13.0624 11.952 12.9344 11.784C12.8064 11.608 12.5864 11.48 12.2744 11.4C11.9704 11.312 11.5504 11.268 11.0144 11.268H10.3544V9.924H11.0264C11.5544 9.924 11.9584 9.872 12.2384 9.768C12.5184 9.664 12.7104 9.524 12.8144 9.348C12.9264 9.164 12.9824 8.956 12.9824 8.724C12.9824 8.404 12.8824 8.156 12.6824 7.98C12.4824 7.804 12.1584 7.716 11.7104 7.716C11.4384 7.716 11.1864 7.748 10.9544 7.812C10.7304 7.876 10.5264 7.96 10.3424 8.064C10.1584 8.16 9.99441 8.252 9.85041 8.34L9.04641 7.152C9.27041 6.992 9.51841 6.848 9.79041 6.72C10.0704 6.592 10.3744 6.492 10.7024 6.42C11.0384 6.348 11.4144 6.312 11.8304 6.312C12.7104 6.312 13.4024 6.492 13.9064 6.852C14.4184 7.212 14.6744 7.716 14.6744 8.364Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-location-3",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLocation3",
          "declaration": {
            "name": "ObiLocation3",
            "module": "src/icons/icon-location-3.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-location-3",
          "declaration": {
            "name": "ObiLocation3",
            "module": "src/icons/icon-location-3.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-log-add-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogAddGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5875 20.4125C3.97917 20.8042 4.45 21 5 21H11.675C11.525 20.7 11.3958 20.3833 11.2875 20.05C11.1792 19.7167 11.1 19.3667 11.05 19H5V11.075V11V5H19V11.075C19.35 11.125 19.6917 11.2042 20.025 11.3125C20.3583 11.4208 20.6833 11.55 21 11.7V5C21 4.45 20.8042 3.97917 20.4125 3.5875C20.0208 3.19583 19.55 3 19 3H5C4.45 3 3.97917 3.19583 3.5875 3.5875C3.19583 3.97917 3 4.45 3 5V19C3 19.55 3.19583 20.0208 3.5875 20.4125ZM11.075 17H7V15H11.675C11.5417 15.3167 11.4208 15.6417 11.3125 15.975C11.2042 16.3083 11.125 16.65 11.075 17ZM13.1 13H7V11H17V11.075C16.25 11.1917 15.5458 11.4167 14.8875 11.75C14.2292 12.0833 13.6333 12.5 13.1 13ZM17 9H7V7H17V9ZM14.4625 21.5375C15.4375 22.5125 16.6167 23 18 23C19.3833 23 20.5625 22.5125 21.5375 21.5375C22.5125 20.5625 23 19.3833 23 18C23 16.6167 22.5125 15.4375 21.5375 14.4625C20.5625 13.4875 19.3833 13 18 13C16.6167 13 15.4375 13.4875 14.4625 14.4625C13.4875 15.4375 13 16.6167 13 18C13 19.3833 13.4875 20.5625 14.4625 21.5375ZM18.5 21H17.5V18.5H15V17.5H17.5V15H18.5V17.5H21V18.5H18.5V21Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5875 20.4125C3.97917 20.8042 4.45 21 5 21H11.675C11.525 20.7 11.3958 20.3833 11.2875 20.05C11.1792 19.7167 11.1 19.3667 11.05 19H5V11.075V11V5H19V11.075C19.35 11.125 19.6917 11.2042 20.025 11.3125C20.3583 11.4208 20.6833 11.55 21 11.7V5C21 4.45 20.8042 3.97917 20.4125 3.5875C20.0208 3.19583 19.55 3 19 3H5C4.45 3 3.97917 3.19583 3.5875 3.5875C3.19583 3.97917 3 4.45 3 5V19C3 19.55 3.19583 20.0208 3.5875 20.4125ZM11.075 17H7V15H11.675C11.5417 15.3167 11.4208 15.6417 11.3125 15.975C11.2042 16.3083 11.125 16.65 11.075 17ZM13.1 13H7V11H17V11.075C16.25 11.1917 15.5458 11.4167 14.8875 11.75C14.2292 12.0833 13.6333 12.5 13.1 13ZM17 9H7V7H17V9ZM14.4625 21.5375C15.4375 22.5125 16.6167 23 18 23C19.3833 23 20.5625 22.5125 21.5375 21.5375C22.5125 20.5625 23 19.3833 23 18C23 16.6167 22.5125 15.4375 21.5375 14.4625C20.5625 13.4875 19.3833 13 18 13C16.6167 13 15.4375 13.4875 14.4625 14.4625C13.4875 15.4375 13 16.6167 13 18C13 19.3833 13.4875 20.5625 14.4625 21.5375ZM18.5 21H17.5V18.5H15V17.5H17.5V15H18.5V17.5H21V18.5H18.5V21Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-log-add-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogAddGoogle",
          "declaration": {
            "name": "ObiLogAddGoogle",
            "module": "src/icons/icon-log-add-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-log-add-google",
          "declaration": {
            "name": "ObiLogAddGoogle",
            "module": "src/icons/icon-log-add-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-log-edit-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogEditGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H9C9 1.89543 9.89543 1 11 1H13C14.1046 1 15 1.89543 15 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM19 19H5V5H19V19Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.1 11.05L9.1 17H7V14.85L12.95 8.9L15.1 11.05ZM16.85 9.25L15.8 10.35L13.65 8.2L14.75 7.15C14.85 7.05 14.9667 7 15.1 7C15.2333 7 15.35 7.05 15.45 7.15L16.85 8.55C16.95 8.65 17 8.76667 17 8.9C17 9.03333 16.95 9.15 16.85 9.25Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H9C9 1.89543 9.89543 1 11 1H13C14.1046 1 15 1.89543 15 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM19 19H5V5H19V19Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.1 11.05L9.1 17H7V14.85L12.95 8.9L15.1 11.05ZM16.85 9.25L15.8 10.35L13.65 8.2L14.75 7.15C14.85 7.05 14.9667 7 15.1 7C15.2333 7 15.35 7.05 15.45 7.15L16.85 8.55C16.95 8.65 17 8.76667 17 8.9C17 9.03333 16.95 9.15 16.85 9.25Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-log-edit-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogEditGoogle",
          "declaration": {
            "name": "ObiLogEditGoogle",
            "module": "src/icons/icon-log-edit-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-log-edit-google",
          "declaration": {
            "name": "ObiLogEditGoogle",
            "module": "src/icons/icon-log-edit-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-log-open-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogOpenGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H9.2C9.41667 2.4 9.77917 1.91667 10.2875 1.55C10.7958 1.18333 11.3667 1 12 1C12.6333 1 13.2042 1.18333 13.7125 1.55C14.2208 1.91667 14.5833 2.4 14.8 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19ZM7 17H14V15H7V17ZM7 13H17V11H7V13ZM7 9H17V7H7V9ZM12 4.25C12.2167 4.25 12.3958 4.17917 12.5375 4.0375C12.6792 3.89583 12.75 3.71667 12.75 3.5C12.75 3.28333 12.6792 3.10417 12.5375 2.9625C12.3958 2.82083 12.2167 2.75 12 2.75C11.7833 2.75 11.6042 2.82083 11.4625 2.9625C11.3208 3.10417 11.25 3.28333 11.25 3.5C11.25 3.71667 11.3208 3.89583 11.4625 4.0375C11.6042 4.17917 11.7833 4.25 12 4.25Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H9.2C9.41667 2.4 9.77917 1.91667 10.2875 1.55C10.7958 1.18333 11.3667 1 12 1C12.6333 1 13.2042 1.18333 13.7125 1.55C14.2208 1.91667 14.5833 2.4 14.8 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19ZM7 17H14V15H7V17ZM7 13H17V11H7V13ZM7 9H17V7H7V9ZM12 4.25C12.2167 4.25 12.3958 4.17917 12.5375 4.0375C12.6792 3.89583 12.75 3.71667 12.75 3.5C12.75 3.28333 12.6792 3.10417 12.5375 2.9625C12.3958 2.82083 12.2167 2.75 12 2.75C11.7833 2.75 11.6042 2.82083 11.4625 2.9625C11.3208 3.10417 11.25 3.28333 11.25 3.5C11.25 3.71667 11.3208 3.89583 11.4625 4.0375C11.6042 4.17917 11.7833 4.25 12 4.25Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-log-open-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogOpenGoogle",
          "declaration": {
            "name": "ObiLogOpenGoogle",
            "module": "src/icons/icon-log-open-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-log-open-google",
          "declaration": {
            "name": "ObiLogOpenGoogle",
            "module": "src/icons/icon-log-open-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-01-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic01Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V1ZM4 0C3.44772 0 3 0.447716 3 1V23C3 23.5523 3.44772 24 4 24H20C20.5523 24 21 23.5523 21 23V1C21 0.447715 20.5523 0 20 0H4Z\" fill=\"currentColor\"/> <path d=\"M11.72 8.312C12.184 8.312 12.596 8.384 12.956 8.528C13.316 8.672 13.6 8.884 13.808 9.164C14.016 9.436 14.12 9.772 14.12 10.172C14.12 10.724 13.956 11.188 13.628 11.564C13.3 11.94 12.892 12.268 12.404 12.548L14.072 14.168C14.232 13.896 14.372 13.612 14.492 13.316C14.612 13.012 14.712 12.708 14.792 12.404H16.652C16.532 12.852 16.356 13.332 16.124 13.844C15.892 14.356 15.596 14.836 15.236 15.284L17 17H14.792L14.12 16.34C13.944 16.46 13.76 16.568 13.568 16.664C13.376 16.76 13.176 16.844 12.968 16.916C12.76 16.98 12.54 17.028 12.308 17.06C12.076 17.1 11.836 17.12 11.588 17.12C10.94 17.12 10.384 17.02 9.92 16.82C9.456 16.612 9.1 16.324 8.852 15.956C8.604 15.588 8.48 15.164 8.48 14.684C8.48 14.276 8.54 13.928 8.66 13.64C8.788 13.344 8.968 13.088 9.2 12.872C9.44 12.648 9.724 12.444 10.052 12.26C9.844 12.02 9.676 11.796 9.548 11.588C9.428 11.372 9.34 11.16 9.284 10.952C9.236 10.744 9.212 10.524 9.212 10.292C9.212 9.884 9.316 9.532 9.524 9.236C9.74 8.94 10.036 8.712 10.412 8.552C10.796 8.392 11.232 8.312 11.72 8.312ZM11.096 13.328C10.944 13.44 10.812 13.556 10.7 13.676C10.596 13.796 10.512 13.924 10.448 14.06C10.392 14.196 10.364 14.348 10.364 14.516C10.364 14.86 10.492 15.132 10.748 15.332C11.004 15.524 11.324 15.62 11.708 15.62C11.964 15.62 12.204 15.588 12.428 15.524C12.652 15.46 12.856 15.372 13.04 15.26L11.096 13.328ZM11.708 9.692C11.508 9.692 11.316 9.744 11.132 9.848C10.956 9.944 10.868 10.132 10.868 10.412C10.868 10.612 10.916 10.804 11.012 10.988C11.116 11.172 11.252 11.36 11.42 11.552C11.756 11.368 12.012 11.184 12.188 11C12.372 10.816 12.464 10.604 12.464 10.364C12.464 10.124 12.384 9.952 12.224 9.848C12.064 9.744 11.892 9.692 11.708 9.692Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 1H20V23H4V1ZM12.956 8.528C12.596 8.384 12.184 8.312 11.72 8.312C11.232 8.312 10.796 8.392 10.412 8.552C10.036 8.712 9.74 8.94 9.524 9.236C9.316 9.532 9.212 9.884 9.212 10.292C9.212 10.524 9.236 10.744 9.284 10.952C9.34 11.16 9.428 11.372 9.548 11.588C9.676 11.796 9.844 12.02 10.052 12.26C9.724 12.444 9.44 12.648 9.2 12.872C8.968 13.088 8.788 13.344 8.66 13.64C8.54 13.928 8.48 14.276 8.48 14.684C8.48 15.164 8.604 15.588 8.852 15.956C9.1 16.324 9.456 16.612 9.92 16.82C10.384 17.02 10.94 17.12 11.588 17.12C11.836 17.12 12.076 17.1 12.308 17.06C12.54 17.028 12.76 16.98 12.968 16.916C13.176 16.844 13.376 16.76 13.568 16.664C13.76 16.568 13.944 16.46 14.12 16.34L14.792 17H17L15.236 15.284C15.596 14.836 15.892 14.356 16.124 13.844C16.356 13.332 16.532 12.852 16.652 12.404H14.792C14.712 12.708 14.612 13.012 14.492 13.316C14.372 13.612 14.232 13.896 14.072 14.168L12.404 12.548C12.892 12.268 13.3 11.94 13.628 11.564C13.956 11.188 14.12 10.724 14.12 10.172C14.12 9.772 14.016 9.436 13.808 9.164C13.6 8.884 13.316 8.672 12.956 8.528ZM11.096 13.328C10.944 13.44 10.812 13.556 10.7 13.676C10.596 13.796 10.512 13.924 10.448 14.06C10.392 14.196 10.364 14.348 10.364 14.516C10.364 14.86 10.492 15.132 10.748 15.332C11.004 15.524 11.324 15.62 11.708 15.62C11.964 15.62 12.204 15.588 12.428 15.524C12.652 15.46 12.856 15.372 13.04 15.26L11.096 13.328ZM11.708 9.692C11.508 9.692 11.316 9.744 11.132 9.848C10.956 9.944 10.868 10.132 10.868 10.412C10.868 10.612 10.916 10.804 11.012 10.988C11.116 11.172 11.252 11.36 11.42 11.552C11.756 11.368 12.012 11.184 12.188 11C12.372 10.816 12.464 10.604 12.464 10.364C12.464 10.124 12.384 9.952 12.224 9.848C12.064 9.744 11.892 9.692 11.708 9.692Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V1ZM4 0C3.44772 0 3 0.447716 3 1V23C3 23.5523 3.44772 24 4 24H20C20.5523 24 21 23.5523 21 23V1C21 0.447715 20.5523 0 20 0H4Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M11.72 8.312C12.184 8.312 12.596 8.384 12.956 8.528C13.316 8.672 13.6 8.884 13.808 9.164C14.016 9.436 14.12 9.772 14.12 10.172C14.12 10.724 13.956 11.188 13.628 11.564C13.3 11.94 12.892 12.268 12.404 12.548L14.072 14.168C14.232 13.896 14.372 13.612 14.492 13.316C14.612 13.012 14.712 12.708 14.792 12.404H16.652C16.532 12.852 16.356 13.332 16.124 13.844C15.892 14.356 15.596 14.836 15.236 15.284L17 17H14.792L14.12 16.34C13.944 16.46 13.76 16.568 13.568 16.664C13.376 16.76 13.176 16.844 12.968 16.916C12.76 16.98 12.54 17.028 12.308 17.06C12.076 17.1 11.836 17.12 11.588 17.12C10.94 17.12 10.384 17.02 9.92 16.82C9.456 16.612 9.1 16.324 8.852 15.956C8.604 15.588 8.48 15.164 8.48 14.684C8.48 14.276 8.54 13.928 8.66 13.64C8.788 13.344 8.968 13.088 9.2 12.872C9.44 12.648 9.724 12.444 10.052 12.26C9.844 12.02 9.676 11.796 9.548 11.588C9.428 11.372 9.34 11.16 9.284 10.952C9.236 10.744 9.212 10.524 9.212 10.292C9.212 9.884 9.316 9.532 9.524 9.236C9.74 8.94 10.036 8.712 10.412 8.552C10.796 8.392 11.232 8.312 11.72 8.312ZM11.096 13.328C10.944 13.44 10.812 13.556 10.7 13.676C10.596 13.796 10.512 13.924 10.448 14.06C10.392 14.196 10.364 14.348 10.364 14.516C10.364 14.86 10.492 15.132 10.748 15.332C11.004 15.524 11.324 15.62 11.708 15.62C11.964 15.62 12.204 15.588 12.428 15.524C12.652 15.46 12.856 15.372 13.04 15.26L11.096 13.328ZM11.708 9.692C11.508 9.692 11.316 9.744 11.132 9.848C10.956 9.944 10.868 10.132 10.868 10.412C10.868 10.612 10.916 10.804 11.012 10.988C11.116 11.172 11.252 11.36 11.42 11.552C11.756 11.368 12.012 11.184 12.188 11C12.372 10.816 12.464 10.604 12.464 10.364C12.464 10.124 12.384 9.952 12.224 9.848C12.064 9.744 11.892 9.692 11.708 9.692Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 1H20V23H4V1ZM12.956 8.528C12.596 8.384 12.184 8.312 11.72 8.312C11.232 8.312 10.796 8.392 10.412 8.552C10.036 8.712 9.74 8.94 9.524 9.236C9.316 9.532 9.212 9.884 9.212 10.292C9.212 10.524 9.236 10.744 9.284 10.952C9.34 11.16 9.428 11.372 9.548 11.588C9.676 11.796 9.844 12.02 10.052 12.26C9.724 12.444 9.44 12.648 9.2 12.872C8.968 13.088 8.788 13.344 8.66 13.64C8.54 13.928 8.48 14.276 8.48 14.684C8.48 15.164 8.604 15.588 8.852 15.956C9.1 16.324 9.456 16.612 9.92 16.82C10.384 17.02 10.94 17.12 11.588 17.12C11.836 17.12 12.076 17.1 12.308 17.06C12.54 17.028 12.76 16.98 12.968 16.916C13.176 16.844 13.376 16.76 13.568 16.664C13.76 16.568 13.944 16.46 14.12 16.34L14.792 17H17L15.236 15.284C15.596 14.836 15.892 14.356 16.124 13.844C16.356 13.332 16.532 12.852 16.652 12.404H14.792C14.712 12.708 14.612 13.012 14.492 13.316C14.372 13.612 14.232 13.896 14.072 14.168L12.404 12.548C12.892 12.268 13.3 11.94 13.628 11.564C13.956 11.188 14.12 10.724 14.12 10.172C14.12 9.772 14.016 9.436 13.808 9.164C13.6 8.884 13.316 8.672 12.956 8.528ZM11.096 13.328C10.944 13.44 10.812 13.556 10.7 13.676C10.596 13.796 10.512 13.924 10.448 14.06C10.392 14.196 10.364 14.348 10.364 14.516C10.364 14.86 10.492 15.132 10.748 15.332C11.004 15.524 11.324 15.62 11.708 15.62C11.964 15.62 12.204 15.588 12.428 15.524C12.652 15.46 12.856 15.372 13.04 15.26L11.096 13.328ZM11.708 9.692C11.508 9.692 11.316 9.744 11.132 9.848C10.956 9.944 10.868 10.132 10.868 10.412C10.868 10.612 10.916 10.804 11.012 10.988C11.116 11.172 11.252 11.36 11.42 11.552C11.756 11.368 12.012 11.184 12.188 11C12.372 10.816 12.464 10.604 12.464 10.364C12.464 10.124 12.384 9.952 12.224 9.848C12.064 9.744 11.892 9.692 11.708 9.692Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-01-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic01Off",
          "declaration": {
            "name": "ObiLogic01Off",
            "module": "src/icons/icon-logic-01-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-01-off",
          "declaration": {
            "name": "ObiLogic01Off",
            "module": "src/icons/icon-logic-01-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-01-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic01On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V1ZM4 0C3.44772 0 3 0.447716 3 1V23C3 23.5523 3.44772 24 4 24H20C20.5523 24 21 23.5523 21 23V1C21 0.447715 20.5523 0 20 0H4Z\" fill=\"currentColor\"/> <path d=\"M11.72 8.312C12.184 8.312 12.596 8.384 12.956 8.528C13.316 8.672 13.6 8.884 13.808 9.164C14.016 9.436 14.12 9.772 14.12 10.172C14.12 10.724 13.956 11.188 13.628 11.564C13.3 11.94 12.892 12.268 12.404 12.548L14.072 14.168C14.232 13.896 14.372 13.612 14.492 13.316C14.612 13.012 14.712 12.708 14.792 12.404H16.652C16.532 12.852 16.356 13.332 16.124 13.844C15.892 14.356 15.596 14.836 15.236 15.284L17 17H14.792L14.12 16.34C13.944 16.46 13.76 16.568 13.568 16.664C13.376 16.76 13.176 16.844 12.968 16.916C12.76 16.98 12.54 17.028 12.308 17.06C12.076 17.1 11.836 17.12 11.588 17.12C10.94 17.12 10.384 17.02 9.92 16.82C9.456 16.612 9.1 16.324 8.852 15.956C8.604 15.588 8.48 15.164 8.48 14.684C8.48 14.276 8.54 13.928 8.66 13.64C8.788 13.344 8.968 13.088 9.2 12.872C9.44 12.648 9.724 12.444 10.052 12.26C9.844 12.02 9.676 11.796 9.548 11.588C9.428 11.372 9.34 11.16 9.284 10.952C9.236 10.744 9.212 10.524 9.212 10.292C9.212 9.884 9.316 9.532 9.524 9.236C9.74 8.94 10.036 8.712 10.412 8.552C10.796 8.392 11.232 8.312 11.72 8.312ZM11.096 13.328C10.944 13.44 10.812 13.556 10.7 13.676C10.596 13.796 10.512 13.924 10.448 14.06C10.392 14.196 10.364 14.348 10.364 14.516C10.364 14.86 10.492 15.132 10.748 15.332C11.004 15.524 11.324 15.62 11.708 15.62C11.964 15.62 12.204 15.588 12.428 15.524C12.652 15.46 12.856 15.372 13.04 15.26L11.096 13.328ZM11.708 9.692C11.508 9.692 11.316 9.744 11.132 9.848C10.956 9.944 10.868 10.132 10.868 10.412C10.868 10.612 10.916 10.804 11.012 10.988C11.116 11.172 11.252 11.36 11.42 11.552C11.756 11.368 12.012 11.184 12.188 11C12.372 10.816 12.464 10.604 12.464 10.364C12.464 10.124 12.384 9.952 12.224 9.848C12.064 9.744 11.892 9.692 11.708 9.692Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 1H20V23H4V1ZM12.956 8.528C12.596 8.384 12.184 8.312 11.72 8.312C11.232 8.312 10.796 8.392 10.412 8.552C10.036 8.712 9.74 8.94 9.524 9.236C9.316 9.532 9.212 9.884 9.212 10.292C9.212 10.524 9.236 10.744 9.284 10.952C9.34 11.16 9.428 11.372 9.548 11.588C9.676 11.796 9.844 12.02 10.052 12.26C9.724 12.444 9.44 12.648 9.2 12.872C8.968 13.088 8.788 13.344 8.66 13.64C8.54 13.928 8.48 14.276 8.48 14.684C8.48 15.164 8.604 15.588 8.852 15.956C9.1 16.324 9.456 16.612 9.92 16.82C10.384 17.02 10.94 17.12 11.588 17.12C11.836 17.12 12.076 17.1 12.308 17.06C12.54 17.028 12.76 16.98 12.968 16.916C13.176 16.844 13.376 16.76 13.568 16.664C13.76 16.568 13.944 16.46 14.12 16.34L14.792 17H17L15.236 15.284C15.596 14.836 15.892 14.356 16.124 13.844C16.356 13.332 16.532 12.852 16.652 12.404H14.792C14.712 12.708 14.612 13.012 14.492 13.316C14.372 13.612 14.232 13.896 14.072 14.168L12.404 12.548C12.892 12.268 13.3 11.94 13.628 11.564C13.956 11.188 14.12 10.724 14.12 10.172C14.12 9.772 14.016 9.436 13.808 9.164C13.6 8.884 13.316 8.672 12.956 8.528ZM11.096 13.328C10.944 13.44 10.812 13.556 10.7 13.676C10.596 13.796 10.512 13.924 10.448 14.06C10.392 14.196 10.364 14.348 10.364 14.516C10.364 14.86 10.492 15.132 10.748 15.332C11.004 15.524 11.324 15.62 11.708 15.62C11.964 15.62 12.204 15.588 12.428 15.524C12.652 15.46 12.856 15.372 13.04 15.26L11.096 13.328ZM11.708 9.692C11.508 9.692 11.316 9.744 11.132 9.848C10.956 9.944 10.868 10.132 10.868 10.412C10.868 10.612 10.916 10.804 11.012 10.988C11.116 11.172 11.252 11.36 11.42 11.552C11.756 11.368 12.012 11.184 12.188 11C12.372 10.816 12.464 10.604 12.464 10.364C12.464 10.124 12.384 9.952 12.224 9.848C12.064 9.744 11.892 9.692 11.708 9.692Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V1ZM4 0C3.44772 0 3 0.447716 3 1V23C3 23.5523 3.44772 24 4 24H20C20.5523 24 21 23.5523 21 23V1C21 0.447715 20.5523 0 20 0H4Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M11.72 8.312C12.184 8.312 12.596 8.384 12.956 8.528C13.316 8.672 13.6 8.884 13.808 9.164C14.016 9.436 14.12 9.772 14.12 10.172C14.12 10.724 13.956 11.188 13.628 11.564C13.3 11.94 12.892 12.268 12.404 12.548L14.072 14.168C14.232 13.896 14.372 13.612 14.492 13.316C14.612 13.012 14.712 12.708 14.792 12.404H16.652C16.532 12.852 16.356 13.332 16.124 13.844C15.892 14.356 15.596 14.836 15.236 15.284L17 17H14.792L14.12 16.34C13.944 16.46 13.76 16.568 13.568 16.664C13.376 16.76 13.176 16.844 12.968 16.916C12.76 16.98 12.54 17.028 12.308 17.06C12.076 17.1 11.836 17.12 11.588 17.12C10.94 17.12 10.384 17.02 9.92 16.82C9.456 16.612 9.1 16.324 8.852 15.956C8.604 15.588 8.48 15.164 8.48 14.684C8.48 14.276 8.54 13.928 8.66 13.64C8.788 13.344 8.968 13.088 9.2 12.872C9.44 12.648 9.724 12.444 10.052 12.26C9.844 12.02 9.676 11.796 9.548 11.588C9.428 11.372 9.34 11.16 9.284 10.952C9.236 10.744 9.212 10.524 9.212 10.292C9.212 9.884 9.316 9.532 9.524 9.236C9.74 8.94 10.036 8.712 10.412 8.552C10.796 8.392 11.232 8.312 11.72 8.312ZM11.096 13.328C10.944 13.44 10.812 13.556 10.7 13.676C10.596 13.796 10.512 13.924 10.448 14.06C10.392 14.196 10.364 14.348 10.364 14.516C10.364 14.86 10.492 15.132 10.748 15.332C11.004 15.524 11.324 15.62 11.708 15.62C11.964 15.62 12.204 15.588 12.428 15.524C12.652 15.46 12.856 15.372 13.04 15.26L11.096 13.328ZM11.708 9.692C11.508 9.692 11.316 9.744 11.132 9.848C10.956 9.944 10.868 10.132 10.868 10.412C10.868 10.612 10.916 10.804 11.012 10.988C11.116 11.172 11.252 11.36 11.42 11.552C11.756 11.368 12.012 11.184 12.188 11C12.372 10.816 12.464 10.604 12.464 10.364C12.464 10.124 12.384 9.952 12.224 9.848C12.064 9.744 11.892 9.692 11.708 9.692Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 1H20V23H4V1ZM12.956 8.528C12.596 8.384 12.184 8.312 11.72 8.312C11.232 8.312 10.796 8.392 10.412 8.552C10.036 8.712 9.74 8.94 9.524 9.236C9.316 9.532 9.212 9.884 9.212 10.292C9.212 10.524 9.236 10.744 9.284 10.952C9.34 11.16 9.428 11.372 9.548 11.588C9.676 11.796 9.844 12.02 10.052 12.26C9.724 12.444 9.44 12.648 9.2 12.872C8.968 13.088 8.788 13.344 8.66 13.64C8.54 13.928 8.48 14.276 8.48 14.684C8.48 15.164 8.604 15.588 8.852 15.956C9.1 16.324 9.456 16.612 9.92 16.82C10.384 17.02 10.94 17.12 11.588 17.12C11.836 17.12 12.076 17.1 12.308 17.06C12.54 17.028 12.76 16.98 12.968 16.916C13.176 16.844 13.376 16.76 13.568 16.664C13.76 16.568 13.944 16.46 14.12 16.34L14.792 17H17L15.236 15.284C15.596 14.836 15.892 14.356 16.124 13.844C16.356 13.332 16.532 12.852 16.652 12.404H14.792C14.712 12.708 14.612 13.012 14.492 13.316C14.372 13.612 14.232 13.896 14.072 14.168L12.404 12.548C12.892 12.268 13.3 11.94 13.628 11.564C13.956 11.188 14.12 10.724 14.12 10.172C14.12 9.772 14.016 9.436 13.808 9.164C13.6 8.884 13.316 8.672 12.956 8.528ZM11.096 13.328C10.944 13.44 10.812 13.556 10.7 13.676C10.596 13.796 10.512 13.924 10.448 14.06C10.392 14.196 10.364 14.348 10.364 14.516C10.364 14.86 10.492 15.132 10.748 15.332C11.004 15.524 11.324 15.62 11.708 15.62C11.964 15.62 12.204 15.588 12.428 15.524C12.652 15.46 12.856 15.372 13.04 15.26L11.096 13.328ZM11.708 9.692C11.508 9.692 11.316 9.744 11.132 9.848C10.956 9.944 10.868 10.132 10.868 10.412C10.868 10.612 10.916 10.804 11.012 10.988C11.116 11.172 11.252 11.36 11.42 11.552C11.756 11.368 12.012 11.184 12.188 11C12.372 10.816 12.464 10.604 12.464 10.364C12.464 10.124 12.384 9.952 12.224 9.848C12.064 9.744 11.892 9.692 11.708 9.692Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-01-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic01On",
          "declaration": {
            "name": "ObiLogic01On",
            "module": "src/icons/icon-logic-01-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-01-on",
          "declaration": {
            "name": "ObiLogic01On",
            "module": "src/icons/icon-logic-01-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-01.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic01",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V1ZM4 0C3.44772 0 3 0.447716 3 1V23C3 23.5523 3.44772 24 4 24H20C20.5523 24 21 23.5523 21 23V1C21 0.447715 20.5523 0 20 0H4Z\" fill=\"currentColor\"/> <path d=\"M11.72 8.312C12.184 8.312 12.596 8.384 12.956 8.528C13.316 8.672 13.6 8.884 13.808 9.164C14.016 9.436 14.12 9.772 14.12 10.172C14.12 10.724 13.956 11.188 13.628 11.564C13.3 11.94 12.892 12.268 12.404 12.548L14.072 14.168C14.232 13.896 14.372 13.612 14.492 13.316C14.612 13.012 14.712 12.708 14.792 12.404H16.652C16.532 12.852 16.356 13.332 16.124 13.844C15.892 14.356 15.596 14.836 15.236 15.284L17 17H14.792L14.12 16.34C13.944 16.46 13.76 16.568 13.568 16.664C13.376 16.76 13.176 16.844 12.968 16.916C12.76 16.98 12.54 17.028 12.308 17.06C12.076 17.1 11.836 17.12 11.588 17.12C10.94 17.12 10.384 17.02 9.92 16.82C9.456 16.612 9.1 16.324 8.852 15.956C8.604 15.588 8.48 15.164 8.48 14.684C8.48 14.276 8.54 13.928 8.66 13.64C8.788 13.344 8.968 13.088 9.2 12.872C9.44 12.648 9.724 12.444 10.052 12.26C9.844 12.02 9.676 11.796 9.548 11.588C9.428 11.372 9.34 11.16 9.284 10.952C9.236 10.744 9.212 10.524 9.212 10.292C9.212 9.884 9.316 9.532 9.524 9.236C9.74 8.94 10.036 8.712 10.412 8.552C10.796 8.392 11.232 8.312 11.72 8.312ZM11.096 13.328C10.944 13.44 10.812 13.556 10.7 13.676C10.596 13.796 10.512 13.924 10.448 14.06C10.392 14.196 10.364 14.348 10.364 14.516C10.364 14.86 10.492 15.132 10.748 15.332C11.004 15.524 11.324 15.62 11.708 15.62C11.964 15.62 12.204 15.588 12.428 15.524C12.652 15.46 12.856 15.372 13.04 15.26L11.096 13.328ZM11.708 9.692C11.508 9.692 11.316 9.744 11.132 9.848C10.956 9.944 10.868 10.132 10.868 10.412C10.868 10.612 10.916 10.804 11.012 10.988C11.116 11.172 11.252 11.36 11.42 11.552C11.756 11.368 12.012 11.184 12.188 11C12.372 10.816 12.464 10.604 12.464 10.364C12.464 10.124 12.384 9.952 12.224 9.848C12.064 9.744 11.892 9.692 11.708 9.692Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V1ZM4 0C3.44772 0 3 0.447716 3 1V23C3 23.5523 3.44772 24 4 24H20C20.5523 24 21 23.5523 21 23V1C21 0.447715 20.5523 0 20 0H4Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M11.72 8.312C12.184 8.312 12.596 8.384 12.956 8.528C13.316 8.672 13.6 8.884 13.808 9.164C14.016 9.436 14.12 9.772 14.12 10.172C14.12 10.724 13.956 11.188 13.628 11.564C13.3 11.94 12.892 12.268 12.404 12.548L14.072 14.168C14.232 13.896 14.372 13.612 14.492 13.316C14.612 13.012 14.712 12.708 14.792 12.404H16.652C16.532 12.852 16.356 13.332 16.124 13.844C15.892 14.356 15.596 14.836 15.236 15.284L17 17H14.792L14.12 16.34C13.944 16.46 13.76 16.568 13.568 16.664C13.376 16.76 13.176 16.844 12.968 16.916C12.76 16.98 12.54 17.028 12.308 17.06C12.076 17.1 11.836 17.12 11.588 17.12C10.94 17.12 10.384 17.02 9.92 16.82C9.456 16.612 9.1 16.324 8.852 15.956C8.604 15.588 8.48 15.164 8.48 14.684C8.48 14.276 8.54 13.928 8.66 13.64C8.788 13.344 8.968 13.088 9.2 12.872C9.44 12.648 9.724 12.444 10.052 12.26C9.844 12.02 9.676 11.796 9.548 11.588C9.428 11.372 9.34 11.16 9.284 10.952C9.236 10.744 9.212 10.524 9.212 10.292C9.212 9.884 9.316 9.532 9.524 9.236C9.74 8.94 10.036 8.712 10.412 8.552C10.796 8.392 11.232 8.312 11.72 8.312ZM11.096 13.328C10.944 13.44 10.812 13.556 10.7 13.676C10.596 13.796 10.512 13.924 10.448 14.06C10.392 14.196 10.364 14.348 10.364 14.516C10.364 14.86 10.492 15.132 10.748 15.332C11.004 15.524 11.324 15.62 11.708 15.62C11.964 15.62 12.204 15.588 12.428 15.524C12.652 15.46 12.856 15.372 13.04 15.26L11.096 13.328ZM11.708 9.692C11.508 9.692 11.316 9.744 11.132 9.848C10.956 9.944 10.868 10.132 10.868 10.412C10.868 10.612 10.916 10.804 11.012 10.988C11.116 11.172 11.252 11.36 11.42 11.552C11.756 11.368 12.012 11.184 12.188 11C12.372 10.816 12.464 10.604 12.464 10.364C12.464 10.124 12.384 9.952 12.224 9.848C12.064 9.744 11.892 9.692 11.708 9.692Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-01",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic01",
          "declaration": {
            "name": "ObiLogic01",
            "module": "src/icons/icon-logic-01.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-01",
          "declaration": {
            "name": "ObiLogic01",
            "module": "src/icons/icon-logic-01.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-02-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic02Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V1ZM4 0C3.44772 0 3 0.447716 3 1V23C3 23.5523 3.44772 24 4 24H20C20.5523 24 21 23.5523 21 23V1C21 0.447715 20.5523 0 20 0H4Z\" fill=\"currentColor\"/> <path d=\"M6.14881 14.408L10.1568 12.764L6.14881 10.904V9.5L11.9688 12.404V13.244L6.14881 15.812V14.408Z\" fill=\"currentColor\"/> <path d=\"M17.456 17H15.644V12.044C15.644 11.908 15.644 11.74 15.644 11.54C15.652 11.34 15.66 11.132 15.668 10.916C15.676 10.7 15.684 10.508 15.692 10.34C15.652 10.388 15.564 10.476 15.428 10.604C15.3 10.724 15.18 10.832 15.068 10.928L14.084 11.72L13.208 10.628L15.968 8.432H17.456V17Z\" fill=\"currentColor\"/> <path d=\"M6.15 16H12V17H6.15V16Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 1H20V23H4V1ZM10.1568 12.764L6.14881 14.408V15.812L11.9688 13.244V12.404L6.14881 9.5V10.904L10.1568 12.764ZM6.15 16H12V17H6.15V16ZM15.644 17H17.456V8.432H15.968L13.208 10.628L14.084 11.72L15.068 10.928C15.18 10.832 15.3 10.724 15.428 10.604C15.564 10.476 15.652 10.388 15.692 10.34C15.684 10.508 15.676 10.7 15.668 10.916C15.66 11.132 15.652 11.34 15.644 11.54V12.044V17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V1ZM4 0C3.44772 0 3 0.447716 3 1V23C3 23.5523 3.44772 24 4 24H20C20.5523 24 21 23.5523 21 23V1C21 0.447715 20.5523 0 20 0H4Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M6.14881 14.408L10.1568 12.764L6.14881 10.904V9.5L11.9688 12.404V13.244L6.14881 15.812V14.408Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M17.456 17H15.644V12.044C15.644 11.908 15.644 11.74 15.644 11.54C15.652 11.34 15.66 11.132 15.668 10.916C15.676 10.7 15.684 10.508 15.692 10.34C15.652 10.388 15.564 10.476 15.428 10.604C15.3 10.724 15.18 10.832 15.068 10.928L14.084 11.72L13.208 10.628L15.968 8.432H17.456V17Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M6.15 16H12V17H6.15V16Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 1H20V23H4V1ZM10.1568 12.764L6.14881 14.408V15.812L11.9688 13.244V12.404L6.14881 9.5V10.904L10.1568 12.764ZM6.15 16H12V17H6.15V16ZM15.644 17H17.456V8.432H15.968L13.208 10.628L14.084 11.72L15.068 10.928C15.18 10.832 15.3 10.724 15.428 10.604C15.564 10.476 15.652 10.388 15.692 10.34C15.684 10.508 15.676 10.7 15.668 10.916C15.66 11.132 15.652 11.34 15.644 11.54V12.044V17Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-02-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic02Off",
          "declaration": {
            "name": "ObiLogic02Off",
            "module": "src/icons/icon-logic-02-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-02-off",
          "declaration": {
            "name": "ObiLogic02Off",
            "module": "src/icons/icon-logic-02-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-02-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic02On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V1ZM4 0C3.44772 0 3 0.447716 3 1V23C3 23.5523 3.44772 24 4 24H20C20.5523 24 21 23.5523 21 23V1C21 0.447715 20.5523 0 20 0H4Z\" fill=\"currentColor\"/> <path d=\"M6.14881 14.408L10.1568 12.764L6.14881 10.904V9.5L11.9688 12.404V13.244L6.14881 15.812V14.408Z\" fill=\"currentColor\"/> <path d=\"M17.456 17H15.644V12.044C15.644 11.908 15.644 11.74 15.644 11.54C15.652 11.34 15.66 11.132 15.668 10.916C15.676 10.7 15.684 10.508 15.692 10.34C15.652 10.388 15.564 10.476 15.428 10.604C15.3 10.724 15.18 10.832 15.068 10.928L14.084 11.72L13.208 10.628L15.968 8.432H17.456V17Z\" fill=\"currentColor\"/> <path d=\"M6.15 16H12V17H6.15V16Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 1H20V23H4V1ZM10.1568 12.764L6.14881 14.408V15.812L11.9688 13.244V12.404L6.14881 9.5V10.904L10.1568 12.764ZM6.15 16H12V17H6.15V16ZM15.644 17H17.456V8.432H15.968L13.208 10.628L14.084 11.72L15.068 10.928C15.18 10.832 15.3 10.724 15.428 10.604C15.564 10.476 15.652 10.388 15.692 10.34C15.684 10.508 15.676 10.7 15.668 10.916C15.66 11.132 15.652 11.34 15.644 11.54V12.044V17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V1ZM4 0C3.44772 0 3 0.447716 3 1V23C3 23.5523 3.44772 24 4 24H20C20.5523 24 21 23.5523 21 23V1C21 0.447715 20.5523 0 20 0H4Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M6.14881 14.408L10.1568 12.764L6.14881 10.904V9.5L11.9688 12.404V13.244L6.14881 15.812V14.408Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M17.456 17H15.644V12.044C15.644 11.908 15.644 11.74 15.644 11.54C15.652 11.34 15.66 11.132 15.668 10.916C15.676 10.7 15.684 10.508 15.692 10.34C15.652 10.388 15.564 10.476 15.428 10.604C15.3 10.724 15.18 10.832 15.068 10.928L14.084 11.72L13.208 10.628L15.968 8.432H17.456V17Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M6.15 16H12V17H6.15V16Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 1H20V23H4V1ZM10.1568 12.764L6.14881 14.408V15.812L11.9688 13.244V12.404L6.14881 9.5V10.904L10.1568 12.764ZM6.15 16H12V17H6.15V16ZM15.644 17H17.456V8.432H15.968L13.208 10.628L14.084 11.72L15.068 10.928C15.18 10.832 15.3 10.724 15.428 10.604C15.564 10.476 15.652 10.388 15.692 10.34C15.684 10.508 15.676 10.7 15.668 10.916C15.66 11.132 15.652 11.34 15.644 11.54V12.044V17Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-02-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic02On",
          "declaration": {
            "name": "ObiLogic02On",
            "module": "src/icons/icon-logic-02-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-02-on",
          "declaration": {
            "name": "ObiLogic02On",
            "module": "src/icons/icon-logic-02-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-02.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic02",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V1ZM4 0C3.44772 0 3 0.447716 3 1V23C3 23.5523 3.44772 24 4 24H20C20.5523 24 21 23.5523 21 23V1C21 0.447715 20.5523 0 20 0H4Z\" fill=\"currentColor\"/> <path d=\"M6.14881 14.408L10.1568 12.764L6.14881 10.904V9.5L11.9688 12.404V13.244L6.14881 15.812V14.408Z\" fill=\"currentColor\"/> <path d=\"M17.456 17H15.644V12.044C15.644 11.908 15.644 11.74 15.644 11.54C15.652 11.34 15.66 11.132 15.668 10.916C15.676 10.7 15.684 10.508 15.692 10.34C15.652 10.388 15.564 10.476 15.428 10.604C15.3 10.724 15.18 10.832 15.068 10.928L14.084 11.72L13.208 10.628L15.968 8.432H17.456V17Z\" fill=\"currentColor\"/> <path d=\"M6.15 16H12V17H6.15V16Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V1ZM4 0C3.44772 0 3 0.447716 3 1V23C3 23.5523 3.44772 24 4 24H20C20.5523 24 21 23.5523 21 23V1C21 0.447715 20.5523 0 20 0H4Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M6.14881 14.408L10.1568 12.764L6.14881 10.904V9.5L11.9688 12.404V13.244L6.14881 15.812V14.408Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M17.456 17H15.644V12.044C15.644 11.908 15.644 11.74 15.644 11.54C15.652 11.34 15.66 11.132 15.668 10.916C15.676 10.7 15.684 10.508 15.692 10.34C15.652 10.388 15.564 10.476 15.428 10.604C15.3 10.724 15.18 10.832 15.068 10.928L14.084 11.72L13.208 10.628L15.968 8.432H17.456V17Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M6.15 16H12V17H6.15V16Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-02",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic02",
          "declaration": {
            "name": "ObiLogic02",
            "module": "src/icons/icon-logic-02.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-02",
          "declaration": {
            "name": "ObiLogic02",
            "module": "src/icons/icon-logic-02.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-03-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic03Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V1ZM4 0C3.44772 0 3 0.447716 3 1V23C3 23.5523 3.44772 24 4 24H20C20.5523 24 21 23.5523 21 23V1C21 0.447715 20.5523 0 20 0H4Z\" fill=\"currentColor\"/> <path d=\"M6.14881 12.272V11H11.9688V12.272H6.14881ZM6.14881 14.552V13.268H11.9688V14.552H6.14881Z\" fill=\"currentColor\"/> <path d=\"M17.456 17H15.644V12.044C15.644 11.908 15.644 11.74 15.644 11.54C15.652 11.34 15.66 11.132 15.668 10.916C15.676 10.7 15.684 10.508 15.692 10.34C15.652 10.388 15.564 10.476 15.428 10.604C15.3 10.724 15.18 10.832 15.068 10.928L14.084 11.72L13.208 10.628L15.968 8.432H17.456V17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 1H20V23H4V1ZM6.14881 11V12.272H11.9688V11H6.14881ZM6.14881 14.552V13.268H11.9688V14.552H6.14881ZM15.644 17H17.456V8.432H15.968L13.208 10.628L14.084 11.72L15.068 10.928C15.18 10.832 15.3 10.724 15.428 10.604C15.564 10.476 15.652 10.388 15.692 10.34C15.684 10.508 15.676 10.7 15.668 10.916C15.66 11.132 15.652 11.34 15.644 11.54V12.044V17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V1ZM4 0C3.44772 0 3 0.447716 3 1V23C3 23.5523 3.44772 24 4 24H20C20.5523 24 21 23.5523 21 23V1C21 0.447715 20.5523 0 20 0H4Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M6.14881 12.272V11H11.9688V12.272H6.14881ZM6.14881 14.552V13.268H11.9688V14.552H6.14881Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M17.456 17H15.644V12.044C15.644 11.908 15.644 11.74 15.644 11.54C15.652 11.34 15.66 11.132 15.668 10.916C15.676 10.7 15.684 10.508 15.692 10.34C15.652 10.388 15.564 10.476 15.428 10.604C15.3 10.724 15.18 10.832 15.068 10.928L14.084 11.72L13.208 10.628L15.968 8.432H17.456V17Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 1H20V23H4V1ZM6.14881 11V12.272H11.9688V11H6.14881ZM6.14881 14.552V13.268H11.9688V14.552H6.14881ZM15.644 17H17.456V8.432H15.968L13.208 10.628L14.084 11.72L15.068 10.928C15.18 10.832 15.3 10.724 15.428 10.604C15.564 10.476 15.652 10.388 15.692 10.34C15.684 10.508 15.676 10.7 15.668 10.916C15.66 11.132 15.652 11.34 15.644 11.54V12.044V17Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-03-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic03Off",
          "declaration": {
            "name": "ObiLogic03Off",
            "module": "src/icons/icon-logic-03-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-03-off",
          "declaration": {
            "name": "ObiLogic03Off",
            "module": "src/icons/icon-logic-03-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-03-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic03On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V1ZM4 0C3.44772 0 3 0.447716 3 1V23C3 23.5523 3.44772 24 4 24H20C20.5523 24 21 23.5523 21 23V1C21 0.447715 20.5523 0 20 0H4Z\" fill=\"currentColor\"/> <path d=\"M6.14881 12.272V11H11.9688V12.272H6.14881ZM6.14881 14.552V13.268H11.9688V14.552H6.14881Z\" fill=\"currentColor\"/> <path d=\"M17.456 17H15.644V12.044C15.644 11.908 15.644 11.74 15.644 11.54C15.652 11.34 15.66 11.132 15.668 10.916C15.676 10.7 15.684 10.508 15.692 10.34C15.652 10.388 15.564 10.476 15.428 10.604C15.3 10.724 15.18 10.832 15.068 10.928L14.084 11.72L13.208 10.628L15.968 8.432H17.456V17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 1H20V23H4V1ZM6.14881 11V12.272H11.9688V11H6.14881ZM6.14881 14.552V13.268H11.9688V14.552H6.14881ZM15.644 17H17.456V8.432H15.968L13.208 10.628L14.084 11.72L15.068 10.928C15.18 10.832 15.3 10.724 15.428 10.604C15.564 10.476 15.652 10.388 15.692 10.34C15.684 10.508 15.676 10.7 15.668 10.916C15.66 11.132 15.652 11.34 15.644 11.54V12.044V17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V1ZM4 0C3.44772 0 3 0.447716 3 1V23C3 23.5523 3.44772 24 4 24H20C20.5523 24 21 23.5523 21 23V1C21 0.447715 20.5523 0 20 0H4Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M6.14881 12.272V11H11.9688V12.272H6.14881ZM6.14881 14.552V13.268H11.9688V14.552H6.14881Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M17.456 17H15.644V12.044C15.644 11.908 15.644 11.74 15.644 11.54C15.652 11.34 15.66 11.132 15.668 10.916C15.676 10.7 15.684 10.508 15.692 10.34C15.652 10.388 15.564 10.476 15.428 10.604C15.3 10.724 15.18 10.832 15.068 10.928L14.084 11.72L13.208 10.628L15.968 8.432H17.456V17Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 1H20V23H4V1ZM6.14881 11V12.272H11.9688V11H6.14881ZM6.14881 14.552V13.268H11.9688V14.552H6.14881ZM15.644 17H17.456V8.432H15.968L13.208 10.628L14.084 11.72L15.068 10.928C15.18 10.832 15.3 10.724 15.428 10.604C15.564 10.476 15.652 10.388 15.692 10.34C15.684 10.508 15.676 10.7 15.668 10.916C15.66 11.132 15.652 11.34 15.644 11.54V12.044V17Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-03-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic03On",
          "declaration": {
            "name": "ObiLogic03On",
            "module": "src/icons/icon-logic-03-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-03-on",
          "declaration": {
            "name": "ObiLogic03On",
            "module": "src/icons/icon-logic-03-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-03.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic03",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V1ZM4 0C3.44772 0 3 0.447716 3 1V23C3 23.5523 3.44772 24 4 24H20C20.5523 24 21 23.5523 21 23V1C21 0.447715 20.5523 0 20 0H4Z\" fill=\"currentColor\"/> <path d=\"M6.14881 12.272V11H11.9688V12.272H6.14881ZM6.14881 14.552V13.268H11.9688V14.552H6.14881Z\" fill=\"currentColor\"/> <path d=\"M17.456 17H15.644V12.044C15.644 11.908 15.644 11.74 15.644 11.54C15.652 11.34 15.66 11.132 15.668 10.916C15.676 10.7 15.684 10.508 15.692 10.34C15.652 10.388 15.564 10.476 15.428 10.604C15.3 10.724 15.18 10.832 15.068 10.928L14.084 11.72L13.208 10.628L15.968 8.432H17.456V17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V1ZM4 0C3.44772 0 3 0.447716 3 1V23C3 23.5523 3.44772 24 4 24H20C20.5523 24 21 23.5523 21 23V1C21 0.447715 20.5523 0 20 0H4Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M6.14881 12.272V11H11.9688V12.272H6.14881ZM6.14881 14.552V13.268H11.9688V14.552H6.14881Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M17.456 17H15.644V12.044C15.644 11.908 15.644 11.74 15.644 11.54C15.652 11.34 15.66 11.132 15.668 10.916C15.676 10.7 15.684 10.508 15.692 10.34C15.652 10.388 15.564 10.476 15.428 10.604C15.3 10.724 15.18 10.832 15.068 10.928L14.084 11.72L13.208 10.628L15.968 8.432H17.456V17Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-03",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic03",
          "declaration": {
            "name": "ObiLogic03",
            "module": "src/icons/icon-logic-03.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-03",
          "declaration": {
            "name": "ObiLogic03",
            "module": "src/icons/icon-logic-03.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-04-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic04Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.22 8.312C11.684 8.312 12.096 8.384 12.456 8.528C12.816 8.672 13.1 8.884 13.308 9.164C13.516 9.436 13.62 9.772 13.62 10.172C13.62 10.724 13.456 11.188 13.128 11.564C12.8 11.94 12.392 12.268 11.904 12.548L13.572 14.168C13.732 13.896 13.872 13.612 13.992 13.316C14.112 13.012 14.212 12.708 14.292 12.404H16.152C16.032 12.852 15.856 13.332 15.624 13.844C15.392 14.356 15.096 14.836 14.736 15.284L16.5 17H14.292L13.62 16.34C13.444 16.46 13.26 16.568 13.068 16.664C12.876 16.76 12.676 16.844 12.468 16.916C12.26 16.98 12.04 17.028 11.808 17.06C11.576 17.1 11.336 17.12 11.088 17.12C10.44 17.12 9.884 17.02 9.42 16.82C8.956 16.612 8.6 16.324 8.352 15.956C8.104 15.588 7.98 15.164 7.98 14.684C7.98 14.276 8.04 13.928 8.16 13.64C8.288 13.344 8.468 13.088 8.7 12.872C8.94 12.648 9.224 12.444 9.552 12.26C9.344 12.02 9.176 11.796 9.048 11.588C8.928 11.372 8.84 11.16 8.784 10.952C8.736 10.744 8.712 10.524 8.712 10.292C8.712 9.884 8.816 9.532 9.024 9.236C9.24 8.94 9.536 8.712 9.912 8.552C10.296 8.392 10.732 8.312 11.22 8.312ZM10.596 13.328C10.444 13.44 10.312 13.556 10.2 13.676C10.096 13.796 10.012 13.924 9.948 14.06C9.892 14.196 9.864 14.348 9.864 14.516C9.864 14.86 9.992 15.132 10.248 15.332C10.504 15.524 10.824 15.62 11.208 15.62C11.464 15.62 11.704 15.588 11.928 15.524C12.152 15.46 12.356 15.372 12.54 15.26L10.596 13.328ZM11.208 9.692C11.008 9.692 10.816 9.744 10.632 9.848C10.456 9.944 10.368 10.132 10.368 10.412C10.368 10.612 10.416 10.804 10.512 10.988C10.616 11.172 10.752 11.36 10.92 11.552C11.256 11.368 11.512 11.184 11.688 11C11.872 10.816 11.964 10.604 11.964 10.364C11.964 10.124 11.884 9.952 11.724 9.848C11.564 9.744 11.392 9.692 11.208 9.692Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23V1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V14.0002C19.3928 13.5441 19 12.8179 19 12C19 11.1821 19.3928 10.4559 20 9.99982V1ZM12.456 8.528C12.096 8.384 11.684 8.312 11.22 8.312C10.732 8.312 10.296 8.392 9.912 8.552C9.536 8.712 9.24 8.94 9.024 9.236C8.816 9.532 8.712 9.884 8.712 10.292C8.712 10.524 8.736 10.744 8.784 10.952C8.84 11.16 8.928 11.372 9.048 11.588C9.176 11.796 9.344 12.02 9.552 12.26C9.224 12.444 8.94 12.648 8.7 12.872C8.468 13.088 8.288 13.344 8.16 13.64C8.04 13.928 7.98 14.276 7.98 14.684C7.98 15.164 8.104 15.588 8.352 15.956C8.6 16.324 8.956 16.612 9.42 16.82C9.884 17.02 10.44 17.12 11.088 17.12C11.336 17.12 11.576 17.1 11.808 17.06C12.04 17.028 12.26 16.98 12.468 16.916C12.676 16.844 12.876 16.76 13.068 16.664C13.26 16.568 13.444 16.46 13.62 16.34L14.292 17H16.5L14.736 15.284C15.096 14.836 15.392 14.356 15.624 13.844C15.856 13.332 16.032 12.852 16.152 12.404H14.292C14.212 12.708 14.112 13.012 13.992 13.316C13.872 13.612 13.732 13.896 13.572 14.168L11.904 12.548C12.392 12.268 12.8 11.94 13.128 11.564C13.456 11.188 13.62 10.724 13.62 10.172C13.62 9.772 13.516 9.436 13.308 9.164C13.1 8.884 12.816 8.672 12.456 8.528ZM10.596 13.328C10.444 13.44 10.312 13.556 10.2 13.676C10.096 13.796 10.012 13.924 9.948 14.06C9.892 14.196 9.864 14.348 9.864 14.516C9.864 14.86 9.992 15.132 10.248 15.332C10.504 15.524 10.824 15.62 11.208 15.62C11.464 15.62 11.704 15.588 11.928 15.524C12.152 15.46 12.356 15.372 12.54 15.26L10.596 13.328ZM11.208 9.692C11.008 9.692 10.816 9.744 10.632 9.848C10.456 9.944 10.368 10.132 10.368 10.412C10.368 10.612 10.416 10.804 10.512 10.988C10.616 11.172 10.752 11.36 10.92 11.552C11.256 11.368 11.512 11.184 11.688 11C11.872 10.816 11.964 10.604 11.964 10.364C11.964 10.124 11.884 9.952 11.724 9.848C11.564 9.744 11.392 9.692 11.208 9.692Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.22 8.312C11.684 8.312 12.096 8.384 12.456 8.528C12.816 8.672 13.1 8.884 13.308 9.164C13.516 9.436 13.62 9.772 13.62 10.172C13.62 10.724 13.456 11.188 13.128 11.564C12.8 11.94 12.392 12.268 11.904 12.548L13.572 14.168C13.732 13.896 13.872 13.612 13.992 13.316C14.112 13.012 14.212 12.708 14.292 12.404H16.152C16.032 12.852 15.856 13.332 15.624 13.844C15.392 14.356 15.096 14.836 14.736 15.284L16.5 17H14.292L13.62 16.34C13.444 16.46 13.26 16.568 13.068 16.664C12.876 16.76 12.676 16.844 12.468 16.916C12.26 16.98 12.04 17.028 11.808 17.06C11.576 17.1 11.336 17.12 11.088 17.12C10.44 17.12 9.884 17.02 9.42 16.82C8.956 16.612 8.6 16.324 8.352 15.956C8.104 15.588 7.98 15.164 7.98 14.684C7.98 14.276 8.04 13.928 8.16 13.64C8.288 13.344 8.468 13.088 8.7 12.872C8.94 12.648 9.224 12.444 9.552 12.26C9.344 12.02 9.176 11.796 9.048 11.588C8.928 11.372 8.84 11.16 8.784 10.952C8.736 10.744 8.712 10.524 8.712 10.292C8.712 9.884 8.816 9.532 9.024 9.236C9.24 8.94 9.536 8.712 9.912 8.552C10.296 8.392 10.732 8.312 11.22 8.312ZM10.596 13.328C10.444 13.44 10.312 13.556 10.2 13.676C10.096 13.796 10.012 13.924 9.948 14.06C9.892 14.196 9.864 14.348 9.864 14.516C9.864 14.86 9.992 15.132 10.248 15.332C10.504 15.524 10.824 15.62 11.208 15.62C11.464 15.62 11.704 15.588 11.928 15.524C12.152 15.46 12.356 15.372 12.54 15.26L10.596 13.328ZM11.208 9.692C11.008 9.692 10.816 9.744 10.632 9.848C10.456 9.944 10.368 10.132 10.368 10.412C10.368 10.612 10.416 10.804 10.512 10.988C10.616 11.172 10.752 11.36 10.92 11.552C11.256 11.368 11.512 11.184 11.688 11C11.872 10.816 11.964 10.604 11.964 10.364C11.964 10.124 11.884 9.952 11.724 9.848C11.564 9.744 11.392 9.692 11.208 9.692Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23V1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V14.0002C19.3928 13.5441 19 12.8179 19 12C19 11.1821 19.3928 10.4559 20 9.99982V1ZM12.456 8.528C12.096 8.384 11.684 8.312 11.22 8.312C10.732 8.312 10.296 8.392 9.912 8.552C9.536 8.712 9.24 8.94 9.024 9.236C8.816 9.532 8.712 9.884 8.712 10.292C8.712 10.524 8.736 10.744 8.784 10.952C8.84 11.16 8.928 11.372 9.048 11.588C9.176 11.796 9.344 12.02 9.552 12.26C9.224 12.444 8.94 12.648 8.7 12.872C8.468 13.088 8.288 13.344 8.16 13.64C8.04 13.928 7.98 14.276 7.98 14.684C7.98 15.164 8.104 15.588 8.352 15.956C8.6 16.324 8.956 16.612 9.42 16.82C9.884 17.02 10.44 17.12 11.088 17.12C11.336 17.12 11.576 17.1 11.808 17.06C12.04 17.028 12.26 16.98 12.468 16.916C12.676 16.844 12.876 16.76 13.068 16.664C13.26 16.568 13.444 16.46 13.62 16.34L14.292 17H16.5L14.736 15.284C15.096 14.836 15.392 14.356 15.624 13.844C15.856 13.332 16.032 12.852 16.152 12.404H14.292C14.212 12.708 14.112 13.012 13.992 13.316C13.872 13.612 13.732 13.896 13.572 14.168L11.904 12.548C12.392 12.268 12.8 11.94 13.128 11.564C13.456 11.188 13.62 10.724 13.62 10.172C13.62 9.772 13.516 9.436 13.308 9.164C13.1 8.884 12.816 8.672 12.456 8.528ZM10.596 13.328C10.444 13.44 10.312 13.556 10.2 13.676C10.096 13.796 10.012 13.924 9.948 14.06C9.892 14.196 9.864 14.348 9.864 14.516C9.864 14.86 9.992 15.132 10.248 15.332C10.504 15.524 10.824 15.62 11.208 15.62C11.464 15.62 11.704 15.588 11.928 15.524C12.152 15.46 12.356 15.372 12.54 15.26L10.596 13.328ZM11.208 9.692C11.008 9.692 10.816 9.744 10.632 9.848C10.456 9.944 10.368 10.132 10.368 10.412C10.368 10.612 10.416 10.804 10.512 10.988C10.616 11.172 10.752 11.36 10.92 11.552C11.256 11.368 11.512 11.184 11.688 11C11.872 10.816 11.964 10.604 11.964 10.364C11.964 10.124 11.884 9.952 11.724 9.848C11.564 9.744 11.392 9.692 11.208 9.692Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-04-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic04Off",
          "declaration": {
            "name": "ObiLogic04Off",
            "module": "src/icons/icon-logic-04-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-04-off",
          "declaration": {
            "name": "ObiLogic04Off",
            "module": "src/icons/icon-logic-04-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-04-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic04On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.22 8.312C11.684 8.312 12.096 8.384 12.456 8.528C12.816 8.672 13.1 8.884 13.308 9.164C13.516 9.436 13.62 9.772 13.62 10.172C13.62 10.724 13.456 11.188 13.128 11.564C12.8 11.94 12.392 12.268 11.904 12.548L13.572 14.168C13.732 13.896 13.872 13.612 13.992 13.316C14.112 13.012 14.212 12.708 14.292 12.404H16.152C16.032 12.852 15.856 13.332 15.624 13.844C15.392 14.356 15.096 14.836 14.736 15.284L16.5 17H14.292L13.62 16.34C13.444 16.46 13.26 16.568 13.068 16.664C12.876 16.76 12.676 16.844 12.468 16.916C12.26 16.98 12.04 17.028 11.808 17.06C11.576 17.1 11.336 17.12 11.088 17.12C10.44 17.12 9.884 17.02 9.42 16.82C8.956 16.612 8.6 16.324 8.352 15.956C8.104 15.588 7.98 15.164 7.98 14.684C7.98 14.276 8.04 13.928 8.16 13.64C8.288 13.344 8.468 13.088 8.7 12.872C8.94 12.648 9.224 12.444 9.552 12.26C9.344 12.02 9.176 11.796 9.048 11.588C8.928 11.372 8.84 11.16 8.784 10.952C8.736 10.744 8.712 10.524 8.712 10.292C8.712 9.884 8.816 9.532 9.024 9.236C9.24 8.94 9.536 8.712 9.912 8.552C10.296 8.392 10.732 8.312 11.22 8.312ZM10.596 13.328C10.444 13.44 10.312 13.556 10.2 13.676C10.096 13.796 10.012 13.924 9.948 14.06C9.892 14.196 9.864 14.348 9.864 14.516C9.864 14.86 9.992 15.132 10.248 15.332C10.504 15.524 10.824 15.62 11.208 15.62C11.464 15.62 11.704 15.588 11.928 15.524C12.152 15.46 12.356 15.372 12.54 15.26L10.596 13.328ZM11.208 9.692C11.008 9.692 10.816 9.744 10.632 9.848C10.456 9.944 10.368 10.132 10.368 10.412C10.368 10.612 10.416 10.804 10.512 10.988C10.616 11.172 10.752 11.36 10.92 11.552C11.256 11.368 11.512 11.184 11.688 11C11.872 10.816 11.964 10.604 11.964 10.364C11.964 10.124 11.884 9.952 11.724 9.848C11.564 9.744 11.392 9.692 11.208 9.692Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23V1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V14.0002C19.3928 13.5441 19 12.8179 19 12C19 11.1821 19.3928 10.4559 20 9.99982V1ZM12.456 8.528C12.096 8.384 11.684 8.312 11.22 8.312C10.732 8.312 10.296 8.392 9.912 8.552C9.536 8.712 9.24 8.94 9.024 9.236C8.816 9.532 8.712 9.884 8.712 10.292C8.712 10.524 8.736 10.744 8.784 10.952C8.84 11.16 8.928 11.372 9.048 11.588C9.176 11.796 9.344 12.02 9.552 12.26C9.224 12.444 8.94 12.648 8.7 12.872C8.468 13.088 8.288 13.344 8.16 13.64C8.04 13.928 7.98 14.276 7.98 14.684C7.98 15.164 8.104 15.588 8.352 15.956C8.6 16.324 8.956 16.612 9.42 16.82C9.884 17.02 10.44 17.12 11.088 17.12C11.336 17.12 11.576 17.1 11.808 17.06C12.04 17.028 12.26 16.98 12.468 16.916C12.676 16.844 12.876 16.76 13.068 16.664C13.26 16.568 13.444 16.46 13.62 16.34L14.292 17H16.5L14.736 15.284C15.096 14.836 15.392 14.356 15.624 13.844C15.856 13.332 16.032 12.852 16.152 12.404H14.292C14.212 12.708 14.112 13.012 13.992 13.316C13.872 13.612 13.732 13.896 13.572 14.168L11.904 12.548C12.392 12.268 12.8 11.94 13.128 11.564C13.456 11.188 13.62 10.724 13.62 10.172C13.62 9.772 13.516 9.436 13.308 9.164C13.1 8.884 12.816 8.672 12.456 8.528ZM10.596 13.328C10.444 13.44 10.312 13.556 10.2 13.676C10.096 13.796 10.012 13.924 9.948 14.06C9.892 14.196 9.864 14.348 9.864 14.516C9.864 14.86 9.992 15.132 10.248 15.332C10.504 15.524 10.824 15.62 11.208 15.62C11.464 15.62 11.704 15.588 11.928 15.524C12.152 15.46 12.356 15.372 12.54 15.26L10.596 13.328ZM11.208 9.692C11.008 9.692 10.816 9.744 10.632 9.848C10.456 9.944 10.368 10.132 10.368 10.412C10.368 10.612 10.416 10.804 10.512 10.988C10.616 11.172 10.752 11.36 10.92 11.552C11.256 11.368 11.512 11.184 11.688 11C11.872 10.816 11.964 10.604 11.964 10.364C11.964 10.124 11.884 9.952 11.724 9.848C11.564 9.744 11.392 9.692 11.208 9.692Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.22 8.312C11.684 8.312 12.096 8.384 12.456 8.528C12.816 8.672 13.1 8.884 13.308 9.164C13.516 9.436 13.62 9.772 13.62 10.172C13.62 10.724 13.456 11.188 13.128 11.564C12.8 11.94 12.392 12.268 11.904 12.548L13.572 14.168C13.732 13.896 13.872 13.612 13.992 13.316C14.112 13.012 14.212 12.708 14.292 12.404H16.152C16.032 12.852 15.856 13.332 15.624 13.844C15.392 14.356 15.096 14.836 14.736 15.284L16.5 17H14.292L13.62 16.34C13.444 16.46 13.26 16.568 13.068 16.664C12.876 16.76 12.676 16.844 12.468 16.916C12.26 16.98 12.04 17.028 11.808 17.06C11.576 17.1 11.336 17.12 11.088 17.12C10.44 17.12 9.884 17.02 9.42 16.82C8.956 16.612 8.6 16.324 8.352 15.956C8.104 15.588 7.98 15.164 7.98 14.684C7.98 14.276 8.04 13.928 8.16 13.64C8.288 13.344 8.468 13.088 8.7 12.872C8.94 12.648 9.224 12.444 9.552 12.26C9.344 12.02 9.176 11.796 9.048 11.588C8.928 11.372 8.84 11.16 8.784 10.952C8.736 10.744 8.712 10.524 8.712 10.292C8.712 9.884 8.816 9.532 9.024 9.236C9.24 8.94 9.536 8.712 9.912 8.552C10.296 8.392 10.732 8.312 11.22 8.312ZM10.596 13.328C10.444 13.44 10.312 13.556 10.2 13.676C10.096 13.796 10.012 13.924 9.948 14.06C9.892 14.196 9.864 14.348 9.864 14.516C9.864 14.86 9.992 15.132 10.248 15.332C10.504 15.524 10.824 15.62 11.208 15.62C11.464 15.62 11.704 15.588 11.928 15.524C12.152 15.46 12.356 15.372 12.54 15.26L10.596 13.328ZM11.208 9.692C11.008 9.692 10.816 9.744 10.632 9.848C10.456 9.944 10.368 10.132 10.368 10.412C10.368 10.612 10.416 10.804 10.512 10.988C10.616 11.172 10.752 11.36 10.92 11.552C11.256 11.368 11.512 11.184 11.688 11C11.872 10.816 11.964 10.604 11.964 10.364C11.964 10.124 11.884 9.952 11.724 9.848C11.564 9.744 11.392 9.692 11.208 9.692Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23V1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V14.0002C19.3928 13.5441 19 12.8179 19 12C19 11.1821 19.3928 10.4559 20 9.99982V1ZM12.456 8.528C12.096 8.384 11.684 8.312 11.22 8.312C10.732 8.312 10.296 8.392 9.912 8.552C9.536 8.712 9.24 8.94 9.024 9.236C8.816 9.532 8.712 9.884 8.712 10.292C8.712 10.524 8.736 10.744 8.784 10.952C8.84 11.16 8.928 11.372 9.048 11.588C9.176 11.796 9.344 12.02 9.552 12.26C9.224 12.444 8.94 12.648 8.7 12.872C8.468 13.088 8.288 13.344 8.16 13.64C8.04 13.928 7.98 14.276 7.98 14.684C7.98 15.164 8.104 15.588 8.352 15.956C8.6 16.324 8.956 16.612 9.42 16.82C9.884 17.02 10.44 17.12 11.088 17.12C11.336 17.12 11.576 17.1 11.808 17.06C12.04 17.028 12.26 16.98 12.468 16.916C12.676 16.844 12.876 16.76 13.068 16.664C13.26 16.568 13.444 16.46 13.62 16.34L14.292 17H16.5L14.736 15.284C15.096 14.836 15.392 14.356 15.624 13.844C15.856 13.332 16.032 12.852 16.152 12.404H14.292C14.212 12.708 14.112 13.012 13.992 13.316C13.872 13.612 13.732 13.896 13.572 14.168L11.904 12.548C12.392 12.268 12.8 11.94 13.128 11.564C13.456 11.188 13.62 10.724 13.62 10.172C13.62 9.772 13.516 9.436 13.308 9.164C13.1 8.884 12.816 8.672 12.456 8.528ZM10.596 13.328C10.444 13.44 10.312 13.556 10.2 13.676C10.096 13.796 10.012 13.924 9.948 14.06C9.892 14.196 9.864 14.348 9.864 14.516C9.864 14.86 9.992 15.132 10.248 15.332C10.504 15.524 10.824 15.62 11.208 15.62C11.464 15.62 11.704 15.588 11.928 15.524C12.152 15.46 12.356 15.372 12.54 15.26L10.596 13.328ZM11.208 9.692C11.008 9.692 10.816 9.744 10.632 9.848C10.456 9.944 10.368 10.132 10.368 10.412C10.368 10.612 10.416 10.804 10.512 10.988C10.616 11.172 10.752 11.36 10.92 11.552C11.256 11.368 11.512 11.184 11.688 11C11.872 10.816 11.964 10.604 11.964 10.364C11.964 10.124 11.884 9.952 11.724 9.848C11.564 9.744 11.392 9.692 11.208 9.692Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-04-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic04On",
          "declaration": {
            "name": "ObiLogic04On",
            "module": "src/icons/icon-logic-04-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-04-on",
          "declaration": {
            "name": "ObiLogic04On",
            "module": "src/icons/icon-logic-04-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-04.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic04",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.22 8.312C11.684 8.312 12.096 8.384 12.456 8.528C12.816 8.672 13.1 8.884 13.308 9.164C13.516 9.436 13.62 9.772 13.62 10.172C13.62 10.724 13.456 11.188 13.128 11.564C12.8 11.94 12.392 12.268 11.904 12.548L13.572 14.168C13.732 13.896 13.872 13.612 13.992 13.316C14.112 13.012 14.212 12.708 14.292 12.404H16.152C16.032 12.852 15.856 13.332 15.624 13.844C15.392 14.356 15.096 14.836 14.736 15.284L16.5 17H14.292L13.62 16.34C13.444 16.46 13.26 16.568 13.068 16.664C12.876 16.76 12.676 16.844 12.468 16.916C12.26 16.98 12.04 17.028 11.808 17.06C11.576 17.1 11.336 17.12 11.088 17.12C10.44 17.12 9.884 17.02 9.42 16.82C8.956 16.612 8.6 16.324 8.352 15.956C8.104 15.588 7.98 15.164 7.98 14.684C7.98 14.276 8.04 13.928 8.16 13.64C8.288 13.344 8.468 13.088 8.7 12.872C8.94 12.648 9.224 12.444 9.552 12.26C9.344 12.02 9.176 11.796 9.048 11.588C8.928 11.372 8.84 11.16 8.784 10.952C8.736 10.744 8.712 10.524 8.712 10.292C8.712 9.884 8.816 9.532 9.024 9.236C9.24 8.94 9.536 8.712 9.912 8.552C10.296 8.392 10.732 8.312 11.22 8.312ZM10.596 13.328C10.444 13.44 10.312 13.556 10.2 13.676C10.096 13.796 10.012 13.924 9.948 14.06C9.892 14.196 9.864 14.348 9.864 14.516C9.864 14.86 9.992 15.132 10.248 15.332C10.504 15.524 10.824 15.62 11.208 15.62C11.464 15.62 11.704 15.588 11.928 15.524C12.152 15.46 12.356 15.372 12.54 15.26L10.596 13.328ZM11.208 9.692C11.008 9.692 10.816 9.744 10.632 9.848C10.456 9.944 10.368 10.132 10.368 10.412C10.368 10.612 10.416 10.804 10.512 10.988C10.616 11.172 10.752 11.36 10.92 11.552C11.256 11.368 11.512 11.184 11.688 11C11.872 10.816 11.964 10.604 11.964 10.364C11.964 10.124 11.884 9.952 11.724 9.848C11.564 9.744 11.392 9.692 11.208 9.692Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23V1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.22 8.312C11.684 8.312 12.096 8.384 12.456 8.528C12.816 8.672 13.1 8.884 13.308 9.164C13.516 9.436 13.62 9.772 13.62 10.172C13.62 10.724 13.456 11.188 13.128 11.564C12.8 11.94 12.392 12.268 11.904 12.548L13.572 14.168C13.732 13.896 13.872 13.612 13.992 13.316C14.112 13.012 14.212 12.708 14.292 12.404H16.152C16.032 12.852 15.856 13.332 15.624 13.844C15.392 14.356 15.096 14.836 14.736 15.284L16.5 17H14.292L13.62 16.34C13.444 16.46 13.26 16.568 13.068 16.664C12.876 16.76 12.676 16.844 12.468 16.916C12.26 16.98 12.04 17.028 11.808 17.06C11.576 17.1 11.336 17.12 11.088 17.12C10.44 17.12 9.884 17.02 9.42 16.82C8.956 16.612 8.6 16.324 8.352 15.956C8.104 15.588 7.98 15.164 7.98 14.684C7.98 14.276 8.04 13.928 8.16 13.64C8.288 13.344 8.468 13.088 8.7 12.872C8.94 12.648 9.224 12.444 9.552 12.26C9.344 12.02 9.176 11.796 9.048 11.588C8.928 11.372 8.84 11.16 8.784 10.952C8.736 10.744 8.712 10.524 8.712 10.292C8.712 9.884 8.816 9.532 9.024 9.236C9.24 8.94 9.536 8.712 9.912 8.552C10.296 8.392 10.732 8.312 11.22 8.312ZM10.596 13.328C10.444 13.44 10.312 13.556 10.2 13.676C10.096 13.796 10.012 13.924 9.948 14.06C9.892 14.196 9.864 14.348 9.864 14.516C9.864 14.86 9.992 15.132 10.248 15.332C10.504 15.524 10.824 15.62 11.208 15.62C11.464 15.62 11.704 15.588 11.928 15.524C12.152 15.46 12.356 15.372 12.54 15.26L10.596 13.328ZM11.208 9.692C11.008 9.692 10.816 9.744 10.632 9.848C10.456 9.944 10.368 10.132 10.368 10.412C10.368 10.612 10.416 10.804 10.512 10.988C10.616 11.172 10.752 11.36 10.92 11.552C11.256 11.368 11.512 11.184 11.688 11C11.872 10.816 11.964 10.604 11.964 10.364C11.964 10.124 11.884 9.952 11.724 9.848C11.564 9.744 11.392 9.692 11.208 9.692Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23V1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-04",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic04",
          "declaration": {
            "name": "ObiLogic04",
            "module": "src/icons/icon-logic-04.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-04",
          "declaration": {
            "name": "ObiLogic04",
            "module": "src/icons/icon-logic-04.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-05-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic05Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.64881 14.408L9.65681 12.764L5.64881 10.904V9.5L11.4688 12.404V13.244L5.64881 15.812V14.408Z\" fill=\"currentColor\"/> <path d=\"M16.956 17H15.144V12.044C15.144 11.908 15.144 11.74 15.144 11.54C15.152 11.34 15.16 11.132 15.168 10.916C15.176 10.7 15.184 10.508 15.192 10.34C15.152 10.388 15.064 10.476 14.928 10.604C14.8 10.724 14.68 10.832 14.568 10.928L13.584 11.72L12.708 10.628L15.468 8.432H16.956V17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23V1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" fill=\"currentColor\"/> <path d=\"M5.65 16H11.5V17H5.65V16Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V14.0002C19.3928 13.5441 19 12.8179 19 12C19 11.1821 19.3928 10.4559 20 9.99982V1ZM9.65681 12.764L5.64881 14.408V15.812L11.4688 13.244V12.404L5.64881 9.5V10.904L9.65681 12.764ZM5.65 16H11.5V17H5.65V16ZM15.144 17H16.956V8.432H15.468L12.708 10.628L13.584 11.72L14.568 10.928C14.68 10.832 14.8 10.724 14.928 10.604C15.064 10.476 15.152 10.388 15.192 10.34C15.184 10.508 15.176 10.7 15.168 10.916C15.16 11.132 15.152 11.34 15.144 11.54V12.044V17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.64881 14.408L9.65681 12.764L5.64881 10.904V9.5L11.4688 12.404V13.244L5.64881 15.812V14.408Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M16.956 17H15.144V12.044C15.144 11.908 15.144 11.74 15.144 11.54C15.152 11.34 15.16 11.132 15.168 10.916C15.176 10.7 15.184 10.508 15.192 10.34C15.152 10.388 15.064 10.476 14.928 10.604C14.8 10.724 14.68 10.832 14.568 10.928L13.584 11.72L12.708 10.628L15.468 8.432H16.956V17Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23V1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M5.65 16H11.5V17H5.65V16Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V14.0002C19.3928 13.5441 19 12.8179 19 12C19 11.1821 19.3928 10.4559 20 9.99982V1ZM9.65681 12.764L5.64881 14.408V15.812L11.4688 13.244V12.404L5.64881 9.5V10.904L9.65681 12.764ZM5.65 16H11.5V17H5.65V16ZM15.144 17H16.956V8.432H15.468L12.708 10.628L13.584 11.72L14.568 10.928C14.68 10.832 14.8 10.724 14.928 10.604C15.064 10.476 15.152 10.388 15.192 10.34C15.184 10.508 15.176 10.7 15.168 10.916C15.16 11.132 15.152 11.34 15.144 11.54V12.044V17Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-05-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic05Off",
          "declaration": {
            "name": "ObiLogic05Off",
            "module": "src/icons/icon-logic-05-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-05-off",
          "declaration": {
            "name": "ObiLogic05Off",
            "module": "src/icons/icon-logic-05-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-05-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic05On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.64881 14.408L9.65681 12.764L5.64881 10.904V9.5L11.4688 12.404V13.244L5.64881 15.812V14.408Z\" fill=\"currentColor\"/> <path d=\"M16.956 17H15.144V12.044C15.144 11.908 15.144 11.74 15.144 11.54C15.152 11.34 15.16 11.132 15.168 10.916C15.176 10.7 15.184 10.508 15.192 10.34C15.152 10.388 15.064 10.476 14.928 10.604C14.8 10.724 14.68 10.832 14.568 10.928L13.584 11.72L12.708 10.628L15.468 8.432H16.956V17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23V1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" fill=\"currentColor\"/> <path d=\"M5.65 16H11.5V17H5.65V16Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V14.0002C19.3928 13.5441 19 12.8179 19 12C19 11.1821 19.3928 10.4559 20 9.99982V1ZM9.65681 12.764L5.64881 14.408V15.812L11.4688 13.244V12.404L5.64881 9.5V10.904L9.65681 12.764ZM5.65 16H11.5V17H5.65V16ZM15.144 17H16.956V8.432H15.468L12.708 10.628L13.584 11.72L14.568 10.928C14.68 10.832 14.8 10.724 14.928 10.604C15.064 10.476 15.152 10.388 15.192 10.34C15.184 10.508 15.176 10.7 15.168 10.916C15.16 11.132 15.152 11.34 15.144 11.54V12.044V17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.64881 14.408L9.65681 12.764L5.64881 10.904V9.5L11.4688 12.404V13.244L5.64881 15.812V14.408Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M16.956 17H15.144V12.044C15.144 11.908 15.144 11.74 15.144 11.54C15.152 11.34 15.16 11.132 15.168 10.916C15.176 10.7 15.184 10.508 15.192 10.34C15.152 10.388 15.064 10.476 14.928 10.604C14.8 10.724 14.68 10.832 14.568 10.928L13.584 11.72L12.708 10.628L15.468 8.432H16.956V17Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23V1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M5.65 16H11.5V17H5.65V16Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V14.0002C19.3928 13.5441 19 12.8179 19 12C19 11.1821 19.3928 10.4559 20 9.99982V1ZM9.65681 12.764L5.64881 14.408V15.812L11.4688 13.244V12.404L5.64881 9.5V10.904L9.65681 12.764ZM5.65 16H11.5V17H5.65V16ZM15.144 17H16.956V8.432H15.468L12.708 10.628L13.584 11.72L14.568 10.928C14.68 10.832 14.8 10.724 14.928 10.604C15.064 10.476 15.152 10.388 15.192 10.34C15.184 10.508 15.176 10.7 15.168 10.916C15.16 11.132 15.152 11.34 15.144 11.54V12.044V17Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-05-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic05On",
          "declaration": {
            "name": "ObiLogic05On",
            "module": "src/icons/icon-logic-05-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-05-on",
          "declaration": {
            "name": "ObiLogic05On",
            "module": "src/icons/icon-logic-05-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-05.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic05",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.64881 14.408L9.65681 12.764L5.64881 10.904V9.5L11.4688 12.404V13.244L5.64881 15.812V14.408Z\" fill=\"currentColor\"/> <path d=\"M16.956 17H15.144V12.044C15.144 11.908 15.144 11.74 15.144 11.54C15.152 11.34 15.16 11.132 15.168 10.916C15.176 10.7 15.184 10.508 15.192 10.34C15.152 10.388 15.064 10.476 14.928 10.604C14.8 10.724 14.68 10.832 14.568 10.928L13.584 11.72L12.708 10.628L15.468 8.432H16.956V17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23V1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" fill=\"currentColor\"/> <path d=\"M5.65 16H11.5V17H5.65V16Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.64881 14.408L9.65681 12.764L5.64881 10.904V9.5L11.4688 12.404V13.244L5.64881 15.812V14.408Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M16.956 17H15.144V12.044C15.144 11.908 15.144 11.74 15.144 11.54C15.152 11.34 15.16 11.132 15.168 10.916C15.176 10.7 15.184 10.508 15.192 10.34C15.152 10.388 15.064 10.476 14.928 10.604C14.8 10.724 14.68 10.832 14.568 10.928L13.584 11.72L12.708 10.628L15.468 8.432H16.956V17Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23V1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M5.65 16H11.5V17H5.65V16Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-05",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic05",
          "declaration": {
            "name": "ObiLogic05",
            "module": "src/icons/icon-logic-05.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-05",
          "declaration": {
            "name": "ObiLogic05",
            "module": "src/icons/icon-logic-05.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-06-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic06Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.64881 12.272V11H11.4688V12.272H5.64881ZM5.64881 14.552V13.268H11.4688V14.552H5.64881Z\" fill=\"currentColor\"/> <path d=\"M16.956 17H15.144V12.044C15.144 11.908 15.144 11.74 15.144 11.54C15.152 11.34 15.16 11.132 15.168 10.916C15.176 10.7 15.184 10.508 15.192 10.34C15.152 10.388 15.064 10.476 14.928 10.604C14.8 10.724 14.68 10.832 14.568 10.928L13.584 11.72L12.708 10.628L15.468 8.432H16.956V17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23L3 1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V14.0002C19.3928 13.5441 19 12.8179 19 12C19 11.1821 19.3928 10.4559 20 9.99982V1ZM15.144 17H16.956V8.432H15.468L12.708 10.628L13.584 11.72L14.568 10.928C14.68 10.832 14.8 10.724 14.928 10.604C15.064 10.476 15.152 10.388 15.192 10.34C15.184 10.508 15.176 10.7 15.168 10.916C15.16 11.132 15.152 11.34 15.144 11.54V12.044V17ZM5.64881 14.552V13.268H11.4688V14.552H5.64881ZM5.64881 11V12.272H11.4688V11H5.64881Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.64881 12.272V11H11.4688V12.272H5.64881ZM5.64881 14.552V13.268H11.4688V14.552H5.64881Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M16.956 17H15.144V12.044C15.144 11.908 15.144 11.74 15.144 11.54C15.152 11.34 15.16 11.132 15.168 10.916C15.176 10.7 15.184 10.508 15.192 10.34C15.152 10.388 15.064 10.476 14.928 10.604C14.8 10.724 14.68 10.832 14.568 10.928L13.584 11.72L12.708 10.628L15.468 8.432H16.956V17Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23L3 1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V14.0002C19.3928 13.5441 19 12.8179 19 12C19 11.1821 19.3928 10.4559 20 9.99982V1ZM15.144 17H16.956V8.432H15.468L12.708 10.628L13.584 11.72L14.568 10.928C14.68 10.832 14.8 10.724 14.928 10.604C15.064 10.476 15.152 10.388 15.192 10.34C15.184 10.508 15.176 10.7 15.168 10.916C15.16 11.132 15.152 11.34 15.144 11.54V12.044V17ZM5.64881 14.552V13.268H11.4688V14.552H5.64881ZM5.64881 11V12.272H11.4688V11H5.64881Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-06-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic06Off",
          "declaration": {
            "name": "ObiLogic06Off",
            "module": "src/icons/icon-logic-06-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-06-off",
          "declaration": {
            "name": "ObiLogic06Off",
            "module": "src/icons/icon-logic-06-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-06-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic06On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.64881 12.272V11H11.4688V12.272H5.64881ZM5.64881 14.552V13.268H11.4688V14.552H5.64881Z\" fill=\"currentColor\"/> <path d=\"M16.956 17H15.144V12.044C15.144 11.908 15.144 11.74 15.144 11.54C15.152 11.34 15.16 11.132 15.168 10.916C15.176 10.7 15.184 10.508 15.192 10.34C15.152 10.388 15.064 10.476 14.928 10.604C14.8 10.724 14.68 10.832 14.568 10.928L13.584 11.72L12.708 10.628L15.468 8.432H16.956V17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23L3 1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V14.0002C19.3928 13.5441 19 12.8179 19 12C19 11.1821 19.3928 10.4559 20 9.99982V1ZM15.144 17H16.956V8.432H15.468L12.708 10.628L13.584 11.72L14.568 10.928C14.68 10.832 14.8 10.724 14.928 10.604C15.064 10.476 15.152 10.388 15.192 10.34C15.184 10.508 15.176 10.7 15.168 10.916C15.16 11.132 15.152 11.34 15.144 11.54V12.044V17ZM5.64881 14.552V13.268H11.4688V14.552H5.64881ZM5.64881 11V12.272H11.4688V11H5.64881Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.64881 12.272V11H11.4688V12.272H5.64881ZM5.64881 14.552V13.268H11.4688V14.552H5.64881Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M16.956 17H15.144V12.044C15.144 11.908 15.144 11.74 15.144 11.54C15.152 11.34 15.16 11.132 15.168 10.916C15.176 10.7 15.184 10.508 15.192 10.34C15.152 10.388 15.064 10.476 14.928 10.604C14.8 10.724 14.68 10.832 14.568 10.928L13.584 11.72L12.708 10.628L15.468 8.432H16.956V17Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23L3 1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V14.0002C19.3928 13.5441 19 12.8179 19 12C19 11.1821 19.3928 10.4559 20 9.99982V1ZM15.144 17H16.956V8.432H15.468L12.708 10.628L13.584 11.72L14.568 10.928C14.68 10.832 14.8 10.724 14.928 10.604C15.064 10.476 15.152 10.388 15.192 10.34C15.184 10.508 15.176 10.7 15.168 10.916C15.16 11.132 15.152 11.34 15.144 11.54V12.044V17ZM5.64881 14.552V13.268H11.4688V14.552H5.64881ZM5.64881 11V12.272H11.4688V11H5.64881Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-06-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic06On",
          "declaration": {
            "name": "ObiLogic06On",
            "module": "src/icons/icon-logic-06-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-06-on",
          "declaration": {
            "name": "ObiLogic06On",
            "module": "src/icons/icon-logic-06-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-06.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic06",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.64881 12.272V11H11.4688V12.272H5.64881ZM5.64881 14.552V13.268H11.4688V14.552H5.64881Z\" fill=\"currentColor\"/> <path d=\"M16.956 17H15.144V12.044C15.144 11.908 15.144 11.74 15.144 11.54C15.152 11.34 15.16 11.132 15.168 10.916C15.176 10.7 15.184 10.508 15.192 10.34C15.152 10.388 15.064 10.476 14.928 10.604C14.8 10.724 14.68 10.832 14.568 10.928L13.584 11.72L12.708 10.628L15.468 8.432H16.956V17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23L3 1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.64881 12.272V11H11.4688V12.272H5.64881ZM5.64881 14.552V13.268H11.4688V14.552H5.64881Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M16.956 17H15.144V12.044C15.144 11.908 15.144 11.74 15.144 11.54C15.152 11.34 15.16 11.132 15.168 10.916C15.176 10.7 15.184 10.508 15.192 10.34C15.152 10.388 15.064 10.476 14.928 10.604C14.8 10.724 14.68 10.832 14.568 10.928L13.584 11.72L12.708 10.628L15.468 8.432H16.956V17Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23L3 1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-06",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic06",
          "declaration": {
            "name": "ObiLogic06",
            "module": "src/icons/icon-logic-06.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-06",
          "declaration": {
            "name": "ObiLogic06",
            "module": "src/icons/icon-logic-06.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-07-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic07Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5224 17H11.7104V12.044C11.7104 11.908 11.7104 11.74 11.7104 11.54C11.7184 11.34 11.7264 11.132 11.7344 10.916C11.7424 10.7 11.7504 10.508 11.7584 10.34C11.7184 10.388 11.6304 10.476 11.4944 10.604C11.3664 10.724 11.2464 10.832 11.1344 10.928L10.1504 11.72L9.27441 10.628L12.0344 8.432H13.5224V17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23V1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V14.0002C19.3928 13.5441 19 12.8179 19 12C19 11.1821 19.3928 10.4559 20 9.99982V1ZM11.7104 17H13.5224V8.432H12.0344L9.27441 10.628L10.1504 11.72L11.1344 10.928C11.2464 10.832 11.3664 10.724 11.4944 10.604C11.6304 10.476 11.7184 10.388 11.7584 10.34C11.7504 10.508 11.7424 10.7 11.7344 10.916C11.7264 11.132 11.7184 11.34 11.7104 11.54V12.044V17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5224 17H11.7104V12.044C11.7104 11.908 11.7104 11.74 11.7104 11.54C11.7184 11.34 11.7264 11.132 11.7344 10.916C11.7424 10.7 11.7504 10.508 11.7584 10.34C11.7184 10.388 11.6304 10.476 11.4944 10.604C11.3664 10.724 11.2464 10.832 11.1344 10.928L10.1504 11.72L9.27441 10.628L12.0344 8.432H13.5224V17Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23V1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V14.0002C19.3928 13.5441 19 12.8179 19 12C19 11.1821 19.3928 10.4559 20 9.99982V1ZM11.7104 17H13.5224V8.432H12.0344L9.27441 10.628L10.1504 11.72L11.1344 10.928C11.2464 10.832 11.3664 10.724 11.4944 10.604C11.6304 10.476 11.7184 10.388 11.7584 10.34C11.7504 10.508 11.7424 10.7 11.7344 10.916C11.7264 11.132 11.7184 11.34 11.7104 11.54V12.044V17Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-07-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic07Off",
          "declaration": {
            "name": "ObiLogic07Off",
            "module": "src/icons/icon-logic-07-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-07-off",
          "declaration": {
            "name": "ObiLogic07Off",
            "module": "src/icons/icon-logic-07-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-07-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic07On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5224 17H11.7104V12.044C11.7104 11.908 11.7104 11.74 11.7104 11.54C11.7184 11.34 11.7264 11.132 11.7344 10.916C11.7424 10.7 11.7504 10.508 11.7584 10.34C11.7184 10.388 11.6304 10.476 11.4944 10.604C11.3664 10.724 11.2464 10.832 11.1344 10.928L10.1504 11.72L9.27441 10.628L12.0344 8.432H13.5224V17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23V1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V14.0002C19.3928 13.5441 19 12.8179 19 12C19 11.1821 19.3928 10.4559 20 9.99982V1ZM11.7104 17H13.5224V8.432H12.0344L9.27441 10.628L10.1504 11.72L11.1344 10.928C11.2464 10.832 11.3664 10.724 11.4944 10.604C11.6304 10.476 11.7184 10.388 11.7584 10.34C11.7504 10.508 11.7424 10.7 11.7344 10.916C11.7264 11.132 11.7184 11.34 11.7104 11.54V12.044V17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5224 17H11.7104V12.044C11.7104 11.908 11.7104 11.74 11.7104 11.54C11.7184 11.34 11.7264 11.132 11.7344 10.916C11.7424 10.7 11.7504 10.508 11.7584 10.34C11.7184 10.388 11.6304 10.476 11.4944 10.604C11.3664 10.724 11.2464 10.832 11.1344 10.928L10.1504 11.72L9.27441 10.628L12.0344 8.432H13.5224V17Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23V1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 1H4V23H20V14.0002C19.3928 13.5441 19 12.8179 19 12C19 11.1821 19.3928 10.4559 20 9.99982V1ZM11.7104 17H13.5224V8.432H12.0344L9.27441 10.628L10.1504 11.72L11.1344 10.928C11.2464 10.832 11.3664 10.724 11.4944 10.604C11.6304 10.476 11.7184 10.388 11.7584 10.34C11.7504 10.508 11.7424 10.7 11.7344 10.916C11.7264 11.132 11.7184 11.34 11.7104 11.54V12.044V17Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-07-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic07On",
          "declaration": {
            "name": "ObiLogic07On",
            "module": "src/icons/icon-logic-07-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-07-on",
          "declaration": {
            "name": "ObiLogic07On",
            "module": "src/icons/icon-logic-07-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logic-07.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogic07",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5224 17H11.7104V12.044C11.7104 11.908 11.7104 11.74 11.7104 11.54C11.7184 11.34 11.7264 11.132 11.7344 10.916C11.7424 10.7 11.7504 10.508 11.7584 10.34C11.7184 10.388 11.6304 10.476 11.4944 10.604C11.3664 10.724 11.2464 10.832 11.1344 10.928L10.1504 11.72L9.27441 10.628L12.0344 8.432H13.5224V17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23V1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5224 17H11.7104V12.044C11.7104 11.908 11.7104 11.74 11.7104 11.54C11.7184 11.34 11.7264 11.132 11.7344 10.916C11.7424 10.7 11.7504 10.508 11.7584 10.34C11.7184 10.388 11.6304 10.476 11.4944 10.604C11.3664 10.724 11.2464 10.832 11.1344 10.928L10.1504 11.72L9.27441 10.628L12.0344 8.432H13.5224V17Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 14.45V23C21 23.5523 20.5523 24 20 24H4C3.44772 24 3 23.5523 3 23V1C3 0.447716 3.44772 0 4 0H20C20.5523 0 21 0.447715 21 1V9.55001C21.1616 9.51721 21.3288 9.5 21.5 9.5C22.8807 9.5 24 10.6193 24 12C24 13.3807 22.8807 14.5 21.5 14.5C21.3288 14.5 21.1616 14.4828 21 14.45ZM4 1H20V9.99982C19.3928 10.4559 19 11.1821 19 12C19 12.8179 19.3928 13.5441 20 14.0002V23H4V1Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logic-07",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogic07",
          "declaration": {
            "name": "ObiLogic07",
            "module": "src/icons/icon-logic-07.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logic-07",
          "declaration": {
            "name": "ObiLogic07",
            "module": "src/icons/icon-logic-07.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logo-generic.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogoGeneric",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM11.4 5H12.6V7H15V10.4L12 8.6L9 10.4V7H11.4V5ZM17 12.8429L12 10L7 12.8429L9.06107 17.4451H14.9389L17 12.8429Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM11.4 5H12.6V7H15V10.4L12 8.6L9 10.4V7H11.4V5ZM17 12.8429L12 10L7 12.8429L9.06107 17.4451H14.9389L17 12.8429Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logo-generic",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogoGeneric",
          "declaration": {
            "name": "ObiLogoGeneric",
            "module": "src/icons/icon-logo-generic.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logo-generic",
          "declaration": {
            "name": "ObiLogoGeneric",
            "module": "src/icons/icon-logo-generic.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logo-oicl.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogoOicl",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.84997 4.92893C9.64992 1.02369 15.8109 1.02369 19.6108 4.92893C21.5085 6.87914 21.3159 9.59709 19.9134 11.3254C19.2146 12.1867 18.2196 12.794 17.038 12.9324C15.8582 13.0706 14.4582 12.7449 12.9466 11.6768C11.3091 10.5199 9.75335 10.1534 8.39207 10.3603C7.03352 10.5667 5.91336 11.3376 5.1349 12.3705C4.32209 13.449 3.86501 14.8433 3.9053 16.2186C2.23092 12.5183 2.87915 7.98207 5.84997 4.92893Z\" fill=\"currentColor\"/> <path d=\"M19.6108 19.0711C19.6607 19.0198 19.71 18.968 19.7586 18.9159C16.3825 20.7819 10.8475 18.2708 12.6059 12.3872C12.5753 12.3661 12.5447 12.3448 12.5142 12.3232C11.0036 11.2559 9.63897 10.9637 8.50363 11.1362C7.36556 11.3091 6.41284 11.9556 5.73819 12.8508C4.37229 14.6631 4.20803 17.3836 5.8499 19.0711C9.64986 22.9763 15.8108 22.9763 19.6108 19.0711Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.84997 4.92893C9.64992 1.02369 15.8109 1.02369 19.6108 4.92893C21.5085 6.87914 21.3159 9.59709 19.9134 11.3254C19.2146 12.1867 18.2196 12.794 17.038 12.9324C15.8582 13.0706 14.4582 12.7449 12.9466 11.6768C11.3091 10.5199 9.75335 10.1534 8.39207 10.3603C7.03352 10.5667 5.91336 11.3376 5.1349 12.3705C4.32209 13.449 3.86501 14.8433 3.9053 16.2186C2.23092 12.5183 2.87915 7.98207 5.84997 4.92893Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.6108 19.0711C19.6607 19.0198 19.71 18.968 19.7586 18.9159C16.3825 20.7819 10.8475 18.2708 12.6059 12.3872C12.5753 12.3661 12.5447 12.3448 12.5142 12.3232C11.0036 11.2559 9.63897 10.9637 8.50363 11.1362C7.36556 11.3091 6.41284 11.9556 5.73819 12.8508C4.37229 14.6631 4.20803 17.3836 5.8499 19.0711C9.64986 22.9763 15.8108 22.9763 19.6108 19.0711Z\" style=\"fill: var(--element-neutral-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logo-oicl",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogoOicl",
          "declaration": {
            "name": "ObiLogoOicl",
            "module": "src/icons/icon-logo-oicl.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logo-oicl",
          "declaration": {
            "name": "ObiLogoOicl",
            "module": "src/icons/icon-logo-oicl.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-logo-openbridge.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLogoOpenbridge",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1 14.5414H5.23923V10.3021H1V14.5414ZM22 12.4146C22 7.76662 18.3492 4 13.8476 4C10.0668 4 6.87915 6.67492 5.96939 10.295H9.27051C9.65324 9.39645 10.2905 8.62948 11.1039 8.08867C11.9172 7.54786 12.871 7.25684 13.8476 7.25149C16.6171 7.25149 18.8596 9.56723 18.8596 12.4241C18.8596 15.281 16.6171 17.5944 13.8476 17.5944C12.8699 17.5882 11.9153 17.2958 11.1019 16.7532C10.2885 16.2107 9.65181 15.4417 9.27051 14.5414H5.9623C6.87206 18.1615 10.0503 20.8364 13.8406 20.8364C18.3421 20.8364 21.9929 17.0698 21.9929 12.4217L22 12.4146Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1 14.5414H5.23923V10.3021H1V14.5414ZM22 12.4146C22 7.76662 18.3492 4 13.8476 4C10.0668 4 6.87915 6.67492 5.96939 10.295H9.27051C9.65324 9.39645 10.2905 8.62948 11.1039 8.08867C11.9172 7.54786 12.871 7.25684 13.8476 7.25149C16.6171 7.25149 18.8596 9.56723 18.8596 12.4241C18.8596 15.281 16.6171 17.5944 13.8476 17.5944C12.8699 17.5882 11.9153 17.2958 11.1019 16.7532C10.2885 16.2107 9.65181 15.4417 9.27051 14.5414H5.9623C6.87206 18.1615 10.0503 20.8364 13.8406 20.8364C18.3421 20.8364 21.9929 17.0698 21.9929 12.4217L22 12.4146Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-logo-openbridge",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLogoOpenbridge",
          "declaration": {
            "name": "ObiLogoOpenbridge",
            "module": "src/icons/icon-logo-openbridge.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-logo-openbridge",
          "declaration": {
            "name": "ObiLogoOpenbridge",
            "module": "src/icons/icon-logo-openbridge.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-loop.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiLoop",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 12C4 10.3548 5.35378 9 7.05 9C8.00869 9 8.86437 9.52567 9.57834 10.251L10.6131 8.47755C9.72075 7.68616 8.52518 7 7.05 7C4.27271 7 2 9.2269 2 12C2 14.7731 4.27271 17 7.05 17C9.06142 17 10.553 15.7243 11.465 14.6456C11.6636 14.4107 11.842 14.1766 12 13.9537L13.1266 12C13.1482 11.9618 13.1712 11.9215 13.1959 11.8793C13.2028 11.8674 13.2099 11.8554 13.2171 11.8432L13.2827 11.7294L13.2847 11.7304C13.4779 11.4135 13.7393 11.0277 14.0624 10.6456C14.8413 9.72431 15.8247 9 16.95 9C18.6462 9 20 10.3548 20 12C20 13.6452 18.6462 15 16.95 15C15.9928 15 15.1382 14.4759 14.4249 13.7523L13.3983 15.5325C14.2894 16.3197 15.4811 17 16.95 17C19.7273 17 22 14.7731 22 12C22 9.2269 19.7273 7 16.95 7C14.9386 7 13.447 8.27569 12.535 9.35439C12.3659 9.55451 12.2113 9.75398 12.0716 9.94646L10.8734 12C10.8733 12.0001 10.8734 11.9999 10.8734 12C10.8519 12.0381 10.8287 12.0786 10.8041 12.1207C10.6055 12.4609 10.3132 12.9101 9.93761 13.3544C9.15874 14.2757 8.17533 15 7.05 15C5.35378 15 4 13.6452 4 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 12C4 10.3548 5.35378 9 7.05 9C8.00869 9 8.86437 9.52567 9.57834 10.251L10.6131 8.47755C9.72075 7.68616 8.52518 7 7.05 7C4.27271 7 2 9.2269 2 12C2 14.7731 4.27271 17 7.05 17C9.06142 17 10.553 15.7243 11.465 14.6456C11.6636 14.4107 11.842 14.1766 12 13.9537L13.1266 12C13.1482 11.9618 13.1712 11.9215 13.1959 11.8793C13.2028 11.8674 13.2099 11.8554 13.2171 11.8432L13.2827 11.7294L13.2847 11.7304C13.4779 11.4135 13.7393 11.0277 14.0624 10.6456C14.8413 9.72431 15.8247 9 16.95 9C18.6462 9 20 10.3548 20 12C20 13.6452 18.6462 15 16.95 15C15.9928 15 15.1382 14.4759 14.4249 13.7523L13.3983 15.5325C14.2894 16.3197 15.4811 17 16.95 17C19.7273 17 22 14.7731 22 12C22 9.2269 19.7273 7 16.95 7C14.9386 7 13.447 8.27569 12.535 9.35439C12.3659 9.55451 12.2113 9.75398 12.0716 9.94646L10.8734 12C10.8733 12.0001 10.8734 11.9999 10.8734 12C10.8519 12.0381 10.8287 12.0786 10.8041 12.1207C10.6055 12.4609 10.3132 12.9101 9.93761 13.3544C9.15874 14.2757 8.17533 15 7.05 15C5.35378 15 4 13.6452 4 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-loop",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiLoop",
          "declaration": {
            "name": "ObiLoop",
            "module": "src/icons/icon-loop.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-loop",
          "declaration": {
            "name": "ObiLoop",
            "module": "src/icons/icon-loop.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-manual-only.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiManualOnly",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.375 2L3 17.5556H6.99893L8.51315 10.447L10.3125 17.5556H13.6875L15.5048 10.3761L17.0625 17.5556H21L17.625 2H13.6875L12 9.77778L10.3125 2H6.375Z\" fill=\"currentColor\"/> <path d=\"M3 19.7778H21V22H3V19.7778Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.375 2L3 17.5556H6.99893L8.51315 10.447L10.3125 17.5556H13.6875L15.5048 10.3761L17.0625 17.5556H21L17.625 2H13.6875L12 9.77778L10.3125 2H6.375Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3 19.7778H21V22H3V19.7778Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-manual-only",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiManualOnly",
          "declaration": {
            "name": "ObiManualOnly",
            "module": "src/icons/icon-manual-only.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-manual-only",
          "declaration": {
            "name": "ObiManualOnly",
            "module": "src/icons/icon-manual-only.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-manual.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiManual",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.75 3L2 21H6.44325L8.12573 12.7744L10.125 21H13.875L15.8942 12.6923L17.625 21H22L18.25 3H13.875L12 12L10.125 3H5.75Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.75 3L2 21H6.44325L8.12573 12.7744L10.125 21H13.875L15.8942 12.6923L17.625 21H22L18.25 3H13.875L12 12L10.125 3H5.75Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-manual",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiManual",
          "declaration": {
            "name": "ObiManual",
            "module": "src/icons/icon-manual.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-manual",
          "declaration": {
            "name": "ObiManual",
            "module": "src/icons/icon-manual.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-measure-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMeasureGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.5 18C3.1 18 2.75 17.85 2.45 17.55C2.15 17.25 2 16.9 2 16.5V7.5C2 7.11667 2.15 6.77083 2.45 6.4625C2.75 6.15417 3.1 6 3.5 6H20.5C20.9 6 21.25 6.15417 21.55 6.4625C21.85 6.77083 22 7.11667 22 7.5V16.5C22 16.9 21.85 17.25 21.55 17.55C21.25 17.85 20.9 18 20.5 18H3.5ZM3.5 16.5H20.5V7.5H17.25V12H15.75V7.5H12.75V12H11.25V7.5H8.25V12H6.75V7.5H3.5V16.5ZM6.75 12H8.25H6.75ZM11.25 12H12.75H11.25ZM15.75 12H17.25H15.75Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.5 18C3.1 18 2.75 17.85 2.45 17.55C2.15 17.25 2 16.9 2 16.5V7.5C2 7.11667 2.15 6.77083 2.45 6.4625C2.75 6.15417 3.1 6 3.5 6H20.5C20.9 6 21.25 6.15417 21.55 6.4625C21.85 6.77083 22 7.11667 22 7.5V16.5C22 16.9 21.85 17.25 21.55 17.55C21.25 17.85 20.9 18 20.5 18H3.5ZM3.5 16.5H20.5V7.5H17.25V12H15.75V7.5H12.75V12H11.25V7.5H8.25V12H6.75V7.5H3.5V16.5ZM6.75 12H8.25H6.75ZM11.25 12H12.75H11.25ZM15.75 12H17.25H15.75Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-measure-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMeasureGoogle",
          "declaration": {
            "name": "ObiMeasureGoogle",
            "module": "src/icons/icon-measure-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-measure-google",
          "declaration": {
            "name": "ObiMeasureGoogle",
            "module": "src/icons/icon-measure-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-media-live.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMediaLive",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-media-live",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMediaLive",
          "declaration": {
            "name": "ObiMediaLive",
            "module": "src/icons/icon-media-live.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-media-live",
          "declaration": {
            "name": "ObiMediaLive",
            "module": "src/icons/icon-media-live.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-media-pause-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMediaPauseGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.0299 4.95148H7V19.0485H10.0299V4.95148Z\" fill=\"currentColor\"/> <path d=\"M17 4.95148H13.9967V19.0485H17V4.95148Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.0299 4.95148H7V19.0485H10.0299V4.95148Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 4.95148H13.9967V19.0485H17V4.95148Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-media-pause-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMediaPauseGoogle",
          "declaration": {
            "name": "ObiMediaPauseGoogle",
            "module": "src/icons/icon-media-pause-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-media-pause-google",
          "declaration": {
            "name": "ObiMediaPauseGoogle",
            "module": "src/icons/icon-media-pause-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-media-play-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMediaPlayGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.02737 19.5V4.5L20.0274 12.0011L8.02737 19.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.02737 19.5V4.5L20.0274 12.0011L8.02737 19.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-media-play-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMediaPlayGoogle",
          "declaration": {
            "name": "ObiMediaPlayGoogle",
            "module": "src/icons/icon-media-play-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-media-play-google",
          "declaration": {
            "name": "ObiMediaPlayGoogle",
            "module": "src/icons/icon-media-play-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-media-record.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMediaRecord",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 12C5.5 10.4812 6.73122 9.25 8.25 9.25H16.0002C17.519 9.25 18.7502 10.4812 18.7502 12C18.7502 13.5188 17.519 14.75 16.0002 14.75H8.25C6.73122 14.75 5.5 13.5188 5.5 12ZM8.25 10.75C7.55964 10.75 7 11.3096 7 12C7 12.6904 7.55964 13.25 8.25 13.25C8.94036 13.25 9.5 12.6904 9.5 12C9.5 11.3096 8.94036 10.75 8.25 10.75ZM10.7001 10.75C10.8918 11.1251 11 11.5501 11 12C11 12.4499 10.8918 12.8749 10.7001 13.25H13.5502C13.3584 12.8749 13.2502 12.4499 13.2502 12C13.2502 11.5501 13.3584 11.1251 13.5502 10.75H10.7001ZM16.0002 10.75C15.3099 10.75 14.7502 11.3096 14.7502 12C14.7502 12.6904 15.3099 13.25 16.0002 13.25C16.6906 13.25 17.2502 12.6904 17.2502 12C17.2502 11.3096 16.6906 10.75 16.0002 10.75Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.09202 4.21799C2.71569 4.40973 2.40973 4.71569 2.21799 5.09202C2 5.51984 2 6.0799 2 7.2V16.8C2 17.9201 2 18.4802 2.21799 18.908C2.40973 19.2843 2.71569 19.5903 3.09202 19.782C3.51984 20 4.0799 20 5.2 20H18.8C19.9201 20 20.4802 20 20.908 19.782C21.2843 19.5903 21.5903 19.2843 21.782 18.908C22 18.4802 22 17.9201 22 16.8V7.2C22 6.0799 22 5.51984 21.782 5.09202C21.5903 4.71569 21.2843 4.40973 20.908 4.21799C20.4802 4 19.9201 4 18.8 4H5.2C4.0799 4 3.51984 4 3.09202 4.21799ZM4 6V18H20V6H4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 12C5.5 10.4812 6.73122 9.25 8.25 9.25H16.0002C17.519 9.25 18.7502 10.4812 18.7502 12C18.7502 13.5188 17.519 14.75 16.0002 14.75H8.25C6.73122 14.75 5.5 13.5188 5.5 12ZM8.25 10.75C7.55964 10.75 7 11.3096 7 12C7 12.6904 7.55964 13.25 8.25 13.25C8.94036 13.25 9.5 12.6904 9.5 12C9.5 11.3096 8.94036 10.75 8.25 10.75ZM10.7001 10.75C10.8918 11.1251 11 11.5501 11 12C11 12.4499 10.8918 12.8749 10.7001 13.25H13.5502C13.3584 12.8749 13.2502 12.4499 13.2502 12C13.2502 11.5501 13.3584 11.1251 13.5502 10.75H10.7001ZM16.0002 10.75C15.3099 10.75 14.7502 11.3096 14.7502 12C14.7502 12.6904 15.3099 13.25 16.0002 13.25C16.6906 13.25 17.2502 12.6904 17.2502 12C17.2502 11.3096 16.6906 10.75 16.0002 10.75Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.09202 4.21799C2.71569 4.40973 2.40973 4.71569 2.21799 5.09202C2 5.51984 2 6.0799 2 7.2V16.8C2 17.9201 2 18.4802 2.21799 18.908C2.40973 19.2843 2.71569 19.5903 3.09202 19.782C3.51984 20 4.0799 20 5.2 20H18.8C19.9201 20 20.4802 20 20.908 19.782C21.2843 19.5903 21.5903 19.2843 21.782 18.908C22 18.4802 22 17.9201 22 16.8V7.2C22 6.0799 22 5.51984 21.782 5.09202C21.5903 4.71569 21.2843 4.40973 20.908 4.21799C20.4802 4 19.9201 4 18.8 4H5.2C4.0799 4 3.51984 4 3.09202 4.21799ZM4 6V18H20V6H4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-media-record",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMediaRecord",
          "declaration": {
            "name": "ObiMediaRecord",
            "module": "src/icons/icon-media-record.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-media-record",
          "declaration": {
            "name": "ObiMediaRecord",
            "module": "src/icons/icon-media-record.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-media-skip-next-google-f.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMediaSkipNextGoogleF",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 18L14.5 12L6 6V18ZM16 6V18H18V6H16Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 18L14.5 12L6 6V18ZM16 6V18H18V6H16Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-media-skip-next-google-f",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMediaSkipNextGoogleF",
          "declaration": {
            "name": "ObiMediaSkipNextGoogleF",
            "module": "src/icons/icon-media-skip-next-google-f.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-media-skip-next-google-f",
          "declaration": {
            "name": "ObiMediaSkipNextGoogleF",
            "module": "src/icons/icon-media-skip-next-google-f.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-media-skip-previous-google-f.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMediaSkipPreviousGoogleF",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 6H8V18H6V6ZM9.5 12L18 18V6L9.5 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 6H8V18H6V6ZM9.5 12L18 18V6L9.5 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-media-skip-previous-google-f",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMediaSkipPreviousGoogleF",
          "declaration": {
            "name": "ObiMediaSkipPreviousGoogleF",
            "module": "src/icons/icon-media-skip-previous-google-f.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-media-skip-previous-google-f",
          "declaration": {
            "name": "ObiMediaSkipPreviousGoogleF",
            "module": "src/icons/icon-media-skip-previous-google-f.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-megamenu-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMegamenuGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 9H17V7H3V9ZM3 13H17V11H3V13ZM3 17H17V15H3V17ZM19 17H21V15H19V17ZM19 7V9H21V7H19ZM19 13H21V11H19V13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 9H17V7H3V9ZM3 13H17V11H3V13ZM3 17H17V15H3V17ZM19 17H21V15H19V17ZM19 7V9H21V7H19ZM19 13H21V11H19V13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-megamenu-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMegamenuGoogle",
          "declaration": {
            "name": "ObiMegamenuGoogle",
            "module": "src/icons/icon-megamenu-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-megamenu-google",
          "declaration": {
            "name": "ObiMegamenuGoogle",
            "module": "src/icons/icon-megamenu-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-menu-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMenuIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 13H21V11H3V13Z\" fill=\"currentColor\"/> <path d=\"M3 18H21V16H3V18Z\" fill=\"currentColor\"/> <path d=\"M3 6V8H21V6H3Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 13H21V11H3V13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3 18H21V16H3V18Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3 6V8H21V6H3Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-menu-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMenuIec",
          "declaration": {
            "name": "ObiMenuIec",
            "module": "src/icons/icon-menu-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-menu-iec",
          "declaration": {
            "name": "ObiMenuIec",
            "module": "src/icons/icon-menu-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-message-active-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMessageActiveGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 22V4C2 3.45 2.19583 2.97917 2.5875 2.5875C2.97917 2.19583 3.45 2 4 2H20C20.55 2 21.0208 2.19583 21.4125 2.5875C21.8042 2.97917 22 3.45 22 4V16C22 16.55 21.8042 17.0208 21.4125 17.4125C21.0208 17.8042 20.55 18 20 18H6L2 22Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 22V4C2 3.45 2.19583 2.97917 2.5875 2.5875C2.97917 2.19583 3.45 2 4 2H20C20.55 2 21.0208 2.19583 21.4125 2.5875C21.8042 2.97917 22 3.45 22 4V16C22 16.55 21.8042 17.0208 21.4125 17.4125C21.0208 17.8042 20.55 18 20 18H6L2 22Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-message-active-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMessageActiveGoogle",
          "declaration": {
            "name": "ObiMessageActiveGoogle",
            "module": "src/icons/icon-message-active-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-message-active-google",
          "declaration": {
            "name": "ObiMessageActiveGoogle",
            "module": "src/icons/icon-message-active-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-message-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMessageGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 22V4C2 3.45 2.19583 2.97917 2.5875 2.5875C2.97917 2.19583 3.45 2 4 2H20C20.55 2 21.0208 2.19583 21.4125 2.5875C21.8042 2.97917 22 3.45 22 4V16C22 16.55 21.8042 17.0208 21.4125 17.4125C21.0208 17.8042 20.55 18 20 18H6L2 22ZM5.15 16H20V4H4V17.125L5.15 16Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 22V4C2 3.45 2.19583 2.97917 2.5875 2.5875C2.97917 2.19583 3.45 2 4 2H20C20.55 2 21.0208 2.19583 21.4125 2.5875C21.8042 2.97917 22 3.45 22 4V16C22 16.55 21.8042 17.0208 21.4125 17.4125C21.0208 17.8042 20.55 18 20 18H6L2 22ZM5.15 16H20V4H4V17.125L5.15 16Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-message-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMessageGoogle",
          "declaration": {
            "name": "ObiMessageGoogle",
            "module": "src/icons/icon-message-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-message-google",
          "declaration": {
            "name": "ObiMessageGoogle",
            "module": "src/icons/icon-message-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-message-important-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMessageImportantGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 11H13V5H11V11ZM2 22V4C2 3.45 2.19583 2.97917 2.5875 2.5875C2.97917 2.19583 3.45 2 4 2H20C20.55 2 21.0208 2.19583 21.4125 2.5875C21.8042 2.97917 22 3.45 22 4V16C22 16.55 21.8042 17.0208 21.4125 17.4125C21.0208 17.8042 20.55 18 20 18H6L2 22ZM5.15 16H20V4H4V17.125L5.15 16Z\" fill=\"currentColor\"/> <path d=\"M11 15H13V13H11V15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 11H13V5H11V11ZM2 22V4C2 3.45 2.19583 2.97917 2.5875 2.5875C2.97917 2.19583 3.45 2 4 2H20C20.55 2 21.0208 2.19583 21.4125 2.5875C21.8042 2.97917 22 3.45 22 4V16C22 16.55 21.8042 17.0208 21.4125 17.4125C21.0208 17.8042 20.55 18 20 18H6L2 22ZM5.15 16H20V4H4V17.125L5.15 16Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 15H13V13H11V15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-message-important-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMessageImportantGoogle",
          "declaration": {
            "name": "ObiMessageImportantGoogle",
            "module": "src/icons/icon-message-important-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-message-important-google",
          "declaration": {
            "name": "ObiMessageImportantGoogle",
            "module": "src/icons/icon-message-important-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-messages-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMessagesIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 20C3.45 20 2.97917 19.8042 2.5875 19.4125C2.19583 19.0208 2 18.55 2 18V6C2 5.45 2.19583 4.97917 2.5875 4.5875C2.97917 4.19583 3.45 4 4 4H20C20.55 4 21.0208 4.19583 21.4125 4.5875C21.8042 4.97917 22 5.45 22 6V18C22 18.55 21.8042 19.0208 21.4125 19.4125C21.0208 19.8042 20.55 20 20 20H4ZM4.37343 6L12.0008 10.8173L19.6282 6H4.37343ZM4 18V8.12965L12.0008 13.1828L20 8.13064V18H4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 20C3.45 20 2.97917 19.8042 2.5875 19.4125C2.19583 19.0208 2 18.55 2 18V6C2 5.45 2.19583 4.97917 2.5875 4.5875C2.97917 4.19583 3.45 4 4 4H20C20.55 4 21.0208 4.19583 21.4125 4.5875C21.8042 4.97917 22 5.45 22 6V18C22 18.55 21.8042 19.0208 21.4125 19.4125C21.0208 19.8042 20.55 20 20 20H4ZM4.37343 6L12.0008 10.8173L19.6282 6H4.37343ZM4 18V8.12965L12.0008 13.1828L20 8.13064V18H4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-messages-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMessagesIec",
          "declaration": {
            "name": "ObiMessagesIec",
            "module": "src/icons/icon-messages-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-messages-iec",
          "declaration": {
            "name": "ObiMessagesIec",
            "module": "src/icons/icon-messages-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-misc.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMisc",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.25 13.25C8.94036 13.25 9.5 12.6904 9.5 12C9.5 11.3096 8.94036 10.75 8.25 10.75C7.55964 10.75 7 11.3096 7 12C7 12.6904 7.55964 13.25 8.25 13.25Z\" fill=\"currentColor\"/> <path d=\"M12 13.25C12.6904 13.25 13.25 12.6904 13.25 12C13.25 11.3096 12.6904 10.75 12 10.75C11.3096 10.75 10.75 11.3096 10.75 12C10.75 12.6904 11.3096 13.25 12 13.25Z\" fill=\"currentColor\"/> <path d=\"M15.75 13.25C16.4404 13.25 17 12.6904 17 12C17 11.3096 16.4404 10.75 15.75 10.75C15.0596 10.75 14.5 11.3096 14.5 12C14.5 12.6904 15.0596 13.25 15.75 13.25Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM19.5 12C19.5 16.1421 16.1421 19.5 12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 7.85786 7.85786 4.5 12 4.5C16.1421 4.5 19.5 7.85786 19.5 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.25 13.25C8.94036 13.25 9.5 12.6904 9.5 12C9.5 11.3096 8.94036 10.75 8.25 10.75C7.55964 10.75 7 11.3096 7 12C7 12.6904 7.55964 13.25 8.25 13.25Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 13.25C12.6904 13.25 13.25 12.6904 13.25 12C13.25 11.3096 12.6904 10.75 12 10.75C11.3096 10.75 10.75 11.3096 10.75 12C10.75 12.6904 11.3096 13.25 12 13.25Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.75 13.25C16.4404 13.25 17 12.6904 17 12C17 11.3096 16.4404 10.75 15.75 10.75C15.0596 10.75 14.5 11.3096 14.5 12C14.5 12.6904 15.0596 13.25 15.75 13.25Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM19.5 12C19.5 16.1421 16.1421 19.5 12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 7.85786 7.85786 4.5 12 4.5C16.1421 4.5 19.5 7.85786 19.5 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-misc",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMisc",
          "declaration": {
            "name": "ObiMisc",
            "module": "src/icons/icon-misc.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-misc",
          "declaration": {
            "name": "ObiMisc",
            "module": "src/icons/icon-misc.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-monitoring-route.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMonitoringRoute",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.6645 14C9.13165 14 8.86523 14 8.72839 14.1092C8.60938 14.2042 8.54015 14.3483 8.54031 14.5005C8.5405 14.6756 8.70694 14.8837 9.03981 15.2998L12 19L14.9602 15.2998C15.2931 14.8837 15.4595 14.6756 15.4597 14.5005C15.4599 14.3483 15.3906 14.2042 15.2716 14.1092C15.1348 14 14.8684 14 14.3355 14H9.6645Z\" fill=\"currentColor\"/> <path d=\"M2 22H5V20H2V22Z\" fill=\"currentColor\"/> <path d=\"M7 22H11V20H7V22Z\" fill=\"currentColor\"/> <path d=\"M13 22H17V20H13V22Z\" fill=\"currentColor\"/> <path d=\"M19 22H22V20H19V22Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.97034 6.60754C6.8857 6.72976 6.84338 6.79087 6.82134 6.88005C6.80444 6.94847 6.80444 7.05153 6.82134 7.11995C6.84338 7.20913 6.8857 7.27024 6.97034 7.39246C8.05424 8.95767 9.89402 10 12 10C14.106 10 15.9458 8.95766 17.0297 7.39246C17.1143 7.27024 17.1566 7.20913 17.1787 7.11995C17.1956 7.05153 17.1956 6.94847 17.1787 6.88004C17.1566 6.79086 17.1143 6.72975 17.0297 6.60753C15.9458 5.04233 14.106 4 12 4C9.89402 4 8.05424 5.04233 6.97034 6.60754ZM19.3733 7.29651C19.4182 7.19726 19.4406 7.14764 19.4514 7.08452C19.4601 7.03407 19.4601 6.96593 19.4514 6.91548C19.4406 6.85236 19.4182 6.80274 19.3733 6.70349C18.1212 3.93428 15.2928 2 12 2C8.70721 2 5.87877 3.93428 4.62672 6.70349C4.58185 6.80274 4.55941 6.85236 4.54859 6.91548C4.53993 6.96593 4.53993 7.03407 4.54859 7.08452C4.55941 7.14764 4.58185 7.19726 4.62672 7.29651C5.87877 10.0657 8.70721 12 12 12C15.2928 12 18.1212 10.0657 19.3733 7.29651Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 9C10.896 9 10 8.104 10 7C10 5.896 10.896 5 12 5C13.104 5 14 5.896 14 7C14 8.104 13.104 9 12 9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.6645 14C9.13165 14 8.86523 14 8.72839 14.1092C8.60938 14.2042 8.54015 14.3483 8.54031 14.5005C8.5405 14.6756 8.70694 14.8837 9.03981 15.2998L12 19L14.9602 15.2998C15.2931 14.8837 15.4595 14.6756 15.4597 14.5005C15.4599 14.3483 15.3906 14.2042 15.2716 14.1092C15.1348 14 14.8684 14 14.3355 14H9.6645Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 22H5V20H2V22Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7 22H11V20H7V22Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 22H17V20H13V22Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 22H22V20H19V22Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.97034 6.60754C6.8857 6.72976 6.84338 6.79087 6.82134 6.88005C6.80444 6.94847 6.80444 7.05153 6.82134 7.11995C6.84338 7.20913 6.8857 7.27024 6.97034 7.39246C8.05424 8.95767 9.89402 10 12 10C14.106 10 15.9458 8.95766 17.0297 7.39246C17.1143 7.27024 17.1566 7.20913 17.1787 7.11995C17.1956 7.05153 17.1956 6.94847 17.1787 6.88004C17.1566 6.79086 17.1143 6.72975 17.0297 6.60753C15.9458 5.04233 14.106 4 12 4C9.89402 4 8.05424 5.04233 6.97034 6.60754ZM19.3733 7.29651C19.4182 7.19726 19.4406 7.14764 19.4514 7.08452C19.4601 7.03407 19.4601 6.96593 19.4514 6.91548C19.4406 6.85236 19.4182 6.80274 19.3733 6.70349C18.1212 3.93428 15.2928 2 12 2C8.70721 2 5.87877 3.93428 4.62672 6.70349C4.58185 6.80274 4.55941 6.85236 4.54859 6.91548C4.53993 6.96593 4.53993 7.03407 4.54859 7.08452C4.55941 7.14764 4.58185 7.19726 4.62672 7.29651C5.87877 10.0657 8.70721 12 12 12C15.2928 12 18.1212 10.0657 19.3733 7.29651Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 9C10.896 9 10 8.104 10 7C10 5.896 10.896 5 12 5C13.104 5 14 5.896 14 7C14 8.104 13.104 9 12 9Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-monitoring-route",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMonitoringRoute",
          "declaration": {
            "name": "ObiMonitoringRoute",
            "module": "src/icons/icon-monitoring-route.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-monitoring-route",
          "declaration": {
            "name": "ObiMonitoringRoute",
            "module": "src/icons/icon-monitoring-route.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-monitoring.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMonitoring",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.48703 10.5689L7.6594 12.5H2V10.5H6.3406L7.58085 7.60608L9.42308 7.61538L11.013 11.4311L11.8406 9.5H14V11.5H13.1594L11.9191 14.3939L10.0769 14.3846L8.48703 10.5689Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5 3C14.6421 3 18 6.35786 18 10.5C18 12.2109 17.4271 13.7879 16.4628 15.0499L20.0875 18.6746C20.4781 19.0652 20.4781 19.6983 20.0875 20.0888C19.697 20.4794 19.0639 20.4794 18.6733 20.0888L15.0484 16.4639C13.7867 17.4276 12.2102 18 10.5 18C7.62196 18 5.12254 16.3789 3.86505 14H6.25716C7.26595 15.2215 8.79206 16 10.5 16C13.5376 16 16 13.5376 16 10.5C16 7.46243 13.5376 5 10.5 5C7.98245 5 5.85996 6.6915 5.20703 9H3.15003C3.84493 5.57664 6.87156 3 10.5 3Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.48703 10.5689L7.6594 12.5H2V10.5H6.3406L7.58085 7.60608L9.42308 7.61538L11.013 11.4311L11.8406 9.5H14V11.5H13.1594L11.9191 14.3939L10.0769 14.3846L8.48703 10.5689Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5 3C14.6421 3 18 6.35786 18 10.5C18 12.2109 17.4271 13.7879 16.4628 15.0499L20.0875 18.6746C20.4781 19.0652 20.4781 19.6983 20.0875 20.0888C19.697 20.4794 19.0639 20.4794 18.6733 20.0888L15.0484 16.4639C13.7867 17.4276 12.2102 18 10.5 18C7.62196 18 5.12254 16.3789 3.86505 14H6.25716C7.26595 15.2215 8.79206 16 10.5 16C13.5376 16 16 13.5376 16 10.5C16 7.46243 13.5376 5 10.5 5C7.98245 5 5.85996 6.6915 5.20703 9H3.15003C3.84493 5.57664 6.87156 3 10.5 3Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-monitoring",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMonitoring",
          "declaration": {
            "name": "ObiMonitoring",
            "module": "src/icons/icon-monitoring.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-monitoring",
          "declaration": {
            "name": "ObiMonitoring",
            "module": "src/icons/icon-monitoring.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-moored.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMoored",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3599 16.2332C11.7711 16.5181 11.1188 16.7603 10.3599 16.898C8.01241 17.3238 6.27724 16.4168 5.63345 14.1769H2.35986V12.6769H5.38224C5.3674 12.4595 5.35986 12.2338 5.35986 12C5.35986 11.7662 5.3674 11.5405 5.38224 11.3231H2.35986V9.82311H5.63344C6.27721 7.5832 8.01239 6.6762 10.3599 7.10204C11.1188 7.23972 11.7711 7.48188 12.3599 7.76685C12.9486 7.48188 13.6009 7.23972 14.3599 7.10204C16.7073 6.6762 18.4425 7.5832 19.0863 9.82311H22.3599V11.3231H19.3375C19.3523 11.5405 19.3599 11.7662 19.3599 12C19.3599 12.2338 19.3523 12.4595 19.3375 12.6769H22.3599V14.1769H19.0863C18.4425 16.4168 16.7073 17.3238 14.3599 16.898C13.6009 16.7603 12.9486 16.5181 12.3599 16.2332ZM17.8336 12.6769C17.8507 12.4671 17.8599 12.2418 17.8599 12C17.8599 11.7582 17.8507 11.5329 17.8336 11.3231H17.0265C15.4081 11.3231 14.1641 10.561 13.2107 9.97702L13.1525 9.94137C12.8801 9.77458 12.619 9.61471 12.3599 9.46589C12.1008 9.61471 11.8396 9.77458 11.5672 9.94137L11.509 9.97702C10.5556 10.561 9.31158 11.3231 7.69321 11.3231H6.88615C6.86905 11.5329 6.85986 11.7582 6.85986 12C6.85986 12.2418 6.86905 12.4671 6.88615 12.6769H7.6932C9.31156 12.6769 10.5556 13.439 11.509 14.023L11.5672 14.0586C11.8396 14.2254 12.1008 14.3853 12.3599 14.5341C12.619 14.3853 12.8801 14.2254 13.1525 14.0586L13.2107 14.023C14.1641 13.439 15.4082 12.6769 17.0265 12.6769H17.8336ZM14.0293 15.2807C14.9961 14.6903 15.8934 14.1769 17.0265 14.1769H17.4994C17.3443 14.544 17.1544 14.805 16.9616 14.9848C16.5337 15.384 15.8162 15.6377 14.6276 15.422C14.419 15.3842 14.2204 15.3367 14.0293 15.2807ZM7.22035 14.1769C7.37548 14.544 7.56531 14.805 7.75811 14.9848C8.18601 15.384 8.90349 15.6377 10.0921 15.422C10.3008 15.3842 10.4993 15.3367 10.6904 15.2807C9.72358 14.6903 8.8263 14.1769 7.6932 14.1769H7.22035ZM7.22034 9.82311H7.6932C8.8263 9.8231 9.72358 9.30974 10.6904 8.7193C10.4993 8.66331 10.3008 8.6158 10.0921 8.57795C8.90348 8.36233 8.186 8.61595 7.75811 9.01515C7.5653 9.19502 7.37546 9.45599 7.22034 9.82311ZM14.0293 8.7193C14.9961 9.30974 15.8934 9.8231 17.0265 9.82311H17.4994C17.3443 9.45599 17.1544 9.19502 16.9616 9.01515C16.5337 8.61595 15.8162 8.36233 14.6276 8.57795C14.419 8.6158 14.2204 8.66331 14.0293 8.7193Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3599 16.2332C11.7711 16.5181 11.1188 16.7603 10.3599 16.898C8.01241 17.3238 6.27724 16.4168 5.63345 14.1769H2.35986V12.6769H5.38224C5.3674 12.4595 5.35986 12.2338 5.35986 12C5.35986 11.7662 5.3674 11.5405 5.38224 11.3231H2.35986V9.82311H5.63344C6.27721 7.5832 8.01239 6.6762 10.3599 7.10204C11.1188 7.23972 11.7711 7.48188 12.3599 7.76685C12.9486 7.48188 13.6009 7.23972 14.3599 7.10204C16.7073 6.6762 18.4425 7.5832 19.0863 9.82311H22.3599V11.3231H19.3375C19.3523 11.5405 19.3599 11.7662 19.3599 12C19.3599 12.2338 19.3523 12.4595 19.3375 12.6769H22.3599V14.1769H19.0863C18.4425 16.4168 16.7073 17.3238 14.3599 16.898C13.6009 16.7603 12.9486 16.5181 12.3599 16.2332ZM17.8336 12.6769C17.8507 12.4671 17.8599 12.2418 17.8599 12C17.8599 11.7582 17.8507 11.5329 17.8336 11.3231H17.0265C15.4081 11.3231 14.1641 10.561 13.2107 9.97702L13.1525 9.94137C12.8801 9.77458 12.619 9.61471 12.3599 9.46589C12.1008 9.61471 11.8396 9.77458 11.5672 9.94137L11.509 9.97702C10.5556 10.561 9.31158 11.3231 7.69321 11.3231H6.88615C6.86905 11.5329 6.85986 11.7582 6.85986 12C6.85986 12.2418 6.86905 12.4671 6.88615 12.6769H7.6932C9.31156 12.6769 10.5556 13.439 11.509 14.023L11.5672 14.0586C11.8396 14.2254 12.1008 14.3853 12.3599 14.5341C12.619 14.3853 12.8801 14.2254 13.1525 14.0586L13.2107 14.023C14.1641 13.439 15.4082 12.6769 17.0265 12.6769H17.8336ZM14.0293 15.2807C14.9961 14.6903 15.8934 14.1769 17.0265 14.1769H17.4994C17.3443 14.544 17.1544 14.805 16.9616 14.9848C16.5337 15.384 15.8162 15.6377 14.6276 15.422C14.419 15.3842 14.2204 15.3367 14.0293 15.2807ZM7.22035 14.1769C7.37548 14.544 7.56531 14.805 7.75811 14.9848C8.18601 15.384 8.90349 15.6377 10.0921 15.422C10.3008 15.3842 10.4993 15.3367 10.6904 15.2807C9.72358 14.6903 8.8263 14.1769 7.6932 14.1769H7.22035ZM7.22034 9.82311H7.6932C8.8263 9.8231 9.72358 9.30974 10.6904 8.7193C10.4993 8.66331 10.3008 8.6158 10.0921 8.57795C8.90348 8.36233 8.186 8.61595 7.75811 9.01515C7.5653 9.19502 7.37546 9.45599 7.22034 9.82311ZM14.0293 8.7193C14.9961 9.30974 15.8934 9.8231 17.0265 9.82311H17.4994C17.3443 9.45599 17.1544 9.19502 16.9616 9.01515C16.5337 8.61595 15.8162 8.36233 14.6276 8.57795C14.419 8.6158 14.2204 8.66331 14.0293 8.7193Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-moored",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMoored",
          "declaration": {
            "name": "ObiMoored",
            "module": "src/icons/icon-moored.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-moored",
          "declaration": {
            "name": "ObiMoored",
            "module": "src/icons/icon-moored.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-more-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMoreGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 10C4.9 10 4 10.9 4 12C4 13.1 4.9 14 6 14C7.1 14 8 13.1 8 12C8 10.9 7.1 10 6 10Z\" fill=\"currentColor\"/> <path d=\"M12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10Z\" fill=\"currentColor\"/> <path d=\"M18 10C16.9 10 16 10.9 16 12C16 13.1 16.9 14 18 14C19.1 14 20 13.1 20 12C20 10.9 19.1 10 18 10Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 10C4.9 10 4 10.9 4 12C4 13.1 4.9 14 6 14C7.1 14 8 13.1 8 12C8 10.9 7.1 10 6 10Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 10C16.9 10 16 10.9 16 12C16 13.1 16.9 14 18 14C19.1 14 20 13.1 20 12C20 10.9 19.1 10 18 10Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-more-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMoreGoogle",
          "declaration": {
            "name": "ObiMoreGoogle",
            "module": "src/icons/icon-more-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-more-google",
          "declaration": {
            "name": "ObiMoreGoogle",
            "module": "src/icons/icon-more-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-more-vertical-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMoreVerticalGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 6C14 4.9 13.1 4 12 4C10.9 4 10 4.9 10 6C10 7.1 10.9 8 12 8C13.1 8 14 7.1 14 6Z\" fill=\"currentColor\"/> <path d=\"M14 12C14 10.9 13.1 10 12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12Z\" fill=\"currentColor\"/> <path d=\"M14 18C14 16.9 13.1 16 12 16C10.9 16 10 16.9 10 18C10 19.1 10.9 20 12 20C13.1 20 14 19.1 14 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 6C14 4.9 13.1 4 12 4C10.9 4 10 4.9 10 6C10 7.1 10.9 8 12 8C13.1 8 14 7.1 14 6Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14 12C14 10.9 13.1 10 12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14 18C14 16.9 13.1 16 12 16C10.9 16 10 16.9 10 18C10 19.1 10.9 20 12 20C13.1 20 14 19.1 14 18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-more-vertical-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMoreVerticalGoogle",
          "declaration": {
            "name": "ObiMoreVerticalGoogle",
            "module": "src/icons/icon-more-vertical-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-more-vertical-google",
          "declaration": {
            "name": "ObiMoreVerticalGoogle",
            "module": "src/icons/icon-more-vertical-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ntype-1-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetNtype1Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V3.25H23V1Z\" fill=\"currentColor\"/> <path d=\"M1 1H9V23H1V19.75H6.25V5H4.75V18.25H1V1Z\" fill=\"currentColor\"/> <path d=\"M23 23H11V20.75H23V23Z\" fill=\"currentColor\"/> <path d=\"M23 12.75V19.25H11V4.75H23V11.25H18V8L12 12L18 16V12.75H23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23L0 1ZM11 1H23V3.25H11V1ZM9 1H1V18.25H4.75V5H6.25V19.75H1V23H9V1ZM11 23H23V20.75H11V23ZM23 19.25V12.75H18V16L12 12L18 8V11.25H23V4.75H11V19.25H23Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V3.25H23V1Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M1 1H9V23H1V19.75H6.25V5H4.75V18.25H1V1Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M23 23H11V20.75H23V23Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M23 12.75V19.25H11V4.75H23V11.25H18V8L12 12L18 16V12.75H23Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23L0 1ZM11 1H23V3.25H11V1ZM9 1H1V18.25H4.75V5H6.25V19.75H1V23H9V1ZM11 23H23V20.75H11V23ZM23 19.25V12.75H18V16L12 12L18 8V11.25H23V4.75H11V19.25H23Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ntype-1-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetNtype1Off",
          "declaration": {
            "name": "ObiMosfetNtype1Off",
            "module": "src/icons/icon-mosfet-ntype-1-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ntype-1-off",
          "declaration": {
            "name": "ObiMosfetNtype1Off",
            "module": "src/icons/icon-mosfet-ntype-1-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ntype-1-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetNtype1On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V3.25H23V1Z\" fill=\"currentColor\"/> <path d=\"M1 1H9V23H1V19.75H6.25V5H4.75V18.25H1V1Z\" fill=\"currentColor\"/> <path d=\"M23 23H11V20.75H23V23Z\" fill=\"currentColor\"/> <path d=\"M23 12.75V19.25H11V4.75H23V11.25H18V8L12 12L18 16V12.75H23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23L0 1ZM11 1H23V3.25H11V1ZM9 1H1V18.25H4.75V5H6.25V19.75H1V23H9V1ZM11 23H23V20.75H11V23ZM23 19.25V12.75H18V16L12 12L18 8V11.25H23V4.75H11V19.25H23Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V3.25H23V1Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M1 1H9V23H1V19.75H6.25V5H4.75V18.25H1V1Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M23 23H11V20.75H23V23Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M23 12.75V19.25H11V4.75H23V11.25H18V8L12 12L18 16V12.75H23Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23L0 1ZM11 1H23V3.25H11V1ZM9 1H1V18.25H4.75V5H6.25V19.75H1V23H9V1ZM11 23H23V20.75H11V23ZM23 19.25V12.75H18V16L12 12L18 8V11.25H23V4.75H11V19.25H23Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ntype-1-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetNtype1On",
          "declaration": {
            "name": "ObiMosfetNtype1On",
            "module": "src/icons/icon-mosfet-ntype-1-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ntype-1-on",
          "declaration": {
            "name": "ObiMosfetNtype1On",
            "module": "src/icons/icon-mosfet-ntype-1-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ntype-1.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetNtype1",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.75 18.25H1V19.75H6.25V5H4.75V18.25Z\" fill=\"currentColor\"/> <path d=\"M9 1H11V3.25H23V4.75H11V19.25H23V20.75H11V23H9V1Z\" fill=\"currentColor\"/> <path d=\"M18 8L12 12L18 16V12.75H23V11.25H18V8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.75 18.25H1V19.75H6.25V5H4.75V18.25Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M9 1H11V3.25H23V4.75H11V19.25H23V20.75H11V23H9V1Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M18 8L12 12L18 16V12.75H23V11.25H18V8Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ntype-1",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetNtype1",
          "declaration": {
            "name": "ObiMosfetNtype1",
            "module": "src/icons/icon-mosfet-ntype-1.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ntype-1",
          "declaration": {
            "name": "ObiMosfetNtype1",
            "module": "src/icons/icon-mosfet-ntype-1.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ntype-2-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetNtype2Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V3.25H23V1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1H9V6H11V4.75H23V19.25H21.25V11.25H18V8L12 12L18 16V12.75H19.75V19.25H11V18H9V23H1V19.75H6.25V5H4.75V18.25H1V1ZM9 9H11V15H9V9Z\" fill=\"currentColor\"/> <path d=\"M11 20.75H23V23H11V20.75Z\" fill=\"currentColor\"/> <path d=\"M11 9H9V15H11V9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V3.25H11V1ZM9 1H1V18.25H4.75V5H6.25V19.75H1V23H9V18H11V19.25H19.75V12.75H18V16L12 12L18 8V11.25H21.25V19.25H23V4.75H11V6H9V1ZM23 20.75H11V23H23V20.75Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V3.25H23V1Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1H9V6H11V4.75H23V19.25H21.25V11.25H18V8L12 12L18 16V12.75H19.75V19.25H11V18H9V23H1V19.75H6.25V5H4.75V18.25H1V1ZM9 9H11V15H9V9Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M11 20.75H23V23H11V20.75Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M11 9H9V15H11V9Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V3.25H11V1ZM9 1H1V18.25H4.75V5H6.25V19.75H1V23H9V18H11V19.25H19.75V12.75H18V16L12 12L18 8V11.25H21.25V19.25H23V4.75H11V6H9V1ZM23 20.75H11V23H23V20.75Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ntype-2-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetNtype2Off",
          "declaration": {
            "name": "ObiMosfetNtype2Off",
            "module": "src/icons/icon-mosfet-ntype-2-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ntype-2-off",
          "declaration": {
            "name": "ObiMosfetNtype2Off",
            "module": "src/icons/icon-mosfet-ntype-2-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ntype-2-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetNtype2On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V3.25H23V1Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1H9V6H11V4.75H23V19.25H21.25V11.25H18V8L12 12L18 16V12.75H19.75V19.25H11V18H9V23H1V19.75H6.25V5H4.75V18.25H1V1ZM9 9H11V15H9V9Z\" fill=\"currentColor\"/> <path d=\"M11 20.75H23V23H11V20.75Z\" fill=\"currentColor\"/> <path d=\"M11 9H9V15H11V9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V3.25H11V1ZM9 1H1V18.25H4.75V5H6.25V19.75H1V23H9V18H11V19.25H19.75V12.75H18V16L12 12L18 8V11.25H21.25V19.25H23V4.75H11V6H9V1ZM23 20.75H11V23H23V20.75Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V3.25H23V1Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 1H9V6H11V4.75H23V19.25H21.25V11.25H18V8L12 12L18 16V12.75H19.75V19.25H11V18H9V23H1V19.75H6.25V5H4.75V18.25H1V1ZM9 9H11V15H9V9Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M11 20.75H23V23H11V20.75Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M11 9H9V15H11V9Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V3.25H11V1ZM9 1H1V18.25H4.75V5H6.25V19.75H1V23H9V18H11V19.25H19.75V12.75H18V16L12 12L18 8V11.25H21.25V19.25H23V4.75H11V6H9V1ZM23 20.75H11V23H23V20.75Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ntype-2-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetNtype2On",
          "declaration": {
            "name": "ObiMosfetNtype2On",
            "module": "src/icons/icon-mosfet-ntype-2-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ntype-2-on",
          "declaration": {
            "name": "ObiMosfetNtype2On",
            "module": "src/icons/icon-mosfet-ntype-2-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ntype-2.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetNtype2",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 9H11V15H9V9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.75 18.25H1V19.75H6.25V5H4.75V18.25Z\" fill=\"currentColor\"/> <path d=\"M11 1H9V6H11V4.75H23V3.25H11V1Z\" fill=\"currentColor\"/> <path d=\"M12 12L18 8V11.25H21.25V19.25H23V20.75H11V23H9V18H11V19.25H19.75V12.75H18V16L12 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 9H11V15H9V9Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.75 18.25H1V19.75H6.25V5H4.75V18.25Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M11 1H9V6H11V4.75H23V3.25H11V1Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M12 12L18 8V11.25H21.25V19.25H23V20.75H11V23H9V18H11V19.25H19.75V12.75H18V16L12 12Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ntype-2",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetNtype2",
          "declaration": {
            "name": "ObiMosfetNtype2",
            "module": "src/icons/icon-mosfet-ntype-2.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ntype-2",
          "declaration": {
            "name": "ObiMosfetNtype2",
            "module": "src/icons/icon-mosfet-ntype-2.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ntype-3-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetNtype3Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V4.25H23V1Z\" fill=\"currentColor\"/> <path d=\"M1 1H9V23H1V19.75H6.25V5H4.75V18.25H1V1Z\" fill=\"currentColor\"/> <path d=\"M23 23H11V19.75H23V23Z\" fill=\"currentColor\"/> <path d=\"M23 5.75V18.25H21.25V11.25H18V8L12 12L18 16V12.75H19.75V18.25H11V5.75H23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V4.25H11V1ZM9 1H1V18.25H4.75V5H6.25V19.75H1V23H9V1ZM11 23H23V19.75H11V23ZM23 18.25V5.75H11V18.25H19.75V12.75H18V16L12 12L18 8V11.25H21.25V18.25H23Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V4.25H23V1Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M1 1H9V23H1V19.75H6.25V5H4.75V18.25H1V1Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M23 23H11V19.75H23V23Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M23 5.75V18.25H21.25V11.25H18V8L12 12L18 16V12.75H19.75V18.25H11V5.75H23Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V4.25H11V1ZM9 1H1V18.25H4.75V5H6.25V19.75H1V23H9V1ZM11 23H23V19.75H11V23ZM23 18.25V5.75H11V18.25H19.75V12.75H18V16L12 12L18 8V11.25H21.25V18.25H23Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ntype-3-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetNtype3Off",
          "declaration": {
            "name": "ObiMosfetNtype3Off",
            "module": "src/icons/icon-mosfet-ntype-3-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ntype-3-off",
          "declaration": {
            "name": "ObiMosfetNtype3Off",
            "module": "src/icons/icon-mosfet-ntype-3-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ntype-3-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetNtype3On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V4.25H23V1Z\" fill=\"currentColor\"/> <path d=\"M1 1H9V23H1V19.75H6.25V5H4.75V18.25H1V1Z\" fill=\"currentColor\"/> <path d=\"M23 23H11V19.75H23V23Z\" fill=\"currentColor\"/> <path d=\"M23 5.75V18.25H21.25V11.25H18V8L12 12L18 16V12.75H19.75V18.25H11V5.75H23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V4.25H11V1ZM9 1H1V18.25H4.75V5H6.25V19.75H1V23H9V1ZM11 23H23V19.75H11V23ZM23 18.25V5.75H11V18.25H19.75V12.75H18V16L12 12L18 8V11.25H21.25V18.25H23Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V4.25H23V1Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M1 1H9V23H1V19.75H6.25V5H4.75V18.25H1V1Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M23 23H11V19.75H23V23Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M23 5.75V18.25H21.25V11.25H18V8L12 12L18 16V12.75H19.75V18.25H11V5.75H23Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V4.25H11V1ZM9 1H1V18.25H4.75V5H6.25V19.75H1V23H9V1ZM11 23H23V19.75H11V23ZM23 18.25V5.75H11V18.25H19.75V12.75H18V16L12 12L18 8V11.25H21.25V18.25H23Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ntype-3-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetNtype3On",
          "declaration": {
            "name": "ObiMosfetNtype3On",
            "module": "src/icons/icon-mosfet-ntype-3-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ntype-3-on",
          "declaration": {
            "name": "ObiMosfetNtype3On",
            "module": "src/icons/icon-mosfet-ntype-3-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ntype-3.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetNtype3",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.75 18.25H1V19.75H6.25V5H4.75V18.25Z\" fill=\"currentColor\"/> <path d=\"M9 1H11V4.25H23V5.75H11V18.25H19.75V12.75H18V16L12 12L18 8V11.25H21.25V18.25H23V19.75H11V23H9V1Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.75 18.25H1V19.75H6.25V5H4.75V18.25Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M9 1H11V4.25H23V5.75H11V18.25H19.75V12.75H18V16L12 12L18 8V11.25H21.25V18.25H23V19.75H11V23H9V1Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ntype-3",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetNtype3",
          "declaration": {
            "name": "ObiMosfetNtype3",
            "module": "src/icons/icon-mosfet-ntype-3.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ntype-3",
          "declaration": {
            "name": "ObiMosfetNtype3",
            "module": "src/icons/icon-mosfet-ntype-3.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ntype-4-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetNtype4Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H13V6.25H23V1Z\" fill=\"currentColor\"/> <path d=\"M1 1H11V17L5 13V16.25H1V1Z\" fill=\"currentColor\"/> <path d=\"M11 17V23H1V17.75H5V21L11 17Z\" fill=\"currentColor\"/> <path d=\"M23 23H13V17.75L23 17.75V23Z\" fill=\"currentColor\"/> <path d=\"M23 7.75V16.25H13V7.75H23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM13 1H23V6.25H13V1ZM11 1H1V16.25H5V13L11 17L5 21V17.75H1V23H11V17V1ZM13 23H23V17.75L13 17.75V23ZM23 16.25V7.75H13V16.25H23Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H13V6.25H23V1Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M1 1H11V17L5 13V16.25H1V1Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M11 17V23H1V17.75H5V21L11 17Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M23 23H13V17.75L23 17.75V23Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M23 7.75V16.25H13V7.75H23Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM13 1H23V6.25H13V1ZM11 1H1V16.25H5V13L11 17L5 21V17.75H1V23H11V17V1ZM13 23H23V17.75L13 17.75V23ZM23 16.25V7.75H13V16.25H23Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ntype-4-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetNtype4Off",
          "declaration": {
            "name": "ObiMosfetNtype4Off",
            "module": "src/icons/icon-mosfet-ntype-4-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ntype-4-off",
          "declaration": {
            "name": "ObiMosfetNtype4Off",
            "module": "src/icons/icon-mosfet-ntype-4-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ntype-4-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetNtype4On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H13V6.25H23V1Z\" fill=\"currentColor\"/> <path d=\"M1 1H11V17L5 13V16.25H1V1Z\" fill=\"currentColor\"/> <path d=\"M11 17V23H1V17.75H5V21L11 17Z\" fill=\"currentColor\"/> <path d=\"M23 23H13V17.75L23 17.75V23Z\" fill=\"currentColor\"/> <path d=\"M23 7.75V16.25H13V7.75H23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM13 1H23V6.25H13V1ZM11 1H1V16.25H5V13L11 17L5 21V17.75H1V23H11V17V1ZM13 23H23V17.75L13 17.75V23ZM23 16.25V7.75H13V16.25H23Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H13V6.25H23V1Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M1 1H11V17L5 13V16.25H1V1Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M11 17V23H1V17.75H5V21L11 17Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M23 23H13V17.75L23 17.75V23Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M23 7.75V16.25H13V7.75H23Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM13 1H23V6.25H13V1ZM11 1H1V16.25H5V13L11 17L5 21V17.75H1V23H11V17V1ZM13 23H23V17.75L13 17.75V23ZM23 16.25V7.75H13V16.25H23Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ntype-4-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetNtype4On",
          "declaration": {
            "name": "ObiMosfetNtype4On",
            "module": "src/icons/icon-mosfet-ntype-4-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ntype-4-on",
          "declaration": {
            "name": "ObiMosfetNtype4On",
            "module": "src/icons/icon-mosfet-ntype-4-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ntype-4.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetNtype4",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 1H13V6.25H23V7.75H13V16.25L23 16.25V17.75L13 17.75V23H11V1Z\" fill=\"currentColor\"/> <path d=\"M5 21L11 17L5 13V16.25H1V17.75H5V21Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 1H13V6.25H23V7.75H13V16.25L23 16.25V17.75L13 17.75V23H11V1Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M5 21L11 17L5 13V16.25H1V17.75H5V21Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ntype-4",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetNtype4",
          "declaration": {
            "name": "ObiMosfetNtype4",
            "module": "src/icons/icon-mosfet-ntype-4.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ntype-4",
          "declaration": {
            "name": "ObiMosfetNtype4",
            "module": "src/icons/icon-mosfet-ntype-4.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ptype-1-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetPtype1Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V3.25H23V1Z\" fill=\"currentColor\"/> <path d=\"M1 1H9V23H1V5.75H4.75V19H6.25V4.25H1V1Z\" fill=\"currentColor\"/> <path d=\"M23 20.75V23H11V20.75H23Z\" fill=\"currentColor\"/> <path d=\"M23 12V19.25H11V12.75H17V16L23 12Z\" fill=\"currentColor\"/> <path d=\"M23 4.75V12L17 8V11.25H11V4.75H23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V3.25H11V1ZM9 1H1V4.25H6.25V19H4.75V5.75H1V23H9V1ZM11 23H23V20.75H11V23ZM23 19.25V12V4.75H11V11.25H17V8L23 12L17 16V12.75H11V19.25H23Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V3.25H23V1Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M1 1H9V23H1V5.75H4.75V19H6.25V4.25H1V1Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M23 20.75V23H11V20.75H23Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M23 12V19.25H11V12.75H17V16L23 12Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M23 4.75V12L17 8V11.25H11V4.75H23Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V3.25H11V1ZM9 1H1V4.25H6.25V19H4.75V5.75H1V23H9V1ZM11 23H23V20.75H11V23ZM23 19.25V12V4.75H11V11.25H17V8L23 12L17 16V12.75H11V19.25H23Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ptype-1-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetPtype1Off",
          "declaration": {
            "name": "ObiMosfetPtype1Off",
            "module": "src/icons/icon-mosfet-ptype-1-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ptype-1-off",
          "declaration": {
            "name": "ObiMosfetPtype1Off",
            "module": "src/icons/icon-mosfet-ptype-1-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ptype-1-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetPtype1On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V3.25H23V1Z\" fill=\"currentColor\"/> <path d=\"M1 1H9V23H1V5.75H4.75V19H6.25V4.25H1V1Z\" fill=\"currentColor\"/> <path d=\"M23 20.75V23H11V20.75H23Z\" fill=\"currentColor\"/> <path d=\"M23 12V19.25H11V12.75H17V16L23 12Z\" fill=\"currentColor\"/> <path d=\"M23 4.75V12L17 8V11.25H11V4.75H23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V3.25H11V1ZM9 1H1V4.25H6.25V19H4.75V5.75H1V23H9V1ZM11 23H23V20.75H11V23ZM23 19.25V12V4.75H11V11.25H17V8L23 12L17 16V12.75H11V19.25H23Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V3.25H23V1Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M1 1H9V23H1V5.75H4.75V19H6.25V4.25H1V1Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M23 20.75V23H11V20.75H23Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M23 12V19.25H11V12.75H17V16L23 12Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M23 4.75V12L17 8V11.25H11V4.75H23Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V3.25H11V1ZM9 1H1V4.25H6.25V19H4.75V5.75H1V23H9V1ZM11 23H23V20.75H11V23ZM23 19.25V12V4.75H11V11.25H17V8L23 12L17 16V12.75H11V19.25H23Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ptype-1-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetPtype1On",
          "declaration": {
            "name": "ObiMosfetPtype1On",
            "module": "src/icons/icon-mosfet-ptype-1-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ptype-1-on",
          "declaration": {
            "name": "ObiMosfetPtype1On",
            "module": "src/icons/icon-mosfet-ptype-1-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ptype-1.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetPtype1",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 1H11V3.25H23V4.75H11V11.25H17V8L23 12L17 16V12.75H11V19.25H23V20.75H11V23H9V1Z\" fill=\"currentColor\"/> <path d=\"M1 5.75H4.75V19H6.25V4.25H1V5.75Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 1H11V3.25H23V4.75H11V11.25H17V8L23 12L17 16V12.75H11V19.25H23V20.75H11V23H9V1Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M1 5.75H4.75V19H6.25V4.25H1V5.75Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ptype-1",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetPtype1",
          "declaration": {
            "name": "ObiMosfetPtype1",
            "module": "src/icons/icon-mosfet-ptype-1.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ptype-1",
          "declaration": {
            "name": "ObiMosfetPtype1",
            "module": "src/icons/icon-mosfet-ptype-1.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ptype-2-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetPtype2Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V3.25H23V1Z\" fill=\"currentColor\"/> <path d=\"M1 1H9V6H11V4.75H19.25V11.25H17.875L13 8V11.25H11V9H9V15H11V12.75H13V16L17.875 12.75H20.75V4.75H23V19.25H11V18H9V23H1V5.75H4.75V19H6.25V4.25H1V1Z\" fill=\"currentColor\"/> <path d=\"M11 20.75H23V23H11V20.75Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V3.25H11V1ZM9 1H1V4.25H6.25V19H4.75V5.75H1V23H9V18H11V19.25H23V4.75H20.75V12.75H17.875L13 16V12.75H11V15H9V9H11V11.25H13V8L17.875 11.25H19.25V4.75H11V6H9V1ZM23 20.75H11V23H23V20.75Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V3.25H23V1Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M1 1H9V6H11V4.75H19.25V11.25H17.875L13 8V11.25H11V9H9V15H11V12.75H13V16L17.875 12.75H20.75V4.75H23V19.25H11V18H9V23H1V5.75H4.75V19H6.25V4.25H1V1Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M11 20.75H23V23H11V20.75Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V3.25H11V1ZM9 1H1V4.25H6.25V19H4.75V5.75H1V23H9V18H11V19.25H23V4.75H20.75V12.75H17.875L13 16V12.75H11V15H9V9H11V11.25H13V8L17.875 11.25H19.25V4.75H11V6H9V1ZM23 20.75H11V23H23V20.75Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ptype-2-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetPtype2Off",
          "declaration": {
            "name": "ObiMosfetPtype2Off",
            "module": "src/icons/icon-mosfet-ptype-2-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ptype-2-off",
          "declaration": {
            "name": "ObiMosfetPtype2Off",
            "module": "src/icons/icon-mosfet-ptype-2-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ptype-2-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetPtype2On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V3.25H23V1Z\" fill=\"currentColor\"/> <path d=\"M1 1H9V6H11V4.75H19.25V11.25H17.875L13 8V11.25H11V9H9V15H11V12.75H13V16L17.875 12.75H20.75V4.75H23V19.25H11V18H9V23H1V5.75H4.75V19H6.25V4.25H1V1Z\" fill=\"currentColor\"/> <path d=\"M11 20.75H23V23H11V20.75Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V3.25H11V1ZM9 1H1V4.25H6.25V19H4.75V5.75H1V23H9V18H11V19.25H23V4.75H20.75V12.75H17.875L13 16V12.75H11V15H9V9H11V11.25H13V8L17.875 11.25H19.25V4.75H11V6H9V1ZM23 20.75H11V23H23V20.75Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V3.25H23V1Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M1 1H9V6H11V4.75H19.25V11.25H17.875L13 8V11.25H11V9H9V15H11V12.75H13V16L17.875 12.75H20.75V4.75H23V19.25H11V18H9V23H1V5.75H4.75V19H6.25V4.25H1V1Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M11 20.75H23V23H11V20.75Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V3.25H11V1ZM9 1H1V4.25H6.25V19H4.75V5.75H1V23H9V18H11V19.25H23V4.75H20.75V12.75H17.875L13 16V12.75H11V15H9V9H11V11.25H13V8L17.875 11.25H19.25V4.75H11V6H9V1ZM23 20.75H11V23H23V20.75Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ptype-2-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetPtype2On",
          "declaration": {
            "name": "ObiMosfetPtype2On",
            "module": "src/icons/icon-mosfet-ptype-2-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ptype-2-on",
          "declaration": {
            "name": "ObiMosfetPtype2On",
            "module": "src/icons/icon-mosfet-ptype-2-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ptype-2.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetPtype2",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 1H9V6H11V4.75H19.25V11.25H17.875L13 8V11.25H11V9H9V15H11V12.75H13V16L17.875 12.75H20.75V4.75H23V3.25H11V1Z\" fill=\"currentColor\"/> <path d=\"M11 18V19.25H23V20.75H11V23H9V18H11Z\" fill=\"currentColor\"/> <path d=\"M1 5.75H4.75V19H6.25V4.25H1V5.75Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 1H9V6H11V4.75H19.25V11.25H17.875L13 8V11.25H11V9H9V15H11V12.75H13V16L17.875 12.75H20.75V4.75H23V3.25H11V1Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M11 18V19.25H23V20.75H11V23H9V18H11Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M1 5.75H4.75V19H6.25V4.25H1V5.75Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ptype-2",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetPtype2",
          "declaration": {
            "name": "ObiMosfetPtype2",
            "module": "src/icons/icon-mosfet-ptype-2.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ptype-2",
          "declaration": {
            "name": "ObiMosfetPtype2",
            "module": "src/icons/icon-mosfet-ptype-2.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ptype-3-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetPtype3Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V4.25H23V1Z\" fill=\"currentColor\"/> <path d=\"M1 1H9V23H1V5.75H4.75V19H6.25V4.25H1V1Z\" fill=\"currentColor\"/> <path d=\"M23 23H11V19.75H23V23Z\" fill=\"currentColor\"/> <path d=\"M23 5.75V18.25H11V12.75H13V16L17.875 12.75H20.75V5.75H23Z\" fill=\"currentColor\"/> <path d=\"M17.875 11.25H19.25V5.75H11V11.25H13V8L17.875 11.25Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V4.25H11V1ZM9 1H1V4.25H6.25V19H4.75V5.75H1V23H9V1ZM11 23H23V19.75H11V23ZM23 18.25V5.75H20.75V12.75H17.875L13 16V12.75H11V18.25H23ZM19.25 11.25H17.875L13 8V11.25H11V5.75H19.25V11.25Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V4.25H23V1Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M1 1H9V23H1V5.75H4.75V19H6.25V4.25H1V1Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M23 23H11V19.75H23V23Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M23 5.75V18.25H11V12.75H13V16L17.875 12.75H20.75V5.75H23Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M17.875 11.25H19.25V5.75H11V11.25H13V8L17.875 11.25Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V4.25H11V1ZM9 1H1V4.25H6.25V19H4.75V5.75H1V23H9V1ZM11 23H23V19.75H11V23ZM23 18.25V5.75H20.75V12.75H17.875L13 16V12.75H11V18.25H23ZM19.25 11.25H17.875L13 8V11.25H11V5.75H19.25V11.25Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ptype-3-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetPtype3Off",
          "declaration": {
            "name": "ObiMosfetPtype3Off",
            "module": "src/icons/icon-mosfet-ptype-3-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ptype-3-off",
          "declaration": {
            "name": "ObiMosfetPtype3Off",
            "module": "src/icons/icon-mosfet-ptype-3-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ptype-3-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetPtype3On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V4.25H23V1Z\" fill=\"currentColor\"/> <path d=\"M1 1H9V23H1V5.75H4.75V19H6.25V4.25H1V1Z\" fill=\"currentColor\"/> <path d=\"M23 23H11V19.75H23V23Z\" fill=\"currentColor\"/> <path d=\"M23 5.75V18.25H11V12.75H13V16L17.875 12.75H20.75V5.75H23Z\" fill=\"currentColor\"/> <path d=\"M17.875 11.25H19.25V5.75H11V11.25H13V8L17.875 11.25Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V4.25H11V1ZM9 1H1V4.25H6.25V19H4.75V5.75H1V23H9V1ZM11 23H23V19.75H11V23ZM23 18.25V5.75H20.75V12.75H17.875L13 16V12.75H11V18.25H23ZM19.25 11.25H17.875L13 8V11.25H11V5.75H19.25V11.25Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H11V4.25H23V1Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M1 1H9V23H1V5.75H4.75V19H6.25V4.25H1V1Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M23 23H11V19.75H23V23Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M23 5.75V18.25H11V12.75H13V16L17.875 12.75H20.75V5.75H23Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M17.875 11.25H19.25V5.75H11V11.25H13V8L17.875 11.25Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM11 1H23V4.25H11V1ZM9 1H1V4.25H6.25V19H4.75V5.75H1V23H9V1ZM11 23H23V19.75H11V23ZM23 18.25V5.75H20.75V12.75H17.875L13 16V12.75H11V18.25H23ZM19.25 11.25H17.875L13 8V11.25H11V5.75H19.25V11.25Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ptype-3-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetPtype3On",
          "declaration": {
            "name": "ObiMosfetPtype3On",
            "module": "src/icons/icon-mosfet-ptype-3-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ptype-3-on",
          "declaration": {
            "name": "ObiMosfetPtype3On",
            "module": "src/icons/icon-mosfet-ptype-3-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ptype-3.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetPtype3",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 1H9V23H11V19.75H23V18.25H11V12.75H13V16L17.875 12.75H20.75V5.75H23V4.25H11V1ZM17.875 11.25H19.25V5.75H11V11.25H13V8L17.875 11.25Z\" fill=\"currentColor\"/> <path d=\"M1 5.75H4.75V19H6.25V4.25H1V5.75Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 1H9V23H11V19.75H23V18.25H11V12.75H13V16L17.875 12.75H20.75V5.75H23V4.25H11V1ZM17.875 11.25H19.25V5.75H11V11.25H13V8L17.875 11.25Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M1 5.75H4.75V19H6.25V4.25H1V5.75Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ptype-3",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetPtype3",
          "declaration": {
            "name": "ObiMosfetPtype3",
            "module": "src/icons/icon-mosfet-ptype-3.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ptype-3",
          "declaration": {
            "name": "ObiMosfetPtype3",
            "module": "src/icons/icon-mosfet-ptype-3.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ptype-4-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetPtype4Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H13V6.25L23 6.25V1Z\" fill=\"currentColor\"/> <path d=\"M1 1H11V6.25L7 6.25V3L1 7V1Z\" fill=\"currentColor\"/> <path d=\"M1 7L7 11V7.75L11 7.75V23H1V7Z\" fill=\"currentColor\"/> <path d=\"M23 23H13V17.75L23 17.75V23Z\" fill=\"currentColor\"/> <path d=\"M23 7.75V16.25L13 16.25V7.75L23 7.75Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM13 1H23V6.25L13 6.25V1ZM11 1H1V7V23H11V7.75L7 7.75V11L1 7L7 3V6.25L11 6.25V1ZM13 23H23V17.75L13 17.75V23ZM23 16.25V7.75L13 7.75V16.25L23 16.25Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H13V6.25L23 6.25V1Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M1 1H11V6.25L7 6.25V3L1 7V1Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M1 7L7 11V7.75L11 7.75V23H1V7Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M23 23H13V17.75L23 17.75V23Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M23 7.75V16.25L13 16.25V7.75L23 7.75Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM13 1H23V6.25L13 6.25V1ZM11 1H1V7V23H11V7.75L7 7.75V11L1 7L7 3V6.25L11 6.25V1ZM13 23H23V17.75L13 17.75V23ZM23 16.25V7.75L13 7.75V16.25L23 16.25Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ptype-4-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetPtype4Off",
          "declaration": {
            "name": "ObiMosfetPtype4Off",
            "module": "src/icons/icon-mosfet-ptype-4-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ptype-4-off",
          "declaration": {
            "name": "ObiMosfetPtype4Off",
            "module": "src/icons/icon-mosfet-ptype-4-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ptype-4-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetPtype4On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H13V6.25L23 6.25V1Z\" fill=\"currentColor\"/> <path d=\"M1 1H11V6.25L7 6.25V3L1 7V1Z\" fill=\"currentColor\"/> <path d=\"M1 7L7 11V7.75L11 7.75V23H1V7Z\" fill=\"currentColor\"/> <path d=\"M23 23H13V17.75L23 17.75V23Z\" fill=\"currentColor\"/> <path d=\"M23 7.75V16.25L13 16.25V7.75L23 7.75Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM13 1H23V6.25L13 6.25V1ZM11 1H1V7V23H11V7.75L7 7.75V11L1 7L7 3V6.25L11 6.25V1ZM13 23H23V17.75L13 17.75V23ZM23 16.25V7.75L13 7.75V16.25L23 16.25Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23 1H13V6.25L23 6.25V1Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M1 1H11V6.25L7 6.25V3L1 7V1Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M1 7L7 11V7.75L11 7.75V23H1V7Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M23 23H13V17.75L23 17.75V23Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M23 7.75V16.25L13 16.25V7.75L23 7.75Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 1C0 0.447716 0.447715 0 1 0H23C23.5523 0 24 0.447715 24 1V23C24 23.5523 23.5523 24 23 24H1C0.447716 24 0 23.5523 0 23V1ZM13 1H23V6.25L13 6.25V1ZM11 1H1V7V23H11V7.75L7 7.75V11L1 7L7 3V6.25L11 6.25V1ZM13 23H23V17.75L13 17.75V23ZM23 16.25V7.75L13 7.75V16.25L23 16.25Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ptype-4-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetPtype4On",
          "declaration": {
            "name": "ObiMosfetPtype4On",
            "module": "src/icons/icon-mosfet-ptype-4-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ptype-4-on",
          "declaration": {
            "name": "ObiMosfetPtype4On",
            "module": "src/icons/icon-mosfet-ptype-4-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-mosfet-ptype-4.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMosfetPtype4",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 1H13V6.25L23 6.25V7.75L13 7.75V16.25L23 16.25V17.75L13 17.75V23H11V7.75L7 7.75V11L1 7L7 3V6.25L11 6.25V1Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 1H13V6.25L23 6.25V7.75L13 7.75V16.25L23 16.25V17.75L13 17.75V23H11V7.75L7 7.75V11L1 7L7 3V6.25L11 6.25V1Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-mosfet-ptype-4",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMosfetPtype4",
          "declaration": {
            "name": "ObiMosfetPtype4",
            "module": "src/icons/icon-mosfet-ptype-4.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-mosfet-ptype-4",
          "declaration": {
            "name": "ObiMosfetPtype4",
            "module": "src/icons/icon-mosfet-ptype-4.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-motion-relative-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMotionRelativeIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.011 16.9999L12.863 10.1959H12.815C12.823 10.3559 12.835 10.5919 12.851 10.9039C12.867 11.2079 12.883 11.5399 12.899 11.8999C12.915 12.2519 12.923 12.5799 12.923 12.8839V16.9999H11.375V8.43188H13.751L15.839 15.0319H15.875L18.095 8.43188H20.459V16.9999H18.839V12.8119C18.839 12.5319 18.843 12.2239 18.851 11.8879C18.867 11.5439 18.879 11.2199 18.887 10.9159C18.903 10.6039 18.915 10.3679 18.923 10.2079H18.875L16.595 16.9999H15.011Z\" fill=\"currentColor\"/> <path d=\"M5.984 8.43188C6.752 8.43188 7.384 8.52788 7.88 8.71988C8.376 8.90388 8.748 9.18389 8.996 9.55989C9.244 9.93589 9.368 10.4119 9.368 10.9879C9.368 11.3879 9.292 11.7359 9.14 12.0319C8.988 12.3199 8.788 12.5639 8.54 12.7639C8.3 12.9639 8.04 13.1279 7.76 13.2559L10.256 16.9999H8.324L6.284 13.6879H5.228V16.9999H3.5V8.43188H5.984ZM5.852 9.85989H5.228V12.2719H5.888C6.296 12.2719 6.628 12.2279 6.884 12.1399C7.14 12.0439 7.324 11.9039 7.436 11.7199C7.556 11.5279 7.616 11.2999 7.616 11.0359C7.616 10.7479 7.552 10.5199 7.424 10.3519C7.296 10.1839 7.1 10.0599 6.836 9.97989C6.58 9.89989 6.252 9.85989 5.852 9.85989Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.011 16.9999L12.863 10.1959H12.815C12.823 10.3559 12.835 10.5919 12.851 10.9039C12.867 11.2079 12.883 11.5399 12.899 11.8999C12.915 12.2519 12.923 12.5799 12.923 12.8839V16.9999H11.375V8.43188H13.751L15.839 15.0319H15.875L18.095 8.43188H20.459V16.9999H18.839V12.8119C18.839 12.5319 18.843 12.2239 18.851 11.8879C18.867 11.5439 18.879 11.2199 18.887 10.9159C18.903 10.6039 18.915 10.3679 18.923 10.2079H18.875L16.595 16.9999H15.011Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.984 8.43188C6.752 8.43188 7.384 8.52788 7.88 8.71988C8.376 8.90388 8.748 9.18389 8.996 9.55989C9.244 9.93589 9.368 10.4119 9.368 10.9879C9.368 11.3879 9.292 11.7359 9.14 12.0319C8.988 12.3199 8.788 12.5639 8.54 12.7639C8.3 12.9639 8.04 13.1279 7.76 13.2559L10.256 16.9999H8.324L6.284 13.6879H5.228V16.9999H3.5V8.43188H5.984ZM5.852 9.85989H5.228V12.2719H5.888C6.296 12.2719 6.628 12.2279 6.884 12.1399C7.14 12.0439 7.324 11.9039 7.436 11.7199C7.556 11.5279 7.616 11.2999 7.616 11.0359C7.616 10.7479 7.552 10.5199 7.424 10.3519C7.296 10.1839 7.1 10.0599 6.836 9.97989C6.58 9.89989 6.252 9.85989 5.852 9.85989Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-motion-relative-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMotionRelativeIec",
          "declaration": {
            "name": "ObiMotionRelativeIec",
            "module": "src/icons/icon-motion-relative-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-motion-relative-iec",
          "declaration": {
            "name": "ObiMotionRelativeIec",
            "module": "src/icons/icon-motion-relative-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-motion-relative-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMotionRelativeProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.2036 5.55373C11.774 3.98336 13.9983 3.46545 16 4C16.5346 6.0017 16.0166 8.226 14.4463 9.79637L7.93843 16.3042L3.69579 12.0616L10.2036 5.55373ZM11.2643 6.61439C12.2058 5.67289 13.4612 5.23456 14.6969 5.30313C14.7654 6.53876 14.3271 7.79421 13.3856 8.73571L7.93843 14.1829L5.81711 12.0616L11.2643 6.61439Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.9564 16.9999C20.6132 16.9999 21.9564 15.6568 21.9564 13.9999C21.9564 12.343 20.6132 10.9999 18.9564 10.9999C17.2995 10.9999 15.9564 12.343 15.9564 13.9999C15.9564 15.6568 17.2995 16.9999 18.9564 16.9999Z\" fill=\"currentColor\"/> <path d=\"M14.2736 20.0002L15.6878 18.586L14.2736 17.1717L12.8594 18.586L11.4452 17.1717L10.7381 22.1215L15.6878 21.4144L14.2736 20.0002Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.2036 5.55373C11.774 3.98336 13.9983 3.46545 16 4C16.5346 6.0017 16.0166 8.226 14.4463 9.79637L7.93843 16.3042L3.69579 12.0616L10.2036 5.55373ZM11.2643 6.61439C12.2058 5.67289 13.4612 5.23456 14.6969 5.30313C14.7654 6.53876 14.3271 7.79421 13.3856 8.73571L7.93843 14.1829L5.81711 12.0616L11.2643 6.61439Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.9564 16.9999C20.6132 16.9999 21.9564 15.6568 21.9564 13.9999C21.9564 12.343 20.6132 10.9999 18.9564 10.9999C17.2995 10.9999 15.9564 12.343 15.9564 13.9999C15.9564 15.6568 17.2995 16.9999 18.9564 16.9999Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.2736 20.0002L15.6878 18.586L14.2736 17.1717L12.8594 18.586L11.4452 17.1717L10.7381 22.1215L15.6878 21.4144L14.2736 20.0002Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-motion-relative-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMotionRelativeProposal",
          "declaration": {
            "name": "ObiMotionRelativeProposal",
            "module": "src/icons/icon-motion-relative-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-motion-relative-proposal",
          "declaration": {
            "name": "ObiMotionRelativeProposal",
            "module": "src/icons/icon-motion-relative-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-motion-tm-reset-proposal-1.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMotionTmResetProposal1",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 9V3H5V6.35C5.83333 5.31667 6.85417 4.5 8.0625 3.9C9.27083 3.3 10.5833 3 12 3C13.9667 3 15.7208 3.55833 17.2625 4.675C18.8042 5.79167 19.8833 7.23333 20.5 9H18.325C17.7583 7.8 16.9167 6.83333 15.8 6.1C14.6833 5.36667 13.4167 5 12 5C11.05 5 10.1542 5.175 9.3125 5.525C8.47083 5.875 7.73333 6.36667 7.1 7H9V9H3Z\" fill=\"currentColor\"/> <path d=\"M7.22579 20.9999H5.49779V13.8839H3.13379V12.4319H9.58979V13.8839H7.22579V20.9999Z\" fill=\"currentColor\"/> <path d=\"M14.5479 20.9999L12.3999 14.1959H12.3519C12.3599 14.3559 12.3719 14.5919 12.3879 14.9039C12.4039 15.2079 12.4199 15.5399 12.4359 15.8999C12.4519 16.2519 12.4599 16.5799 12.4599 16.8839V20.9999H10.9119V12.4319H13.2879L15.3759 19.0319H15.4119L17.6319 12.4319H19.9959V20.9999H18.3759V16.8119C18.3759 16.5319 18.3799 16.2239 18.3879 15.8879C18.4039 15.5439 18.4159 15.2199 18.4239 14.9159C18.4399 14.6039 18.4519 14.3679 18.4599 14.2079H18.4119L16.1319 20.9999H14.5479Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 9V3H5V6.35C5.83333 5.31667 6.85417 4.5 8.0625 3.9C9.27083 3.3 10.5833 3 12 3C13.9667 3 15.7208 3.55833 17.2625 4.675C18.8042 5.79167 19.8833 7.23333 20.5 9H18.325C17.7583 7.8 16.9167 6.83333 15.8 6.1C14.6833 5.36667 13.4167 5 12 5C11.05 5 10.1542 5.175 9.3125 5.525C8.47083 5.875 7.73333 6.36667 7.1 7H9V9H3Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.22579 20.9999H5.49779V13.8839H3.13379V12.4319H9.58979V13.8839H7.22579V20.9999Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.5479 20.9999L12.3999 14.1959H12.3519C12.3599 14.3559 12.3719 14.5919 12.3879 14.9039C12.4039 15.2079 12.4199 15.5399 12.4359 15.8999C12.4519 16.2519 12.4599 16.5799 12.4599 16.8839V20.9999H10.9119V12.4319H13.2879L15.3759 19.0319H15.4119L17.6319 12.4319H19.9959V20.9999H18.3759V16.8119C18.3759 16.5319 18.3799 16.2239 18.3879 15.8879C18.4039 15.5439 18.4159 15.2199 18.4239 14.9159C18.4399 14.6039 18.4519 14.3679 18.4599 14.2079H18.4119L16.1319 20.9999H14.5479Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-motion-tm-reset-proposal-1",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMotionTmResetProposal1",
          "declaration": {
            "name": "ObiMotionTmResetProposal1",
            "module": "src/icons/icon-motion-tm-reset-proposal-1.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-motion-tm-reset-proposal-1",
          "declaration": {
            "name": "ObiMotionTmResetProposal1",
            "module": "src/icons/icon-motion-tm-reset-proposal-1.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-motion-tm-reset-proposal-2.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMotionTmResetProposal2",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3225 14.5376C11.4371 14.5464 10.5568 14.889 9.88327 15.5626L6.22813 19.2177L7.64234 20.6319L11.2975 16.9768C11.9711 16.3032 12.3137 15.4229 12.3225 14.5376ZM13.6528 13.2073C11.9847 12.7618 10.1312 13.1934 8.82261 14.5019L4.10681 19.2177L7.64234 22.7533L12.3581 18.0375C13.6667 16.7289 14.0982 14.8754 13.6528 13.2073Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.015 5.30955C19.3236 4.00097 21.1771 3.56944 22.8451 4.01494C23.2906 5.68299 22.8591 7.53651 21.5505 8.84508L16.8347 13.5609L13.2992 10.0253L18.015 5.30955Z\" fill=\"currentColor\"/> <path d=\"M4.6814 10.3822C4.79212 8.78595 5.44261 7.222 6.66517 5.99945C8.81041 3.85421 12.0213 3.439 14.591 4.73537L13.8621 6.18398C11.906 5.19671 9.45628 5.51504 7.81852 7.1528C6.91891 8.05242 6.42988 9.20577 6.32378 10.3822L9.66389 10.3822L5.51182 14.5343L1.35974 10.3822H4.6814Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3225 14.5376C11.4371 14.5464 10.5568 14.889 9.88327 15.5626L6.22813 19.2177L7.64234 20.6319L11.2975 16.9768C11.9711 16.3032 12.3137 15.4229 12.3225 14.5376ZM13.6528 13.2073C11.9847 12.7618 10.1312 13.1934 8.82261 14.5019L4.10681 19.2177L7.64234 22.7533L12.3581 18.0375C13.6667 16.7289 14.0982 14.8754 13.6528 13.2073Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.015 5.30955C19.3236 4.00097 21.1771 3.56944 22.8451 4.01494C23.2906 5.68299 22.8591 7.53651 21.5505 8.84508L16.8347 13.5609L13.2992 10.0253L18.015 5.30955Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.6814 10.3822C4.79212 8.78595 5.44261 7.222 6.66517 5.99945C8.81041 3.85421 12.0213 3.439 14.591 4.73537L13.8621 6.18398C11.906 5.19671 9.45628 5.51504 7.81852 7.1528C6.91891 8.05242 6.42988 9.20577 6.32378 10.3822L9.66389 10.3822L5.51182 14.5343L1.35974 10.3822H4.6814Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-motion-tm-reset-proposal-2",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMotionTmResetProposal2",
          "declaration": {
            "name": "ObiMotionTmResetProposal2",
            "module": "src/icons/icon-motion-tm-reset-proposal-2.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-motion-tm-reset-proposal-2",
          "declaration": {
            "name": "ObiMotionTmResetProposal2",
            "module": "src/icons/icon-motion-tm-reset-proposal-2.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-motion-true-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMotionTrueIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14.9141 16.9999L12.7661 10.1959H12.7181C12.7261 10.3559 12.7381 10.5919 12.7541 10.9039C12.7701 11.2079 12.7861 11.5399 12.8021 11.8999C12.8181 12.2519 12.8261 12.5799 12.8261 12.8839V16.9999H11.2781V8.43188H13.6541L15.7421 15.0319H15.7781L17.9981 8.43188H20.3621V16.9999H18.7421V12.8119C18.7421 12.5319 18.7461 12.2239 18.7541 11.8879C18.7701 11.5439 18.7821 11.2199 18.7901 10.9159C18.8061 10.6039 18.8181 10.3679 18.8261 10.2079H18.7781L16.4981 16.9999H14.9141Z\" fill=\"currentColor\"/> <path d=\"M7.592 16.9999H5.864V9.88388H3.5V8.43188H9.956V9.88388H7.592V16.9999Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14.9141 16.9999L12.7661 10.1959H12.7181C12.7261 10.3559 12.7381 10.5919 12.7541 10.9039C12.7701 11.2079 12.7861 11.5399 12.8021 11.8999C12.8181 12.2519 12.8261 12.5799 12.8261 12.8839V16.9999H11.2781V8.43188H13.6541L15.7421 15.0319H15.7781L17.9981 8.43188H20.3621V16.9999H18.7421V12.8119C18.7421 12.5319 18.7461 12.2239 18.7541 11.8879C18.7701 11.5439 18.7821 11.2199 18.7901 10.9159C18.8061 10.6039 18.8181 10.3679 18.8261 10.2079H18.7781L16.4981 16.9999H14.9141Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.592 16.9999H5.864V9.88388H3.5V8.43188H9.956V9.88388H7.592V16.9999Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-motion-true-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMotionTrueIec",
          "declaration": {
            "name": "ObiMotionTrueIec",
            "module": "src/icons/icon-motion-true-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-motion-true-iec",
          "declaration": {
            "name": "ObiMotionTrueIec",
            "module": "src/icons/icon-motion-true-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-motion-true-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMotionTrueProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 7.00043C12.9983 6.46588 10.774 6.98379 9.20364 8.55416L2.6958 15.062L6.93844 19.3046L13.4463 12.7968C15.0167 11.2264 15.5346 9.00213 15 7.00043Z\" fill=\"currentColor\"/> <path d=\"M17.4699 3.12352L16.0557 1.7093L21 1.0022L20.2984 5.95195L18.8842 4.53773L17.4699 5.95194L16.0557 4.53773L17.4699 3.12352Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0423 19.0004C19.0423 20.6573 17.6991 22.0004 16.0423 22.0004C14.3854 22.0004 13.0423 20.6573 13.0423 19.0004C13.0423 17.3436 14.3854 16.0004 16.0423 16.0004C17.6991 16.0004 19.0423 17.3436 19.0423 19.0004ZM17.5423 19.0004C17.5423 19.8288 16.8707 20.5004 16.0423 20.5004C15.2139 20.5004 14.5423 19.8288 14.5423 19.0004C14.5423 18.172 15.2139 17.5004 16.0423 17.5004C16.8707 17.5004 17.5423 18.172 17.5423 19.0004Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 7.00043C12.9983 6.46588 10.774 6.98379 9.20364 8.55416L2.6958 15.062L6.93844 19.3046L13.4463 12.7968C15.0167 11.2264 15.5346 9.00213 15 7.00043Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.4699 3.12352L16.0557 1.7093L21 1.0022L20.2984 5.95195L18.8842 4.53773L17.4699 5.95194L16.0557 4.53773L17.4699 3.12352Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0423 19.0004C19.0423 20.6573 17.6991 22.0004 16.0423 22.0004C14.3854 22.0004 13.0423 20.6573 13.0423 19.0004C13.0423 17.3436 14.3854 16.0004 16.0423 16.0004C17.6991 16.0004 19.0423 17.3436 19.0423 19.0004ZM17.5423 19.0004C17.5423 19.8288 16.8707 20.5004 16.0423 20.5004C15.2139 20.5004 14.5423 19.8288 14.5423 19.0004C14.5423 18.172 15.2139 17.5004 16.0423 17.5004C16.8707 17.5004 17.5423 18.172 17.5423 19.0004Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-motion-true-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMotionTrueProposal",
          "declaration": {
            "name": "ObiMotionTrueProposal",
            "module": "src/icons/icon-motion-true-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-motion-true-proposal",
          "declaration": {
            "name": "ObiMotionTrueProposal",
            "module": "src/icons/icon-motion-true-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-motor-off-horisontal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMotorOffHorisontal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 5C7 3.89543 7.89543 3 9 3H16.5C17.6046 3 18.5 3.89543 18.5 5H20C21.1046 5 22 5.89543 22 7V11C22 12.1046 21.1046 13 20 13H18.5C18.5 14.1046 17.6046 15 16.5 15V19H19C19.8284 19 20.5 19.6716 20.5 20.5C20.5 21.3284 19.8284 22 19 22H6.5C5.67157 22 5 21.3284 5 20.5C5 19.6716 5.67157 19 6.5 19H9V15C7.89543 15 7 14.1046 7 13H6C4.89543 13 4 12.1046 4 11V10H2C1.44772 10 1 9.55228 1 9C1 8.44772 1.44772 8 2 8H4V7C4 5.89543 4.89543 5 6 5H7ZM9 4H16.5C17.0523 4 17.5 4.44772 17.5 5V13C17.5 13.5523 17.0523 14 16.5 14H9C8.44772 14 8 13.5523 8 13V5C8 4.44772 8.44772 4 9 4ZM7 6H6C5.44772 6 5 6.44772 5 7V11C5 11.5523 5.44772 12 6 12H7V6ZM18.5 6H20C20.5523 6 21 6.44772 21 7V11C21 11.5523 20.5523 12 20 12H18.5V6ZM15.5 15H10V20H6.5C6.22386 20 6 20.2239 6 20.5C6 20.7761 6.22386 21 6.5 21H19C19.2761 21 19.5 20.7761 19.5 20.5C19.5 20.2239 19.2761 20 19 20H15.5V15Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 4H16.5C17.0523 4 17.5 4.44772 17.5 5V13C17.5 13.5523 17.0523 14 16.5 14H9C8.44772 14 8 13.5523 8 13V5C8 4.44772 8.44772 4 9 4ZM7 6H6C5.44772 6 5 6.44772 5 7V11C5 11.5523 5.44772 12 6 12H7V6ZM18.5 6H20C20.5523 6 21 6.44772 21 7V11C21 11.5523 20.5523 12 20 12H18.5V6ZM15.5 15H10V20H6.5C6.22386 20 6 20.2239 6 20.5C6 20.7761 6.22386 21 6.5 21H19C19.2761 21 19.5 20.7761 19.5 20.5C19.5 20.2239 19.2761 20 19 20H15.5V15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 5C7 3.89543 7.89543 3 9 3H16.5C17.6046 3 18.5 3.89543 18.5 5H20C21.1046 5 22 5.89543 22 7V11C22 12.1046 21.1046 13 20 13H18.5C18.5 14.1046 17.6046 15 16.5 15V19H19C19.8284 19 20.5 19.6716 20.5 20.5C20.5 21.3284 19.8284 22 19 22H6.5C5.67157 22 5 21.3284 5 20.5C5 19.6716 5.67157 19 6.5 19H9V15C7.89543 15 7 14.1046 7 13H6C4.89543 13 4 12.1046 4 11V10H2C1.44772 10 1 9.55228 1 9C1 8.44772 1.44772 8 2 8H4V7C4 5.89543 4.89543 5 6 5H7ZM9 4H16.5C17.0523 4 17.5 4.44772 17.5 5V13C17.5 13.5523 17.0523 14 16.5 14H9C8.44772 14 8 13.5523 8 13V5C8 4.44772 8.44772 4 9 4ZM7 6H6C5.44772 6 5 6.44772 5 7V11C5 11.5523 5.44772 12 6 12H7V6ZM18.5 6H20C20.5523 6 21 6.44772 21 7V11C21 11.5523 20.5523 12 20 12H18.5V6ZM15.5 15H10V20H6.5C6.22386 20 6 20.2239 6 20.5C6 20.7761 6.22386 21 6.5 21H19C19.2761 21 19.5 20.7761 19.5 20.5C19.5 20.2239 19.2761 20 19 20H15.5V15Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 4H16.5C17.0523 4 17.5 4.44772 17.5 5V13C17.5 13.5523 17.0523 14 16.5 14H9C8.44772 14 8 13.5523 8 13V5C8 4.44772 8.44772 4 9 4ZM7 6H6C5.44772 6 5 6.44772 5 7V11C5 11.5523 5.44772 12 6 12H7V6ZM18.5 6H20C20.5523 6 21 6.44772 21 7V11C21 11.5523 20.5523 12 20 12H18.5V6ZM15.5 15H10V20H6.5C6.22386 20 6 20.2239 6 20.5C6 20.7761 6.22386 21 6.5 21H19C19.2761 21 19.5 20.7761 19.5 20.5C19.5 20.2239 19.2761 20 19 20H15.5V15Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-motor-off-horisontal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMotorOffHorisontal",
          "declaration": {
            "name": "ObiMotorOffHorisontal",
            "module": "src/icons/icon-motor-off-horisontal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-motor-off-horisontal",
          "declaration": {
            "name": "ObiMotorOffHorisontal",
            "module": "src/icons/icon-motor-off-horisontal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-motor-off-vertical.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMotorOffVertical",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 15C6 16.1046 6.89543 17 8 17L8 18C8 19.1046 8.89543 20 10 20H11V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V20H14C15.1046 20 16 19.1046 16 18V17C17.1046 17 18 16.1046 18 15V7.5C18 6.39543 17.1046 5.5 16 5.5V4C16 2.89543 15.1046 2 14 2H10C8.89543 2 8 2.89543 8 4V5.5C6.89543 5.5 6 6.39543 6 7.5V15ZM14 19C14.5523 19 15 18.5523 15 18V17H9L9 18C9 18.5523 9.44772 19 10 19H14ZM7 7.5V15C7 15.5523 7.44772 16 8 16H16C16.5523 16 17 15.5523 17 15V7.5C17 6.94771 16.5523 6.5 16 6.5L8 6.5C7.44771 6.5 7 6.94772 7 7.5ZM9 4V5.5L15 5.5V4C15 3.44772 14.5523 3 14 3L10 3C9.44772 3 9 3.44772 9 4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 9C2 8.17157 2.67157 7.5 3.5 7.5C4.32843 7.5 5 8.17157 5 9L5 14C5 14.8284 4.32843 15.5 3.5 15.5C2.67157 15.5 2 14.8284 2 14V9ZM3 14L3 9C3 8.72386 3.22386 8.5 3.5 8.5C3.77614 8.5 4 8.72386 4 9L4 14C4 14.2761 3.77614 14.5 3.5 14.5C3.22386 14.5 3 14.2761 3 14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 7.5C19.6716 7.5 19 8.17157 19 9V14C19 14.8284 19.6716 15.5 20.5 15.5C21.3284 15.5 22 14.8284 22 14V9C22 8.17157 21.3284 7.5 20.5 7.5ZM20 9V14C20 14.2761 20.2239 14.5 20.5 14.5C20.7761 14.5 21 14.2761 21 14V9C21 8.72386 20.7761 8.5 20.5 8.5C20.2239 8.5 20 8.72386 20 9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 19C14.5523 19 15 18.5523 15 18V17H9L9 18C9 18.5523 9.44772 19 10 19H14ZM7 7.5V15C7 15.5523 7.44772 16 8 16H16C16.5523 16 17 15.5523 17 15V7.5C17 6.94771 16.5523 6.5 16 6.5L8 6.5C7.44771 6.5 7 6.94772 7 7.5ZM9 4V5.5L15 5.5V4C15 3.44772 14.5523 3 14 3L10 3C9.44772 3 9 3.44772 9 4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 14L3 9C3 8.72386 3.22386 8.5 3.5 8.5C3.77614 8.5 4 8.72386 4 9L4 14C4 14.2761 3.77614 14.5 3.5 14.5C3.22386 14.5 3 14.2761 3 14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 9V14C20 14.2761 20.2239 14.5 20.5 14.5C20.7761 14.5 21 14.2761 21 14V9C21 8.72386 20.7761 8.5 20.5 8.5C20.2239 8.5 20 8.72386 20 9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 15C6 16.1046 6.89543 17 8 17L8 18C8 19.1046 8.89543 20 10 20H11V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V20H14C15.1046 20 16 19.1046 16 18V17C17.1046 17 18 16.1046 18 15V7.5C18 6.39543 17.1046 5.5 16 5.5V4C16 2.89543 15.1046 2 14 2H10C8.89543 2 8 2.89543 8 4V5.5C6.89543 5.5 6 6.39543 6 7.5V15ZM14 19C14.5523 19 15 18.5523 15 18V17H9L9 18C9 18.5523 9.44772 19 10 19H14ZM7 7.5V15C7 15.5523 7.44772 16 8 16H16C16.5523 16 17 15.5523 17 15V7.5C17 6.94771 16.5523 6.5 16 6.5L8 6.5C7.44771 6.5 7 6.94772 7 7.5ZM9 4V5.5L15 5.5V4C15 3.44772 14.5523 3 14 3L10 3C9.44772 3 9 3.44772 9 4Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 9C2 8.17157 2.67157 7.5 3.5 7.5C4.32843 7.5 5 8.17157 5 9L5 14C5 14.8284 4.32843 15.5 3.5 15.5C2.67157 15.5 2 14.8284 2 14V9ZM3 14L3 9C3 8.72386 3.22386 8.5 3.5 8.5C3.77614 8.5 4 8.72386 4 9L4 14C4 14.2761 3.77614 14.5 3.5 14.5C3.22386 14.5 3 14.2761 3 14Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 7.5C19.6716 7.5 19 8.17157 19 9V14C19 14.8284 19.6716 15.5 20.5 15.5C21.3284 15.5 22 14.8284 22 14V9C22 8.17157 21.3284 7.5 20.5 7.5ZM20 9V14C20 14.2761 20.2239 14.5 20.5 14.5C20.7761 14.5 21 14.2761 21 14V9C21 8.72386 20.7761 8.5 20.5 8.5C20.2239 8.5 20 8.72386 20 9Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 19C14.5523 19 15 18.5523 15 18V17H9L9 18C9 18.5523 9.44772 19 10 19H14ZM7 7.5V15C7 15.5523 7.44772 16 8 16H16C16.5523 16 17 15.5523 17 15V7.5C17 6.94771 16.5523 6.5 16 6.5L8 6.5C7.44771 6.5 7 6.94772 7 7.5ZM9 4V5.5L15 5.5V4C15 3.44772 14.5523 3 14 3L10 3C9.44772 3 9 3.44772 9 4Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 14L3 9C3 8.72386 3.22386 8.5 3.5 8.5C3.77614 8.5 4 8.72386 4 9L4 14C4 14.2761 3.77614 14.5 3.5 14.5C3.22386 14.5 3 14.2761 3 14Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 9V14C20 14.2761 20.2239 14.5 20.5 14.5C20.7761 14.5 21 14.2761 21 14V9C21 8.72386 20.7761 8.5 20.5 8.5C20.2239 8.5 20 8.72386 20 9Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-motor-off-vertical",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMotorOffVertical",
          "declaration": {
            "name": "ObiMotorOffVertical",
            "module": "src/icons/icon-motor-off-vertical.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-motor-off-vertical",
          "declaration": {
            "name": "ObiMotorOffVertical",
            "module": "src/icons/icon-motor-off-vertical.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-motor-on-horisontal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMotorOnHorisontal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 5C7 3.89543 7.89543 3 9 3H16.5C17.6046 3 18.5 3.89543 18.5 5H20C21.1046 5 22 5.89543 22 7V11C22 12.1046 21.1046 13 20 13H18.5C18.5 14.1046 17.6046 15 16.5 15V19H19C19.8284 19 20.5 19.6716 20.5 20.5C20.5 21.3284 19.8284 22 19 22H6.5C5.67157 22 5 21.3284 5 20.5C5 19.6716 5.67157 19 6.5 19H9V15C7.89543 15 7 14.1046 7 13H6C4.89543 13 4 12.1046 4 11V10H2C1.44772 10 1 9.55228 1 9C1 8.44772 1.44772 8 2 8H4V7C4 5.89543 4.89543 5 6 5H7ZM9 4H16.5C17.0523 4 17.5 4.44772 17.5 5V13C17.5 13.5523 17.0523 14 16.5 14H9C8.44772 14 8 13.5523 8 13V5C8 4.44772 8.44772 4 9 4ZM7 6H6C5.44772 6 5 6.44772 5 7V11C5 11.5523 5.44772 12 6 12H7V6ZM18.5 6H20C20.5523 6 21 6.44772 21 7V11C21 11.5523 20.5523 12 20 12H18.5V6ZM15.5 15H10V20H6.5C6.22386 20 6 20.2239 6 20.5C6 20.7761 6.22386 21 6.5 21H19C19.2761 21 19.5 20.7761 19.5 20.5C19.5 20.2239 19.2761 20 19 20H15.5V15Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 4H16.5C17.0523 4 17.5 4.44772 17.5 5V13C17.5 13.5523 17.0523 14 16.5 14H9C8.44772 14 8 13.5523 8 13V5C8 4.44772 8.44772 4 9 4ZM7 6H6C5.44772 6 5 6.44772 5 7V11C5 11.5523 5.44772 12 6 12H7V6ZM18.5 6H20C20.5523 6 21 6.44772 21 7V11C21 11.5523 20.5523 12 20 12H18.5V6ZM15.5 15H10V20H6.5C6.22386 20 6 20.2239 6 20.5C6 20.7761 6.22386 21 6.5 21H19C19.2761 21 19.5 20.7761 19.5 20.5C19.5 20.2239 19.2761 20 19 20H15.5V15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 5C7 3.89543 7.89543 3 9 3H16.5C17.6046 3 18.5 3.89543 18.5 5H20C21.1046 5 22 5.89543 22 7V11C22 12.1046 21.1046 13 20 13H18.5C18.5 14.1046 17.6046 15 16.5 15V19H19C19.8284 19 20.5 19.6716 20.5 20.5C20.5 21.3284 19.8284 22 19 22H6.5C5.67157 22 5 21.3284 5 20.5C5 19.6716 5.67157 19 6.5 19H9V15C7.89543 15 7 14.1046 7 13H6C4.89543 13 4 12.1046 4 11V10H2C1.44772 10 1 9.55228 1 9C1 8.44772 1.44772 8 2 8H4V7C4 5.89543 4.89543 5 6 5H7ZM9 4H16.5C17.0523 4 17.5 4.44772 17.5 5V13C17.5 13.5523 17.0523 14 16.5 14H9C8.44772 14 8 13.5523 8 13V5C8 4.44772 8.44772 4 9 4ZM7 6H6C5.44772 6 5 6.44772 5 7V11C5 11.5523 5.44772 12 6 12H7V6ZM18.5 6H20C20.5523 6 21 6.44772 21 7V11C21 11.5523 20.5523 12 20 12H18.5V6ZM15.5 15H10V20H6.5C6.22386 20 6 20.2239 6 20.5C6 20.7761 6.22386 21 6.5 21H19C19.2761 21 19.5 20.7761 19.5 20.5C19.5 20.2239 19.2761 20 19 20H15.5V15Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 4H16.5C17.0523 4 17.5 4.44772 17.5 5V13C17.5 13.5523 17.0523 14 16.5 14H9C8.44772 14 8 13.5523 8 13V5C8 4.44772 8.44772 4 9 4ZM7 6H6C5.44772 6 5 6.44772 5 7V11C5 11.5523 5.44772 12 6 12H7V6ZM18.5 6H20C20.5523 6 21 6.44772 21 7V11C21 11.5523 20.5523 12 20 12H18.5V6ZM15.5 15H10V20H6.5C6.22386 20 6 20.2239 6 20.5C6 20.7761 6.22386 21 6.5 21H19C19.2761 21 19.5 20.7761 19.5 20.5C19.5 20.2239 19.2761 20 19 20H15.5V15Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-motor-on-horisontal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMotorOnHorisontal",
          "declaration": {
            "name": "ObiMotorOnHorisontal",
            "module": "src/icons/icon-motor-on-horisontal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-motor-on-horisontal",
          "declaration": {
            "name": "ObiMotorOnHorisontal",
            "module": "src/icons/icon-motor-on-horisontal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-motor-on-vertical.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMotorOnVertical",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 15C6 16.1046 6.89543 17 8 17L8 18C8 19.1046 8.89543 20 10 20H11V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V20H14C15.1046 20 16 19.1046 16 18V17C17.1046 17 18 16.1046 18 15V7.5C18 6.39543 17.1046 5.5 16 5.5V4C16 2.89543 15.1046 2 14 2H10C8.89543 2 8 2.89543 8 4V5.5C6.89543 5.5 6 6.39543 6 7.5V15ZM14 19C14.5523 19 15 18.5523 15 18V17H9L9 18C9 18.5523 9.44772 19 10 19H14ZM7 7.5V15C7 15.5523 7.44772 16 8 16H16C16.5523 16 17 15.5523 17 15V7.5C17 6.94771 16.5523 6.5 16 6.5L8 6.5C7.44771 6.5 7 6.94772 7 7.5ZM9 4V5.5L15 5.5V4C15 3.44772 14.5523 3 14 3L10 3C9.44772 3 9 3.44772 9 4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 9C2 8.17157 2.67157 7.5 3.5 7.5C4.32843 7.5 5 8.17157 5 9L5 14C5 14.8284 4.32843 15.5 3.5 15.5C2.67157 15.5 2 14.8284 2 14V9ZM3 14L3 9C3 8.72386 3.22386 8.5 3.5 8.5C3.77614 8.5 4 8.72386 4 9L4 14C4 14.2761 3.77614 14.5 3.5 14.5C3.22386 14.5 3 14.2761 3 14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 7.5C19.6716 7.5 19 8.17157 19 9V14C19 14.8284 19.6716 15.5 20.5 15.5C21.3284 15.5 22 14.8284 22 14V9C22 8.17157 21.3284 7.5 20.5 7.5ZM20 9V14C20 14.2761 20.2239 14.5 20.5 14.5C20.7761 14.5 21 14.2761 21 14V9C21 8.72386 20.7761 8.5 20.5 8.5C20.2239 8.5 20 8.72386 20 9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 19C14.5523 19 15 18.5523 15 18V17H9L9 18C9 18.5523 9.44772 19 10 19H14ZM7 7.5V15C7 15.5523 7.44772 16 8 16H16C16.5523 16 17 15.5523 17 15V7.5C17 6.94771 16.5523 6.5 16 6.5L8 6.5C7.44771 6.5 7 6.94772 7 7.5ZM9 4V5.5L15 5.5V4C15 3.44772 14.5523 3 14 3L10 3C9.44772 3 9 3.44772 9 4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 14L3 9C3 8.72386 3.22386 8.5 3.5 8.5C3.77614 8.5 4 8.72386 4 9L4 14C4 14.2761 3.77614 14.5 3.5 14.5C3.22386 14.5 3 14.2761 3 14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 9V14C20 14.2761 20.2239 14.5 20.5 14.5C20.7761 14.5 21 14.2761 21 14V9C21 8.72386 20.7761 8.5 20.5 8.5C20.2239 8.5 20 8.72386 20 9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 15C6 16.1046 6.89543 17 8 17L8 18C8 19.1046 8.89543 20 10 20H11V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V20H14C15.1046 20 16 19.1046 16 18V17C17.1046 17 18 16.1046 18 15V7.5C18 6.39543 17.1046 5.5 16 5.5V4C16 2.89543 15.1046 2 14 2H10C8.89543 2 8 2.89543 8 4V5.5C6.89543 5.5 6 6.39543 6 7.5V15ZM14 19C14.5523 19 15 18.5523 15 18V17H9L9 18C9 18.5523 9.44772 19 10 19H14ZM7 7.5V15C7 15.5523 7.44772 16 8 16H16C16.5523 16 17 15.5523 17 15V7.5C17 6.94771 16.5523 6.5 16 6.5L8 6.5C7.44771 6.5 7 6.94772 7 7.5ZM9 4V5.5L15 5.5V4C15 3.44772 14.5523 3 14 3L10 3C9.44772 3 9 3.44772 9 4Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 9C2 8.17157 2.67157 7.5 3.5 7.5C4.32843 7.5 5 8.17157 5 9L5 14C5 14.8284 4.32843 15.5 3.5 15.5C2.67157 15.5 2 14.8284 2 14V9ZM3 14L3 9C3 8.72386 3.22386 8.5 3.5 8.5C3.77614 8.5 4 8.72386 4 9L4 14C4 14.2761 3.77614 14.5 3.5 14.5C3.22386 14.5 3 14.2761 3 14Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 7.5C19.6716 7.5 19 8.17157 19 9V14C19 14.8284 19.6716 15.5 20.5 15.5C21.3284 15.5 22 14.8284 22 14V9C22 8.17157 21.3284 7.5 20.5 7.5ZM20 9V14C20 14.2761 20.2239 14.5 20.5 14.5C20.7761 14.5 21 14.2761 21 14V9C21 8.72386 20.7761 8.5 20.5 8.5C20.2239 8.5 20 8.72386 20 9Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 19C14.5523 19 15 18.5523 15 18V17H9L9 18C9 18.5523 9.44772 19 10 19H14ZM7 7.5V15C7 15.5523 7.44772 16 8 16H16C16.5523 16 17 15.5523 17 15V7.5C17 6.94771 16.5523 6.5 16 6.5L8 6.5C7.44771 6.5 7 6.94772 7 7.5ZM9 4V5.5L15 5.5V4C15 3.44772 14.5523 3 14 3L10 3C9.44772 3 9 3.44772 9 4Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 14L3 9C3 8.72386 3.22386 8.5 3.5 8.5C3.77614 8.5 4 8.72386 4 9L4 14C4 14.2761 3.77614 14.5 3.5 14.5C3.22386 14.5 3 14.2761 3 14Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 9V14C20 14.2761 20.2239 14.5 20.5 14.5C20.7761 14.5 21 14.2761 21 14V9C21 8.72386 20.7761 8.5 20.5 8.5C20.2239 8.5 20 8.72386 20 9Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-motor-on-vertical",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMotorOnVertical",
          "declaration": {
            "name": "ObiMotorOnVertical",
            "module": "src/icons/icon-motor-on-vertical.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-motor-on-vertical",
          "declaration": {
            "name": "ObiMotorOnVertical",
            "module": "src/icons/icon-motor-on-vertical.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-motor-static-horisontal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMotorStaticHorisontal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 5C7 3.89543 7.89543 3 9 3H16.5C17.6046 3 18.5 3.89543 18.5 5H20C21.1046 5 22 5.89543 22 7V11C22 12.1046 21.1046 13 20 13H18.5C18.5 14.1046 17.6046 15 16.5 15V19H19C19.8284 19 20.5 19.6716 20.5 20.5C20.5 21.3284 19.8284 22 19 22H6.5C5.67157 22 5 21.3284 5 20.5C5 19.6716 5.67157 19 6.5 19H9V15C7.89543 15 7 14.1046 7 13H6C4.89543 13 4 12.1046 4 11V10H2C1.44772 10 1 9.55228 1 9C1 8.44772 1.44772 8 2 8H4V7C4 5.89543 4.89543 5 6 5H7ZM9 4H16.5C17.0523 4 17.5 4.44772 17.5 5V13C17.5 13.5523 17.0523 14 16.5 14H9C8.44772 14 8 13.5523 8 13V5C8 4.44772 8.44772 4 9 4ZM7 6H6C5.44772 6 5 6.44772 5 7V11C5 11.5523 5.44772 12 6 12H7V6ZM18.5 6H20C20.5523 6 21 6.44772 21 7V11C21 11.5523 20.5523 12 20 12H18.5V6ZM15.5 15H10V20H6.5C6.22386 20 6 20.2239 6 20.5C6 20.7761 6.22386 21 6.5 21H19C19.2761 21 19.5 20.7761 19.5 20.5C19.5 20.2239 19.2761 20 19 20H15.5V15Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 4H16.5C17.0523 4 17.5 4.44772 17.5 5V13C17.5 13.5523 17.0523 14 16.5 14H9C8.44772 14 8 13.5523 8 13V5C8 4.44772 8.44772 4 9 4ZM7 6H6C5.44772 6 5 6.44772 5 7V11C5 11.5523 5.44772 12 6 12H7V6ZM18.5 6H20C20.5523 6 21 6.44772 21 7V11C21 11.5523 20.5523 12 20 12H18.5V6ZM15.5 15H10V20H6.5C6.22386 20 6 20.2239 6 20.5C6 20.7761 6.22386 21 6.5 21H19C19.2761 21 19.5 20.7761 19.5 20.5C19.5 20.2239 19.2761 20 19 20H15.5V15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 5C7 3.89543 7.89543 3 9 3H16.5C17.6046 3 18.5 3.89543 18.5 5H20C21.1046 5 22 5.89543 22 7V11C22 12.1046 21.1046 13 20 13H18.5C18.5 14.1046 17.6046 15 16.5 15V19H19C19.8284 19 20.5 19.6716 20.5 20.5C20.5 21.3284 19.8284 22 19 22H6.5C5.67157 22 5 21.3284 5 20.5C5 19.6716 5.67157 19 6.5 19H9V15C7.89543 15 7 14.1046 7 13H6C4.89543 13 4 12.1046 4 11V10H2C1.44772 10 1 9.55228 1 9C1 8.44772 1.44772 8 2 8H4V7C4 5.89543 4.89543 5 6 5H7ZM9 4H16.5C17.0523 4 17.5 4.44772 17.5 5V13C17.5 13.5523 17.0523 14 16.5 14H9C8.44772 14 8 13.5523 8 13V5C8 4.44772 8.44772 4 9 4ZM7 6H6C5.44772 6 5 6.44772 5 7V11C5 11.5523 5.44772 12 6 12H7V6ZM18.5 6H20C20.5523 6 21 6.44772 21 7V11C21 11.5523 20.5523 12 20 12H18.5V6ZM15.5 15H10V20H6.5C6.22386 20 6 20.2239 6 20.5C6 20.7761 6.22386 21 6.5 21H19C19.2761 21 19.5 20.7761 19.5 20.5C19.5 20.2239 19.2761 20 19 20H15.5V15Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 4H16.5C17.0523 4 17.5 4.44772 17.5 5V13C17.5 13.5523 17.0523 14 16.5 14H9C8.44772 14 8 13.5523 8 13V5C8 4.44772 8.44772 4 9 4ZM7 6H6C5.44772 6 5 6.44772 5 7V11C5 11.5523 5.44772 12 6 12H7V6ZM18.5 6H20C20.5523 6 21 6.44772 21 7V11C21 11.5523 20.5523 12 20 12H18.5V6ZM15.5 15H10V20H6.5C6.22386 20 6 20.2239 6 20.5C6 20.7761 6.22386 21 6.5 21H19C19.2761 21 19.5 20.7761 19.5 20.5C19.5 20.2239 19.2761 20 19 20H15.5V15Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-motor-static-horisontal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMotorStaticHorisontal",
          "declaration": {
            "name": "ObiMotorStaticHorisontal",
            "module": "src/icons/icon-motor-static-horisontal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-motor-static-horisontal",
          "declaration": {
            "name": "ObiMotorStaticHorisontal",
            "module": "src/icons/icon-motor-static-horisontal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-motor-static-vertical.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMotorStaticVertical",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 15C6 16.1046 6.89543 17 8 17L8 18C8 19.1046 8.89543 20 10 20H11V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V20H14C15.1046 20 16 19.1046 16 18V17C17.1046 17 18 16.1046 18 15V7.5C18 6.39543 17.1046 5.5 16 5.5V4C16 2.89543 15.1046 2 14 2H10C8.89543 2 8 2.89543 8 4V5.5C6.89543 5.5 6 6.39543 6 7.5V15ZM14 19C14.5523 19 15 18.5523 15 18V17H9L9 18C9 18.5523 9.44772 19 10 19H14ZM7 7.5V15C7 15.5523 7.44772 16 8 16H16C16.5523 16 17 15.5523 17 15V7.5C17 6.94771 16.5523 6.5 16 6.5L8 6.5C7.44771 6.5 7 6.94772 7 7.5ZM9 4V5.5L15 5.5V4C15 3.44772 14.5523 3 14 3L10 3C9.44772 3 9 3.44772 9 4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 9C2 8.17157 2.67157 7.5 3.5 7.5C4.32843 7.5 5 8.17157 5 9L5 14C5 14.8284 4.32843 15.5 3.5 15.5C2.67157 15.5 2 14.8284 2 14V9ZM3 14L3 9C3 8.72386 3.22386 8.5 3.5 8.5C3.77614 8.5 4 8.72386 4 9L4 14C4 14.2761 3.77614 14.5 3.5 14.5C3.22386 14.5 3 14.2761 3 14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 7.5C19.6716 7.5 19 8.17157 19 9V14C19 14.8284 19.6716 15.5 20.5 15.5C21.3284 15.5 22 14.8284 22 14V9C22 8.17157 21.3284 7.5 20.5 7.5ZM20 9V14C20 14.2761 20.2239 14.5 20.5 14.5C20.7761 14.5 21 14.2761 21 14V9C21 8.72386 20.7761 8.5 20.5 8.5C20.2239 8.5 20 8.72386 20 9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 19C14.5523 19 15 18.5523 15 18V17H9L9 18C9 18.5523 9.44772 19 10 19H14ZM7 7.5V15C7 15.5523 7.44772 16 8 16H16C16.5523 16 17 15.5523 17 15V7.5C17 6.94771 16.5523 6.5 16 6.5L8 6.5C7.44771 6.5 7 6.94772 7 7.5ZM9 4V5.5L15 5.5V4C15 3.44772 14.5523 3 14 3L10 3C9.44772 3 9 3.44772 9 4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 14L3 9C3 8.72386 3.22386 8.5 3.5 8.5C3.77614 8.5 4 8.72386 4 9L4 14C4 14.2761 3.77614 14.5 3.5 14.5C3.22386 14.5 3 14.2761 3 14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 9V14C20 14.2761 20.2239 14.5 20.5 14.5C20.7761 14.5 21 14.2761 21 14V9C21 8.72386 20.7761 8.5 20.5 8.5C20.2239 8.5 20 8.72386 20 9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 15C6 16.1046 6.89543 17 8 17L8 18C8 19.1046 8.89543 20 10 20H11V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V20H14C15.1046 20 16 19.1046 16 18V17C17.1046 17 18 16.1046 18 15V7.5C18 6.39543 17.1046 5.5 16 5.5V4C16 2.89543 15.1046 2 14 2H10C8.89543 2 8 2.89543 8 4V5.5C6.89543 5.5 6 6.39543 6 7.5V15ZM14 19C14.5523 19 15 18.5523 15 18V17H9L9 18C9 18.5523 9.44772 19 10 19H14ZM7 7.5V15C7 15.5523 7.44772 16 8 16H16C16.5523 16 17 15.5523 17 15V7.5C17 6.94771 16.5523 6.5 16 6.5L8 6.5C7.44771 6.5 7 6.94772 7 7.5ZM9 4V5.5L15 5.5V4C15 3.44772 14.5523 3 14 3L10 3C9.44772 3 9 3.44772 9 4Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 9C2 8.17157 2.67157 7.5 3.5 7.5C4.32843 7.5 5 8.17157 5 9L5 14C5 14.8284 4.32843 15.5 3.5 15.5C2.67157 15.5 2 14.8284 2 14V9ZM3 14L3 9C3 8.72386 3.22386 8.5 3.5 8.5C3.77614 8.5 4 8.72386 4 9L4 14C4 14.2761 3.77614 14.5 3.5 14.5C3.22386 14.5 3 14.2761 3 14Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 7.5C19.6716 7.5 19 8.17157 19 9V14C19 14.8284 19.6716 15.5 20.5 15.5C21.3284 15.5 22 14.8284 22 14V9C22 8.17157 21.3284 7.5 20.5 7.5ZM20 9V14C20 14.2761 20.2239 14.5 20.5 14.5C20.7761 14.5 21 14.2761 21 14V9C21 8.72386 20.7761 8.5 20.5 8.5C20.2239 8.5 20 8.72386 20 9Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 19C14.5523 19 15 18.5523 15 18V17H9L9 18C9 18.5523 9.44772 19 10 19H14ZM7 7.5V15C7 15.5523 7.44772 16 8 16H16C16.5523 16 17 15.5523 17 15V7.5C17 6.94771 16.5523 6.5 16 6.5L8 6.5C7.44771 6.5 7 6.94772 7 7.5ZM9 4V5.5L15 5.5V4C15 3.44772 14.5523 3 14 3L10 3C9.44772 3 9 3.44772 9 4Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 14L3 9C3 8.72386 3.22386 8.5 3.5 8.5C3.77614 8.5 4 8.72386 4 9L4 14C4 14.2761 3.77614 14.5 3.5 14.5C3.22386 14.5 3 14.2761 3 14Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 9V14C20 14.2761 20.2239 14.5 20.5 14.5C20.7761 14.5 21 14.2761 21 14V9C21 8.72386 20.7761 8.5 20.5 8.5C20.2239 8.5 20 8.72386 20 9Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-motor-static-vertical",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMotorStaticVertical",
          "declaration": {
            "name": "ObiMotorStaticVertical",
            "module": "src/icons/icon-motor-static-vertical.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-motor-static-vertical",
          "declaration": {
            "name": "ObiMotorStaticVertical",
            "module": "src/icons/icon-motor-static-vertical.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-move.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMove",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.35986 13V11H5.85986V8.5L2.35986 12L5.85986 15.5V13H9.35986Z\" fill=\"currentColor\"/> <path d=\"M11.3599 9H13.3599V5.5L15.8599 5.5L12.3599 2L8.85986 5.5L11.3599 5.5V9Z\" fill=\"currentColor\"/> <path d=\"M15.3599 13V11H18.8599V8.5L22.3599 12L18.8599 15.5V13H15.3599Z\" fill=\"currentColor\"/> <path d=\"M11.3599 15H13.3599V18.5H15.8599L12.3599 22L8.85986 18.5H11.3599V15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.35986 13V11H5.85986V8.5L2.35986 12L5.85986 15.5V13H9.35986Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.3599 9H13.3599V5.5L15.8599 5.5L12.3599 2L8.85986 5.5L11.3599 5.5V9Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.3599 13V11H18.8599V8.5L22.3599 12L18.8599 15.5V13H15.3599Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.3599 15H13.3599V18.5H15.8599L12.3599 22L8.85986 18.5H11.3599V15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-move",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMove",
          "declaration": {
            "name": "ObiMove",
            "module": "src/icons/icon-move.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-move",
          "declaration": {
            "name": "ObiMove",
            "module": "src/icons/icon-move.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-msi-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiMsiIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.78947 6.18182H6.84211L9.29825 4L9.78947 6.18182Z\" fill=\"currentColor\"/> <path d=\"M9.05263 6.90909H6.10526L6.59649 9.09091L9.05263 6.90909Z\" fill=\"currentColor\"/> <path d=\"M6.6579 13.4545C6.29971 13.4545 5.99525 13.322 5.74452 13.0568C5.49379 12.7917 5.36842 12.4697 5.36842 12.0909C5.36842 11.7273 5.48662 11.4148 5.72303 11.1534C5.95943 10.892 6.24956 10.7538 6.59342 10.7386C6.7152 10.4659 6.89609 10.2443 7.13608 10.0739C7.37606 9.90341 7.64649 9.81818 7.94737 9.81818C8.32705 9.81818 8.65479 9.94886 8.93059 10.2102C9.2064 10.4716 9.37295 10.7955 9.43026 11.1818C9.73114 11.1818 9.98904 11.2917 10.2039 11.5114C10.4189 11.7311 10.5263 11.9962 10.5263 12.3068C10.5263 12.625 10.4224 12.8958 10.2147 13.1193C10.0069 13.3428 9.75263 13.4545 9.45175 13.4545H6.6579ZM6.6579 12.5455H9.45175C9.50906 12.5455 9.55921 12.5227 9.60219 12.4773C9.64518 12.4318 9.66667 12.3788 9.66667 12.3182C9.66667 12.2576 9.64518 12.2045 9.60219 12.1591C9.55921 12.1136 9.50906 12.0909 9.45175 12.0909H8.69956V11.5227C8.69956 11.303 8.62613 11.1155 8.47928 10.9602C8.33242 10.8049 8.15512 10.7273 7.94737 10.7273C7.73962 10.7273 7.56232 10.8049 7.41546 10.9602C7.2686 11.1155 7.19518 11.303 7.19518 11.5227V11.6364H6.6579C6.53611 11.6364 6.43403 11.6799 6.35164 11.767C6.26926 11.8542 6.22807 11.9621 6.22807 12.0909C6.22807 12.2197 6.26926 12.3277 6.35164 12.4148C6.43403 12.5019 6.53611 12.5455 6.6579 12.5455Z\" fill=\"currentColor\"/> <path d=\"M13.4737 5.45455H19.3684V6.90909H13.4737V5.45455Z\" fill=\"currentColor\"/> <path d=\"M13.4737 17.0909H19.3684V18.5455H13.4737V17.0909Z\" fill=\"currentColor\"/> <path d=\"M13.4737 11.2727H19.3684V12.7273H13.4737V11.2727Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.95695 16.9171L9.57688 15.0815L8.52833 14.7365L7.89781 16.6035L4.63158 15.6364L5.36842 17.8182H4.63158V18.5455H6.47368C6.47368 19.3488 7.13348 20 7.94737 20C8.76126 20 9.42105 19.3488 9.42105 18.5455H12V17.8182L8.95695 16.9171ZM8.31579 18.5455C8.31579 18.7463 8.15084 18.9091 7.94737 18.9091C7.7439 18.9091 7.57895 18.7463 7.57895 18.5455C7.57895 18.3446 7.7439 18.1818 7.94737 18.1818C8.15084 18.1818 8.31579 18.3446 8.31579 18.5455Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8947 3H4.10526C3.52391 3 3.05263 3.44772 3.05263 4V20C3.05263 20.5523 3.52391 21 4.10526 21H19.8947C20.4761 21 20.9474 20.5523 20.9474 20V4C20.9474 3.44772 20.4761 3 19.8947 3ZM4.10526 2C2.94256 2 2 2.89543 2 4V20C2 21.1046 2.94256 22 4.10526 22H19.8947C21.0574 22 22 21.1046 22 20V4C22 2.89543 21.0574 2 19.8947 2H4.10526Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.78947 6.18182H6.84211L9.29825 4L9.78947 6.18182Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.05263 6.90909H6.10526L6.59649 9.09091L9.05263 6.90909Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.6579 13.4545C6.29971 13.4545 5.99525 13.322 5.74452 13.0568C5.49379 12.7917 5.36842 12.4697 5.36842 12.0909C5.36842 11.7273 5.48662 11.4148 5.72303 11.1534C5.95943 10.892 6.24956 10.7538 6.59342 10.7386C6.7152 10.4659 6.89609 10.2443 7.13608 10.0739C7.37606 9.90341 7.64649 9.81818 7.94737 9.81818C8.32705 9.81818 8.65479 9.94886 8.93059 10.2102C9.2064 10.4716 9.37295 10.7955 9.43026 11.1818C9.73114 11.1818 9.98904 11.2917 10.2039 11.5114C10.4189 11.7311 10.5263 11.9962 10.5263 12.3068C10.5263 12.625 10.4224 12.8958 10.2147 13.1193C10.0069 13.3428 9.75263 13.4545 9.45175 13.4545H6.6579ZM6.6579 12.5455H9.45175C9.50906 12.5455 9.55921 12.5227 9.60219 12.4773C9.64518 12.4318 9.66667 12.3788 9.66667 12.3182C9.66667 12.2576 9.64518 12.2045 9.60219 12.1591C9.55921 12.1136 9.50906 12.0909 9.45175 12.0909H8.69956V11.5227C8.69956 11.303 8.62613 11.1155 8.47928 10.9602C8.33242 10.8049 8.15512 10.7273 7.94737 10.7273C7.73962 10.7273 7.56232 10.8049 7.41546 10.9602C7.2686 11.1155 7.19518 11.303 7.19518 11.5227V11.6364H6.6579C6.53611 11.6364 6.43403 11.6799 6.35164 11.767C6.26926 11.8542 6.22807 11.9621 6.22807 12.0909C6.22807 12.2197 6.26926 12.3277 6.35164 12.4148C6.43403 12.5019 6.53611 12.5455 6.6579 12.5455Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.4737 5.45455H19.3684V6.90909H13.4737V5.45455Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.4737 17.0909H19.3684V18.5455H13.4737V17.0909Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.4737 11.2727H19.3684V12.7273H13.4737V11.2727Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.95695 16.9171L9.57688 15.0815L8.52833 14.7365L7.89781 16.6035L4.63158 15.6364L5.36842 17.8182H4.63158V18.5455H6.47368C6.47368 19.3488 7.13348 20 7.94737 20C8.76126 20 9.42105 19.3488 9.42105 18.5455H12V17.8182L8.95695 16.9171ZM8.31579 18.5455C8.31579 18.7463 8.15084 18.9091 7.94737 18.9091C7.7439 18.9091 7.57895 18.7463 7.57895 18.5455C7.57895 18.3446 7.7439 18.1818 7.94737 18.1818C8.15084 18.1818 8.31579 18.3446 8.31579 18.5455Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8947 3H4.10526C3.52391 3 3.05263 3.44772 3.05263 4V20C3.05263 20.5523 3.52391 21 4.10526 21H19.8947C20.4761 21 20.9474 20.5523 20.9474 20V4C20.9474 3.44772 20.4761 3 19.8947 3ZM4.10526 2C2.94256 2 2 2.89543 2 4V20C2 21.1046 2.94256 22 4.10526 22H19.8947C21.0574 22 22 21.1046 22 20V4C22 2.89543 21.0574 2 19.8947 2H4.10526Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-msi-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiMsiIec",
          "declaration": {
            "name": "ObiMsiIec",
            "module": "src/icons/icon-msi-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-msi-iec",
          "declaration": {
            "name": "ObiMsiIec",
            "module": "src/icons/icon-msi-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-navigation-route.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiNavigationRoute",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.1961 12.8039C10.2557 12.8623 9.3344 13.2514 8.61784 13.9679L4.46376 18.122L5.87797 19.5362L10.0321 15.3822C10.7486 14.6656 11.1377 13.7443 11.1961 12.8039ZM13 11C10.9983 10.4654 8.774 10.9834 7.20363 12.5537L1.63533 18.122L5.87797 22.3647L11.4463 16.7964C13.0166 15.226 13.5346 13.0017 13 11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.4573 8.95719L14.9573 10.4572L13.5431 9.04298L15.0431 7.54298L16.4573 8.95719ZM19.4573 5.95719L17.9573 7.45719L16.5431 6.04298L18.0431 4.54297L19.4573 5.95719ZM22.4573 2.95718L20.9573 4.45718L19.5431 3.04297L21.0431 1.54297L22.4573 2.95718Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.1961 12.8039C10.2557 12.8623 9.3344 13.2514 8.61784 13.9679L4.46376 18.122L5.87797 19.5362L10.0321 15.3822C10.7486 14.6656 11.1377 13.7443 11.1961 12.8039ZM13 11C10.9983 10.4654 8.774 10.9834 7.20363 12.5537L1.63533 18.122L5.87797 22.3647L11.4463 16.7964C13.0166 15.226 13.5346 13.0017 13 11Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.4573 8.95719L14.9573 10.4572L13.5431 9.04298L15.0431 7.54298L16.4573 8.95719ZM19.4573 5.95719L17.9573 7.45719L16.5431 6.04298L18.0431 4.54297L19.4573 5.95719ZM22.4573 2.95718L20.9573 4.45718L19.5431 3.04297L21.0431 1.54297L22.4573 2.95718Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-navigation-route",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiNavigationRoute",
          "declaration": {
            "name": "ObiNavigationRoute",
            "module": "src/icons/icon-navigation-route.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-navigation-route",
          "declaration": {
            "name": "ObiNavigationRoute",
            "module": "src/icons/icon-navigation-route.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-note-edit-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiNoteEditProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 13V11H13V13H3ZM3 9V7H17V9H3ZM3 5V3H17V5H3ZM11 21V17.925L18.025 10.925C18.175 10.775 18.3417 10.6667 18.525 10.6C18.7083 10.5333 18.8917 10.5 19.075 10.5C19.275 10.5 19.4667 10.5375 19.65 10.6125C19.8333 10.6875 20 10.8 20.15 10.95L21.075 11.875C21.2083 12.025 21.3125 12.1917 21.3875 12.375C21.4625 12.5583 21.5 12.7417 21.5 12.925C21.5 13.1083 21.4667 13.2958 21.4 13.4875C21.3333 13.6792 21.225 13.85 21.075 14L14.075 21H11ZM12.5 19.5H13.45L17.975 14.95L17.525 14.475L17.05 14.025L12.5 18.55V19.5ZM17.525 14.475L17.05 14.025L17.975 14.95L17.525 14.475Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 13V11H13V13H3ZM3 9V7H17V9H3ZM3 5V3H17V5H3ZM11 21V17.925L18.025 10.925C18.175 10.775 18.3417 10.6667 18.525 10.6C18.7083 10.5333 18.8917 10.5 19.075 10.5C19.275 10.5 19.4667 10.5375 19.65 10.6125C19.8333 10.6875 20 10.8 20.15 10.95L21.075 11.875C21.2083 12.025 21.3125 12.1917 21.3875 12.375C21.4625 12.5583 21.5 12.7417 21.5 12.925C21.5 13.1083 21.4667 13.2958 21.4 13.4875C21.3333 13.6792 21.225 13.85 21.075 14L14.075 21H11ZM12.5 19.5H13.45L17.975 14.95L17.525 14.475L17.05 14.025L12.5 18.55V19.5ZM17.525 14.475L17.05 14.025L17.975 14.95L17.525 14.475Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-note-edit-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiNoteEditProposal",
          "declaration": {
            "name": "ObiNoteEditProposal",
            "module": "src/icons/icon-note-edit-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-note-edit-proposal",
          "declaration": {
            "name": "ObiNoteEditProposal",
            "module": "src/icons/icon-note-edit-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-notification-advice-active.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiNotificationAdviceActive",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 19C2.89543 19 2 18.1046 2 17V5C2 3.89543 2.89543 3 4 3H20C21.1046 3 22 3.89543 22 5V17C22 18.1046 21.1046 19 20 19H15L12 22L9 19H4ZM11.9999 13.5759L9.32009 15.1495C8.93971 15.3728 8.47753 15.03 8.58083 14.6012L9.28416 11.6815L6.93972 9.7184C6.5962 9.43075 6.77528 8.87125 7.22199 8.83654L10.3263 8.59537L11.5414 5.80017C11.7157 5.39929 12.2842 5.39929 12.4585 5.80017L13.6736 8.59537L16.7779 8.83654C17.2246 8.87125 17.4037 9.43075 17.0602 9.7184L14.7157 11.6815L15.4191 14.6012C15.5224 15.03 15.0602 15.3728 14.6798 15.1495L11.9999 13.5759Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 19C2.89543 19 2 18.1046 2 17V5C2 3.89543 2.89543 3 4 3H20C21.1046 3 22 3.89543 22 5V17C22 18.1046 21.1046 19 20 19H15L12 22L9 19H4ZM11.9999 13.5759L9.32009 15.1495C8.93971 15.3728 8.47753 15.03 8.58083 14.6012L9.28416 11.6815L6.93972 9.7184C6.5962 9.43075 6.77528 8.87125 7.22199 8.83654L10.3263 8.59537L11.5414 5.80017C11.7157 5.39929 12.2842 5.39929 12.4585 5.80017L13.6736 8.59537L16.7779 8.83654C17.2246 8.87125 17.4037 9.43075 17.0602 9.7184L14.7157 11.6815L15.4191 14.6012C15.5224 15.03 15.0602 15.3728 14.6798 15.1495L11.9999 13.5759Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-notification-advice-active",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiNotificationAdviceActive",
          "declaration": {
            "name": "ObiNotificationAdviceActive",
            "module": "src/icons/icon-notification-advice-active.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-notification-advice-active",
          "declaration": {
            "name": "ObiNotificationAdviceActive",
            "module": "src/icons/icon-notification-advice-active.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-notification-advice.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiNotificationAdvice",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 19L12 22L15 19H20C21.1046 19 22 18.1046 22 17V5C22 3.89543 21.1046 3 20 3H4C2.89543 3 2 3.89543 2 5V17C2 18.1046 2.89543 19 4 19H9ZM12 19.1716L14.1716 17H20V5H4L4 17H9.82843L12 19.1716Z\" fill=\"currentColor\"/> <path d=\"M9.73374 14.6603L11.9999 13.3297L14.2661 14.6603C14.5878 14.8492 14.9786 14.5593 14.8912 14.1967L14.2965 11.7277L16.279 10.0676C16.5695 9.82438 16.4181 9.35125 16.0403 9.32191L13.4152 9.11796L12.3877 6.75425C12.2403 6.41525 11.7595 6.41525 11.6122 6.75425L10.5846 9.11796L7.95951 9.32191C7.58176 9.35125 7.43032 9.82438 7.72082 10.0676L9.70335 11.7277L9.10859 14.1967C9.02124 14.5593 9.41208 14.8492 9.73374 14.6603Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 19L12 22L15 19H20C21.1046 19 22 18.1046 22 17V5C22 3.89543 21.1046 3 20 3H4C2.89543 3 2 3.89543 2 5V17C2 18.1046 2.89543 19 4 19H9ZM12 19.1716L14.1716 17H20V5H4L4 17H9.82843L12 19.1716Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.73374 14.6603L11.9999 13.3297L14.2661 14.6603C14.5878 14.8492 14.9786 14.5593 14.8912 14.1967L14.2965 11.7277L16.279 10.0676C16.5695 9.82438 16.4181 9.35125 16.0403 9.32191L13.4152 9.11796L12.3877 6.75425C12.2403 6.41525 11.7595 6.41525 11.6122 6.75425L10.5846 9.11796L7.95951 9.32191C7.58176 9.35125 7.43032 9.82438 7.72082 10.0676L9.70335 11.7277L9.10859 14.1967C9.02124 14.5593 9.41208 14.8492 9.73374 14.6603Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-notification-advice",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiNotificationAdvice",
          "declaration": {
            "name": "ObiNotificationAdvice",
            "module": "src/icons/icon-notification-advice.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-notification-advice",
          "declaration": {
            "name": "ObiNotificationAdvice",
            "module": "src/icons/icon-notification-advice.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-notification-filled.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiNotificationFilled",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 3C2.89543 3 2 3.89543 2 5V17C2 18.1046 2.89543 19 4 19H9L12 22L15 19H20C21.1046 19 22 18.1046 22 17V5C22 3.89543 21.1046 3 20 3H4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 3C2.89543 3 2 3.89543 2 5V17C2 18.1046 2.89543 19 4 19H9L12 22L15 19H20C21.1046 19 22 18.1046 22 17V5C22 3.89543 21.1046 3 20 3H4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-notification-filled",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiNotificationFilled",
          "declaration": {
            "name": "ObiNotificationFilled",
            "module": "src/icons/icon-notification-filled.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-notification-filled",
          "declaration": {
            "name": "ObiNotificationFilled",
            "module": "src/icons/icon-notification-filled.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-notification.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiNotification",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.1716 17H20V5H4V17H9.82843L12 19.1716L14.1716 17ZM12 22L9 19H5.2C4.0799 19 3.51984 19 3.09202 18.782C2.71569 18.5903 2.40973 18.2843 2.21799 17.908C2 17.4802 2 16.9201 2 15.8V6.2C2 5.0799 2 4.51984 2.21799 4.09202C2.40973 3.71569 2.71569 3.40973 3.09202 3.21799C3.51984 3 4.0799 3 5.2 3H18.8C19.9201 3 20.4802 3 20.908 3.21799C21.2843 3.40973 21.5903 3.71569 21.782 4.09202C22 4.51984 22 5.08008 22 6.20055V15.7994C22 16.9199 22 17.4802 21.782 17.908C21.5903 18.2843 21.2843 18.5903 20.908 18.782C20.4802 19 19.9201 19 18.8 19H15L12 22Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.1716 17H20V5H4V17H9.82843L12 19.1716L14.1716 17ZM12 22L9 19H5.2C4.0799 19 3.51984 19 3.09202 18.782C2.71569 18.5903 2.40973 18.2843 2.21799 17.908C2 17.4802 2 16.9201 2 15.8V6.2C2 5.0799 2 4.51984 2.21799 4.09202C2.40973 3.71569 2.71569 3.40973 3.09202 3.21799C3.51984 3 4.0799 3 5.2 3H18.8C19.9201 3 20.4802 3 20.908 3.21799C21.2843 3.40973 21.5903 3.71569 21.782 4.09202C22 4.51984 22 5.08008 22 6.20055V15.7994C22 16.9199 22 17.4802 21.782 17.908C21.5903 18.2843 21.2843 18.5903 20.908 18.782C20.4802 19 19.9201 19 18.8 19H15L12 22Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-notification",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiNotification",
          "declaration": {
            "name": "ObiNotification",
            "module": "src/icons/icon-notification.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-notification",
          "declaration": {
            "name": "ObiNotification",
            "module": "src/icons/icon-notification.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-notunderway.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiNotunderway",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.10051 5L5 9.10051V14.8995L9.1005 19H14.8995L19 14.8995V9.10051L14.8995 5H9.10051ZM15.7279 3H8.27208L3 8.27208V15.7279L8.27208 21H15.7279L21 15.7279V8.27208L15.7279 3Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.10051 5L5 9.10051V14.8995L9.1005 19H14.8995L19 14.8995V9.10051L14.8995 5H9.10051ZM15.7279 3H8.27208L3 8.27208V15.7279L8.27208 21H15.7279L21 15.7279V8.27208L15.7279 3Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-notunderway",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiNotunderway",
          "declaration": {
            "name": "ObiNotunderway",
            "module": "src/icons/icon-notunderway.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-notunderway",
          "declaration": {
            "name": "ObiNotunderway",
            "module": "src/icons/icon-notunderway.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-object-derelict.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiObjectDerelict",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21 5C19.97 5 18.94 4.75 18 4.25C16.11 5.25 13.89 5.25 12 4.25C10.11 5.25 7.89 5.25 6 4.25C5.05 4.75 4.03 5 3 5H2V3.5H3C3.68364 3.5 4.36195 3.34876 5.01151 3.06049C5.31146 2.93129 6 2.5 6 2.5C6 2.5 6.6857 2.92801 6.98565 3.05721C8.27971 3.61549 9.71724 3.61467 11.0115 3.05721C11.3115 2.92801 12 2.5 12 2.5C12 2.5 12.6885 2.92801 12.9885 3.05721C14.2809 3.61385 15.7161 3.61426 17.0086 3.05844C17.3086 2.92924 17.9994 2.50733 17.9994 2.50733C17.9994 2.50733 18.6879 2.93533 18.9878 3.06453C19.6348 3.35018 20.3196 3.5 21 3.5H22V5H21Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.81185 13.9659C5.9548 13.4324 6.50312 13.1159 7.03659 13.2588L18.6277 16.3646C19.1612 16.5076 19.4778 17.0559 19.3348 17.5894L18.6889 20H22V22H2V20H4.22483C4.22649 19.9211 4.23759 19.8411 4.25893 19.7615L5.81185 13.9659ZM12.4772 20H10.4067L11.3486 16.4848L13.2804 17.0024L12.4772 20ZM14.5478 20H16.6183L17.1441 18.0377L15.2123 17.52L14.5478 20ZM6.4496 19.3132L7.48488 15.4495L9.41673 15.9671L8.38146 19.8308L6.4496 19.3132Z\" fill=\"currentColor\"/> <path d=\"M18.8556 9.4296L20.3781 8.41459C20.5801 8.27991 20.6811 8.21257 20.7649 8.21757C20.8379 8.22193 20.9053 8.25801 20.9494 8.3163C21 8.38322 21 8.50462 21 8.74741V11.2526C21 11.4954 21 11.6168 20.9494 11.6837C20.9053 11.742 20.8379 11.7781 20.7649 11.7824C20.6811 11.7874 20.5801 11.7201 20.3781 11.5854L18.8556 10.5704C17.863 11.5942 16.6652 12.009 15.5 11.9966C14.1173 11.982 12.7804 11.3658 11.8869 10.4519C11.7651 10.3273 11.7042 10.265 11.6682 10.1524C11.642 10.0707 11.642 9.92934 11.6682 9.84765C11.7042 9.73503 11.7651 9.67273 11.8869 9.54813C12.7804 8.63417 14.1173 8.01799 15.5 8.00335C16.6652 7.99102 17.863 8.40584 18.8556 9.4296Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21 5C19.97 5 18.94 4.75 18 4.25C16.11 5.25 13.89 5.25 12 4.25C10.11 5.25 7.89 5.25 6 4.25C5.05 4.75 4.03 5 3 5H2V3.5H3C3.68364 3.5 4.36195 3.34876 5.01151 3.06049C5.31146 2.93129 6 2.5 6 2.5C6 2.5 6.6857 2.92801 6.98565 3.05721C8.27971 3.61549 9.71724 3.61467 11.0115 3.05721C11.3115 2.92801 12 2.5 12 2.5C12 2.5 12.6885 2.92801 12.9885 3.05721C14.2809 3.61385 15.7161 3.61426 17.0086 3.05844C17.3086 2.92924 17.9994 2.50733 17.9994 2.50733C17.9994 2.50733 18.6879 2.93533 18.9878 3.06453C19.6348 3.35018 20.3196 3.5 21 3.5H22V5H21Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.81185 13.9659C5.9548 13.4324 6.50312 13.1159 7.03659 13.2588L18.6277 16.3646C19.1612 16.5076 19.4778 17.0559 19.3348 17.5894L18.6889 20H22V22H2V20H4.22483C4.22649 19.9211 4.23759 19.8411 4.25893 19.7615L5.81185 13.9659ZM12.4772 20H10.4067L11.3486 16.4848L13.2804 17.0024L12.4772 20ZM14.5478 20H16.6183L17.1441 18.0377L15.2123 17.52L14.5478 20ZM6.4496 19.3132L7.48488 15.4495L9.41673 15.9671L8.38146 19.8308L6.4496 19.3132Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.8556 9.4296L20.3781 8.41459C20.5801 8.27991 20.6811 8.21257 20.7649 8.21757C20.8379 8.22193 20.9053 8.25801 20.9494 8.3163C21 8.38322 21 8.50462 21 8.74741V11.2526C21 11.4954 21 11.6168 20.9494 11.6837C20.9053 11.742 20.8379 11.7781 20.7649 11.7824C20.6811 11.7874 20.5801 11.7201 20.3781 11.5854L18.8556 10.5704C17.863 11.5942 16.6652 12.009 15.5 11.9966C14.1173 11.982 12.7804 11.3658 11.8869 10.4519C11.7651 10.3273 11.7042 10.265 11.6682 10.1524C11.642 10.0707 11.642 9.92934 11.6682 9.84765C11.7042 9.73503 11.7651 9.67273 11.8869 9.54813C12.7804 8.63417 14.1173 8.01799 15.5 8.00335C16.6652 7.99102 17.863 8.40584 18.8556 9.4296Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-object-derelict",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiObjectDerelict",
          "declaration": {
            "name": "ObiObjectDerelict",
            "module": "src/icons/icon-object-derelict.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-object-derelict",
          "declaration": {
            "name": "ObiObjectDerelict",
            "module": "src/icons/icon-object-derelict.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-object-flotsam.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiObjectFlotsam",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21 17C19.97 17 18.94 16.75 18 16.25C16.11 17.25 13.89 17.25 12 16.25C10.11 17.25 7.89 17.25 6 16.25C5.05 16.75 4.03 17 3 17H2V15.5H3C3.68364 15.5 4.36195 15.3488 5.01151 15.0605C5.31146 14.9313 6 14.5 6 14.5C6 14.5 6.6857 14.928 6.98565 15.0572C8.27971 15.6155 9.71724 15.6147 11.0115 15.0572C11.3115 14.928 12 14.5 12 14.5C12 14.5 12.6885 14.928 12.9885 15.0572C14.2809 15.6139 15.7161 15.6143 17.0086 15.0585C17.3086 14.9293 17.9994 14.5074 17.9994 14.5074C17.9994 14.5074 18.6879 14.9354 18.9878 15.0646C19.6348 15.3502 20.3196 15.5 21 15.5H22V17H21Z\" fill=\"currentColor\"/> <path d=\"M7.3019 7.54751C6.76842 7.40456 6.2201 7.72113 6.07715 8.25461L4.61301 13.7189C4.7469 13.6718 4.8798 13.619 5.01152 13.5605C5.31147 13.4313 6.00001 13 6.00001 13C6.00001 13 6.42939 13.2681 6.75723 13.4439L7.75019 9.73818L9.68204 10.2558L8.68788 13.9661C9.417 14.0112 10.1524 13.8969 10.8502 13.6236L11.6139 10.7735L13.5457 11.2911L12.9439 13.5372C12.9595 13.5445 12.9745 13.5512 12.9885 13.5572C13.6028 13.8218 14.2493 13.9607 14.8974 13.974L15.4776 11.8087L17.4094 12.3264L17.0892 13.5214C17.4167 13.3633 17.9994 13.0074 17.9994 13.0074C17.9994 13.0074 18.6879 13.4354 18.9879 13.5646C19.0357 13.5857 19.0837 13.606 19.1319 13.6257L19.6001 11.8781C19.7431 11.3446 19.4265 10.7963 18.893 10.6533L7.3019 7.54751Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21 17C19.97 17 18.94 16.75 18 16.25C16.11 17.25 13.89 17.25 12 16.25C10.11 17.25 7.89 17.25 6 16.25C5.05 16.75 4.03 17 3 17H2V15.5H3C3.68364 15.5 4.36195 15.3488 5.01151 15.0605C5.31146 14.9313 6 14.5 6 14.5C6 14.5 6.6857 14.928 6.98565 15.0572C8.27971 15.6155 9.71724 15.6147 11.0115 15.0572C11.3115 14.928 12 14.5 12 14.5C12 14.5 12.6885 14.928 12.9885 15.0572C14.2809 15.6139 15.7161 15.6143 17.0086 15.0585C17.3086 14.9293 17.9994 14.5074 17.9994 14.5074C17.9994 14.5074 18.6879 14.9354 18.9878 15.0646C19.6348 15.3502 20.3196 15.5 21 15.5H22V17H21Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.3019 7.54751C6.76842 7.40456 6.2201 7.72113 6.07715 8.25461L4.61301 13.7189C4.7469 13.6718 4.8798 13.619 5.01152 13.5605C5.31147 13.4313 6.00001 13 6.00001 13C6.00001 13 6.42939 13.2681 6.75723 13.4439L7.75019 9.73818L9.68204 10.2558L8.68788 13.9661C9.417 14.0112 10.1524 13.8969 10.8502 13.6236L11.6139 10.7735L13.5457 11.2911L12.9439 13.5372C12.9595 13.5445 12.9745 13.5512 12.9885 13.5572C13.6028 13.8218 14.2493 13.9607 14.8974 13.974L15.4776 11.8087L17.4094 12.3264L17.0892 13.5214C17.4167 13.3633 17.9994 13.0074 17.9994 13.0074C17.9994 13.0074 18.6879 13.4354 18.9879 13.5646C19.0357 13.5857 19.0837 13.606 19.1319 13.6257L19.6001 11.8781C19.7431 11.3446 19.4265 10.7963 18.893 10.6533L7.3019 7.54751Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-object-flotsam",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiObjectFlotsam",
          "declaration": {
            "name": "ObiObjectFlotsam",
            "module": "src/icons/icon-object-flotsam.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-object-flotsam",
          "declaration": {
            "name": "ObiObjectFlotsam",
            "module": "src/icons/icon-object-flotsam.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-object-jetsam.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiObjectJetsam",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5608 8.65689C10.1702 8.26636 9.53709 8.26635 9.14655 8.65689L4.90391 12.8995C4.51337 13.2901 4.51339 13.9232 4.90391 14.3137L7.25475 16.6646C8.22052 17.0188 9.25329 17.0703 10.2388 16.8202L9.85366 16.4351L12.6821 13.6066L14.0963 15.0208L12.7036 16.4136C12.8118 16.4728 12.9126 16.5246 12.9885 16.5573C13.6259 16.8318 14.298 16.971 14.9706 16.975L15.5105 16.4351L15.9583 16.8828C16.3149 16.8136 16.6668 16.7055 17.0087 16.5585C17.2575 16.4513 17.7752 16.1427 17.9445 16.0407L10.5608 8.65689ZM11.2679 12.1924L9.85366 10.7782L7.02523 13.6066L8.43944 15.0208L11.2679 12.1924Z\" fill=\"currentColor\"/> <path d=\"M4.19693 3.70703L7.73246 7.24257L6.31825 8.65678L2.78271 5.12124L4.19693 3.70703Z\" fill=\"currentColor\"/> <path d=\"M2.78262 7.94971L4.90394 10.071L3.48973 11.4852L1.36841 9.36392L2.78262 7.94971Z\" fill=\"currentColor\"/> <path d=\"M18 19.25C18.94 19.75 19.97 20 21 20H22V18.5H21C20.3196 18.5 19.6348 18.3502 18.9878 18.0645C18.6879 17.9353 17.9994 17.5073 17.9994 17.5073C17.9994 17.5073 17.3086 17.9292 17.0086 18.0584C15.7161 18.6143 14.2809 18.6139 12.9885 18.0572C12.6885 17.928 12 17.5 12 17.5C12 17.5 11.3115 17.928 11.0115 18.0572C9.71724 18.6147 8.27971 18.6155 6.98565 18.0572C6.6857 17.928 6 17.5 6 17.5C6 17.5 5.31146 17.9313 5.01151 18.0605C4.36195 18.3488 3.68364 18.5 3 18.5H2V20H3C4.03 20 5.05 19.75 6 19.25C7.89 20.25 10.11 20.25 12 19.25C13.89 20.25 16.11 20.25 18 19.25Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5608 8.65689C10.1702 8.26636 9.53709 8.26635 9.14655 8.65689L4.90391 12.8995C4.51337 13.2901 4.51339 13.9232 4.90391 14.3137L7.25475 16.6646C8.22052 17.0188 9.25329 17.0703 10.2388 16.8202L9.85366 16.4351L12.6821 13.6066L14.0963 15.0208L12.7036 16.4136C12.8118 16.4728 12.9126 16.5246 12.9885 16.5573C13.6259 16.8318 14.298 16.971 14.9706 16.975L15.5105 16.4351L15.9583 16.8828C16.3149 16.8136 16.6668 16.7055 17.0087 16.5585C17.2575 16.4513 17.7752 16.1427 17.9445 16.0407L10.5608 8.65689ZM11.2679 12.1924L9.85366 10.7782L7.02523 13.6066L8.43944 15.0208L11.2679 12.1924Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.19693 3.70703L7.73246 7.24257L6.31825 8.65678L2.78271 5.12124L4.19693 3.70703Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.78262 7.94971L4.90394 10.071L3.48973 11.4852L1.36841 9.36392L2.78262 7.94971Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 19.25C18.94 19.75 19.97 20 21 20H22V18.5H21C20.3196 18.5 19.6348 18.3502 18.9878 18.0645C18.6879 17.9353 17.9994 17.5073 17.9994 17.5073C17.9994 17.5073 17.3086 17.9292 17.0086 18.0584C15.7161 18.6143 14.2809 18.6139 12.9885 18.0572C12.6885 17.928 12 17.5 12 17.5C12 17.5 11.3115 17.928 11.0115 18.0572C9.71724 18.6147 8.27971 18.6155 6.98565 18.0572C6.6857 17.928 6 17.5 6 17.5C6 17.5 5.31146 17.9313 5.01151 18.0605C4.36195 18.3488 3.68364 18.5 3 18.5H2V20H3C4.03 20 5.05 19.75 6 19.25C7.89 20.25 10.11 20.25 12 19.25C13.89 20.25 16.11 20.25 18 19.25Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-object-jetsam",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiObjectJetsam",
          "declaration": {
            "name": "ObiObjectJetsam",
            "module": "src/icons/icon-object-jetsam.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-object-jetsam",
          "declaration": {
            "name": "ObiObjectJetsam",
            "module": "src/icons/icon-object-jetsam.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-object-lagan.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiObjectLagan",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10H11V12.3208L7.03648 11.2588C6.50301 11.1159 5.95469 11.4324 5.81174 11.9659L4.25882 17.7615C4.11588 18.295 4.43247 18.8433 4.96593 18.9862L16.557 22.0921C17.0905 22.235 17.6388 21.9184 17.7818 21.3849L19.3347 15.5894C19.4776 15.0559 19.1611 14.5076 18.6276 14.3646L13 12.8567V10ZM7.48477 13.4495L6.44949 17.3132L8.38135 17.8308L9.41662 13.9671L7.48477 13.4495ZM12.245 18.8661L10.3132 18.3485L11.3485 14.4848L13.2803 15.0024L12.245 18.8661ZM14.1769 19.3837L16.1088 19.9014L17.144 16.0377L15.2122 15.52L14.1769 19.3837Z\" fill=\"currentColor\"/> <path d=\"M11 2H16V5H13V7.06215C14.2894 7.61385 15.7199 7.61261 17.0086 7.05844C17.3086 6.92924 17.9994 6.50733 17.9994 6.50733C17.9994 6.50733 18.6879 6.93533 18.9878 7.06453C19.6348 7.35018 20.3196 7.5 21 7.5H22V9H21C19.97 9 18.94 8.75 18 8.25C16.11 9.25 13.89 9.25 12 8.25C10.11 9.25 7.89 9.25 6 8.25C5.05 8.75 4.03 9 3 9H2V7.5H3C3.68364 7.5 4.36195 7.34876 5.01151 7.06049C5.31146 6.93129 6 6.5 6 6.5C6 6.5 6.6857 6.92801 6.98565 7.05721C8.27588 7.61383 9.70872 7.61467 11 7.06215V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10H11V12.3208L7.03648 11.2588C6.50301 11.1159 5.95469 11.4324 5.81174 11.9659L4.25882 17.7615C4.11588 18.295 4.43247 18.8433 4.96593 18.9862L16.557 22.0921C17.0905 22.235 17.6388 21.9184 17.7818 21.3849L19.3347 15.5894C19.4776 15.0559 19.1611 14.5076 18.6276 14.3646L13 12.8567V10ZM7.48477 13.4495L6.44949 17.3132L8.38135 17.8308L9.41662 13.9671L7.48477 13.4495ZM12.245 18.8661L10.3132 18.3485L11.3485 14.4848L13.2803 15.0024L12.245 18.8661ZM14.1769 19.3837L16.1088 19.9014L17.144 16.0377L15.2122 15.52L14.1769 19.3837Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 2H16V5H13V7.06215C14.2894 7.61385 15.7199 7.61261 17.0086 7.05844C17.3086 6.92924 17.9994 6.50733 17.9994 6.50733C17.9994 6.50733 18.6879 6.93533 18.9878 7.06453C19.6348 7.35018 20.3196 7.5 21 7.5H22V9H21C19.97 9 18.94 8.75 18 8.25C16.11 9.25 13.89 9.25 12 8.25C10.11 9.25 7.89 9.25 6 8.25C5.05 8.75 4.03 9 3 9H2V7.5H3C3.68364 7.5 4.36195 7.34876 5.01151 7.06049C5.31146 6.93129 6 6.5 6 6.5C6 6.5 6.6857 6.92801 6.98565 7.05721C8.27588 7.61383 9.70872 7.61467 11 7.06215V2Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-object-lagan",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiObjectLagan",
          "declaration": {
            "name": "ObiObjectLagan",
            "module": "src/icons/icon-object-lagan.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-object-lagan",
          "declaration": {
            "name": "ObiObjectLagan",
            "module": "src/icons/icon-object-lagan.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-off-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiOffIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0002 20C16.4185 20 20.0002 16.4183 20.0002 12C20.0002 7.58172 16.4185 4 12.0002 4C7.58197 4 4.00024 7.58172 4.00024 12C4.00024 16.4183 7.58197 20 12.0002 20ZM12.0002 22C17.5231 22 22.0002 17.5228 22.0002 12C22.0002 6.47715 17.5231 2 12.0002 2C6.4774 2 2.00024 6.47715 2.00024 12C2.00024 17.5228 6.4774 22 12.0002 22Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0002 20C16.4185 20 20.0002 16.4183 20.0002 12C20.0002 7.58172 16.4185 4 12.0002 4C7.58197 4 4.00024 7.58172 4.00024 12C4.00024 16.4183 7.58197 20 12.0002 20ZM12.0002 22C17.5231 22 22.0002 17.5228 22.0002 12C22.0002 6.47715 17.5231 2 12.0002 2C6.4774 2 2.00024 6.47715 2.00024 12C2.00024 17.5228 6.4774 22 12.0002 22Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-off-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiOffIec",
          "declaration": {
            "name": "ObiOffIec",
            "module": "src/icons/icon-off-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-off-iec",
          "declaration": {
            "name": "ObiOffIec",
            "module": "src/icons/icon-off-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z\" fill=\"currentColor\"/> <path d=\"M8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiOff",
          "declaration": {
            "name": "ObiOff",
            "module": "src/icons/icon-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-off",
          "declaration": {
            "name": "ObiOff",
            "module": "src/icons/icon-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-on-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiOnIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.0002 14C13.1048 14 14.0002 13.1046 14.0002 12C14.0002 10.8954 13.1048 10 12.0002 10C10.8957 10 10.0002 10.8954 10.0002 12C10.0002 13.1046 10.8957 14 12.0002 14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0002 12C22.0002 17.5228 17.5231 22 12.0002 22C6.4774 22 2.00024 17.5228 2.00024 12C2.00024 6.47715 6.4774 2 12.0002 2C17.5231 2 22.0002 6.47715 22.0002 12ZM20.0002 12C20.0002 16.4183 16.4185 20 12.0002 20C7.58197 20 4.00024 16.4183 4.00024 12C4.00024 7.58172 7.58197 4 12.0002 4C16.4185 4 20.0002 7.58172 20.0002 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.0002 14C13.1048 14 14.0002 13.1046 14.0002 12C14.0002 10.8954 13.1048 10 12.0002 10C10.8957 10 10.0002 10.8954 10.0002 12C10.0002 13.1046 10.8957 14 12.0002 14Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0002 12C22.0002 17.5228 17.5231 22 12.0002 22C6.4774 22 2.00024 17.5228 2.00024 12C2.00024 6.47715 6.4774 2 12.0002 2C17.5231 2 22.0002 6.47715 22.0002 12ZM20.0002 12C20.0002 16.4183 16.4185 20 12.0002 20C7.58197 20 4.00024 16.4183 4.00024 12C4.00024 7.58172 7.58197 4 12.0002 4C16.4185 4 20.0002 7.58172 20.0002 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-on-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiOnIec",
          "declaration": {
            "name": "ObiOnIec",
            "module": "src/icons/icon-on-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-on-iec",
          "declaration": {
            "name": "ObiOnIec",
            "module": "src/icons/icon-on-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-on-off-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiOnOffIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"currentColor\"/> <path d=\"M11 6H13V18H11V6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 6H13V18H11V6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-on-off-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiOnOffIec",
          "declaration": {
            "name": "ObiOnOffIec",
            "module": "src/icons/icon-on-off-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-on-off-iec",
          "declaration": {
            "name": "ObiOnOffIec",
            "module": "src/icons/icon-on-off-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4Z\" fill=\"currentColor\"/> <path d=\"M12 6C13.1046 6 14 6.89543 14 8L14 16C14 17.1046 13.1046 18 12 18C10.8954 18 10 17.1046 10 16L10 8C10 6.89543 10.8954 6 12 6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 6C13.1046 6 14 6.89543 14 8L14 16C14 17.1046 13.1046 18 12 18C10.8954 18 10 17.1046 10 16L10 8C10 6.89543 10.8954 6 12 6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiOn",
          "declaration": {
            "name": "ObiOn",
            "module": "src/icons/icon-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-on",
          "declaration": {
            "name": "ObiOn",
            "module": "src/icons/icon-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-open-sea.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiOpenSea",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9772 6.14276C11.424 5.70362 11.9085 5.31911 12.3599 5C12.8112 5.31911 13.2957 5.70362 13.7425 6.14276C14.7003 7.08413 15.3599 8.15074 15.3599 9.2899V19L9.35986 19V9.2899C9.35986 8.15074 10.0195 7.08413 10.9772 6.14276ZM13.8599 9.2899V17.5L10.8599 17.5V9.2899C10.8599 8.74108 11.1881 8.03878 12.0287 7.21255C12.136 7.10707 12.2468 7.00447 12.3599 6.90506C12.4729 7.00447 12.5837 7.10707 12.691 7.21255C13.5317 8.03878 13.8599 8.74108 13.8599 9.2899Z\" fill=\"currentColor\"/> <path d=\"M7.35986 7.96877C7.41871 7.97466 7.47762 7.97951 7.53658 7.98331C7.42385 8.40299 7.35986 8.84555 7.35986 9.30984V9.99898C6.50097 9.93099 5.65147 9.68758 4.85986 9.26874C4.06391 9.68767 3.21881 9.93109 2.35986 9.99902V7.99185C2.87345 7.93663 3.38078 7.79705 3.87158 7.57923C4.17154 7.45004 4.86007 7.01874 4.86007 7.01874C4.86007 7.01874 5.54556 7.44553 5.84552 7.57473C6.33495 7.78588 6.8449 7.91722 7.35986 7.96877Z\" fill=\"currentColor\"/> <path d=\"M5.84552 11.5747C6.33495 11.7859 6.8449 11.9172 7.35986 11.9688V13.999C6.50097 13.931 5.65147 13.6876 4.85986 13.2687C4.06391 13.6877 3.21881 13.9311 2.35986 13.999V11.9918C2.87345 11.9366 3.38078 11.797 3.87158 11.5792C4.17154 11.45 4.86007 11.0187 4.86007 11.0187C4.86007 11.0187 5.54556 11.4455 5.84552 11.5747Z\" fill=\"currentColor\"/> <path d=\"M7.35986 15.9688C6.8449 15.9172 6.33495 15.7859 5.84552 15.5747C5.54556 15.4455 4.86007 15.0187 4.86007 15.0187C4.86007 15.0187 4.17154 15.45 3.87158 15.5792C3.38078 15.797 2.87345 15.9366 2.35986 15.9918V17.999C3.21881 17.9311 4.06391 17.6877 4.85986 17.2687C5.65147 17.6876 6.50097 17.931 7.35986 17.999V15.9688Z\" fill=\"currentColor\"/> <path d=\"M17.1831 7.9841C17.2421 7.9803 17.301 7.97545 17.3599 7.96956C17.8748 7.91801 18.3848 7.78666 18.8742 7.57552C19.1742 7.44632 19.8597 7.01953 19.8597 7.01953C19.8597 7.01953 20.5482 7.45083 20.8481 7.58002C21.3389 7.79784 21.8463 7.93742 22.3599 7.99264V9.99981C21.5009 9.93188 20.6558 9.68846 19.8599 9.26953C19.0683 9.68837 18.2188 9.93178 17.3599 9.99977V9.31063C17.3599 8.84634 17.2959 8.40378 17.1831 7.9841Z\" fill=\"currentColor\"/> <path d=\"M17.3599 11.9696C17.8748 11.918 18.3848 11.7867 18.8742 11.5755C19.1742 11.4463 19.8597 11.0195 19.8597 11.0195C19.8597 11.0195 20.5482 11.4508 20.8481 11.58C21.3389 11.7978 21.8463 11.9374 22.3599 11.9926V13.9998C21.5009 13.9319 20.6558 13.6885 19.8599 13.2695C19.0683 13.6884 18.2188 13.9318 17.3599 13.9998V11.9696Z\" fill=\"currentColor\"/> <path d=\"M18.8742 15.5755C18.3848 15.7867 17.8748 15.918 17.3599 15.9696V17.9998C18.2188 17.9318 19.0683 17.6884 19.8599 17.2695C20.6558 17.6885 21.5009 17.9319 22.3599 17.9998V15.9926C21.8463 15.9374 21.3389 15.7978 20.8481 15.58C20.5482 15.4508 19.8597 15.0195 19.8597 15.0195C19.8597 15.0195 19.1742 15.4463 18.8742 15.5755Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9772 6.14276C11.424 5.70362 11.9085 5.31911 12.3599 5C12.8112 5.31911 13.2957 5.70362 13.7425 6.14276C14.7003 7.08413 15.3599 8.15074 15.3599 9.2899V19L9.35986 19V9.2899C9.35986 8.15074 10.0195 7.08413 10.9772 6.14276ZM13.8599 9.2899V17.5L10.8599 17.5V9.2899C10.8599 8.74108 11.1881 8.03878 12.0287 7.21255C12.136 7.10707 12.2468 7.00447 12.3599 6.90506C12.4729 7.00447 12.5837 7.10707 12.691 7.21255C13.5317 8.03878 13.8599 8.74108 13.8599 9.2899Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.35986 7.96877C7.41871 7.97466 7.47762 7.97951 7.53658 7.98331C7.42385 8.40299 7.35986 8.84555 7.35986 9.30984V9.99898C6.50097 9.93099 5.65147 9.68758 4.85986 9.26874C4.06391 9.68767 3.21881 9.93109 2.35986 9.99902V7.99185C2.87345 7.93663 3.38078 7.79705 3.87158 7.57923C4.17154 7.45004 4.86007 7.01874 4.86007 7.01874C4.86007 7.01874 5.54556 7.44553 5.84552 7.57473C6.33495 7.78588 6.8449 7.91722 7.35986 7.96877Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.84552 11.5747C6.33495 11.7859 6.8449 11.9172 7.35986 11.9688V13.999C6.50097 13.931 5.65147 13.6876 4.85986 13.2687C4.06391 13.6877 3.21881 13.9311 2.35986 13.999V11.9918C2.87345 11.9366 3.38078 11.797 3.87158 11.5792C4.17154 11.45 4.86007 11.0187 4.86007 11.0187C4.86007 11.0187 5.54556 11.4455 5.84552 11.5747Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.35986 15.9688C6.8449 15.9172 6.33495 15.7859 5.84552 15.5747C5.54556 15.4455 4.86007 15.0187 4.86007 15.0187C4.86007 15.0187 4.17154 15.45 3.87158 15.5792C3.38078 15.797 2.87345 15.9366 2.35986 15.9918V17.999C3.21881 17.9311 4.06391 17.6877 4.85986 17.2687C5.65147 17.6876 6.50097 17.931 7.35986 17.999V15.9688Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.1831 7.9841C17.2421 7.9803 17.301 7.97545 17.3599 7.96956C17.8748 7.91801 18.3848 7.78666 18.8742 7.57552C19.1742 7.44632 19.8597 7.01953 19.8597 7.01953C19.8597 7.01953 20.5482 7.45083 20.8481 7.58002C21.3389 7.79784 21.8463 7.93742 22.3599 7.99264V9.99981C21.5009 9.93188 20.6558 9.68846 19.8599 9.26953C19.0683 9.68837 18.2188 9.93178 17.3599 9.99977V9.31063C17.3599 8.84634 17.2959 8.40378 17.1831 7.9841Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.3599 11.9696C17.8748 11.918 18.3848 11.7867 18.8742 11.5755C19.1742 11.4463 19.8597 11.0195 19.8597 11.0195C19.8597 11.0195 20.5482 11.4508 20.8481 11.58C21.3389 11.7978 21.8463 11.9374 22.3599 11.9926V13.9998C21.5009 13.9319 20.6558 13.6885 19.8599 13.2695C19.0683 13.6884 18.2188 13.9318 17.3599 13.9998V11.9696Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.8742 15.5755C18.3848 15.7867 17.8748 15.918 17.3599 15.9696V17.9998C18.2188 17.9318 19.0683 17.6884 19.8599 17.2695C20.6558 17.6885 21.5009 17.9319 22.3599 17.9998V15.9926C21.8463 15.9374 21.3389 15.7978 20.8481 15.58C20.5482 15.4508 19.8597 15.0195 19.8597 15.0195C19.8597 15.0195 19.1742 15.4463 18.8742 15.5755Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-open-sea",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiOpenSea",
          "declaration": {
            "name": "ObiOpenSea",
            "module": "src/icons/icon-open-sea.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-open-sea",
          "declaration": {
            "name": "ObiOpenSea",
            "module": "src/icons/icon-open-sea.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-own-ship-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiOwnShipIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C12 2 6 5.49999 6 13.2667V18.8C6 19.9201 6 20.4802 6.21799 20.908C6.40973 21.2843 6.71569 21.5903 7.09202 21.782C7.51984 22 8.0799 22 9.2 22H14.8C15.9201 22 16.4802 22 16.908 21.782C17.2843 21.5903 17.5903 21.2843 17.782 20.908C18 20.4802 18 19.9201 18 18.8V13.2667C18 5.49999 12 2 12 2ZM16 20V13.2667C16 9.93912 14.7254 7.55423 13.4479 5.98215C12.9365 5.35281 12.4257 4.85623 12 4.48903C11.5743 4.85623 11.0635 5.35281 10.5521 5.98215C9.27458 7.55423 8 9.93912 8 13.2667V20H16Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C12 2 6 5.49999 6 13.2667V18.8C6 19.9201 6 20.4802 6.21799 20.908C6.40973 21.2843 6.71569 21.5903 7.09202 21.782C7.51984 22 8.0799 22 9.2 22H14.8C15.9201 22 16.4802 22 16.908 21.782C17.2843 21.5903 17.5903 21.2843 17.782 20.908C18 20.4802 18 19.9201 18 18.8V13.2667C18 5.49999 12 2 12 2ZM16 20V13.2667C16 9.93912 14.7254 7.55423 13.4479 5.98215C12.9365 5.35281 12.4257 4.85623 12 4.48903C11.5743 4.85623 11.0635 5.35281 10.5521 5.98215C9.27458 7.55423 8 9.93912 8 13.2667V20H16Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-own-ship-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiOwnShipIec",
          "declaration": {
            "name": "ObiOwnShipIec",
            "module": "src/icons/icon-own-ship-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-own-ship-iec",
          "declaration": {
            "name": "ObiOwnShipIec",
            "module": "src/icons/icon-own-ship-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-own-ship-minimised-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiOwnShipMinimisedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2862_769)\"> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 12.5H0V11.5H9V12.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 9V0L12.5 4.37121e-08V9H11.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12.5H15V11.5H24V12.5Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2862_769\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2862_769)\"> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 12.5H0V11.5H9V12.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 9V0L12.5 4.37121e-08V9H11.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12.5H15V11.5H24V12.5Z\" style=\"fill: var(--element-active-color)\"/> </g> <defs> <clipPath id=\"clip0_2862_769\"> <rect width=\"24\" height=\"24\" fill=\"none\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-own-ship-minimised-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiOwnShipMinimisedIec",
          "declaration": {
            "name": "ObiOwnShipMinimisedIec",
            "module": "src/icons/icon-own-ship-minimised-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-own-ship-minimised-iec",
          "declaration": {
            "name": "ObiOwnShipMinimisedIec",
            "module": "src/icons/icon-own-ship-minimised-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-own-ship-simplified-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiOwnShipSimplifiedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-own-ship-simplified-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiOwnShipSimplifiedIec",
          "declaration": {
            "name": "ObiOwnShipSimplifiedIec",
            "module": "src/icons/icon-own-ship-simplified-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-own-ship-simplified-iec",
          "declaration": {
            "name": "ObiOwnShipSimplifiedIec",
            "module": "src/icons/icon-own-ship-simplified-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ownship-minimised-sternline-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiOwnshipMinimisedSternlineIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2862_786)\"> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 12.5H0V11.5H9V12.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 9V0L12.5 4.37121e-08V9H11.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 16.125V15H12.5V16.125H11.5ZM11.5 20.625V18.375H12.5V20.625H11.5ZM11.5 24V22.875H12.5V24H11.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12.5H15V11.5H24V12.5Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2862_786\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2862_786)\"> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 12.5H0V11.5H9V12.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 9V0L12.5 4.37121e-08V9H11.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 16.125V15H12.5V16.125H11.5ZM11.5 20.625V18.375H12.5V20.625H11.5ZM11.5 24V22.875H12.5V24H11.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12.5H15V11.5H24V12.5Z\" style=\"fill: var(--element-active-color)\"/> </g> <defs> <clipPath id=\"clip0_2862_786\"> <rect width=\"24\" height=\"24\" fill=\"none\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ownship-minimised-sternline-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiOwnshipMinimisedSternlineIec",
          "declaration": {
            "name": "ObiOwnshipMinimisedSternlineIec",
            "module": "src/icons/icon-ownship-minimised-sternline-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ownship-minimised-sternline-iec",
          "declaration": {
            "name": "ObiOwnshipMinimisedSternlineIec",
            "module": "src/icons/icon-ownship-minimised-sternline-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-page-first-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPageFirstGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.41 16.59L13.82 12L18.41 7.41L17 6L11 12L17 18L18.41 16.59ZM6 6H8V18H6V6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.41 16.59L13.82 12L18.41 7.41L17 6L11 12L17 18L18.41 16.59ZM6 6H8V18H6V6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-page-first-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPageFirstGoogle",
          "declaration": {
            "name": "ObiPageFirstGoogle",
            "module": "src/icons/icon-page-first-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-page-first-google",
          "declaration": {
            "name": "ObiPageFirstGoogle",
            "module": "src/icons/icon-page-first-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-page-last-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPageLastGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.58976 7.41L10.1798 12L5.58976 16.59L6.99976 18L12.9998 12L6.99976 6L5.58976 7.41ZM17.9998 18L15.9998 18L15.9998 6L17.9998 6L17.9998 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.58976 7.41L10.1798 12L5.58976 16.59L6.99976 18L12.9998 12L6.99976 6L5.58976 7.41ZM17.9998 18L15.9998 18L15.9998 6L17.9998 6L17.9998 18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-page-last-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPageLastGoogle",
          "declaration": {
            "name": "ObiPageLastGoogle",
            "module": "src/icons/icon-page-last-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-page-last-google",
          "declaration": {
            "name": "ObiPageLastGoogle",
            "module": "src/icons/icon-page-last-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-palette-color-calibrated-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPaletteColorCalibratedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.03075 15.3408C2.6493 14.2237 1.00012 11.8044 1.00012 9C1.00012 5.13401 4.13413 2 8.00012 2C9.48737 2 10.8663 2.46381 12.0001 3.25469C13.134 2.46381 14.5129 2 16.0001 2C19.8661 2 23.0001 5.13401 23.0001 9C23.0001 11.8044 21.3509 14.2237 18.9695 15.3408C18.9898 15.5578 19.0001 15.7777 19.0001 16C19.0001 19.866 15.8661 23 12.0001 23C8.13413 23 5.00012 19.866 5.00012 16C5.00012 15.7777 5.01048 15.5578 5.03075 15.3408ZM8.00012 14.5C9.03455 14.5 10.0023 14.2144 10.8288 13.7178C10.1688 12.9949 9.65849 12.133 9.34665 11.1813C8.11751 11.8595 7.1756 12.9944 6.74965 14.3572C7.15137 14.4506 7.56998 14.5 8.00012 14.5ZM5.34666 13.8187C3.64961 12.8823 2.50012 11.0754 2.50012 9C2.50012 5.96243 4.96256 3.5 8.00012 3.5C9.03455 3.5 10.0023 3.78557 10.8288 4.28218C9.69289 5.52656 9.00012 7.18238 9.00012 9C9.00012 9.2223 9.01048 9.44217 9.03075 9.65917C7.29605 10.4729 5.94989 11.9776 5.34666 13.8187ZM17.4978 15.8394C17.4994 15.8928 17.5001 15.9463 17.5001 16C17.5001 19.0376 15.0377 21.5 12.0001 21.5C8.96256 21.5 6.50012 19.0376 6.50012 16C6.50012 15.9463 6.50089 15.8928 6.50242 15.8394C6.98495 15.9446 7.48606 16 8.00012 16C9.48737 16 10.8663 15.5362 12.0001 14.7453C13.134 15.5362 14.5129 16 16.0001 16C16.5142 16 17.0153 15.9446 17.4978 15.8394ZM18.6536 13.8187C20.3506 12.8823 21.5001 11.0754 21.5001 9C21.5001 5.96243 19.0377 3.5 16.0001 3.5C14.9657 3.5 13.998 3.78557 13.1715 4.28218C14.3074 5.52656 15.0001 7.18238 15.0001 9C15.0001 9.2223 14.9898 9.44217 14.9695 9.65917C16.7042 10.4729 18.0504 11.9776 18.6536 13.8187ZM14.6536 11.1813C15.8827 11.8595 16.8246 12.9944 17.2506 14.3572C16.8489 14.4506 16.4303 14.5 16.0001 14.5C14.9657 14.5 13.998 14.2144 13.1715 13.7178C13.8314 12.9949 14.3418 12.133 14.6536 11.1813ZM13.4978 9.16059C13.4994 9.10725 13.5001 9.05371 13.5001 9C13.5001 7.53846 12.93 6.21007 12.0001 5.22506C11.0702 6.21007 10.5001 7.53846 10.5001 9C10.5001 9.05371 10.5009 9.10725 10.5024 9.16059C10.9849 9.05541 11.4861 9 12.0001 9C12.5142 9 13.0153 9.05541 13.4978 9.16059ZM10.7497 10.6428C11.1514 10.5494 11.57 10.5 12.0001 10.5C12.4303 10.5 12.8489 10.5494 13.2506 10.6428C12.9986 11.4491 12.566 12.1756 12.0001 12.7749C11.4343 12.1756 11.0017 11.4491 10.7497 10.6428Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.03075 15.3408C2.6493 14.2237 1.00012 11.8044 1.00012 9C1.00012 5.13401 4.13413 2 8.00012 2C9.48737 2 10.8663 2.46381 12.0001 3.25469C13.134 2.46381 14.5129 2 16.0001 2C19.8661 2 23.0001 5.13401 23.0001 9C23.0001 11.8044 21.3509 14.2237 18.9695 15.3408C18.9898 15.5578 19.0001 15.7777 19.0001 16C19.0001 19.866 15.8661 23 12.0001 23C8.13413 23 5.00012 19.866 5.00012 16C5.00012 15.7777 5.01048 15.5578 5.03075 15.3408ZM8.00012 14.5C9.03455 14.5 10.0023 14.2144 10.8288 13.7178C10.1688 12.9949 9.65849 12.133 9.34665 11.1813C8.11751 11.8595 7.1756 12.9944 6.74965 14.3572C7.15137 14.4506 7.56998 14.5 8.00012 14.5ZM5.34666 13.8187C3.64961 12.8823 2.50012 11.0754 2.50012 9C2.50012 5.96243 4.96256 3.5 8.00012 3.5C9.03455 3.5 10.0023 3.78557 10.8288 4.28218C9.69289 5.52656 9.00012 7.18238 9.00012 9C9.00012 9.2223 9.01048 9.44217 9.03075 9.65917C7.29605 10.4729 5.94989 11.9776 5.34666 13.8187ZM17.4978 15.8394C17.4994 15.8928 17.5001 15.9463 17.5001 16C17.5001 19.0376 15.0377 21.5 12.0001 21.5C8.96256 21.5 6.50012 19.0376 6.50012 16C6.50012 15.9463 6.50089 15.8928 6.50242 15.8394C6.98495 15.9446 7.48606 16 8.00012 16C9.48737 16 10.8663 15.5362 12.0001 14.7453C13.134 15.5362 14.5129 16 16.0001 16C16.5142 16 17.0153 15.9446 17.4978 15.8394ZM18.6536 13.8187C20.3506 12.8823 21.5001 11.0754 21.5001 9C21.5001 5.96243 19.0377 3.5 16.0001 3.5C14.9657 3.5 13.998 3.78557 13.1715 4.28218C14.3074 5.52656 15.0001 7.18238 15.0001 9C15.0001 9.2223 14.9898 9.44217 14.9695 9.65917C16.7042 10.4729 18.0504 11.9776 18.6536 13.8187ZM14.6536 11.1813C15.8827 11.8595 16.8246 12.9944 17.2506 14.3572C16.8489 14.4506 16.4303 14.5 16.0001 14.5C14.9657 14.5 13.998 14.2144 13.1715 13.7178C13.8314 12.9949 14.3418 12.133 14.6536 11.1813ZM13.4978 9.16059C13.4994 9.10725 13.5001 9.05371 13.5001 9C13.5001 7.53846 12.93 6.21007 12.0001 5.22506C11.0702 6.21007 10.5001 7.53846 10.5001 9C10.5001 9.05371 10.5009 9.10725 10.5024 9.16059C10.9849 9.05541 11.4861 9 12.0001 9C12.5142 9 13.0153 9.05541 13.4978 9.16059ZM10.7497 10.6428C11.1514 10.5494 11.57 10.5 12.0001 10.5C12.4303 10.5 12.8489 10.5494 13.2506 10.6428C12.9986 11.4491 12.566 12.1756 12.0001 12.7749C11.4343 12.1756 11.0017 11.4491 10.7497 10.6428Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-palette-color-calibrated-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPaletteColorCalibratedIec",
          "declaration": {
            "name": "ObiPaletteColorCalibratedIec",
            "module": "src/icons/icon-palette-color-calibrated-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-palette-color-calibrated-iec",
          "declaration": {
            "name": "ObiPaletteColorCalibratedIec",
            "module": "src/icons/icon-palette-color-calibrated-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-palette-day-bright.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPaletteDayBright",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.4279 2.37775C11.6445 1.87408 12.3555 1.87408 12.5721 2.37776L13.7412 5.09716C13.8901 5.44343 14.3078 5.57976 14.6309 5.38751L17.1681 3.8777C17.638 3.59806 18.2133 4.01786 18.0937 4.55318L17.4482 7.44346C17.366 7.81149 17.6241 8.1684 17.998 8.20361L20.9342 8.48009C21.478 8.5313 21.6978 9.21054 21.2878 9.57303L19.0741 11.5302C18.7923 11.7794 18.7923 12.2206 19.0741 12.4698L21.2878 14.427C21.6978 14.7895 21.478 15.4687 20.9342 15.5199L17.998 15.7964C17.6241 15.8316 17.366 16.1885 17.4482 16.5565L18.0937 19.4468C18.2133 19.9821 17.638 20.4019 17.1681 20.1223L14.6309 18.6125C14.3078 18.4202 13.8901 18.5566 13.7412 18.9028L12.5721 21.6222C12.3555 22.1259 11.6445 22.1259 11.4279 21.6222L10.2588 18.9028C10.1099 18.5566 9.69222 18.4202 9.36914 18.6125L6.83191 20.1223C6.36198 20.4019 5.78673 19.9821 5.9063 19.4468L6.55183 16.5565C6.63403 16.1885 6.37587 15.8316 6.00199 15.7964L3.06579 15.5199C2.52197 15.4687 2.30224 14.7895 2.71224 14.427L4.92587 12.4698C5.20775 12.2206 5.20774 11.7794 4.92587 11.5302L2.71224 9.57303C2.30224 9.21054 2.52197 8.5313 3.0658 8.48009L6.00199 8.20361C6.37587 8.1684 6.63403 7.81149 6.55183 7.44346L5.9063 4.55318C5.78673 4.01786 6.36198 3.59806 6.83191 3.8777L9.36914 5.38751C9.69222 5.57976 10.1099 5.44343 10.2588 5.09716L11.4279 2.37775ZM17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.4279 2.37775C11.6445 1.87408 12.3555 1.87408 12.5721 2.37776L13.7412 5.09716C13.8901 5.44343 14.3078 5.57976 14.6309 5.38751L17.1681 3.8777C17.638 3.59806 18.2133 4.01786 18.0937 4.55318L17.4482 7.44346C17.366 7.81149 17.6241 8.1684 17.998 8.20361L20.9342 8.48009C21.478 8.5313 21.6978 9.21054 21.2878 9.57303L19.0741 11.5302C18.7923 11.7794 18.7923 12.2206 19.0741 12.4698L21.2878 14.427C21.6978 14.7895 21.478 15.4687 20.9342 15.5199L17.998 15.7964C17.6241 15.8316 17.366 16.1885 17.4482 16.5565L18.0937 19.4468C18.2133 19.9821 17.638 20.4019 17.1681 20.1223L14.6309 18.6125C14.3078 18.4202 13.8901 18.5566 13.7412 18.9028L12.5721 21.6222C12.3555 22.1259 11.6445 22.1259 11.4279 21.6222L10.2588 18.9028C10.1099 18.5566 9.69222 18.4202 9.36914 18.6125L6.83191 20.1223C6.36198 20.4019 5.78673 19.9821 5.9063 19.4468L6.55183 16.5565C6.63403 16.1885 6.37587 15.8316 6.00199 15.7964L3.06579 15.5199C2.52197 15.4687 2.30224 14.7895 2.71224 14.427L4.92587 12.4698C5.20775 12.2206 5.20774 11.7794 4.92587 11.5302L2.71224 9.57303C2.30224 9.21054 2.52197 8.5313 3.0658 8.48009L6.00199 8.20361C6.37587 8.1684 6.63403 7.81149 6.55183 7.44346L5.9063 4.55318C5.78673 4.01786 6.36198 3.59806 6.83191 3.8777L9.36914 5.38751C9.69222 5.57976 10.1099 5.44343 10.2588 5.09716L11.4279 2.37775ZM17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-palette-day-bright",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPaletteDayBright",
          "declaration": {
            "name": "ObiPaletteDayBright",
            "module": "src/icons/icon-palette-day-bright.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-palette-day-bright",
          "declaration": {
            "name": "ObiPaletteDayBright",
            "module": "src/icons/icon-palette-day-bright.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-palette-day-night-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPaletteDayNightIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.99976 11.9999C6.99976 10.6738 7.52654 9.40202 8.46422 8.46434C9.4019 7.52666 10.6737 6.99988 11.9998 6.99988C13.3258 6.99988 14.5976 7.52666 15.5353 8.46434L16.2424 9.17145L9.17133 16.2425L8.46422 15.5354C7.52654 14.5977 6.99976 13.326 6.99976 11.9999ZM9.87843 9.87856C9.31583 10.4412 8.99976 11.2042 8.99976 11.9999C8.99976 12.4516 9.10163 12.8928 9.29265 13.2928L13.2926 9.29277C12.8927 9.10175 12.4515 8.99988 11.9998 8.99988C11.2041 8.99988 10.441 9.31595 9.87843 9.87856Z\" fill=\"currentColor\"/> <path d=\"M3.51447 19.0709L6.3429 16.2425L7.75711 17.6567L4.92869 20.4852L3.51447 19.0709Z\" fill=\"currentColor\"/> <path d=\"M0.999756 10.9999H4.99976V12.9999H0.999756V10.9999Z\" fill=\"currentColor\"/> <path d=\"M4.92874 3.51462L7.75717 6.34304L6.34295 7.75726L3.51453 4.92883L4.92874 3.51462Z\" fill=\"currentColor\"/> <path d=\"M12.9998 0.999878V4.99988H10.9998V0.999878H12.9998Z\" fill=\"currentColor\"/> <path d=\"M20.4851 4.92878L17.6567 7.75721L16.2425 6.343L19.0709 3.51457L20.4851 4.92878Z\" fill=\"currentColor\"/> <path d=\"M20.1539 11C20.8 11 21.4154 11.088 22 11.253C19.5016 11.9515 17.6924 14.036 17.6924 16.5C17.6924 18.964 19.5016 21.0485 22 21.747C21.4154 21.912 20.8 22 20.1539 22C16.757 22 14 19.536 14 16.5C14 13.464 16.757 11 20.1539 11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.99976 11.9999C6.99976 10.6738 7.52654 9.40202 8.46422 8.46434C9.4019 7.52666 10.6737 6.99988 11.9998 6.99988C13.3258 6.99988 14.5976 7.52666 15.5353 8.46434L16.2424 9.17145L9.17133 16.2425L8.46422 15.5354C7.52654 14.5977 6.99976 13.326 6.99976 11.9999ZM9.87843 9.87856C9.31583 10.4412 8.99976 11.2042 8.99976 11.9999C8.99976 12.4516 9.10163 12.8928 9.29265 13.2928L13.2926 9.29277C12.8927 9.10175 12.4515 8.99988 11.9998 8.99988C11.2041 8.99988 10.441 9.31595 9.87843 9.87856Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.51447 19.0709L6.3429 16.2425L7.75711 17.6567L4.92869 20.4852L3.51447 19.0709Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M0.999756 10.9999H4.99976V12.9999H0.999756V10.9999Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.92874 3.51462L7.75717 6.34304L6.34295 7.75726L3.51453 4.92883L4.92874 3.51462Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.9998 0.999878V4.99988H10.9998V0.999878H12.9998Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.4851 4.92878L17.6567 7.75721L16.2425 6.343L19.0709 3.51457L20.4851 4.92878Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.1539 11C20.8 11 21.4154 11.088 22 11.253C19.5016 11.9515 17.6924 14.036 17.6924 16.5C17.6924 18.964 19.5016 21.0485 22 21.747C21.4154 21.912 20.8 22 20.1539 22C16.757 22 14 19.536 14 16.5C14 13.464 16.757 11 20.1539 11Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-palette-day-night-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPaletteDayNightIec",
          "declaration": {
            "name": "ObiPaletteDayNightIec",
            "module": "src/icons/icon-palette-day-night-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-palette-day-night-iec",
          "declaration": {
            "name": "ObiPaletteDayNightIec",
            "module": "src/icons/icon-palette-day-night-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-palette-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPaletteDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.4178 2.66892C14.7789 2.25636 15.4554 2.47526 15.5064 3.02113L15.7816 5.96838C15.8166 6.34367 16.1721 6.60197 16.5386 6.51851L19.4174 5.8631C19.9506 5.74171 20.3687 6.3182 20.0902 6.79072L18.5862 9.34191C18.3947 9.66677 18.5305 10.0858 18.8753 10.2344L21.5838 11.4014C22.0855 11.6175 22.0854 12.3314 21.5838 12.5501L19.2437 13.5701C19.9738 14.2507 20.5123 15.1503 20.7626 16.1622C21.9582 16.6967 22.7499 17.9449 22.7499 19.3243C22.7499 21.1817 21.3013 22.75 19.4588 22.75H9.62935C8.73882 22.75 7.89257 22.3876 7.27532 21.7385C6.61858 21.085 6.27173 20.2054 6.25014 19.2667L6.24994 19.2581V19.212C6.24994 18.6736 6.37017 18.152 6.59526 17.6786L4.5824 18.1369C4.04921 18.2582 3.63113 17.6818 3.90968 17.2092L5.41363 14.658C5.60514 14.3332 5.46938 13.9141 5.12449 13.7655L2.41601 12.5986C1.91436 12.3825 1.9144 11.6686 2.41608 11.4499L5.12472 10.2692C5.46962 10.1189 5.60543 9.69915 5.41397 9.37526L3.91034 6.83168C3.63185 6.36057 4.05 5.78196 4.58318 5.90066L7.4619 6.54149C7.82846 6.62309 8.18396 6.36299 8.21905 5.98753L8.49462 3.03888C8.54566 2.49275 9.2222 2.27043 9.58323 2.68116L11.5324 4.89872C11.7807 5.18109 12.2201 5.17998 12.4683 4.89635L14.4178 2.66892ZM8.77567 15.8232C9.0014 15.7627 9.23504 15.7262 9.47374 15.7151C9.91656 15.02 10.6813 14.5702 11.5529 14.5702C11.6374 14.5702 11.7229 14.5744 11.8091 14.5835C12.7056 13.1529 14.2426 12.25 15.947 12.25C16.3039 12.25 16.652 12.29 16.9877 12.3658C17.1542 10.1198 15.7772 7.96694 13.5391 7.2428C10.9118 6.39271 8.09283 7.83343 7.24274 10.4608C6.59862 12.4515 7.26972 14.5523 8.77567 15.8232ZM12.8665 15.771C13.4558 14.5213 14.6481 13.75 15.947 13.75C17.6096 13.75 19.0881 15.057 19.371 16.8409L19.4468 17.3191L19.9138 17.4469C20.6575 17.6504 21.2499 18.4014 21.2499 19.3243C21.2499 20.4233 20.4045 21.25 19.4588 21.25H9.62935C9.14786 21.25 8.69223 21.0546 8.35732 20.6995L8.34813 20.6898L8.3386 20.6804C7.9796 20.326 7.7653 19.8279 7.74994 19.2403V19.212C7.74994 18.6904 7.94322 18.1961 8.2958 17.8083C8.65036 17.419 9.1208 17.2115 9.62936 17.2115C9.73976 17.2115 9.76618 17.213 9.79884 17.2188L10.4228 17.329L10.6357 16.7323C10.7806 16.3265 11.1414 16.0702 11.5529 16.0702C11.6726 16.0702 11.7795 16.0905 11.8851 16.1372L12.5544 16.4329L12.8665 15.771Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.4178 2.66892C14.7789 2.25636 15.4554 2.47526 15.5064 3.02113L15.7816 5.96838C15.8166 6.34367 16.1721 6.60197 16.5386 6.51851L19.4174 5.8631C19.9506 5.74171 20.3687 6.3182 20.0902 6.79072L18.5862 9.34191C18.3947 9.66677 18.5305 10.0858 18.8753 10.2344L21.5838 11.4014C22.0855 11.6175 22.0854 12.3314 21.5838 12.5501L19.2437 13.5701C19.9738 14.2507 20.5123 15.1503 20.7626 16.1622C21.9582 16.6967 22.7499 17.9449 22.7499 19.3243C22.7499 21.1817 21.3013 22.75 19.4588 22.75H9.62935C8.73882 22.75 7.89257 22.3876 7.27532 21.7385C6.61858 21.085 6.27173 20.2054 6.25014 19.2667L6.24994 19.2581V19.212C6.24994 18.6736 6.37017 18.152 6.59526 17.6786L4.5824 18.1369C4.04921 18.2582 3.63113 17.6818 3.90968 17.2092L5.41363 14.658C5.60514 14.3332 5.46938 13.9141 5.12449 13.7655L2.41601 12.5986C1.91436 12.3825 1.9144 11.6686 2.41608 11.4499L5.12472 10.2692C5.46962 10.1189 5.60543 9.69915 5.41397 9.37526L3.91034 6.83168C3.63185 6.36057 4.05 5.78196 4.58318 5.90066L7.4619 6.54149C7.82846 6.62309 8.18396 6.36299 8.21905 5.98753L8.49462 3.03888C8.54566 2.49275 9.2222 2.27043 9.58323 2.68116L11.5324 4.89872C11.7807 5.18109 12.2201 5.17998 12.4683 4.89635L14.4178 2.66892ZM8.77567 15.8232C9.0014 15.7627 9.23504 15.7262 9.47374 15.7151C9.91656 15.02 10.6813 14.5702 11.5529 14.5702C11.6374 14.5702 11.7229 14.5744 11.8091 14.5835C12.7056 13.1529 14.2426 12.25 15.947 12.25C16.3039 12.25 16.652 12.29 16.9877 12.3658C17.1542 10.1198 15.7772 7.96694 13.5391 7.2428C10.9118 6.39271 8.09283 7.83343 7.24274 10.4608C6.59862 12.4515 7.26972 14.5523 8.77567 15.8232ZM12.8665 15.771C13.4558 14.5213 14.6481 13.75 15.947 13.75C17.6096 13.75 19.0881 15.057 19.371 16.8409L19.4468 17.3191L19.9138 17.4469C20.6575 17.6504 21.2499 18.4014 21.2499 19.3243C21.2499 20.4233 20.4045 21.25 19.4588 21.25H9.62935C9.14786 21.25 8.69223 21.0546 8.35732 20.6995L8.34813 20.6898L8.3386 20.6804C7.9796 20.326 7.7653 19.8279 7.74994 19.2403V19.212C7.74994 18.6904 7.94322 18.1961 8.2958 17.8083C8.65036 17.419 9.1208 17.2115 9.62936 17.2115C9.73976 17.2115 9.76618 17.213 9.79884 17.2188L10.4228 17.329L10.6357 16.7323C10.7806 16.3265 11.1414 16.0702 11.5529 16.0702C11.6726 16.0702 11.7795 16.0905 11.8851 16.1372L12.5544 16.4329L12.8665 15.771Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-palette-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPaletteDay",
          "declaration": {
            "name": "ObiPaletteDay",
            "module": "src/icons/icon-palette-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-palette-day",
          "declaration": {
            "name": "ObiPaletteDay",
            "module": "src/icons/icon-palette-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-palette-dimming.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPaletteDimming",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.7 17C10.3167 17 9.13755 16.5125 8.16255 15.5375C7.18755 14.5625 6.70005 13.3833 6.70005 12C6.70005 10.6166 7.18755 9.43745 8.16255 8.46245C9.13755 7.48745 10.3167 6.99995 11.7 6.99995C12.0667 6.99995 12.425 7.03745 12.775 7.11245C13.125 7.18745 13.4667 7.29995 13.8 7.44995C12.9 7.86662 12.1875 8.48328 11.6625 9.29995C11.1375 10.1166 10.875 11.0166 10.875 12C10.875 12.9833 11.1375 13.8833 11.6625 14.7C12.1875 15.5166 12.9 16.1333 13.8 16.55C13.4667 16.7 13.125 16.8125 12.775 16.8875C12.425 16.9625 12.0667 17 11.7 17ZM12 23.3L15.35 20H20V15.35L23.3 12L20 8.64995V3.99995H15.35L12 0.699951L8.65005 3.99995H4.00005V8.64995L0.700048 12L4.00005 15.35V20H8.65005L12 23.3ZM12 20.5L9.50005 18H6.00005V14.5L3.50005 12L6.00005 9.49995V5.99995H9.50005L12 3.49995L14.5 5.99995H18V9.49995L20.5 12L18 14.5V18H14.5L12 20.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.7 17C10.3167 17 9.13755 16.5125 8.16255 15.5375C7.18755 14.5625 6.70005 13.3833 6.70005 12C6.70005 10.6166 7.18755 9.43745 8.16255 8.46245C9.13755 7.48745 10.3167 6.99995 11.7 6.99995C12.0667 6.99995 12.425 7.03745 12.775 7.11245C13.125 7.18745 13.4667 7.29995 13.8 7.44995C12.9 7.86662 12.1875 8.48328 11.6625 9.29995C11.1375 10.1166 10.875 11.0166 10.875 12C10.875 12.9833 11.1375 13.8833 11.6625 14.7C12.1875 15.5166 12.9 16.1333 13.8 16.55C13.4667 16.7 13.125 16.8125 12.775 16.8875C12.425 16.9625 12.0667 17 11.7 17ZM12 23.3L15.35 20H20V15.35L23.3 12L20 8.64995V3.99995H15.35L12 0.699951L8.65005 3.99995H4.00005V8.64995L0.700048 12L4.00005 15.35V20H8.65005L12 23.3ZM12 20.5L9.50005 18H6.00005V14.5L3.50005 12L6.00005 9.49995V5.99995H9.50005L12 3.49995L14.5 5.99995H18V9.49995L20.5 12L18 14.5V18H14.5L12 20.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-palette-dimming",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPaletteDimming",
          "declaration": {
            "name": "ObiPaletteDimming",
            "module": "src/icons/icon-palette-dimming.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-palette-dimming",
          "declaration": {
            "name": "ObiPaletteDimming",
            "module": "src/icons/icon-palette-dimming.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-palette-dusk.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPaletteDusk",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5529 3.75275C11.7695 3.24908 12.4805 3.24908 12.6971 3.75276L13.8662 6.47216C14.0151 6.81843 14.4328 6.95476 14.7559 6.76251L17.2931 5.2527C17.763 4.97306 18.3383 5.39286 18.2187 5.92818L17.5732 8.81846C17.491 9.18649 17.7491 9.5434 18.123 9.57861L21.0592 9.85509C21.603 9.9063 21.8228 10.5855 21.4128 10.948L19.1991 12.9052C19.1278 12.9683 19.0745 13.0436 19.0393 13.125H21C21.4142 13.125 21.75 13.4608 21.75 13.875C21.75 14.2892 21.4142 14.625 21 14.625H3C2.58579 14.625 2.25 14.2892 2.25 13.875C2.25 13.4608 2.58579 13.125 3 13.125H5.21069C5.17546 13.0436 5.12219 12.9683 5.05087 12.9052L2.83724 10.948C2.42724 10.5855 2.64697 9.9063 3.1908 9.85509L6.12699 9.57861C6.50087 9.5434 6.75903 9.18649 6.67683 8.81846L6.0313 5.92818C5.91173 5.39286 6.48698 4.97306 6.95691 5.2527L9.49414 6.76251C9.81722 6.95476 10.2349 6.81843 10.3838 6.47216L11.5529 3.75275ZM7.13114 13.125H17.1189C16.9886 10.4797 14.8026 8.375 12.125 8.375C9.44741 8.375 7.2614 10.4797 7.13114 13.125Z\" fill=\"currentColor\"/> <path d=\"M7.5 15.75C7.08579 15.75 6.75 16.0858 6.75 16.5C6.75 16.9142 7.08579 17.25 7.5 17.25H16.5C16.9142 17.25 17.25 16.9142 17.25 16.5C17.25 16.0858 16.9142 15.75 16.5 15.75H7.5Z\" fill=\"currentColor\"/> <path d=\"M13.875 19.25C13.875 19.6642 13.5392 20 13.125 20H12H10.875C10.4608 20 10.125 19.6642 10.125 19.25C10.125 18.8358 10.4608 18.5 10.875 18.5H12H13.125C13.5392 18.5 13.875 18.8358 13.875 19.25Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5529 3.75275C11.7695 3.24908 12.4805 3.24908 12.6971 3.75276L13.8662 6.47216C14.0151 6.81843 14.4328 6.95476 14.7559 6.76251L17.2931 5.2527C17.763 4.97306 18.3383 5.39286 18.2187 5.92818L17.5732 8.81846C17.491 9.18649 17.7491 9.5434 18.123 9.57861L21.0592 9.85509C21.603 9.9063 21.8228 10.5855 21.4128 10.948L19.1991 12.9052C19.1278 12.9683 19.0745 13.0436 19.0393 13.125H21C21.4142 13.125 21.75 13.4608 21.75 13.875C21.75 14.2892 21.4142 14.625 21 14.625H3C2.58579 14.625 2.25 14.2892 2.25 13.875C2.25 13.4608 2.58579 13.125 3 13.125H5.21069C5.17546 13.0436 5.12219 12.9683 5.05087 12.9052L2.83724 10.948C2.42724 10.5855 2.64697 9.9063 3.1908 9.85509L6.12699 9.57861C6.50087 9.5434 6.75903 9.18649 6.67683 8.81846L6.0313 5.92818C5.91173 5.39286 6.48698 4.97306 6.95691 5.2527L9.49414 6.76251C9.81722 6.95476 10.2349 6.81843 10.3838 6.47216L11.5529 3.75275ZM7.13114 13.125H17.1189C16.9886 10.4797 14.8026 8.375 12.125 8.375C9.44741 8.375 7.2614 10.4797 7.13114 13.125Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.5 15.75C7.08579 15.75 6.75 16.0858 6.75 16.5C6.75 16.9142 7.08579 17.25 7.5 17.25H16.5C16.9142 17.25 17.25 16.9142 17.25 16.5C17.25 16.0858 16.9142 15.75 16.5 15.75H7.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.875 19.25C13.875 19.6642 13.5392 20 13.125 20H12H10.875C10.4608 20 10.125 19.6642 10.125 19.25C10.125 18.8358 10.4608 18.5 10.875 18.5H12H13.125C13.5392 18.5 13.875 18.8358 13.875 19.25Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-palette-dusk",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPaletteDusk",
          "declaration": {
            "name": "ObiPaletteDusk",
            "module": "src/icons/icon-palette-dusk.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-palette-dusk",
          "declaration": {
            "name": "ObiPaletteDusk",
            "module": "src/icons/icon-palette-dusk.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-palette-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPaletteNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 21C9.5 21 7.375 20.125 5.625 18.375C3.875 16.625 3 14.5 3 12C3 9.5 3.875 7.375 5.625 5.625C7.375 3.875 9.5 3 12 3C12.2333 3 12.4625 3.00833 12.6875 3.025C12.9125 3.04167 13.1333 3.06667 13.35 3.1C12.6667 3.58333 12.1208 4.2125 11.7125 4.9875C11.3042 5.7625 11.1 6.6 11.1 7.5C11.1 9 11.625 10.275 12.675 11.325C13.725 12.375 15 12.9 16.5 12.9C17.4167 12.9 18.2583 12.6958 19.025 12.2875C19.7917 11.8792 20.4167 11.3333 20.9 10.65C20.9333 10.8667 20.9583 11.0875 20.975 11.3125C20.9917 11.5375 21 11.7667 21 12C21 14.5 20.125 16.625 18.375 18.375C16.625 20.125 14.5 21 12 21ZM12 19C13.4667 19 14.7833 18.5958 15.95 17.7875C17.1167 16.9792 17.9667 15.925 18.5 14.625C18.1667 14.7083 17.8333 14.775 17.5 14.825C17.1667 14.875 16.8333 14.9 16.5 14.9C14.45 14.9 12.7042 14.1792 11.2625 12.7375C9.82083 11.2958 9.1 9.55 9.1 7.5C9.1 7.16667 9.125 6.83333 9.175 6.5C9.225 6.16667 9.29167 5.83333 9.375 5.5C8.075 6.03333 7.02083 6.88333 6.2125 8.05C5.40417 9.21667 5 10.5333 5 12C5 13.9333 5.68333 15.5833 7.05 16.95C8.41667 18.3167 10.0667 19 12 19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 21C9.5 21 7.375 20.125 5.625 18.375C3.875 16.625 3 14.5 3 12C3 9.5 3.875 7.375 5.625 5.625C7.375 3.875 9.5 3 12 3C12.2333 3 12.4625 3.00833 12.6875 3.025C12.9125 3.04167 13.1333 3.06667 13.35 3.1C12.6667 3.58333 12.1208 4.2125 11.7125 4.9875C11.3042 5.7625 11.1 6.6 11.1 7.5C11.1 9 11.625 10.275 12.675 11.325C13.725 12.375 15 12.9 16.5 12.9C17.4167 12.9 18.2583 12.6958 19.025 12.2875C19.7917 11.8792 20.4167 11.3333 20.9 10.65C20.9333 10.8667 20.9583 11.0875 20.975 11.3125C20.9917 11.5375 21 11.7667 21 12C21 14.5 20.125 16.625 18.375 18.375C16.625 20.125 14.5 21 12 21ZM12 19C13.4667 19 14.7833 18.5958 15.95 17.7875C17.1167 16.9792 17.9667 15.925 18.5 14.625C18.1667 14.7083 17.8333 14.775 17.5 14.825C17.1667 14.875 16.8333 14.9 16.5 14.9C14.45 14.9 12.7042 14.1792 11.2625 12.7375C9.82083 11.2958 9.1 9.55 9.1 7.5C9.1 7.16667 9.125 6.83333 9.175 6.5C9.225 6.16667 9.29167 5.83333 9.375 5.5C8.075 6.03333 7.02083 6.88333 6.2125 8.05C5.40417 9.21667 5 10.5333 5 12C5 13.9333 5.68333 15.5833 7.05 16.95C8.41667 18.3167 10.0667 19 12 19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-palette-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPaletteNight",
          "declaration": {
            "name": "ObiPaletteNight",
            "module": "src/icons/icon-palette-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-palette-night",
          "declaration": {
            "name": "ObiPaletteNight",
            "module": "src/icons/icon-palette-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-panel-illumination-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPanelIlluminationIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 4V7.96776C8.51828 8.70411 7.5 10.2331 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 10.2331 15.4817 8.70411 14 7.96776V4H10ZM12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9Z\" fill=\"currentColor\"/> <path d=\"M18.1873 6.8734L16.7731 8.28762L15.7124 7.22696L17.1267 5.81274L18.1873 6.8734Z\" fill=\"currentColor\"/> <path d=\"M20 12.7501H18V11.2501H20V12.7501Z\" fill=\"currentColor\"/> <path d=\"M12.75 20.0001L12.75 18.0001H11.25L11.25 20.0001H12.75Z\" fill=\"currentColor\"/> <path d=\"M4 12.7501L6 12.7501V11.2501L4 11.2501V12.7501Z\" fill=\"currentColor\"/> <path d=\"M8.28781 7.2272L6.87359 5.81299L5.81276 6.87357L7.22715 8.28786L8.28781 7.2272Z\" fill=\"currentColor\"/> <path d=\"M18.1875 17.1266L16.7732 15.7124L15.7123 16.7731L17.1265 18.1873L18.1875 17.1266Z\" fill=\"currentColor\"/> <path d=\"M8.2879 16.7731L6.87369 18.1873L5.81303 17.1266L7.22724 15.7124L8.2879 16.7731Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 4V7.96776C8.51828 8.70411 7.5 10.2331 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 10.2331 15.4817 8.70411 14 7.96776V4H10ZM12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.1873 6.8734L16.7731 8.28762L15.7124 7.22696L17.1267 5.81274L18.1873 6.8734Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20 12.7501H18V11.2501H20V12.7501Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.75 20.0001L12.75 18.0001H11.25L11.25 20.0001H12.75Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4 12.7501L6 12.7501V11.2501L4 11.2501V12.7501Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.28781 7.2272L6.87359 5.81299L5.81276 6.87357L7.22715 8.28786L8.28781 7.2272Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.1875 17.1266L16.7732 15.7124L15.7123 16.7731L17.1265 18.1873L18.1875 17.1266Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.2879 16.7731L6.87369 18.1873L5.81303 17.1266L7.22724 15.7124L8.2879 16.7731Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-panel-illumination-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPanelIlluminationIec",
          "declaration": {
            "name": "ObiPanelIlluminationIec",
            "module": "src/icons/icon-panel-illumination-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-panel-illumination-iec",
          "declaration": {
            "name": "ObiPanelIlluminationIec",
            "module": "src/icons/icon-panel-illumination-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-panel-illumination-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPanelIlluminationProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.364 4.22192L19.7782 5.63614L16.9497 8.46456L15.5355 7.05035L18.364 4.22192Z\" fill=\"currentColor\"/> <path d=\"M2 11.0001V13.0001H6V11.0001H2Z\" fill=\"currentColor\"/> <path d=\"M5.63605 4.22192L4.22183 5.63614L7.05026 8.46457L8.46447 7.05035L5.63605 4.22192Z\" fill=\"currentColor\"/> <path d=\"M13 22.0001V18.0001H11V22.0001H13Z\" fill=\"currentColor\"/> <path d=\"M8.46446 16.9499L7.05025 15.5356L4.22182 18.3641L5.63603 19.7783L8.46446 16.9499Z\" fill=\"currentColor\"/> <path d=\"M22 11.0001H18V13.0001H22V11.0001Z\" fill=\"currentColor\"/> <path d=\"M16.9498 15.5356L15.5355 16.9498L18.364 19.7783L19.7782 18.3641L16.9498 15.5356Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 16C14.2091 16 16 14.2091 16 12C16 10.5194 15.1956 9.22675 14 8.53513V4H10V8.53513C8.8044 9.22675 8 10.5194 8 12C8 14.2091 9.79086 16 12 16ZM12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.364 4.22192L19.7782 5.63614L16.9497 8.46456L15.5355 7.05035L18.364 4.22192Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 11.0001V13.0001H6V11.0001H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.63605 4.22192L4.22183 5.63614L7.05026 8.46457L8.46447 7.05035L5.63605 4.22192Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 22.0001V18.0001H11V22.0001H13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.46446 16.9499L7.05025 15.5356L4.22182 18.3641L5.63603 19.7783L8.46446 16.9499Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 11.0001H18V13.0001H22V11.0001Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.9498 15.5356L15.5355 16.9498L18.364 19.7783L19.7782 18.3641L16.9498 15.5356Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 16C14.2091 16 16 14.2091 16 12C16 10.5194 15.1956 9.22675 14 8.53513V4H10V8.53513C8.8044 9.22675 8 10.5194 8 12C8 14.2091 9.79086 16 12 16ZM12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-panel-illumination-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPanelIlluminationProposal",
          "declaration": {
            "name": "ObiPanelIlluminationProposal",
            "module": "src/icons/icon-panel-illumination-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-panel-illumination-proposal",
          "declaration": {
            "name": "ObiPanelIlluminationProposal",
            "module": "src/icons/icon-panel-illumination-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-partlycloudy-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPartlycloudyDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.6324 11.2593C16.1299 11.2593 13.8452 12.6581 12.7202 14.9033L12.2944 15.753L11.3812 15.3734C11.1408 15.2734 10.8987 15.2313 10.639 15.2313C9.74054 15.2313 8.95928 15.7606 8.64931 16.5779L8.35877 17.3441L7.50752 17.2026C7.41481 17.1871 7.33864 17.1852 7.13986 17.1852C6.11696 17.1852 5.17016 17.5798 4.4617 18.3118C3.76397 19.0339 3.37989 19.9569 3.37989 20.931V20.9835C3.40892 22.0662 3.82977 23.002 4.55219 23.6731L4.5652 23.6852L4.57773 23.6977C5.25136 24.3698 6.16993 24.7408 7.13985 24.7408H25.0207C26.9451 24.7408 28.6202 23.1668 28.6202 21.1232C28.6202 19.4097 27.4508 17.989 25.9385 17.5995L25.3014 17.4355L25.1979 16.8215C24.6595 13.6262 21.8397 11.2593 18.6324 11.2593ZM11.2804 13.3529C12.8341 10.8906 15.5833 9.33337 18.6324 9.33337C22.7294 9.33337 26.1887 12.1802 27.1004 15.9413C29.231 16.7648 30.6667 18.8255 30.6667 21.1232C30.6667 24.1406 28.1685 26.6667 25.0207 26.6667H7.13985C5.61186 26.6667 4.16033 26.0813 3.10151 25.0316C1.97271 23.9764 1.37113 22.5507 1.33364 21.0172L1.33337 21.0061V20.931C1.33337 19.4708 1.91227 18.0875 2.94791 17.0158C4.01731 15.9106 5.47621 15.2824 7.052 15.2599C7.78055 14.0773 9.11328 13.3053 10.639 13.3053C10.8502 13.3053 11.0644 13.32 11.2804 13.3529Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.6324 11.2593C16.1299 11.2593 13.8452 12.658 12.7202 14.9032L12.2944 15.753L11.3812 15.3733C11.1408 15.2734 10.8986 15.2312 10.639 15.2312C9.74054 15.2312 8.95927 15.7605 8.64931 16.5779L8.35877 17.3441L7.50752 17.2025C7.4148 17.1871 7.33863 17.1852 7.13986 17.1852C6.11696 17.1852 5.17015 17.5798 4.4617 18.3118C3.76397 19.0339 3.37988 19.9568 3.37988 20.9309V20.9834C3.40892 22.0662 3.82976 23.0019 4.55219 23.6731L4.56519 23.6852L4.57773 23.6977C5.25136 24.3698 6.16993 24.7408 7.13985 24.7408H25.0207C26.9451 24.7408 28.6202 23.1668 28.6202 21.1231C28.6202 19.4097 27.4508 17.9889 25.9385 17.5995L25.3014 17.4355L25.1979 16.8215C24.6595 13.6262 21.8397 11.2593 18.6324 11.2593Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.6324 11.2593C16.1299 11.2593 13.8452 12.658 12.7202 14.9032L12.2944 15.753L11.3812 15.3733C11.1408 15.2734 10.8986 15.2312 10.639 15.2312C9.74054 15.2312 8.95927 15.7605 8.64931 16.5779L8.35877 17.3441L7.50752 17.2025C7.4148 17.1871 7.33863 17.1852 7.13986 17.1852C6.11696 17.1852 5.17015 17.5798 4.4617 18.3118C3.76397 19.0339 3.37988 19.9568 3.37988 20.9309V20.9834C3.40892 22.0662 3.82976 23.0019 4.55219 23.6731L4.56519 23.6852L4.57773 23.6977C5.25136 24.3698 6.16993 24.7408 7.13985 24.7408H25.0207C26.9451 24.7408 28.6202 23.1668 28.6202 21.1231C28.6202 19.4097 27.4508 17.9889 25.9385 17.5995L25.3014 17.4355L25.1979 16.8215C24.6595 13.6262 21.8397 11.2593 18.6324 11.2593Z\" fill=\"currentColor\"/> <path d=\"M16.0962 9.70457C14.1002 10.3044 12.387 11.599 11.2804 13.3529C11.0643 13.32 10.8501 13.3053 10.6389 13.3053C10.0908 13.3053 9.56756 13.405 9.08831 13.5875C8.3948 12.9634 7.92363 12.109 7.81514 11.1309C7.57159 8.93522 9.24778 6.94745 11.559 6.69108C13.6914 6.45456 15.6194 7.77449 16.0962 9.70457Z\" fill=\"currentColor\"/> <path d=\"M11.6302 2.96275C11.4045 2.58237 10.8094 2.64838 10.6726 3.06896L9.93391 5.33977C9.83985 5.62892 9.50225 5.7761 9.21489 5.65323L6.95814 4.6883C6.54016 4.50958 6.09572 4.89677 6.243 5.31132L7.03821 7.54952C7.13947 7.83452 6.95487 8.14227 6.64505 8.20497L4.21192 8.69741C3.76127 8.78861 3.63728 9.34909 4.0124 9.59925L6.03777 10.9499C6.29567 11.1219 6.33458 11.4727 6.12064 11.697L4.4405 13.4587C4.12932 13.785 4.37313 14.3047 4.83281 14.2949L7.31471 14.2422C7.48559 14.2385 7.63645 14.3128 7.73323 14.4293C8.12014 14.0686 8.57945 13.7814 9.08836 13.5875C8.39485 12.9634 7.92368 12.109 7.81519 11.1309C7.57164 8.93525 9.24783 6.94748 11.5591 6.69111C13.6915 6.45458 15.6194 7.77452 16.0963 9.7046C16.756 9.50637 17.4466 9.38403 18.1564 9.34609L19.5596 7.87473C19.8708 7.54843 19.627 7.02876 19.1673 7.03853L16.6854 7.09128C16.3694 7.098 16.1218 6.83818 16.1581 6.53792L16.4435 4.17986C16.4964 3.74311 15.9779 3.46273 15.6092 3.7287L13.6188 5.16474C13.3654 5.34759 13.0037 5.27798 12.8486 5.01647L11.6302 2.96275Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.6324 11.2593C16.1299 11.2593 13.8452 12.6581 12.7202 14.9033L12.2944 15.753L11.3812 15.3734C11.1408 15.2734 10.8987 15.2313 10.639 15.2313C9.74054 15.2313 8.95928 15.7606 8.64931 16.5779L8.35877 17.3441L7.50752 17.2026C7.41481 17.1871 7.33864 17.1852 7.13986 17.1852C6.11696 17.1852 5.17016 17.5798 4.4617 18.3118C3.76397 19.0339 3.37989 19.9569 3.37989 20.931V20.9835C3.40892 22.0662 3.82977 23.002 4.55219 23.6731L4.5652 23.6852L4.57773 23.6977C5.25136 24.3698 6.16993 24.7408 7.13985 24.7408H25.0207C26.9451 24.7408 28.6202 23.1668 28.6202 21.1232C28.6202 19.4097 27.4508 17.989 25.9385 17.5995L25.3014 17.4355L25.1979 16.8215C24.6595 13.6262 21.8397 11.2593 18.6324 11.2593ZM11.2804 13.3529C12.8341 10.8906 15.5833 9.33337 18.6324 9.33337C22.7294 9.33337 26.1887 12.1802 27.1004 15.9413C29.231 16.7648 30.6667 18.8255 30.6667 21.1232C30.6667 24.1406 28.1685 26.6667 25.0207 26.6667H7.13985C5.61186 26.6667 4.16033 26.0813 3.10151 25.0316C1.97271 23.9764 1.37113 22.5507 1.33364 21.0172L1.33337 21.0061V20.931C1.33337 19.4708 1.91227 18.0875 2.94791 17.0158C4.01731 15.9106 5.47621 15.2824 7.052 15.2599C7.78055 14.0773 9.11328 13.3053 10.639 13.3053C10.8502 13.3053 11.0644 13.32 11.2804 13.3529Z\" style=\"fill: var(--data-weather-cloud-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.6324 11.2593C16.1299 11.2593 13.8452 12.658 12.7202 14.9032L12.2944 15.753L11.3812 15.3733C11.1408 15.2734 10.8986 15.2312 10.639 15.2312C9.74054 15.2312 8.95927 15.7605 8.64931 16.5779L8.35877 17.3441L7.50752 17.2025C7.4148 17.1871 7.33863 17.1852 7.13986 17.1852C6.11696 17.1852 5.17015 17.5798 4.4617 18.3118C3.76397 19.0339 3.37988 19.9568 3.37988 20.9309V20.9834C3.40892 22.0662 3.82976 23.0019 4.55219 23.6731L4.56519 23.6852L4.57773 23.6977C5.25136 24.3698 6.16993 24.7408 7.13985 24.7408H25.0207C26.9451 24.7408 28.6202 23.1668 28.6202 21.1231C28.6202 19.4097 27.4508 17.9889 25.9385 17.5995L25.3014 17.4355L25.1979 16.8215C24.6595 13.6262 21.8397 11.2593 18.6324 11.2593Z\" style=\"fill: var(--data-weather-cloud-seconday-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.6324 11.2593C16.1299 11.2593 13.8452 12.658 12.7202 14.9032L12.2944 15.753L11.3812 15.3733C11.1408 15.2734 10.8986 15.2312 10.639 15.2312C9.74054 15.2312 8.95927 15.7605 8.64931 16.5779L8.35877 17.3441L7.50752 17.2025C7.4148 17.1871 7.33863 17.1852 7.13986 17.1852C6.11696 17.1852 5.17015 17.5798 4.4617 18.3118C3.76397 19.0339 3.37988 19.9568 3.37988 20.9309V20.9834C3.40892 22.0662 3.82976 23.0019 4.55219 23.6731L4.56519 23.6852L4.57773 23.6977C5.25136 24.3698 6.16993 24.7408 7.13985 24.7408H25.0207C26.9451 24.7408 28.6202 23.1668 28.6202 21.1231C28.6202 19.4097 27.4508 17.9889 25.9385 17.5995L25.3014 17.4355L25.1979 16.8215C24.6595 13.6262 21.8397 11.2593 18.6324 11.2593Z\" style=\"fill: var(--data-weather-cloud-seconday-color)\"/> <path d=\"M16.0962 9.70457C14.1002 10.3044 12.387 11.599 11.2804 13.3529C11.0643 13.32 10.8501 13.3053 10.6389 13.3053C10.0908 13.3053 9.56756 13.405 9.08831 13.5875C8.3948 12.9634 7.92363 12.109 7.81514 11.1309C7.57159 8.93522 9.24778 6.94745 11.559 6.69108C13.6914 6.45456 15.6194 7.77449 16.0962 9.70457Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M11.6302 2.96275C11.4045 2.58237 10.8094 2.64838 10.6726 3.06896L9.93391 5.33977C9.83985 5.62892 9.50225 5.7761 9.21489 5.65323L6.95814 4.6883C6.54016 4.50958 6.09572 4.89677 6.243 5.31132L7.03821 7.54952C7.13947 7.83452 6.95487 8.14227 6.64505 8.20497L4.21192 8.69741C3.76127 8.78861 3.63728 9.34909 4.0124 9.59925L6.03777 10.9499C6.29567 11.1219 6.33458 11.4727 6.12064 11.697L4.4405 13.4587C4.12932 13.785 4.37313 14.3047 4.83281 14.2949L7.31471 14.2422C7.48559 14.2385 7.63645 14.3128 7.73323 14.4293C8.12014 14.0686 8.57945 13.7814 9.08836 13.5875C8.39485 12.9634 7.92368 12.109 7.81519 11.1309C7.57164 8.93525 9.24783 6.94748 11.5591 6.69111C13.6915 6.45458 15.6194 7.77452 16.0963 9.7046C16.756 9.50637 17.4466 9.38403 18.1564 9.34609L19.5596 7.87473C19.8708 7.54843 19.627 7.02876 19.1673 7.03853L16.6854 7.09128C16.3694 7.098 16.1218 6.83818 16.1581 6.53792L16.4435 4.17986C16.4964 3.74311 15.9779 3.46273 15.6092 3.7287L13.6188 5.16474C13.3654 5.34759 13.0037 5.27798 12.8486 5.01647L11.6302 2.96275Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-partlycloudy-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPartlycloudyDayColour",
          "declaration": {
            "name": "ObiPartlycloudyDayColour",
            "module": "src/icons/icon-partlycloudy-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-partlycloudy-day-colour",
          "declaration": {
            "name": "ObiPartlycloudyDayColour",
            "module": "src/icons/icon-partlycloudy-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-partlycloudy-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPartlycloudyDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6723 3.06884C10.8091 2.64826 11.4042 2.58225 11.6299 2.96262L12.8482 5.01635C13.0034 5.27786 13.365 5.34747 13.6185 5.16461L15.6089 3.72858C15.9776 3.4626 16.4961 3.74299 16.4432 4.17973L16.1578 6.53779C16.1215 6.83806 16.369 7.09787 16.6851 7.09116L19.167 7.0384C19.6266 7.02863 19.8705 7.54831 19.5593 7.87461L18.156 9.34597C18.3138 9.33753 18.4725 9.33327 18.6321 9.33327C22.729 9.33327 26.1884 12.1801 27.1001 15.9412C29.2307 16.7647 30.6663 18.8254 30.6663 21.1231C30.6663 24.1405 28.1682 26.6666 25.0204 26.6666H7.13948C5.6115 26.6666 4.15997 26.0812 3.10115 25.0315C1.97235 23.9763 1.37076 22.5506 1.33328 21.0171L1.33301 21.006V20.9309C1.33301 19.4707 1.9119 18.0874 2.94754 17.0157C4.01694 15.9105 5.47584 15.2823 7.05164 15.2598C7.24051 14.9532 7.46998 14.6743 7.7329 14.4292C7.63611 14.3127 7.48526 14.2384 7.31438 14.2421L4.83249 14.2948C4.3728 14.3046 4.12899 13.7849 4.44018 13.4586L6.12031 11.6969C6.33425 11.4726 6.29534 11.1218 6.03744 10.9498L4.01208 9.59913C3.63695 9.34897 3.76095 8.78849 4.2116 8.69728L6.64472 8.20485C6.95455 8.14215 7.13915 7.83439 7.03789 7.54939L6.24268 5.3112C6.09539 4.89665 6.53984 4.50946 6.95782 4.68818L9.21457 5.65311C9.50193 5.77597 9.83953 5.6288 9.93359 5.33964L10.6723 3.06884ZM9.08803 13.5874C9.56728 13.4049 10.0905 13.3052 10.6386 13.3052C10.8498 13.3052 11.064 13.3199 11.2801 13.3528C12.3867 11.5989 14.0999 10.3043 16.096 9.70448C15.6191 7.77439 13.6911 6.45446 11.5587 6.69099C9.24751 6.94736 7.57131 8.93513 7.81486 11.1308C7.92336 12.1089 8.39452 12.9633 9.08803 13.5874ZM12.7198 14.9032C13.8449 12.658 16.1295 11.2592 18.6321 11.2592C21.8393 11.2592 24.6591 13.6261 25.1975 16.8214L25.301 17.4354L25.9381 17.5994C27.4504 17.9889 28.6198 19.4096 28.6198 21.1231C28.6198 23.1667 26.9447 24.7407 25.0204 24.7407H7.13948C6.16957 24.7407 5.251 24.3697 4.57737 23.6976L4.56483 23.6851L4.55183 23.673C3.8294 23.0019 3.40856 22.0661 3.37952 20.9833V20.9309C3.37952 19.9568 3.76361 19.0338 4.46134 18.3117C5.16979 17.5797 6.1166 17.1851 7.13949 17.1851C7.33827 17.1851 7.41444 17.187 7.50715 17.2025L8.35841 17.344L8.64895 16.5778C8.95891 15.7605 9.74018 15.2312 10.6386 15.2312C10.8983 15.2312 11.1404 15.2733 11.3808 15.3733L12.294 15.7529L12.7198 14.9032Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6723 3.06884C10.8091 2.64826 11.4042 2.58225 11.6299 2.96262L12.8482 5.01635C13.0034 5.27786 13.365 5.34747 13.6185 5.16461L15.6089 3.72858C15.9776 3.4626 16.4961 3.74299 16.4432 4.17973L16.1578 6.53779C16.1215 6.83806 16.369 7.09787 16.6851 7.09116L19.167 7.0384C19.6266 7.02863 19.8705 7.54831 19.5593 7.87461L18.156 9.34597C18.3138 9.33753 18.4725 9.33327 18.6321 9.33327C22.729 9.33327 26.1884 12.1801 27.1001 15.9412C29.2307 16.7647 30.6663 18.8254 30.6663 21.1231C30.6663 24.1405 28.1682 26.6666 25.0204 26.6666H7.13948C5.6115 26.6666 4.15997 26.0812 3.10115 25.0315C1.97235 23.9763 1.37076 22.5506 1.33328 21.0171L1.33301 21.006V20.9309C1.33301 19.4707 1.9119 18.0874 2.94754 17.0157C4.01694 15.9105 5.47584 15.2823 7.05164 15.2598C7.24051 14.9532 7.46998 14.6743 7.7329 14.4292C7.63611 14.3127 7.48526 14.2384 7.31438 14.2421L4.83249 14.2948C4.3728 14.3046 4.12899 13.7849 4.44018 13.4586L6.12031 11.6969C6.33425 11.4726 6.29534 11.1218 6.03744 10.9498L4.01208 9.59913C3.63695 9.34897 3.76095 8.78849 4.2116 8.69728L6.64472 8.20485C6.95455 8.14215 7.13915 7.83439 7.03789 7.54939L6.24268 5.3112C6.09539 4.89665 6.53984 4.50946 6.95782 4.68818L9.21457 5.65311C9.50193 5.77597 9.83953 5.6288 9.93359 5.33964L10.6723 3.06884ZM9.08803 13.5874C9.56728 13.4049 10.0905 13.3052 10.6386 13.3052C10.8498 13.3052 11.064 13.3199 11.2801 13.3528C12.3867 11.5989 14.0999 10.3043 16.096 9.70448C15.6191 7.77439 13.6911 6.45446 11.5587 6.69099C9.24751 6.94736 7.57131 8.93513 7.81486 11.1308C7.92336 12.1089 8.39452 12.9633 9.08803 13.5874ZM12.7198 14.9032C13.8449 12.658 16.1295 11.2592 18.6321 11.2592C21.8393 11.2592 24.6591 13.6261 25.1975 16.8214L25.301 17.4354L25.9381 17.5994C27.4504 17.9889 28.6198 19.4096 28.6198 21.1231C28.6198 23.1667 26.9447 24.7407 25.0204 24.7407H7.13948C6.16957 24.7407 5.251 24.3697 4.57737 23.6976L4.56483 23.6851L4.55183 23.673C3.8294 23.0019 3.40856 22.0661 3.37952 20.9833V20.9309C3.37952 19.9568 3.76361 19.0338 4.46134 18.3117C5.16979 17.5797 6.1166 17.1851 7.13949 17.1851C7.33827 17.1851 7.41444 17.187 7.50715 17.2025L8.35841 17.344L8.64895 16.5778C8.95891 15.7605 9.74018 15.2312 10.6386 15.2312C10.8983 15.2312 11.1404 15.2733 11.3808 15.3733L12.294 15.7529L12.7198 14.9032Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-partlycloudy-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPartlycloudyDay",
          "declaration": {
            "name": "ObiPartlycloudyDay",
            "module": "src/icons/icon-partlycloudy-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-partlycloudy-day",
          "declaration": {
            "name": "ObiPartlycloudyDay",
            "module": "src/icons/icon-partlycloudy-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-partlycloudy-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPartlycloudyNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.6323 13.9259C16.1298 13.9259 13.8451 15.3247 12.72 17.5699L12.2942 18.4197L11.381 18.04C11.1406 17.94 10.8985 17.8979 10.6389 17.8979C9.74042 17.8979 8.95915 18.4272 8.64919 19.2446L8.35865 20.0108L7.5074 19.8692C7.41468 19.8538 7.33851 19.8519 7.13974 19.8519C6.11684 19.8519 5.17003 20.2464 4.46158 20.9785C3.76385 21.7006 3.37976 22.6235 3.37976 23.5976V23.6501C3.4088 24.7328 3.82964 25.6686 4.55207 26.3397L4.56507 26.3518L4.57761 26.3643C5.25124 27.0365 6.16981 27.4074 7.13973 27.4074H25.0206C26.945 27.4074 28.6201 25.8334 28.6201 23.7898C28.6201 22.0763 27.4507 20.6556 25.9383 20.2662L25.3012 20.1021L25.1978 19.4882C24.6593 16.2928 21.8396 13.9259 18.6323 13.9259ZM11.2803 16.0195C12.834 13.5572 15.5832 12 18.6323 12C22.7293 12 26.1886 14.8468 27.1003 18.6079C29.2309 19.4314 30.6666 21.4921 30.6666 23.7898C30.6666 26.8072 28.1684 29.3333 25.0206 29.3333H7.13973C5.61174 29.3333 4.16021 28.748 3.10139 27.6983C1.97259 26.643 1.37101 25.2173 1.33352 23.6838L1.33325 23.6727V23.5976C1.33325 22.1374 1.91215 20.7541 2.94779 19.6824C4.01719 18.5773 5.47609 17.9491 7.05188 17.9266C7.78043 16.744 9.11315 15.972 10.6389 15.972C10.8501 15.972 11.0642 15.9867 11.2803 16.0195Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.6324 13.9259C16.1299 13.9259 13.8452 15.3247 12.7202 17.5699L12.2944 18.4196L11.3812 18.04C11.1408 17.94 10.8986 17.8979 10.639 17.8979C9.74054 17.8979 8.95927 18.4272 8.64931 19.2446L8.35877 20.0107L7.50752 19.8692C7.4148 19.8537 7.33863 19.8518 7.13986 19.8518C6.11696 19.8518 5.17015 20.2464 4.4617 20.9784C3.76397 21.7006 3.37988 22.6235 3.37988 23.5976V23.6501C3.40892 24.7328 3.82976 25.6686 4.55219 26.3397L4.56519 26.3518L4.57773 26.3643C5.25136 27.0365 6.16993 27.4074 7.13985 27.4074H25.0207C26.9451 27.4074 28.6202 25.8334 28.6202 23.7898C28.6202 22.0763 27.4508 20.6556 25.9385 20.2661L25.3014 20.1021L25.1979 19.4881C24.6595 16.2928 21.8397 13.9259 18.6324 13.9259Z\" fill=\"currentColor\"/> <path d=\"M11.5312 6.50126C11.5312 10.8943 7.8944 14.4555 3.40816 14.4555C2.85597 14.4555 2.4507 15.0551 2.79236 15.4983C3.64041 16.5984 4.76071 17.4747 6.0513 18.0243C6.37761 17.9644 6.71211 17.9314 7.05204 17.9265C7.7806 16.7439 9.11332 15.9719 10.639 15.9719C10.8502 15.9719 11.0644 15.9866 11.2805 16.0194C12.581 13.9583 14.7193 12.5314 17.1699 12.1211C17.2771 11.5904 17.3334 11.041 17.3334 10.4784C17.3334 6.84984 14.992 3.77258 11.7491 2.69801C11.2104 2.51952 10.7946 3.13698 11.0034 3.67476C11.3445 4.55304 11.5312 5.50578 11.5312 6.50126Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.6323 13.9259C16.1298 13.9259 13.8451 15.3247 12.72 17.5699L12.2942 18.4197L11.381 18.04C11.1406 17.94 10.8985 17.8979 10.6389 17.8979C9.74042 17.8979 8.95915 18.4272 8.64919 19.2446L8.35865 20.0108L7.5074 19.8692C7.41468 19.8538 7.33851 19.8519 7.13974 19.8519C6.11684 19.8519 5.17003 20.2464 4.46158 20.9785C3.76385 21.7006 3.37976 22.6235 3.37976 23.5976V23.6501C3.4088 24.7328 3.82964 25.6686 4.55207 26.3397L4.56507 26.3518L4.57761 26.3643C5.25124 27.0365 6.16981 27.4074 7.13973 27.4074H25.0206C26.945 27.4074 28.6201 25.8334 28.6201 23.7898C28.6201 22.0763 27.4507 20.6556 25.9383 20.2662L25.3012 20.1021L25.1978 19.4882C24.6593 16.2928 21.8396 13.9259 18.6323 13.9259ZM11.2803 16.0195C12.834 13.5572 15.5832 12 18.6323 12C22.7293 12 26.1886 14.8468 27.1003 18.6079C29.2309 19.4314 30.6666 21.4921 30.6666 23.7898C30.6666 26.8072 28.1684 29.3333 25.0206 29.3333H7.13973C5.61174 29.3333 4.16021 28.748 3.10139 27.6983C1.97259 26.643 1.37101 25.2173 1.33352 23.6838L1.33325 23.6727V23.5976C1.33325 22.1374 1.91215 20.7541 2.94779 19.6824C4.01719 18.5773 5.47609 17.9491 7.05188 17.9266C7.78043 16.744 9.11315 15.972 10.6389 15.972C10.8501 15.972 11.0642 15.9867 11.2803 16.0195Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.6324 13.9259C16.1299 13.9259 13.8452 15.3247 12.7202 17.5699L12.2944 18.4196L11.3812 18.04C11.1408 17.94 10.8986 17.8979 10.639 17.8979C9.74054 17.8979 8.95927 18.4272 8.64931 19.2446L8.35877 20.0107L7.50752 19.8692C7.4148 19.8537 7.33863 19.8518 7.13986 19.8518C6.11696 19.8518 5.17015 20.2464 4.4617 20.9784C3.76397 21.7006 3.37988 22.6235 3.37988 23.5976V23.6501C3.40892 24.7328 3.82976 25.6686 4.55219 26.3397L4.56519 26.3518L4.57773 26.3643C5.25136 27.0365 6.16993 27.4074 7.13985 27.4074H25.0207C26.9451 27.4074 28.6202 25.8334 28.6202 23.7898C28.6202 22.0763 27.4508 20.6556 25.9385 20.2661L25.3014 20.1021L25.1979 19.4881C24.6595 16.2928 21.8397 13.9259 18.6324 13.9259Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path d=\"M11.5312 6.50126C11.5312 10.8943 7.8944 14.4555 3.40816 14.4555C2.85597 14.4555 2.4507 15.0551 2.79236 15.4983C3.64041 16.5984 4.76071 17.4747 6.0513 18.0243C6.37761 17.9644 6.71211 17.9314 7.05204 17.9265C7.7806 16.7439 9.11332 15.9719 10.639 15.9719C10.8502 15.9719 11.0644 15.9866 11.2805 16.0194C12.581 13.9583 14.7193 12.5314 17.1699 12.1211C17.2771 11.5904 17.3334 11.041 17.3334 10.4784C17.3334 6.84984 14.992 3.77258 11.7491 2.69801C11.2104 2.51952 10.7946 3.13698 11.0034 3.67476C11.3445 4.55304 11.5312 5.50578 11.5312 6.50126Z\" style=\"fill: var(--data-weather-moon-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-partlycloudy-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPartlycloudyNightColour",
          "declaration": {
            "name": "ObiPartlycloudyNightColour",
            "module": "src/icons/icon-partlycloudy-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-partlycloudy-night-colour",
          "declaration": {
            "name": "ObiPartlycloudyNightColour",
            "module": "src/icons/icon-partlycloudy-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-partlycloudy-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPartlycloudyNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.40799 14.4555C7.89424 14.4555 11.5311 10.8943 11.5311 6.50126C11.5311 5.50578 11.3443 4.55304 11.0033 3.67476C10.7944 3.13698 11.2102 2.51952 11.7489 2.69801C14.9918 3.77258 17.3333 6.84984 17.3333 10.4784C17.3333 11.041 17.277 11.5904 17.1697 12.1211C17.6467 12.0413 18.1355 12 18.6323 12C22.7293 12 26.1886 14.8468 27.1003 18.6079C29.2309 19.4313 30.6666 21.4921 30.6666 23.7897C30.6666 26.8072 28.1684 29.3333 25.0206 29.3333H7.13973C5.61174 29.3333 4.16021 28.7479 3.10139 27.6982C1.97259 26.643 1.37101 25.2173 1.33352 23.6838L1.33325 23.6727V23.5976C1.33325 22.1373 1.91215 20.754 2.94779 19.6824C3.78649 18.8156 4.86478 18.2423 6.05113 18.0243C4.76054 17.4747 3.64025 16.5984 2.7922 15.4983C2.45054 15.0551 2.85581 14.4555 3.40799 14.4555ZM12.72 17.5698C13.8451 15.3247 16.1298 13.9259 18.6323 13.9259C21.8396 13.9259 24.6593 16.2928 25.1978 19.4881L25.3012 20.1021L25.9383 20.2661C27.4507 20.6555 28.6201 22.0763 28.6201 23.7897C28.6201 25.8334 26.945 27.4074 25.0206 27.4074H7.13973C6.16981 27.4074 5.25124 27.0364 4.57761 26.3643L4.56507 26.3518L4.55207 26.3397C3.82964 25.6685 3.4088 24.7328 3.37976 23.65V23.5976C3.37976 22.6234 3.76385 21.7005 4.46158 20.9784C5.17003 20.2464 6.11684 19.8518 7.13974 19.8518C7.33851 19.8518 7.41468 19.8537 7.5074 19.8692L8.35865 20.0107L8.64919 19.2445C8.95915 18.4271 9.74042 17.8979 10.6389 17.8979C10.8985 17.8979 11.1406 17.94 11.381 18.0399L12.2942 18.4196L12.72 17.5698Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.40799 14.4555C7.89424 14.4555 11.5311 10.8943 11.5311 6.50126C11.5311 5.50578 11.3443 4.55304 11.0033 3.67476C10.7944 3.13698 11.2102 2.51952 11.7489 2.69801C14.9918 3.77258 17.3333 6.84984 17.3333 10.4784C17.3333 11.041 17.277 11.5904 17.1697 12.1211C17.6467 12.0413 18.1355 12 18.6323 12C22.7293 12 26.1886 14.8468 27.1003 18.6079C29.2309 19.4313 30.6666 21.4921 30.6666 23.7897C30.6666 26.8072 28.1684 29.3333 25.0206 29.3333H7.13973C5.61174 29.3333 4.16021 28.7479 3.10139 27.6982C1.97259 26.643 1.37101 25.2173 1.33352 23.6838L1.33325 23.6727V23.5976C1.33325 22.1373 1.91215 20.754 2.94779 19.6824C3.78649 18.8156 4.86478 18.2423 6.05113 18.0243C4.76054 17.4747 3.64025 16.5984 2.7922 15.4983C2.45054 15.0551 2.85581 14.4555 3.40799 14.4555ZM12.72 17.5698C13.8451 15.3247 16.1298 13.9259 18.6323 13.9259C21.8396 13.9259 24.6593 16.2928 25.1978 19.4881L25.3012 20.1021L25.9383 20.2661C27.4507 20.6555 28.6201 22.0763 28.6201 23.7897C28.6201 25.8334 26.945 27.4074 25.0206 27.4074H7.13973C6.16981 27.4074 5.25124 27.0364 4.57761 26.3643L4.56507 26.3518L4.55207 26.3397C3.82964 25.6685 3.4088 24.7328 3.37976 23.65V23.5976C3.37976 22.6234 3.76385 21.7005 4.46158 20.9784C5.17003 20.2464 6.11684 19.8518 7.13974 19.8518C7.33851 19.8518 7.41468 19.8537 7.5074 19.8692L8.35865 20.0107L8.64919 19.2445C8.95915 18.4271 9.74042 17.8979 10.6389 17.8979C10.8985 17.8979 11.1406 17.94 11.381 18.0399L12.2942 18.4196L12.72 17.5698Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-partlycloudy-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPartlycloudyNight",
          "declaration": {
            "name": "ObiPartlycloudyNight",
            "module": "src/icons/icon-partlycloudy-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-partlycloudy-night",
          "declaration": {
            "name": "ObiPartlycloudyNight",
            "module": "src/icons/icon-partlycloudy-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-partlycloudy-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPartlycloudyPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 8.00004C2.66675 7.63185 2.96522 7.33337 3.33341 7.33337H18.0001C18.3683 7.33337 18.6667 7.63185 18.6667 8.00004C18.6667 8.36823 18.3683 8.66671 18.0001 8.66671H3.33342C2.96523 8.66671 2.66675 8.36823 2.66675 8.00004Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.6323 11.2593C16.1298 11.2593 13.8451 12.6581 12.72 14.9033L12.2942 15.753L11.381 15.3734C11.1406 15.2734 10.8985 15.2313 10.6389 15.2313C9.74042 15.2313 8.95915 15.7606 8.64919 16.5779L8.35865 17.3441L7.5074 17.2026C7.41468 17.1871 7.33851 17.1852 7.13974 17.1852C6.11684 17.1852 5.17003 17.5798 4.46158 18.3118C3.76385 19.0339 3.37976 19.9569 3.37976 20.931V20.9835C3.4088 22.0662 3.82964 23.002 4.55207 23.6731L4.56507 23.6852L4.57761 23.6977C5.25124 24.3698 6.16981 24.7408 7.13973 24.7408H25.0206C26.945 24.7408 28.6201 23.1668 28.6201 21.1232C28.6201 19.4097 27.4507 17.989 25.9383 17.5995L25.3012 17.4355L25.1978 16.8215C24.6593 13.6262 21.8396 11.2593 18.6323 11.2593ZM11.2803 13.3529C12.834 10.8906 15.5832 9.33337 18.6323 9.33337C22.7293 9.33337 26.1886 12.1802 27.1003 15.9413C29.2309 16.7648 30.6666 18.8255 30.6666 21.1232C30.6666 24.1406 28.1684 26.6667 25.0206 26.6667H7.13973C5.61174 26.6667 4.16021 26.0813 3.10139 25.0316C1.97259 23.9764 1.37101 22.5507 1.33352 21.0172L1.33325 21.0061V20.931C1.33325 19.4708 1.91215 18.0875 2.94779 17.0158C4.01719 15.9106 5.47609 15.2824 7.05188 15.2599C7.78043 14.0773 9.11315 13.3053 10.6389 13.3053C10.8501 13.3053 11.0642 13.32 11.2803 13.3529Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.6324 11.2593C16.1299 11.2593 13.8452 12.658 12.7202 14.9032L12.2944 15.753L11.3812 15.3733C11.1408 15.2734 10.8986 15.2312 10.639 15.2312C9.74054 15.2312 8.95927 15.7605 8.64931 16.5779L8.35877 17.3441L7.50752 17.2025C7.4148 17.1871 7.33863 17.1852 7.13986 17.1852C6.11696 17.1852 5.17015 17.5798 4.4617 18.3118C3.76397 19.0339 3.37988 19.9568 3.37988 20.9309V20.9834C3.40892 22.0662 3.82976 23.0019 4.55219 23.6731L4.56519 23.6852L4.57773 23.6977C5.25136 24.3698 6.16993 24.7408 7.13985 24.7408H25.0207C26.9451 24.7408 28.6202 23.1668 28.6202 21.1231C28.6202 19.4097 27.4508 17.9889 25.9385 17.5995L25.3014 17.4355L25.1979 16.8215C24.6595 13.6262 21.8397 11.2593 18.6324 11.2593Z\" fill=\"currentColor\"/> <path d=\"M6.45605 8.66663H14.8771C14.8771 9.27854 14.7325 9.85836 14.4739 10.3769C13.4879 10.9081 12.6131 11.6257 11.9019 12.4917C11.5113 12.6054 11.0965 12.6666 10.6666 12.6666C8.34117 12.6666 6.45605 10.8758 6.45605 8.66663Z\" fill=\"currentColor\"/> <path d=\"M4.70959 9.04246C4.82827 8.94278 4.88761 8.8047 4.88761 8.66663H6.45622C6.45622 10.8758 8.34134 12.6666 10.6667 12.6666C11.0966 12.6666 11.5114 12.6054 11.9021 12.4917C11.6781 12.7644 11.4704 13.0518 11.2805 13.3528C11.0644 13.32 10.8502 13.3053 10.639 13.3053C9.61594 13.3053 8.67963 13.6524 7.95409 14.2377L6.31467 15.1645C5.91894 15.3882 5.43452 15.0523 5.53521 14.6241L6.07882 12.3119C6.14804 12.0174 5.93064 11.7319 5.61579 11.7037L3.14321 11.4826C2.68525 11.4416 2.50022 10.8982 2.84548 10.6082L4.70959 9.04246Z\" fill=\"currentColor\"/> <path d=\"M17.1238 9.46232L16.6239 9.04246C16.5052 8.94278 16.4459 8.8047 16.4459 8.66663H14.8773C14.8773 9.27854 14.7326 9.85836 14.4741 10.3769C15.2909 9.93687 16.184 9.62478 17.1238 9.46232Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.66675 8.00004C2.66675 7.63185 2.96522 7.33337 3.33341 7.33337H18.0001C18.3683 7.33337 18.6667 7.63185 18.6667 8.00004C18.6667 8.36823 18.3683 8.66671 18.0001 8.66671H3.33342C2.96523 8.66671 2.66675 8.36823 2.66675 8.00004Z\" style=\"fill: var(--data-weather-moon-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.6323 11.2593C16.1298 11.2593 13.8451 12.6581 12.72 14.9033L12.2942 15.753L11.381 15.3734C11.1406 15.2734 10.8985 15.2313 10.6389 15.2313C9.74042 15.2313 8.95915 15.7606 8.64919 16.5779L8.35865 17.3441L7.5074 17.2026C7.41468 17.1871 7.33851 17.1852 7.13974 17.1852C6.11684 17.1852 5.17003 17.5798 4.46158 18.3118C3.76385 19.0339 3.37976 19.9569 3.37976 20.931V20.9835C3.4088 22.0662 3.82964 23.002 4.55207 23.6731L4.56507 23.6852L4.57761 23.6977C5.25124 24.3698 6.16981 24.7408 7.13973 24.7408H25.0206C26.945 24.7408 28.6201 23.1668 28.6201 21.1232C28.6201 19.4097 27.4507 17.989 25.9383 17.5995L25.3012 17.4355L25.1978 16.8215C24.6593 13.6262 21.8396 11.2593 18.6323 11.2593ZM11.2803 13.3529C12.834 10.8906 15.5832 9.33337 18.6323 9.33337C22.7293 9.33337 26.1886 12.1802 27.1003 15.9413C29.2309 16.7648 30.6666 18.8255 30.6666 21.1232C30.6666 24.1406 28.1684 26.6667 25.0206 26.6667H7.13973C5.61174 26.6667 4.16021 26.0813 3.10139 25.0316C1.97259 23.9764 1.37101 22.5507 1.33352 21.0172L1.33325 21.0061V20.931C1.33325 19.4708 1.91215 18.0875 2.94779 17.0158C4.01719 15.9106 5.47609 15.2824 7.05188 15.2599C7.78043 14.0773 9.11315 13.3053 10.6389 13.3053C10.8501 13.3053 11.0642 13.32 11.2803 13.3529Z\" style=\"fill: var(--data-weather-cloud-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.6324 11.2593C16.1299 11.2593 13.8452 12.658 12.7202 14.9032L12.2944 15.753L11.3812 15.3733C11.1408 15.2734 10.8986 15.2312 10.639 15.2312C9.74054 15.2312 8.95927 15.7605 8.64931 16.5779L8.35877 17.3441L7.50752 17.2025C7.4148 17.1871 7.33863 17.1852 7.13986 17.1852C6.11696 17.1852 5.17015 17.5798 4.4617 18.3118C3.76397 19.0339 3.37988 19.9568 3.37988 20.9309V20.9834C3.40892 22.0662 3.82976 23.0019 4.55219 23.6731L4.56519 23.6852L4.57773 23.6977C5.25136 24.3698 6.16993 24.7408 7.13985 24.7408H25.0207C26.9451 24.7408 28.6202 23.1668 28.6202 21.1231C28.6202 19.4097 27.4508 17.9889 25.9385 17.5995L25.3014 17.4355L25.1979 16.8215C24.6595 13.6262 21.8397 11.2593 18.6324 11.2593Z\" style=\"fill: var(--data-weather-cloud-seconday-color)\"/> <path d=\"M6.45605 8.66663H14.8771C14.8771 9.27854 14.7325 9.85836 14.4739 10.3769C13.4879 10.9081 12.6131 11.6257 11.9019 12.4917C11.5113 12.6054 11.0965 12.6666 10.6666 12.6666C8.34117 12.6666 6.45605 10.8758 6.45605 8.66663Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M4.70959 9.04246C4.82827 8.94278 4.88761 8.8047 4.88761 8.66663H6.45622C6.45622 10.8758 8.34134 12.6666 10.6667 12.6666C11.0966 12.6666 11.5114 12.6054 11.9021 12.4917C11.6781 12.7644 11.4704 13.0518 11.2805 13.3528C11.0644 13.32 10.8502 13.3053 10.639 13.3053C9.61594 13.3053 8.67963 13.6524 7.95409 14.2377L6.31467 15.1645C5.91894 15.3882 5.43452 15.0523 5.53521 14.6241L6.07882 12.3119C6.14804 12.0174 5.93064 11.7319 5.61579 11.7037L3.14321 11.4826C2.68525 11.4416 2.50022 10.8982 2.84548 10.6082L4.70959 9.04246Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M17.1238 9.46232L16.6239 9.04246C16.5052 8.94278 16.4459 8.8047 16.4459 8.66663H14.8773C14.8773 9.27854 14.7326 9.85836 14.4741 10.3769C15.2909 9.93687 16.184 9.62478 17.1238 9.46232Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-partlycloudy-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPartlycloudyPolartwilightColour",
          "declaration": {
            "name": "ObiPartlycloudyPolartwilightColour",
            "module": "src/icons/icon-partlycloudy-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-partlycloudy-polartwilight-colour",
          "declaration": {
            "name": "ObiPartlycloudyPolartwilightColour",
            "module": "src/icons/icon-partlycloudy-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-partlycloudy-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPartlycloudyPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33325 7.33337C2.96506 7.33337 2.66659 7.63185 2.66659 8.00004C2.66659 8.36823 2.96506 8.66671 3.33325 8.66671H4.88745C4.88745 8.80478 4.82811 8.94286 4.70943 9.04255L2.84531 10.6083C2.50005 10.8983 2.68508 11.4417 3.14304 11.4826L5.61563 11.7038C5.93047 11.732 6.14788 12.0175 6.07866 12.3119L5.53504 14.6242C5.43436 15.0524 5.91878 15.3883 6.31451 15.1645L7.95392 14.2378C7.59747 14.5253 7.29189 14.8703 7.05188 15.2599C5.47609 15.2824 4.01719 15.9106 2.94779 17.0158C1.91215 18.0875 1.33325 19.4708 1.33325 20.931V21.0061L1.33352 21.0172C1.37101 22.5507 1.97259 23.9764 3.10139 25.0316C4.16021 26.0813 5.61174 26.6667 7.13973 26.6667H25.0206C28.1684 26.6667 30.6666 24.1406 30.6666 21.1232C30.6666 18.8255 29.2309 16.7648 27.1003 15.9413C26.1886 12.1802 22.7293 9.33337 18.6323 9.33337C18.1195 9.33337 17.6152 9.37742 17.1236 9.4624L16.6237 9.04255C16.5051 8.94286 16.4457 8.80478 16.4457 8.66671H17.9999C18.3681 8.66671 18.6666 8.36823 18.6666 8.00004C18.6666 7.63185 18.3681 7.33337 17.9999 7.33337H3.33325ZM14.8771 8.66671H6.45606C6.45606 10.8758 8.34118 12.6667 10.6666 12.6667C11.0965 12.6667 11.5113 12.6055 11.9019 12.4918C12.6131 11.6258 13.4879 10.9082 14.4739 10.377C14.7325 9.85844 14.8771 9.27862 14.8771 8.66671ZM18.6323 11.2593C16.1298 11.2593 13.8451 12.6581 12.72 14.9033L12.2942 15.753L11.381 15.3734C11.1406 15.2734 10.8985 15.2313 10.6389 15.2313C9.74042 15.2313 8.95915 15.7606 8.64919 16.5779L8.35865 17.3441L7.5074 17.2026C7.41468 17.1871 7.33851 17.1852 7.13974 17.1852C6.11684 17.1852 5.17003 17.5798 4.46158 18.3118C3.76385 19.0339 3.37976 19.9569 3.37976 20.931V20.9835C3.4088 22.0662 3.82964 23.002 4.55207 23.6731L4.56507 23.6852L4.57761 23.6977C5.25124 24.3698 6.16981 24.7408 7.13973 24.7408H25.0206C26.945 24.7408 28.6201 23.1668 28.6201 21.1232C28.6201 19.4097 27.4507 17.989 25.9383 17.5995L25.3012 17.4355L25.1978 16.8215C24.6593 13.6262 21.8396 11.2593 18.6323 11.2593Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33325 7.33337C2.96506 7.33337 2.66659 7.63185 2.66659 8.00004C2.66659 8.36823 2.96506 8.66671 3.33325 8.66671H4.88745C4.88745 8.80478 4.82811 8.94286 4.70943 9.04255L2.84531 10.6083C2.50005 10.8983 2.68508 11.4417 3.14304 11.4826L5.61563 11.7038C5.93047 11.732 6.14788 12.0175 6.07866 12.3119L5.53504 14.6242C5.43436 15.0524 5.91878 15.3883 6.31451 15.1645L7.95392 14.2378C7.59747 14.5253 7.29189 14.8703 7.05188 15.2599C5.47609 15.2824 4.01719 15.9106 2.94779 17.0158C1.91215 18.0875 1.33325 19.4708 1.33325 20.931V21.0061L1.33352 21.0172C1.37101 22.5507 1.97259 23.9764 3.10139 25.0316C4.16021 26.0813 5.61174 26.6667 7.13973 26.6667H25.0206C28.1684 26.6667 30.6666 24.1406 30.6666 21.1232C30.6666 18.8255 29.2309 16.7648 27.1003 15.9413C26.1886 12.1802 22.7293 9.33337 18.6323 9.33337C18.1195 9.33337 17.6152 9.37742 17.1236 9.4624L16.6237 9.04255C16.5051 8.94286 16.4457 8.80478 16.4457 8.66671H17.9999C18.3681 8.66671 18.6666 8.36823 18.6666 8.00004C18.6666 7.63185 18.3681 7.33337 17.9999 7.33337H3.33325ZM14.8771 8.66671H6.45606C6.45606 10.8758 8.34118 12.6667 10.6666 12.6667C11.0965 12.6667 11.5113 12.6055 11.9019 12.4918C12.6131 11.6258 13.4879 10.9082 14.4739 10.377C14.7325 9.85844 14.8771 9.27862 14.8771 8.66671ZM18.6323 11.2593C16.1298 11.2593 13.8451 12.6581 12.72 14.9033L12.2942 15.753L11.381 15.3734C11.1406 15.2734 10.8985 15.2313 10.6389 15.2313C9.74042 15.2313 8.95915 15.7606 8.64919 16.5779L8.35865 17.3441L7.5074 17.2026C7.41468 17.1871 7.33851 17.1852 7.13974 17.1852C6.11684 17.1852 5.17003 17.5798 4.46158 18.3118C3.76385 19.0339 3.37976 19.9569 3.37976 20.931V20.9835C3.4088 22.0662 3.82964 23.002 4.55207 23.6731L4.56507 23.6852L4.57761 23.6977C5.25124 24.3698 6.16981 24.7408 7.13973 24.7408H25.0206C26.945 24.7408 28.6201 23.1668 28.6201 21.1232C28.6201 19.4097 27.4507 17.989 25.9383 17.5995L25.3012 17.4355L25.1978 16.8215C24.6593 13.6262 21.8396 11.2593 18.6323 11.2593Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-partlycloudy-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPartlycloudyPolartwilight",
          "declaration": {
            "name": "ObiPartlycloudyPolartwilight",
            "module": "src/icons/icon-partlycloudy-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-partlycloudy-polartwilight",
          "declaration": {
            "name": "ObiPartlycloudyPolartwilight",
            "module": "src/icons/icon-partlycloudy-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-past-position-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPastPositionIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-past-position-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPastPositionIec",
          "declaration": {
            "name": "ObiPastPositionIec",
            "module": "src/icons/icon-past-position-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-past-position-iec",
          "declaration": {
            "name": "ObiPastPositionIec",
            "module": "src/icons/icon-past-position-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-piezoelectric-crystal-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPiezoelectricCrystalOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 3H16V21H8V3Z\" fill=\"currentColor\"/> <path d=\"M4 5C4.55228 5 5 5.44772 5 6L5 18C5 18.5523 4.55228 19 4 19C3.44771 19 3 18.5523 3 18L3 6C3 5.44772 3.44772 5 4 5Z\" fill=\"currentColor\"/> <path d=\"M20 5C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19C19.4477 19 19 18.5523 19 18V6C19 5.44772 19.4477 5 20 5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 3H8V21H16V3ZM8 2C7.44772 2 7 2.44772 7 3V21C7 21.5523 7.44772 22 8 22H16C16.5523 22 17 21.5523 17 21V3C17 2.44772 16.5523 2 16 2H8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 3H16V21H8V3Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M4 5C4.55228 5 5 5.44772 5 6L5 18C5 18.5523 4.55228 19 4 19C3.44771 19 3 18.5523 3 18L3 6C3 5.44772 3.44772 5 4 5Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M20 5C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19C19.4477 19 19 18.5523 19 18V6C19 5.44772 19.4477 5 20 5Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 3H8V21H16V3ZM8 2C7.44772 2 7 2.44772 7 3V21C7 21.5523 7.44772 22 8 22H16C16.5523 22 17 21.5523 17 21V3C17 2.44772 16.5523 2 16 2H8Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-piezoelectric-crystal-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPiezoelectricCrystalOff",
          "declaration": {
            "name": "ObiPiezoelectricCrystalOff",
            "module": "src/icons/icon-piezoelectric-crystal-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-piezoelectric-crystal-off",
          "declaration": {
            "name": "ObiPiezoelectricCrystalOff",
            "module": "src/icons/icon-piezoelectric-crystal-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-piezoelectric-crystal-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPiezoelectricCrystalOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 3H16V21H8V3Z\" fill=\"currentColor\"/> <path d=\"M4 5C4.55228 5 5 5.44772 5 6L5 18C5 18.5523 4.55228 19 4 19C3.44771 19 3 18.5523 3 18L3 6C3 5.44772 3.44772 5 4 5Z\" fill=\"currentColor\"/> <path d=\"M20 5C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19C19.4477 19 19 18.5523 19 18V6C19 5.44772 19.4477 5 20 5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 3H8V21H16V3ZM8 2C7.44772 2 7 2.44772 7 3V21C7 21.5523 7.44772 22 8 22H16C16.5523 22 17 21.5523 17 21V3C17 2.44772 16.5523 2 16 2H8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 3H16V21H8V3Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M4 5C4.55228 5 5 5.44772 5 6L5 18C5 18.5523 4.55228 19 4 19C3.44771 19 3 18.5523 3 18L3 6C3 5.44772 3.44772 5 4 5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M20 5C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19C19.4477 19 19 18.5523 19 18V6C19 5.44772 19.4477 5 20 5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 3H8V21H16V3ZM8 2C7.44772 2 7 2.44772 7 3V21C7 21.5523 7.44772 22 8 22H16C16.5523 22 17 21.5523 17 21V3C17 2.44772 16.5523 2 16 2H8Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-piezoelectric-crystal-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPiezoelectricCrystalOn",
          "declaration": {
            "name": "ObiPiezoelectricCrystalOn",
            "module": "src/icons/icon-piezoelectric-crystal-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-piezoelectric-crystal-on",
          "declaration": {
            "name": "ObiPiezoelectricCrystalOn",
            "module": "src/icons/icon-piezoelectric-crystal-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-piezoelectric-crystal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPiezoelectricCrystal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 5C4.55228 5 5 5.44772 5 6L5 18C5 18.5523 4.55228 19 4 19C3.44771 19 3 18.5523 3 18L3 6C3 5.44772 3.44772 5 4 5Z\" fill=\"currentColor\"/> <path d=\"M20 5C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19C19.4477 19 19 18.5523 19 18V6C19 5.44772 19.4477 5 20 5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 3H8V21H16V3ZM8 2C7.44772 2 7 2.44772 7 3V21C7 21.5523 7.44772 22 8 22H16C16.5523 22 17 21.5523 17 21V3C17 2.44772 16.5523 2 16 2H8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 5C4.55228 5 5 5.44772 5 6L5 18C5 18.5523 4.55228 19 4 19C3.44771 19 3 18.5523 3 18L3 6C3 5.44772 3.44772 5 4 5Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M20 5C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19C19.4477 19 19 18.5523 19 18V6C19 5.44772 19.4477 5 20 5Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 3H8V21H16V3ZM8 2C7.44772 2 7 2.44772 7 3V21C7 21.5523 7.44772 22 8 22H16C16.5523 22 17 21.5523 17 21V3C17 2.44772 16.5523 2 16 2H8Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-piezoelectric-crystal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPiezoelectricCrystal",
          "declaration": {
            "name": "ObiPiezoelectricCrystal",
            "module": "src/icons/icon-piezoelectric-crystal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-piezoelectric-crystal",
          "declaration": {
            "name": "ObiPiezoelectricCrystal",
            "module": "src/icons/icon-piezoelectric-crystal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pilot-onboard.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPilotOnboard",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3599 4H4.35986V20H12.3599V4ZM2.85986 2C2.58372 2 2.35986 2.22386 2.35986 2.5V21.5C2.35986 21.7761 2.58372 22 2.85986 22H21.8599C22.136 22 22.3599 21.7761 22.3599 21.5V2.5C22.3599 2.22386 22.136 2 21.8599 2H2.85986Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3599 4H4.35986V20H12.3599V4ZM2.85986 2C2.58372 2 2.35986 2.22386 2.35986 2.5V21.5C2.35986 21.7761 2.58372 22 2.85986 22H21.8599C22.136 22 22.3599 21.7761 22.3599 21.5V2.5C22.3599 2.22386 22.136 2 21.8599 2H2.85986Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pilot-onboard",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPilotOnboard",
          "declaration": {
            "name": "ObiPilotOnboard",
            "module": "src/icons/icon-pilot-onboard.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pilot-onboard",
          "declaration": {
            "name": "ObiPilotOnboard",
            "module": "src/icons/icon-pilot-onboard.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pilotage.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPilotage",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.3035 12L12 14.9689L13.6965 12L12 9.03113L10.3035 12ZM8 12L12 19L16 12L12 5L8 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.3035 12L12 14.9689L13.6965 12L12 9.03113L10.3035 12ZM8 12L12 19L16 12L12 5L8 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pilotage",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPilotage",
          "declaration": {
            "name": "ObiPilotage",
            "module": "src/icons/icon-pilotage.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pilotage",
          "declaration": {
            "name": "ObiPilotage",
            "module": "src/icons/icon-pilotage.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pin-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPinGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 4V9C14 10.12 14.37 11.16 15 12H9C9.65 11.14 10 10.1 10 9V4H14ZM17 2H7C6.45 2 6 2.45 6 3C6 3.55 6.45 4 7 4H8V9C8 10.66 6.66 12 5 12V14H10.97V21L11.97 22L12.97 21V14H19V12C17.34 12 16 10.66 16 9V4H17C17.55 4 18 3.55 18 3C18 2.45 17.55 2 17 2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 4V9C14 10.12 14.37 11.16 15 12H9C9.65 11.14 10 10.1 10 9V4H14ZM17 2H7C6.45 2 6 2.45 6 3C6 3.55 6.45 4 7 4H8V9C8 10.66 6.66 12 5 12V14H10.97V21L11.97 22L12.97 21V14H19V12C17.34 12 16 10.66 16 9V4H17C17.55 4 18 3.55 18 3C18 2.45 17.55 2 17 2Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pin-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPinGoogle",
          "declaration": {
            "name": "ObiPinGoogle",
            "module": "src/icons/icon-pin-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pin-google",
          "declaration": {
            "name": "ObiPinGoogle",
            "module": "src/icons/icon-pin-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pin-selected-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPinSelectedGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 9V4H17C17.55 4 18 3.55 18 3C18 2.45 17.55 2 17 2H7C6.45 2 6 2.45 6 3C6 3.55 6.45 4 7 4H8V9C8 10.66 6.66 12 5 12V14H10.97V21L11.97 22L12.97 21V14H19V12C17.34 12 16 10.66 16 9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 9V4H17C17.55 4 18 3.55 18 3C18 2.45 17.55 2 17 2H7C6.45 2 6 2.45 6 3C6 3.55 6.45 4 7 4H8V9C8 10.66 6.66 12 5 12V14H10.97V21L11.97 22L12.97 21V14H19V12C17.34 12 16 10.66 16 9Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pin-selected-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPinSelectedGoogle",
          "declaration": {
            "name": "ObiPinSelectedGoogle",
            "module": "src/icons/icon-pin-selected-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pin-selected-google",
          "declaration": {
            "name": "ObiPinSelectedGoogle",
            "module": "src/icons/icon-pin-selected-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pipe-coming-from.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPipeComingFrom",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.0133 15L0 15L2.38419e-07 8.99998H9L15.4 4.19998C16.0592 3.70556 17 4.17594 17 4.99998V18.998C17 19.8224 16.0585 20.2927 15.3994 19.7975L9.0133 15Z\" fill=\"currentColor\"/> <path d=\"M16 18.998V4.99998L9.33333 9.99998H0V8.99998H9L15.4 4.19998C16.0592 3.70556 17 4.17594 17 4.99998V18.998C17 19.8224 16.0585 20.2927 15.3994 19.7975L9.0133 15L0 15V14L9.34707 14L16 18.998Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.0133 15L0 15L2.38419e-07 8.99998H9L15.4 4.19998C16.0592 3.70556 17 4.17594 17 4.99998V18.998C17 19.8224 16.0585 20.2927 15.3994 19.7975L9.0133 15Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M16 18.998V4.99998L9.33333 9.99998H0V8.99998H9L15.4 4.19998C16.0592 3.70556 17 4.17594 17 4.99998V18.998C17 19.8224 16.0585 20.2927 15.3994 19.7975L9.0133 15L0 15V14L9.34707 14L16 18.998Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pipe-coming-from",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPipeComingFrom",
          "declaration": {
            "name": "ObiPipeComingFrom",
            "module": "src/icons/icon-pipe-coming-from.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pipe-coming-from",
          "declaration": {
            "name": "ObiPipeComingFrom",
            "module": "src/icons/icon-pipe-coming-from.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pipe-corner.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPipeCorner",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M24 9.00001V15H21.6C19.8703 15 18.7535 15.0023 17.9035 15.0718C17.0885 15.1384 16.7864 15.2514 16.638 15.327C16.0735 15.6146 15.6146 16.0735 15.327 16.638C15.2514 16.7864 15.1384 17.0885 15.0718 17.9035C15.0023 18.7535 15 19.8703 15 21.6V24H9L9 21.4844C8.99995 19.9029 8.9999 18.5386 9.09171 17.4149C9.18862 16.2289 9.40256 15.0492 9.98095 13.9141C10.8438 12.2206 12.2206 10.8438 13.9141 9.98095C15.0492 9.40256 16.2289 9.18862 17.4149 9.09171C18.5386 8.9999 19.9029 8.99995 21.4844 9L24 9.00001Z\" fill=\"currentColor\"/> <path d=\"M21.4843 10C19.8889 9.99995 18.5705 10.0006 17.4964 10.0884C16.3725 10.1802 15.3389 10.3773 14.3681 10.872C12.8628 11.6389 11.6389 12.8628 10.872 14.3681C10.3773 15.3389 10.1802 16.3725 10.0884 17.4964C10.0006 18.5705 9.99995 19.8889 10 21.4843L9.98637 24H9L9 21.4844C8.99995 19.9029 8.9999 18.5386 9.09171 17.4149C9.18862 16.2289 9.40256 15.0492 9.98095 13.9141C10.8438 12.2206 12.2206 10.8438 13.9141 9.98095C15.0492 9.40256 16.2289 9.18862 17.4149 9.09171C18.5386 8.9999 19.9029 8.99995 21.4844 9L24 9.00001V10H21.4843Z\" fill=\"currentColor\"/> <path d=\"M14 21.6C14 19.8875 14.0015 18.7224 14.0751 17.8221C14.1467 16.9462 14.2763 16.4974 14.436 16.184C14.8195 15.4314 15.4314 14.8195 16.184 14.436C16.4974 14.2763 16.9462 14.1467 17.8221 14.0751C18.7224 14.0015 19.8875 14 21.6 14H24V15H21.6C19.8703 15 18.7535 15.0023 17.9035 15.0718C17.0885 15.1384 16.7864 15.2514 16.638 15.327C16.0735 15.6146 15.6146 16.0735 15.327 16.638C15.2514 16.7864 15.1384 17.0885 15.0718 17.9035C15.0023 18.7535 15 19.8703 15 21.6V24H14V21.6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M24 9.00001V15H21.6C19.8703 15 18.7535 15.0023 17.9035 15.0718C17.0885 15.1384 16.7864 15.2514 16.638 15.327C16.0735 15.6146 15.6146 16.0735 15.327 16.638C15.2514 16.7864 15.1384 17.0885 15.0718 17.9035C15.0023 18.7535 15 19.8703 15 21.6V24H9L9 21.4844C8.99995 19.9029 8.9999 18.5386 9.09171 17.4149C9.18862 16.2289 9.40256 15.0492 9.98095 13.9141C10.8438 12.2206 12.2206 10.8438 13.9141 9.98095C15.0492 9.40256 16.2289 9.18862 17.4149 9.09171C18.5386 8.9999 19.9029 8.99995 21.4844 9L24 9.00001Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M21.4843 10C19.8889 9.99995 18.5705 10.0006 17.4964 10.0884C16.3725 10.1802 15.3389 10.3773 14.3681 10.872C12.8628 11.6389 11.6389 12.8628 10.872 14.3681C10.3773 15.3389 10.1802 16.3725 10.0884 17.4964C10.0006 18.5705 9.99995 19.8889 10 21.4843L9.98637 24H9L9 21.4844C8.99995 19.9029 8.9999 18.5386 9.09171 17.4149C9.18862 16.2289 9.40256 15.0492 9.98095 13.9141C10.8438 12.2206 12.2206 10.8438 13.9141 9.98095C15.0492 9.40256 16.2289 9.18862 17.4149 9.09171C18.5386 8.9999 19.9029 8.99995 21.4844 9L24 9.00001V10H21.4843Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M14 21.6C14 19.8875 14.0015 18.7224 14.0751 17.8221C14.1467 16.9462 14.2763 16.4974 14.436 16.184C14.8195 15.4314 15.4314 14.8195 16.184 14.436C16.4974 14.2763 16.9462 14.1467 17.8221 14.0751C18.7224 14.0015 19.8875 14 21.6 14H24V15H21.6C19.8703 15 18.7535 15.0023 17.9035 15.0718C17.0885 15.1384 16.7864 15.2514 16.638 15.327C16.0735 15.6146 15.6146 16.0735 15.327 16.638C15.2514 16.7864 15.1384 17.0885 15.0718 17.9035C15.0023 18.7535 15 19.8703 15 21.6V24H14V21.6Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pipe-corner",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPipeCorner",
          "declaration": {
            "name": "ObiPipeCorner",
            "module": "src/icons/icon-pipe-corner.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pipe-corner",
          "declaration": {
            "name": "ObiPipeCorner",
            "module": "src/icons/icon-pipe-corner.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pipe-cross.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPipeCross",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 0H15V5.67363C16.4557 6.36516 17.6348 7.54431 18.3264 9H24V15H18.3264C17.6348 16.4557 16.4557 17.6348 15 18.3264V24H9V18.3264C7.54431 17.6348 6.36516 16.4557 5.67363 15H0V9H5.67363C6.36516 7.54431 7.54431 6.36516 9 5.67363V0Z\" fill=\"currentColor\"/> <path d=\"M9 5.67363C7.54431 6.36516 6.36516 7.54431 5.67363 9H0V10H6.30568L6.57689 9.42909C7.16964 8.18132 8.18132 7.16964 9.42909 6.57689L10 6.30568V0H9V5.67363Z\" fill=\"currentColor\"/> <path d=\"M5.67363 15C6.36516 16.4557 7.54431 17.6348 9 18.3264V24H10V17.6943L9.42909 17.4231C8.18132 16.8304 7.16964 15.8187 6.57689 14.5709L6.30568 14H0V15H5.67363Z\" fill=\"currentColor\"/> <path d=\"M15 18.3264C16.4557 17.6348 17.6348 16.4557 18.3264 15H24V14H17.6943L17.4231 14.5709C16.8304 15.8187 15.8187 16.8304 14.5709 17.4231L14 17.6943V24H15V18.3264Z\" fill=\"currentColor\"/> <path d=\"M18.3264 9C17.6348 7.54431 16.4557 6.36516 15 5.67363V0H14V6.30568L14.5709 6.57689C15.8187 7.16964 16.8304 8.18132 17.4231 9.42909L17.6943 10H24V9H18.3264Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 0H15V5.67363C16.4557 6.36516 17.6348 7.54431 18.3264 9H24V15H18.3264C17.6348 16.4557 16.4557 17.6348 15 18.3264V24H9V18.3264C7.54431 17.6348 6.36516 16.4557 5.67363 15H0V9H5.67363C6.36516 7.54431 7.54431 6.36516 9 5.67363V0Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M9 5.67363C7.54431 6.36516 6.36516 7.54431 5.67363 9H0V10H6.30568L6.57689 9.42909C7.16964 8.18132 8.18132 7.16964 9.42909 6.57689L10 6.30568V0H9V5.67363Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M5.67363 15C6.36516 16.4557 7.54431 17.6348 9 18.3264V24H10V17.6943L9.42909 17.4231C8.18132 16.8304 7.16964 15.8187 6.57689 14.5709L6.30568 14H0V15H5.67363Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M15 18.3264C16.4557 17.6348 17.6348 16.4557 18.3264 15H24V14H17.6943L17.4231 14.5709C16.8304 15.8187 15.8187 16.8304 14.5709 17.4231L14 17.6943V24H15V18.3264Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M18.3264 9C17.6348 7.54431 16.4557 6.36516 15 5.67363V0H14V6.30568L14.5709 6.57689C15.8187 7.16964 16.8304 8.18132 17.4231 9.42909L17.6943 10H24V9H18.3264Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pipe-cross",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPipeCross",
          "declaration": {
            "name": "ObiPipeCross",
            "module": "src/icons/icon-pipe-cross.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pipe-cross",
          "declaration": {
            "name": "ObiPipeCross",
            "module": "src/icons/icon-pipe-cross.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pipe-direction.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPipeDirection",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.99461 9L12.99 12L9.99427 15H0V9H9.99461Z\" fill=\"currentColor\"/> <path d=\"M15.6474 9L18.6474 12L15.6474 15H24V9H15.6474Z\" fill=\"currentColor\"/> <path d=\"M10.9928 14H0V15H9.99427L10.9928 14Z\" fill=\"currentColor\"/> <path d=\"M15.6474 15H24V14H16.6474L15.6474 15Z\" fill=\"currentColor\"/> <path d=\"M16.6474 10H24V9H15.6474L16.6474 10Z\" fill=\"currentColor\"/> <path d=\"M9.99461 9H0V10H10.9931L9.99461 9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.48979 6L14.4807 12L8.48926 18H11.3107L17.3107 12L11.3107 6H8.48979Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.99461 9L12.99 12L9.99427 15H0V9H9.99461Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M15.6474 9L18.6474 12L15.6474 15H24V9H15.6474Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M10.9928 14H0V15H9.99427L10.9928 14Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M15.6474 15H24V14H16.6474L15.6474 15Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M16.6474 10H24V9H15.6474L16.6474 10Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M9.99461 9H0V10H10.9931L9.99461 9Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.48979 6L14.4807 12L8.48926 18H11.3107L17.3107 12L11.3107 6H8.48979Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pipe-direction",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPipeDirection",
          "declaration": {
            "name": "ObiPipeDirection",
            "module": "src/icons/icon-pipe-direction.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pipe-direction",
          "declaration": {
            "name": "ObiPipeDirection",
            "module": "src/icons/icon-pipe-direction.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pipe-end-point.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPipeEndPoint",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 9L9 4L15 4L15 20H9L9 15L0 15L2.38419e-07 9L9 9Z\" fill=\"currentColor\"/> <path d=\"M10 19H14L14 5L10 5L10 10L0 10V9L9 9L9 4H15L15 20H9L9 15L0 15V14L10 14L10 19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 9L9 4L15 4L15 20H9L9 15L0 15L2.38419e-07 9L9 9Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M10 19H14L14 5L10 5L10 10L0 10V9L9 9L9 4H15L15 20H9L9 15L0 15V14L10 14L10 19Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pipe-end-point",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPipeEndPoint",
          "declaration": {
            "name": "ObiPipeEndPoint",
            "module": "src/icons/icon-pipe-end-point.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pipe-end-point",
          "declaration": {
            "name": "ObiPipeEndPoint",
            "module": "src/icons/icon-pipe-end-point.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pipe-going-to.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPipeGoingTo",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 15L0 15V9.01416L9 9L9 4.99876C9 4.17494 9.94031 3.7045 10.5996 4.19847L20 11.2061C20.5341 11.6063 20.5338 12.4074 19.9994 12.8072L10.599 19.8038C9.93962 20.2971 9 19.8266 9 19.0031L9 15Z\" fill=\"currentColor\"/> <path d=\"M9 19.0031C9 19.8266 9.93962 20.2971 10.599 19.8038L20.0412 12.8072C20.5756 12.4074 20.5759 11.6063 20.0418 11.2061L10.5996 4.19847C9.94031 3.7045 9 4.17494 9 4.99876L9 9L0 9.01276V10.0128L10 9.9986L10 4.99876L19.4422 12.0064L10 19.0031L10 14L0 14V15L9 15L9 19.0031Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 15L0 15V9.01416L9 9L9 4.99876C9 4.17494 9.94031 3.7045 10.5996 4.19847L20 11.2061C20.5341 11.6063 20.5338 12.4074 19.9994 12.8072L10.599 19.8038C9.93962 20.2971 9 19.8266 9 19.0031L9 15Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M9 19.0031C9 19.8266 9.93962 20.2971 10.599 19.8038L20.0412 12.8072C20.5756 12.4074 20.5759 11.6063 20.0418 11.2061L10.5996 4.19847C9.94031 3.7045 9 4.17494 9 4.99876L9 9L0 9.01276V10.0128L10 9.9986L10 4.99876L19.4422 12.0064L10 19.0031L10 14L0 14V15L9 15L9 19.0031Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pipe-going-to",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPipeGoingTo",
          "declaration": {
            "name": "ObiPipeGoingTo",
            "module": "src/icons/icon-pipe-going-to.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pipe-going-to",
          "declaration": {
            "name": "ObiPipeGoingTo",
            "module": "src/icons/icon-pipe-going-to.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pipe-overlap.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPipeOverlap",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 0H9V24H15V0Z\" fill=\"currentColor\"/> <path d=\"M0 9H7V15H0V9Z\" fill=\"currentColor\"/> <path d=\"M17 9H24V15H17V9Z\" fill=\"currentColor\"/> <path d=\"M10 24V0H9V24H10Z\" fill=\"currentColor\"/> <path d=\"M14 0V24H15V0H14Z\" fill=\"currentColor\"/> <path d=\"M7 10H0V9H7L7 10Z\" fill=\"currentColor\"/> <path d=\"M0 14H7L7 15H0V14Z\" fill=\"currentColor\"/> <path d=\"M24 10H17V9H24V10Z\" fill=\"currentColor\"/> <path d=\"M17 14H24V15H17V14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 0H9V24H15V0Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M0 9H7V15H0V9Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M17 9H24V15H17V9Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M10 24V0H9V24H10Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M14 0V24H15V0H14Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M7 10H0V9H7L7 10Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M0 14H7L7 15H0V14Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M24 10H17V9H24V10Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M17 14H24V15H17V14Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pipe-overlap",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPipeOverlap",
          "declaration": {
            "name": "ObiPipeOverlap",
            "module": "src/icons/icon-pipe-overlap.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pipe-overlap",
          "declaration": {
            "name": "ObiPipeOverlap",
            "module": "src/icons/icon-pipe-overlap.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pipe-straight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPipeStraight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 9H24V15H0V9Z\" fill=\"currentColor\"/> <path d=\"M24 10H0V9H24V10Z\" fill=\"currentColor\"/> <path d=\"M0 14H24V15H0V14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 9H24V15H0V9Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M24 10H0V9H24V10Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M0 14H24V15H0V14Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pipe-straight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPipeStraight",
          "declaration": {
            "name": "ObiPipeStraight",
            "module": "src/icons/icon-pipe-straight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pipe-straight",
          "declaration": {
            "name": "ObiPipeStraight",
            "module": "src/icons/icon-pipe-straight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pipe-threeway.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPipeThreeway",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M24 9H0V15H9V24H15V15H24V9Z\" fill=\"currentColor\"/> <path d=\"M24 10H0V9H24V10Z\" fill=\"currentColor\"/> <path d=\"M9 15H0V14H10V24H9V15Z\" fill=\"currentColor\"/> <path d=\"M15 15V24H14V14H24V15H15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M24 9H0V15H9V24H15V15H24V9Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M24 10H0V9H24V10Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M9 15H0V14H10V24H9V15Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M15 15V24H14V14H24V15H15Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pipe-threeway",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPipeThreeway",
          "declaration": {
            "name": "ObiPipeThreeway",
            "module": "src/icons/icon-pipe-threeway.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pipe-threeway",
          "declaration": {
            "name": "ObiPipeThreeway",
            "module": "src/icons/icon-pipe-threeway.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pitch.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPitch",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5 6.49994V4.49994H19.5V6.49994H20C20.2761 6.49994 20.5 6.7238 20.5 6.99994V9.99994H21.0056C21.5579 9.99994 22.0056 10.4477 22.0056 10.9999V15.328H21.3204C21.0519 15.328 20.7789 15.2979 20.5056 15.238V11.4999H8.60984C8.75503 12.3677 9.07855 13.4405 9.77074 14.3551C9.98594 14.6394 10.2458 14.9207 10.5636 15.1813C10.2149 15.2789 9.86461 15.328 9.52188 15.328H8.62666C7.4478 13.8119 7.11701 12.0085 7.02956 10.9365C6.98663 10.4102 7.417 9.99994 7.94508 9.99994H12.3857L13.1892 6.87542C13.246 6.65443 13.4452 6.49994 13.6734 6.49994H15.5ZM18 5.99994V6.49994H17V5.99994H18ZM19 7.99994H14.4488L13.9345 9.99994H19V7.99994Z\" fill=\"currentColor\"/> <path d=\"M2.95375 7.0049C2.29989 8.62988 1.98117 10.3702 2.01672 12.1215C2.05226 13.8727 2.44134 15.5987 3.16058 17.1958C3.58414 18.1363 4.11706 19.0207 4.74665 19.8314L3.59315 21.1674L9.26426 22.2499L7.36617 16.7974L6.08471 18.2816C5.6561 17.6858 5.2871 17.0471 4.98419 16.3745C4.3756 15.0231 4.04638 13.5627 4.0163 12.0809C3.98623 10.5991 4.25592 9.12646 4.80918 7.75148C5.14037 6.92837 5.5691 6.15041 6.08473 5.43369L7.36617 6.91791L9.26425 1.46533L3.59314 2.54784L4.74666 3.88389C4.0088 4.83399 3.40476 5.88403 2.95375 7.0049Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.6469 15.9999C17.671 16.6568 16.5591 16.989 15.4473 16.989C14.3354 16.989 13.7235 16.6568 12.7477 15.9999C11.7718 16.6568 10.6599 17.0199 9.54805 17.0199H9.15293L9.69635 18.5638C10.7493 18.5407 11.785 18.2728 12.7477 17.8004C13.7555 18.2949 14.3514 18.5499 15.4473 18.5499C16.5431 18.5499 17.639 18.3027 18.6469 17.8004C19.6548 18.3027 20.2426 18.5654 21.3465 18.5654H22V17.0199H21.3465C20.2346 17.0199 19.6228 16.6568 18.6469 15.9999Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5 6.49994V4.49994H19.5V6.49994H20C20.2761 6.49994 20.5 6.7238 20.5 6.99994V9.99994H21.0056C21.5579 9.99994 22.0056 10.4477 22.0056 10.9999V15.328H21.3204C21.0519 15.328 20.7789 15.2979 20.5056 15.238V11.4999H8.60984C8.75503 12.3677 9.07855 13.4405 9.77074 14.3551C9.98594 14.6394 10.2458 14.9207 10.5636 15.1813C10.2149 15.2789 9.86461 15.328 9.52188 15.328H8.62666C7.4478 13.8119 7.11701 12.0085 7.02956 10.9365C6.98663 10.4102 7.417 9.99994 7.94508 9.99994H12.3857L13.1892 6.87542C13.246 6.65443 13.4452 6.49994 13.6734 6.49994H15.5ZM18 5.99994V6.49994H17V5.99994H18ZM19 7.99994H14.4488L13.9345 9.99994H19V7.99994Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.95375 7.0049C2.29989 8.62988 1.98117 10.3702 2.01672 12.1215C2.05226 13.8727 2.44134 15.5987 3.16058 17.1958C3.58414 18.1363 4.11706 19.0207 4.74665 19.8314L3.59315 21.1674L9.26426 22.2499L7.36617 16.7974L6.08471 18.2816C5.6561 17.6858 5.2871 17.0471 4.98419 16.3745C4.3756 15.0231 4.04638 13.5627 4.0163 12.0809C3.98623 10.5991 4.25592 9.12646 4.80918 7.75148C5.14037 6.92837 5.5691 6.15041 6.08473 5.43369L7.36617 6.91791L9.26425 1.46533L3.59314 2.54784L4.74666 3.88389C4.0088 4.83399 3.40476 5.88403 2.95375 7.0049Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.6469 15.9999C17.671 16.6568 16.5591 16.989 15.4473 16.989C14.3354 16.989 13.7235 16.6568 12.7477 15.9999C11.7718 16.6568 10.6599 17.0199 9.54805 17.0199H9.15293L9.69635 18.5638C10.7493 18.5407 11.785 18.2728 12.7477 17.8004C13.7555 18.2949 14.3514 18.5499 15.4473 18.5499C16.5431 18.5499 17.639 18.3027 18.6469 17.8004C19.6548 18.3027 20.2426 18.5654 21.3465 18.5654H22V17.0199H21.3465C20.2346 17.0199 19.6228 16.6568 18.6469 15.9999Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pitch",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPitch",
          "declaration": {
            "name": "ObiPitch",
            "module": "src/icons/icon-pitch.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pitch",
          "declaration": {
            "name": "ObiPitch",
            "module": "src/icons/icon-pitch.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-placeholder-device-off-f.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPlaceholderDeviceOffF",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.61214 10.516L10.516 1.61214C11.3322 0.795953 12.6678 0.795953 13.484 1.61214L22.3879 10.516C23.204 11.3322 23.204 12.6678 22.3879 13.484L13.484 22.3879C12.6678 23.204 11.3322 23.204 10.516 22.3879L1.61214 13.484C0.795953 12.6678 0.795953 11.3322 1.61214 10.516Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.31925 11.2231L11.2231 2.31925C11.6488 1.89358 12.3512 1.89358 12.7769 2.31925L21.6807 11.2231C22.1064 11.6488 22.1064 12.3512 21.6807 12.7769L12.7769 21.6807C12.3512 22.1064 11.6488 22.1064 11.2231 21.6807L2.31925 12.7769C1.89358 12.3512 1.89358 11.6488 2.31925 11.2231ZM11 7H13V11H17V13H13V17H11V13H7V11H11V7Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.61214 10.516L10.516 1.61214C11.3322 0.795953 12.6678 0.795953 13.484 1.61214L22.3879 10.516C23.204 11.3322 23.204 12.6678 22.3879 13.484L13.484 22.3879C12.6678 23.204 11.3322 23.204 10.516 22.3879L1.61214 13.484C0.795953 12.6678 0.795953 11.3322 1.61214 10.516Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.31925 11.2231L11.2231 2.31925C11.6488 1.89358 12.3512 1.89358 12.7769 2.31925L21.6807 11.2231C22.1064 11.6488 22.1064 12.3512 21.6807 12.7769L12.7769 21.6807C12.3512 22.1064 11.6488 22.1064 11.2231 21.6807L2.31925 12.7769C1.89358 12.3512 1.89358 11.6488 2.31925 11.2231ZM11 7H13V11H17V13H13V17H11V13H7V11H11V7Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-placeholder-device-off-f",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPlaceholderDeviceOffF",
          "declaration": {
            "name": "ObiPlaceholderDeviceOffF",
            "module": "src/icons/icon-placeholder-device-off-f.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-placeholder-device-off-f",
          "declaration": {
            "name": "ObiPlaceholderDeviceOffF",
            "module": "src/icons/icon-placeholder-device-off-f.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-placeholder-device-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPlaceholderDeviceOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.61214 10.516L10.516 1.61214C11.3322 0.795953 12.6678 0.795953 13.484 1.61214L22.3879 10.516C23.204 11.3322 23.204 12.6678 22.3879 13.484L13.484 22.3879C12.6678 23.204 11.3322 23.204 10.516 22.3879L1.61214 13.484C0.795953 12.6678 0.795953 11.3322 1.61214 10.516Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.31925 11.2231L11.2231 2.31925C11.6488 1.89358 12.3512 1.89358 12.7769 2.31925L21.6807 11.2231C22.1064 11.6488 22.1064 12.3512 21.6807 12.7769L12.7769 21.6807C12.3512 22.1064 11.6488 22.1064 11.2231 21.6807L2.31925 12.7769C1.89358 12.3512 1.89358 11.6488 2.31925 11.2231ZM11 7H13V11H17V13H13V17H11V13H7V11H11V7Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.61214 10.516L10.516 1.61214C11.3322 0.795953 12.6678 0.795953 13.484 1.61214L22.3879 10.516C23.204 11.3322 23.204 12.6678 22.3879 13.484L13.484 22.3879C12.6678 23.204 11.3322 23.204 10.516 22.3879L1.61214 13.484C0.795953 12.6678 0.795953 11.3322 1.61214 10.516Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.31925 11.2231L11.2231 2.31925C11.6488 1.89358 12.3512 1.89358 12.7769 2.31925L21.6807 11.2231C22.1064 11.6488 22.1064 12.3512 21.6807 12.7769L12.7769 21.6807C12.3512 22.1064 11.6488 22.1064 11.2231 21.6807L2.31925 12.7769C1.89358 12.3512 1.89358 11.6488 2.31925 11.2231ZM11 7H13V11H17V13H13V17H11V13H7V11H11V7Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-placeholder-device-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPlaceholderDeviceOn",
          "declaration": {
            "name": "ObiPlaceholderDeviceOn",
            "module": "src/icons/icon-placeholder-device-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-placeholder-device-on",
          "declaration": {
            "name": "ObiPlaceholderDeviceOn",
            "module": "src/icons/icon-placeholder-device-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-placeholder-device-static.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPlaceholderDeviceStatic",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 7H11V11H7V13H11V17H13V13H17V11H13V7Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.516 1.61214L1.61214 10.516C0.795953 11.3322 0.795953 12.6678 1.61214 13.484L10.516 22.3879C11.3322 23.204 12.6678 23.204 13.484 22.3879L22.3879 13.484C23.204 12.6678 23.204 11.3322 22.3879 10.516L13.484 1.61214C12.6678 0.795953 11.3322 0.795953 10.516 1.61214ZM11.2231 2.31925L2.31925 11.2231C1.89358 11.6488 1.89358 12.3512 2.31925 12.7769L11.2231 21.6807C11.6488 22.1064 12.3512 22.1064 12.7769 21.6807L21.6807 12.7769C22.1064 12.3512 22.1064 11.6488 21.6807 11.2231L12.7769 2.31925C12.3512 1.89358 11.6488 1.89358 11.2231 2.31925Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 7H11V11H7V13H11V17H13V13H17V11H13V7Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.516 1.61214L1.61214 10.516C0.795953 11.3322 0.795953 12.6678 1.61214 13.484L10.516 22.3879C11.3322 23.204 12.6678 23.204 13.484 22.3879L22.3879 13.484C23.204 12.6678 23.204 11.3322 22.3879 10.516L13.484 1.61214C12.6678 0.795953 11.3322 0.795953 10.516 1.61214ZM11.2231 2.31925L2.31925 11.2231C1.89358 11.6488 1.89358 12.3512 2.31925 12.7769L11.2231 21.6807C11.6488 22.1064 12.3512 22.1064 12.7769 21.6807L21.6807 12.7769C22.1064 12.3512 22.1064 11.6488 21.6807 11.2231L12.7769 2.31925C12.3512 1.89358 11.6488 1.89358 11.2231 2.31925Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-placeholder-device-static",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPlaceholderDeviceStatic",
          "declaration": {
            "name": "ObiPlaceholderDeviceStatic",
            "module": "src/icons/icon-placeholder-device-static.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-placeholder-device-static",
          "declaration": {
            "name": "ObiPlaceholderDeviceStatic",
            "module": "src/icons/icon-placeholder-device-static.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-placeholder.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPlaceholder",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 7H13V11H17V13H13V17H11V13H7V11H11V7Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.61214 10.516L10.516 1.61214C11.3322 0.795953 12.6678 0.795953 13.484 1.61214L22.3879 10.516C23.204 11.3322 23.204 12.6678 22.3879 13.484L13.484 22.3879C12.6678 23.204 11.3322 23.204 10.516 22.3879L1.61214 13.484C0.795953 12.6678 0.795953 11.3322 1.61214 10.516ZM12 3L3 12L12 21L21 12L12 3Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 7H13V11H17V13H13V17H11V13H7V11H11V7Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.61214 10.516L10.516 1.61214C11.3322 0.795953 12.6678 0.795953 13.484 1.61214L22.3879 10.516C23.204 11.3322 23.204 12.6678 22.3879 13.484L13.484 22.3879C12.6678 23.204 11.3322 23.204 10.516 22.3879L1.61214 13.484C0.795953 12.6678 0.795953 11.3322 1.61214 10.516ZM12 3L3 12L12 21L21 12L12 3Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-placeholder",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPlaceholder",
          "declaration": {
            "name": "ObiPlaceholder",
            "module": "src/icons/icon-placeholder.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-placeholder",
          "declaration": {
            "name": "ObiPlaceholder",
            "module": "src/icons/icon-placeholder.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-plotted-position-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPlottedPositionIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5164 11.5H11.5V4.5164C7.75625 4.76282 4.76282 7.75625 4.5164 11.5ZM12.5 4.5164V11.5H19.4836C19.2372 7.75625 16.2438 4.76282 12.5 4.5164ZM19.4836 12.5H12.5V19.4836C16.2438 19.2372 19.2372 16.2438 19.4836 12.5ZM11.5 19.4836V12.5H4.5164C4.76282 16.2438 7.75625 19.2372 11.5 19.4836ZM3.5 12C3.5 7.30558 7.30558 3.5 12 3.5C16.6944 3.5 20.5 7.30558 20.5 12C20.5 16.6944 16.6944 20.5 12 20.5C7.30558 20.5 3.5 16.6944 3.5 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5164 11.5H11.5V4.5164C7.75625 4.76282 4.76282 7.75625 4.5164 11.5ZM12.5 4.5164V11.5H19.4836C19.2372 7.75625 16.2438 4.76282 12.5 4.5164ZM19.4836 12.5H12.5V19.4836C16.2438 19.2372 19.2372 16.2438 19.4836 12.5ZM11.5 19.4836V12.5H4.5164C4.76282 16.2438 7.75625 19.2372 11.5 19.4836ZM3.5 12C3.5 7.30558 7.30558 3.5 12 3.5C16.6944 3.5 20.5 7.30558 20.5 12C20.5 16.6944 16.6944 20.5 12 20.5C7.30558 20.5 3.5 16.6944 3.5 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-plotted-position-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPlottedPositionIec",
          "declaration": {
            "name": "ObiPlottedPositionIec",
            "module": "src/icons/icon-plotted-position-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-plotted-position-iec",
          "declaration": {
            "name": "ObiPlottedPositionIec",
            "module": "src/icons/icon-plotted-position-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pls-component.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPlsComponent",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 11.1C8.66863 11.1 8.4 11.3686 8.4 11.7V12.3C8.4 12.6314 8.66863 12.9 9 12.9H12.6C12.9314 12.9 13.2 12.6314 13.2 12.3V11.7C13.2 11.3686 12.9314 11.1 12.6 11.1H9Z\" fill=\"currentColor\"/> <path d=\"M14.1 12C14.1 11.5029 14.5029 11.1 15 11.1C15.4971 11.1 15.9 11.5029 15.9 12C15.9 12.4971 15.4971 12.9 15 12.9C14.5029 12.9 14.1 12.4971 14.1 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3 7.74879C12.6496 7.62524 12.9 7.29187 12.9 6.9C12.9 6.40294 12.4971 6 12 6C11.5029 6 11.1 6.40294 11.1 6.9C11.1 7.29187 11.3504 7.62524 11.7 7.74879V9H8.4V7.74879C8.74956 7.62524 9 7.29187 9 6.9C9 6.40294 8.59706 6 8.1 6C7.60294 6 7.2 6.40294 7.2 6.9C7.2 7.29187 7.45044 7.62524 7.8 7.74879V9H6.6C6.26865 9 6 9.26865 6 9.6V14.4C6 14.7313 6.26865 15 6.6 15H7.8V16.2512C7.45044 16.3748 7.2 16.7081 7.2 17.1C7.2 17.5971 7.60294 18 8.1 18C8.59706 18 9 17.5971 9 17.1C9 16.7081 8.74956 16.3748 8.4 16.2512V15H11.7V16.2512C11.3504 16.3748 11.1 16.7081 11.1 17.1C11.1 17.5971 11.5029 18 12 18C12.4971 18 12.9 17.5971 12.9 17.1C12.9 16.7081 12.6496 16.3748 12.3 16.2512V15H15.6V16.2512C15.2504 16.3748 15 16.7081 15 17.1C15 17.5971 15.4029 18 15.9 18C16.3971 18 16.8 17.5971 16.8 17.1C16.8 16.7081 16.5496 16.3748 16.2 16.2512V15H17.4C17.7313 15 18 14.7313 18 14.4V9.6C18 9.26865 17.7313 9 17.4 9H16.2V7.74879C16.5496 7.62524 16.8 7.29187 16.8 6.9C16.8 6.40294 16.3971 6 15.9 6C15.4029 6 15 6.40294 15 6.9C15 7.29187 15.2504 7.62524 15.6 7.74879V9H12.3V7.74879ZM7.2 10.2H16.8V13.8H7.2V10.2Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3V21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21V3ZM4 4V20H20V4H4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 11.1C8.66863 11.1 8.4 11.3686 8.4 11.7V12.3C8.4 12.6314 8.66863 12.9 9 12.9H12.6C12.9314 12.9 13.2 12.6314 13.2 12.3V11.7C13.2 11.3686 12.9314 11.1 12.6 11.1H9Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.1 12C14.1 11.5029 14.5029 11.1 15 11.1C15.4971 11.1 15.9 11.5029 15.9 12C15.9 12.4971 15.4971 12.9 15 12.9C14.5029 12.9 14.1 12.4971 14.1 12Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3 7.74879C12.6496 7.62524 12.9 7.29187 12.9 6.9C12.9 6.40294 12.4971 6 12 6C11.5029 6 11.1 6.40294 11.1 6.9C11.1 7.29187 11.3504 7.62524 11.7 7.74879V9H8.4V7.74879C8.74956 7.62524 9 7.29187 9 6.9C9 6.40294 8.59706 6 8.1 6C7.60294 6 7.2 6.40294 7.2 6.9C7.2 7.29187 7.45044 7.62524 7.8 7.74879V9H6.6C6.26865 9 6 9.26865 6 9.6V14.4C6 14.7313 6.26865 15 6.6 15H7.8V16.2512C7.45044 16.3748 7.2 16.7081 7.2 17.1C7.2 17.5971 7.60294 18 8.1 18C8.59706 18 9 17.5971 9 17.1C9 16.7081 8.74956 16.3748 8.4 16.2512V15H11.7V16.2512C11.3504 16.3748 11.1 16.7081 11.1 17.1C11.1 17.5971 11.5029 18 12 18C12.4971 18 12.9 17.5971 12.9 17.1C12.9 16.7081 12.6496 16.3748 12.3 16.2512V15H15.6V16.2512C15.2504 16.3748 15 16.7081 15 17.1C15 17.5971 15.4029 18 15.9 18C16.3971 18 16.8 17.5971 16.8 17.1C16.8 16.7081 16.5496 16.3748 16.2 16.2512V15H17.4C17.7313 15 18 14.7313 18 14.4V9.6C18 9.26865 17.7313 9 17.4 9H16.2V7.74879C16.5496 7.62524 16.8 7.29187 16.8 6.9C16.8 6.40294 16.3971 6 15.9 6C15.4029 6 15 6.40294 15 6.9C15 7.29187 15.2504 7.62524 15.6 7.74879V9H12.3V7.74879ZM7.2 10.2H16.8V13.8H7.2V10.2Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3V21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21V3ZM4 4V20H20V4H4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pls-component",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPlsComponent",
          "declaration": {
            "name": "ObiPlsComponent",
            "module": "src/icons/icon-pls-component.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pls-component",
          "declaration": {
            "name": "ObiPlsComponent",
            "module": "src/icons/icon-pls-component.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pls.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPls",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.2 12C15.2 11.0059 16.0059 10.2 17 10.2C17.9941 10.2 18.8 11.0059 18.8 12C18.8 12.9941 17.9941 13.8 17 13.8C16.0059 13.8 15.2 12.9941 15.2 12Z\" fill=\"currentColor\"/> <path d=\"M7.5 10.2C6.83726 10.2 6.3 10.7373 6.3 11.4V12.6C6.3 13.2627 6.83726 13.8 7.5 13.8H13.2C13.8627 13.8 14.4 13.2627 14.4 12.6V11.4C14.4 10.7373 13.8627 10.2 13.2 10.2H7.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.8 3.3C13.8 4.08373 13.2991 4.75047 12.6 4.99758V7H17.7V4.99758C17.0009 4.75047 16.5 4.08373 16.5 3.3C16.5 2.30589 17.3059 1.5 18.3 1.5C19.2941 1.5 20.1 2.30589 20.1 3.3C20.1 4.08373 19.5991 4.75047 18.9 4.99758V7H21.3C21.9627 7 22.5 7.5373 22.5 8.2V15.8C22.5 16.4627 21.9627 17 21.3 17H18.9V19.0024C19.5991 19.2495 20.1 19.9163 20.1 20.7C20.1 21.6941 19.2941 22.5 18.3 22.5C17.3059 22.5 16.5 21.6941 16.5 20.7C16.5 19.9163 17.0009 19.2495 17.7 19.0024V17H12.6V19.0024C13.2991 19.2495 13.8 19.9163 13.8 20.7C13.8 21.6941 12.9941 22.5 12 22.5C11.0059 22.5 10.2 21.6941 10.2 20.7C10.2 19.9163 10.7009 19.2495 11.4 19.0024V17H6.3V19.0024C6.99912 19.2495 7.5 19.9163 7.5 20.7C7.5 21.6941 6.69411 22.5 5.7 22.5C4.70589 22.5 3.9 21.6941 3.9 20.7C3.9 19.9163 4.40088 19.2495 5.1 19.0024V17H2.7C2.0373 17 1.5 16.4627 1.5 15.8V8.2C1.5 7.5373 2.0373 7 2.7 7H5.1V4.99758C4.40088 4.75047 3.9 4.08373 3.9 3.3C3.9 2.30589 4.70589 1.5 5.7 1.5C6.69411 1.5 7.5 2.30589 7.5 3.3C7.5 4.08373 6.99911 4.75047 6.3 4.99758V7H11.4V4.99758C10.7009 4.75047 10.2 4.08373 10.2 3.3C10.2 2.30589 11.0059 1.5 12 1.5C12.9941 1.5 13.8 2.30589 13.8 3.3ZM3.4 15.1H20.6V8.9H3.4V15.1Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.2 12C15.2 11.0059 16.0059 10.2 17 10.2C17.9941 10.2 18.8 11.0059 18.8 12C18.8 12.9941 17.9941 13.8 17 13.8C16.0059 13.8 15.2 12.9941 15.2 12Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.5 10.2C6.83726 10.2 6.3 10.7373 6.3 11.4V12.6C6.3 13.2627 6.83726 13.8 7.5 13.8H13.2C13.8627 13.8 14.4 13.2627 14.4 12.6V11.4C14.4 10.7373 13.8627 10.2 13.2 10.2H7.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.8 3.3C13.8 4.08373 13.2991 4.75047 12.6 4.99758V7H17.7V4.99758C17.0009 4.75047 16.5 4.08373 16.5 3.3C16.5 2.30589 17.3059 1.5 18.3 1.5C19.2941 1.5 20.1 2.30589 20.1 3.3C20.1 4.08373 19.5991 4.75047 18.9 4.99758V7H21.3C21.9627 7 22.5 7.5373 22.5 8.2V15.8C22.5 16.4627 21.9627 17 21.3 17H18.9V19.0024C19.5991 19.2495 20.1 19.9163 20.1 20.7C20.1 21.6941 19.2941 22.5 18.3 22.5C17.3059 22.5 16.5 21.6941 16.5 20.7C16.5 19.9163 17.0009 19.2495 17.7 19.0024V17H12.6V19.0024C13.2991 19.2495 13.8 19.9163 13.8 20.7C13.8 21.6941 12.9941 22.5 12 22.5C11.0059 22.5 10.2 21.6941 10.2 20.7C10.2 19.9163 10.7009 19.2495 11.4 19.0024V17H6.3V19.0024C6.99912 19.2495 7.5 19.9163 7.5 20.7C7.5 21.6941 6.69411 22.5 5.7 22.5C4.70589 22.5 3.9 21.6941 3.9 20.7C3.9 19.9163 4.40088 19.2495 5.1 19.0024V17H2.7C2.0373 17 1.5 16.4627 1.5 15.8V8.2C1.5 7.5373 2.0373 7 2.7 7H5.1V4.99758C4.40088 4.75047 3.9 4.08373 3.9 3.3C3.9 2.30589 4.70589 1.5 5.7 1.5C6.69411 1.5 7.5 2.30589 7.5 3.3C7.5 4.08373 6.99911 4.75047 6.3 4.99758V7H11.4V4.99758C10.7009 4.75047 10.2 4.08373 10.2 3.3C10.2 2.30589 11.0059 1.5 12 1.5C12.9941 1.5 13.8 2.30589 13.8 3.3ZM3.4 15.1H20.6V8.9H3.4V15.1Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pls",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPls",
          "declaration": {
            "name": "ObiPls",
            "module": "src/icons/icon-pls.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pls",
          "declaration": {
            "name": "ObiPls",
            "module": "src/icons/icon-pls.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-print-screen-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPrintScreenIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 9.5C13.65 9.5 15 10.85 15 12.5C15 14.15 13.65 15.5 12 15.5C10.35 15.5 9 14.15 9 12.5C9 10.85 10.35 9.5 12 9.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 3H9L7.17 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5H16.83L15 3ZM12 7.5C9.24 7.5 7 9.74 7 12.5C7 15.26 9.24 17.5 12 17.5C14.76 17.5 17 15.26 17 12.5C17 9.74 14.76 7.5 12 7.5ZM12 9.5C13.65 9.5 15 10.85 15 12.5C15 14.15 13.65 15.5 12 15.5C10.35 15.5 9 14.15 9 12.5C9 10.85 10.35 9.5 12 9.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 9.5C13.65 9.5 15 10.85 15 12.5C15 14.15 13.65 15.5 12 15.5C10.35 15.5 9 14.15 9 12.5C9 10.85 10.35 9.5 12 9.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 3H9L7.17 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5H16.83L15 3ZM12 7.5C9.24 7.5 7 9.74 7 12.5C7 15.26 9.24 17.5 12 17.5C14.76 17.5 17 15.26 17 12.5C17 9.74 14.76 7.5 12 7.5ZM12 9.5C13.65 9.5 15 10.85 15 12.5C15 14.15 13.65 15.5 12 15.5C10.35 15.5 9 14.15 9 12.5C9 10.85 10.35 9.5 12 9.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-print-screen-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPrintScreenIec",
          "declaration": {
            "name": "ObiPrintScreenIec",
            "module": "src/icons/icon-print-screen-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-print-screen-iec",
          "declaration": {
            "name": "ObiPrintScreenIec",
            "module": "src/icons/icon-print-screen-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-print-screen-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPrintScreenProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 17V20C2 21.1046 2.89543 22 4 22H6V20H4L4 17H2ZM7 2H4C2.89543 2 2 2.89543 2 4V7H4V4L7 4V2ZM2 14H4V10H2V14ZM10 2V4H14V2H10ZM17 2V4H20V7H22V4C22 2.89543 21.1046 2 20 2H17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 11V8H18V11H20C21.1046 11 22 11.8954 22 13V19H18V22H11V19H7V13C7 11.8954 7.89543 11 9 11H11ZM9 13H20V17H18V15H11V17H9V13ZM16 17H13V20H16V17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 17V20C2 21.1046 2.89543 22 4 22H6V20H4L4 17H2ZM7 2H4C2.89543 2 2 2.89543 2 4V7H4V4L7 4V2ZM2 14H4V10H2V14ZM10 2V4H14V2H10ZM17 2V4H20V7H22V4C22 2.89543 21.1046 2 20 2H17Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 11V8H18V11H20C21.1046 11 22 11.8954 22 13V19H18V22H11V19H7V13C7 11.8954 7.89543 11 9 11H11ZM9 13H20V17H18V15H11V17H9V13ZM16 17H13V20H16V17Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-print-screen-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPrintScreenProposal",
          "declaration": {
            "name": "ObiPrintScreenProposal",
            "module": "src/icons/icon-print-screen-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-print-screen-proposal",
          "declaration": {
            "name": "ObiPrintScreenProposal",
            "module": "src/icons/icon-print-screen-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-print.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPrint",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 7H18V2H6V7H5C3.34 7 2 8.34 2 10V18H6V22H18V18H22V10C22 8.34 20.66 7 19 7ZM8 4H16V7H8V4ZM16 20H8V16H16V20ZM18 16V14H6V16H4V10C4 9.45 4.45 9 5 9H19C19.55 9 20 9.45 20 10V16H18Z\" fill=\"currentColor\"/> <path d=\"M17.5 12.5C18.0523 12.5 18.5 12.0523 18.5 11.5C18.5 10.9477 18.0523 10.5 17.5 10.5C16.9477 10.5 16.5 10.9477 16.5 11.5C16.5 12.0523 16.9477 12.5 17.5 12.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 7H18V2H6V7H5C3.34 7 2 8.34 2 10V18H6V22H18V18H22V10C22 8.34 20.66 7 19 7ZM8 4H16V7H8V4ZM16 20H8V16H16V20ZM18 16V14H6V16H4V10C4 9.45 4.45 9 5 9H19C19.55 9 20 9.45 20 10V16H18Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.5 12.5C18.0523 12.5 18.5 12.0523 18.5 11.5C18.5 10.9477 18.0523 10.5 17.5 10.5C16.9477 10.5 16.5 10.9477 16.5 11.5C16.5 12.0523 16.9477 12.5 17.5 12.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-print",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPrint",
          "declaration": {
            "name": "ObiPrint",
            "module": "src/icons/icon-print.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-print",
          "declaration": {
            "name": "ObiPrint",
            "module": "src/icons/icon-print.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-propulsion-azimuth-thruster.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPropulsionAzimuthThruster",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4853 7.75736C20.8758 7.36684 20.8758 6.73367 20.4853 6.34315L17.6569 3.51472C17.2663 3.12419 16.6332 3.12419 16.2426 3.51472L10.5858 9.17157L9.52513 8.11091C9.32986 7.91565 9.01328 7.91565 8.81802 8.11091L8.11091 8.81802C7.91565 9.01328 7.91565 9.32986 8.11091 9.52513L9.17157 10.5858L3.51472 16.2426C3.12419 16.6332 3.12419 17.2663 3.51472 17.6569L6.34315 20.4853C6.73367 20.8758 7.36684 20.8758 7.75736 20.4853L13.4142 14.8284L14.4749 15.8891C14.6701 16.0843 14.9867 16.0843 15.182 15.8891L15.8891 15.182C16.0843 14.9867 16.0843 14.6701 15.8891 14.4749L14.8284 13.4142L20.4853 7.75736ZM16.9497 5.63604L18.364 7.05025L16.2426 9.17157L14.8284 7.75736L16.9497 5.63604ZM12 13.4142L10.5858 12L5.63604 16.9497L7.05025 18.364L12 13.4142Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.0303 3.56267C11.7361 3.40464 10.4229 3.54644 9.19231 3.97711C7.96169 4.40777 6.84665 5.11576 5.93342 6.0463C5.0202 6.97684 4.33327 8.10498 3.92579 9.34347C3.51831 10.5819 3.4012 11.8976 3.58351 13.1886C3.64143 13.5987 3.35589 13.9781 2.94575 14.0361C2.53561 14.094 2.15617 13.8084 2.09825 13.3983C1.88376 11.8795 2.02155 10.3317 2.50093 8.87467C2.98032 7.41763 3.78847 6.09039 4.86285 4.99564C5.93723 3.90089 7.24905 3.06797 8.69683 2.5613C10.1446 2.05464 11.6895 1.88781 13.2121 2.07373C13.6233 2.12394 13.9159 2.49795 13.8657 2.90911C13.8155 3.32027 13.4415 3.61288 13.0303 3.56267Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9697 20.4373C12.2639 20.5954 13.5771 20.4536 14.8077 20.0229C16.0383 19.5922 17.1534 18.8842 18.0666 17.9537C18.9798 17.0232 19.6667 15.895 20.0742 14.6565C20.4817 13.418 20.5988 12.1024 20.4165 10.8114C20.3586 10.4013 20.6441 10.0219 21.0543 9.96394C21.4644 9.90602 21.8438 10.1916 21.9018 10.6017C22.1162 12.1205 21.9785 13.6683 21.4991 15.1253C21.0197 16.5824 20.2115 17.9096 19.1372 19.0044C18.0628 20.0991 16.7509 20.932 15.3032 21.4387C13.8554 21.9454 12.3105 22.1122 10.7879 21.9263C10.3767 21.8761 10.0841 21.502 10.1343 21.0909C10.1845 20.6797 10.5585 20.3871 10.9697 20.4373Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4853 7.75736C20.8758 7.36684 20.8758 6.73367 20.4853 6.34315L17.6569 3.51472C17.2663 3.12419 16.6332 3.12419 16.2426 3.51472L10.5858 9.17157L9.52513 8.11091C9.32986 7.91565 9.01328 7.91565 8.81802 8.11091L8.11091 8.81802C7.91565 9.01328 7.91565 9.32986 8.11091 9.52513L9.17157 10.5858L3.51472 16.2426C3.12419 16.6332 3.12419 17.2663 3.51472 17.6569L6.34315 20.4853C6.73367 20.8758 7.36684 20.8758 7.75736 20.4853L13.4142 14.8284L14.4749 15.8891C14.6701 16.0843 14.9867 16.0843 15.182 15.8891L15.8891 15.182C16.0843 14.9867 16.0843 14.6701 15.8891 14.4749L14.8284 13.4142L20.4853 7.75736ZM16.9497 5.63604L18.364 7.05025L16.2426 9.17157L14.8284 7.75736L16.9497 5.63604ZM12 13.4142L10.5858 12L5.63604 16.9497L7.05025 18.364L12 13.4142Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.0303 3.56267C11.7361 3.40464 10.4229 3.54644 9.19231 3.97711C7.96169 4.40777 6.84665 5.11576 5.93342 6.0463C5.0202 6.97684 4.33327 8.10498 3.92579 9.34347C3.51831 10.5819 3.4012 11.8976 3.58351 13.1886C3.64143 13.5987 3.35589 13.9781 2.94575 14.0361C2.53561 14.094 2.15617 13.8084 2.09825 13.3983C1.88376 11.8795 2.02155 10.3317 2.50093 8.87467C2.98032 7.41763 3.78847 6.09039 4.86285 4.99564C5.93723 3.90089 7.24905 3.06797 8.69683 2.5613C10.1446 2.05464 11.6895 1.88781 13.2121 2.07373C13.6233 2.12394 13.9159 2.49795 13.8657 2.90911C13.8155 3.32027 13.4415 3.61288 13.0303 3.56267Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9697 20.4373C12.2639 20.5954 13.5771 20.4536 14.8077 20.0229C16.0383 19.5922 17.1534 18.8842 18.0666 17.9537C18.9798 17.0232 19.6667 15.895 20.0742 14.6565C20.4817 13.418 20.5988 12.1024 20.4165 10.8114C20.3586 10.4013 20.6441 10.0219 21.0543 9.96394C21.4644 9.90602 21.8438 10.1916 21.9018 10.6017C22.1162 12.1205 21.9785 13.6683 21.4991 15.1253C21.0197 16.5824 20.2115 17.9096 19.1372 19.0044C18.0628 20.0991 16.7509 20.932 15.3032 21.4387C13.8554 21.9454 12.3105 22.1122 10.7879 21.9263C10.3767 21.8761 10.0841 21.502 10.1343 21.0909C10.1845 20.6797 10.5585 20.3871 10.9697 20.4373Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-propulsion-azimuth-thruster",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPropulsionAzimuthThruster",
          "declaration": {
            "name": "ObiPropulsionAzimuthThruster",
            "module": "src/icons/icon-propulsion-azimuth-thruster.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-propulsion-azimuth-thruster",
          "declaration": {
            "name": "ObiPropulsionAzimuthThruster",
            "module": "src/icons/icon-propulsion-azimuth-thruster.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-propulsion-main-engine.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPropulsionMainEngine",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.3599 3C15.3599 2.44772 14.9121 2 14.3599 2H10.3599C9.80758 2 9.35986 2.44772 9.35986 3V11H7.85986C7.58372 11 7.35986 11.2239 7.35986 11.5V12.5C7.35986 12.7761 7.58372 13 7.85986 13H9.35986V21C9.35986 21.5523 9.80758 22 10.3599 22H14.3599C14.9121 22 15.3599 21.5523 15.3599 21V13H16.8599C17.136 13 17.3599 12.7761 17.3599 12.5V11.5C17.3599 11.2239 17.136 11 16.8599 11H15.3599V3ZM11.3599 4H13.3599V7H11.3599V4ZM13.3599 13H11.3599V20H13.3599V13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.3599 3C15.3599 2.44772 14.9121 2 14.3599 2H10.3599C9.80758 2 9.35986 2.44772 9.35986 3V11H7.85986C7.58372 11 7.35986 11.2239 7.35986 11.5V12.5C7.35986 12.7761 7.58372 13 7.85986 13H9.35986V21C9.35986 21.5523 9.80758 22 10.3599 22H14.3599C14.9121 22 15.3599 21.5523 15.3599 21V13H16.8599C17.136 13 17.3599 12.7761 17.3599 12.5V11.5C17.3599 11.2239 17.136 11 16.8599 11H15.3599V3ZM11.3599 4H13.3599V7H11.3599V4ZM13.3599 13H11.3599V20H13.3599V13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-propulsion-main-engine",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPropulsionMainEngine",
          "declaration": {
            "name": "ObiPropulsionMainEngine",
            "module": "src/icons/icon-propulsion-main-engine.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-propulsion-main-engine",
          "declaration": {
            "name": "ObiPropulsionMainEngine",
            "module": "src/icons/icon-propulsion-main-engine.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-propulsion-rudder.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPropulsionRudder",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.3599 9C15.3599 9.46313 15.2549 9.90173 15.0676 10.2933L19.381 14.6067C19.7716 14.9973 19.7715 15.6305 19.381 16.021C18.9904 16.4115 18.3573 16.4115 17.9667 16.021L13.6533 11.7076C13.2617 11.895 12.823 12 12.3599 12C10.7031 12 9.35987 10.6569 9.35987 9C9.35987 7.34314 10.7031 6 12.3599 6C14.0166 6 15.3599 7.34314 15.3599 9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.07952 9.00963C3.49235 8.97573 3.85449 9.2829 3.88839 9.69572C3.99969 11.051 4.43452 12.3598 5.15637 13.5122C5.87822 14.6646 6.86601 15.627 8.03682 16.3186C9.20763 17.0101 10.5273 17.4108 11.885 17.4867C13.2427 17.5627 14.5988 17.3118 15.8394 16.7552C16.2174 16.5856 16.6612 16.7545 16.8307 17.1324C17.0003 17.5103 16.8314 17.9542 16.4535 18.1237C14.9939 18.7786 13.3985 19.0738 11.8012 18.9844C10.2039 18.895 8.65136 18.4237 7.27393 17.6101C5.89651 16.7964 4.7344 15.6642 3.88516 14.3084C3.03593 12.9526 2.52437 11.4129 2.39343 9.8185C2.35952 9.40568 2.6667 9.04353 3.07952 9.00963Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.6402 8.98409C22.0531 9.01686 22.3613 9.37816 22.3285 9.79107C22.2363 10.9535 21.9415 12.0908 21.4574 13.1516C21.2854 13.5284 20.8405 13.6945 20.4637 13.5225C20.0869 13.3505 19.9208 12.9057 20.0927 12.5288C20.5042 11.6271 20.7548 10.6604 20.8332 9.67241C20.866 9.2595 21.2273 8.95133 21.6402 8.98409Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.3599 9C15.3599 9.46313 15.2549 9.90173 15.0676 10.2933L19.381 14.6067C19.7716 14.9973 19.7715 15.6305 19.381 16.021C18.9904 16.4115 18.3573 16.4115 17.9667 16.021L13.6533 11.7076C13.2617 11.895 12.823 12 12.3599 12C10.7031 12 9.35987 10.6569 9.35987 9C9.35987 7.34314 10.7031 6 12.3599 6C14.0166 6 15.3599 7.34314 15.3599 9Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.07952 9.00963C3.49235 8.97573 3.85449 9.2829 3.88839 9.69572C3.99969 11.051 4.43452 12.3598 5.15637 13.5122C5.87822 14.6646 6.86601 15.627 8.03682 16.3186C9.20763 17.0101 10.5273 17.4108 11.885 17.4867C13.2427 17.5627 14.5988 17.3118 15.8394 16.7552C16.2174 16.5856 16.6612 16.7545 16.8307 17.1324C17.0003 17.5103 16.8314 17.9542 16.4535 18.1237C14.9939 18.7786 13.3985 19.0738 11.8012 18.9844C10.2039 18.895 8.65136 18.4237 7.27393 17.6101C5.89651 16.7964 4.7344 15.6642 3.88516 14.3084C3.03593 12.9526 2.52437 11.4129 2.39343 9.8185C2.35952 9.40568 2.6667 9.04353 3.07952 9.00963Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.6402 8.98409C22.0531 9.01686 22.3613 9.37816 22.3285 9.79107C22.2363 10.9535 21.9415 12.0908 21.4574 13.1516C21.2854 13.5284 20.8405 13.6945 20.4637 13.5225C20.0869 13.3505 19.9208 12.9057 20.0927 12.5288C20.5042 11.6271 20.7548 10.6604 20.8332 9.67241C20.866 9.2595 21.2273 8.95133 21.6402 8.98409Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-propulsion-rudder",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPropulsionRudder",
          "declaration": {
            "name": "ObiPropulsionRudder",
            "module": "src/icons/icon-propulsion-rudder.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-propulsion-rudder",
          "declaration": {
            "name": "ObiPropulsionRudder",
            "module": "src/icons/icon-propulsion-rudder.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-propulsion-static.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPropulsionStatic",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.95136 11.5C3.41802 11.5133 3.88469 11.5089 4.35136 11.5044C4.58469 11.5022 4.81802 11.5 5.05136 11.5C5.45136 11.5 5.85136 11.5011 6.25136 11.5022C7.05127 11.5044 7.85144 11.5067 8.65136 11.5C9.07136 11.49 9.27136 11.59 9.29136 12.13C9.30136 12.52 9.21136 12.75 8.90136 13C7.69136 13.99 6.75136 15.21 6.31136 16.73C5.89136 18.22 6.48136 19.98 7.88136 20.91C8.92136 21.6 10.1014 21.78 11.2914 21.95C11.3713 21.97 11.4514 21.99 11.5314 22H11.5714C11.9614 21.93 11.9614 21.63 11.9614 21.33C11.9614 20.7163 11.9602 20.1037 11.9591 19.4915C11.9569 18.2682 11.9547 17.0463 11.9614 15.82C11.9635 15.7635 11.9581 15.7032 11.9527 15.6422C11.9331 15.4226 11.9127 15.1939 12.2414 15.1C12.8414 14.92 13.0214 14.97 13.3514 15.38C14.1814 16.42 15.2014 17.25 16.4214 17.78C18.7014 18.77 21.0814 17.63 21.8414 15.34C22.1114 14.53 22.3014 13.7 22.3614 12.85C22.3814 12.53 22.2014 12.37 21.7814 12.37C21.3084 12.3633 20.831 12.3656 20.3522 12.3678C20.1123 12.3689 19.8716 12.37 19.6314 12.37C18.4614 12.37 17.2914 12.37 16.1314 12.36C16.0838 12.36 16.0326 12.3647 15.9805 12.3695C15.7584 12.3899 15.518 12.412 15.4614 12.08C15.452 12.0222 15.4399 11.9638 15.4278 11.9054C15.3626 11.5903 15.297 11.2731 15.6514 11.02C16.6014 10.32 17.3514 9.43 17.9014 8.39C18.6514 6.96 18.7714 5.54 17.8614 4.12C17.3214 3.28 16.5714 2.74 15.6514 2.46C14.9214 2.23 14.1814 2.01 13.4014 2C12.845 2 12.8414 2.1579 12.8316 2.58154L12.8314 2.59C12.8164 3.11454 12.8182 3.63908 12.8201 4.16783C12.8207 4.34449 12.8214 4.52224 12.8214 4.7C12.8214 4.99988 12.8207 5.29913 12.8201 5.59807V5.59935C12.8182 6.49621 12.8164 7.39033 12.8314 8.29C12.8314 8.71 12.7314 8.91 12.2014 8.93C11.8114 8.95 11.5714 8.86 11.3214 8.54C10.5314 7.54 9.53136 6.78 8.36136 6.23C6.29136 5.25 3.86136 6.14 2.99136 8.29C2.65136 9.14 2.41136 10.01 2.36136 10.93C2.34136 11.48 2.52136 11.49 2.95136 11.5ZM12.3614 10.31C13.2914 10.31 14.0514 11.07 14.0514 12C14.0514 12.93 13.2914 13.69 12.3614 13.69C11.4314 13.69 10.6714 12.93 10.6714 12C10.6714 11.07 11.4314 10.31 12.3614 10.31ZM14.7399 4.27588L14.8116 9.12215C15.7786 8.12183 16.2322 7.53769 16.4955 6.41296C16.7327 5.39931 15.5202 4.27588 14.7399 4.27588ZM9.47914 9.44208L4.63287 9.51383C4.63287 8.73353 5.75631 7.52101 6.76995 7.75827C7.89468 8.02153 8.47882 8.47511 9.47914 9.44208ZM9.95945 19.6504L9.8877 14.8041C8.92073 15.8044 8.46715 16.3886 8.20389 17.5133C7.96663 18.527 9.17914 19.6504 9.95945 19.6504ZM15.2016 14.4315L20.0479 14.3597C20.0479 15.14 18.9245 16.3525 17.9108 16.1153C16.7861 15.852 16.202 15.3984 15.2016 14.4315Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.95136 11.5C3.41802 11.5133 3.88469 11.5089 4.35136 11.5044C4.58469 11.5022 4.81802 11.5 5.05136 11.5C5.45136 11.5 5.85136 11.5011 6.25136 11.5022C7.05127 11.5044 7.85144 11.5067 8.65136 11.5C9.07136 11.49 9.27136 11.59 9.29136 12.13C9.30136 12.52 9.21136 12.75 8.90136 13C7.69136 13.99 6.75136 15.21 6.31136 16.73C5.89136 18.22 6.48136 19.98 7.88136 20.91C8.92136 21.6 10.1014 21.78 11.2914 21.95C11.3713 21.97 11.4514 21.99 11.5314 22H11.5714C11.9614 21.93 11.9614 21.63 11.9614 21.33C11.9614 20.7163 11.9602 20.1037 11.9591 19.4915C11.9569 18.2682 11.9547 17.0463 11.9614 15.82C11.9635 15.7635 11.9581 15.7032 11.9527 15.6422C11.9331 15.4226 11.9127 15.1939 12.2414 15.1C12.8414 14.92 13.0214 14.97 13.3514 15.38C14.1814 16.42 15.2014 17.25 16.4214 17.78C18.7014 18.77 21.0814 17.63 21.8414 15.34C22.1114 14.53 22.3014 13.7 22.3614 12.85C22.3814 12.53 22.2014 12.37 21.7814 12.37C21.3084 12.3633 20.831 12.3656 20.3522 12.3678C20.1123 12.3689 19.8716 12.37 19.6314 12.37C18.4614 12.37 17.2914 12.37 16.1314 12.36C16.0838 12.36 16.0326 12.3647 15.9805 12.3695C15.7584 12.3899 15.518 12.412 15.4614 12.08C15.452 12.0222 15.4399 11.9638 15.4278 11.9054C15.3626 11.5903 15.297 11.2731 15.6514 11.02C16.6014 10.32 17.3514 9.43 17.9014 8.39C18.6514 6.96 18.7714 5.54 17.8614 4.12C17.3214 3.28 16.5714 2.74 15.6514 2.46C14.9214 2.23 14.1814 2.01 13.4014 2C12.845 2 12.8414 2.1579 12.8316 2.58154L12.8314 2.59C12.8164 3.11454 12.8182 3.63908 12.8201 4.16783C12.8207 4.34449 12.8214 4.52224 12.8214 4.7C12.8214 4.99988 12.8207 5.29913 12.8201 5.59807V5.59935C12.8182 6.49621 12.8164 7.39033 12.8314 8.29C12.8314 8.71 12.7314 8.91 12.2014 8.93C11.8114 8.95 11.5714 8.86 11.3214 8.54C10.5314 7.54 9.53136 6.78 8.36136 6.23C6.29136 5.25 3.86136 6.14 2.99136 8.29C2.65136 9.14 2.41136 10.01 2.36136 10.93C2.34136 11.48 2.52136 11.49 2.95136 11.5ZM12.3614 10.31C13.2914 10.31 14.0514 11.07 14.0514 12C14.0514 12.93 13.2914 13.69 12.3614 13.69C11.4314 13.69 10.6714 12.93 10.6714 12C10.6714 11.07 11.4314 10.31 12.3614 10.31ZM14.7399 4.27588L14.8116 9.12215C15.7786 8.12183 16.2322 7.53769 16.4955 6.41296C16.7327 5.39931 15.5202 4.27588 14.7399 4.27588ZM9.47914 9.44208L4.63287 9.51383C4.63287 8.73353 5.75631 7.52101 6.76995 7.75827C7.89468 8.02153 8.47882 8.47511 9.47914 9.44208ZM9.95945 19.6504L9.8877 14.8041C8.92073 15.8044 8.46715 16.3886 8.20389 17.5133C7.96663 18.527 9.17914 19.6504 9.95945 19.6504ZM15.2016 14.4315L20.0479 14.3597C20.0479 15.14 18.9245 16.3525 17.9108 16.1153C16.7861 15.852 16.202 15.3984 15.2016 14.4315Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-propulsion-static",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPropulsionStatic",
          "declaration": {
            "name": "ObiPropulsionStatic",
            "module": "src/icons/icon-propulsion-static.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-propulsion-static",
          "declaration": {
            "name": "ObiPropulsionStatic",
            "module": "src/icons/icon-propulsion-static.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-propulsion-tunnel-thruster.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPropulsionTunnelThruster",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 9C2.44771 9 2 9.44772 2 10L2 14C2 14.5523 2.44772 15 3 15L11 15L11 16.5C11 16.7761 11.2239 17 11.5 17L12.5 17C12.7761 17 13 16.7761 13 16.5L13 15L21 15C21.5523 15 22 14.5523 22 14L22 10C22 9.44771 21.5523 9 21 9L13 9L13 7.5C13 7.22386 12.7761 7 12.5 7L11.5 7C11.2239 7 11 7.22386 11 7.5L11 9L3 9ZM4 13L4 11L7 11L7 13L4 13ZM13 11L13 13L20 13L20 11L13 11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 9C2.44771 9 2 9.44772 2 10L2 14C2 14.5523 2.44772 15 3 15L11 15L11 16.5C11 16.7761 11.2239 17 11.5 17L12.5 17C12.7761 17 13 16.7761 13 16.5L13 15L21 15C21.5523 15 22 14.5523 22 14L22 10C22 9.44771 21.5523 9 21 9L13 9L13 7.5C13 7.22386 12.7761 7 12.5 7L11.5 7C11.2239 7 11 7.22386 11 7.5L11 9L3 9ZM4 13L4 11L7 11L7 13L4 13ZM13 11L13 13L20 13L20 11L13 11Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-propulsion-tunnel-thruster",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPropulsionTunnelThruster",
          "declaration": {
            "name": "ObiPropulsionTunnelThruster",
            "module": "src/icons/icon-propulsion-tunnel-thruster.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-propulsion-tunnel-thruster",
          "declaration": {
            "name": "ObiPropulsionTunnelThruster",
            "module": "src/icons/icon-propulsion-tunnel-thruster.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-propulsion.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPropulsion",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14.475 3.16117C14.2797 2.96591 14.2797 2.64933 14.475 2.45406C14.6702 2.2588 14.9868 2.2588 15.1821 2.45406C15.3774 2.64933 15.3774 2.96591 15.1821 3.16117C14.9868 3.35643 14.6702 3.35643 14.475 3.16117Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.99147 18.3014C5.33088 17.9808 5.65772 17.6477 5.98456 17.3146C6.14798 17.148 6.3114 16.9814 6.47639 16.8165C6.75924 16.5336 7.04286 16.2516 7.32649 15.9695C7.89375 15.4054 8.46101 14.8413 9.02198 14.2709C9.31189 13.9668 9.52402 13.8961 9.92 14.2638C10.2028 14.5325 10.3018 14.7588 10.2594 15.1548C10.1039 16.7104 10.3018 18.2377 11.0655 19.6237C11.8221 20.9742 13.4838 21.8016 15.1314 21.4692C16.3547 21.2217 17.3163 20.5146 18.278 19.7934C18.3487 19.7509 18.4194 19.7085 18.4831 19.659L18.5114 19.6307C18.7376 19.3055 18.5255 19.0933 18.3134 18.8812C17.8794 18.4472 17.4454 18.0148 17.0116 17.5826L17.0109 17.5819C16.1446 16.7187 15.2793 15.8566 14.4172 14.985C14.3788 14.9435 14.3323 14.9047 14.2854 14.8654C14.1162 14.724 13.9401 14.5768 14.1061 14.2779C14.4031 13.7264 14.5657 13.6345 15.089 13.691C16.4112 13.8395 17.7194 13.7052 18.9568 13.2173C21.2691 12.3051 22.1459 9.8161 21.064 7.65942C20.6822 6.89575 20.2296 6.1745 19.671 5.53103C19.4589 5.29061 19.2185 5.30476 18.9215 5.60174C18.5824 5.93138 18.2465 6.27043 17.9095 6.61053L17.9088 6.61126C17.7401 6.78156 17.571 6.95225 17.4012 7.12202L17.4004 7.12286C16.5733 7.94989 15.7463 8.77693 14.9192 9.58982C14.8856 9.62345 14.8528 9.66295 14.8193 9.70324C14.6766 9.87473 14.5223 10.0603 14.2475 9.86559C14.2 9.83136 14.1503 9.79867 14.1005 9.76595C13.8315 9.5892 13.5607 9.41125 13.6323 8.98171C13.8091 7.81499 13.7101 6.65533 13.3636 5.53103C12.8828 3.98954 11.9635 2.90059 10.316 2.53997C9.34018 2.32784 8.42801 2.47633 7.57948 2.92888C6.90066 3.28243 6.22183 3.65013 5.66322 4.1946C5.26985 4.58797 5.37891 4.70221 5.67152 5.00872L5.67736 5.01484C6.03767 5.39634 6.40989 5.76594 6.78509 6.13849C6.9105 6.26302 7.03654 6.38817 7.16229 6.51391C7.37424 6.72587 7.58532 6.93782 7.79617 7.14956L7.79724 7.15063C8.4301 7.78614 9.06109 8.41978 9.70787 9.04535C10.0049 9.34234 10.0756 9.55447 9.71494 9.94338C9.45331 10.2333 9.21997 10.3394 8.81692 10.2899C7.5512 10.1414 6.30669 10.3111 5.09046 10.7495C2.93379 11.5202 1.84484 13.8678 2.74994 16.0033C3.11056 16.8447 3.55604 17.6296 4.17123 18.3155C4.54599 18.7186 4.68034 18.5984 4.99147 18.3014ZM10.8039 10.806C11.4615 10.1484 12.5363 10.1484 13.1939 10.806C13.8515 11.4637 13.8515 12.5385 13.1939 13.1961C12.5363 13.8537 11.4615 13.8537 10.8039 13.1961C10.1463 12.5385 10.1463 11.4637 10.8039 10.806Z\" fill=\"currentColor\"/> <path d=\"M3.51482 7.75731C3.90534 8.14783 4.53851 8.14783 4.92903 7.75731C5.31955 7.36678 5.31955 6.73362 4.92903 6.34309C4.53851 5.95257 3.90534 5.95257 3.51482 6.34309C3.12429 6.73362 3.12429 7.36678 3.51482 7.75731Z\" fill=\"currentColor\"/> <path d=\"M3.16117 9.52514C2.96591 9.7204 2.64933 9.7204 2.45406 9.52514C2.2588 9.32988 2.2588 9.01329 2.45406 8.81803C2.64933 8.62277 2.96591 8.62277 3.16117 8.81803C3.35643 9.01329 3.35643 9.32988 3.16117 9.52514Z\" fill=\"currentColor\"/> <path d=\"M7.75731 20.4853C8.14783 20.0948 8.14783 19.4616 7.75731 19.0711C7.36678 18.6806 6.73362 18.6806 6.34309 19.0711C5.95257 19.4616 5.95257 20.0948 6.34309 20.4853C6.73362 20.8758 7.36678 20.8758 7.75731 20.4853Z\" fill=\"currentColor\"/> <path d=\"M9.52502 20.8388C9.72028 21.0341 9.72028 21.3507 9.52502 21.5459C9.32975 21.7412 9.01317 21.7412 8.81791 21.5459C8.62265 21.3507 8.62265 21.0341 8.81791 20.8388C9.01317 20.6436 9.32975 20.6436 9.52502 20.8388Z\" fill=\"currentColor\"/> <path d=\"M20.4852 16.2427C20.0947 15.8522 19.4615 15.8522 19.071 16.2427C18.6804 16.6332 18.6804 17.2664 19.071 17.6569C19.4615 18.0474 20.0947 18.0474 20.4852 17.6569C20.8757 17.2664 20.8757 16.6332 20.4852 16.2427Z\" fill=\"currentColor\"/> <path d=\"M20.8388 14.4749C21.0341 14.2796 21.3507 14.2796 21.5459 14.4749C21.7412 14.6701 21.7412 14.9867 21.5459 15.182C21.3507 15.3772 21.0341 15.3772 20.8388 15.182C20.6436 14.9867 20.6436 14.6701 20.8388 14.4749Z\" fill=\"currentColor\"/> <path d=\"M16.2427 3.51469C15.8522 3.90522 15.8522 4.53838 16.2427 4.92891C16.6332 5.31943 17.2664 5.31943 17.6569 4.92891C18.0474 4.53838 18.0474 3.90522 17.6569 3.51469C17.2664 3.12417 16.6332 3.12417 16.2427 3.51469Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14.475 3.16117C14.2797 2.96591 14.2797 2.64933 14.475 2.45406C14.6702 2.2588 14.9868 2.2588 15.1821 2.45406C15.3774 2.64933 15.3774 2.96591 15.1821 3.16117C14.9868 3.35643 14.6702 3.35643 14.475 3.16117Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.99147 18.3014C5.33088 17.9808 5.65772 17.6477 5.98456 17.3146C6.14798 17.148 6.3114 16.9814 6.47639 16.8165C6.75924 16.5336 7.04286 16.2516 7.32649 15.9695C7.89375 15.4054 8.46101 14.8413 9.02198 14.2709C9.31189 13.9668 9.52402 13.8961 9.92 14.2638C10.2028 14.5325 10.3018 14.7588 10.2594 15.1548C10.1039 16.7104 10.3018 18.2377 11.0655 19.6237C11.8221 20.9742 13.4838 21.8016 15.1314 21.4692C16.3547 21.2217 17.3163 20.5146 18.278 19.7934C18.3487 19.7509 18.4194 19.7085 18.4831 19.659L18.5114 19.6307C18.7376 19.3055 18.5255 19.0933 18.3134 18.8812C17.8794 18.4472 17.4454 18.0148 17.0116 17.5826L17.0109 17.5819C16.1446 16.7187 15.2793 15.8566 14.4172 14.985C14.3788 14.9435 14.3323 14.9047 14.2854 14.8654C14.1162 14.724 13.9401 14.5768 14.1061 14.2779C14.4031 13.7264 14.5657 13.6345 15.089 13.691C16.4112 13.8395 17.7194 13.7052 18.9568 13.2173C21.2691 12.3051 22.1459 9.8161 21.064 7.65942C20.6822 6.89575 20.2296 6.1745 19.671 5.53103C19.4589 5.29061 19.2185 5.30476 18.9215 5.60174C18.5824 5.93138 18.2465 6.27043 17.9095 6.61053L17.9088 6.61126C17.7401 6.78156 17.571 6.95225 17.4012 7.12202L17.4004 7.12286C16.5733 7.94989 15.7463 8.77693 14.9192 9.58982C14.8856 9.62345 14.8528 9.66295 14.8193 9.70324C14.6766 9.87473 14.5223 10.0603 14.2475 9.86559C14.2 9.83136 14.1503 9.79867 14.1005 9.76595C13.8315 9.5892 13.5607 9.41125 13.6323 8.98171C13.8091 7.81499 13.7101 6.65533 13.3636 5.53103C12.8828 3.98954 11.9635 2.90059 10.316 2.53997C9.34018 2.32784 8.42801 2.47633 7.57948 2.92888C6.90066 3.28243 6.22183 3.65013 5.66322 4.1946C5.26985 4.58797 5.37891 4.70221 5.67152 5.00872L5.67736 5.01484C6.03767 5.39634 6.40989 5.76594 6.78509 6.13849C6.9105 6.26302 7.03654 6.38817 7.16229 6.51391C7.37424 6.72587 7.58532 6.93782 7.79617 7.14956L7.79724 7.15063C8.4301 7.78614 9.06109 8.41978 9.70787 9.04535C10.0049 9.34234 10.0756 9.55447 9.71494 9.94338C9.45331 10.2333 9.21997 10.3394 8.81692 10.2899C7.5512 10.1414 6.30669 10.3111 5.09046 10.7495C2.93379 11.5202 1.84484 13.8678 2.74994 16.0033C3.11056 16.8447 3.55604 17.6296 4.17123 18.3155C4.54599 18.7186 4.68034 18.5984 4.99147 18.3014ZM10.8039 10.806C11.4615 10.1484 12.5363 10.1484 13.1939 10.806C13.8515 11.4637 13.8515 12.5385 13.1939 13.1961C12.5363 13.8537 11.4615 13.8537 10.8039 13.1961C10.1463 12.5385 10.1463 11.4637 10.8039 10.806Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.51482 7.75731C3.90534 8.14783 4.53851 8.14783 4.92903 7.75731C5.31955 7.36678 5.31955 6.73362 4.92903 6.34309C4.53851 5.95257 3.90534 5.95257 3.51482 6.34309C3.12429 6.73362 3.12429 7.36678 3.51482 7.75731Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.16117 9.52514C2.96591 9.7204 2.64933 9.7204 2.45406 9.52514C2.2588 9.32988 2.2588 9.01329 2.45406 8.81803C2.64933 8.62277 2.96591 8.62277 3.16117 8.81803C3.35643 9.01329 3.35643 9.32988 3.16117 9.52514Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.75731 20.4853C8.14783 20.0948 8.14783 19.4616 7.75731 19.0711C7.36678 18.6806 6.73362 18.6806 6.34309 19.0711C5.95257 19.4616 5.95257 20.0948 6.34309 20.4853C6.73362 20.8758 7.36678 20.8758 7.75731 20.4853Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.52502 20.8388C9.72028 21.0341 9.72028 21.3507 9.52502 21.5459C9.32975 21.7412 9.01317 21.7412 8.81791 21.5459C8.62265 21.3507 8.62265 21.0341 8.81791 20.8388C9.01317 20.6436 9.32975 20.6436 9.52502 20.8388Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.4852 16.2427C20.0947 15.8522 19.4615 15.8522 19.071 16.2427C18.6804 16.6332 18.6804 17.2664 19.071 17.6569C19.4615 18.0474 20.0947 18.0474 20.4852 17.6569C20.8757 17.2664 20.8757 16.6332 20.4852 16.2427Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.8388 14.4749C21.0341 14.2796 21.3507 14.2796 21.5459 14.4749C21.7412 14.6701 21.7412 14.9867 21.5459 15.182C21.3507 15.3772 21.0341 15.3772 20.8388 15.182C20.6436 14.9867 20.6436 14.6701 20.8388 14.4749Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.2427 3.51469C15.8522 3.90522 15.8522 4.53838 16.2427 4.92891C16.6332 5.31943 17.2664 5.31943 17.6569 4.92891C18.0474 4.53838 18.0474 3.90522 17.6569 3.51469C17.2664 3.12417 16.6332 3.12417 16.2427 3.51469Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-propulsion",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPropulsion",
          "declaration": {
            "name": "ObiPropulsion",
            "module": "src/icons/icon-propulsion.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-propulsion",
          "declaration": {
            "name": "ObiPropulsion",
            "module": "src/icons/icon-propulsion.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pump-off-horizontal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPumpOffHorizontal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.8819 13C13.5388 13 14.8819 11.6569 14.8819 10C14.8819 8.34315 13.5388 7 11.8819 7C10.225 7 8.8819 8.34315 8.8819 10C8.8819 11.6569 10.225 13 11.8819 13ZM13.8819 10C13.8819 11.1046 12.9865 12 11.8819 12C10.7773 12 9.8819 11.1046 9.8819 10C9.8819 8.89543 10.7773 8 11.8819 8C12.9865 8 13.8819 8.89543 13.8819 10Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8819 7C21.4342 7 21.8819 6.55229 21.8819 6V3C21.8819 2.44772 21.4342 2 20.8819 2H11.8819C7.46362 2 3.8819 5.58172 3.8819 10C3.8819 12.1897 4.76167 14.174 6.18702 15.6186L3.83151 18.563C3.0458 19.5451 3.74506 21 5.00282 21H18.7609C20.0187 21 20.718 19.5451 19.9322 18.563L17.5768 15.6186C19.0021 14.174 19.8819 12.1897 19.8819 10C19.8819 9.3094 19.7944 8.63924 19.6299 8C19.5416 7.65724 19.4313 7.32337 19.3004 7H20.8819ZM17.8168 6H20.8819V3H11.8819C8.0159 3 4.8819 6.13401 4.8819 10C4.8819 13.866 8.0159 17 11.8819 17C15.7479 17 18.8819 13.866 18.8819 10C18.8819 9.06987 18.701 8.18446 18.3734 7.37522L17.8168 6ZM4.61238 19.1877L6.93344 16.2863C8.29499 17.3596 10.0137 18 11.8819 18C13.7501 18 15.4688 17.3596 16.8303 16.2864L19.1514 19.1877C19.4133 19.515 19.1802 20 18.7609 20H5.00282C4.58356 20 4.35048 19.515 4.61238 19.1877Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.93156 16.2863L4.6105 19.1877C4.3486 19.515 4.58169 20 5.00094 20H18.7591C19.1783 20 19.4114 19.515 19.1495 19.1877L16.8285 16.2864C15.4669 17.3596 13.7483 18 11.88 18C10.0118 18 8.29311 17.3596 6.93156 16.2863Z\" fill=\"currentColor\"/> <path d=\"M11.88 12C12.9846 12 13.88 11.1046 13.88 10C13.88 8.89543 12.9846 8 11.88 8C10.7755 8 9.88002 8.89543 9.88002 10C9.88002 11.1046 10.7755 12 11.88 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.88 6H17.8149L18.3716 7.37522C18.6991 8.18446 18.88 9.06987 18.88 10C18.88 13.866 15.746 17 11.88 17C8.01403 17 4.88002 13.866 4.88002 10C4.88002 6.13401 8.01403 3 11.88 3H20.88V6ZM11.88 13C13.5369 13 14.88 11.6569 14.88 10C14.88 8.34315 13.5369 7 11.88 7C10.2232 7 8.88002 8.34315 8.88002 10C8.88002 11.6569 10.2232 13 11.88 13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.8819 13C13.5388 13 14.8819 11.6569 14.8819 10C14.8819 8.34315 13.5388 7 11.8819 7C10.225 7 8.8819 8.34315 8.8819 10C8.8819 11.6569 10.225 13 11.8819 13ZM13.8819 10C13.8819 11.1046 12.9865 12 11.8819 12C10.7773 12 9.8819 11.1046 9.8819 10C9.8819 8.89543 10.7773 8 11.8819 8C12.9865 8 13.8819 8.89543 13.8819 10Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8819 7C21.4342 7 21.8819 6.55229 21.8819 6V3C21.8819 2.44772 21.4342 2 20.8819 2H11.8819C7.46362 2 3.8819 5.58172 3.8819 10C3.8819 12.1897 4.76167 14.174 6.18702 15.6186L3.83151 18.563C3.0458 19.5451 3.74506 21 5.00282 21H18.7609C20.0187 21 20.718 19.5451 19.9322 18.563L17.5768 15.6186C19.0021 14.174 19.8819 12.1897 19.8819 10C19.8819 9.3094 19.7944 8.63924 19.6299 8C19.5416 7.65724 19.4313 7.32337 19.3004 7H20.8819ZM17.8168 6H20.8819V3H11.8819C8.0159 3 4.8819 6.13401 4.8819 10C4.8819 13.866 8.0159 17 11.8819 17C15.7479 17 18.8819 13.866 18.8819 10C18.8819 9.06987 18.701 8.18446 18.3734 7.37522L17.8168 6ZM4.61238 19.1877L6.93344 16.2863C8.29499 17.3596 10.0137 18 11.8819 18C13.7501 18 15.4688 17.3596 16.8303 16.2864L19.1514 19.1877C19.4133 19.515 19.1802 20 18.7609 20H5.00282C4.58356 20 4.35048 19.515 4.61238 19.1877Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.93156 16.2863L4.6105 19.1877C4.3486 19.515 4.58169 20 5.00094 20H18.7591C19.1783 20 19.4114 19.515 19.1495 19.1877L16.8285 16.2864C15.4669 17.3596 13.7483 18 11.88 18C10.0118 18 8.29311 17.3596 6.93156 16.2863Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M11.88 12C12.9846 12 13.88 11.1046 13.88 10C13.88 8.89543 12.9846 8 11.88 8C10.7755 8 9.88002 8.89543 9.88002 10C9.88002 11.1046 10.7755 12 11.88 12Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.88 6H17.8149L18.3716 7.37522C18.6991 8.18446 18.88 9.06987 18.88 10C18.88 13.866 15.746 17 11.88 17C8.01403 17 4.88002 13.866 4.88002 10C4.88002 6.13401 8.01403 3 11.88 3H20.88V6ZM11.88 13C13.5369 13 14.88 11.6569 14.88 10C14.88 8.34315 13.5369 7 11.88 7C10.2232 7 8.88002 8.34315 8.88002 10C8.88002 11.6569 10.2232 13 11.88 13Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pump-off-horizontal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPumpOffHorizontal",
          "declaration": {
            "name": "ObiPumpOffHorizontal",
            "module": "src/icons/icon-pump-off-horizontal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pump-off-horizontal",
          "declaration": {
            "name": "ObiPumpOffHorizontal",
            "module": "src/icons/icon-pump-off-horizontal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pump-off-vertical.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPumpOffVertical",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 14C13.6569 14 15 12.6569 15 11C15 9.34315 13.6569 8 12 8C10.3431 8 9 9.34315 9 11C9 12.6569 10.3431 14 12 14ZM14 11C14 12.1046 13.1046 13 12 13C10.8954 13 10 12.1046 10 11C10 9.89543 10.8954 9 12 9C13.1046 9 14 9.89543 14 11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 2C9 1.44772 8.55228 1 8 1H5C4.44772 1 4 1.44772 4 2V11C4 13.1846 4.87566 15.1647 6.29514 16.6084L3.83151 19.688C3.0458 20.6701 3.74506 22.125 5.00282 22.125H18.7609C20.0187 22.125 20.718 20.6701 19.9322 19.688L17.5733 16.7392C19.07 15.2855 20 13.2514 20 11C20 6.58172 16.4183 3 12 3C11.3094 3 10.6392 3.08751 10 3.25203C9.65724 3.34026 9.32337 3.45062 9 3.58152V2ZM8 5.06513V2H5V11C5 14.866 8.13401 18 12 18C15.866 18 19 14.866 19 11C19 7.13401 15.866 4 12 4C11.0699 4 10.1845 4.18088 9.37522 4.50845L8 5.06513ZM4.61238 20.3127L7.04045 17.2776C8.40375 18.3561 10.1267 19 12 19C13.8071 19 15.4742 18.4009 16.8136 17.3904L19.1514 20.3127C19.4133 20.64 19.1802 21.125 18.7609 21.125H5.00282C4.58356 21.125 4.35048 20.64 4.61238 20.3127Z\" fill=\"currentColor\"/> <path d=\"M11.9981 13C13.1027 13 13.9981 12.1046 13.9981 11C13.9981 9.89543 13.1027 9 11.9981 9C10.8936 9 9.99812 9.89543 9.99812 11C9.99812 12.1046 10.8936 13 11.9981 13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.99812 2V5.06513L9.37334 4.50845C10.1826 4.18088 11.068 4 11.9981 4C15.8641 4 18.9981 7.13401 18.9981 11C18.9981 14.866 15.8641 18 11.9981 18C8.13213 18 4.99812 14.866 4.99812 11V2H7.99812ZM11.9981 14C13.655 14 14.9981 12.6569 14.9981 11C14.9981 9.34315 13.655 8 11.9981 8C10.3413 8 8.99812 9.34315 8.99812 11C8.99812 12.6569 10.3413 14 11.9981 14Z\" fill=\"currentColor\"/> <path d=\"M7.03857 17.2776L4.6105 20.3127C4.3486 20.64 4.58169 21.125 5.00094 21.125H18.7591C19.1783 21.125 19.4114 20.64 19.1495 20.3127L16.8117 17.3904C15.4723 18.4009 13.8052 19 11.9981 19C10.1248 19 8.40187 18.3561 7.03857 17.2776Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.99812 2V5.06513L9.37334 4.50845C10.1826 4.18088 11.068 4 11.9981 4C15.8641 4 18.9981 7.13401 18.9981 11C18.9981 14.866 15.8641 18 11.9981 18C8.13213 18 4.99812 14.866 4.99812 11V2H7.99812ZM7.03857 17.2776L4.6105 20.3127C4.3486 20.64 4.58169 21.125 5.00094 21.125H18.7591C19.1783 21.125 19.4114 20.64 19.1495 20.3127L16.8117 17.3904C15.4723 18.4009 13.8052 19 11.9981 19C10.1248 19 8.40187 18.3561 7.03857 17.2776ZM11.9981 14C13.655 14 14.9981 12.6569 14.9981 11C14.9981 9.34315 13.655 8 11.9981 8C10.3413 8 8.99812 9.34315 8.99812 11C8.99812 12.6569 10.3413 14 11.9981 14ZM11.9981 13C13.1027 13 13.9981 12.1046 13.9981 11C13.9981 9.89543 13.1027 9 11.9981 9C10.8936 9 9.99812 9.89543 9.99812 11C9.99812 12.1046 10.8936 13 11.9981 13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 14C13.6569 14 15 12.6569 15 11C15 9.34315 13.6569 8 12 8C10.3431 8 9 9.34315 9 11C9 12.6569 10.3431 14 12 14ZM14 11C14 12.1046 13.1046 13 12 13C10.8954 13 10 12.1046 10 11C10 9.89543 10.8954 9 12 9C13.1046 9 14 9.89543 14 11Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 2C9 1.44772 8.55228 1 8 1H5C4.44772 1 4 1.44772 4 2V11C4 13.1846 4.87566 15.1647 6.29514 16.6084L3.83151 19.688C3.0458 20.6701 3.74506 22.125 5.00282 22.125H18.7609C20.0187 22.125 20.718 20.6701 19.9322 19.688L17.5733 16.7392C19.07 15.2855 20 13.2514 20 11C20 6.58172 16.4183 3 12 3C11.3094 3 10.6392 3.08751 10 3.25203C9.65724 3.34026 9.32337 3.45062 9 3.58152V2ZM8 5.06513V2H5V11C5 14.866 8.13401 18 12 18C15.866 18 19 14.866 19 11C19 7.13401 15.866 4 12 4C11.0699 4 10.1845 4.18088 9.37522 4.50845L8 5.06513ZM4.61238 20.3127L7.04045 17.2776C8.40375 18.3561 10.1267 19 12 19C13.8071 19 15.4742 18.4009 16.8136 17.3904L19.1514 20.3127C19.4133 20.64 19.1802 21.125 18.7609 21.125H5.00282C4.58356 21.125 4.35048 20.64 4.61238 20.3127Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M11.9981 13C13.1027 13 13.9981 12.1046 13.9981 11C13.9981 9.89543 13.1027 9 11.9981 9C10.8936 9 9.99812 9.89543 9.99812 11C9.99812 12.1046 10.8936 13 11.9981 13Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.99812 2V5.06513L9.37334 4.50845C10.1826 4.18088 11.068 4 11.9981 4C15.8641 4 18.9981 7.13401 18.9981 11C18.9981 14.866 15.8641 18 11.9981 18C8.13213 18 4.99812 14.866 4.99812 11V2H7.99812ZM11.9981 14C13.655 14 14.9981 12.6569 14.9981 11C14.9981 9.34315 13.655 8 11.9981 8C10.3413 8 8.99812 9.34315 8.99812 11C8.99812 12.6569 10.3413 14 11.9981 14Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M7.03857 17.2776L4.6105 20.3127C4.3486 20.64 4.58169 21.125 5.00094 21.125H18.7591C19.1783 21.125 19.4114 20.64 19.1495 20.3127L16.8117 17.3904C15.4723 18.4009 13.8052 19 11.9981 19C10.1248 19 8.40187 18.3561 7.03857 17.2776Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.99812 2V5.06513L9.37334 4.50845C10.1826 4.18088 11.068 4 11.9981 4C15.8641 4 18.9981 7.13401 18.9981 11C18.9981 14.866 15.8641 18 11.9981 18C8.13213 18 4.99812 14.866 4.99812 11V2H7.99812ZM7.03857 17.2776L4.6105 20.3127C4.3486 20.64 4.58169 21.125 5.00094 21.125H18.7591C19.1783 21.125 19.4114 20.64 19.1495 20.3127L16.8117 17.3904C15.4723 18.4009 13.8052 19 11.9981 19C10.1248 19 8.40187 18.3561 7.03857 17.2776ZM11.9981 14C13.655 14 14.9981 12.6569 14.9981 11C14.9981 9.34315 13.655 8 11.9981 8C10.3413 8 8.99812 9.34315 8.99812 11C8.99812 12.6569 10.3413 14 11.9981 14ZM11.9981 13C13.1027 13 13.9981 12.1046 13.9981 11C13.9981 9.89543 13.1027 9 11.9981 9C10.8936 9 9.99812 9.89543 9.99812 11C9.99812 12.1046 10.8936 13 11.9981 13Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pump-off-vertical",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPumpOffVertical",
          "declaration": {
            "name": "ObiPumpOffVertical",
            "module": "src/icons/icon-pump-off-vertical.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pump-off-vertical",
          "declaration": {
            "name": "ObiPumpOffVertical",
            "module": "src/icons/icon-pump-off-vertical.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pump-on-horizontal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPumpOnHorizontal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.8819 13C13.5388 13 14.8819 11.6569 14.8819 10C14.8819 8.34315 13.5388 7 11.8819 7C10.225 7 8.8819 8.34315 8.8819 10C8.8819 11.6569 10.225 13 11.8819 13ZM13.8819 10C13.8819 11.1046 12.9865 12 11.8819 12C10.7773 12 9.8819 11.1046 9.8819 10C9.8819 8.89543 10.7773 8 11.8819 8C12.9865 8 13.8819 8.89543 13.8819 10Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8819 7C21.4342 7 21.8819 6.55229 21.8819 6V3C21.8819 2.44772 21.4342 2 20.8819 2H11.8819C7.46362 2 3.8819 5.58172 3.8819 10C3.8819 12.1897 4.76167 14.174 6.18702 15.6186L3.83151 18.563C3.0458 19.5451 3.74506 21 5.00282 21H18.7609C20.0187 21 20.718 19.5451 19.9322 18.563L17.5768 15.6186C19.0021 14.174 19.8819 12.1897 19.8819 10C19.8819 9.3094 19.7944 8.63924 19.6299 8C19.5416 7.65724 19.4313 7.32337 19.3004 7H20.8819ZM17.8168 6H20.8819V3H11.8819C8.0159 3 4.8819 6.13401 4.8819 10C4.8819 13.866 8.0159 17 11.8819 17C15.7479 17 18.8819 13.866 18.8819 10C18.8819 9.06987 18.701 8.18446 18.3734 7.37522L17.8168 6ZM4.61238 19.1877L6.93344 16.2863C8.29499 17.3596 10.0137 18 11.8819 18C13.7501 18 15.4688 17.3596 16.8303 16.2864L19.1514 19.1877C19.4133 19.515 19.1802 20 18.7609 20H5.00282C4.58356 20 4.35048 19.515 4.61238 19.1877Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.93156 16.2863L4.6105 19.1877C4.3486 19.515 4.58169 20 5.00094 20H18.7591C19.1783 20 19.4114 19.515 19.1495 19.1877L16.8285 16.2864C15.4669 17.3596 13.7483 18 11.88 18C10.0118 18 8.29311 17.3596 6.93156 16.2863Z\" fill=\"currentColor\"/> <path d=\"M11.88 12C12.9846 12 13.88 11.1046 13.88 10C13.88 8.89543 12.9846 8 11.88 8C10.7755 8 9.88002 8.89543 9.88002 10C9.88002 11.1046 10.7755 12 11.88 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.88 6H17.8149L18.3716 7.37522C18.6991 8.18446 18.88 9.06987 18.88 10C18.88 13.866 15.746 17 11.88 17C8.01403 17 4.88002 13.866 4.88002 10C4.88002 6.13401 8.01403 3 11.88 3H20.88V6ZM11.88 13C13.5369 13 14.88 11.6569 14.88 10C14.88 8.34315 13.5369 7 11.88 7C10.2232 7 8.88002 8.34315 8.88002 10C8.88002 11.6569 10.2232 13 11.88 13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.8819 13C13.5388 13 14.8819 11.6569 14.8819 10C14.8819 8.34315 13.5388 7 11.8819 7C10.225 7 8.8819 8.34315 8.8819 10C8.8819 11.6569 10.225 13 11.8819 13ZM13.8819 10C13.8819 11.1046 12.9865 12 11.8819 12C10.7773 12 9.8819 11.1046 9.8819 10C9.8819 8.89543 10.7773 8 11.8819 8C12.9865 8 13.8819 8.89543 13.8819 10Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8819 7C21.4342 7 21.8819 6.55229 21.8819 6V3C21.8819 2.44772 21.4342 2 20.8819 2H11.8819C7.46362 2 3.8819 5.58172 3.8819 10C3.8819 12.1897 4.76167 14.174 6.18702 15.6186L3.83151 18.563C3.0458 19.5451 3.74506 21 5.00282 21H18.7609C20.0187 21 20.718 19.5451 19.9322 18.563L17.5768 15.6186C19.0021 14.174 19.8819 12.1897 19.8819 10C19.8819 9.3094 19.7944 8.63924 19.6299 8C19.5416 7.65724 19.4313 7.32337 19.3004 7H20.8819ZM17.8168 6H20.8819V3H11.8819C8.0159 3 4.8819 6.13401 4.8819 10C4.8819 13.866 8.0159 17 11.8819 17C15.7479 17 18.8819 13.866 18.8819 10C18.8819 9.06987 18.701 8.18446 18.3734 7.37522L17.8168 6ZM4.61238 19.1877L6.93344 16.2863C8.29499 17.3596 10.0137 18 11.8819 18C13.7501 18 15.4688 17.3596 16.8303 16.2864L19.1514 19.1877C19.4133 19.515 19.1802 20 18.7609 20H5.00282C4.58356 20 4.35048 19.515 4.61238 19.1877Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.93156 16.2863L4.6105 19.1877C4.3486 19.515 4.58169 20 5.00094 20H18.7591C19.1783 20 19.4114 19.515 19.1495 19.1877L16.8285 16.2864C15.4669 17.3596 13.7483 18 11.88 18C10.0118 18 8.29311 17.3596 6.93156 16.2863Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M11.88 12C12.9846 12 13.88 11.1046 13.88 10C13.88 8.89543 12.9846 8 11.88 8C10.7755 8 9.88002 8.89543 9.88002 10C9.88002 11.1046 10.7755 12 11.88 12Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.88 6H17.8149L18.3716 7.37522C18.6991 8.18446 18.88 9.06987 18.88 10C18.88 13.866 15.746 17 11.88 17C8.01403 17 4.88002 13.866 4.88002 10C4.88002 6.13401 8.01403 3 11.88 3H20.88V6ZM11.88 13C13.5369 13 14.88 11.6569 14.88 10C14.88 8.34315 13.5369 7 11.88 7C10.2232 7 8.88002 8.34315 8.88002 10C8.88002 11.6569 10.2232 13 11.88 13Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pump-on-horizontal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPumpOnHorizontal",
          "declaration": {
            "name": "ObiPumpOnHorizontal",
            "module": "src/icons/icon-pump-on-horizontal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pump-on-horizontal",
          "declaration": {
            "name": "ObiPumpOnHorizontal",
            "module": "src/icons/icon-pump-on-horizontal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pump-on-vertical.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPumpOnVertical",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 14C13.6569 14 15 12.6569 15 11C15 9.34315 13.6569 8 12 8C10.3431 8 9 9.34315 9 11C9 12.6569 10.3431 14 12 14ZM14 11C14 12.1046 13.1046 13 12 13C10.8954 13 10 12.1046 10 11C10 9.89543 10.8954 9 12 9C13.1046 9 14 9.89543 14 11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 2C9 1.44772 8.55228 1 8 1H5C4.44772 1 4 1.44772 4 2V11C4 13.1846 4.87566 15.1647 6.29514 16.6084L3.83151 19.688C3.0458 20.6701 3.74506 22.125 5.00282 22.125H18.7609C20.0187 22.125 20.718 20.6701 19.9322 19.688L17.5733 16.7392C19.07 15.2855 20 13.2514 20 11C20 6.58172 16.4183 3 12 3C11.3094 3 10.6392 3.08751 10 3.25203C9.65724 3.34026 9.32337 3.45062 9 3.58152V2ZM8 5.06513V2H5V11C5 14.866 8.13401 18 12 18C15.866 18 19 14.866 19 11C19 7.13401 15.866 4 12 4C11.0699 4 10.1845 4.18088 9.37522 4.50845L8 5.06513ZM4.61238 20.3127L7.04045 17.2776C8.40375 18.3561 10.1267 19 12 19C13.8071 19 15.4742 18.4009 16.8136 17.3904L19.1514 20.3127C19.4133 20.64 19.1802 21.125 18.7609 21.125H5.00282C4.58356 21.125 4.35048 20.64 4.61238 20.3127Z\" fill=\"currentColor\"/> <path d=\"M11.9981 13C13.1027 13 13.9981 12.1046 13.9981 11C13.9981 9.89543 13.1027 9 11.9981 9C10.8936 9 9.99812 9.89543 9.99812 11C9.99812 12.1046 10.8936 13 11.9981 13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.99812 2V5.06513L9.37334 4.50845C10.1826 4.18088 11.068 4 11.9981 4C15.8641 4 18.9981 7.13401 18.9981 11C18.9981 14.866 15.8641 18 11.9981 18C8.13213 18 4.99812 14.866 4.99812 11V2H7.99812ZM11.9981 14C13.655 14 14.9981 12.6569 14.9981 11C14.9981 9.34315 13.655 8 11.9981 8C10.3413 8 8.99812 9.34315 8.99812 11C8.99812 12.6569 10.3413 14 11.9981 14Z\" fill=\"currentColor\"/> <path d=\"M7.03857 17.2776L4.6105 20.3127C4.3486 20.64 4.58169 21.125 5.00094 21.125H18.7591C19.1783 21.125 19.4114 20.64 19.1495 20.3127L16.8117 17.3904C15.4723 18.4009 13.8052 19 11.9981 19C10.1248 19 8.40187 18.3561 7.03857 17.2776Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.99812 2V5.06513L9.37334 4.50845C10.1826 4.18088 11.068 4 11.9981 4C15.8641 4 18.9981 7.13401 18.9981 11C18.9981 14.866 15.8641 18 11.9981 18C8.13213 18 4.99812 14.866 4.99812 11V2H7.99812ZM7.03857 17.2776L4.6105 20.3127C4.3486 20.64 4.58169 21.125 5.00094 21.125H18.7591C19.1783 21.125 19.4114 20.64 19.1495 20.3127L16.8117 17.3904C15.4723 18.4009 13.8052 19 11.9981 19C10.1248 19 8.40187 18.3561 7.03857 17.2776ZM11.9981 14C13.655 14 14.9981 12.6569 14.9981 11C14.9981 9.34315 13.655 8 11.9981 8C10.3413 8 8.99812 9.34315 8.99812 11C8.99812 12.6569 10.3413 14 11.9981 14ZM11.9981 13C13.1027 13 13.9981 12.1046 13.9981 11C13.9981 9.89543 13.1027 9 11.9981 9C10.8936 9 9.99812 9.89543 9.99812 11C9.99812 12.1046 10.8936 13 11.9981 13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 14C13.6569 14 15 12.6569 15 11C15 9.34315 13.6569 8 12 8C10.3431 8 9 9.34315 9 11C9 12.6569 10.3431 14 12 14ZM14 11C14 12.1046 13.1046 13 12 13C10.8954 13 10 12.1046 10 11C10 9.89543 10.8954 9 12 9C13.1046 9 14 9.89543 14 11Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 2C9 1.44772 8.55228 1 8 1H5C4.44772 1 4 1.44772 4 2V11C4 13.1846 4.87566 15.1647 6.29514 16.6084L3.83151 19.688C3.0458 20.6701 3.74506 22.125 5.00282 22.125H18.7609C20.0187 22.125 20.718 20.6701 19.9322 19.688L17.5733 16.7392C19.07 15.2855 20 13.2514 20 11C20 6.58172 16.4183 3 12 3C11.3094 3 10.6392 3.08751 10 3.25203C9.65724 3.34026 9.32337 3.45062 9 3.58152V2ZM8 5.06513V2H5V11C5 14.866 8.13401 18 12 18C15.866 18 19 14.866 19 11C19 7.13401 15.866 4 12 4C11.0699 4 10.1845 4.18088 9.37522 4.50845L8 5.06513ZM4.61238 20.3127L7.04045 17.2776C8.40375 18.3561 10.1267 19 12 19C13.8071 19 15.4742 18.4009 16.8136 17.3904L19.1514 20.3127C19.4133 20.64 19.1802 21.125 18.7609 21.125H5.00282C4.58356 21.125 4.35048 20.64 4.61238 20.3127Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M11.9981 13C13.1027 13 13.9981 12.1046 13.9981 11C13.9981 9.89543 13.1027 9 11.9981 9C10.8936 9 9.99812 9.89543 9.99812 11C9.99812 12.1046 10.8936 13 11.9981 13Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.99812 2V5.06513L9.37334 4.50845C10.1826 4.18088 11.068 4 11.9981 4C15.8641 4 18.9981 7.13401 18.9981 11C18.9981 14.866 15.8641 18 11.9981 18C8.13213 18 4.99812 14.866 4.99812 11V2H7.99812ZM11.9981 14C13.655 14 14.9981 12.6569 14.9981 11C14.9981 9.34315 13.655 8 11.9981 8C10.3413 8 8.99812 9.34315 8.99812 11C8.99812 12.6569 10.3413 14 11.9981 14Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.03857 17.2776L4.6105 20.3127C4.3486 20.64 4.58169 21.125 5.00094 21.125H18.7591C19.1783 21.125 19.4114 20.64 19.1495 20.3127L16.8117 17.3904C15.4723 18.4009 13.8052 19 11.9981 19C10.1248 19 8.40187 18.3561 7.03857 17.2776Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.99812 2V5.06513L9.37334 4.50845C10.1826 4.18088 11.068 4 11.9981 4C15.8641 4 18.9981 7.13401 18.9981 11C18.9981 14.866 15.8641 18 11.9981 18C8.13213 18 4.99812 14.866 4.99812 11V2H7.99812ZM7.03857 17.2776L4.6105 20.3127C4.3486 20.64 4.58169 21.125 5.00094 21.125H18.7591C19.1783 21.125 19.4114 20.64 19.1495 20.3127L16.8117 17.3904C15.4723 18.4009 13.8052 19 11.9981 19C10.1248 19 8.40187 18.3561 7.03857 17.2776ZM11.9981 14C13.655 14 14.9981 12.6569 14.9981 11C14.9981 9.34315 13.655 8 11.9981 8C10.3413 8 8.99812 9.34315 8.99812 11C8.99812 12.6569 10.3413 14 11.9981 14ZM11.9981 13C13.1027 13 13.9981 12.1046 13.9981 11C13.9981 9.89543 13.1027 9 11.9981 9C10.8936 9 9.99812 9.89543 9.99812 11C9.99812 12.1046 10.8936 13 11.9981 13Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pump-on-vertical",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPumpOnVertical",
          "declaration": {
            "name": "ObiPumpOnVertical",
            "module": "src/icons/icon-pump-on-vertical.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pump-on-vertical",
          "declaration": {
            "name": "ObiPumpOnVertical",
            "module": "src/icons/icon-pump-on-vertical.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pump-static-horizontal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPumpStaticHorizontal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.8819 13C13.5388 13 14.8819 11.6569 14.8819 10C14.8819 8.34315 13.5388 7 11.8819 7C10.225 7 8.8819 8.34315 8.8819 10C8.8819 11.6569 10.225 13 11.8819 13ZM13.8819 10C13.8819 11.1046 12.9865 12 11.8819 12C10.7773 12 9.8819 11.1046 9.8819 10C9.8819 8.89543 10.7773 8 11.8819 8C12.9865 8 13.8819 8.89543 13.8819 10Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8819 7C21.4342 7 21.8819 6.55229 21.8819 6V3C21.8819 2.44772 21.4342 2 20.8819 2H11.8819C7.46362 2 3.8819 5.58172 3.8819 10C3.8819 12.1897 4.76167 14.174 6.18702 15.6186L3.83151 18.563C3.0458 19.5451 3.74506 21 5.00282 21H18.7609C20.0187 21 20.718 19.5451 19.9322 18.563L17.5768 15.6186C19.0021 14.174 19.8819 12.1897 19.8819 10C19.8819 9.3094 19.7944 8.63924 19.6299 8C19.5416 7.65724 19.4313 7.32337 19.3004 7H20.8819ZM17.8168 6H20.8819V3H11.8819C8.0159 3 4.8819 6.13401 4.8819 10C4.8819 13.866 8.0159 17 11.8819 17C15.7479 17 18.8819 13.866 18.8819 10C18.8819 9.06987 18.701 8.18446 18.3734 7.37522L17.8168 6ZM4.61238 19.1877L6.93344 16.2863C8.29499 17.3596 10.0137 18 11.8819 18C13.7501 18 15.4688 17.3596 16.8303 16.2864L19.1514 19.1877C19.4133 19.515 19.1802 20 18.7609 20H5.00282C4.58356 20 4.35048 19.515 4.61238 19.1877Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.93156 16.2863L4.6105 19.1877C4.3486 19.515 4.58169 20 5.00094 20H18.7591C19.1783 20 19.4114 19.515 19.1495 19.1877L16.8285 16.2864C15.4669 17.3596 13.7483 18 11.88 18C10.0118 18 8.29311 17.3596 6.93156 16.2863Z\" fill=\"currentColor\"/> <path d=\"M11.88 12C12.9846 12 13.88 11.1046 13.88 10C13.88 8.89543 12.9846 8 11.88 8C10.7755 8 9.88002 8.89543 9.88002 10C9.88002 11.1046 10.7755 12 11.88 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.88 6H17.8149L18.3716 7.37522C18.6991 8.18446 18.88 9.06987 18.88 10C18.88 13.866 15.746 17 11.88 17C8.01403 17 4.88002 13.866 4.88002 10C4.88002 6.13401 8.01403 3 11.88 3H20.88V6ZM11.88 13C13.5369 13 14.88 11.6569 14.88 10C14.88 8.34315 13.5369 7 11.88 7C10.2232 7 8.88002 8.34315 8.88002 10C8.88002 11.6569 10.2232 13 11.88 13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.8819 13C13.5388 13 14.8819 11.6569 14.8819 10C14.8819 8.34315 13.5388 7 11.8819 7C10.225 7 8.8819 8.34315 8.8819 10C8.8819 11.6569 10.225 13 11.8819 13ZM13.8819 10C13.8819 11.1046 12.9865 12 11.8819 12C10.7773 12 9.8819 11.1046 9.8819 10C9.8819 8.89543 10.7773 8 11.8819 8C12.9865 8 13.8819 8.89543 13.8819 10Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8819 7C21.4342 7 21.8819 6.55229 21.8819 6V3C21.8819 2.44772 21.4342 2 20.8819 2H11.8819C7.46362 2 3.8819 5.58172 3.8819 10C3.8819 12.1897 4.76167 14.174 6.18702 15.6186L3.83151 18.563C3.0458 19.5451 3.74506 21 5.00282 21H18.7609C20.0187 21 20.718 19.5451 19.9322 18.563L17.5768 15.6186C19.0021 14.174 19.8819 12.1897 19.8819 10C19.8819 9.3094 19.7944 8.63924 19.6299 8C19.5416 7.65724 19.4313 7.32337 19.3004 7H20.8819ZM17.8168 6H20.8819V3H11.8819C8.0159 3 4.8819 6.13401 4.8819 10C4.8819 13.866 8.0159 17 11.8819 17C15.7479 17 18.8819 13.866 18.8819 10C18.8819 9.06987 18.701 8.18446 18.3734 7.37522L17.8168 6ZM4.61238 19.1877L6.93344 16.2863C8.29499 17.3596 10.0137 18 11.8819 18C13.7501 18 15.4688 17.3596 16.8303 16.2864L19.1514 19.1877C19.4133 19.515 19.1802 20 18.7609 20H5.00282C4.58356 20 4.35048 19.515 4.61238 19.1877Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.93156 16.2863L4.6105 19.1877C4.3486 19.515 4.58169 20 5.00094 20H18.7591C19.1783 20 19.4114 19.515 19.1495 19.1877L16.8285 16.2864C15.4669 17.3596 13.7483 18 11.88 18C10.0118 18 8.29311 17.3596 6.93156 16.2863Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M11.88 12C12.9846 12 13.88 11.1046 13.88 10C13.88 8.89543 12.9846 8 11.88 8C10.7755 8 9.88002 8.89543 9.88002 10C9.88002 11.1046 10.7755 12 11.88 12Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.88 6H17.8149L18.3716 7.37522C18.6991 8.18446 18.88 9.06987 18.88 10C18.88 13.866 15.746 17 11.88 17C8.01403 17 4.88002 13.866 4.88002 10C4.88002 6.13401 8.01403 3 11.88 3H20.88V6ZM11.88 13C13.5369 13 14.88 11.6569 14.88 10C14.88 8.34315 13.5369 7 11.88 7C10.2232 7 8.88002 8.34315 8.88002 10C8.88002 11.6569 10.2232 13 11.88 13Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pump-static-horizontal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPumpStaticHorizontal",
          "declaration": {
            "name": "ObiPumpStaticHorizontal",
            "module": "src/icons/icon-pump-static-horizontal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pump-static-horizontal",
          "declaration": {
            "name": "ObiPumpStaticHorizontal",
            "module": "src/icons/icon-pump-static-horizontal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-pump-static-vertical.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPumpStaticVertical",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 14C13.6569 14 15 12.6569 15 11C15 9.34315 13.6569 8 12 8C10.3431 8 9 9.34315 9 11C9 12.6569 10.3431 14 12 14ZM14 11C14 12.1046 13.1046 13 12 13C10.8954 13 10 12.1046 10 11C10 9.89543 10.8954 9 12 9C13.1046 9 14 9.89543 14 11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 2C9 1.44772 8.55228 1 8 1H5C4.44772 1 4 1.44772 4 2V11C4 13.1846 4.87566 15.1647 6.29514 16.6084L3.83151 19.688C3.0458 20.6701 3.74506 22.125 5.00282 22.125H18.7609C20.0187 22.125 20.718 20.6701 19.9322 19.688L17.5733 16.7392C19.07 15.2855 20 13.2514 20 11C20 6.58172 16.4183 3 12 3C11.3094 3 10.6392 3.08751 10 3.25203C9.65724 3.34026 9.32337 3.45062 9 3.58152V2ZM8 5.06513V2H5V11C5 14.866 8.13401 18 12 18C15.866 18 19 14.866 19 11C19 7.13401 15.866 4 12 4C11.0699 4 10.1845 4.18088 9.37522 4.50845L8 5.06513ZM4.61238 20.3127L7.04045 17.2776C8.40375 18.3561 10.1267 19 12 19C13.8071 19 15.4742 18.4009 16.8136 17.3904L19.1514 20.3127C19.4133 20.64 19.1802 21.125 18.7609 21.125H5.00282C4.58356 21.125 4.35048 20.64 4.61238 20.3127Z\" fill=\"currentColor\"/> <path d=\"M11.9981 13C13.1027 13 13.9981 12.1046 13.9981 11C13.9981 9.89543 13.1027 9 11.9981 9C10.8936 9 9.99812 9.89543 9.99812 11C9.99812 12.1046 10.8936 13 11.9981 13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.99812 2V5.06513L9.37334 4.50845C10.1826 4.18088 11.068 4 11.9981 4C15.8641 4 18.9981 7.13401 18.9981 11C18.9981 14.866 15.8641 18 11.9981 18C8.13213 18 4.99812 14.866 4.99812 11V2H7.99812ZM11.9981 14C13.655 14 14.9981 12.6569 14.9981 11C14.9981 9.34315 13.655 8 11.9981 8C10.3413 8 8.99812 9.34315 8.99812 11C8.99812 12.6569 10.3413 14 11.9981 14Z\" fill=\"currentColor\"/> <path d=\"M7.03857 17.2776L4.6105 20.3127C4.3486 20.64 4.58169 21.125 5.00094 21.125H18.7591C19.1783 21.125 19.4114 20.64 19.1495 20.3127L16.8117 17.3904C15.4723 18.4009 13.8052 19 11.9981 19C10.1248 19 8.40187 18.3561 7.03857 17.2776Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.99812 2V5.06513L9.37334 4.50845C10.1826 4.18088 11.068 4 11.9981 4C15.8641 4 18.9981 7.13401 18.9981 11C18.9981 14.866 15.8641 18 11.9981 18C8.13213 18 4.99812 14.866 4.99812 11V2H7.99812ZM7.03857 17.2776L4.6105 20.3127C4.3486 20.64 4.58169 21.125 5.00094 21.125H18.7591C19.1783 21.125 19.4114 20.64 19.1495 20.3127L16.8117 17.3904C15.4723 18.4009 13.8052 19 11.9981 19C10.1248 19 8.40187 18.3561 7.03857 17.2776ZM11.9981 14C13.655 14 14.9981 12.6569 14.9981 11C14.9981 9.34315 13.655 8 11.9981 8C10.3413 8 8.99812 9.34315 8.99812 11C8.99812 12.6569 10.3413 14 11.9981 14ZM11.9981 13C13.1027 13 13.9981 12.1046 13.9981 11C13.9981 9.89543 13.1027 9 11.9981 9C10.8936 9 9.99812 9.89543 9.99812 11C9.99812 12.1046 10.8936 13 11.9981 13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 14C13.6569 14 15 12.6569 15 11C15 9.34315 13.6569 8 12 8C10.3431 8 9 9.34315 9 11C9 12.6569 10.3431 14 12 14ZM14 11C14 12.1046 13.1046 13 12 13C10.8954 13 10 12.1046 10 11C10 9.89543 10.8954 9 12 9C13.1046 9 14 9.89543 14 11Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 2C9 1.44772 8.55228 1 8 1H5C4.44772 1 4 1.44772 4 2V11C4 13.1846 4.87566 15.1647 6.29514 16.6084L3.83151 19.688C3.0458 20.6701 3.74506 22.125 5.00282 22.125H18.7609C20.0187 22.125 20.718 20.6701 19.9322 19.688L17.5733 16.7392C19.07 15.2855 20 13.2514 20 11C20 6.58172 16.4183 3 12 3C11.3094 3 10.6392 3.08751 10 3.25203C9.65724 3.34026 9.32337 3.45062 9 3.58152V2ZM8 5.06513V2H5V11C5 14.866 8.13401 18 12 18C15.866 18 19 14.866 19 11C19 7.13401 15.866 4 12 4C11.0699 4 10.1845 4.18088 9.37522 4.50845L8 5.06513ZM4.61238 20.3127L7.04045 17.2776C8.40375 18.3561 10.1267 19 12 19C13.8071 19 15.4742 18.4009 16.8136 17.3904L19.1514 20.3127C19.4133 20.64 19.1802 21.125 18.7609 21.125H5.00282C4.58356 21.125 4.35048 20.64 4.61238 20.3127Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M11.9981 13C13.1027 13 13.9981 12.1046 13.9981 11C13.9981 9.89543 13.1027 9 11.9981 9C10.8936 9 9.99812 9.89543 9.99812 11C9.99812 12.1046 10.8936 13 11.9981 13Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.99812 2V5.06513L9.37334 4.50845C10.1826 4.18088 11.068 4 11.9981 4C15.8641 4 18.9981 7.13401 18.9981 11C18.9981 14.866 15.8641 18 11.9981 18C8.13213 18 4.99812 14.866 4.99812 11V2H7.99812ZM11.9981 14C13.655 14 14.9981 12.6569 14.9981 11C14.9981 9.34315 13.655 8 11.9981 8C10.3413 8 8.99812 9.34315 8.99812 11C8.99812 12.6569 10.3413 14 11.9981 14Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.03857 17.2776L4.6105 20.3127C4.3486 20.64 4.58169 21.125 5.00094 21.125H18.7591C19.1783 21.125 19.4114 20.64 19.1495 20.3127L16.8117 17.3904C15.4723 18.4009 13.8052 19 11.9981 19C10.1248 19 8.40187 18.3561 7.03857 17.2776Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.99812 2V5.06513L9.37334 4.50845C10.1826 4.18088 11.068 4 11.9981 4C15.8641 4 18.9981 7.13401 18.9981 11C18.9981 14.866 15.8641 18 11.9981 18C8.13213 18 4.99812 14.866 4.99812 11V2H7.99812ZM7.03857 17.2776L4.6105 20.3127C4.3486 20.64 4.58169 21.125 5.00094 21.125H18.7591C19.1783 21.125 19.4114 20.64 19.1495 20.3127L16.8117 17.3904C15.4723 18.4009 13.8052 19 11.9981 19C10.1248 19 8.40187 18.3561 7.03857 17.2776ZM11.9981 14C13.655 14 14.9981 12.6569 14.9981 11C14.9981 9.34315 13.655 8 11.9981 8C10.3413 8 8.99812 9.34315 8.99812 11C8.99812 12.6569 10.3413 14 11.9981 14ZM11.9981 13C13.1027 13 13.9981 12.1046 13.9981 11C13.9981 9.89543 13.1027 9 11.9981 9C10.8936 9 9.99812 9.89543 9.99812 11C9.99812 12.1046 10.8936 13 11.9981 13Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-pump-static-vertical",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPumpStaticVertical",
          "declaration": {
            "name": "ObiPumpStaticVertical",
            "module": "src/icons/icon-pump-static-vertical.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-pump-static-vertical",
          "declaration": {
            "name": "ObiPumpStaticVertical",
            "module": "src/icons/icon-pump-static-vertical.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-push-button-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPushButtonOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 5C18 5.55229 17.5523 6 17 6L7 6C6.44771 6 6 5.55228 6 5C6 4.44771 6.44771 4 7 4H17C17.5523 4 18 4.44772 18 5ZM1 12.0001C1 10.8955 1.89543 10.0001 3 10.0001C4.10457 10.0001 5 10.8955 5 12.0001C5 13.1046 4.10457 14.0001 3 14.0001C1.89543 14.0001 1 13.1046 1 12.0001ZM21 10C19.8954 10 19 10.8954 19 12C19 13.1046 19.8954 14 21 14C22.1046 14 23 13.1046 23 12C23 10.8954 22.1046 10 21 10Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 7C18.1046 7 19 6.10457 19 5C19 3.89543 18.1046 3 17 3H7C5.89543 3 5 3.89543 5 5C5 6.10457 5.89543 7 7 7L11 7V18H3C2.44772 18 2 18.4477 2 19V21C2 21.5523 2.44771 22 3 22H21C21.5523 22 22 21.5523 22 21V19C22 18.4477 21.5523 18 21 18H13V7L17 7ZM17 6C17.5523 6 18 5.55229 18 5C18 4.44772 17.5523 4 17 4H7C6.44771 4 6 4.44771 6 5C6 5.55228 6.44771 6 7 6L17 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 9.00006C1.34315 9.00006 0 10.3432 0 12.0001C0 13.6569 1.34315 15.0001 3 15.0001C4.65685 15.0001 6 13.6569 6 12.0001C6 10.3432 4.65685 9.00006 3 9.00006ZM1 12.0001C1 10.8955 1.89543 10.0001 3 10.0001C4.10457 10.0001 5 10.8955 5 12.0001C5 13.1046 4.10457 14.0001 3 14.0001C1.89543 14.0001 1 13.1046 1 12.0001Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 12C18 10.3431 19.3431 9 21 9C22.6569 9 24 10.3431 24 12C24 13.6569 22.6569 15 21 15C19.3431 15 18 13.6569 18 12ZM19 12C19 10.8954 19.8954 10 21 10C22.1046 10 23 10.8954 23 12C23 13.1046 22.1046 14 21 14C19.8954 14 19 13.1046 19 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 5C18 5.55229 17.5523 6 17 6L7 6C6.44771 6 6 5.55228 6 5C6 4.44771 6.44771 4 7 4H17C17.5523 4 18 4.44772 18 5ZM1 12.0001C1 10.8955 1.89543 10.0001 3 10.0001C4.10457 10.0001 5 10.8955 5 12.0001C5 13.1046 4.10457 14.0001 3 14.0001C1.89543 14.0001 1 13.1046 1 12.0001ZM21 10C19.8954 10 19 10.8954 19 12C19 13.1046 19.8954 14 21 14C22.1046 14 23 13.1046 23 12C23 10.8954 22.1046 10 21 10Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 7C18.1046 7 19 6.10457 19 5C19 3.89543 18.1046 3 17 3H7C5.89543 3 5 3.89543 5 5C5 6.10457 5.89543 7 7 7L11 7V18H3C2.44772 18 2 18.4477 2 19V21C2 21.5523 2.44771 22 3 22H21C21.5523 22 22 21.5523 22 21V19C22 18.4477 21.5523 18 21 18H13V7L17 7ZM17 6C17.5523 6 18 5.55229 18 5C18 4.44772 17.5523 4 17 4H7C6.44771 4 6 4.44771 6 5C6 5.55228 6.44771 6 7 6L17 6Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 9.00006C1.34315 9.00006 0 10.3432 0 12.0001C0 13.6569 1.34315 15.0001 3 15.0001C4.65685 15.0001 6 13.6569 6 12.0001C6 10.3432 4.65685 9.00006 3 9.00006ZM1 12.0001C1 10.8955 1.89543 10.0001 3 10.0001C4.10457 10.0001 5 10.8955 5 12.0001C5 13.1046 4.10457 14.0001 3 14.0001C1.89543 14.0001 1 13.1046 1 12.0001Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 12C18 10.3431 19.3431 9 21 9C22.6569 9 24 10.3431 24 12C24 13.6569 22.6569 15 21 15C19.3431 15 18 13.6569 18 12ZM19 12C19 10.8954 19.8954 10 21 10C22.1046 10 23 10.8954 23 12C23 13.1046 22.1046 14 21 14C19.8954 14 19 13.1046 19 12Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-push-button-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPushButtonOff",
          "declaration": {
            "name": "ObiPushButtonOff",
            "module": "src/icons/icon-push-button-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-push-button-off",
          "declaration": {
            "name": "ObiPushButtonOff",
            "module": "src/icons/icon-push-button-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-push-button-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiPushButtonOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2676 13L4.73247 13C4.38667 13.5978 3.74031 14.0001 3 14.0001C1.89543 14.0001 1 13.1046 1 12.0001C1 10.8955 1.89543 10.0001 3 10.0001C3.74026 10.0001 4.38658 10.4022 4.7324 11L19.2676 11C19.6134 10.4022 20.2597 10 21 10C22.1046 10 23 10.8954 23 12C23 13.1046 22.1046 14 21 14C20.2597 14 19.6134 13.5978 19.2676 13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 15.0001C3.88937 15.0001 4.68751 14.6127 5.236 14L11 14V18H3C2.44772 18 2 18.4477 2 19V22H21C21.5523 22 22 21.5523 22 21V19C22 18.4477 21.5523 18 21 18H13V14L18.7641 14C19.3125 14.6127 20.1107 15 21 15C22.6569 15 24 13.6569 24 12C24 10.3431 22.6569 9 21 9C20.1107 9 19.3125 9.38731 18.7641 10H5.23589C4.68741 9.38734 3.88931 9.00006 3 9.00006C1.34315 9.00006 0 10.3432 0 12.0001C0 13.6569 1.34315 15.0001 3 15.0001ZM19.2676 13C19.6134 13.5978 20.2597 14 21 14C22.1046 14 23 13.1046 23 12C23 10.8954 22.1046 10 21 10C20.2597 10 19.6134 10.4022 19.2676 11L4.7324 11C4.38658 10.4022 3.74026 10.0001 3 10.0001C1.89543 10.0001 1 10.8955 1 12.0001C1 13.1046 1.89543 14.0001 3 14.0001C3.74031 14.0001 4.38667 13.5978 4.73247 13L19.2676 13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2676 13L4.73247 13C4.38667 13.5978 3.74031 14.0001 3 14.0001C1.89543 14.0001 1 13.1046 1 12.0001C1 10.8955 1.89543 10.0001 3 10.0001C3.74026 10.0001 4.38658 10.4022 4.7324 11L19.2676 11C19.6134 10.4022 20.2597 10 21 10C22.1046 10 23 10.8954 23 12C23 13.1046 22.1046 14 21 14C20.2597 14 19.6134 13.5978 19.2676 13Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 15.0001C3.88937 15.0001 4.68751 14.6127 5.236 14L11 14V18H3C2.44772 18 2 18.4477 2 19V22H21C21.5523 22 22 21.5523 22 21V19C22 18.4477 21.5523 18 21 18H13V14L18.7641 14C19.3125 14.6127 20.1107 15 21 15C22.6569 15 24 13.6569 24 12C24 10.3431 22.6569 9 21 9C20.1107 9 19.3125 9.38731 18.7641 10H5.23589C4.68741 9.38734 3.88931 9.00006 3 9.00006C1.34315 9.00006 0 10.3432 0 12.0001C0 13.6569 1.34315 15.0001 3 15.0001ZM19.2676 13C19.6134 13.5978 20.2597 14 21 14C22.1046 14 23 13.1046 23 12C23 10.8954 22.1046 10 21 10C20.2597 10 19.6134 10.4022 19.2676 11L4.7324 11C4.38658 10.4022 3.74026 10.0001 3 10.0001C1.89543 10.0001 1 10.8955 1 12.0001C1 13.1046 1.89543 14.0001 3 14.0001C3.74031 14.0001 4.38667 13.5978 4.73247 13L19.2676 13Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-push-button-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiPushButtonOn",
          "declaration": {
            "name": "ObiPushButtonOn",
            "module": "src/icons/icon-push-button-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-push-button-on",
          "declaration": {
            "name": "ObiPushButtonOn",
            "module": "src/icons/icon-push-button-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-antenna-position-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarAntennaPositionIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 12.5H9V11.5H15V12.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 15L11.5 9L12.5 9L12.5 15H11.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 12.5H9V11.5H15V12.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 15L11.5 9L12.5 9L12.5 15H11.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-antenna-position-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarAntennaPositionIec",
          "declaration": {
            "name": "ObiRadarAntennaPositionIec",
            "module": "src/icons/icon-radar-antenna-position-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-antenna-position-iec",
          "declaration": {
            "name": "ObiRadarAntennaPositionIec",
            "module": "src/icons/icon-radar-antenna-position-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-electronic-bearing-line-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarElectronicBearingLineProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.2886 4.2941L19.7028 2.87988L21.117 4.2941L19.7028 5.70831L18.2886 4.2941Z\" fill=\"currentColor\"/> <path d=\"M15.4601 7.12252L16.8743 5.70831L18.2886 7.12252L16.8743 8.53674L15.4601 7.12252Z\" fill=\"currentColor\"/> <path d=\"M14.0459 8.53674L12.6317 9.95095L14.0459 11.3652L15.4601 9.95095L14.0459 8.53674Z\" fill=\"currentColor\"/> <path d=\"M9.80328 12.7794L11.2175 11.3652L12.6317 12.7794L11.2175 14.1936L9.80328 12.7794Z\" fill=\"currentColor\"/> <path d=\"M8.38907 14.1936L6.97485 15.6078L8.38907 17.022L9.80328 15.6078L8.38907 14.1936Z\" fill=\"currentColor\"/> <path d=\"M4.5 21.9969C5.88071 21.9969 7 20.8776 7 19.4969C7 18.1162 5.88071 16.9969 4.5 16.9969C3.11929 16.9969 2 18.1162 2 19.4969C2 20.8776 3.11929 21.9969 4.5 21.9969Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18.2886 4.2941L19.7028 2.87988L21.117 4.2941L19.7028 5.70831L18.2886 4.2941Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.4601 7.12252L16.8743 5.70831L18.2886 7.12252L16.8743 8.53674L15.4601 7.12252Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.0459 8.53674L12.6317 9.95095L14.0459 11.3652L15.4601 9.95095L14.0459 8.53674Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.80328 12.7794L11.2175 11.3652L12.6317 12.7794L11.2175 14.1936L9.80328 12.7794Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.38907 14.1936L6.97485 15.6078L8.38907 17.022L9.80328 15.6078L8.38907 14.1936Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.5 21.9969C5.88071 21.9969 7 20.8776 7 19.4969C7 18.1162 5.88071 16.9969 4.5 16.9969C3.11929 16.9969 2 18.1162 2 19.4969C2 20.8776 3.11929 21.9969 4.5 21.9969Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-electronic-bearing-line-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarElectronicBearingLineProposal",
          "declaration": {
            "name": "ObiRadarElectronicBearingLineProposal",
            "module": "src/icons/icon-radar-electronic-bearing-line-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-electronic-bearing-line-proposal",
          "declaration": {
            "name": "ObiRadarElectronicBearingLineProposal",
            "module": "src/icons/icon-radar-electronic-bearing-line-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-electronic-range-and-bearing-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarElectronicRangeAndBearingProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7 19.4989C7 20.8797 5.88071 21.9989 4.5 21.9989C3.11929 21.9989 2 20.8797 2 19.4989C2 18.1182 3.11929 16.9989 4.5 16.9989C5.88071 16.9989 7 18.1182 7 19.4989Z\" fill=\"currentColor\"/> <path d=\"M15.9602 6.62457L17.3744 5.21036L18.7886 6.62457L17.3744 8.03879L15.9602 6.62457Z\" fill=\"currentColor\"/> <path d=\"M18.7886 3.79615L20.2028 2.38193L21.617 3.79615L20.2028 5.21036L18.7886 3.79615Z\" fill=\"currentColor\"/> <path d=\"M13.1317 9.453L14.5459 8.03879L15.9602 9.453L14.5459 10.8672L13.1317 9.453Z\" fill=\"currentColor\"/> <path d=\"M10.3033 12.2814L11.7175 10.8672L13.1317 12.2814L11.7175 13.6956L10.3033 12.2814Z\" fill=\"currentColor\"/> <path d=\"M7.47487 15.1099L8.88909 13.6956L10.3033 15.1099L8.88909 16.5241L7.47487 15.1099Z\" fill=\"currentColor\"/> <path d=\"M20.499 18.4989H22.499V20.4989H20.499V18.4989Z\" fill=\"currentColor\"/> <path d=\"M19.6951 14.3922L21.6269 13.8745L22.1445 15.8064L20.2127 16.324L19.6951 14.3922Z\" fill=\"currentColor\"/> <path d=\"M17.8555 10.6335L19.5876 9.63346L20.5876 11.3655L18.8555 12.3655L17.8555 10.6335Z\" fill=\"currentColor\"/> <path d=\"M11.6331 5.14344L12.6331 3.41139L14.3651 4.41139L13.3651 6.14344L11.6331 5.14344Z\" fill=\"currentColor\"/> <path d=\"M7.67474 3.78642L8.19238 1.85456L10.1242 2.3722L9.60659 4.30405L7.67474 3.78642Z\" fill=\"currentColor\"/> <path d=\"M3.49967 3.5L3.49967 1.5L5.49967 1.5V3.5H3.49967Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7 19.4989C7 20.8797 5.88071 21.9989 4.5 21.9989C3.11929 21.9989 2 20.8797 2 19.4989C2 18.1182 3.11929 16.9989 4.5 16.9989C5.88071 16.9989 7 18.1182 7 19.4989Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.9602 6.62457L17.3744 5.21036L18.7886 6.62457L17.3744 8.03879L15.9602 6.62457Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.7886 3.79615L20.2028 2.38193L21.617 3.79615L20.2028 5.21036L18.7886 3.79615Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.1317 9.453L14.5459 8.03879L15.9602 9.453L14.5459 10.8672L13.1317 9.453Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.3033 12.2814L11.7175 10.8672L13.1317 12.2814L11.7175 13.6956L10.3033 12.2814Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.47487 15.1099L8.88909 13.6956L10.3033 15.1099L8.88909 16.5241L7.47487 15.1099Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.499 18.4989H22.499V20.4989H20.499V18.4989Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.6951 14.3922L21.6269 13.8745L22.1445 15.8064L20.2127 16.324L19.6951 14.3922Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.8555 10.6335L19.5876 9.63346L20.5876 11.3655L18.8555 12.3655L17.8555 10.6335Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.6331 5.14344L12.6331 3.41139L14.3651 4.41139L13.3651 6.14344L11.6331 5.14344Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.67474 3.78642L8.19238 1.85456L10.1242 2.3722L9.60659 4.30405L7.67474 3.78642Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.49967 3.5L3.49967 1.5L5.49967 1.5V3.5H3.49967Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-electronic-range-and-bearing-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarElectronicRangeAndBearingProposal",
          "declaration": {
            "name": "ObiRadarElectronicRangeAndBearingProposal",
            "module": "src/icons/icon-radar-electronic-range-and-bearing-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-electronic-range-and-bearing-proposal",
          "declaration": {
            "name": "ObiRadarElectronicRangeAndBearingProposal",
            "module": "src/icons/icon-radar-electronic-range-and-bearing-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-gain-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarGainIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M22 9.0627C20.123 6.03075 16.6857 4 12.7564 4C6.81585 4 2 8.64157 2 14.3663C2 16.4437 2.63394 18.3782 3.7256 20C3.65194 19.5171 3.61347 19.0201 3.61347 18.5129C3.61347 13.9331 6.74376 10.2198 10.6052 10.2198C12.5747 10.2198 14.354 11.1866 15.6248 12.7405L22 9.0627Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M22 9.0627C20.123 6.03075 16.6857 4 12.7564 4C6.81585 4 2 8.64157 2 14.3663C2 16.4437 2.63394 18.3782 3.7256 20C3.65194 19.5171 3.61347 19.0201 3.61347 18.5129C3.61347 13.9331 6.74376 10.2198 10.6052 10.2198C12.5747 10.2198 14.354 11.1866 15.6248 12.7405L22 9.0627Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-gain-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarGainIec",
          "declaration": {
            "name": "ObiRadarGainIec",
            "module": "src/icons/icon-radar-gain-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-gain-iec",
          "declaration": {
            "name": "ObiRadarGainIec",
            "module": "src/icons/icon-radar-gain-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-gain-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarGainProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path d=\"M15.75 5.50483C17.4727 6.49939 18.7296 8.13753 19.2445 10.0589L14.6478 11.2906C13.845 9.51652 12.0594 8.28225 9.98556 8.28225C7.16076 8.28225 4.87081 10.5722 4.87081 13.397C4.87081 13.568 4.8792 13.737 4.89559 13.9036L4.75557 13.9412C4.24075 12.0198 4.51027 9.97265 5.50483 8.25002C6.49939 6.52739 8.13753 5.2704 10.0589 4.75557C11.9802 4.24075 14.0274 4.51027 15.75 5.50483Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.75 5.50483C17.4727 6.49939 18.7296 8.13753 19.2445 10.0589L14.6478 11.2906C13.845 9.51652 12.0594 8.28225 9.98556 8.28225C7.16076 8.28225 4.87081 10.5722 4.87081 13.397C4.87081 13.568 4.8792 13.737 4.89559 13.9036L4.75557 13.9412C4.24075 12.0198 4.51027 9.97265 5.50483 8.25002C6.49939 6.52739 8.13753 5.2704 10.0589 4.75557C11.9802 4.24075 14.0274 4.51027 15.75 5.50483Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-gain-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarGainProposal",
          "declaration": {
            "name": "ObiRadarGainProposal",
            "module": "src/icons/icon-radar-gain-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-gain-proposal",
          "declaration": {
            "name": "ObiRadarGainProposal",
            "module": "src/icons/icon-radar-gain-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C14.3534 2.5 16.5069 3.35575 18.1664 4.77305L17.1017 5.83773C16.4879 5.32954 15.8004 4.915 15.0616 4.60896C14.091 4.20693 13.0507 4 12.0001 4C10.9495 4 9.90925 4.20693 8.93865 4.60896C7.96804 5.011 7.08613 5.60028 6.34326 6.34315L7.40392 7.40381C8.0075 6.80023 8.72406 6.32144 9.51267 5.99478C10.3013 5.66813 11.1465 5.5 12.0001 5.5C12.8537 5.5 13.6989 5.66813 14.4876 5.99478C15.0442 6.22533 15.5649 6.53167 16.0353 6.90417L14.9652 7.97423C14.6406 7.73512 14.2875 7.5356 13.9133 7.3806C13.3067 7.12933 12.6565 7 11.9999 7C11.3433 7 10.6931 7.12933 10.0865 7.3806C9.47984 7.63188 8.92865 8.00017 8.46436 8.46447L9.52502 9.52513C9.85002 9.20012 10.2359 8.94231 10.6605 8.76642C11.0851 8.59053 11.5403 8.5 11.9999 8.5C12.4595 8.5 12.9146 8.59053 13.3393 8.76642C13.5304 8.84559 13.7137 8.94135 13.8871 9.05237L12.7812 10.1583C12.5412 10.0564 12.2772 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 11.7229 13.9436 11.459 13.8418 11.219L19.2271 5.83372C20.6443 7.49317 21.5 9.64666 21.5 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C14.3534 2.5 16.5069 3.35575 18.1664 4.77305L17.1017 5.83773C16.4879 5.32954 15.8004 4.915 15.0616 4.60896C14.091 4.20693 13.0507 4 12.0001 4C10.9495 4 9.90925 4.20693 8.93865 4.60896C7.96804 5.011 7.08613 5.60028 6.34326 6.34315L7.40392 7.40381C8.0075 6.80023 8.72406 6.32144 9.51267 5.99478C10.3013 5.66813 11.1465 5.5 12.0001 5.5C12.8537 5.5 13.6989 5.66813 14.4876 5.99478C15.0442 6.22533 15.5649 6.53167 16.0353 6.90417L14.9652 7.97423C14.6406 7.73512 14.2875 7.5356 13.9133 7.3806C13.3067 7.12933 12.6565 7 11.9999 7C11.3433 7 10.6931 7.12933 10.0865 7.3806C9.47984 7.63188 8.92865 8.00017 8.46436 8.46447L9.52502 9.52513C9.85002 9.20012 10.2359 8.94231 10.6605 8.76642C11.0851 8.59053 11.5403 8.5 11.9999 8.5C12.4595 8.5 12.9146 8.59053 13.3393 8.76642C13.5304 8.84559 13.7137 8.94135 13.8871 9.05237L12.7812 10.1583C12.5412 10.0564 12.2772 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 11.7229 13.9436 11.459 13.8418 11.219L19.2271 5.83372C20.6443 7.49317 21.5 9.64666 21.5 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarIec",
          "declaration": {
            "name": "ObiRadarIec",
            "module": "src/icons/icon-radar-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-iec",
          "declaration": {
            "name": "ObiRadarIec",
            "module": "src/icons/icon-radar-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-long-pulse-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarLongPulseIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 6H17V14H19V16H15V8H9V16H5V14H7V6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 6H17V14H19V16H15V8H9V16H5V14H7V6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-long-pulse-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarLongPulseIec",
          "declaration": {
            "name": "ObiRadarLongPulseIec",
            "module": "src/icons/icon-radar-long-pulse-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-long-pulse-iec",
          "declaration": {
            "name": "ObiRadarLongPulseIec",
            "module": "src/icons/icon-radar-long-pulse-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-overlay-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarOverlayProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.5 2L2.10608 4.74025C1.7384 4.89783 1.5 5.25937 1.5 5.6594V20.4835C1.5 21.2014 2.23405 21.6854 2.89392 21.4026L6.9574 19.6611C6.73924 19.2141 6.55514 18.7474 6.40848 18.2644L3 19.7252V5.98909L7.75 3.95338V10.0044C8.18363 9.39396 8.68757 8.837 9.25 8.34528V3.77431L14.75 5.34574V6.02917C14.9975 6.00984 15.2476 6 15.5 6C15.7524 6 16.0025 6.00984 16.25 6.02917V5.34574L21 3.98859V7.7531C21.5456 8.14113 22.0484 8.58534 22.5 9.0773V3.32573C22.5 2.66135 21.8641 2.18169 21.2253 2.36421L15.5 4L8.5 2Z\" fill=\"currentColor\"/> <path d=\"M15.4882 10.5C14.8356 10.5015 14.1895 10.6308 13.5865 10.8806C13.0858 11.088 12.6228 11.3751 12.2154 11.7301C12.129 11.8054 12.0453 11.8836 11.9644 11.9645L13.025 13.0251C13.35 12.7001 13.7359 12.4423 14.1605 12.2664C14.5851 12.0905 15.0403 12 15.4999 12C15.9595 12 16.4146 12.0905 16.8393 12.2664C17.0305 12.3456 17.2138 12.4414 17.3872 12.5525L15.8887 14.051C15.3882 13.9172 14.832 14.0467 14.4393 14.4393C13.8536 15.0251 13.8536 15.9749 14.4393 16.5606C15.0251 17.1464 15.9749 17.1464 16.5607 16.5606C16.9532 16.1681 17.0827 15.6122 16.9492 15.1118L19.5262 12.5348C19.3795 12.3359 19.2184 12.1482 19.0444 11.9734C19.0385 11.9674 19.0326 11.9615 19.0266 11.9556C18.8519 11.7817 18.6644 11.6207 18.4656 11.4741C18.141 11.2349 17.7876 11.0356 17.4133 10.8806C16.8067 10.6293 16.1566 10.5 15.5 10.5\" fill=\"currentColor\"/> <path d=\"M15.4882 10.5C15.4921 10.5 15.4961 10.5 15.5 10.5L15.4882 10.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5 23.5C19.9183 23.5 23.5 19.9183 23.5 15.5C23.5 11.0817 19.9183 7.5 15.5 7.5C11.0817 7.5 7.5 11.0817 7.5 15.5C7.5 19.9183 11.0817 23.5 15.5 23.5ZM22 15.5C22 19.0899 19.0899 22 15.5 22C11.9101 22 9 19.0899 9 15.5C9 11.9101 11.9101 9 15.5 9C19.0899 9 22 11.9101 22 15.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.5 2L2.10608 4.74025C1.7384 4.89783 1.5 5.25937 1.5 5.6594V20.4835C1.5 21.2014 2.23405 21.6854 2.89392 21.4026L6.9574 19.6611C6.73924 19.2141 6.55514 18.7474 6.40848 18.2644L3 19.7252V5.98909L7.75 3.95338V10.0044C8.18363 9.39396 8.68757 8.837 9.25 8.34528V3.77431L14.75 5.34574V6.02917C14.9975 6.00984 15.2476 6 15.5 6C15.7524 6 16.0025 6.00984 16.25 6.02917V5.34574L21 3.98859V7.7531C21.5456 8.14113 22.0484 8.58534 22.5 9.0773V3.32573C22.5 2.66135 21.8641 2.18169 21.2253 2.36421L15.5 4L8.5 2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.4882 10.5C14.8356 10.5015 14.1895 10.6308 13.5865 10.8806C13.0858 11.088 12.6228 11.3751 12.2154 11.7301C12.129 11.8054 12.0453 11.8836 11.9644 11.9645L13.025 13.0251C13.35 12.7001 13.7359 12.4423 14.1605 12.2664C14.5851 12.0905 15.0403 12 15.4999 12C15.9595 12 16.4146 12.0905 16.8393 12.2664C17.0305 12.3456 17.2138 12.4414 17.3872 12.5525L15.8887 14.051C15.3882 13.9172 14.832 14.0467 14.4393 14.4393C13.8536 15.0251 13.8536 15.9749 14.4393 16.5606C15.0251 17.1464 15.9749 17.1464 16.5607 16.5606C16.9532 16.1681 17.0827 15.6122 16.9492 15.1118L19.5262 12.5348C19.3795 12.3359 19.2184 12.1482 19.0444 11.9734C19.0385 11.9674 19.0326 11.9615 19.0266 11.9556C18.8519 11.7817 18.6644 11.6207 18.4656 11.4741C18.141 11.2349 17.7876 11.0356 17.4133 10.8806C16.8067 10.6293 16.1566 10.5 15.5 10.5\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.4882 10.5C15.4921 10.5 15.4961 10.5 15.5 10.5L15.4882 10.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5 23.5C19.9183 23.5 23.5 19.9183 23.5 15.5C23.5 11.0817 19.9183 7.5 15.5 7.5C11.0817 7.5 7.5 11.0817 7.5 15.5C7.5 19.9183 11.0817 23.5 15.5 23.5ZM22 15.5C22 19.0899 19.0899 22 15.5 22C11.9101 22 9 19.0899 9 15.5C9 11.9101 11.9101 9 15.5 9C19.0899 9 22 11.9101 22 15.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-overlay-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarOverlayProposal",
          "declaration": {
            "name": "ObiRadarOverlayProposal",
            "module": "src/icons/icon-radar-overlay-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-overlay-proposal",
          "declaration": {
            "name": "ObiRadarOverlayProposal",
            "module": "src/icons/icon-radar-overlay-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-performance-monitor-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarPerformanceMonitorIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.2501 9.18934V5H14.7501V9.18934L13.5304 7.96967L12.4697 9.03033L15.5001 12.0607L18.5304 9.03033L17.4697 7.96967L16.2501 9.18934Z\" fill=\"currentColor\"/> <path d=\"M9.25006 12V7.81066L10.4697 9.03033L11.5304 7.96967L8.50006 4.93934L5.46973 7.96967L6.53039 9.03033L7.75006 7.81066V12H9.25006Z\" fill=\"currentColor\"/> <path d=\"M6.67099 13.1646L5.32935 13.8354L7.53664 18.25H16.4637L18.671 13.8354L17.3293 13.1646L15.5366 16.75H8.46369L6.67099 13.1646Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.2501 9.18934V5H14.7501V9.18934L13.5304 7.96967L12.4697 9.03033L15.5001 12.0607L18.5304 9.03033L17.4697 7.96967L16.2501 9.18934Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.25006 12V7.81066L10.4697 9.03033L11.5304 7.96967L8.50006 4.93934L5.46973 7.96967L6.53039 9.03033L7.75006 7.81066V12H9.25006Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.67099 13.1646L5.32935 13.8354L7.53664 18.25H16.4637L18.671 13.8354L17.3293 13.1646L15.5366 16.75H8.46369L6.67099 13.1646Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-performance-monitor-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarPerformanceMonitorIec",
          "declaration": {
            "name": "ObiRadarPerformanceMonitorIec",
            "module": "src/icons/icon-radar-performance-monitor-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-performance-monitor-iec",
          "declaration": {
            "name": "ObiRadarPerformanceMonitorIec",
            "module": "src/icons/icon-radar-performance-monitor-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-rain-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarRainIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.45918 8.0377L8.28761 5.20927L7.22694 4.14861L4.39852 6.97704L5.45918 8.0377Z\" fill=\"currentColor\"/> <path d=\"M15.7122 18.2907L16.7729 19.3514L19.6013 16.523L18.5407 15.4623L15.7122 18.2907Z\" fill=\"currentColor\"/> <path d=\"M6.33464 12.8191L9.02838 10.1253L7.96772 9.06469L5.27398 11.7584L6.33464 12.8191Z\" fill=\"currentColor\"/> <path d=\"M10.3753 8.77847L13.069 6.08473L12.0083 5.02407L9.3146 7.71781L10.3753 8.77847Z\" fill=\"currentColor\"/> <path d=\"M14.6852 15.7822L11.9915 18.4759L10.9308 17.4153L13.6246 14.7215L14.6852 15.7822Z\" fill=\"currentColor\"/> <path d=\"M18.7258 11.7416L16.0321 14.4353L14.9714 13.3747L17.6652 10.6809L18.7258 11.7416Z\" fill=\"currentColor\"/> <path d=\"M6.87339 17.9372L9.70182 15.1088L8.64116 14.0481L5.81273 16.8765L6.87339 17.9372Z\" fill=\"currentColor\"/> <path d=\"M11.116 13.6946L13.9445 10.8661L12.8838 9.80546L10.0554 12.6339L11.116 13.6946Z\" fill=\"currentColor\"/> <path d=\"M16.5643 6.12493L15.9697 5.53033L17.0304 4.46967L19.5304 6.96967L18.4697 8.03033L17.625 7.18559L15.3587 9.45191L14.298 8.39125L16.5643 6.12493Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.15729 22.3102C9.33464 22.7491 10.6074 22.9923 11.936 22.9998L12 23C12.3797 23 12.7549 22.9808 13.1247 22.9432L13.1877 22.9366C18.3141 22.3863 22.3863 18.3141 22.9366 13.1877C22.9785 12.7975 23 12.4013 23 12C23 11.8102 22.9952 11.6214 22.9857 11.4339L22.985 11.4214C22.9258 10.2785 22.6922 9.18178 22.3102 8.15729C22.1297 7.6734 21.9162 7.20564 21.6724 6.75675C21.2563 5.99088 20.752 5.27995 20.173 4.63762C19.8388 4.26686 19.4797 3.91895 19.0984 3.59653C18.449 3.04745 17.7351 2.57228 16.9697 2.184C16.507 1.94928 16.0255 1.74631 15.528 1.57796L15.4729 1.55948C14.5278 1.24526 13.5258 1.05578 12.4863 1.01056C12.3251 1.00354 12.163 1 12 1C11.4305 1 10.871 1.04328 10.3248 1.12674C10.2947 1.13134 10.2647 1.13606 10.2347 1.1409C5.57352 1.89282 1.89282 5.57352 1.1409 10.2347C1.04819 10.8094 1 11.3991 1 12C1 13.2136 1.19652 14.3812 1.55948 15.4729C1.67916 15.8329 1.81692 16.1846 1.9717 16.5269C2.39342 17.4596 2.94143 18.323 3.59395 19.0953C3.90729 19.4662 4.24473 19.816 4.60385 20.1424L4.63762 20.173C5.4709 20.9241 6.41961 21.5496 7.45396 22.0196C7.68344 22.1239 7.91715 22.2205 8.15474 22.3092L8.15729 22.3102ZM12 21.5C12.1734 21.5 12.3457 21.4954 12.5168 21.4862L14.298 19.705L15.3587 20.7656L15.1639 20.9604C17.8926 19.9969 20.0496 17.8222 20.9889 15.0821L19.9549 14.0481L21.4862 12.5168C21.4954 12.3457 21.5 12.1734 21.5 12C21.5 11.078 21.3687 10.1867 21.1237 9.34377L20.0727 10.3947L19.0121 9.33406L20.531 7.81514C19.5489 5.81701 17.8856 4.21422 15.8439 3.30981L14.4159 4.73786L13.3552 3.6772L14.2616 2.77084C13.5368 2.59384 12.7793 2.5 12 2.5C11.6411 2.5 11.2868 2.51991 10.9382 2.55867L9.70182 3.79506L8.91789 3.01113C6.27361 3.91759 4.15587 5.95802 3.14507 8.55201L4.04496 9.45191L2.55867 10.9382C2.51991 11.2868 2.5 11.6411 2.5 12C2.5 12.7793 2.59384 13.5368 2.77084 14.2616L3.92711 13.1053L4.98777 14.166L3.30981 15.8439C4.21422 17.8856 5.81701 19.5489 7.81514 20.531L9.58397 18.7621L10.6446 19.8228L9.34377 21.1237C10.1867 21.3687 11.078 21.5 12 21.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.45918 8.0377L8.28761 5.20927L7.22694 4.14861L4.39852 6.97704L5.45918 8.0377Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.7122 18.2907L16.7729 19.3514L19.6013 16.523L18.5407 15.4623L15.7122 18.2907Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.33464 12.8191L9.02838 10.1253L7.96772 9.06469L5.27398 11.7584L6.33464 12.8191Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.3753 8.77847L13.069 6.08473L12.0083 5.02407L9.3146 7.71781L10.3753 8.77847Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.6852 15.7822L11.9915 18.4759L10.9308 17.4153L13.6246 14.7215L14.6852 15.7822Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.7258 11.7416L16.0321 14.4353L14.9714 13.3747L17.6652 10.6809L18.7258 11.7416Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.87339 17.9372L9.70182 15.1088L8.64116 14.0481L5.81273 16.8765L6.87339 17.9372Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.116 13.6946L13.9445 10.8661L12.8838 9.80546L10.0554 12.6339L11.116 13.6946Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.5643 6.12493L15.9697 5.53033L17.0304 4.46967L19.5304 6.96967L18.4697 8.03033L17.625 7.18559L15.3587 9.45191L14.298 8.39125L16.5643 6.12493Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.15729 22.3102C9.33464 22.7491 10.6074 22.9923 11.936 22.9998L12 23C12.3797 23 12.7549 22.9808 13.1247 22.9432L13.1877 22.9366C18.3141 22.3863 22.3863 18.3141 22.9366 13.1877C22.9785 12.7975 23 12.4013 23 12C23 11.8102 22.9952 11.6214 22.9857 11.4339L22.985 11.4214C22.9258 10.2785 22.6922 9.18178 22.3102 8.15729C22.1297 7.6734 21.9162 7.20564 21.6724 6.75675C21.2563 5.99088 20.752 5.27995 20.173 4.63762C19.8388 4.26686 19.4797 3.91895 19.0984 3.59653C18.449 3.04745 17.7351 2.57228 16.9697 2.184C16.507 1.94928 16.0255 1.74631 15.528 1.57796L15.4729 1.55948C14.5278 1.24526 13.5258 1.05578 12.4863 1.01056C12.3251 1.00354 12.163 1 12 1C11.4305 1 10.871 1.04328 10.3248 1.12674C10.2947 1.13134 10.2647 1.13606 10.2347 1.1409C5.57352 1.89282 1.89282 5.57352 1.1409 10.2347C1.04819 10.8094 1 11.3991 1 12C1 13.2136 1.19652 14.3812 1.55948 15.4729C1.67916 15.8329 1.81692 16.1846 1.9717 16.5269C2.39342 17.4596 2.94143 18.323 3.59395 19.0953C3.90729 19.4662 4.24473 19.816 4.60385 20.1424L4.63762 20.173C5.4709 20.9241 6.41961 21.5496 7.45396 22.0196C7.68344 22.1239 7.91715 22.2205 8.15474 22.3092L8.15729 22.3102ZM12 21.5C12.1734 21.5 12.3457 21.4954 12.5168 21.4862L14.298 19.705L15.3587 20.7656L15.1639 20.9604C17.8926 19.9969 20.0496 17.8222 20.9889 15.0821L19.9549 14.0481L21.4862 12.5168C21.4954 12.3457 21.5 12.1734 21.5 12C21.5 11.078 21.3687 10.1867 21.1237 9.34377L20.0727 10.3947L19.0121 9.33406L20.531 7.81514C19.5489 5.81701 17.8856 4.21422 15.8439 3.30981L14.4159 4.73786L13.3552 3.6772L14.2616 2.77084C13.5368 2.59384 12.7793 2.5 12 2.5C11.6411 2.5 11.2868 2.51991 10.9382 2.55867L9.70182 3.79506L8.91789 3.01113C6.27361 3.91759 4.15587 5.95802 3.14507 8.55201L4.04496 9.45191L2.55867 10.9382C2.51991 11.2868 2.5 11.6411 2.5 12C2.5 12.7793 2.59384 13.5368 2.77084 14.2616L3.92711 13.1053L4.98777 14.166L3.30981 15.8439C4.21422 17.8856 5.81701 19.5489 7.81514 20.531L9.58397 18.7621L10.6446 19.8228L9.34377 21.1237C10.1867 21.3687 11.078 21.5 12 21.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-rain-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarRainIec",
          "declaration": {
            "name": "ObiRadarRainIec",
            "module": "src/icons/icon-radar-rain-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-rain-iec",
          "declaration": {
            "name": "ObiRadarRainIec",
            "module": "src/icons/icon-radar-rain-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-range-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarRangeIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path d=\"M13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12Z\" fill=\"currentColor\"/> <path d=\"M18.1567 5.84326V8.67169L17.1567 8.67169V7.55014L15.328 9.37891H16.4495L16.4495 10.3789H13.6211V7.55048L14.6211 7.55048V8.67157L16.4494 6.84326H15.3283V5.84326H18.1567Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.1567 5.84326V8.67169L17.1567 8.67169V7.55014L15.328 9.37891H16.4495L16.4495 10.3789H13.6211V7.55048L14.6211 7.55048V8.67157L16.4494 6.84326H15.3283V5.84326H18.1567Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-range-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarRangeIec",
          "declaration": {
            "name": "ObiRadarRangeIec",
            "module": "src/icons/icon-radar-range-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-range-iec",
          "declaration": {
            "name": "ObiRadarRangeIec",
            "module": "src/icons/icon-radar-range-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-range-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarRangeProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 1.5C6.42945 1.5 8.83512 1.97852 11.0796 2.90823C13.3242 3.83794 15.3636 5.20064 17.0815 6.91852C18.7994 8.63641 20.1621 10.6758 21.0918 12.9204C22.0215 15.1649 22.5 17.5705 22.5 20H21C21 17.7675 20.5603 15.5569 19.706 13.4944C18.8516 11.4318 17.5994 9.55778 16.0208 7.97918C14.4422 6.40059 12.5682 5.14838 10.5056 4.29405C8.44308 3.43972 6.23247 3 4 3V1.5Z\" fill=\"currentColor\"/> <path d=\"M6.5 20C6.5 21.3807 5.38071 22.5 4 22.5C2.61929 22.5 1.5 21.3807 1.5 20C1.5 18.6193 2.61929 17.5 4 17.5C5.38071 17.5 6.5 18.6193 6.5 20Z\" fill=\"currentColor\"/> <path d=\"M15.0233 9.01721H10.2733V10.5172H12.4222L8.30579 14.6336V12.4847H6.80579L6.80579 17.2347L11.5558 17.2347V15.7347H9.32597L13.5233 11.5374V13.7672H15.0233V9.01721Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 1.5C6.42945 1.5 8.83512 1.97852 11.0796 2.90823C13.3242 3.83794 15.3636 5.20064 17.0815 6.91852C18.7994 8.63641 20.1621 10.6758 21.0918 12.9204C22.0215 15.1649 22.5 17.5705 22.5 20H21C21 17.7675 20.5603 15.5569 19.706 13.4944C18.8516 11.4318 17.5994 9.55778 16.0208 7.97918C14.4422 6.40059 12.5682 5.14838 10.5056 4.29405C8.44308 3.43972 6.23247 3 4 3V1.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.5 20C6.5 21.3807 5.38071 22.5 4 22.5C2.61929 22.5 1.5 21.3807 1.5 20C1.5 18.6193 2.61929 17.5 4 17.5C5.38071 17.5 6.5 18.6193 6.5 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.0233 9.01721H10.2733V10.5172H12.4222L8.30579 14.6336V12.4847H6.80579L6.80579 17.2347L11.5558 17.2347V15.7347H9.32597L13.5233 11.5374V13.7672H15.0233V9.01721Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-range-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarRangeProposal",
          "declaration": {
            "name": "ObiRadarRangeProposal",
            "module": "src/icons/icon-radar-range-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-range-proposal",
          "declaration": {
            "name": "ObiRadarRangeProposal",
            "module": "src/icons/icon-radar-range-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-sea-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarSeaIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.29633 6.8148C4.14946 3.35407 7.79982 1 12 1C16.2002 1 19.8505 3.35406 21.7037 6.81477C21.7142 6.8345 21.7247 6.85427 21.7352 6.87407C21.917 7.21874 22.0811 7.57425 22.2262 7.93936C22.7255 9.1957 23 10.5658 23 12C23 13.7626 22.5854 15.4285 21.8484 16.9053C21.8313 16.9395 21.8141 16.9737 21.7966 17.0078C21.4306 17.7224 20.9887 18.3917 20.4815 19.0051C18.4639 21.4452 15.4135 23 12 23C8.5865 23 5.53614 21.4452 3.51853 19.0051C3.5163 19.0024 3.51408 18.9997 3.51187 18.997C2.98333 18.3566 2.52587 17.6553 2.15157 16.9053C1.41459 15.4285 1 13.7627 1 12C1 10.5658 1.27448 9.19568 1.77378 7.93935C1.77369 7.93956 1.77386 7.93913 1.77378 7.93935C1.92715 7.5535 2.10198 7.17774 2.29633 6.8148ZM18.441 18.9831C16.748 20.5455 14.4855 21.5 12 21.5C9.51455 21.5 7.25204 20.5455 5.55899 18.9831C6.0829 18.8286 6.5779 18.5566 7.00001 18.1672C8.3996 19.4584 10.6004 19.4584 12 18.1672C13.3996 19.4584 15.6004 19.4584 17 18.1672C17.4221 18.5566 17.9171 18.8286 18.441 18.9831ZM19.6525 17.6304C18.8864 17.6827 18.097 17.3401 17.636 16.6025L17 15.5849L16.364 16.6025C15.5031 17.98 13.4969 17.98 12.636 16.6025L12 15.5849L11.364 16.6025C10.5031 17.98 8.49694 17.98 7.63601 16.6025L7.00001 15.5849L6.36401 16.6025C5.903 17.3401 5.11361 17.6828 4.34753 17.6304C3.49437 16.4728 2.89759 15.1146 2.64098 13.6397C4.00923 14.4323 5.79942 14.2748 7.00001 13.1672C8.3996 14.4584 10.6004 14.4584 12 13.1672C13.3996 14.4584 15.6004 14.4584 17 13.1672C18.2006 14.2748 19.9908 14.4323 21.359 13.6397C21.1024 15.1146 20.5056 16.4728 19.6525 17.6304ZM21.4949 11.6843L21.364 11.6025C20.5031 12.98 18.4969 12.98 17.636 11.6025L17 10.5849L16.364 11.6025C15.5031 12.98 13.4969 12.98 12.636 11.6025L12 10.5849L11.364 11.6025C10.5031 12.98 8.49694 12.98 7.63601 11.6025L7.00001 10.5849L6.36401 11.6025C5.50308 12.98 3.49694 12.98 2.63601 11.6025L2.50515 11.6843C2.53763 10.6895 2.72306 9.73335 3.03869 8.83865C4.3418 9.39414 5.9127 9.17033 7.00001 8.16723C8.3996 9.45841 10.6004 9.45841 12 8.16723C13.3996 9.45841 15.6004 9.45841 17 8.16723C18.0873 9.17032 19.6582 9.39413 20.9613 8.83866C21.2769 9.73335 21.4624 10.6895 21.4949 11.6843ZM20.3506 7.46666C19.4098 7.85782 18.2406 7.56977 17.636 6.6025L17 5.5849L16.364 6.6025C15.5031 7.97999 13.4969 7.97999 12.636 6.6025L12 5.5849L11.364 6.6025C10.5031 7.97999 8.49694 7.97999 7.63601 6.6025L7.00001 5.5849L6.36401 6.6025C5.75947 7.56977 4.59023 7.85783 3.64936 7.46666C5.25891 4.50805 8.39495 2.5 12 2.5C15.6051 2.5 18.7411 4.50805 20.3506 7.46666Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.29633 6.8148C4.14946 3.35407 7.79982 1 12 1C16.2002 1 19.8505 3.35406 21.7037 6.81477C21.7142 6.8345 21.7247 6.85427 21.7352 6.87407C21.917 7.21874 22.0811 7.57425 22.2262 7.93936C22.7255 9.1957 23 10.5658 23 12C23 13.7626 22.5854 15.4285 21.8484 16.9053C21.8313 16.9395 21.8141 16.9737 21.7966 17.0078C21.4306 17.7224 20.9887 18.3917 20.4815 19.0051C18.4639 21.4452 15.4135 23 12 23C8.5865 23 5.53614 21.4452 3.51853 19.0051C3.5163 19.0024 3.51408 18.9997 3.51187 18.997C2.98333 18.3566 2.52587 17.6553 2.15157 16.9053C1.41459 15.4285 1 13.7627 1 12C1 10.5658 1.27448 9.19568 1.77378 7.93935C1.77369 7.93956 1.77386 7.93913 1.77378 7.93935C1.92715 7.5535 2.10198 7.17774 2.29633 6.8148ZM18.441 18.9831C16.748 20.5455 14.4855 21.5 12 21.5C9.51455 21.5 7.25204 20.5455 5.55899 18.9831C6.0829 18.8286 6.5779 18.5566 7.00001 18.1672C8.3996 19.4584 10.6004 19.4584 12 18.1672C13.3996 19.4584 15.6004 19.4584 17 18.1672C17.4221 18.5566 17.9171 18.8286 18.441 18.9831ZM19.6525 17.6304C18.8864 17.6827 18.097 17.3401 17.636 16.6025L17 15.5849L16.364 16.6025C15.5031 17.98 13.4969 17.98 12.636 16.6025L12 15.5849L11.364 16.6025C10.5031 17.98 8.49694 17.98 7.63601 16.6025L7.00001 15.5849L6.36401 16.6025C5.903 17.3401 5.11361 17.6828 4.34753 17.6304C3.49437 16.4728 2.89759 15.1146 2.64098 13.6397C4.00923 14.4323 5.79942 14.2748 7.00001 13.1672C8.3996 14.4584 10.6004 14.4584 12 13.1672C13.3996 14.4584 15.6004 14.4584 17 13.1672C18.2006 14.2748 19.9908 14.4323 21.359 13.6397C21.1024 15.1146 20.5056 16.4728 19.6525 17.6304ZM21.4949 11.6843L21.364 11.6025C20.5031 12.98 18.4969 12.98 17.636 11.6025L17 10.5849L16.364 11.6025C15.5031 12.98 13.4969 12.98 12.636 11.6025L12 10.5849L11.364 11.6025C10.5031 12.98 8.49694 12.98 7.63601 11.6025L7.00001 10.5849L6.36401 11.6025C5.50308 12.98 3.49694 12.98 2.63601 11.6025L2.50515 11.6843C2.53763 10.6895 2.72306 9.73335 3.03869 8.83865C4.3418 9.39414 5.9127 9.17033 7.00001 8.16723C8.3996 9.45841 10.6004 9.45841 12 8.16723C13.3996 9.45841 15.6004 9.45841 17 8.16723C18.0873 9.17032 19.6582 9.39413 20.9613 8.83866C21.2769 9.73335 21.4624 10.6895 21.4949 11.6843ZM20.3506 7.46666C19.4098 7.85782 18.2406 7.56977 17.636 6.6025L17 5.5849L16.364 6.6025C15.5031 7.97999 13.4969 7.97999 12.636 6.6025L12 5.5849L11.364 6.6025C10.5031 7.97999 8.49694 7.97999 7.63601 6.6025L7.00001 5.5849L6.36401 6.6025C5.75947 7.56977 4.59023 7.85783 3.64936 7.46666C5.25891 4.50805 8.39495 2.5 12 2.5C15.6051 2.5 18.7411 4.50805 20.3506 7.46666Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-sea-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarSeaIec",
          "declaration": {
            "name": "ObiRadarSeaIec",
            "module": "src/icons/icon-radar-sea-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-sea-iec",
          "declaration": {
            "name": "ObiRadarSeaIec",
            "module": "src/icons/icon-radar-sea-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-settings-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarSettingsProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.051 22.9504C12.7051 22.9832 12.3545 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 12.3545 22.9832 12.7051 22.9504 13.051C22.519 12.6194 22.0315 12.2439 21.4998 11.9364C21.4845 9.60784 20.6315 7.4782 19.2271 5.83372L13.8418 11.219C13.9436 11.459 14 11.7229 14 12C14 12.0906 13.994 12.1797 13.9823 12.2671C13.316 12.7349 12.7349 13.316 12.2671 13.9823C12.1797 13.994 12.0906 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C12.2772 10 12.5412 10.0564 12.7812 10.1583L13.8873 9.05218C13.714 8.94124 13.5308 8.84554 13.3398 8.76642C12.9151 8.59053 12.46 8.5 12.0004 8.5C11.5408 8.5 11.0856 8.59053 10.661 8.76642C10.2363 8.94231 9.85051 9.20012 9.5255 9.52513L8.46484 8.46447C8.92914 8.00017 9.48033 7.63188 10.087 7.3806C10.6936 7.12933 11.3438 7 12.0004 7C12.657 7 13.3072 7.12933 13.9138 7.3806C14.2879 7.53555 14.6409 7.735 14.9654 7.97402L16.0351 6.90439C15.5646 6.53178 15.0438 6.22538 14.4871 5.99478C13.6985 5.66813 12.8532 5.5 11.9996 5.5C11.146 5.5 10.3008 5.66813 9.51219 5.99478C8.72357 6.32144 8.00701 6.80023 7.40343 7.40381L6.34277 6.34315C7.08564 5.60028 7.96756 5.011 8.93816 4.60896C9.90876 4.20693 10.9491 4 11.9996 4C13.0502 4 14.0905 4.20693 15.0611 4.60896C15.8 4.91505 16.4876 5.32966 17.1015 5.83795L18.1664 4.77305C16.5069 3.35575 14.3534 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2255 6.71894 21.4656 11.9364 21.4998C12.2439 22.0315 12.6194 22.519 13.051 22.9504Z\" fill=\"currentColor\"/> <path d=\"M16.9999 23L16.6999 21.5C16.4999 21.4167 16.3124 21.3292 16.1374 21.2375C15.9624 21.1458 15.7832 21.0333 15.5999 20.9L14.1499 21.35L13.1499 19.65L14.2999 18.65C14.2666 18.4167 14.2499 18.2 14.2499 18C14.2499 17.8 14.2666 17.5833 14.2999 17.35L13.1499 16.35L14.1499 14.65L15.5999 15.1C15.7832 14.9667 15.9624 14.8542 16.1374 14.7625C16.3124 14.6708 16.4999 14.5833 16.6999 14.5L16.9999 13H18.9999L19.2999 14.5C19.4999 14.5833 19.6874 14.675 19.8624 14.775C20.0374 14.875 20.2166 15 20.3999 15.15L21.8499 14.65L22.8499 16.4L21.6999 17.4C21.7332 17.6 21.7499 17.8083 21.7499 18.025C21.7499 18.2417 21.7332 18.45 21.6999 18.65L22.8499 19.65L21.8499 21.35L20.3999 20.9C20.2166 21.0333 20.0374 21.1458 19.8624 21.2375C19.6874 21.3292 19.4999 21.4167 19.2999 21.5L18.9999 23H16.9999ZM17.9999 20C18.5499 20 19.0207 19.8042 19.4124 19.4125C19.8041 19.0208 19.9999 18.55 19.9999 18C19.9999 17.45 19.8041 16.9792 19.4124 16.5875C19.0207 16.1958 18.5499 16 17.9999 16C17.4499 16 16.9791 16.1958 16.5874 16.5875C16.1957 16.9792 15.9999 17.45 15.9999 18C15.9999 18.55 16.1957 19.0208 16.5874 19.4125C16.9791 19.8042 17.4499 20 17.9999 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.051 22.9504C12.7051 22.9832 12.3545 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 12.3545 22.9832 12.7051 22.9504 13.051C22.519 12.6194 22.0315 12.2439 21.4998 11.9364C21.4845 9.60784 20.6315 7.4782 19.2271 5.83372L13.8418 11.219C13.9436 11.459 14 11.7229 14 12C14 12.0906 13.994 12.1797 13.9823 12.2671C13.316 12.7349 12.7349 13.316 12.2671 13.9823C12.1797 13.994 12.0906 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C12.2772 10 12.5412 10.0564 12.7812 10.1583L13.8873 9.05218C13.714 8.94124 13.5308 8.84554 13.3398 8.76642C12.9151 8.59053 12.46 8.5 12.0004 8.5C11.5408 8.5 11.0856 8.59053 10.661 8.76642C10.2363 8.94231 9.85051 9.20012 9.5255 9.52513L8.46484 8.46447C8.92914 8.00017 9.48033 7.63188 10.087 7.3806C10.6936 7.12933 11.3438 7 12.0004 7C12.657 7 13.3072 7.12933 13.9138 7.3806C14.2879 7.53555 14.6409 7.735 14.9654 7.97402L16.0351 6.90439C15.5646 6.53178 15.0438 6.22538 14.4871 5.99478C13.6985 5.66813 12.8532 5.5 11.9996 5.5C11.146 5.5 10.3008 5.66813 9.51219 5.99478C8.72357 6.32144 8.00701 6.80023 7.40343 7.40381L6.34277 6.34315C7.08564 5.60028 7.96756 5.011 8.93816 4.60896C9.90876 4.20693 10.9491 4 11.9996 4C13.0502 4 14.0905 4.20693 15.0611 4.60896C15.8 4.91505 16.4876 5.32966 17.1015 5.83795L18.1664 4.77305C16.5069 3.35575 14.3534 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2255 6.71894 21.4656 11.9364 21.4998C12.2439 22.0315 12.6194 22.519 13.051 22.9504Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.9999 23L16.6999 21.5C16.4999 21.4167 16.3124 21.3292 16.1374 21.2375C15.9624 21.1458 15.7832 21.0333 15.5999 20.9L14.1499 21.35L13.1499 19.65L14.2999 18.65C14.2666 18.4167 14.2499 18.2 14.2499 18C14.2499 17.8 14.2666 17.5833 14.2999 17.35L13.1499 16.35L14.1499 14.65L15.5999 15.1C15.7832 14.9667 15.9624 14.8542 16.1374 14.7625C16.3124 14.6708 16.4999 14.5833 16.6999 14.5L16.9999 13H18.9999L19.2999 14.5C19.4999 14.5833 19.6874 14.675 19.8624 14.775C20.0374 14.875 20.2166 15 20.3999 15.15L21.8499 14.65L22.8499 16.4L21.6999 17.4C21.7332 17.6 21.7499 17.8083 21.7499 18.025C21.7499 18.2417 21.7332 18.45 21.6999 18.65L22.8499 19.65L21.8499 21.35L20.3999 20.9C20.2166 21.0333 20.0374 21.1458 19.8624 21.2375C19.6874 21.3292 19.4999 21.4167 19.2999 21.5L18.9999 23H16.9999ZM17.9999 20C18.5499 20 19.0207 19.8042 19.4124 19.4125C19.8041 19.0208 19.9999 18.55 19.9999 18C19.9999 17.45 19.8041 16.9792 19.4124 16.5875C19.0207 16.1958 18.5499 16 17.9999 16C17.4499 16 16.9791 16.1958 16.5874 16.5875C16.1957 16.9792 15.9999 17.45 15.9999 18C15.9999 18.55 16.1957 19.0208 16.5874 19.4125C16.9791 19.8042 17.4499 20 17.9999 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-settings-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarSettingsProposal",
          "declaration": {
            "name": "ObiRadarSettingsProposal",
            "module": "src/icons/icon-radar-settings-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-settings-proposal",
          "declaration": {
            "name": "ObiRadarSettingsProposal",
            "module": "src/icons/icon-radar-settings-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-short-pulse-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarShortPulseIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 6H15V14H19V16H13V8H11V16H5V14H9V6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 6H15V14H19V16H13V8H11V16H5V14H9V6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-short-pulse-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarShortPulseIec",
          "declaration": {
            "name": "ObiRadarShortPulseIec",
            "module": "src/icons/icon-radar-short-pulse-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-short-pulse-iec",
          "declaration": {
            "name": "ObiRadarShortPulseIec",
            "module": "src/icons/icon-radar-short-pulse-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-standby-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarStandbyIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5C10 6.10457 10.8954 7 12 7C13.1046 7 14 6.10457 14 5Z\" fill=\"currentColor\"/> <path d=\"M17.83 5.17L16.41 6.59C17.99 7.86 19 9.81 19 12C19 15.87 15.87 19 12 19C8.13 19 5 15.87 5 12C5 9.81 6.01 7.86 7.58 6.58L6.17 5.17C4.23 6.82 3 9.26 3 12C3 16.97 7.03 21 12 21C16.97 21 21 16.97 21 12C21 9.26 19.77 6.82 17.83 5.17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5C10 6.10457 10.8954 7 12 7C13.1046 7 14 6.10457 14 5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.83 5.17L16.41 6.59C17.99 7.86 19 9.81 19 12C19 15.87 15.87 19 12 19C8.13 19 5 15.87 5 12C5 9.81 6.01 7.86 7.58 6.58L6.17 5.17C4.23 6.82 3 9.26 3 12C3 16.97 7.03 21 12 21C16.97 21 21 16.97 21 12C21 9.26 19.77 6.82 17.83 5.17Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-standby-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarStandbyIec",
          "declaration": {
            "name": "ObiRadarStandbyIec",
            "module": "src/icons/icon-radar-standby-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-standby-iec",
          "declaration": {
            "name": "ObiRadarStandbyIec",
            "module": "src/icons/icon-radar-standby-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-target-acquisition-state-auto-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarTargetAcquisitionStateAutoIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 5.99988C11.0532 5.99988 10.1198 6.22397 9.27617 6.65384L8.36819 4.87182C9.49307 4.29867 10.7376 3.99988 12.0001 3.99988C13.2626 3.99988 14.5072 4.29867 15.632 4.87183L14.7241 6.65384C13.8804 6.22397 12.947 5.99988 12.0001 5.99988Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.7063 10.146C17.4137 9.24545 16.9121 8.42697 16.2426 7.75743L17.6568 6.34322C18.5495 7.23593 19.2183 8.32725 19.6084 9.52794C19.9986 10.7286 20.099 12.0046 19.9015 13.2515L17.9261 12.9387C18.0742 12.0035 17.9989 11.0465 17.7063 10.146Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.29366 10.1459C6.00107 11.0464 5.92575 12.0034 6.07387 12.9386L4.09849 13.2515C3.901 12.0045 4.00142 10.7285 4.39155 9.52785C4.78168 8.32716 5.45044 7.23584 6.34315 6.34313L7.75736 7.75735C7.08783 8.42688 6.58626 9.24536 6.29366 10.1459Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5267 16.8541C16.2927 16.2975 16.9162 15.5676 17.346 14.7239L19.1281 15.6319C18.5549 16.7568 17.7237 17.7301 16.7023 18.4721C15.6809 19.2142 14.4984 19.704 13.2515 19.9015L12.9386 17.9261C13.8738 17.778 14.7607 17.4106 15.5267 16.8541Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.47327 16.854C9.2393 17.4105 10.1262 17.7779 11.0614 17.926L10.7485 19.9014C9.50157 19.7039 8.31907 19.2141 7.2977 18.472C6.27633 17.73 5.44509 16.7567 4.87193 15.6318L6.65395 14.7238C7.08381 15.5675 7.70724 16.2974 8.47327 16.854Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 5.99988C11.0532 5.99988 10.1198 6.22397 9.27617 6.65384L8.36819 4.87182C9.49307 4.29867 10.7376 3.99988 12.0001 3.99988C13.2626 3.99988 14.5072 4.29867 15.632 4.87183L14.7241 6.65384C13.8804 6.22397 12.947 5.99988 12.0001 5.99988Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.7063 10.146C17.4137 9.24545 16.9121 8.42697 16.2426 7.75743L17.6568 6.34322C18.5495 7.23593 19.2183 8.32725 19.6084 9.52794C19.9986 10.7286 20.099 12.0046 19.9015 13.2515L17.9261 12.9387C18.0742 12.0035 17.9989 11.0465 17.7063 10.146Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.29366 10.1459C6.00107 11.0464 5.92575 12.0034 6.07387 12.9386L4.09849 13.2515C3.901 12.0045 4.00142 10.7285 4.39155 9.52785C4.78168 8.32716 5.45044 7.23584 6.34315 6.34313L7.75736 7.75735C7.08783 8.42688 6.58626 9.24536 6.29366 10.1459Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5267 16.8541C16.2927 16.2975 16.9162 15.5676 17.346 14.7239L19.1281 15.6319C18.5549 16.7568 17.7237 17.7301 16.7023 18.4721C15.6809 19.2142 14.4984 19.704 13.2515 19.9015L12.9386 17.9261C13.8738 17.778 14.7607 17.4106 15.5267 16.8541Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.47327 16.854C9.2393 17.4105 10.1262 17.7779 11.0614 17.926L10.7485 19.9014C9.50157 19.7039 8.31907 19.2141 7.2977 18.472C6.27633 17.73 5.44509 16.7567 4.87193 15.6318L6.65395 14.7238C7.08381 15.5675 7.70724 16.2974 8.47327 16.854Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-target-acquisition-state-auto-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarTargetAcquisitionStateAutoIec",
          "declaration": {
            "name": "ObiRadarTargetAcquisitionStateAutoIec",
            "module": "src/icons/icon-radar-target-acquisition-state-auto-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-target-acquisition-state-auto-iec",
          "declaration": {
            "name": "ObiRadarTargetAcquisitionStateAutoIec",
            "module": "src/icons/icon-radar-target-acquisition-state-auto-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-target-acquisition-state-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarTargetAcquisitionStateIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.1779 5.76285C14.5234 5.42937 13.8205 5.20099 13.095 5.08608L13.2515 4.09839C14.0806 4.22971 14.8839 4.49073 15.6319 4.87184L15.1779 5.76285ZM10.9049 5.08616C10.1794 5.20107 9.47653 5.42946 8.82204 5.76294L8.36805 4.87193C9.11604 4.49081 9.91935 4.2298 10.7485 4.09847L10.9049 5.08616ZM7.05015 7.05026C6.53074 7.56966 6.09633 8.16758 5.76285 8.82207L4.87184 8.36808C5.25296 7.62009 5.74943 6.93675 6.34304 6.34315L7.05015 7.05026ZM18.2369 8.82207C17.9035 8.16758 17.469 7.56966 16.9496 7.05026L17.6567 6.34315C18.2504 6.93675 18.7468 7.62009 19.1279 8.36808L18.2369 8.82207ZM5.08618 10.9049C4.97127 11.6304 4.97127 12.3694 5.08618 13.0949L4.09849 13.2514C3.96717 12.4222 3.96717 11.5776 4.09849 10.7484L5.08618 10.9049ZM18.9137 13.0951C19.0286 12.3696 19.0286 11.6306 18.9137 10.905L19.9014 10.7486C20.0327 11.5778 20.0327 12.4224 19.9014 13.2516L18.9137 13.0951ZM5.76283 15.1778C6.09631 15.8323 6.53072 16.4302 7.05013 16.9496L6.34302 17.6568C5.74942 17.0632 5.25294 16.3798 4.87182 15.6318L5.76283 15.1778ZM16.9496 16.9497C17.469 16.4302 17.9034 15.8323 18.2369 15.1778L19.1279 15.6318C18.7468 16.3798 18.2503 17.0632 17.6567 17.6568L16.9496 16.9497ZM8.82197 18.2369C9.47645 18.5704 10.1794 18.7988 10.9049 18.9137L10.7484 19.9014C9.91927 19.7701 9.11596 19.5091 8.36797 19.1279L8.82197 18.2369ZM13.0949 18.9138C13.8204 18.7989 14.5233 18.5705 15.1778 18.237L15.6318 19.1281C14.8838 19.5092 14.0805 19.7702 13.2514 19.9015L13.0949 18.9138Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.1779 5.76285C14.5234 5.42937 13.8205 5.20099 13.095 5.08608L13.2515 4.09839C14.0806 4.22971 14.8839 4.49073 15.6319 4.87184L15.1779 5.76285ZM10.9049 5.08616C10.1794 5.20107 9.47653 5.42946 8.82204 5.76294L8.36805 4.87193C9.11604 4.49081 9.91935 4.2298 10.7485 4.09847L10.9049 5.08616ZM7.05015 7.05026C6.53074 7.56966 6.09633 8.16758 5.76285 8.82207L4.87184 8.36808C5.25296 7.62009 5.74943 6.93675 6.34304 6.34315L7.05015 7.05026ZM18.2369 8.82207C17.9035 8.16758 17.469 7.56966 16.9496 7.05026L17.6567 6.34315C18.2504 6.93675 18.7468 7.62009 19.1279 8.36808L18.2369 8.82207ZM5.08618 10.9049C4.97127 11.6304 4.97127 12.3694 5.08618 13.0949L4.09849 13.2514C3.96717 12.4222 3.96717 11.5776 4.09849 10.7484L5.08618 10.9049ZM18.9137 13.0951C19.0286 12.3696 19.0286 11.6306 18.9137 10.905L19.9014 10.7486C20.0327 11.5778 20.0327 12.4224 19.9014 13.2516L18.9137 13.0951ZM5.76283 15.1778C6.09631 15.8323 6.53072 16.4302 7.05013 16.9496L6.34302 17.6568C5.74942 17.0632 5.25294 16.3798 4.87182 15.6318L5.76283 15.1778ZM16.9496 16.9497C17.469 16.4302 17.9034 15.8323 18.2369 15.1778L19.1279 15.6318C18.7468 16.3798 18.2503 17.0632 17.6567 17.6568L16.9496 16.9497ZM8.82197 18.2369C9.47645 18.5704 10.1794 18.7988 10.9049 18.9137L10.7484 19.9014C9.91927 19.7701 9.11596 19.5091 8.36797 19.1279L8.82197 18.2369ZM13.0949 18.9138C13.8204 18.7989 14.5233 18.5705 15.1778 18.237L15.6318 19.1281C14.8838 19.5092 14.0805 19.7702 13.2514 19.9015L13.0949 18.9138Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-target-acquisition-state-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarTargetAcquisitionStateIec",
          "declaration": {
            "name": "ObiRadarTargetAcquisitionStateIec",
            "module": "src/icons/icon-radar-target-acquisition-state-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-target-acquisition-state-iec",
          "declaration": {
            "name": "ObiRadarTargetAcquisitionStateIec",
            "module": "src/icons/icon-radar-target-acquisition-state-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-target-tracked-dangerous-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarTargetTrackedDangerousIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-target-tracked-dangerous-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarTargetTrackedDangerousIec",
          "declaration": {
            "name": "ObiRadarTargetTrackedDangerousIec",
            "module": "src/icons/icon-radar-target-tracked-dangerous-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-target-tracked-dangerous-iec",
          "declaration": {
            "name": "ObiRadarTargetTrackedDangerousIec",
            "module": "src/icons/icon-radar-target-tracked-dangerous-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-target-tracked-dangerous-selected-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarTargetTrackedDangerousSelectedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z\" fill=\"currentColor\"/> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" fill=\"currentColor\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" fill=\"currentColor\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" fill=\"currentColor\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-target-tracked-dangerous-selected-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarTargetTrackedDangerousSelectedIec",
          "declaration": {
            "name": "ObiRadarTargetTrackedDangerousSelectedIec",
            "module": "src/icons/icon-radar-target-tracked-dangerous-selected-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-target-tracked-dangerous-selected-iec",
          "declaration": {
            "name": "ObiRadarTargetTrackedDangerousSelectedIec",
            "module": "src/icons/icon-radar-target-tracked-dangerous-selected-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-target-tracked-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarTargetTrackedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-target-tracked-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarTargetTrackedIec",
          "declaration": {
            "name": "ObiRadarTargetTrackedIec",
            "module": "src/icons/icon-radar-target-tracked-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-target-tracked-iec",
          "declaration": {
            "name": "ObiRadarTargetTrackedIec",
            "module": "src/icons/icon-radar-target-tracked-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-target-tracked-selected-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarTargetTrackedSelectedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" fill=\"currentColor\"/> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" fill=\"currentColor\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" fill=\"currentColor\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" fill=\"currentColor\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-target-tracked-selected-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarTargetTrackedSelectedIec",
          "declaration": {
            "name": "ObiRadarTargetTrackedSelectedIec",
            "module": "src/icons/icon-radar-target-tracked-selected-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-target-tracked-selected-iec",
          "declaration": {
            "name": "ObiRadarTargetTrackedSelectedIec",
            "module": "src/icons/icon-radar-target-tracked-selected-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-tune-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarTuneIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19.7147 19.3633C21.1423 17.6348 22 15.417 22 13C22 7.47754 17.5228 3 12 3C6.47717 3 2 7.47754 2 13C2 15.417 2.85767 17.6348 4.28528 19.3633C3.78125 18.3408 3.5 17.2012 3.5 16C3.5 11.582 7.30554 8 12 8C16.6945 8 20.5 11.582 20.5 16C20.5 17.2012 20.2188 18.3408 19.7147 19.3633Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19.7147 19.3633C21.1423 17.6348 22 15.417 22 13C22 7.47754 17.5228 3 12 3C6.47717 3 2 7.47754 2 13C2 15.417 2.85767 17.6348 4.28528 19.3633C3.78125 18.3408 3.5 17.2012 3.5 16C3.5 11.582 7.30554 8 12 8C16.6945 8 20.5 11.582 20.5 16C20.5 17.2012 20.2188 18.3408 19.7147 19.3633Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-tune-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarTuneIec",
          "declaration": {
            "name": "ObiRadarTuneIec",
            "module": "src/icons/icon-radar-tune-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-tune-iec",
          "declaration": {
            "name": "ObiRadarTuneIec",
            "module": "src/icons/icon-radar-tune-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-tune-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarTuneProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path d=\"M19.3559 10.5368C19.5803 11.6651 19.5422 12.8299 19.2444 13.9411L19.0835 13.898C19.1128 13.6952 19.1279 13.4891 19.1279 13.2803C19.1279 10.2427 15.9366 7.78027 12 7.78027C8.06335 7.78027 4.87207 10.2427 4.87207 13.2803C4.87207 13.4891 4.88715 13.6952 4.91653 13.898L4.75556 13.9411C4.45781 12.8299 4.41968 11.6651 4.64411 10.5368C4.86854 9.40852 5.34953 8.34697 6.04985 7.43429C6.75017 6.52161 7.65107 5.78227 8.68283 5.27345C9.7146 4.76464 10.8496 4.5 12 4.5C13.1504 4.5 14.2854 4.76464 15.3172 5.27345C16.3489 5.78227 17.2498 6.52161 17.9501 7.43429C18.6505 8.34697 19.1315 9.40852 19.3559 10.5368Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.3559 10.5368C19.5803 11.6651 19.5422 12.8299 19.2444 13.9411L19.0835 13.898C19.1128 13.6952 19.1279 13.4891 19.1279 13.2803C19.1279 10.2427 15.9366 7.78027 12 7.78027C8.06335 7.78027 4.87207 10.2427 4.87207 13.2803C4.87207 13.4891 4.88715 13.6952 4.91653 13.898L4.75556 13.9411C4.45781 12.8299 4.41968 11.6651 4.64411 10.5368C4.86854 9.40852 5.34953 8.34697 6.04985 7.43429C6.75017 6.52161 7.65107 5.78227 8.68283 5.27345C9.7146 4.76464 10.8496 4.5 12 4.5C13.1504 4.5 14.2854 4.76464 15.3172 5.27345C16.3489 5.78227 17.2498 6.52161 17.9501 7.43429C18.6505 8.34697 19.1315 9.40852 19.3559 10.5368Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-tune-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarTuneProposal",
          "declaration": {
            "name": "ObiRadarTuneProposal",
            "module": "src/icons/icon-radar-tune-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-tune-proposal",
          "declaration": {
            "name": "ObiRadarTuneProposal",
            "module": "src/icons/icon-radar-tune-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-radar-variable-range-marker-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRadarVariableRangeMarkerProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7 19.499C7 20.8797 5.88071 21.999 4.5 21.999C3.11929 21.999 2 20.8797 2 19.499C2 18.1182 3.11929 16.999 4.5 16.999C5.88071 16.999 7 18.1182 7 19.499Z\" fill=\"currentColor\"/> <path d=\"M20.499 18.4989H22.499V20.4989H20.499V18.4989Z\" fill=\"currentColor\"/> <path d=\"M15.1059 7.47882L16.5201 6.0646L17.9343 7.47882L16.5201 8.89303L15.1059 7.47882Z\" fill=\"currentColor\"/> <path d=\"M19.695 14.3922L21.6269 13.8745L22.1445 15.8064L20.2127 16.324L19.695 14.3922Z\" fill=\"currentColor\"/> <path d=\"M17.8555 10.6335L19.5876 9.63346L20.5876 11.3655L18.8555 12.3655L17.8555 10.6335Z\" fill=\"currentColor\"/> <path d=\"M11.633 5.14344L12.633 3.41139L14.3651 4.41139L13.3651 6.14344L11.633 5.14344Z\" fill=\"currentColor\"/> <path d=\"M7.67471 3.78642L8.19234 1.85456L10.1242 2.3722L9.60656 4.30405L7.67471 3.78642Z\" fill=\"currentColor\"/> <path d=\"M3.49963 3.5L3.49963 1.5L5.49963 1.5V3.5H3.49963Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7 19.499C7 20.8797 5.88071 21.999 4.5 21.999C3.11929 21.999 2 20.8797 2 19.499C2 18.1182 3.11929 16.999 4.5 16.999C5.88071 16.999 7 18.1182 7 19.499Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.499 18.4989H22.499V20.4989H20.499V18.4989Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.1059 7.47882L16.5201 6.0646L17.9343 7.47882L16.5201 8.89303L15.1059 7.47882Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.695 14.3922L21.6269 13.8745L22.1445 15.8064L20.2127 16.324L19.695 14.3922Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.8555 10.6335L19.5876 9.63346L20.5876 11.3655L18.8555 12.3655L17.8555 10.6335Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.633 5.14344L12.633 3.41139L14.3651 4.41139L13.3651 6.14344L11.633 5.14344Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.67471 3.78642L8.19234 1.85456L10.1242 2.3722L9.60656 4.30405L7.67471 3.78642Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.49963 3.5L3.49963 1.5L5.49963 1.5V3.5H3.49963Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-radar-variable-range-marker-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRadarVariableRangeMarkerProposal",
          "declaration": {
            "name": "ObiRadarVariableRangeMarkerProposal",
            "module": "src/icons/icon-radar-variable-range-marker-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-radar-variable-range-marker-proposal",
          "declaration": {
            "name": "ObiRadarVariableRangeMarkerProposal",
            "module": "src/icons/icon-radar-variable-range-marker-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-rain-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRainColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5447 20.6704C10.8153 20.084 11.4544 19.8643 12.023 20.0829L12.0331 20.0869L12.043 20.0914C12.6294 20.362 12.8491 21.0012 12.6304 21.5697L12.625 21.5838L11.5067 24.1392C11.3199 24.5999 10.8978 24.8234 10.4633 24.8234C10.3124 24.8234 10.1431 24.7774 10.0379 24.7423L10.0204 24.7365L10.0036 24.7287C9.41728 24.4581 9.19753 23.819 9.4162 23.2504L9.42162 23.2363L10.5447 20.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.878 24.6704C16.1486 24.084 16.7878 23.8643 17.3563 24.0829L17.3665 24.0869L17.3763 24.0914C17.9627 24.362 18.1824 25.0012 17.9638 25.5697L17.9584 25.5838L16.84 28.1392C16.6532 28.5999 16.2311 28.8234 15.7967 28.8234C15.6457 28.8234 15.4765 28.7774 15.3712 28.7423L15.3537 28.7365L15.337 28.7287C14.7506 28.4581 14.5309 27.819 14.7495 27.2504L14.755 27.2363L15.878 24.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2113 20.6704C21.482 20.084 22.1211 19.8643 22.6896 20.0829L22.6998 20.0869L22.7097 20.0914C23.296 20.362 23.5158 21.0012 23.2971 21.5697L23.2917 21.5838L22.1733 24.1392C21.9865 24.5999 21.5645 24.8234 21.13 24.8234C20.9791 24.8234 20.8098 24.7774 20.7046 24.7423L20.6871 24.7365L20.6703 24.7287C20.0839 24.4581 19.8642 23.819 20.0829 23.2504L20.0883 23.2363L21.2113 20.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33337C15.7935 3.33337 13.5607 4.78594 12.4613 7.11749L12.0451 7.99994L11.1527 7.60567C10.9177 7.50189 10.6811 7.45811 10.4274 7.45811C9.54935 7.45811 8.78584 8.00775 8.48292 8.85659L8.19898 9.65224L7.36708 9.50523C7.27647 9.48921 7.20203 9.48722 7.00777 9.48722C6.00812 9.48722 5.08283 9.89697 4.39048 10.6572C3.70861 11.407 3.33325 12.3655 3.33325 13.377V13.4315C3.36163 14.5559 3.77291 15.5277 4.47891 16.2246L4.49162 16.2372L4.50388 16.2502C5.1622 16.9482 6.05989 17.3334 7.00776 17.3334H24.4823C26.3629 17.3334 27.9999 15.6989 27.9999 13.5766C27.9999 11.7972 26.8571 10.3219 25.3791 9.91746L24.7565 9.7471L24.6554 9.10954C24.1292 5.7913 21.3735 3.33337 18.2391 3.33337ZM11.0542 5.50746C12.5726 2.95044 15.2593 1.33337 18.2391 1.33337C22.243 1.33337 25.6237 4.28966 26.5147 8.19546C28.5969 9.05058 29.9999 11.1906 29.9999 13.5766C29.9999 16.7101 27.5585 19.3334 24.4823 19.3334H7.00776C5.5145 19.3334 4.09596 18.7255 3.0612 17.6354C1.95806 16.5396 1.37015 15.0591 1.33352 13.4666L1.33325 13.4551V13.377C1.33325 11.8607 1.89899 10.4241 2.91109 9.31128C3.95619 8.1636 5.38193 7.51124 6.92191 7.48787C7.63391 6.25981 8.93634 5.45811 10.4274 5.45811C10.6338 5.45811 10.8431 5.47338 11.0542 5.50746Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33337C15.7935 3.33337 13.5607 4.78594 12.4613 7.11749L12.0451 7.99994L11.1527 7.60567C10.9177 7.50189 10.6811 7.45811 10.4274 7.45811C9.54935 7.45811 8.78584 8.00775 8.48292 8.85659L8.19898 9.65224L7.36708 9.50523C7.27647 9.48921 7.20203 9.48722 7.00777 9.48722C6.00812 9.48722 5.08284 9.89697 4.39048 10.6572C3.70861 11.407 3.33325 12.3655 3.33325 13.377V13.4315C3.36163 14.5559 3.77291 15.5277 4.47891 16.2246L4.49162 16.2372L4.50388 16.2502C5.1622 16.9482 6.05989 17.3334 7.00776 17.3334H24.4823C26.3629 17.3334 27.9999 15.6989 27.9999 13.5766C27.9999 11.7972 26.8571 10.3219 25.3791 9.91746L24.7565 9.7471L24.6554 9.10954C24.1292 5.7913 21.3735 3.33337 18.2391 3.33337Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5447 20.6704C10.8153 20.084 11.4544 19.8643 12.023 20.0829L12.0331 20.0869L12.043 20.0914C12.6294 20.362 12.8491 21.0012 12.6304 21.5697L12.625 21.5838L11.5067 24.1392C11.3199 24.5999 10.8978 24.8234 10.4633 24.8234C10.3124 24.8234 10.1431 24.7774 10.0379 24.7423L10.0204 24.7365L10.0036 24.7287C9.41728 24.4581 9.19753 23.819 9.4162 23.2504L9.42162 23.2363L10.5447 20.6704Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.878 24.6704C16.1486 24.084 16.7878 23.8643 17.3563 24.0829L17.3665 24.0869L17.3763 24.0914C17.9627 24.362 18.1824 25.0012 17.9638 25.5697L17.9584 25.5838L16.84 28.1392C16.6532 28.5999 16.2311 28.8234 15.7967 28.8234C15.6457 28.8234 15.4765 28.7774 15.3712 28.7423L15.3537 28.7365L15.337 28.7287C14.7506 28.4581 14.5309 27.819 14.7495 27.2504L14.755 27.2363L15.878 24.6704Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2113 20.6704C21.482 20.084 22.1211 19.8643 22.6896 20.0829L22.6998 20.0869L22.7097 20.0914C23.296 20.362 23.5158 21.0012 23.2971 21.5697L23.2917 21.5838L22.1733 24.1392C21.9865 24.5999 21.5645 24.8234 21.13 24.8234C20.9791 24.8234 20.8098 24.7774 20.7046 24.7423L20.6871 24.7365L20.6703 24.7287C20.0839 24.4581 19.8642 23.819 20.0829 23.2504L20.0883 23.2363L21.2113 20.6704Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33337C15.7935 3.33337 13.5607 4.78594 12.4613 7.11749L12.0451 7.99994L11.1527 7.60567C10.9177 7.50189 10.6811 7.45811 10.4274 7.45811C9.54935 7.45811 8.78584 8.00775 8.48292 8.85659L8.19898 9.65224L7.36708 9.50523C7.27647 9.48921 7.20203 9.48722 7.00777 9.48722C6.00812 9.48722 5.08283 9.89697 4.39048 10.6572C3.70861 11.407 3.33325 12.3655 3.33325 13.377V13.4315C3.36163 14.5559 3.77291 15.5277 4.47891 16.2246L4.49162 16.2372L4.50388 16.2502C5.1622 16.9482 6.05989 17.3334 7.00776 17.3334H24.4823C26.3629 17.3334 27.9999 15.6989 27.9999 13.5766C27.9999 11.7972 26.8571 10.3219 25.3791 9.91746L24.7565 9.7471L24.6554 9.10954C24.1292 5.7913 21.3735 3.33337 18.2391 3.33337ZM11.0542 5.50746C12.5726 2.95044 15.2593 1.33337 18.2391 1.33337C22.243 1.33337 25.6237 4.28966 26.5147 8.19546C28.5969 9.05058 29.9999 11.1906 29.9999 13.5766C29.9999 16.7101 27.5585 19.3334 24.4823 19.3334H7.00776C5.5145 19.3334 4.09596 18.7255 3.0612 17.6354C1.95806 16.5396 1.37015 15.0591 1.33352 13.4666L1.33325 13.4551V13.377C1.33325 11.8607 1.89899 10.4241 2.91109 9.31128C3.95619 8.1636 5.38193 7.51124 6.92191 7.48787C7.63391 6.25981 8.93634 5.45811 10.4274 5.45811C10.6338 5.45811 10.8431 5.47338 11.0542 5.50746Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33337C15.7935 3.33337 13.5607 4.78594 12.4613 7.11749L12.0451 7.99994L11.1527 7.60567C10.9177 7.50189 10.6811 7.45811 10.4274 7.45811C9.54935 7.45811 8.78584 8.00775 8.48292 8.85659L8.19898 9.65224L7.36708 9.50523C7.27647 9.48921 7.20203 9.48722 7.00777 9.48722C6.00812 9.48722 5.08284 9.89697 4.39048 10.6572C3.70861 11.407 3.33325 12.3655 3.33325 13.377V13.4315C3.36163 14.5559 3.77291 15.5277 4.47891 16.2246L4.49162 16.2372L4.50388 16.2502C5.1622 16.9482 6.05989 17.3334 7.00776 17.3334H24.4823C26.3629 17.3334 27.9999 15.6989 27.9999 13.5766C27.9999 11.7972 26.8571 10.3219 25.3791 9.91746L24.7565 9.7471L24.6554 9.10954C24.1292 5.7913 21.3735 3.33337 18.2391 3.33337Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-rain-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRainColour",
          "declaration": {
            "name": "ObiRainColour",
            "module": "src/icons/icon-rain-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-rain-colour",
          "declaration": {
            "name": "ObiRainColour",
            "module": "src/icons/icon-rain-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-rain-showers-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRainShowersDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 23.337C9.48204 22.7507 10.1212 22.5309 10.6897 22.7496L10.6999 22.7535L10.7098 22.758C11.2961 23.0287 11.5159 23.6678 11.2972 24.2364L11.2918 24.2504L10.1734 26.8058C9.9866 27.2665 9.56455 27.49 9.13007 27.49C8.97914 27.49 8.80989 27.444 8.70466 27.4089L8.68714 27.4031L8.67038 27.3953C8.08402 27.1247 7.86428 26.4856 8.08295 25.917L8.08837 25.9029L9.21141 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.8781 26.0037C14.1487 25.4173 14.7878 25.1976 15.3564 25.4162L15.3665 25.4201L15.3764 25.4247C15.9628 25.6953 16.1825 26.3345 15.9638 26.903L15.9584 26.9171L14.8401 29.4725C14.6533 29.9331 14.2312 30.1567 13.7967 30.1567C13.6458 30.1567 13.4766 30.1107 13.3713 30.0756L13.3538 30.0697L13.337 30.062C12.7507 29.7914 12.5309 29.1522 12.7496 28.5837L12.755 28.5696L13.8781 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8781 23.337C20.1487 22.7507 20.7879 22.5309 21.3564 22.7496L21.3665 22.7535L21.3764 22.758C21.9628 23.0287 22.1825 23.6678 21.9638 24.2364L21.9584 24.2504L20.8401 26.8058C20.6533 27.2665 20.2312 27.49 19.7967 27.49C19.6458 27.49 19.4766 27.444 19.3713 27.4089L19.3538 27.4031L19.337 27.3953C18.7507 27.1247 18.5309 26.4856 18.7496 25.917L18.755 25.9029L19.8781 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2441 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.3799C9.45829 13.0987 9.66663 12.8487 9.99996 12.682C10.3898 12.4871 10.7796 12.5202 11.1362 12.6645C11.999 13.0139 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1452 16.5282 9.8433 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487ZM12.333 11.0275C12.4855 10.8521 12.6503 10.6731 12.8272 10.4944C14.0443 9.26463 16.0905 7.80162 18.827 8.02181C22.242 8.29658 24.1524 10.0865 25.107 11.9189C25.4389 12.5559 25.645 13.1745 25.774 13.6989C25.9743 13.7572 26.1852 13.825 26.3986 13.9033C26.9122 14.0915 27.5831 14.3908 28.1495 14.8675C28.733 15.3587 29.4242 16.2438 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66662C4.45749 21.3487 2.66663 19.5578 2.66663 17.3487C2.66663 16.4054 2.95372 15.385 3.69549 14.5796C4.46207 13.7472 5.52695 13.3487 6.66663 13.3487H7.25983C7.43538 12.5009 7.91136 11.4903 9.10553 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275Z\" fill=\"currentColor\"/> <path d=\"M9.99996 12.6821C8.66663 13.3487 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C14.8855 9.71116 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.3333 12.0154 9.99996 12.6821Z\" fill=\"currentColor\"/> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" fill=\"currentColor\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 23.337C9.48204 22.7507 10.1212 22.5309 10.6897 22.7496L10.6999 22.7535L10.7098 22.758C11.2961 23.0287 11.5159 23.6678 11.2972 24.2364L11.2918 24.2504L10.1734 26.8058C9.9866 27.2665 9.56455 27.49 9.13007 27.49C8.97914 27.49 8.80989 27.444 8.70466 27.4089L8.68714 27.4031L8.67038 27.3953C8.08402 27.1247 7.86428 26.4856 8.08295 25.917L8.08837 25.9029L9.21141 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.8781 26.0037C14.1487 25.4173 14.7878 25.1976 15.3564 25.4162L15.3665 25.4201L15.3764 25.4247C15.9628 25.6953 16.1825 26.3345 15.9638 26.903L15.9584 26.9171L14.8401 29.4725C14.6533 29.9331 14.2312 30.1567 13.7967 30.1567C13.6458 30.1567 13.4766 30.1107 13.3713 30.0756L13.3538 30.0697L13.337 30.062C12.7507 29.7914 12.5309 29.1522 12.7496 28.5837L12.755 28.5696L13.8781 26.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8781 23.337C20.1487 22.7507 20.7879 22.5309 21.3564 22.7496L21.3665 22.7535L21.3764 22.758C21.9628 23.0287 22.1825 23.6678 21.9638 24.2364L21.9584 24.2504L20.8401 26.8058C20.6533 27.2665 20.2312 27.49 19.7967 27.49C19.6458 27.49 19.4766 27.444 19.3713 27.4089L19.3538 27.4031L19.337 27.3953C18.7507 27.1247 18.5309 26.4856 18.7496 25.917L18.755 25.9029L19.8781 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 15.3487C24 15.3487 27.4497 15.8351 27.3333 17.3487C27.2486 18.45 26.4379 19.3487 25.3333 19.3487H6.66663C5.56206 19.3487 4.66663 18.4533 4.66663 17.3487C4.66663 16.2441 5.33329 15.3487 6.66663 15.3487H9.33329C9.33329 15.3487 8.95829 14.2237 9.33329 13.3799C9.45829 13.0987 9.66663 12.8487 9.99996 12.682C10.3898 12.4871 10.7796 12.5202 11.1362 12.6645C11.999 13.0139 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 13.0854 13.203 13.8692 12.309C14.8895 11.1452 16.5282 9.8433 18.6666 10.0154C24 10.4445 24 15.3487 24 15.3487ZM12.333 11.0275C12.4855 10.8521 12.6503 10.6731 12.8272 10.4944C14.0443 9.26463 16.0905 7.80162 18.827 8.02181C22.242 8.29658 24.1524 10.0865 25.107 11.9189C25.4389 12.5559 25.645 13.1745 25.774 13.6989C25.9743 13.7572 26.1852 13.825 26.3986 13.9033C26.9122 14.0915 27.5831 14.3908 28.1495 14.8675C28.733 15.3587 29.4242 16.2438 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66662C4.45749 21.3487 2.66663 19.5578 2.66663 17.3487C2.66663 16.4054 2.95372 15.385 3.69549 14.5796C4.46207 13.7472 5.52695 13.3487 6.66663 13.3487H7.25983C7.43538 12.5009 7.91136 11.4903 9.10553 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path d=\"M9.99996 12.6821C8.66663 13.3487 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C14.8855 9.71116 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.3333 12.0154 9.99996 12.6821Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-rain-showers-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRainShowersDayColour",
          "declaration": {
            "name": "ObiRainShowersDayColour",
            "module": "src/icons/icon-rain-showers-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-rain-showers-day-colour",
          "declaration": {
            "name": "ObiRainShowersDayColour",
            "module": "src/icons/icon-rain-showers-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-rain-showers-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRainShowersDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21137 23.337C9.482 22.7507 10.1211 22.5309 10.6897 22.7496L10.6998 22.7535L10.7097 22.7581C11.2961 23.0287 11.5158 23.6678 11.2971 24.2364L11.2917 24.2505L10.1734 26.8059C9.98656 27.2665 9.56451 27.4901 9.13002 27.4901C8.9791 27.4901 8.80985 27.444 8.70462 27.409L8.6871 27.4031L8.67034 27.3954C8.08398 27.1248 7.86424 26.4856 8.08291 25.9171L8.08833 25.903L9.21137 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.878 26.0037C14.1487 25.4174 14.7878 25.1976 15.3564 25.4163L15.3665 25.4202L15.3764 25.4247C15.9627 25.6954 16.1825 26.3345 15.9638 26.9031L15.9584 26.9171L14.84 29.4725C14.6532 29.9332 14.2312 30.1567 13.7967 30.1567C13.6458 30.1567 13.4765 30.1107 13.3713 30.0756L13.3538 30.0698L13.337 30.0621C12.7507 29.7914 12.5309 29.1523 12.7496 28.5837L12.755 28.5697L13.878 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 23.337C20.1487 22.7507 20.7878 22.5309 21.3564 22.7496L21.3665 22.7535L21.3764 22.7581C21.9627 23.0287 22.1825 23.6678 21.9638 24.2364L21.9584 24.2505L20.84 26.8059C20.6532 27.2665 20.2312 27.4901 19.7967 27.4901C19.6458 27.4901 19.4765 27.444 19.3713 27.409L19.3538 27.4031L19.337 27.3954C18.7507 27.1248 18.5309 26.4856 18.7496 25.9171L18.755 25.903L19.878 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8094 1.31501 11.4045 1.24899 11.6302 1.62937L12.8485 3.68309C13.0037 3.9446 13.3653 4.01422 13.6188 3.83136L15.6092 2.39533C15.9778 2.12935 16.4963 2.40973 16.4435 2.84648L16.1581 5.20454C16.1218 5.5048 16.3693 5.76462 16.6853 5.75791L19.1672 5.70515C19.6269 5.69538 19.8707 6.21506 19.5596 6.54135L18.1679 8.00059C18.3829 7.99706 18.6026 8.00379 18.827 8.02185C22.242 8.29662 24.1524 10.0866 25.107 11.9189C25.4389 12.5559 25.645 13.1746 25.774 13.6989C25.9743 13.7573 26.1852 13.8251 26.3986 13.9033C26.9122 14.0916 27.5831 14.3908 28.1495 14.8676C28.733 15.3588 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66662C4.45749 21.3487 2.66663 19.5579 2.66663 17.3487C2.66663 16.4054 2.95372 15.385 3.69549 14.5796C4.46207 13.7473 5.52695 13.3487 6.66663 13.3487H7.25983C7.2893 13.2064 7.32722 13.0596 7.37559 12.9108C7.35561 12.9091 7.33529 12.9084 7.31467 12.9088L4.83277 12.9616C4.37309 12.9713 4.12928 12.4516 4.44046 12.1254L6.1206 10.3637C6.33454 10.1393 6.29563 9.78855 6.03773 9.61656L4.01236 8.26588C3.63723 8.01571 3.76123 7.45524 4.21188 7.36403L6.64501 6.8716C6.95483 6.8089 7.13943 6.50114 7.03817 6.21614L6.24296 3.97794C6.09568 3.5634 6.54012 3.1762 6.9581 3.35492L9.21485 4.31985C9.50221 4.44272 9.83981 4.29555 9.93387 4.00639L10.6726 1.73559ZM8.36309 11.3875C8.57294 11.2042 8.81849 11.0367 9.10553 10.8932C10.3817 10.2551 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.71689 14.6977 8.8461 16.0951 8.36647C15.6162 6.43897 13.6897 5.1214 11.559 5.35774C9.24779 5.6141 7.5716 7.60187 7.81515 9.79755C7.8796 10.3786 8.07206 10.9161 8.36309 11.3875ZM27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C16.5282 9.84334 14.8895 11.1453 13.8692 12.309C13.0854 13.203 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.999 13.014 11.1362 12.6646C10.7796 12.5202 10.3898 12.4871 9.99996 12.6821C9.66663 12.8487 9.45829 13.0987 9.33329 13.38C8.95829 14.2237 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.4501 27.3333 17.3487Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21137 23.337C9.482 22.7507 10.1211 22.5309 10.6897 22.7496L10.6998 22.7535L10.7097 22.7581C11.2961 23.0287 11.5158 23.6678 11.2971 24.2364L11.2917 24.2505L10.1734 26.8059C9.98656 27.2665 9.56451 27.4901 9.13002 27.4901C8.9791 27.4901 8.80985 27.444 8.70462 27.409L8.6871 27.4031L8.67034 27.3954C8.08398 27.1248 7.86424 26.4856 8.08291 25.9171L8.08833 25.903L9.21137 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.878 26.0037C14.1487 25.4174 14.7878 25.1976 15.3564 25.4163L15.3665 25.4202L15.3764 25.4247C15.9627 25.6954 16.1825 26.3345 15.9638 26.9031L15.9584 26.9171L14.84 29.4725C14.6532 29.9332 14.2312 30.1567 13.7967 30.1567C13.6458 30.1567 13.4765 30.1107 13.3713 30.0756L13.3538 30.0698L13.337 30.0621C12.7507 29.7914 12.5309 29.1523 12.7496 28.5837L12.755 28.5697L13.878 26.0037Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.878 23.337C20.1487 22.7507 20.7878 22.5309 21.3564 22.7496L21.3665 22.7535L21.3764 22.7581C21.9627 23.0287 22.1825 23.6678 21.9638 24.2364L21.9584 24.2505L20.84 26.8059C20.6532 27.2665 20.2312 27.4901 19.7967 27.4901C19.6458 27.4901 19.4765 27.444 19.3713 27.409L19.3538 27.4031L19.337 27.3954C18.7507 27.1248 18.5309 26.4856 18.7496 25.9171L18.755 25.903L19.878 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8094 1.31501 11.4045 1.24899 11.6302 1.62937L12.8485 3.68309C13.0037 3.9446 13.3653 4.01422 13.6188 3.83136L15.6092 2.39533C15.9778 2.12935 16.4963 2.40973 16.4435 2.84648L16.1581 5.20454C16.1218 5.5048 16.3693 5.76462 16.6853 5.75791L19.1672 5.70515C19.6269 5.69538 19.8707 6.21506 19.5596 6.54135L18.1679 8.00059C18.3829 7.99706 18.6026 8.00379 18.827 8.02185C22.242 8.29662 24.1524 10.0866 25.107 11.9189C25.4389 12.5559 25.645 13.1746 25.774 13.6989C25.9743 13.7573 26.1852 13.8251 26.3986 13.9033C26.9122 14.0916 27.5831 14.3908 28.1495 14.8676C28.733 15.3588 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66662C4.45749 21.3487 2.66663 19.5579 2.66663 17.3487C2.66663 16.4054 2.95372 15.385 3.69549 14.5796C4.46207 13.7473 5.52695 13.3487 6.66663 13.3487H7.25983C7.2893 13.2064 7.32722 13.0596 7.37559 12.9108C7.35561 12.9091 7.33529 12.9084 7.31467 12.9088L4.83277 12.9616C4.37309 12.9713 4.12928 12.4516 4.44046 12.1254L6.1206 10.3637C6.33454 10.1393 6.29563 9.78855 6.03773 9.61656L4.01236 8.26588C3.63723 8.01571 3.76123 7.45524 4.21188 7.36403L6.64501 6.8716C6.95483 6.8089 7.13943 6.50114 7.03817 6.21614L6.24296 3.97794C6.09568 3.5634 6.54012 3.1762 6.9581 3.35492L9.21485 4.31985C9.50221 4.44272 9.83981 4.29555 9.93387 4.00639L10.6726 1.73559ZM8.36309 11.3875C8.57294 11.2042 8.81849 11.0367 9.10553 10.8932C10.3817 10.2551 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.71689 14.6977 8.8461 16.0951 8.36647C15.6162 6.43897 13.6897 5.1214 11.559 5.35774C9.24779 5.6141 7.5716 7.60187 7.81515 9.79755C7.8796 10.3786 8.07206 10.9161 8.36309 11.3875ZM27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C16.5282 9.84334 14.8895 11.1453 13.8692 12.309C13.0854 13.203 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.999 13.014 11.1362 12.6646C10.7796 12.5202 10.3898 12.4871 9.99996 12.6821C9.66663 12.8487 9.45829 13.0987 9.33329 13.38C8.95829 14.2237 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.4501 27.3333 17.3487Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-rain-showers-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRainShowersDay",
          "declaration": {
            "name": "ObiRainShowersDay",
            "module": "src/icons/icon-rain-showers-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-rain-showers-day",
          "declaration": {
            "name": "ObiRainShowersDay",
            "module": "src/icons/icon-rain-showers-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-rain-showers-mon-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRainShowersMonColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 23.337C9.48204 22.7507 10.1212 22.5309 10.6897 22.7496L10.6999 22.7535L10.7098 22.758C11.2961 23.0287 11.5159 23.6678 11.2972 24.2364L11.2918 24.2504L10.1734 26.8058C9.9866 27.2665 9.56455 27.49 9.13007 27.49C8.97914 27.49 8.80989 27.444 8.70466 27.4089L8.68714 27.4031L8.67038 27.3953C8.08402 27.1247 7.86428 26.4856 8.08295 25.917L8.08837 25.9029L9.21141 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.8781 26.0037C14.1487 25.4173 14.7878 25.1976 15.3564 25.4162L15.3665 25.4201L15.3764 25.4247C15.9628 25.6953 16.1825 26.3345 15.9638 26.903L15.9584 26.9171L14.8401 29.4725C14.6533 29.9331 14.2312 30.1567 13.7967 30.1567C13.6458 30.1567 13.4766 30.1107 13.3713 30.0756L13.3538 30.0697L13.337 30.062C12.7507 29.7914 12.5309 29.1522 12.7496 28.5837L12.755 28.5696L13.8781 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8781 23.337C20.1487 22.7507 20.7879 22.5309 21.3564 22.7496L21.3665 22.7535L21.3764 22.758C21.9628 23.0287 22.1825 23.6678 21.9638 24.2364L21.9584 24.2504L20.8401 26.8058C20.6533 27.2665 20.2312 27.49 19.7967 27.49C19.6458 27.49 19.4766 27.444 19.3713 27.4089L19.3538 27.4031L19.337 27.3953C18.7507 27.1247 18.5309 26.4856 18.7496 25.917L18.755 25.9029L19.8781 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2441 5.33341 15.3487 6.66675 15.3487H9.33342C9.33342 15.3487 8.95842 14.2237 9.33342 13.3799C9.45842 13.0987 9.66675 12.8487 10.0001 12.682C10.3899 12.4871 10.7798 12.5202 11.1363 12.6645C11.9991 13.0139 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8896 11.1452 16.5283 9.8433 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487ZM12.3331 11.0275C12.4856 10.8521 12.6504 10.6731 12.8273 10.4944C14.0444 9.26463 16.0906 7.80162 18.8272 8.02181C22.2422 8.29658 24.1526 10.0865 25.1072 11.9189C25.439 12.5559 25.6452 13.1745 25.7742 13.6989C25.9744 13.7572 26.1853 13.825 26.3987 13.9033C26.9123 14.0915 27.5833 14.3908 28.1496 14.8675C28.7332 15.3587 29.4243 16.2438 29.3275 17.5021C29.1781 19.4449 27.6728 21.3487 25.3334 21.3487H6.66675C4.45761 21.3487 2.66675 19.5578 2.66675 17.3487C2.66675 16.4054 2.95384 15.385 3.69561 14.5796C4.46219 13.7472 5.52707 13.3487 6.66675 13.3487H7.25995C7.4355 12.5009 7.91148 11.4903 9.10565 10.8932C10.3818 10.2551 11.5415 10.5914 12.3331 11.0275Z\" fill=\"currentColor\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" fill=\"currentColor\"/> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 23.337C9.48204 22.7507 10.1212 22.5309 10.6897 22.7496L10.6999 22.7535L10.7098 22.758C11.2961 23.0287 11.5159 23.6678 11.2972 24.2364L11.2918 24.2504L10.1734 26.8058C9.9866 27.2665 9.56455 27.49 9.13007 27.49C8.97914 27.49 8.80989 27.444 8.70466 27.4089L8.68714 27.4031L8.67038 27.3953C8.08402 27.1247 7.86428 26.4856 8.08295 25.917L8.08837 25.9029L9.21141 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.8781 26.0037C14.1487 25.4173 14.7878 25.1976 15.3564 25.4162L15.3665 25.4201L15.3764 25.4247C15.9628 25.6953 16.1825 26.3345 15.9638 26.903L15.9584 26.9171L14.8401 29.4725C14.6533 29.9331 14.2312 30.1567 13.7967 30.1567C13.6458 30.1567 13.4766 30.1107 13.3713 30.0756L13.3538 30.0697L13.337 30.062C12.7507 29.7914 12.5309 29.1522 12.7496 28.5837L12.755 28.5696L13.8781 26.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8781 23.337C20.1487 22.7507 20.7879 22.5309 21.3564 22.7496L21.3665 22.7535L21.3764 22.758C21.9628 23.0287 22.1825 23.6678 21.9638 24.2364L21.9584 24.2504L20.8401 26.8058C20.6533 27.2665 20.2312 27.49 19.7967 27.49C19.6458 27.49 19.4766 27.444 19.3713 27.4089L19.3538 27.4031L19.337 27.3953C18.7507 27.1247 18.5309 26.4856 18.7496 25.917L18.755 25.9029L19.8781 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2441 5.33341 15.3487 6.66675 15.3487H9.33342C9.33342 15.3487 8.95842 14.2237 9.33342 13.3799C9.45842 13.0987 9.66675 12.8487 10.0001 12.682C10.3899 12.4871 10.7798 12.5202 11.1363 12.6645C11.9991 13.0139 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8896 11.1452 16.5283 9.8433 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487ZM12.3331 11.0275C12.4856 10.8521 12.6504 10.6731 12.8273 10.4944C14.0444 9.26463 16.0906 7.80162 18.8272 8.02181C22.2422 8.29658 24.1526 10.0865 25.1072 11.9189C25.439 12.5559 25.6452 13.1745 25.7742 13.6989C25.9744 13.7572 26.1853 13.825 26.3987 13.9033C26.9123 14.0915 27.5833 14.3908 28.1496 14.8675C28.7332 15.3587 29.4243 16.2438 29.3275 17.5021C29.1781 19.4449 27.6728 21.3487 25.3334 21.3487H6.66675C4.45761 21.3487 2.66675 19.5578 2.66675 17.3487C2.66675 16.4054 2.95384 15.385 3.69561 14.5796C4.46219 13.7472 5.52707 13.3487 6.66675 13.3487H7.25995C7.4355 12.5009 7.91148 11.4903 9.10565 10.8932C10.3818 10.2551 11.5415 10.5914 12.3331 11.0275Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-rain-showers-mon-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRainShowersMonColour",
          "declaration": {
            "name": "ObiRainShowersMonColour",
            "module": "src/icons/icon-rain-showers-mon-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-rain-showers-mon-colour",
          "declaration": {
            "name": "ObiRainShowersMonColour",
            "module": "src/icons/icon-rain-showers-mon-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-rain-showers-mon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRainShowersMon",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M24.4424 12.2654L25.1076 11.9189L24.4424 12.2654C24.7415 12.8395 24.9287 13.3999 25.0463 13.8781L25.1496 14.2979L25.5647 14.4189C25.7512 14.4733 25.9458 14.5359 26.141 14.6075C26.6206 14.7832 27.1977 15.0463 27.6671 15.4413C28.1509 15.8486 28.6513 16.5199 28.5801 17.4446C28.4542 19.0818 27.2013 20.5987 25.3338 20.5987H6.66715C4.87223 20.5987 3.41716 19.1436 3.41716 17.3487C3.41716 16.5778 3.64385 15.7813 4.1892 15.1531L4.67783 14.5902L4.118 14.0981C3.36131 13.433 2.74996 12.6187 2.31886 11.7122C7.02858 12.8108 11.7648 9.99947 12.9071 5.35161C13.1596 4.32379 13.2147 3.29145 13.0956 2.29436C15.0273 3.59684 16.2499 5.77215 16.3481 8.13618L16.3838 8.99585L17.2305 8.84316C17.7101 8.75668 18.2223 8.72553 18.7674 8.76939C21.9012 9.02154 23.5955 10.6397 24.4424 12.2654ZM9.89532 23.6461C9.98752 23.4524 10.1877 23.3662 10.408 23.4448C10.6001 23.54 10.6829 23.7433 10.5983 23.9654L9.48682 26.5051L9.48272 26.5145L9.47887 26.524C9.44606 26.6049 9.39996 26.6522 9.35015 26.6831C9.29591 26.7167 9.22089 26.74 9.13055 26.74C9.13062 26.74 9.12874 26.74 9.12477 26.7397C9.12083 26.7395 9.11546 26.739 9.10864 26.7381C9.09468 26.7364 9.07749 26.7335 9.05751 26.7292C9.02594 26.7225 8.99417 26.7137 8.96605 26.705C8.779 26.6084 8.69925 26.4073 8.78278 26.188L9.89532 23.6461ZM10.6305 22.9047L10.6902 22.7496L10.6306 22.9047L10.6305 22.9047ZM14.1535 29.1718L14.1494 29.1812L14.1455 29.1906C14.1127 29.2716 14.0666 29.3189 14.0168 29.3498C13.9626 29.3834 13.8876 29.4067 13.7972 29.4067C13.7973 29.4067 13.7954 29.4067 13.7914 29.4064C13.7875 29.4061 13.7821 29.4057 13.7753 29.4048C13.7613 29.403 13.7442 29.4001 13.7242 29.3959C13.6926 29.3891 13.6608 29.3804 13.6327 29.3717C13.4457 29.275 13.3659 29.074 13.4494 28.8547L14.562 26.3128C14.6542 26.1191 14.8544 26.0329 15.0747 26.1114C15.2668 26.2067 15.3496 26.41 15.265 26.6321L14.1535 29.1718ZM15.2971 25.5718L15.3569 25.4162L15.2971 25.5717L15.2971 25.5718ZM15.6541 26.7837L15.9643 26.903L15.6542 26.7837L15.6541 26.7837ZM20.1535 26.5051L20.1494 26.5145L20.1455 26.524C20.1127 26.6049 20.0666 26.6522 20.0168 26.6831C19.9626 26.7167 19.8876 26.74 19.7972 26.74C19.7973 26.74 19.7954 26.74 19.7914 26.7397C19.7875 26.7395 19.7821 26.739 19.7753 26.7381C19.7614 26.7364 19.7442 26.7335 19.7242 26.7292C19.6926 26.7224 19.6608 26.7137 19.6327 26.705C19.4457 26.6084 19.3659 26.4074 19.4494 26.188L20.562 23.6461C20.6542 23.4524 20.8544 23.3662 21.0747 23.4448C21.2668 23.54 21.3496 23.7433 21.265 23.9654L20.1535 26.5051ZM25.9689 15.0769C25.5025 14.9059 25.0399 14.7894 24.6985 14.7158C24.6869 14.6317 24.6728 14.5407 24.6555 14.4438C24.5627 13.9245 24.3765 13.221 23.999 12.4964C23.2243 11.0095 21.6746 9.50492 18.7273 9.26778C16.2315 9.06696 14.3797 10.5896 13.3058 11.8146C13.0121 12.1495 12.7666 12.4732 12.571 12.7531C12.2768 12.4699 11.8823 12.1573 11.4182 11.9694C10.9153 11.7657 10.2935 11.697 9.66508 12.0112C9.16014 12.2637 8.83648 12.6523 8.64846 13.0753C8.41321 13.6047 8.39592 14.171 8.43109 14.5987H6.66716C5.82311 14.5987 5.11128 14.8881 4.61548 15.4264C4.12898 15.9546 3.91716 16.6498 3.91716 17.3487C3.91716 18.8675 5.14837 20.0987 6.66715 20.0987H25.3338C26.9014 20.0987 27.9726 18.8231 28.0816 17.4062C28.1361 16.6979 27.7558 16.1696 27.3451 15.8239C26.9408 15.4835 26.4265 15.2446 25.9689 15.0769Z\" fill=\"currentColor\" stroke=\"#373737\" stroke-width=\"1.5\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M24.4424 12.2654L25.1076 11.9189L24.4424 12.2654C24.7415 12.8395 24.9287 13.3999 25.0463 13.8781L25.1496 14.2979L25.5647 14.4189C25.7512 14.4733 25.9458 14.5359 26.141 14.6075C26.6206 14.7832 27.1977 15.0463 27.6671 15.4413C28.1509 15.8486 28.6513 16.5199 28.5801 17.4446C28.4542 19.0818 27.2013 20.5987 25.3338 20.5987H6.66715C4.87223 20.5987 3.41716 19.1436 3.41716 17.3487C3.41716 16.5778 3.64385 15.7813 4.1892 15.1531L4.67783 14.5902L4.118 14.0981C3.36131 13.433 2.74996 12.6187 2.31886 11.7122C7.02858 12.8108 11.7648 9.99947 12.9071 5.35161C13.1596 4.32379 13.2147 3.29145 13.0956 2.29436C15.0273 3.59684 16.2499 5.77215 16.3481 8.13618L16.3838 8.99585L17.2305 8.84316C17.7101 8.75668 18.2223 8.72553 18.7674 8.76939C21.9012 9.02154 23.5955 10.6397 24.4424 12.2654ZM9.89532 23.6461C9.98752 23.4524 10.1877 23.3662 10.408 23.4448C10.6001 23.54 10.6829 23.7433 10.5983 23.9654L9.48682 26.5051L9.48272 26.5145L9.47887 26.524C9.44606 26.6049 9.39996 26.6522 9.35015 26.6831C9.29591 26.7167 9.22089 26.74 9.13055 26.74C9.13062 26.74 9.12874 26.74 9.12477 26.7397C9.12083 26.7395 9.11546 26.739 9.10864 26.7381C9.09468 26.7364 9.07749 26.7335 9.05751 26.7292C9.02594 26.7225 8.99417 26.7137 8.96605 26.705C8.779 26.6084 8.69925 26.4073 8.78278 26.188L9.89532 23.6461ZM10.6305 22.9047L10.6902 22.7496L10.6306 22.9047L10.6305 22.9047ZM14.1535 29.1718L14.1494 29.1812L14.1455 29.1906C14.1127 29.2716 14.0666 29.3189 14.0168 29.3498C13.9626 29.3834 13.8876 29.4067 13.7972 29.4067C13.7973 29.4067 13.7954 29.4067 13.7914 29.4064C13.7875 29.4061 13.7821 29.4057 13.7753 29.4048C13.7613 29.403 13.7442 29.4001 13.7242 29.3959C13.6926 29.3891 13.6608 29.3804 13.6327 29.3717C13.4457 29.275 13.3659 29.074 13.4494 28.8547L14.562 26.3128C14.6542 26.1191 14.8544 26.0329 15.0747 26.1114C15.2668 26.2067 15.3496 26.41 15.265 26.6321L14.1535 29.1718ZM15.2971 25.5718L15.3569 25.4162L15.2971 25.5717L15.2971 25.5718ZM15.6541 26.7837L15.9643 26.903L15.6542 26.7837L15.6541 26.7837ZM20.1535 26.5051L20.1494 26.5145L20.1455 26.524C20.1127 26.6049 20.0666 26.6522 20.0168 26.6831C19.9626 26.7167 19.8876 26.74 19.7972 26.74C19.7973 26.74 19.7954 26.74 19.7914 26.7397C19.7875 26.7395 19.7821 26.739 19.7753 26.7381C19.7614 26.7364 19.7442 26.7335 19.7242 26.7292C19.6926 26.7224 19.6608 26.7137 19.6327 26.705C19.4457 26.6084 19.3659 26.4074 19.4494 26.188L20.562 23.6461C20.6542 23.4524 20.8544 23.3662 21.0747 23.4448C21.2668 23.54 21.3496 23.7433 21.265 23.9654L20.1535 26.5051ZM25.9689 15.0769C25.5025 14.9059 25.0399 14.7894 24.6985 14.7158C24.6869 14.6317 24.6728 14.5407 24.6555 14.4438C24.5627 13.9245 24.3765 13.221 23.999 12.4964C23.2243 11.0095 21.6746 9.50492 18.7273 9.26778C16.2315 9.06696 14.3797 10.5896 13.3058 11.8146C13.0121 12.1495 12.7666 12.4732 12.571 12.7531C12.2768 12.4699 11.8823 12.1573 11.4182 11.9694C10.9153 11.7657 10.2935 11.697 9.66508 12.0112C9.16014 12.2637 8.83648 12.6523 8.64846 13.0753C8.41321 13.6047 8.39592 14.171 8.43109 14.5987H6.66716C5.82311 14.5987 5.11128 14.8881 4.61548 15.4264C4.12898 15.9546 3.91716 16.6498 3.91716 17.3487C3.91716 18.8675 5.14837 20.0987 6.66715 20.0987H25.3338C26.9014 20.0987 27.9726 18.8231 28.0816 17.4062C28.1361 16.6979 27.7558 16.1696 27.3451 15.8239C26.9408 15.4835 26.4265 15.2446 25.9689 15.0769Z\" style=\"fill: var(--element-active-color)\" style=\"stroke: var(--element-active-color)\" stroke-width=\"1.5\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-rain-showers-mon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRainShowersMon",
          "declaration": {
            "name": "ObiRainShowersMon",
            "module": "src/icons/icon-rain-showers-mon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-rain-showers-mon",
          "declaration": {
            "name": "ObiRainShowersMon",
            "module": "src/icons/icon-rain-showers-mon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-rain-showers-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRainShowersPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 23.337C9.48204 22.7507 10.1212 22.5309 10.6897 22.7496L10.6999 22.7535L10.7098 22.758C11.2961 23.0287 11.5159 23.6678 11.2972 24.2364L11.2918 24.2504L10.1734 26.8058C9.9866 27.2665 9.56455 27.49 9.13007 27.49C8.97914 27.49 8.80989 27.444 8.70466 27.4089L8.68714 27.4031L8.67038 27.3953C8.08402 27.1247 7.86428 26.4856 8.08295 25.917L8.08837 25.9029L9.21141 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.8781 26.0037C14.1487 25.4173 14.7878 25.1976 15.3564 25.4162L15.3665 25.4201L15.3764 25.4247C15.9628 25.6953 16.1825 26.3345 15.9638 26.903L15.9584 26.9171L14.8401 29.4725C14.6533 29.9331 14.2312 30.1567 13.7967 30.1567C13.6458 30.1567 13.4766 30.1107 13.3713 30.0756L13.3538 30.0697L13.337 30.062C12.7507 29.7914 12.5309 29.1522 12.7496 28.5837L12.755 28.5696L13.8781 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8781 23.337C20.1487 22.7507 20.7879 22.5309 21.3564 22.7496L21.3665 22.7535L21.3764 22.758C21.9628 23.0287 22.1825 23.6678 21.9638 24.2364L21.9584 24.2504L20.8401 26.8058C20.6533 27.2665 20.2312 27.49 19.7967 27.49C19.6458 27.49 19.4766 27.444 19.3713 27.4089L19.3538 27.4031L19.337 27.3953C18.7507 27.1247 18.5309 26.4856 18.7496 25.917L18.755 25.9029L19.8781 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2441 5.33341 15.3487 6.66675 15.3487H9.33342C9.33342 15.3487 8.95842 14.2237 9.33342 13.3799C9.45842 13.0987 9.66675 12.8487 10.0001 12.682C10.3899 12.4871 10.7798 12.5202 11.1363 12.6645C11.9991 13.0139 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8896 11.1452 16.5283 9.8433 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487ZM12.3331 11.0275C12.4856 10.8521 12.6504 10.6731 12.8273 10.4944C14.0444 9.26463 16.0906 7.80162 18.8272 8.02181C22.2422 8.29658 24.1526 10.0865 25.1072 11.9189C25.439 12.5559 25.6452 13.1745 25.7742 13.6989C25.9744 13.7572 26.1853 13.825 26.3987 13.9033C26.9123 14.0915 27.5833 14.3908 28.1496 14.8675C28.7332 15.3587 29.4243 16.2438 29.3275 17.5021C29.1781 19.4449 27.6728 21.3487 25.3334 21.3487H6.66675C4.45761 21.3487 2.66675 19.5578 2.66675 17.3487C2.66675 16.4054 2.95384 15.385 3.69561 14.5796C4.46219 13.7472 5.52707 13.3487 6.66675 13.3487H7.25995C7.4355 12.5009 7.91148 11.4903 9.10565 10.8932C10.3818 10.2551 11.5415 10.5914 12.3331 11.0275Z\" fill=\"currentColor\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" fill=\"currentColor\"/> <path d=\"M2.66675 5.33329C2.66675 4.9651 2.96522 4.66663 3.33341 4.66663H18.0001C18.3683 4.66663 18.6667 4.9651 18.6667 5.33329C18.6667 5.70148 18.3683 5.99996 18.0001 5.99996H3.33342C2.96523 5.99996 2.66675 5.70148 2.66675 5.33329Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47496 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21141 23.337C9.48204 22.7507 10.1212 22.5309 10.6897 22.7496L10.6999 22.7535L10.7098 22.758C11.2961 23.0287 11.5159 23.6678 11.2972 24.2364L11.2918 24.2504L10.1734 26.8058C9.9866 27.2665 9.56455 27.49 9.13007 27.49C8.97914 27.49 8.80989 27.444 8.70466 27.4089L8.68714 27.4031L8.67038 27.3953C8.08402 27.1247 7.86428 26.4856 8.08295 25.917L8.08837 25.9029L9.21141 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.8781 26.0037C14.1487 25.4173 14.7878 25.1976 15.3564 25.4162L15.3665 25.4201L15.3764 25.4247C15.9628 25.6953 16.1825 26.3345 15.9638 26.903L15.9584 26.9171L14.8401 29.4725C14.6533 29.9331 14.2312 30.1567 13.7967 30.1567C13.6458 30.1567 13.4766 30.1107 13.3713 30.0756L13.3538 30.0697L13.337 30.062C12.7507 29.7914 12.5309 29.1522 12.7496 28.5837L12.755 28.5696L13.8781 26.0037Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8781 23.337C20.1487 22.7507 20.7879 22.5309 21.3564 22.7496L21.3665 22.7535L21.3764 22.758C21.9628 23.0287 22.1825 23.6678 21.9638 24.2364L21.9584 24.2504L20.8401 26.8058C20.6533 27.2665 20.2312 27.49 19.7967 27.49C19.6458 27.49 19.4766 27.444 19.3713 27.4089L19.3538 27.4031L19.337 27.3953C18.7507 27.1247 18.5309 26.4856 18.7496 25.917L18.755 25.9029L19.8781 23.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2441 5.33341 15.3487 6.66675 15.3487H9.33342C9.33342 15.3487 8.95842 14.2237 9.33342 13.3799C9.45842 13.0987 9.66675 12.8487 10.0001 12.682C10.3899 12.4871 10.7798 12.5202 11.1363 12.6645C11.9991 13.0139 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8896 11.1452 16.5283 9.8433 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487ZM12.3331 11.0275C12.4856 10.8521 12.6504 10.6731 12.8273 10.4944C14.0444 9.26463 16.0906 7.80162 18.8272 8.02181C22.2422 8.29658 24.1526 10.0865 25.1072 11.9189C25.439 12.5559 25.6452 13.1745 25.7742 13.6989C25.9744 13.7572 26.1853 13.825 26.3987 13.9033C26.9123 14.0915 27.5833 14.3908 28.1496 14.8675C28.7332 15.3587 29.4243 16.2438 29.3275 17.5021C29.1781 19.4449 27.6728 21.3487 25.3334 21.3487H6.66675C4.45761 21.3487 2.66675 19.5578 2.66675 17.3487C2.66675 16.4054 2.95384 15.385 3.69561 14.5796C4.46219 13.7472 5.52707 13.3487 6.66675 13.3487H7.25995C7.4355 12.5009 7.91148 11.4903 9.10565 10.8932C10.3818 10.2551 11.5415 10.5914 12.3331 11.0275Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path d=\"M2.66675 5.33329C2.66675 4.9651 2.96522 4.66663 3.33341 4.66663H18.0001C18.3683 4.66663 18.6667 4.9651 18.6667 5.33329C18.6667 5.70148 18.3683 5.99996 18.0001 5.99996H3.33342C2.96523 5.99996 2.66675 5.70148 2.66675 5.33329Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47496 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-rain-showers-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRainShowersPolartwilightColour",
          "declaration": {
            "name": "ObiRainShowersPolartwilightColour",
            "module": "src/icons/icon-rain-showers-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-rain-showers-polartwilight-colour",
          "declaration": {
            "name": "ObiRainShowersPolartwilightColour",
            "module": "src/icons/icon-rain-showers-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-rain-showers-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRainShowersPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21149 23.337C9.48212 22.7507 10.1213 22.5309 10.6898 22.7496L10.7 22.7535L10.7098 22.758C11.2962 23.0287 11.5159 23.6678 11.2973 24.2364L11.2918 24.2504L10.1735 26.8058C9.98668 27.2665 9.56464 27.49 9.13015 27.49C8.97922 27.49 8.80997 27.444 8.70474 27.4089L8.68722 27.4031L8.67046 27.3953C8.08411 27.1247 7.86436 26.4856 8.08303 25.917L8.08845 25.9029L9.21149 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.8782 26.0037C14.1488 25.4173 14.7879 25.1976 15.3565 25.4162L15.3666 25.4201L15.3765 25.4247C15.9629 25.6953 16.1826 26.3345 15.9639 26.903L15.9585 26.9171L14.8402 29.4725C14.6534 29.9331 14.2313 30.1567 13.7968 30.1567C13.6459 30.1567 13.4766 30.1107 13.3714 30.0756L13.3539 30.0697L13.3371 30.062C12.7508 29.7914 12.531 29.1522 12.7497 28.5837L12.7551 28.5696L13.8782 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8782 23.337C20.1488 22.7507 20.7879 22.5309 21.3565 22.7496L21.3666 22.7535L21.3765 22.758C21.9629 23.0287 22.1826 23.6678 21.9639 24.2364L21.9585 24.2504L20.8402 26.8058C20.6534 27.2665 20.2313 27.49 19.7968 27.49C19.6459 27.49 19.4766 27.444 19.3714 27.4089L19.3539 27.4031L19.3371 27.3953C18.7508 27.1247 18.531 26.4856 18.7497 25.917L18.7551 25.9029L19.8782 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33341 4.66663C2.96522 4.66663 2.66675 4.9651 2.66675 5.33329C2.66675 5.70148 2.96523 5.99996 3.33342 5.99996H4.88761C4.88761 6.13804 4.82827 6.27611 4.70959 6.3758L2.84548 7.94153C2.50022 8.23153 2.68525 8.77492 3.14321 8.81589L5.61579 9.03707C5.93064 9.06524 6.14804 9.35077 6.07882 9.64519L5.53521 11.9574C5.43452 12.3857 5.91894 12.7215 6.31467 12.4978L8.45129 11.29C8.47496 11.2766 8.49923 11.2652 8.5239 11.2557C7.74859 11.8518 7.40364 12.6548 7.25995 13.3487H6.66675C5.52707 13.3487 4.46219 13.7472 3.69561 14.5796C2.95384 15.385 2.66675 16.4054 2.66675 17.3487C2.66675 19.5578 4.45761 21.3487 6.66675 21.3487H25.3334C27.6728 21.3487 29.1781 19.4449 29.3275 17.5021C29.4243 16.2439 28.7332 15.3587 28.1496 14.8675C27.5833 14.3908 26.9123 14.0915 26.3987 13.9033C26.1853 13.825 25.9744 13.7572 25.7742 13.6989C25.6452 13.1745 25.439 12.5559 25.1072 11.9189C24.1526 10.0865 22.2422 8.29658 18.8272 8.02181C18.7347 8.01437 18.6431 8.00885 18.5522 8.00518C18.5333 7.98292 18.5119 7.96162 18.488 7.94153L16.6239 6.3758C16.5052 6.27611 16.4459 6.13804 16.4459 5.99996H18.0001C18.3683 5.99996 18.6667 5.70148 18.6667 5.33329C18.6667 4.9651 18.3683 4.66663 18.0001 4.66663H3.33341ZM14.8773 5.99996H6.45622C6.45622 8.2091 8.34134 9.99996 10.6667 9.99996C12.9922 9.99996 14.8773 8.2091 14.8773 5.99996ZM24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2441 5.33341 15.3487 6.66675 15.3487H9.33342C9.33342 15.3487 8.95842 14.2237 9.33342 13.3799C9.45842 13.0987 9.66675 12.8487 10.0001 12.682C10.3899 12.4871 10.7798 12.5202 11.1363 12.6645C11.9991 13.0139 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8896 11.1452 16.5283 9.8433 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21149 23.337C9.48212 22.7507 10.1213 22.5309 10.6898 22.7496L10.7 22.7535L10.7098 22.758C11.2962 23.0287 11.5159 23.6678 11.2973 24.2364L11.2918 24.2504L10.1735 26.8058C9.98668 27.2665 9.56464 27.49 9.13015 27.49C8.97922 27.49 8.80997 27.444 8.70474 27.4089L8.68722 27.4031L8.67046 27.3953C8.08411 27.1247 7.86436 26.4856 8.08303 25.917L8.08845 25.9029L9.21149 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.8782 26.0037C14.1488 25.4173 14.7879 25.1976 15.3565 25.4162L15.3666 25.4201L15.3765 25.4247C15.9629 25.6953 16.1826 26.3345 15.9639 26.903L15.9585 26.9171L14.8402 29.4725C14.6534 29.9331 14.2313 30.1567 13.7968 30.1567C13.6459 30.1567 13.4766 30.1107 13.3714 30.0756L13.3539 30.0697L13.3371 30.062C12.7508 29.7914 12.531 29.1522 12.7497 28.5837L12.7551 28.5696L13.8782 26.0037Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8782 23.337C20.1488 22.7507 20.7879 22.5309 21.3565 22.7496L21.3666 22.7535L21.3765 22.758C21.9629 23.0287 22.1826 23.6678 21.9639 24.2364L21.9585 24.2504L20.8402 26.8058C20.6534 27.2665 20.2313 27.49 19.7968 27.49C19.6459 27.49 19.4766 27.444 19.3714 27.4089L19.3539 27.4031L19.3371 27.3953C18.7508 27.1247 18.531 26.4856 18.7497 25.917L18.7551 25.9029L19.8782 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33341 4.66663C2.96522 4.66663 2.66675 4.9651 2.66675 5.33329C2.66675 5.70148 2.96523 5.99996 3.33342 5.99996H4.88761C4.88761 6.13804 4.82827 6.27611 4.70959 6.3758L2.84548 7.94153C2.50022 8.23153 2.68525 8.77492 3.14321 8.81589L5.61579 9.03707C5.93064 9.06524 6.14804 9.35077 6.07882 9.64519L5.53521 11.9574C5.43452 12.3857 5.91894 12.7215 6.31467 12.4978L8.45129 11.29C8.47496 11.2766 8.49923 11.2652 8.5239 11.2557C7.74859 11.8518 7.40364 12.6548 7.25995 13.3487H6.66675C5.52707 13.3487 4.46219 13.7472 3.69561 14.5796C2.95384 15.385 2.66675 16.4054 2.66675 17.3487C2.66675 19.5578 4.45761 21.3487 6.66675 21.3487H25.3334C27.6728 21.3487 29.1781 19.4449 29.3275 17.5021C29.4243 16.2439 28.7332 15.3587 28.1496 14.8675C27.5833 14.3908 26.9123 14.0915 26.3987 13.9033C26.1853 13.825 25.9744 13.7572 25.7742 13.6989C25.6452 13.1745 25.439 12.5559 25.1072 11.9189C24.1526 10.0865 22.2422 8.29658 18.8272 8.02181C18.7347 8.01437 18.6431 8.00885 18.5522 8.00518C18.5333 7.98292 18.5119 7.96162 18.488 7.94153L16.6239 6.3758C16.5052 6.27611 16.4459 6.13804 16.4459 5.99996H18.0001C18.3683 5.99996 18.6667 5.70148 18.6667 5.33329C18.6667 4.9651 18.3683 4.66663 18.0001 4.66663H3.33341ZM14.8773 5.99996H6.45622C6.45622 8.2091 8.34134 9.99996 10.6667 9.99996C12.9922 9.99996 14.8773 8.2091 14.8773 5.99996ZM24.0001 15.3487C24.0001 15.3487 27.4498 15.8351 27.3334 17.3487C27.2487 18.45 26.438 19.3487 25.3334 19.3487H6.66675C5.56218 19.3487 4.66675 18.4533 4.66675 17.3487C4.66675 16.2441 5.33341 15.3487 6.66675 15.3487H9.33342C9.33342 15.3487 8.95842 14.2237 9.33342 13.3799C9.45842 13.0987 9.66675 12.8487 10.0001 12.682C10.3899 12.4871 10.7798 12.5202 11.1363 12.6645C11.9991 13.0139 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 13.0855 13.203 13.8693 12.309C14.8896 11.1452 16.5283 9.8433 18.6667 10.0154C24.0001 10.4445 24.0001 15.3487 24.0001 15.3487Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-rain-showers-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRainShowersPolartwilight",
          "declaration": {
            "name": "ObiRainShowersPolartwilight",
            "module": "src/icons/icon-rain-showers-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-rain-showers-polartwilight",
          "declaration": {
            "name": "ObiRainShowersPolartwilight",
            "module": "src/icons/icon-rain-showers-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-rain.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRain",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5447 20.6704C10.8153 20.0841 11.4544 19.8643 12.023 20.083L12.0331 20.0869L12.043 20.0915C12.6294 20.3621 12.8491 21.0012 12.6304 21.5698L12.625 21.5839L11.5067 24.1392C11.3199 24.5999 10.8978 24.8234 10.4633 24.8234C10.3124 24.8234 10.1431 24.7774 10.0379 24.7423L10.0204 24.7365L10.0036 24.7288C9.41728 24.4581 9.19753 23.819 9.4162 23.2504L9.42162 23.2364L10.5447 20.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.878 24.6704C16.1486 24.0841 16.7878 23.8643 17.3563 24.083L17.3665 24.0869L17.3763 24.0915C17.9627 24.3621 18.1824 25.0012 17.9638 25.5698L17.9583 25.5839L16.84 28.1392C16.6532 28.5999 16.2311 28.8234 15.7966 28.8234C15.6457 28.8234 15.4765 28.7774 15.3712 28.7423L15.3537 28.7365L15.337 28.7288C14.7506 28.4581 14.5309 27.819 14.7495 27.2504L14.755 27.2364L15.878 24.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2113 20.6704C21.482 20.0841 22.1211 19.8643 22.6896 20.083L22.6998 20.0869L22.7097 20.0915C23.296 20.3621 23.5158 21.0012 23.2971 21.5698L23.2917 21.5839L22.1733 24.1392C21.9865 24.5999 21.5645 24.8234 21.13 24.8234C20.9791 24.8234 20.8098 24.7774 20.7046 24.7423L20.6871 24.7365L20.6703 24.7288C20.0839 24.4581 19.8642 23.819 20.0829 23.2504L20.0883 23.2364L21.2113 20.6704Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33337C15.7935 3.33337 13.5607 4.78594 12.4613 7.11749L12.0451 7.99994L11.1527 7.60567C10.9177 7.50189 10.6811 7.45811 10.4274 7.45811C9.54935 7.45811 8.78584 8.00775 8.48292 8.85659L8.19898 9.65224L7.36708 9.50523C7.27647 9.48921 7.20203 9.48722 7.00777 9.48722C6.00812 9.48722 5.08283 9.89697 4.39048 10.6572C3.70861 11.407 3.33325 12.3655 3.33325 13.377V13.4315C3.36163 14.5559 3.77291 15.5277 4.47891 16.2246L4.49162 16.2372L4.50388 16.2502C5.1622 16.9482 6.05989 17.3334 7.00776 17.3334H24.4823C26.3629 17.3334 27.9999 15.6989 27.9999 13.5766C27.9999 11.7972 26.8571 10.3219 25.3791 9.91746L24.7565 9.7471L24.6554 9.10954C24.1292 5.7913 21.3735 3.33337 18.2391 3.33337ZM11.0542 5.50746C12.5726 2.95044 15.2593 1.33337 18.2391 1.33337C22.243 1.33337 25.6237 4.28966 26.5147 8.19546C28.5969 9.05058 29.9999 11.1906 29.9999 13.5766C29.9999 16.7101 27.5585 19.3334 24.4823 19.3334H7.00776C5.5145 19.3334 4.09596 18.7255 3.0612 17.6354C1.95806 16.5396 1.37015 15.0591 1.33352 13.4666L1.33325 13.4551V13.377C1.33325 11.8607 1.89899 10.4241 2.91109 9.31128C3.95619 8.1636 5.38193 7.51124 6.92191 7.48787C7.63391 6.25981 8.93634 5.45811 10.4274 5.45811C10.6338 5.45811 10.8431 5.47338 11.0542 5.50746Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5447 20.6704C10.8153 20.0841 11.4544 19.8643 12.023 20.083L12.0331 20.0869L12.043 20.0915C12.6294 20.3621 12.8491 21.0012 12.6304 21.5698L12.625 21.5839L11.5067 24.1392C11.3199 24.5999 10.8978 24.8234 10.4633 24.8234C10.3124 24.8234 10.1431 24.7774 10.0379 24.7423L10.0204 24.7365L10.0036 24.7288C9.41728 24.4581 9.19753 23.819 9.4162 23.2504L9.42162 23.2364L10.5447 20.6704Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.878 24.6704C16.1486 24.0841 16.7878 23.8643 17.3563 24.083L17.3665 24.0869L17.3763 24.0915C17.9627 24.3621 18.1824 25.0012 17.9638 25.5698L17.9583 25.5839L16.84 28.1392C16.6532 28.5999 16.2311 28.8234 15.7966 28.8234C15.6457 28.8234 15.4765 28.7774 15.3712 28.7423L15.3537 28.7365L15.337 28.7288C14.7506 28.4581 14.5309 27.819 14.7495 27.2504L14.755 27.2364L15.878 24.6704Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2113 20.6704C21.482 20.0841 22.1211 19.8643 22.6896 20.083L22.6998 20.0869L22.7097 20.0915C23.296 20.3621 23.5158 21.0012 23.2971 21.5698L23.2917 21.5839L22.1733 24.1392C21.9865 24.5999 21.5645 24.8234 21.13 24.8234C20.9791 24.8234 20.8098 24.7774 20.7046 24.7423L20.6871 24.7365L20.6703 24.7288C20.0839 24.4581 19.8642 23.819 20.0829 23.2504L20.0883 23.2364L21.2113 20.6704Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33337C15.7935 3.33337 13.5607 4.78594 12.4613 7.11749L12.0451 7.99994L11.1527 7.60567C10.9177 7.50189 10.6811 7.45811 10.4274 7.45811C9.54935 7.45811 8.78584 8.00775 8.48292 8.85659L8.19898 9.65224L7.36708 9.50523C7.27647 9.48921 7.20203 9.48722 7.00777 9.48722C6.00812 9.48722 5.08283 9.89697 4.39048 10.6572C3.70861 11.407 3.33325 12.3655 3.33325 13.377V13.4315C3.36163 14.5559 3.77291 15.5277 4.47891 16.2246L4.49162 16.2372L4.50388 16.2502C5.1622 16.9482 6.05989 17.3334 7.00776 17.3334H24.4823C26.3629 17.3334 27.9999 15.6989 27.9999 13.5766C27.9999 11.7972 26.8571 10.3219 25.3791 9.91746L24.7565 9.7471L24.6554 9.10954C24.1292 5.7913 21.3735 3.33337 18.2391 3.33337ZM11.0542 5.50746C12.5726 2.95044 15.2593 1.33337 18.2391 1.33337C22.243 1.33337 25.6237 4.28966 26.5147 8.19546C28.5969 9.05058 29.9999 11.1906 29.9999 13.5766C29.9999 16.7101 27.5585 19.3334 24.4823 19.3334H7.00776C5.5145 19.3334 4.09596 18.7255 3.0612 17.6354C1.95806 16.5396 1.37015 15.0591 1.33352 13.4666L1.33325 13.4551V13.377C1.33325 11.8607 1.89899 10.4241 2.91109 9.31128C3.95619 8.1636 5.38193 7.51124 6.92191 7.48787C7.63391 6.25981 8.93634 5.45811 10.4274 5.45811C10.6338 5.45811 10.8431 5.47338 11.0542 5.50746Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-rain",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRain",
          "declaration": {
            "name": "ObiRain",
            "module": "src/icons/icon-rain.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-rain",
          "declaration": {
            "name": "ObiRain",
            "module": "src/icons/icon-rain.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-range-rings-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRangeRingsIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.0866 7.3806C10.6932 7.12933 11.3434 7 12 7C12.6566 7 13.3068 7.12933 13.9134 7.3806C14.52 7.63188 15.0712 8.00017 15.5355 8.46447C15.9998 8.92876 16.3681 9.47995 16.6194 10.0866C16.8707 10.6932 17 11.3434 17 12C17 12.6566 16.8707 13.3068 16.6194 13.9134C16.3681 14.52 15.9998 15.0712 15.5355 15.5355C15.0712 15.9998 14.52 16.3681 13.9134 16.6194C13.3068 16.8707 12.6566 17 12 17C11.3434 17 10.6932 16.8707 10.0866 16.6194C9.47996 16.3681 8.92876 15.9998 8.46447 15.5355C8.00017 15.0712 7.63188 14.52 7.3806 13.9134C7.12933 13.3068 7 12.6566 7 12C7 11.3434 7.12933 10.6932 7.3806 10.0866C7.63188 9.47995 8.00017 8.92876 8.46447 8.46447C8.92876 8.00017 9.47995 7.63188 10.0866 7.3806ZM12 8.5C11.5404 8.5 11.0852 8.59053 10.6606 8.76642C10.236 8.94231 9.85013 9.20012 9.52513 9.52513C9.20012 9.85013 8.94231 10.236 8.76642 10.6606C8.59053 11.0852 8.5 11.5404 8.5 12C8.5 12.4596 8.59053 12.9148 8.76642 13.3394C8.94231 13.764 9.20012 14.1499 9.52513 14.4749C9.85013 14.7999 10.236 15.0577 10.6606 15.2336C11.0852 15.4095 11.5404 15.5 12 15.5C12.4596 15.5 12.9148 15.4095 13.3394 15.2336C13.764 15.0577 14.1499 14.7999 14.4749 14.4749C14.7999 14.1499 15.0577 13.764 15.2336 13.3394C15.4095 12.9148 15.5 12.4596 15.5 12C15.5 11.5404 15.4095 11.0852 15.2336 10.6606C15.0577 10.236 14.7999 9.85013 14.4749 9.52513C14.1499 9.20012 13.764 8.94231 13.3394 8.76642C12.9148 8.59053 12.4596 8.5 12 8.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 4C10.9494 4 9.90914 4.20693 8.93853 4.60896C7.96793 5.011 7.08602 5.60028 6.34315 6.34315C5.60028 7.08601 5.011 7.96793 4.60896 8.93853C4.20693 9.90914 4 10.9494 4 12C4 13.0506 4.20693 14.0909 4.60896 15.0615C5.011 16.0321 5.60028 16.914 6.34315 17.6569C7.08601 18.3997 7.96793 18.989 8.93853 19.391C9.90914 19.7931 10.9494 20 12 20C13.0506 20 14.0909 19.7931 15.0615 19.391C16.0321 18.989 16.914 18.3997 17.6569 17.6569C18.3997 16.914 18.989 16.0321 19.391 15.0615C19.7931 14.0909 20 13.0506 20 12C20 10.9494 19.7931 9.90914 19.391 8.93853C18.989 7.96793 18.3997 7.08602 17.6569 6.34315C16.914 5.60028 16.0321 5.011 15.0615 4.60896C14.0909 4.20693 13.0506 4 12 4ZM9.51256 5.99478C10.3012 5.66813 11.1464 5.5 12 5.5C12.8536 5.5 13.6988 5.66813 14.4874 5.99478C15.2761 6.32144 15.9926 6.80023 16.5962 7.40381C17.1998 8.00739 17.6786 8.72394 18.0052 9.51256C18.3319 10.3012 18.5 11.1464 18.5 12C18.5 12.8536 18.3319 13.6988 18.0052 14.4874C17.6786 15.2761 17.1998 15.9926 16.5962 16.5962C15.9926 17.1998 15.2761 17.6786 14.4874 18.0052C13.6988 18.3319 12.8536 18.5 12 18.5C11.1464 18.5 10.3012 18.3319 9.51256 18.0052C8.72394 17.6786 8.00739 17.1998 7.40381 16.5962C6.80022 15.9926 6.32144 15.2761 5.99478 14.4874C5.66813 13.6988 5.5 12.8536 5.5 12C5.5 11.1464 5.66813 10.3012 5.99478 9.51256C6.32144 8.72394 6.80023 8.00739 7.40381 7.40381C8.00739 6.80022 8.72394 6.32144 9.51256 5.99478Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.0866 7.3806C10.6932 7.12933 11.3434 7 12 7C12.6566 7 13.3068 7.12933 13.9134 7.3806C14.52 7.63188 15.0712 8.00017 15.5355 8.46447C15.9998 8.92876 16.3681 9.47995 16.6194 10.0866C16.8707 10.6932 17 11.3434 17 12C17 12.6566 16.8707 13.3068 16.6194 13.9134C16.3681 14.52 15.9998 15.0712 15.5355 15.5355C15.0712 15.9998 14.52 16.3681 13.9134 16.6194C13.3068 16.8707 12.6566 17 12 17C11.3434 17 10.6932 16.8707 10.0866 16.6194C9.47996 16.3681 8.92876 15.9998 8.46447 15.5355C8.00017 15.0712 7.63188 14.52 7.3806 13.9134C7.12933 13.3068 7 12.6566 7 12C7 11.3434 7.12933 10.6932 7.3806 10.0866C7.63188 9.47995 8.00017 8.92876 8.46447 8.46447C8.92876 8.00017 9.47995 7.63188 10.0866 7.3806ZM12 8.5C11.5404 8.5 11.0852 8.59053 10.6606 8.76642C10.236 8.94231 9.85013 9.20012 9.52513 9.52513C9.20012 9.85013 8.94231 10.236 8.76642 10.6606C8.59053 11.0852 8.5 11.5404 8.5 12C8.5 12.4596 8.59053 12.9148 8.76642 13.3394C8.94231 13.764 9.20012 14.1499 9.52513 14.4749C9.85013 14.7999 10.236 15.0577 10.6606 15.2336C11.0852 15.4095 11.5404 15.5 12 15.5C12.4596 15.5 12.9148 15.4095 13.3394 15.2336C13.764 15.0577 14.1499 14.7999 14.4749 14.4749C14.7999 14.1499 15.0577 13.764 15.2336 13.3394C15.4095 12.9148 15.5 12.4596 15.5 12C15.5 11.5404 15.4095 11.0852 15.2336 10.6606C15.0577 10.236 14.7999 9.85013 14.4749 9.52513C14.1499 9.20012 13.764 8.94231 13.3394 8.76642C12.9148 8.59053 12.4596 8.5 12 8.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 4C10.9494 4 9.90914 4.20693 8.93853 4.60896C7.96793 5.011 7.08602 5.60028 6.34315 6.34315C5.60028 7.08601 5.011 7.96793 4.60896 8.93853C4.20693 9.90914 4 10.9494 4 12C4 13.0506 4.20693 14.0909 4.60896 15.0615C5.011 16.0321 5.60028 16.914 6.34315 17.6569C7.08601 18.3997 7.96793 18.989 8.93853 19.391C9.90914 19.7931 10.9494 20 12 20C13.0506 20 14.0909 19.7931 15.0615 19.391C16.0321 18.989 16.914 18.3997 17.6569 17.6569C18.3997 16.914 18.989 16.0321 19.391 15.0615C19.7931 14.0909 20 13.0506 20 12C20 10.9494 19.7931 9.90914 19.391 8.93853C18.989 7.96793 18.3997 7.08602 17.6569 6.34315C16.914 5.60028 16.0321 5.011 15.0615 4.60896C14.0909 4.20693 13.0506 4 12 4ZM9.51256 5.99478C10.3012 5.66813 11.1464 5.5 12 5.5C12.8536 5.5 13.6988 5.66813 14.4874 5.99478C15.2761 6.32144 15.9926 6.80023 16.5962 7.40381C17.1998 8.00739 17.6786 8.72394 18.0052 9.51256C18.3319 10.3012 18.5 11.1464 18.5 12C18.5 12.8536 18.3319 13.6988 18.0052 14.4874C17.6786 15.2761 17.1998 15.9926 16.5962 16.5962C15.9926 17.1998 15.2761 17.6786 14.4874 18.0052C13.6988 18.3319 12.8536 18.5 12 18.5C11.1464 18.5 10.3012 18.3319 9.51256 18.0052C8.72394 17.6786 8.00739 17.1998 7.40381 16.5962C6.80022 15.9926 6.32144 15.2761 5.99478 14.4874C5.66813 13.6988 5.5 12.8536 5.5 12C5.5 11.1464 5.66813 10.3012 5.99478 9.51256C6.32144 8.72394 6.80023 8.00739 7.40381 7.40381C8.00739 6.80022 8.72394 6.32144 9.51256 5.99478Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-range-rings-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRangeRingsIec",
          "declaration": {
            "name": "ObiRangeRingsIec",
            "module": "src/icons/icon-range-rings-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-range-rings-iec",
          "declaration": {
            "name": "ObiRangeRingsIec",
            "module": "src/icons/icon-range-rings-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-rank-1.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRank1",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2428 15C17.0282 14.0491 17.5 12.8296 17.5 11.5C17.5 8.46243 15.0376 6 12 6C8.96243 6 6.5 8.46243 6.5 11.5C6.5 12.8296 6.97182 14.0491 7.75716 15H2V17H22V15H16.2428ZM14.75 11.5C14.75 13.0188 13.5188 14.25 12 14.25C10.4812 14.25 9.25 13.0188 9.25 11.5C9.25 9.98122 10.4812 8.75 12 8.75C13.5188 8.75 14.75 9.98122 14.75 11.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2428 15C17.0282 14.0491 17.5 12.8296 17.5 11.5C17.5 8.46243 15.0376 6 12 6C8.96243 6 6.5 8.46243 6.5 11.5C6.5 12.8296 6.97182 14.0491 7.75716 15H2V17H22V15H16.2428ZM14.75 11.5C14.75 13.0188 13.5188 14.25 12 14.25C10.4812 14.25 9.25 13.0188 9.25 11.5C9.25 9.98122 10.4812 8.75 12 8.75C13.5188 8.75 14.75 9.98122 14.75 11.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-rank-1",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRank1",
          "declaration": {
            "name": "ObiRank1",
            "module": "src/icons/icon-rank-1.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-rank-1",
          "declaration": {
            "name": "ObiRank1",
            "module": "src/icons/icon-rank-1.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-rank-2.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRank2",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 17H22V19H2V17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2428 14C17.0282 13.0491 17.5 11.8296 17.5 10.5C17.5 7.46243 15.0376 5 12 5C8.96243 5 6.5 7.46243 6.5 10.5C6.5 11.8296 6.97182 13.0491 7.75716 14H2V16H22V14H16.2428ZM14.75 10.5C14.75 12.0188 13.5188 13.25 12 13.25C10.4812 13.25 9.25 12.0188 9.25 10.5C9.25 8.98122 10.4812 7.75 12 7.75C13.5188 7.75 14.75 8.98122 14.75 10.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 17H22V19H2V17Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2428 14C17.0282 13.0491 17.5 11.8296 17.5 10.5C17.5 7.46243 15.0376 5 12 5C8.96243 5 6.5 7.46243 6.5 10.5C6.5 11.8296 6.97182 13.0491 7.75716 14H2V16H22V14H16.2428ZM14.75 10.5C14.75 12.0188 13.5188 13.25 12 13.25C10.4812 13.25 9.25 12.0188 9.25 10.5C9.25 8.98122 10.4812 7.75 12 7.75C13.5188 7.75 14.75 8.98122 14.75 10.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-rank-2",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRank2",
          "declaration": {
            "name": "ObiRank2",
            "module": "src/icons/icon-rank-2.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-rank-2",
          "declaration": {
            "name": "ObiRank2",
            "module": "src/icons/icon-rank-2.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-rank-3.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRank3",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 18H22V20H2V18Z\" fill=\"currentColor\"/> <path d=\"M2 16H22V17H2V16Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2428 13C17.0282 12.0491 17.5 10.8296 17.5 9.5C17.5 6.46243 15.0376 4 12 4C8.96243 4 6.5 6.46243 6.5 9.5C6.5 10.8296 6.97182 12.0491 7.75716 13H2V15H22V13H16.2428ZM14.75 9.5C14.75 11.0188 13.5188 12.25 12 12.25C10.4812 12.25 9.25 11.0188 9.25 9.5C9.25 7.98122 10.4812 6.75 12 6.75C13.5188 6.75 14.75 7.98122 14.75 9.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 18H22V20H2V18Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 16H22V17H2V16Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2428 13C17.0282 12.0491 17.5 10.8296 17.5 9.5C17.5 6.46243 15.0376 4 12 4C8.96243 4 6.5 6.46243 6.5 9.5C6.5 10.8296 6.97182 12.0491 7.75716 13H2V15H22V13H16.2428ZM14.75 9.5C14.75 11.0188 13.5188 12.25 12 12.25C10.4812 12.25 9.25 11.0188 9.25 9.5C9.25 7.98122 10.4812 6.75 12 6.75C13.5188 6.75 14.75 7.98122 14.75 9.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-rank-3",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRank3",
          "declaration": {
            "name": "ObiRank3",
            "module": "src/icons/icon-rank-3.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-rank-3",
          "declaration": {
            "name": "ObiRank3",
            "module": "src/icons/icon-rank-3.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-rank-4.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRank4",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 18H22V20H2V18Z\" fill=\"currentColor\"/> <path d=\"M2 15H22V17H2V15Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2428 12C17.0282 11.0491 17.5 9.82963 17.5 8.5C17.5 5.46243 15.0376 3 12 3C8.96243 3 6.5 5.46243 6.5 8.5C6.5 9.82963 6.97182 11.0491 7.75716 12H2V14H22V12H16.2428ZM14.75 8.5C14.75 10.0188 13.5188 11.25 12 11.25C10.4812 11.25 9.25 10.0188 9.25 8.5C9.25 6.98122 10.4812 5.75 12 5.75C13.5188 5.75 14.75 6.98122 14.75 8.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 18H22V20H2V18Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 15H22V17H2V15Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2428 12C17.0282 11.0491 17.5 9.82963 17.5 8.5C17.5 5.46243 15.0376 3 12 3C8.96243 3 6.5 5.46243 6.5 8.5C6.5 9.82963 6.97182 11.0491 7.75716 12H2V14H22V12H16.2428ZM14.75 8.5C14.75 10.0188 13.5188 11.25 12 11.25C10.4812 11.25 9.25 10.0188 9.25 8.5C9.25 6.98122 10.4812 5.75 12 5.75C13.5188 5.75 14.75 6.98122 14.75 8.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-rank-4",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRank4",
          "declaration": {
            "name": "ObiRank4",
            "module": "src/icons/icon-rank-4.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-rank-4",
          "declaration": {
            "name": "ObiRank4",
            "module": "src/icons/icon-rank-4.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-rank-5.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRank5",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 19H22V21H2V19Z\" fill=\"currentColor\"/> <path d=\"M2 16H22V18H2V16Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2428 11C17.0282 10.0491 17.5 8.82963 17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5C6.5 8.82963 6.97182 10.0491 7.75716 11H2V13H22V11H16.2428ZM14.75 7.5C14.75 9.01878 13.5188 10.25 12 10.25C10.4812 10.25 9.25 9.01878 9.25 7.5C9.25 5.98122 10.4812 4.75 12 4.75C13.5188 4.75 14.75 5.98122 14.75 7.5Z\" fill=\"currentColor\"/> <path d=\"M2 14H22V15H2V14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 19H22V21H2V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 16H22V18H2V16Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2428 11C17.0282 10.0491 17.5 8.82963 17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5C6.5 8.82963 6.97182 10.0491 7.75716 11H2V13H22V11H16.2428ZM14.75 7.5C14.75 9.01878 13.5188 10.25 12 10.25C10.4812 10.25 9.25 9.01878 9.25 7.5C9.25 5.98122 10.4812 4.75 12 4.75C13.5188 4.75 14.75 5.98122 14.75 7.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 14H22V15H2V14Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-rank-5",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRank5",
          "declaration": {
            "name": "ObiRank5",
            "module": "src/icons/icon-rank-5.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-rank-5",
          "declaration": {
            "name": "ObiRank5",
            "module": "src/icons/icon-rank-5.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-rank-6.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRank6",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 20H22V22H2V20Z\" fill=\"currentColor\"/> <path d=\"M2 17H22V19H2V17Z\" fill=\"currentColor\"/> <path d=\"M2 14H22V16H2V14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2428 11C17.0282 10.0491 17.5 8.82963 17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5C6.5 8.82963 6.97182 10.0491 7.75716 11H2V13H22V11H16.2428ZM14.75 7.5C14.75 9.01878 13.5188 10.25 12 10.25C10.4812 10.25 9.25 9.01878 9.25 7.5C9.25 5.98122 10.4812 4.75 12 4.75C13.5188 4.75 14.75 5.98122 14.75 7.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 20H22V22H2V20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 17H22V19H2V17Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 14H22V16H2V14Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2428 11C17.0282 10.0491 17.5 8.82963 17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5C6.5 8.82963 6.97182 10.0491 7.75716 11H2V13H22V11H16.2428ZM14.75 7.5C14.75 9.01878 13.5188 10.25 12 10.25C10.4812 10.25 9.25 9.01878 9.25 7.5C9.25 5.98122 10.4812 4.75 12 4.75C13.5188 4.75 14.75 5.98122 14.75 7.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-rank-6",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRank6",
          "declaration": {
            "name": "ObiRank6",
            "module": "src/icons/icon-rank-6.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-rank-6",
          "declaration": {
            "name": "ObiRank6",
            "module": "src/icons/icon-rank-6.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-record-event-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRecordEventIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9575 1.9999H2V21.9999H21V7.26595L19.5 9.86403V14.2499H9.75V9.7499H11.483L12.349 8.2499H9.75V3.4999H15.0914L15.9575 1.9999ZM8.25 9.7499V14.2499H3.5V9.7499H8.25ZM8.25 15.7499H3.5V20.4999H8.25V15.7499ZM19.5 15.7499H9.75V20.4999H19.5V15.7499ZM8.25 8.2499V3.4999H3.5V8.2499H8.25Z\" fill=\"currentColor\"/> <path d=\"M13.9305 12.6361L13.3805 10.5836L17.1282 4.0924L19.7308 5.595L15.9831 12.0862L13.9305 12.6361ZM20.2258 4.73768L17.6232 3.23508L18.1358 2.34714C18.2655 2.1226 18.4671 1.97367 18.7408 1.90034C19.0145 1.82701 19.2636 1.85516 19.4881 1.98479L20.3761 2.49745C20.6006 2.62708 20.7495 2.82874 20.8229 3.10242C20.8962 3.3761 20.8681 3.62521 20.7384 3.84974L20.2258 4.73768Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9575 1.9999H2V21.9999H21V7.26595L19.5 9.86403V14.2499H9.75V9.7499H11.483L12.349 8.2499H9.75V3.4999H15.0914L15.9575 1.9999ZM8.25 9.7499V14.2499H3.5V9.7499H8.25ZM8.25 15.7499H3.5V20.4999H8.25V15.7499ZM19.5 15.7499H9.75V20.4999H19.5V15.7499ZM8.25 8.2499V3.4999H3.5V8.2499H8.25Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.9305 12.6361L13.3805 10.5836L17.1282 4.0924L19.7308 5.595L15.9831 12.0862L13.9305 12.6361ZM20.2258 4.73768L17.6232 3.23508L18.1358 2.34714C18.2655 2.1226 18.4671 1.97367 18.7408 1.90034C19.0145 1.82701 19.2636 1.85516 19.4881 1.98479L20.3761 2.49745C20.6006 2.62708 20.7495 2.82874 20.8229 3.10242C20.8962 3.3761 20.8681 3.62521 20.7384 3.84974L20.2258 4.73768Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-record-event-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRecordEventIec",
          "declaration": {
            "name": "ObiRecordEventIec",
            "module": "src/icons/icon-record-event-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-record-event-iec",
          "declaration": {
            "name": "ObiRecordEventIec",
            "module": "src/icons/icon-record-event-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-record-event.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRecordEvent",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 21V18.875L17.3 13.575L19.425 15.7L14.125 21H12ZM3 16V14H10V16H3ZM20.125 15L18 12.875L18.725 12.15C18.9083 11.9667 19.1417 11.875 19.425 11.875C19.7083 11.875 19.9417 11.9667 20.125 12.15L20.85 12.875C21.0333 13.0583 21.125 13.2917 21.125 13.575C21.125 13.8583 21.0333 14.0917 20.85 14.275L20.125 15ZM3 12V10H14V12H3ZM3 8V6H14V8H3Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 21V18.875L17.3 13.575L19.425 15.7L14.125 21H12ZM3 16V14H10V16H3ZM20.125 15L18 12.875L18.725 12.15C18.9083 11.9667 19.1417 11.875 19.425 11.875C19.7083 11.875 19.9417 11.9667 20.125 12.15L20.85 12.875C21.0333 13.0583 21.125 13.2917 21.125 13.575C21.125 13.8583 21.0333 14.0917 20.85 14.275L20.125 15ZM3 12V10H14V12H3ZM3 8V6H14V8H3Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-record-event",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRecordEvent",
          "declaration": {
            "name": "ObiRecordEvent",
            "module": "src/icons/icon-record-event.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-record-event",
          "declaration": {
            "name": "ObiRecordEvent",
            "module": "src/icons/icon-record-event.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-redo-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRedoIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.2132 19C8.59657 19 7.20923 18.475 6.05123 17.425C4.89257 16.375 4.31323 15.0667 4.31323 13.5C4.31323 11.9333 4.89257 10.625 6.05123 9.575C7.20923 8.525 8.59657 8 10.2132 8H16.5132L13.9132 5.4L15.3132 4L20.3132 9L15.3132 14L13.9132 12.6L16.5132 10H10.2132C9.16323 10 8.2509 10.3333 7.47623 11C6.7009 11.6667 6.31323 12.5 6.31323 13.5C6.31323 14.5 6.7009 15.3333 7.47623 16C8.2509 16.6667 9.16323 17 10.2132 17H17.3132V19H10.2132Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.2132 19C8.59657 19 7.20923 18.475 6.05123 17.425C4.89257 16.375 4.31323 15.0667 4.31323 13.5C4.31323 11.9333 4.89257 10.625 6.05123 9.575C7.20923 8.525 8.59657 8 10.2132 8H16.5132L13.9132 5.4L15.3132 4L20.3132 9L15.3132 14L13.9132 12.6L16.5132 10H10.2132C9.16323 10 8.2509 10.3333 7.47623 11C6.7009 11.6667 6.31323 12.5 6.31323 13.5C6.31323 14.5 6.7009 15.3333 7.47623 16C8.2509 16.6667 9.16323 17 10.2132 17H17.3132V19H10.2132Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-redo-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRedoIec",
          "declaration": {
            "name": "ObiRedoIec",
            "module": "src/icons/icon-redo-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-redo-iec",
          "declaration": {
            "name": "ObiRedoIec",
            "module": "src/icons/icon-redo-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-refresh-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRefreshGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19C13.933 19 15.683 18.2165 16.9497 16.9497L18.364 18.364C16.7353 19.9926 14.4853 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C14.8273 3 17.35 4.30367 19 6.34267V3H21V10H14V8H17.7453C16.4804 6.18652 14.3787 5 12 5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19C13.933 19 15.683 18.2165 16.9497 16.9497L18.364 18.364C16.7353 19.9926 14.4853 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C14.8273 3 17.35 4.30367 19 6.34267V3H21V10H14V8H17.7453C16.4804 6.18652 14.3787 5 12 5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-refresh-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRefreshGoogle",
          "declaration": {
            "name": "ObiRefreshGoogle",
            "module": "src/icons/icon-refresh-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-refresh-google",
          "declaration": {
            "name": "ObiRefreshGoogle",
            "module": "src/icons/icon-refresh-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-reorder-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiReorderGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.00008 1.58578L12.7072 6.29289L11.293 7.70711L9.00008 5.41421V14H7.00008V5.41421L4.70718 7.70711L3.29297 6.29289L8.00008 1.58578Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.0001 22.4142L11.293 17.7071L12.7072 16.2929L15.0001 18.5858V10H17.0001V18.5858L19.293 16.2929L20.7072 17.7071L16.0001 22.4142Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.00008 1.58578L12.7072 6.29289L11.293 7.70711L9.00008 5.41421V14H7.00008V5.41421L4.70718 7.70711L3.29297 6.29289L8.00008 1.58578Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.0001 22.4142L11.293 17.7071L12.7072 16.2929L15.0001 18.5858V10H17.0001V18.5858L19.293 16.2929L20.7072 17.7071L16.0001 22.4142Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-reorder-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiReorderGoogle",
          "declaration": {
            "name": "ObiReorderGoogle",
            "module": "src/icons/icon-reorder-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-reorder-google",
          "declaration": {
            "name": "ObiReorderGoogle",
            "module": "src/icons/icon-reorder-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resistor-1-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResistor1Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 11V8H4V11H1V13H4V16H20V13H23V11H20ZM19 9H5V15H19V9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 9H5V15H19V9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 11V8H4V11H1V13H4V16H20V13H23V11H20ZM19 9H5V15H19V9Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 9H5V15H19V9Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resistor-1-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResistor1Off",
          "declaration": {
            "name": "ObiResistor1Off",
            "module": "src/icons/icon-resistor-1-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resistor-1-off",
          "declaration": {
            "name": "ObiResistor1Off",
            "module": "src/icons/icon-resistor-1-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resistor-1-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResistor1On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 11V8H4V11H1V13H4V16H20V13H23V11H20ZM19 9H5V15H19V9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 9H5V15H19V9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 11V8H4V11H1V13H4V16H20V13H23V11H20ZM19 9H5V15H19V9Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 9H5V15H19V9Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resistor-1-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResistor1On",
          "declaration": {
            "name": "ObiResistor1On",
            "module": "src/icons/icon-resistor-1-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resistor-1-on",
          "declaration": {
            "name": "ObiResistor1On",
            "module": "src/icons/icon-resistor-1-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resistor-1.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResistor1",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 8V11H1V13H4V16H20V13H23V11H20V8H4ZM18 10H6V14H18V10Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 8V11H1V13H4V16H20V13H23V11H20V8H4ZM18 10H6V14H18V10Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resistor-1",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResistor1",
          "declaration": {
            "name": "ObiResistor1",
            "module": "src/icons/icon-resistor-1.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resistor-1",
          "declaration": {
            "name": "ObiResistor1",
            "module": "src/icons/icon-resistor-1.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resistor-2-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResistor2Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2090)\"> <path d=\"M5 9H19V15H5V9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 2L13 2V0H11L11 2L8 2L12 8H4V11H1V13H4V16H20V13H23V11H20V8H12L16 2ZM5 15V9H19V15H5Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2228_2090\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2090)\"> <path d=\"M5 9H19V15H5V9Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 2L13 2V0H11L11 2L8 2L12 8H4V11H1V13H4V16H20V13H23V11H20V8H12L16 2ZM5 15V9H19V15H5Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </g> <defs> <clipPath id=\"clip0_2228_2090\"> <rect width=\"24\" height=\"24\" fill=\"none\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resistor-2-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResistor2Off",
          "declaration": {
            "name": "ObiResistor2Off",
            "module": "src/icons/icon-resistor-2-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resistor-2-off",
          "declaration": {
            "name": "ObiResistor2Off",
            "module": "src/icons/icon-resistor-2-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resistor-2-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResistor2On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2089)\"> <path d=\"M5 9H19V15H5V9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 2L13 2V0H11L11 2L8 2L12 8H4V11H1V13H4V16H20V13H23V11H20V8H12L16 2ZM5 15V9H19V15H5Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2228_2089\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2089)\"> <path d=\"M5 9H19V15H5V9Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 2L13 2V0H11L11 2L8 2L12 8H4V11H1V13H4V16H20V13H23V11H20V8H12L16 2ZM5 15V9H19V15H5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </g> <defs> <clipPath id=\"clip0_2228_2089\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resistor-2-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResistor2On",
          "declaration": {
            "name": "ObiResistor2On",
            "module": "src/icons/icon-resistor-2-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resistor-2-on",
          "declaration": {
            "name": "ObiResistor2On",
            "module": "src/icons/icon-resistor-2-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resistor-2.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResistor2",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2088)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 2H13V0H11V2H8L12 8H4V11H1V13H4V16H20V13H23V11H20V8H12L16 2ZM6 14V10H18V14H6Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2228_2088\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2088)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 2H13V0H11V2H8L12 8H4V11H1V13H4V16H20V13H23V11H20V8H12L16 2ZM6 14V10H18V14H6Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </g> <defs> <clipPath id=\"clip0_2228_2088\"> <rect width=\"24\" height=\"24\" fill=\"none\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resistor-2",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResistor2",
          "declaration": {
            "name": "ObiResistor2",
            "module": "src/icons/icon-resistor-2.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resistor-2",
          "declaration": {
            "name": "ObiResistor2",
            "module": "src/icons/icon-resistor-2.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resistor-3-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResistor3Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 9H19V15H5V9Z\" fill=\"currentColor\"/> <path d=\"M23.3135 0.685547L21.8993 7.75661L16.2425 2.09976L23.3135 0.685547Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5851 8L18.3638 4.22131L19.778 5.63552L17.4135 8H20V11H23V13H20V16H9.41351L4.22165 21.1919L2.80743 19.7777L6.58509 16H4V13H1V11H4V8H14.5851ZM13.5851 9H5V15H7.58509L13.5851 9ZM10.4135 15H19V9H16.4135L10.4135 15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 9H19V15H5V9Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M23.3135 0.685547L21.8993 7.75661L16.2425 2.09976L23.3135 0.685547Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5851 8L18.3638 4.22131L19.778 5.63552L17.4135 8H20V11H23V13H20V16H9.41351L4.22165 21.1919L2.80743 19.7777L6.58509 16H4V13H1V11H4V8H14.5851ZM13.5851 9H5V15H7.58509L13.5851 9ZM10.4135 15H19V9H16.4135L10.4135 15Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resistor-3-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResistor3Off",
          "declaration": {
            "name": "ObiResistor3Off",
            "module": "src/icons/icon-resistor-3-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resistor-3-off",
          "declaration": {
            "name": "ObiResistor3Off",
            "module": "src/icons/icon-resistor-3-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resistor-3-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResistor3On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 9H19V15H5V9Z\" fill=\"currentColor\"/> <path d=\"M23.3135 0.685547L21.8993 7.75661L16.2425 2.09976L23.3135 0.685547Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5851 8L18.3638 4.22131L19.778 5.63552L17.4135 8H20V11H23V13H20V16H9.41351L4.22165 21.1919L2.80743 19.7777L6.58509 16H4V13H1V11H4V8H14.5851ZM13.5851 9H5V15H7.58509L13.5851 9ZM10.4135 15H19V9H16.4135L10.4135 15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 9H19V15H5V9Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M23.3135 0.685547L21.8993 7.75661L16.2425 2.09976L23.3135 0.685547Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5851 8L18.3638 4.22131L19.778 5.63552L17.4135 8H20V11H23V13H20V16H9.41351L4.22165 21.1919L2.80743 19.7777L6.58509 16H4V13H1V11H4V8H14.5851ZM13.5851 9H5V15H7.58509L13.5851 9ZM10.4135 15H19V9H16.4135L10.4135 15Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resistor-3-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResistor3On",
          "declaration": {
            "name": "ObiResistor3On",
            "module": "src/icons/icon-resistor-3-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resistor-3-on",
          "declaration": {
            "name": "ObiResistor3On",
            "module": "src/icons/icon-resistor-3-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resistor-3.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResistor3",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23.3134 0.686523L21.8992 7.75759L16.2424 2.10074L23.3134 0.686523Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5859 8L18.3637 4.22228L19.7779 5.6365L17.4144 8H20V11H23V13H20V16H9.41437L4.22153 21.1928L2.80731 19.7786L6.58594 16H4V13H1V11H4V8H14.5859ZM12.5859 10H6V14H8.58594L12.5859 10ZM11.4144 14H18V10H15.4144L11.4144 14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23.3134 0.686523L21.8992 7.75759L16.2424 2.10074L23.3134 0.686523Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5859 8L18.3637 4.22228L19.7779 5.6365L17.4144 8H20V11H23V13H20V16H9.41437L4.22153 21.1928L2.80731 19.7786L6.58594 16H4V13H1V11H4V8H14.5859ZM12.5859 10H6V14H8.58594L12.5859 10ZM11.4144 14H18V10H15.4144L11.4144 14Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resistor-3",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResistor3",
          "declaration": {
            "name": "ObiResistor3",
            "module": "src/icons/icon-resistor-3.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resistor-3",
          "declaration": {
            "name": "ObiResistor3",
            "module": "src/icons/icon-resistor-3.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resistor-4-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResistor4Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 9H19V15H5V9Z\" fill=\"currentColor\"/> <path d=\"M16.2427 2.10074L17.6569 0.686523L23.3137 6.34338L21.8995 7.75759L16.2427 2.10074Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5866 8L18.364 4.22266L19.7782 5.63687L17.4151 8H20V11H23V13H20V16H9.41505L4.22183 21.1932L2.80762 19.779L6.58662 16H4V13H1V11H4V8H14.5866ZM13.5866 9H5V15H7.58662L13.5866 9ZM10.415 15H19V9H16.415L10.415 15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 9H19V15H5V9Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M16.2427 2.10074L17.6569 0.686523L23.3137 6.34338L21.8995 7.75759L16.2427 2.10074Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5866 8L18.364 4.22266L19.7782 5.63687L17.4151 8H20V11H23V13H20V16H9.41505L4.22183 21.1932L2.80762 19.779L6.58662 16H4V13H1V11H4V8H14.5866ZM13.5866 9H5V15H7.58662L13.5866 9ZM10.415 15H19V9H16.415L10.415 15Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resistor-4-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResistor4Off",
          "declaration": {
            "name": "ObiResistor4Off",
            "module": "src/icons/icon-resistor-4-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resistor-4-off",
          "declaration": {
            "name": "ObiResistor4Off",
            "module": "src/icons/icon-resistor-4-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resistor-4-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResistor4On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 9H19V15H5V9Z\" fill=\"currentColor\"/> <path d=\"M16.2427 2.10074L17.6569 0.686523L23.3137 6.34338L21.8995 7.75759L16.2427 2.10074Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5866 8L18.364 4.22266L19.7782 5.63687L17.4151 8H20V11H23V13H20V16H9.41505L4.22183 21.1932L2.80762 19.779L6.58662 16H4V13H1V11H4V8H14.5866ZM13.5866 9H5V15H7.58662L13.5866 9ZM10.415 15H19V9H16.415L10.415 15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 9H19V15H5V9Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M16.2427 2.10074L17.6569 0.686523L23.3137 6.34338L21.8995 7.75759L16.2427 2.10074Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5866 8L18.364 4.22266L19.7782 5.63687L17.4151 8H20V11H23V13H20V16H9.41505L4.22183 21.1932L2.80762 19.779L6.58662 16H4V13H1V11H4V8H14.5866ZM13.5866 9H5V15H7.58662L13.5866 9ZM10.415 15H19V9H16.415L10.415 15Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resistor-4-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResistor4On",
          "declaration": {
            "name": "ObiResistor4On",
            "module": "src/icons/icon-resistor-4-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resistor-4-on",
          "declaration": {
            "name": "ObiResistor4On",
            "module": "src/icons/icon-resistor-4-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resistor-4.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResistor4",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.2428 2.09976L17.657 0.685547L23.3138 6.3424L21.8996 7.75661L16.2428 2.09976Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5861 7.9996L18.3641 4.22168L19.7783 5.63589L17.4146 7.9996H20V10.9996H23V12.9996H20V15.9996H9.41457L4.22192 21.1922L2.80771 19.778L6.58614 15.9996H4V12.9996H1V10.9996H4V7.9996H14.5861ZM12.5861 9.9996H6V13.9996H8.58614L12.5861 9.9996ZM11.4146 13.9996H18V9.9996H15.4146L11.4146 13.9996Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.2428 2.09976L17.657 0.685547L23.3138 6.3424L21.8996 7.75661L16.2428 2.09976Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5861 7.9996L18.3641 4.22168L19.7783 5.63589L17.4146 7.9996H20V10.9996H23V12.9996H20V15.9996H9.41457L4.22192 21.1922L2.80771 19.778L6.58614 15.9996H4V12.9996H1V10.9996H4V7.9996H14.5861ZM12.5861 9.9996H6V13.9996H8.58614L12.5861 9.9996ZM11.4146 13.9996H18V9.9996H15.4146L11.4146 13.9996Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resistor-4",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResistor4",
          "declaration": {
            "name": "ObiResistor4",
            "module": "src/icons/icon-resistor-4.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resistor-4",
          "declaration": {
            "name": "ObiResistor4",
            "module": "src/icons/icon-resistor-4.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resistor-5-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResistor5Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2099)\"> <path d=\"M5 9H19V15H5V9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.58632 16L3.10104 19.4853H0V21.4853H3.92946L9.41475 16H20V13H23V11H20V8H17.4148L21.1929 4.22183L19.7787 2.80762L14.5863 8H4V11H1V13H4V16H6.58632ZM10.4147 15H19V9H16.4148L10.4147 15ZM13.5863 9L7.58632 15H5V9H13.5863Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2228_2099\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2099)\"> <path d=\"M5 9H19V15H5V9Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.58632 16L3.10104 19.4853H0V21.4853H3.92946L9.41475 16H20V13H23V11H20V8H17.4148L21.1929 4.22183L19.7787 2.80762L14.5863 8H4V11H1V13H4V16H6.58632ZM10.4147 15H19V9H16.4148L10.4147 15ZM13.5863 9L7.58632 15H5V9H13.5863Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </g> <defs> <clipPath id=\"clip0_2228_2099\"> <rect width=\"24\" height=\"24\" fill=\"none\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resistor-5-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResistor5Off",
          "declaration": {
            "name": "ObiResistor5Off",
            "module": "src/icons/icon-resistor-5-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resistor-5-off",
          "declaration": {
            "name": "ObiResistor5Off",
            "module": "src/icons/icon-resistor-5-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resistor-5-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResistor5On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2098)\"> <path d=\"M5 9H19V15H5V9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.58632 16L3.10104 19.4853H0V21.4853H3.92946L9.41475 16H20V13H23V11H20V8H17.4148L21.1929 4.22183L19.7787 2.80762L14.5863 8H4V11H1V13H4V16H6.58632ZM10.4147 15H19V9H16.4148L10.4147 15ZM13.5863 9L7.58632 15H5V9H13.5863Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2228_2098\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2098)\"> <path d=\"M5 9H19V15H5V9Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.58632 16L3.10104 19.4853H0V21.4853H3.92946L9.41475 16H20V13H23V11H20V8H17.4148L21.1929 4.22183L19.7787 2.80762L14.5863 8H4V11H1V13H4V16H6.58632ZM10.4147 15H19V9H16.4148L10.4147 15ZM13.5863 9L7.58632 15H5V9H13.5863Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </g> <defs> <clipPath id=\"clip0_2228_2098\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resistor-5-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResistor5On",
          "declaration": {
            "name": "ObiResistor5On",
            "module": "src/icons/icon-resistor-5-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resistor-5-on",
          "declaration": {
            "name": "ObiResistor5On",
            "module": "src/icons/icon-resistor-5-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resistor-5.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResistor5",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2097)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.58661 16L3.1005 19.4861L0 19.5V21.5L3.92893 21.4861L9.41504 16H20V13H23V11H20V8.00003H17.415L21.1924 4.22269L19.7782 2.80847L14.5866 8.00003H4V11H1V13H4V16H6.58661ZM11.415 14H18V10H15.415L11.415 14ZM12.5866 10L8.58661 14H6V10H12.5866Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2228_2097\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2097)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.58661 16L3.1005 19.4861L0 19.5V21.5L3.92893 21.4861L9.41504 16H20V13H23V11H20V8.00003H17.415L21.1924 4.22269L19.7782 2.80847L14.5866 8.00003H4V11H1V13H4V16H6.58661ZM11.415 14H18V10H15.415L11.415 14ZM12.5866 10L8.58661 14H6V10H12.5866Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </g> <defs> <clipPath id=\"clip0_2228_2097\"> <rect width=\"24\" height=\"24\" fill=\"none\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resistor-5",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResistor5",
          "declaration": {
            "name": "ObiResistor5",
            "module": "src/icons/icon-resistor-5.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resistor-5",
          "declaration": {
            "name": "ObiResistor5",
            "module": "src/icons/icon-resistor-5.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resize-bottom.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResizeBottom",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 14C3.44772 14 3 14.4477 3 15C3 15.5523 3.44772 16 4 16C4.55228 16 5 15.5523 5 15C5 14.4477 4.55228 14 4 14Z\" fill=\"currentColor\"/> <path d=\"M7 15C7 14.4477 7.44772 14 8 14C8.55228 14 9 14.4477 9 15C9 15.5523 8.55228 16 8 16C7.44772 16 7 15.5523 7 15Z\" fill=\"currentColor\"/> <path d=\"M11 15C11 14.4477 11.4477 14 12 14C12.5523 14 13 14.4477 13 15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15Z\" fill=\"currentColor\"/> <path d=\"M15 15C15 14.4477 15.4477 14 16 14C16.5523 14 17 14.4477 17 15C17 15.5523 16.5523 16 16 16C15.4477 16 15 15.5523 15 15Z\" fill=\"currentColor\"/> <path d=\"M20 14C19.4477 14 19 14.4477 19 15C19 15.5523 19.4477 16 20 16C20.5523 16 21 15.5523 21 15C21 14.4477 20.5523 14 20 14Z\" fill=\"currentColor\"/> <path d=\"M20 18C19.4477 18 19 18.4477 19 19C19 19.5523 19.4477 20 20 20C20.5523 20 21 19.5523 21 19C21 18.4477 20.5523 18 20 18Z\" fill=\"currentColor\"/> <path d=\"M15 19C15 18.4477 15.4477 18 16 18C16.5523 18 17 18.4477 17 19C17 19.5523 16.5523 20 16 20C15.4477 20 15 19.5523 15 19Z\" fill=\"currentColor\"/> <path d=\"M12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20C12.5523 20 13 19.5523 13 19C13 18.4477 12.5523 18 12 18Z\" fill=\"currentColor\"/> <path d=\"M8 18C7.44772 18 7 18.4477 7 19C7 19.5523 7.44772 20 8 20C8.55228 20 9 19.5523 9 19C9 18.4477 8.55228 18 8 18Z\" fill=\"currentColor\"/> <path d=\"M4 18C3.44772 18 3 18.4477 3 19C3 19.5523 3.44772 20 4 20C4.55228 20 5 19.5523 5 19C5 18.4477 4.55228 18 4 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 14C3.44772 14 3 14.4477 3 15C3 15.5523 3.44772 16 4 16C4.55228 16 5 15.5523 5 15C5 14.4477 4.55228 14 4 14Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7 15C7 14.4477 7.44772 14 8 14C8.55228 14 9 14.4477 9 15C9 15.5523 8.55228 16 8 16C7.44772 16 7 15.5523 7 15Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 15C11 14.4477 11.4477 14 12 14C12.5523 14 13 14.4477 13 15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 15C15 14.4477 15.4477 14 16 14C16.5523 14 17 14.4477 17 15C17 15.5523 16.5523 16 16 16C15.4477 16 15 15.5523 15 15Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20 14C19.4477 14 19 14.4477 19 15C19 15.5523 19.4477 16 20 16C20.5523 16 21 15.5523 21 15C21 14.4477 20.5523 14 20 14Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20 18C19.4477 18 19 18.4477 19 19C19 19.5523 19.4477 20 20 20C20.5523 20 21 19.5523 21 19C21 18.4477 20.5523 18 20 18Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 19C15 18.4477 15.4477 18 16 18C16.5523 18 17 18.4477 17 19C17 19.5523 16.5523 20 16 20C15.4477 20 15 19.5523 15 19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20C12.5523 20 13 19.5523 13 19C13 18.4477 12.5523 18 12 18Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 18C7.44772 18 7 18.4477 7 19C7 19.5523 7.44772 20 8 20C8.55228 20 9 19.5523 9 19C9 18.4477 8.55228 18 8 18Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4 18C3.44772 18 3 18.4477 3 19C3 19.5523 3.44772 20 4 20C4.55228 20 5 19.5523 5 19C5 18.4477 4.55228 18 4 18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resize-bottom",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResizeBottom",
          "declaration": {
            "name": "ObiResizeBottom",
            "module": "src/icons/icon-resize-bottom.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resize-bottom",
          "declaration": {
            "name": "ObiResizeBottom",
            "module": "src/icons/icon-resize-bottom.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resize-corner.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResizeCorner",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 8C16.4477 8 16 8.44772 16 9C16 9.55228 16.4477 10 17 10C17.5523 10 18 9.55228 18 9C18 8.44772 17.5523 8 17 8Z\" fill=\"currentColor\"/> <path d=\"M17 12C16.4477 12 16 12.4477 16 13C16 13.5523 16.4477 14 17 14C17.5523 14 18 13.5523 18 13C18 12.4477 17.5523 12 17 12Z\" fill=\"currentColor\"/> <path d=\"M13 12C12.4477 12 12 12.4477 12 13C12 13.5523 12.4477 14 13 14C13.5523 14 14 13.5523 14 13C14 12.4477 13.5523 12 13 12Z\" fill=\"currentColor\"/> <path d=\"M9 16C8.44772 16 8 16.4477 8 17C8 17.5523 8.44772 18 9 18C9.55228 18 10 17.5523 10 17C10 16.4477 9.55228 16 9 16Z\" fill=\"currentColor\"/> <path d=\"M13 16C12.4477 16 12 16.4477 12 17C12 17.5523 12.4477 18 13 18C13.5523 18 14 17.5523 14 17C14 16.4477 13.5523 16 13 16Z\" fill=\"currentColor\"/> <path d=\"M16 17C16 16.4477 16.4477 16 17 16C17.5523 16 18 16.4477 18 17C18 17.5523 17.5523 18 17 18C16.4477 18 16 17.5523 16 17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 8C16.4477 8 16 8.44772 16 9C16 9.55228 16.4477 10 17 10C17.5523 10 18 9.55228 18 9C18 8.44772 17.5523 8 17 8Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 12C16.4477 12 16 12.4477 16 13C16 13.5523 16.4477 14 17 14C17.5523 14 18 13.5523 18 13C18 12.4477 17.5523 12 17 12Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 12C12.4477 12 12 12.4477 12 13C12 13.5523 12.4477 14 13 14C13.5523 14 14 13.5523 14 13C14 12.4477 13.5523 12 13 12Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9 16C8.44772 16 8 16.4477 8 17C8 17.5523 8.44772 18 9 18C9.55228 18 10 17.5523 10 17C10 16.4477 9.55228 16 9 16Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 16C12.4477 16 12 16.4477 12 17C12 17.5523 12.4477 18 13 18C13.5523 18 14 17.5523 14 17C14 16.4477 13.5523 16 13 16Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16 17C16 16.4477 16.4477 16 17 16C17.5523 16 18 16.4477 18 17C18 17.5523 17.5523 18 17 18C16.4477 18 16 17.5523 16 17Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resize-corner",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResizeCorner",
          "declaration": {
            "name": "ObiResizeCorner",
            "module": "src/icons/icon-resize-corner.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resize-corner",
          "declaration": {
            "name": "ObiResizeCorner",
            "module": "src/icons/icon-resize-corner.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resize-top.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResizeTop",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 4C3.44772 4 3 4.44772 3 5C3 5.55228 3.44772 6 4 6C4.55228 6 5 5.55228 5 5C5 4.44772 4.55228 4 4 4Z\" fill=\"currentColor\"/> <path d=\"M8 4C7.44772 4 7 4.44772 7 5C7 5.55228 7.44772 6 8 6C8.55228 6 9 5.55228 9 5C9 4.44772 8.55228 4 8 4Z\" fill=\"currentColor\"/> <path d=\"M7 9C7 8.44772 7.44772 8 8 8C8.55228 8 9 8.44772 9 9C9 9.55228 8.55228 10 8 10C7.44772 10 7 9.55228 7 9Z\" fill=\"currentColor\"/> <path d=\"M4 8C3.44772 8 3 8.44772 3 9C3 9.55228 3.44772 10 4 10C4.55228 10 5 9.55228 5 9C5 8.44772 4.55228 8 4 8Z\" fill=\"currentColor\"/> <path d=\"M11 5C11 4.44772 11.4477 4 12 4C12.5523 4 13 4.44772 13 5C13 5.55228 12.5523 6 12 6C11.4477 6 11 5.55228 11 5Z\" fill=\"currentColor\"/> <path d=\"M12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10C12.5523 10 13 9.55228 13 9C13 8.44772 12.5523 8 12 8Z\" fill=\"currentColor\"/> <path d=\"M15 5C15 4.44772 15.4477 4 16 4C16.5523 4 17 4.44772 17 5C17 5.55228 16.5523 6 16 6C15.4477 6 15 5.55228 15 5Z\" fill=\"currentColor\"/> <path d=\"M16 8C15.4477 8 15 8.44772 15 9C15 9.55228 15.4477 10 16 10C16.5523 10 17 9.55228 17 9C17 8.44772 16.5523 8 16 8Z\" fill=\"currentColor\"/> <path d=\"M19 5C19 4.44772 19.4477 4 20 4C20.5523 4 21 4.44772 21 5C21 5.55228 20.5523 6 20 6C19.4477 6 19 5.55228 19 5Z\" fill=\"currentColor\"/> <path d=\"M20 8C19.4477 8 19 8.44772 19 9C19 9.55228 19.4477 10 20 10C20.5523 10 21 9.55228 21 9C21 8.44772 20.5523 8 20 8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 4C3.44772 4 3 4.44772 3 5C3 5.55228 3.44772 6 4 6C4.55228 6 5 5.55228 5 5C5 4.44772 4.55228 4 4 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 4C7.44772 4 7 4.44772 7 5C7 5.55228 7.44772 6 8 6C8.55228 6 9 5.55228 9 5C9 4.44772 8.55228 4 8 4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7 9C7 8.44772 7.44772 8 8 8C8.55228 8 9 8.44772 9 9C9 9.55228 8.55228 10 8 10C7.44772 10 7 9.55228 7 9Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4 8C3.44772 8 3 8.44772 3 9C3 9.55228 3.44772 10 4 10C4.55228 10 5 9.55228 5 9C5 8.44772 4.55228 8 4 8Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 5C11 4.44772 11.4477 4 12 4C12.5523 4 13 4.44772 13 5C13 5.55228 12.5523 6 12 6C11.4477 6 11 5.55228 11 5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10C12.5523 10 13 9.55228 13 9C13 8.44772 12.5523 8 12 8Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 5C15 4.44772 15.4477 4 16 4C16.5523 4 17 4.44772 17 5C17 5.55228 16.5523 6 16 6C15.4477 6 15 5.55228 15 5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16 8C15.4477 8 15 8.44772 15 9C15 9.55228 15.4477 10 16 10C16.5523 10 17 9.55228 17 9C17 8.44772 16.5523 8 16 8Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 5C19 4.44772 19.4477 4 20 4C20.5523 4 21 4.44772 21 5C21 5.55228 20.5523 6 20 6C19.4477 6 19 5.55228 19 5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20 8C19.4477 8 19 8.44772 19 9C19 9.55228 19.4477 10 20 10C20.5523 10 21 9.55228 21 9C21 8.44772 20.5523 8 20 8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resize-top",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResizeTop",
          "declaration": {
            "name": "ObiResizeTop",
            "module": "src/icons/icon-resize-top.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resize-top",
          "declaration": {
            "name": "ObiResizeTop",
            "module": "src/icons/icon-resize-top.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-resize_center.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiResize_center",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 9C3.44772 9 3 9.44772 3 10C3 10.5523 3.44772 11 4 11C4.55228 11 5 10.5523 5 10C5 9.44772 4.55228 9 4 9Z\" fill=\"currentColor\"/> <path d=\"M4 13C3.44772 13 3 13.4477 3 14C3 14.5523 3.44772 15 4 15C4.55228 15 5 14.5523 5 14C5 13.4477 4.55228 13 4 13Z\" fill=\"currentColor\"/> <path d=\"M7 10C7 9.44772 7.44772 9 8 9C8.55228 9 9 9.44772 9 10C9 10.5523 8.55228 11 8 11C7.44772 11 7 10.5523 7 10Z\" fill=\"currentColor\"/> <path d=\"M8 13C7.44772 13 7 13.4477 7 14C7 14.5523 7.44772 15 8 15C8.55228 15 9 14.5523 9 14C9 13.4477 8.55228 13 8 13Z\" fill=\"currentColor\"/> <path d=\"M11 10C11 9.44772 11.4477 9 12 9C12.5523 9 13 9.44772 13 10C13 10.5523 12.5523 11 12 11C11.4477 11 11 10.5523 11 10Z\" fill=\"currentColor\"/> <path d=\"M12 13C11.4477 13 11 13.4477 11 14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14C13 13.4477 12.5523 13 12 13Z\" fill=\"currentColor\"/> <path d=\"M15 10C15 9.44772 15.4477 9 16 9C16.5523 9 17 9.44772 17 10C17 10.5523 16.5523 11 16 11C15.4477 11 15 10.5523 15 10Z\" fill=\"currentColor\"/> <path d=\"M20 9C19.4477 9 19 9.44772 19 10C19 10.5523 19.4477 11 20 11C20.5523 11 21 10.5523 21 10C21 9.44772 20.5523 9 20 9Z\" fill=\"currentColor\"/> <path d=\"M15 14C15 13.4477 15.4477 13 16 13C16.5523 13 17 13.4477 17 14C17 14.5523 16.5523 15 16 15C15.4477 15 15 14.5523 15 14Z\" fill=\"currentColor\"/> <path d=\"M20 13C19.4477 13 19 13.4477 19 14C19 14.5523 19.4477 15 20 15C20.5523 15 21 14.5523 21 14C21 13.4477 20.5523 13 20 13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 9C3.44772 9 3 9.44772 3 10C3 10.5523 3.44772 11 4 11C4.55228 11 5 10.5523 5 10C5 9.44772 4.55228 9 4 9Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4 13C3.44772 13 3 13.4477 3 14C3 14.5523 3.44772 15 4 15C4.55228 15 5 14.5523 5 14C5 13.4477 4.55228 13 4 13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7 10C7 9.44772 7.44772 9 8 9C8.55228 9 9 9.44772 9 10C9 10.5523 8.55228 11 8 11C7.44772 11 7 10.5523 7 10Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 13C7.44772 13 7 13.4477 7 14C7 14.5523 7.44772 15 8 15C8.55228 15 9 14.5523 9 14C9 13.4477 8.55228 13 8 13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 10C11 9.44772 11.4477 9 12 9C12.5523 9 13 9.44772 13 10C13 10.5523 12.5523 11 12 11C11.4477 11 11 10.5523 11 10Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 13C11.4477 13 11 13.4477 11 14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14C13 13.4477 12.5523 13 12 13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 10C15 9.44772 15.4477 9 16 9C16.5523 9 17 9.44772 17 10C17 10.5523 16.5523 11 16 11C15.4477 11 15 10.5523 15 10Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20 9C19.4477 9 19 9.44772 19 10C19 10.5523 19.4477 11 20 11C20.5523 11 21 10.5523 21 10C21 9.44772 20.5523 9 20 9Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 14C15 13.4477 15.4477 13 16 13C16.5523 13 17 13.4477 17 14C17 14.5523 16.5523 15 16 15C15.4477 15 15 14.5523 15 14Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20 13C19.4477 13 19 13.4477 19 14C19 14.5523 19.4477 15 20 15C20.5523 15 21 14.5523 21 14C21 13.4477 20.5523 13 20 13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-resize_center",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiResize_center",
          "declaration": {
            "name": "ObiResize_center",
            "module": "src/icons/icon-resize_center.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-resize_center",
          "declaration": {
            "name": "ObiResize_center",
            "module": "src/icons/icon-resize_center.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-rock.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRock",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21 18C19.97 18 18.94 17.75 18 17.25C16.11 18.25 13.89 18.25 12 17.25C10.11 18.25 7.89 18.25 6 17.25C5.05 17.75 4.03 18 3 18H2V16H3C3.68364 16 4.36195 15.8488 5.01151 15.5605C5.31146 15.4313 6 15 6 15C6 15 6.6857 15.4281 6.98565 15.5573C8.27971 16.1155 9.71724 16.1147 11.0115 15.5573C11.3115 15.4281 12 15 12 15C12 15 12.6885 15.4281 12.9885 15.5573C14.2809 16.1139 15.7161 16.1143 17.0086 15.5585C17.3086 15.4293 17.9994 15.0074 17.9994 15.0074C17.9994 15.0074 18.6879 15.4354 18.9878 15.5646C19.6348 15.8502 20.3196 16 21 16H22V18H21Z\" fill=\"currentColor\"/> <path d=\"M5.01151 14.0605C4.36195 14.3488 3.68364 14.5 3 14.5C3 10 7 8.00012 10.5 8.00012C13 8.00012 16.7828 5.38038 18.5 6.50005C21.1703 8.24117 20.3384 11.9689 20.3384 14.4533C19.8796 14.3886 19.4251 14.2576 18.9878 14.0646C18.6879 13.9354 17.9994 13.5074 17.9994 13.5074C17.9994 13.5074 17.3086 13.9293 17.0086 14.0585C15.7161 14.6143 14.2808 14.6139 12.9885 14.0572C12.6885 13.928 12 13.5 12 13.5C12 13.5 11.3115 13.9281 11.0115 14.0573C9.71724 14.6147 8.27971 14.6155 6.98565 14.0572C6.6857 13.928 6 13.5 6 13.5C6 13.5 5.31146 13.9313 5.01151 14.0605Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21 18C19.97 18 18.94 17.75 18 17.25C16.11 18.25 13.89 18.25 12 17.25C10.11 18.25 7.89 18.25 6 17.25C5.05 17.75 4.03 18 3 18H2V16H3C3.68364 16 4.36195 15.8488 5.01151 15.5605C5.31146 15.4313 6 15 6 15C6 15 6.6857 15.4281 6.98565 15.5573C8.27971 16.1155 9.71724 16.1147 11.0115 15.5573C11.3115 15.4281 12 15 12 15C12 15 12.6885 15.4281 12.9885 15.5573C14.2809 16.1139 15.7161 16.1143 17.0086 15.5585C17.3086 15.4293 17.9994 15.0074 17.9994 15.0074C17.9994 15.0074 18.6879 15.4354 18.9878 15.5646C19.6348 15.8502 20.3196 16 21 16H22V18H21Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.01151 14.0605C4.36195 14.3488 3.68364 14.5 3 14.5C3 10 7 8.00012 10.5 8.00012C13 8.00012 16.7828 5.38038 18.5 6.50005C21.1703 8.24117 20.3384 11.9689 20.3384 14.4533C19.8796 14.3886 19.4251 14.2576 18.9878 14.0646C18.6879 13.9354 17.9994 13.5074 17.9994 13.5074C17.9994 13.5074 17.3086 13.9293 17.0086 14.0585C15.7161 14.6143 14.2808 14.6139 12.9885 14.0572C12.6885 13.928 12 13.5 12 13.5C12 13.5 11.3115 13.9281 11.0115 14.0573C9.71724 14.6147 8.27971 14.6155 6.98565 14.0572C6.6857 13.928 6 13.5 6 13.5C6 13.5 5.31146 13.9313 5.01151 14.0605Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-rock",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRock",
          "declaration": {
            "name": "ObiRock",
            "module": "src/icons/icon-rock.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-rock",
          "declaration": {
            "name": "ObiRock",
            "module": "src/icons/icon-rock.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-roll.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRoll",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.96586 14.6452L12 13.3336L16.0341 14.645L17.8337 15.2375L17.2516 17.5H18.7671L19.4608 14.99C19.5282 14.795 19.5058 14.585 19.4158 14.405C19.3258 14.225 19.1608 14.09 18.9659 14.03L17.9986 13.715V10.25C17.9986 9.42499 17.3238 8.75 16.499 8.75H14.2495V6.5L9.75049 6.5002V8.7502H7.50103C6.67623 8.7502 6.00139 9.42519 6.00139 10.2502V13.7152L5.03412 14.0302C4.83917 14.0902 4.67421 14.2252 4.58423 14.4052C4.49425 14.5852 4.47175 14.7952 4.53924 14.9902L5.23295 17.5002H6.74837L6.16629 15.2377L7.96586 14.6452ZM11.2502 8.0002V8.7502L12.7498 8.75V8L11.2502 8.0002ZM7.50108 10.2502V13.2277L12 11.7509L16.4989 13.2275V10.25L7.50108 10.2502Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9927 19.9598C13.3816 19.9598 14.7706 19.5298 15.9897 18.6798C17.2088 19.5298 18.5977 19.9998 19.9867 19.9998H20.9859V21.9997H19.9867C18.6077 21.9997 17.2487 21.6597 15.9897 21.0097C14.7306 21.6597 13.3616 21.9797 11.9927 21.9797C10.6237 21.9797 9.25471 21.6497 7.99565 21.0097C6.7366 21.6497 5.37761 21.9997 3.99864 21.9997H2.99939V19.9998H3.99864C5.3876 19.9998 6.77657 19.5298 7.99565 18.6798C9.21474 19.5298 10.6037 19.9598 11.9927 19.9598Z\" fill=\"currentColor\"/> <path d=\"M16.8527 2.43971C15.2277 1.78586 13.4874 1.46713 11.7361 1.50268C9.98492 1.53822 8.25893 1.9273 6.66182 2.64654C5.7213 3.0701 4.83689 3.60302 4.0262 4.23261L2.69017 3.07911L1.60767 8.75022L7.06024 6.85214L5.576 5.57067C6.17178 5.14206 6.81047 4.77306 7.48307 4.47015C8.83447 3.86156 10.2949 3.53234 11.7767 3.50227C13.2585 3.47219 14.7311 3.74188 16.1061 4.29514C16.9292 4.62633 17.7072 5.05506 18.4239 5.57069L16.9397 6.85213L22.3923 8.75021L21.3098 3.0791L19.9737 4.23262C19.0236 3.49476 17.9736 2.89072 16.8527 2.43971Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.96586 14.6452L12 13.3336L16.0341 14.645L17.8337 15.2375L17.2516 17.5H18.7671L19.4608 14.99C19.5282 14.795 19.5058 14.585 19.4158 14.405C19.3258 14.225 19.1608 14.09 18.9659 14.03L17.9986 13.715V10.25C17.9986 9.42499 17.3238 8.75 16.499 8.75H14.2495V6.5L9.75049 6.5002V8.7502H7.50103C6.67623 8.7502 6.00139 9.42519 6.00139 10.2502V13.7152L5.03412 14.0302C4.83917 14.0902 4.67421 14.2252 4.58423 14.4052C4.49425 14.5852 4.47175 14.7952 4.53924 14.9902L5.23295 17.5002H6.74837L6.16629 15.2377L7.96586 14.6452ZM11.2502 8.0002V8.7502L12.7498 8.75V8L11.2502 8.0002ZM7.50108 10.2502V13.2277L12 11.7509L16.4989 13.2275V10.25L7.50108 10.2502Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9927 19.9598C13.3816 19.9598 14.7706 19.5298 15.9897 18.6798C17.2088 19.5298 18.5977 19.9998 19.9867 19.9998H20.9859V21.9997H19.9867C18.6077 21.9997 17.2487 21.6597 15.9897 21.0097C14.7306 21.6597 13.3616 21.9797 11.9927 21.9797C10.6237 21.9797 9.25471 21.6497 7.99565 21.0097C6.7366 21.6497 5.37761 21.9997 3.99864 21.9997H2.99939V19.9998H3.99864C5.3876 19.9998 6.77657 19.5298 7.99565 18.6798C9.21474 19.5298 10.6037 19.9598 11.9927 19.9598Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.8527 2.43971C15.2277 1.78586 13.4874 1.46713 11.7361 1.50268C9.98492 1.53822 8.25893 1.9273 6.66182 2.64654C5.7213 3.0701 4.83689 3.60302 4.0262 4.23261L2.69017 3.07911L1.60767 8.75022L7.06024 6.85214L5.576 5.57067C6.17178 5.14206 6.81047 4.77306 7.48307 4.47015C8.83447 3.86156 10.2949 3.53234 11.7767 3.50227C13.2585 3.47219 14.7311 3.74188 16.1061 4.29514C16.9292 4.62633 17.7072 5.05506 18.4239 5.57069L16.9397 6.85213L22.3923 8.75021L21.3098 3.0791L19.9737 4.23262C19.0236 3.49476 17.9736 2.89072 16.8527 2.43971Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-roll",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRoll",
          "declaration": {
            "name": "ObiRoll",
            "module": "src/icons/icon-roll.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-roll",
          "declaration": {
            "name": "ObiRoll",
            "module": "src/icons/icon-roll.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-rot.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRot",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14.0002 5C14.0002 6.10457 13.1048 7 12.0002 7C10.8957 7 10.0002 6.10457 10.0002 5C10.0002 3.89543 10.8957 3 12.0002 3C13.1048 3 14.0002 3.89543 14.0002 5Z\" fill=\"currentColor\"/> <path d=\"M5.96086 7.93477C7.01137 8.2761 7.58627 9.40441 7.24494 10.4549C6.90361 11.5054 5.7753 12.0803 4.72479 11.739C3.67428 11.3977 3.09938 10.2694 3.44071 9.21885C3.78204 8.16834 4.91035 7.59344 5.96086 7.93477Z\" fill=\"currentColor\"/> <path d=\"M19.2758 11.7391C18.2253 12.0804 17.097 11.5055 16.7557 10.455C16.4144 9.40448 16.9893 8.27617 18.0398 7.93484C19.0903 7.59351 20.2186 8.16841 20.5599 9.21892C20.9012 10.2694 20.3263 11.3977 19.2758 11.7391Z\" fill=\"currentColor\"/> <path d=\"M6.26787 16.4876C6.91712 15.594 8.16786 15.3959 9.06148 16.0452C9.95509 16.6944 10.1532 17.9451 9.50394 18.8388C8.85469 19.7324 7.60395 19.9305 6.71033 19.2812C5.81672 18.632 5.61862 17.3812 6.26787 16.4876Z\" fill=\"currentColor\"/> <path d=\"M14.4967 18.8388C13.8475 17.9452 14.0456 16.6945 14.9392 16.0452C15.8328 15.396 17.0836 15.5941 17.7328 16.4877C18.3821 17.3813 18.184 18.632 17.2903 19.2813C16.3967 19.9305 15.146 19.7324 14.4967 18.8388Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14.0002 5C14.0002 6.10457 13.1048 7 12.0002 7C10.8957 7 10.0002 6.10457 10.0002 5C10.0002 3.89543 10.8957 3 12.0002 3C13.1048 3 14.0002 3.89543 14.0002 5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.96086 7.93477C7.01137 8.2761 7.58627 9.40441 7.24494 10.4549C6.90361 11.5054 5.7753 12.0803 4.72479 11.739C3.67428 11.3977 3.09938 10.2694 3.44071 9.21885C3.78204 8.16834 4.91035 7.59344 5.96086 7.93477Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.2758 11.7391C18.2253 12.0804 17.097 11.5055 16.7557 10.455C16.4144 9.40448 16.9893 8.27617 18.0398 7.93484C19.0903 7.59351 20.2186 8.16841 20.5599 9.21892C20.9012 10.2694 20.3263 11.3977 19.2758 11.7391Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.26787 16.4876C6.91712 15.594 8.16786 15.3959 9.06148 16.0452C9.95509 16.6944 10.1532 17.9451 9.50394 18.8388C8.85469 19.7324 7.60395 19.9305 6.71033 19.2812C5.81672 18.632 5.61862 17.3812 6.26787 16.4876Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.4967 18.8388C13.8475 17.9452 14.0456 16.6945 14.9392 16.0452C15.8328 15.396 17.0836 15.5941 17.7328 16.4877C18.3821 17.3813 18.184 18.632 17.2903 19.2813C16.3967 19.9305 15.146 19.7324 14.4967 18.8388Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-rot",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRot",
          "declaration": {
            "name": "ObiRot",
            "module": "src/icons/icon-rot.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-rot",
          "declaration": {
            "name": "ObiRot",
            "module": "src/icons/icon-rot.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-rotate.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRotate",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.05025 8.05015C4.31658 10.7838 4.31658 15.216 7.05025 17.9496C9.78392 20.6833 14.2161 20.6833 16.9497 17.9496C18.3166 16.5828 19 14.7913 19 12.9999H21C21 15.3032 20.1213 17.6065 18.364 19.3639C14.8492 22.8786 9.15076 22.8786 5.63604 19.3639C2.12132 15.8491 2.12132 10.1507 5.63604 6.63593C7.63522 4.63676 10.3409 3.77471 12.9494 4.04981L10.5858 1.68619L12 0.271973L16.9497 5.22172L12 10.1715L10.5858 8.75725L13.2341 6.10892C11.0573 5.72104 8.73228 6.36812 7.05025 8.05015Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.05025 8.05015C4.31658 10.7838 4.31658 15.216 7.05025 17.9496C9.78392 20.6833 14.2161 20.6833 16.9497 17.9496C18.3166 16.5828 19 14.7913 19 12.9999H21C21 15.3032 20.1213 17.6065 18.364 19.3639C14.8492 22.8786 9.15076 22.8786 5.63604 19.3639C2.12132 15.8491 2.12132 10.1507 5.63604 6.63593C7.63522 4.63676 10.3409 3.77471 12.9494 4.04981L10.5858 1.68619L12 0.271973L16.9497 5.22172L12 10.1715L10.5858 8.75725L13.2341 6.10892C11.0573 5.72104 8.73228 6.36812 7.05025 8.05015Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-rotate",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRotate",
          "declaration": {
            "name": "ObiRotate",
            "module": "src/icons/icon-rotate.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-rotate",
          "declaration": {
            "name": "ObiRotate",
            "module": "src/icons/icon-rotate.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-route-export-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRouteExportIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.10608 4.74025L8.5 2L15.5 4L21.2253 2.36421C21.8641 2.18169 22.5 2.66135 22.5 3.32573V6H21V3.98859L16.25 5.34574V6H14.75V5.34574L9.25 3.77431V17.6895L14.75 20.0466V18H16.25V20.0466L21 18.0109V18H22.5V18.3406C22.5 18.7406 22.2616 19.1022 21.8939 19.2597L15.5 22L8.5 19L2.89392 21.4026C2.23405 21.6854 1.5 21.2014 1.5 20.4835V5.6594C1.5 5.25937 1.7384 4.89783 2.10608 4.74025ZM3 5.98909L7.75 3.95338V17.6895L3 19.7252V5.98909Z\" fill=\"currentColor\"/> <path d=\"M12 11L20.175 11L17.6 8.4L19 7L24 12L19 17L17.6 15.6L20.175 13L12 13V11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.10608 4.74025L8.5 2L15.5 4L21.2253 2.36421C21.8641 2.18169 22.5 2.66135 22.5 3.32573V6H21V3.98859L16.25 5.34574V6H14.75V5.34574L9.25 3.77431V17.6895L14.75 20.0466V18H16.25V20.0466L21 18.0109V18H22.5V18.3406C22.5 18.7406 22.2616 19.1022 21.8939 19.2597L15.5 22L8.5 19L2.89392 21.4026C2.23405 21.6854 1.5 21.2014 1.5 20.4835V5.6594C1.5 5.25937 1.7384 4.89783 2.10608 4.74025ZM3 5.98909L7.75 3.95338V17.6895L3 19.7252V5.98909Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 11L20.175 11L17.6 8.4L19 7L24 12L19 17L17.6 15.6L20.175 13L12 13V11Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-route-export-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRouteExportIec",
          "declaration": {
            "name": "ObiRouteExportIec",
            "module": "src/icons/icon-route-export-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-route-export-iec",
          "declaration": {
            "name": "ObiRouteExportIec",
            "module": "src/icons/icon-route-export-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-route-export-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRouteExportProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.60703 8.60716C7.7116 8.60716 8.60703 7.71173 8.60703 6.60716C8.60703 5.50259 7.7116 4.60716 6.60703 4.60716C5.50246 4.60716 4.60703 5.50259 4.60703 6.60716C4.60703 7.71173 5.50246 8.60716 6.60703 8.60716ZM6.60703 10.6072C8.81617 10.6072 10.607 8.8163 10.607 6.60716C10.607 4.39802 8.81617 2.60716 6.60703 2.60716C4.39789 2.60716 2.60703 4.39802 2.60703 6.60716C2.60703 8.8163 4.39789 10.6072 6.60703 10.6072Z\" fill=\"currentColor\"/> <path d=\"M4.08819 12.1439L6.02004 12.6615L5.5024 14.5934L3.57055 14.0757L4.08819 12.1439Z\" fill=\"currentColor\"/> <path d=\"M3.05291 16.0076L4.98477 16.5252L4.46713 18.4571L2.53528 17.9394L3.05291 16.0076Z\" fill=\"currentColor\"/> <path d=\"M2.01764 19.8713L3.94949 20.3889L3.43185 22.3208L1.5 21.8032L2.01764 19.8713Z\" fill=\"currentColor\"/> <path d=\"M12.6619 6.02004L12.1442 4.08819L14.0761 3.57055L14.5937 5.5024L12.6619 6.02004Z\" fill=\"currentColor\"/> <path d=\"M16.5256 4.98477L16.0079 3.05291L17.9398 2.53528L18.4574 4.46713L16.5256 4.98477Z\" fill=\"currentColor\"/> <path d=\"M20.3893 3.94949L19.8716 2.01764L21.8035 1.5L22.3211 3.43185L20.3893 3.94949Z\" fill=\"currentColor\"/> <path d=\"M8.49962 15.5005L15.1746 15.5005L12.5996 12.9005L13.9996 11.5005L18.9996 16.5005L13.9996 21.5005L12.5996 20.1005L15.1746 17.5005H8.49962V15.5005Z\" fill=\"currentColor\"/> <path d=\"M19.9996 21.0005V12.0005H21.9996V21.0005H19.9996Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.60703 8.60716C7.7116 8.60716 8.60703 7.71173 8.60703 6.60716C8.60703 5.50259 7.7116 4.60716 6.60703 4.60716C5.50246 4.60716 4.60703 5.50259 4.60703 6.60716C4.60703 7.71173 5.50246 8.60716 6.60703 8.60716ZM6.60703 10.6072C8.81617 10.6072 10.607 8.8163 10.607 6.60716C10.607 4.39802 8.81617 2.60716 6.60703 2.60716C4.39789 2.60716 2.60703 4.39802 2.60703 6.60716C2.60703 8.8163 4.39789 10.6072 6.60703 10.6072Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.08819 12.1439L6.02004 12.6615L5.5024 14.5934L3.57055 14.0757L4.08819 12.1439Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.05291 16.0076L4.98477 16.5252L4.46713 18.4571L2.53528 17.9394L3.05291 16.0076Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.01764 19.8713L3.94949 20.3889L3.43185 22.3208L1.5 21.8032L2.01764 19.8713Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.6619 6.02004L12.1442 4.08819L14.0761 3.57055L14.5937 5.5024L12.6619 6.02004Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.5256 4.98477L16.0079 3.05291L17.9398 2.53528L18.4574 4.46713L16.5256 4.98477Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.3893 3.94949L19.8716 2.01764L21.8035 1.5L22.3211 3.43185L20.3893 3.94949Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.49962 15.5005L15.1746 15.5005L12.5996 12.9005L13.9996 11.5005L18.9996 16.5005L13.9996 21.5005L12.5996 20.1005L15.1746 17.5005H8.49962V15.5005Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.9996 21.0005V12.0005H21.9996V21.0005H19.9996Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-route-export-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRouteExportProposal",
          "declaration": {
            "name": "ObiRouteExportProposal",
            "module": "src/icons/icon-route-export-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-route-export-proposal",
          "declaration": {
            "name": "ObiRouteExportProposal",
            "module": "src/icons/icon-route-export-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-route-import-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRouteImportIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.10608 4.74025L8.5 2L15.5 4L21.2253 2.36421C21.8641 2.18169 22.5 2.66135 22.5 3.32573V6H21V3.98859L16.25 5.34574V6H14.75V5.34574L9.25 3.77431V17.6895L14.75 20.0466V18H16.25V20.0466L21 18.0109V18H22.5V18.3406C22.5 18.7406 22.2616 19.1022 21.8939 19.2597L15.5 22L8.5 19L2.89392 21.4026C2.23405 21.6854 1.5 21.2014 1.5 20.4835V5.6594C1.5 5.25937 1.7384 4.89783 2.10608 4.74025ZM3 5.98909L7.75 3.95338V17.6895L3 19.7252V5.98909Z\" fill=\"currentColor\"/> <path d=\"M23 11L14.825 11L17.4 8.4L16 7L11 12L16 17L17.4 15.6L14.825 13L23 13V11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.10608 4.74025L8.5 2L15.5 4L21.2253 2.36421C21.8641 2.18169 22.5 2.66135 22.5 3.32573V6H21V3.98859L16.25 5.34574V6H14.75V5.34574L9.25 3.77431V17.6895L14.75 20.0466V18H16.25V20.0466L21 18.0109V18H22.5V18.3406C22.5 18.7406 22.2616 19.1022 21.8939 19.2597L15.5 22L8.5 19L2.89392 21.4026C2.23405 21.6854 1.5 21.2014 1.5 20.4835V5.6594C1.5 5.25937 1.7384 4.89783 2.10608 4.74025ZM3 5.98909L7.75 3.95338V17.6895L3 19.7252V5.98909Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M23 11L14.825 11L17.4 8.4L16 7L11 12L16 17L17.4 15.6L14.825 13L23 13V11Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-route-import-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRouteImportIec",
          "declaration": {
            "name": "ObiRouteImportIec",
            "module": "src/icons/icon-route-import-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-route-import-iec",
          "declaration": {
            "name": "ObiRouteImportIec",
            "module": "src/icons/icon-route-import-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-route-import-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRouteImportProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.60703 8.60716C7.7116 8.60716 8.60703 7.71173 8.60703 6.60716C8.60703 5.50259 7.7116 4.60716 6.60703 4.60716C5.50246 4.60716 4.60703 5.50259 4.60703 6.60716C4.60703 7.71173 5.50246 8.60716 6.60703 8.60716ZM6.60703 10.6072C8.81617 10.6072 10.607 8.8163 10.607 6.60716C10.607 4.39802 8.81617 2.60716 6.60703 2.60716C4.39789 2.60716 2.60703 4.39802 2.60703 6.60716C2.60703 8.8163 4.39789 10.6072 6.60703 10.6072Z\" fill=\"currentColor\"/> <path d=\"M4.08819 12.1439L6.02004 12.6615L5.5024 14.5934L3.57055 14.0757L4.08819 12.1439Z\" fill=\"currentColor\"/> <path d=\"M3.05291 16.0076L4.98477 16.5252L4.46713 18.4571L2.53528 17.9394L3.05291 16.0076Z\" fill=\"currentColor\"/> <path d=\"M2.01764 19.8713L3.94949 20.3889L3.43185 22.3208L1.5 21.8032L2.01764 19.8713Z\" fill=\"currentColor\"/> <path d=\"M12.6619 6.02004L12.1442 4.08819L14.0761 3.57055L14.5937 5.5024L12.6619 6.02004Z\" fill=\"currentColor\"/> <path d=\"M16.5256 4.98477L16.0079 3.05291L17.9398 2.53528L18.4574 4.46713L16.5256 4.98477Z\" fill=\"currentColor\"/> <path d=\"M20.3893 3.94949L19.8716 2.01764L21.8035 1.5L22.3211 3.43185L20.3893 3.94949Z\" fill=\"currentColor\"/> <path d=\"M22.9996 15.5005L16.3246 15.5005L18.8996 12.9005L17.4996 11.5005L12.4996 16.5005L17.4996 21.5005L18.8996 20.1005L16.3246 17.5005H22.9996V15.5005Z\" fill=\"currentColor\"/> <path d=\"M11.4996 21.0005V12.0005H9.49962V21.0005H11.4996Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.60703 8.60716C7.7116 8.60716 8.60703 7.71173 8.60703 6.60716C8.60703 5.50259 7.7116 4.60716 6.60703 4.60716C5.50246 4.60716 4.60703 5.50259 4.60703 6.60716C4.60703 7.71173 5.50246 8.60716 6.60703 8.60716ZM6.60703 10.6072C8.81617 10.6072 10.607 8.8163 10.607 6.60716C10.607 4.39802 8.81617 2.60716 6.60703 2.60716C4.39789 2.60716 2.60703 4.39802 2.60703 6.60716C2.60703 8.8163 4.39789 10.6072 6.60703 10.6072Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.08819 12.1439L6.02004 12.6615L5.5024 14.5934L3.57055 14.0757L4.08819 12.1439Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.05291 16.0076L4.98477 16.5252L4.46713 18.4571L2.53528 17.9394L3.05291 16.0076Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.01764 19.8713L3.94949 20.3889L3.43185 22.3208L1.5 21.8032L2.01764 19.8713Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.6619 6.02004L12.1442 4.08819L14.0761 3.57055L14.5937 5.5024L12.6619 6.02004Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.5256 4.98477L16.0079 3.05291L17.9398 2.53528L18.4574 4.46713L16.5256 4.98477Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.3893 3.94949L19.8716 2.01764L21.8035 1.5L22.3211 3.43185L20.3893 3.94949Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22.9996 15.5005L16.3246 15.5005L18.8996 12.9005L17.4996 11.5005L12.4996 16.5005L17.4996 21.5005L18.8996 20.1005L16.3246 17.5005H22.9996V15.5005Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.4996 21.0005V12.0005H9.49962V21.0005H11.4996Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-route-import-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRouteImportProposal",
          "declaration": {
            "name": "ObiRouteImportProposal",
            "module": "src/icons/icon-route-import-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-route-import-proposal",
          "declaration": {
            "name": "ObiRouteImportProposal",
            "module": "src/icons/icon-route-import-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-route-monitoring-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRouteMonitoringProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 23V1H5V23H3Z\" fill=\"currentColor\"/> <path d=\"M13 4V1H11V4H13Z\" fill=\"currentColor\"/> <path d=\"M13 6V9H11V6H13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.1522 11.738C12.7799 11.2623 12.3761 10.8457 12 10.5C11.6239 10.8457 11.2201 11.2623 10.8478 11.738C10.0497 12.7578 9.5 13.9133 9.5 15.1474V23H14.5V15.1474C14.5 13.9133 13.9503 12.7578 13.1522 11.738ZM13 21.5V15.1474C13 14.3787 12.6604 13.5547 12 12.6998C11.3396 13.5547 11 14.3787 11 15.1474V21.5H13Z\" fill=\"currentColor\"/> <path d=\"M19 1V23H21V1H19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 23V1H5V23H3Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 4V1H11V4H13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 6V9H11V6H13Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.1522 11.738C12.7799 11.2623 12.3761 10.8457 12 10.5C11.6239 10.8457 11.2201 11.2623 10.8478 11.738C10.0497 12.7578 9.5 13.9133 9.5 15.1474V23H14.5V15.1474C14.5 13.9133 13.9503 12.7578 13.1522 11.738ZM13 21.5V15.1474C13 14.3787 12.6604 13.5547 12 12.6998C11.3396 13.5547 11 14.3787 11 15.1474V21.5H13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 1V23H21V1H19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-route-monitoring-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRouteMonitoringProposal",
          "declaration": {
            "name": "ObiRouteMonitoringProposal",
            "module": "src/icons/icon-route-monitoring-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-route-monitoring-proposal",
          "declaration": {
            "name": "ObiRouteMonitoringProposal",
            "module": "src/icons/icon-route-monitoring-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-route-plan-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRoutePlanProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 8H15V10.2676C14.4022 10.6134 14 11.2597 14 12C14 13.1045 14.8953 13.9999 15.9998 14L20.1338 21.1603L21.9998 22.3923L21.8658 20.1603L17.7322 13.0005C17.9025 12.7062 18 12.3645 18 12C18 11.2597 17.5978 10.6134 17 10.2676V8Z\" fill=\"currentColor\"/> <path d=\"M14.6606 15.2331C14.8323 15.3043 15.009 15.3614 15.189 15.4043L11.866 21.1598L10 22.3919L10.134 20.1598L13.4569 14.4043C13.4793 14.428 13.5021 14.4514 13.5251 14.4744C13.8501 14.7994 14.236 15.0572 14.6606 15.2331Z\" fill=\"currentColor\"/> <path d=\"M16 6C17.1046 6 18 5.10457 18 4C18 2.89543 17.1046 2 16 2C14.8954 2 14 2.89543 14 4C14 5.10457 14.8954 6 16 6Z\" fill=\"currentColor\"/> <path d=\"M11.4289 7.86584L10.4289 6.13379L12.161 5.13379L13.161 6.86584L11.4289 7.86584Z\" fill=\"currentColor\"/> <path d=\"M7.96484 9.86584L6.96484 8.13379L8.69689 7.13379L9.69689 8.86584L7.96484 9.86584Z\" fill=\"currentColor\"/> <path d=\"M4 13C5.10457 13 6 12.1046 6 11C6 9.89543 5.10457 9 4 9C2.89543 9 2 9.89543 2 11C2 12.1046 2.89543 13 4 13Z\" fill=\"currentColor\"/> <path d=\"M5 17V15H3V17H5Z\" fill=\"currentColor\"/> <path d=\"M5 21V19H3V21H5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 8H15V10.2676C14.4022 10.6134 14 11.2597 14 12C14 13.1045 14.8953 13.9999 15.9998 14L20.1338 21.1603L21.9998 22.3923L21.8658 20.1603L17.7322 13.0005C17.9025 12.7062 18 12.3645 18 12C18 11.2597 17.5978 10.6134 17 10.2676V8Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.6606 15.2331C14.8323 15.3043 15.009 15.3614 15.189 15.4043L11.866 21.1598L10 22.3919L10.134 20.1598L13.4569 14.4043C13.4793 14.428 13.5021 14.4514 13.5251 14.4744C13.8501 14.7994 14.236 15.0572 14.6606 15.2331Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16 6C17.1046 6 18 5.10457 18 4C18 2.89543 17.1046 2 16 2C14.8954 2 14 2.89543 14 4C14 5.10457 14.8954 6 16 6Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.4289 7.86584L10.4289 6.13379L12.161 5.13379L13.161 6.86584L11.4289 7.86584Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.96484 9.86584L6.96484 8.13379L8.69689 7.13379L9.69689 8.86584L7.96484 9.86584Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4 13C5.10457 13 6 12.1046 6 11C6 9.89543 5.10457 9 4 9C2.89543 9 2 9.89543 2 11C2 12.1046 2.89543 13 4 13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 17V15H3V17H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 21V19H3V21H5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-route-plan-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRoutePlanProposal",
          "declaration": {
            "name": "ObiRoutePlanProposal",
            "module": "src/icons/icon-route-plan-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-route-plan-proposal",
          "declaration": {
            "name": "ObiRoutePlanProposal",
            "module": "src/icons/icon-route-plan-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-route-planning.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRoutePlanning",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5485 7.94998C12.3706 7.98283 12.1873 8 12 8C11.7951 8 11.595 7.97945 11.4016 7.94031L5.74641 17.7353C5.52529 18.1183 5.41473 18.3098 5.3147 18.3366C5.22843 18.3598 5.13638 18.3351 5.07322 18.2719C5 18.1987 5 17.9776 5 17.5353V15.4569C5 15.2972 5 15.2174 5.01231 15.1397C5.02324 15.0706 5.04138 15.003 5.06642 14.9377C5.09462 14.8642 5.13454 14.7951 5.21436 14.6569L9.6868 6.91039C9.25778 6.39151 9 5.72586 9 5C9 3.34314 10.3431 2 12 2C13.6569 2 15 3.34314 15 5C15 5.74425 14.729 6.42519 14.2803 6.94954L18.7856 14.7531C18.8655 14.8913 18.9054 14.9605 18.9336 15.0339C18.9586 15.0992 18.9768 15.1669 18.9877 15.2359C19 15.3136 19 15.3934 19 15.5531V17.6315C19 18.0738 19 18.2949 18.9268 18.3681C18.8636 18.4313 18.7716 18.4559 18.6853 18.4328C18.5853 18.406 18.4747 18.2145 18.2536 17.8315L12.5485 7.94998ZM13 5C13 5.55229 12.5523 6 12 6C11.4477 6 11 5.55229 11 5C11 4.44771 11.4477 4 12 4C12.5523 4 13 4.44771 13 5Z\" fill=\"currentColor\"/> <path d=\"M2 20H6V22H2V20Z\" fill=\"currentColor\"/> <path d=\"M11 20H8V22H11V20Z\" fill=\"currentColor\"/> <path d=\"M13 20H16V22H13V20Z\" fill=\"currentColor\"/> <path d=\"M22 20H18V22H22V20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5485 7.94998C12.3706 7.98283 12.1873 8 12 8C11.7951 8 11.595 7.97945 11.4016 7.94031L5.74641 17.7353C5.52529 18.1183 5.41473 18.3098 5.3147 18.3366C5.22843 18.3598 5.13638 18.3351 5.07322 18.2719C5 18.1987 5 17.9776 5 17.5353V15.4569C5 15.2972 5 15.2174 5.01231 15.1397C5.02324 15.0706 5.04138 15.003 5.06642 14.9377C5.09462 14.8642 5.13454 14.7951 5.21436 14.6569L9.6868 6.91039C9.25778 6.39151 9 5.72586 9 5C9 3.34314 10.3431 2 12 2C13.6569 2 15 3.34314 15 5C15 5.74425 14.729 6.42519 14.2803 6.94954L18.7856 14.7531C18.8655 14.8913 18.9054 14.9605 18.9336 15.0339C18.9586 15.0992 18.9768 15.1669 18.9877 15.2359C19 15.3136 19 15.3934 19 15.5531V17.6315C19 18.0738 19 18.2949 18.9268 18.3681C18.8636 18.4313 18.7716 18.4559 18.6853 18.4328C18.5853 18.406 18.4747 18.2145 18.2536 17.8315L12.5485 7.94998ZM13 5C13 5.55229 12.5523 6 12 6C11.4477 6 11 5.55229 11 5C11 4.44771 11.4477 4 12 4C12.5523 4 13 4.44771 13 5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 20H6V22H2V20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 20H8V22H11V20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 20H16V22H13V20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 20H18V22H22V20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-route-planning",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRoutePlanning",
          "declaration": {
            "name": "ObiRoutePlanning",
            "module": "src/icons/icon-route-planning.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-route-planning",
          "declaration": {
            "name": "ObiRoutePlanning",
            "module": "src/icons/icon-route-planning.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-route.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRoute",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.38393 22V16H9.37615C12.1726 16 14.5365 18 15.3687 19C14.5365 20 12.1728 22 9.37633 22H3.38393ZM12.3374 19C12.2555 18.9466 12.1711 18.8937 12.0844 18.8418C11.2391 18.3361 10.3036 18 9.37615 18H5.3814V20H9.37633C10.3037 20 11.2392 19.6639 12.0844 19.1582C12.1711 19.1063 12.2555 19.0535 12.3374 19Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.8643 7C19.6917 7 20.3624 6.32843 20.3624 5.5C20.3624 4.67157 19.6917 4 18.8643 4C18.0369 4 17.3662 4.67157 17.3662 5.5C17.3662 6.32843 18.0369 7 18.8643 7ZM18.8643 9C20.7948 9 22.3599 7.433 22.3599 5.5C22.3599 3.567 20.7948 2 18.8643 2C16.9337 2 15.3687 3.567 15.3687 5.5C15.3687 7.433 16.9337 9 18.8643 9Z\" fill=\"currentColor\"/> <path d=\"M9.87569 4H7.87822V6H9.87569V4Z\" fill=\"currentColor\"/> <path d=\"M13.3713 4H11.3738V6H13.3713V4Z\" fill=\"currentColor\"/> <path d=\"M9.87569 11H7.87822V13H9.87569V11Z\" fill=\"currentColor\"/> <path d=\"M13.3713 11H11.3738V13H13.3713V11Z\" fill=\"currentColor\"/> <path d=\"M16.8668 11H14.8694V13H16.8668V11Z\" fill=\"currentColor\"/> <path d=\"M5.2052 6.63146L3.40439 5.59165C4.08721 4.76597 5.05491 4.18508 6.15667 4L6.15563 6.08134C5.79809 6.19395 5.47477 6.38385 5.2052 6.63146Z\" fill=\"currentColor\"/> <path d=\"M5.2052 10.3685C5.47478 10.6162 5.7981 10.806 6.15563 10.9187L6.15667 13C5.05492 12.8149 4.08721 12.234 3.40439 11.4084L5.2052 10.3685Z\" fill=\"currentColor\"/> <path d=\"M4.44409 9.0497C4.36593 8.69572 4.36593 8.30429 4.44409 7.9503L2.64383 6.90839C2.26521 7.9269 2.26521 9.0731 2.64383 10.0916L4.44409 9.0497Z\" fill=\"currentColor\"/> <path d=\"M19.3164 13.6315L21.1172 12.5917C20.4344 11.766 19.4667 11.1851 18.3649 11L18.366 13.0813C18.7235 13.194 19.0468 13.3838 19.3164 13.6315Z\" fill=\"currentColor\"/> <path d=\"M19.3164 17.3685C19.0468 17.6162 18.7235 17.806 18.366 17.9187L18.3649 20C19.4667 19.8149 20.4344 19.234 21.1172 18.4084L19.3164 17.3685Z\" fill=\"currentColor\"/> <path d=\"M20.0775 16.0497C20.1557 15.6957 20.1557 15.3043 20.0775 14.9503L21.8778 13.9084C22.2564 14.9269 22.2564 16.0731 21.8778 17.0916L20.0775 16.0497Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.38393 22V16H9.37615C12.1726 16 14.5365 18 15.3687 19C14.5365 20 12.1728 22 9.37633 22H3.38393ZM12.3374 19C12.2555 18.9466 12.1711 18.8937 12.0844 18.8418C11.2391 18.3361 10.3036 18 9.37615 18H5.3814V20H9.37633C10.3037 20 11.2392 19.6639 12.0844 19.1582C12.1711 19.1063 12.2555 19.0535 12.3374 19Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.8643 7C19.6917 7 20.3624 6.32843 20.3624 5.5C20.3624 4.67157 19.6917 4 18.8643 4C18.0369 4 17.3662 4.67157 17.3662 5.5C17.3662 6.32843 18.0369 7 18.8643 7ZM18.8643 9C20.7948 9 22.3599 7.433 22.3599 5.5C22.3599 3.567 20.7948 2 18.8643 2C16.9337 2 15.3687 3.567 15.3687 5.5C15.3687 7.433 16.9337 9 18.8643 9Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.87569 4H7.87822V6H9.87569V4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.3713 4H11.3738V6H13.3713V4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.87569 11H7.87822V13H9.87569V11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.3713 11H11.3738V13H13.3713V11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.8668 11H14.8694V13H16.8668V11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.2052 6.63146L3.40439 5.59165C4.08721 4.76597 5.05491 4.18508 6.15667 4L6.15563 6.08134C5.79809 6.19395 5.47477 6.38385 5.2052 6.63146Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.2052 10.3685C5.47478 10.6162 5.7981 10.806 6.15563 10.9187L6.15667 13C5.05492 12.8149 4.08721 12.234 3.40439 11.4084L5.2052 10.3685Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.44409 9.0497C4.36593 8.69572 4.36593 8.30429 4.44409 7.9503L2.64383 6.90839C2.26521 7.9269 2.26521 9.0731 2.64383 10.0916L4.44409 9.0497Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.3164 13.6315L21.1172 12.5917C20.4344 11.766 19.4667 11.1851 18.3649 11L18.366 13.0813C18.7235 13.194 19.0468 13.3838 19.3164 13.6315Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.3164 17.3685C19.0468 17.6162 18.7235 17.806 18.366 17.9187L18.3649 20C19.4667 19.8149 20.4344 19.234 21.1172 18.4084L19.3164 17.3685Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.0775 16.0497C20.1557 15.6957 20.1557 15.3043 20.0775 14.9503L21.8778 13.9084C22.2564 14.9269 22.2564 16.0731 21.8778 17.0916L20.0775 16.0497Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-route",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRoute",
          "declaration": {
            "name": "ObiRoute",
            "module": "src/icons/icon-route.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-route",
          "declaration": {
            "name": "ObiRoute",
            "module": "src/icons/icon-route.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-router-2-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRouter2Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 2H21C21.5523 2 22 2.44771 22 3V21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21V3C2 2.44772 2.44771 2 3 2ZM16.0623 7L12.0311 3L8 7H11.0311V10H13.0311V7H16.0623ZM18 7.93782L14 11.9689L18 16V12.9689H21V10.9689H18V7.93782ZM10 12.0311L6 16.0622V13.0311H3.00001V11.0311H6V8L10 12.0311ZM8.00012 17L12.0312 21L16.0623 17H13.0312V14H11.0312V17H8.00012Z\" fill=\"currentColor\"/> <path d=\"M16.0623 7L12.0311 3L8 7H11.0311V10H13.0311V7H16.0623Z\" fill=\"currentColor\"/> <path d=\"M18 7.93782L14 11.9689L18 16V12.9689H21V10.9689H18V7.93782Z\" fill=\"currentColor\"/> <path d=\"M6 16.0622L10 12.0311L6 8V11.0311H3.00001V13.0311H6V16.0622Z\" fill=\"currentColor\"/> <path d=\"M8.00012 17L12.0312 21L16.0623 17H13.0312V14H11.0312V17H8.00012Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 3C1 1.89543 1.89543 1 3 1H21C22.1046 1 23 1.89543 23 3V21C23 22.1046 22.1046 23 21 23H3C1.89543 23 1 22.1046 1 21V3ZM21 2H3C2.44771 2 2 2.44772 2 3V21C2 21.5523 2.44772 22 3 22H21C21.5523 22 22 21.5523 22 21V3C22 2.44771 21.5523 2 21 2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 2H21C21.5523 2 22 2.44771 22 3V21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21V3C2 2.44772 2.44771 2 3 2ZM16.0623 7L12.0311 3L8 7H11.0311V10H13.0311V7H16.0623ZM18 7.93782L14 11.9689L18 16V12.9689H21V10.9689H18V7.93782ZM10 12.0311L6 16.0622V13.0311H3.00001V11.0311H6V8L10 12.0311ZM8.00012 17L12.0312 21L16.0623 17H13.0312V14H11.0312V17H8.00012Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M16.0623 7L12.0311 3L8 7H11.0311V10H13.0311V7H16.0623Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M18 7.93782L14 11.9689L18 16V12.9689H21V10.9689H18V7.93782Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M6 16.0622L10 12.0311L6 8V11.0311H3.00001V13.0311H6V16.0622Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M8.00012 17L12.0312 21L16.0623 17H13.0312V14H11.0312V17H8.00012Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 3C1 1.89543 1.89543 1 3 1H21C22.1046 1 23 1.89543 23 3V21C23 22.1046 22.1046 23 21 23H3C1.89543 23 1 22.1046 1 21V3ZM21 2H3C2.44771 2 2 2.44772 2 3V21C2 21.5523 2.44772 22 3 22H21C21.5523 22 22 21.5523 22 21V3C22 2.44771 21.5523 2 21 2Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-router-2-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRouter2Off",
          "declaration": {
            "name": "ObiRouter2Off",
            "module": "src/icons/icon-router-2-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-router-2-off",
          "declaration": {
            "name": "ObiRouter2Off",
            "module": "src/icons/icon-router-2-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-router-2-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRouter2On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 2H21C21.5523 2 22 2.44771 22 3V21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21V3C2 2.44772 2.44771 2 3 2ZM16.0623 7L12.0311 3L8 7H11.0311V10H13.0311V7H16.0623ZM18 7.93782L14 11.9689L18 16V12.9689H21V10.9689H18V7.93782ZM10 12.0311L6 16.0622V13.0311H3.00001V11.0311H6V8L10 12.0311ZM8.00012 17L12.0312 21L16.0623 17H13.0312V14H11.0312V17H8.00012Z\" fill=\"currentColor\"/> <path d=\"M16.0623 7L12.0311 3L8 7H11.0311V10H13.0311V7H16.0623Z\" fill=\"currentColor\"/> <path d=\"M18 7.93782L14 11.9689L18 16V12.9689H21V10.9689H18V7.93782Z\" fill=\"currentColor\"/> <path d=\"M6 16.0622L10 12.0311L6 8V11.0311H3.00001V13.0311H6V16.0622Z\" fill=\"currentColor\"/> <path d=\"M8.00012 17L12.0312 21L16.0623 17H13.0312V14H11.0312V17H8.00012Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 3C1 1.89543 1.89543 1 3 1H21C22.1046 1 23 1.89543 23 3V21C23 22.1046 22.1046 23 21 23H3C1.89543 23 1 22.1046 1 21V3ZM21 2H3C2.44771 2 2 2.44772 2 3V21C2 21.5523 2.44772 22 3 22H21C21.5523 22 22 21.5523 22 21V3C22 2.44771 21.5523 2 21 2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 2H21C21.5523 2 22 2.44771 22 3V21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21V3C2 2.44772 2.44771 2 3 2ZM16.0623 7L12.0311 3L8 7H11.0311V10H13.0311V7H16.0623ZM18 7.93782L14 11.9689L18 16V12.9689H21V10.9689H18V7.93782ZM10 12.0311L6 16.0622V13.0311H3.00001V11.0311H6V8L10 12.0311ZM8.00012 17L12.0312 21L16.0623 17H13.0312V14H11.0312V17H8.00012Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M16.0623 7L12.0311 3L8 7H11.0311V10H13.0311V7H16.0623Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M18 7.93782L14 11.9689L18 16V12.9689H21V10.9689H18V7.93782Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M6 16.0622L10 12.0311L6 8V11.0311H3.00001V13.0311H6V16.0622Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M8.00012 17L12.0312 21L16.0623 17H13.0312V14H11.0312V17H8.00012Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 3C1 1.89543 1.89543 1 3 1H21C22.1046 1 23 1.89543 23 3V21C23 22.1046 22.1046 23 21 23H3C1.89543 23 1 22.1046 1 21V3ZM21 2H3C2.44771 2 2 2.44772 2 3V21C2 21.5523 2.44772 22 3 22H21C21.5523 22 22 21.5523 22 21V3C22 2.44771 21.5523 2 21 2Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-router-2-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRouter2On",
          "declaration": {
            "name": "ObiRouter2On",
            "module": "src/icons/icon-router-2-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-router-2-on",
          "declaration": {
            "name": "ObiRouter2On",
            "module": "src/icons/icon-router-2-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-router-2.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRouter2",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.0623 7L12.0311 3L8 7H11.0311V10H13.0311V7H16.0623Z\" fill=\"currentColor\"/> <path d=\"M18 7.93782L14 11.9689L18 16V12.9689H21V10.9689H18V7.93782Z\" fill=\"currentColor\"/> <path d=\"M6 16.0622L10 12.0311L6 8V11.0311H3.00001V13.0311H6V16.0622Z\" fill=\"currentColor\"/> <path d=\"M8.00012 17L12.0312 21L16.0623 17H13.0312V14H11.0312V17H8.00012Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 3C1 1.89543 1.89543 1 3 1H21C22.1046 1 23 1.89543 23 3V21C23 22.1046 22.1046 23 21 23H3C1.89543 23 1 22.1046 1 21V3ZM21 2H3C2.44771 2 2 2.44772 2 3V21C2 21.5523 2.44772 22 3 22H21C21.5523 22 22 21.5523 22 21V3C22 2.44771 21.5523 2 21 2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.0623 7L12.0311 3L8 7H11.0311V10H13.0311V7H16.0623Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M18 7.93782L14 11.9689L18 16V12.9689H21V10.9689H18V7.93782Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M6 16.0622L10 12.0311L6 8V11.0311H3.00001V13.0311H6V16.0622Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M8.00012 17L12.0312 21L16.0623 17H13.0312V14H11.0312V17H8.00012Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 3C1 1.89543 1.89543 1 3 1H21C22.1046 1 23 1.89543 23 3V21C23 22.1046 22.1046 23 21 23H3C1.89543 23 1 22.1046 1 21V3ZM21 2H3C2.44771 2 2 2.44772 2 3V21C2 21.5523 2.44772 22 3 22H21C21.5523 22 22 21.5523 22 21V3C22 2.44771 21.5523 2 21 2Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-router-2",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRouter2",
          "declaration": {
            "name": "ObiRouter2",
            "module": "src/icons/icon-router-2.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-router-2",
          "declaration": {
            "name": "ObiRouter2",
            "module": "src/icons/icon-router-2.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-router-component.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRouterComponent",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"currentColor\"/> <path d=\"M15.0623 7.5L12.0311 4.5L9 7.5H11.0311V10.5H13.0311V7.5H15.0623Z\" fill=\"currentColor\"/> <path d=\"M16 8.93782L13 11.9689L16 15V12.9689H19V10.9689H16V8.93782Z\" fill=\"currentColor\"/> <path d=\"M8 15.0622L11 12.0311L8 9V11.0311H5V13.0311H8V15.0622Z\" fill=\"currentColor\"/> <path d=\"M9.00012 16.5L12.0312 19.5L15.0623 16.5H13.0312V13.5H11.0312V16.5H9.00012Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.0623 7.5L12.0311 4.5L9 7.5H11.0311V10.5H13.0311V7.5H15.0623Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16 8.93782L13 11.9689L16 15V12.9689H19V10.9689H16V8.93782Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 15.0622L11 12.0311L8 9V11.0311H5V13.0311H8V15.0622Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.00012 16.5L12.0312 19.5L15.0623 16.5H13.0312V13.5H11.0312V16.5H9.00012Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-router-component",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRouterComponent",
          "declaration": {
            "name": "ObiRouterComponent",
            "module": "src/icons/icon-router-component.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-router-component",
          "declaration": {
            "name": "ObiRouterComponent",
            "module": "src/icons/icon-router-component.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-router-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRouterOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12.0311 3L16.0622 7H13.0311V10H11.0311V7H7.99999L12.0311 3ZM14 11.9689L18 7.93782V10.9689H21V12.9689H18V16L14 11.9689ZM10 12.0311L6 16.0622V13.0311H3V11.0311H6V8L10 12.0311ZM12.0312 21L8.00011 17H11.0312V14H13.0312V17H16.0623L12.0312 21Z\" fill=\"currentColor\"/> <path d=\"M12.0311 3L16.0622 7H13.0311V10H11.0311V7H7.99999L12.0311 3Z\" fill=\"currentColor\"/> <path d=\"M14 11.9689L18 7.93782V10.9689H21V12.9689H18V16L14 11.9689Z\" fill=\"currentColor\"/> <path d=\"M6 16.0622L10 12.0311L6 8V11.0311H3V13.0311H6V16.0622Z\" fill=\"currentColor\"/> <path d=\"M12.0312 21L8.00011 17H11.0312V14H13.0312V17H16.0623L12.0312 21Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12.0311 3L16.0622 7H13.0311V10H11.0311V7H7.99999L12.0311 3ZM14 11.9689L18 7.93782V10.9689H21V12.9689H18V16L14 11.9689ZM10 12.0311L6 16.0622V13.0311H3V11.0311H6V8L10 12.0311ZM12.0312 21L8.00011 17H11.0312V14H13.0312V17H16.0623L12.0312 21Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M12.0311 3L16.0622 7H13.0311V10H11.0311V7H7.99999L12.0311 3Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M14 11.9689L18 7.93782V10.9689H21V12.9689H18V16L14 11.9689Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M6 16.0622L10 12.0311L6 8V11.0311H3V13.0311H6V16.0622Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M12.0312 21L8.00011 17H11.0312V14H13.0312V17H16.0623L12.0312 21Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-router-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRouterOff",
          "declaration": {
            "name": "ObiRouterOff",
            "module": "src/icons/icon-router-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-router-off",
          "declaration": {
            "name": "ObiRouterOff",
            "module": "src/icons/icon-router-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-router-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRouterOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12.0311 3L16.0622 7H13.0311V10H11.0311V7H7.99999L12.0311 3ZM14 11.9689L18 7.93782V10.9689H21V12.9689H18V16L14 11.9689ZM10 12.0311L6 16.0622V13.0311H3V11.0311H6V8L10 12.0311ZM12.0312 21L8.00011 17H11.0312V14H13.0312V17H16.0623L12.0312 21Z\" fill=\"currentColor\"/> <path d=\"M12.0311 3L16.0622 7H13.0311V10H11.0311V7H7.99999L12.0311 3Z\" fill=\"currentColor\"/> <path d=\"M14 11.9689L18 7.93782V10.9689H21V12.9689H18V16L14 11.9689Z\" fill=\"currentColor\"/> <path d=\"M6 16.0622L10 12.0311L6 8V11.0311H3V13.0311H6V16.0622Z\" fill=\"currentColor\"/> <path d=\"M12.0312 21L8.00011 17H11.0312V14H13.0312V17H16.0623L12.0312 21Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12.0311 3L16.0622 7H13.0311V10H11.0311V7H7.99999L12.0311 3ZM14 11.9689L18 7.93782V10.9689H21V12.9689H18V16L14 11.9689ZM10 12.0311L6 16.0622V13.0311H3V11.0311H6V8L10 12.0311ZM12.0312 21L8.00011 17H11.0312V14H13.0312V17H16.0623L12.0312 21Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M12.0311 3L16.0622 7H13.0311V10H11.0311V7H7.99999L12.0311 3Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M14 11.9689L18 7.93782V10.9689H21V12.9689H18V16L14 11.9689Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M6 16.0622L10 12.0311L6 8V11.0311H3V13.0311H6V16.0622Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M12.0312 21L8.00011 17H11.0312V14H13.0312V17H16.0623L12.0312 21Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-router-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRouterOn",
          "declaration": {
            "name": "ObiRouterOn",
            "module": "src/icons/icon-router-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-router-on",
          "declaration": {
            "name": "ObiRouterOn",
            "module": "src/icons/icon-router-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-router.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRouter",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.0311 3L16.0622 7H13.0311V10H11.0311V7H7.99999L12.0311 3Z\" fill=\"currentColor\"/> <path d=\"M14 11.9689L18 7.93782V10.9689H21V12.9689H18V16L14 11.9689Z\" fill=\"currentColor\"/> <path d=\"M6 16.0622L10 12.0311L6 8V11.0311H3V13.0311H6V16.0622Z\" fill=\"currentColor\"/> <path d=\"M12.0312 21L8.00011 17H11.0312V14H13.0312V17H16.0623L12.0312 21Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.0311 3L16.0622 7H13.0311V10H11.0311V7H7.99999L12.0311 3Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14 11.9689L18 7.93782V10.9689H21V12.9689H18V16L14 11.9689Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M6 16.0622L10 12.0311L6 8V11.0311H3V13.0311H6V16.0622Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M12.0312 21L8.00011 17H11.0312V14H13.0312V17H16.0623L12.0312 21Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-router",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRouter",
          "declaration": {
            "name": "ObiRouter",
            "module": "src/icons/icon-router.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-router",
          "declaration": {
            "name": "ObiRouter",
            "module": "src/icons/icon-router.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-rowing-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRowingGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.4248 19C4.4248 19.2833 4.53314 19.5333 4.7498 19.75C4.96647 19.9667 5.21647 20.075 5.4998 20.075C5.78314 20.075 6.03314 19.9667 6.2498 19.75L8.9998 17H10.9998L8.4998 14.5L4.7498 18.25C4.53314 18.4667 4.4248 18.7167 4.4248 19ZM13.5878 4.412C13.9791 4.804 14.4498 5 14.9998 5C15.5498 5 16.0208 4.804 16.4128 4.412C16.8041 4.02067 16.9998 3.55 16.9998 3C16.9998 2.45 16.8041 1.979 16.4128 1.587C16.0208 1.19567 15.5498 1 14.9998 1C14.4498 1 13.9791 1.19567 13.5878 1.587C13.1958 1.979 12.9998 2.45 12.9998 3C12.9998 3.55 13.1958 4.02067 13.5878 4.412Z\" fill=\"currentColor\"/> <path d=\"M16.0998 16.15L12.4998 12.6V10.3C12.1665 10.5833 11.8081 10.8417 11.4248 11.075C11.0415 11.3083 10.6331 11.5167 10.1998 11.7L16.4998 18H17.5748C17.7081 18 17.8375 18.025 17.9628 18.075C18.0875 18.125 18.1998 18.2 18.2998 18.3L20.2998 20.3C20.3998 20.4 20.4708 20.5083 20.5128 20.625C20.5541 20.7417 20.5748 20.8667 20.5748 21C20.5748 21.1333 20.5541 21.2583 20.5128 21.375C20.4708 21.4917 20.3998 21.6 20.2998 21.7L18.6998 23.3C18.5998 23.4 18.4915 23.4707 18.3748 23.512C18.2581 23.554 18.1331 23.575 17.9998 23.575C17.8665 23.575 17.7415 23.554 17.6248 23.512C17.5081 23.4707 17.3998 23.4 17.2998 23.3L15.2998 21.3C15.1998 21.2 15.1248 21.0873 15.0748 20.962C15.0248 20.8373 14.9998 20.7083 14.9998 20.575V19.5L7.8998 12.4C7.7498 12.4333 7.5998 12.4583 7.4498 12.475C7.2998 12.4917 7.1498 12.5 6.9998 12.5C6.6998 12.5 6.4458 12.3917 6.2378 12.175C6.02914 11.9583 5.9248 11.7 5.9248 11.4C5.9248 11.1 6.02914 10.8417 6.2378 10.625C6.4458 10.4083 6.6998 10.3 6.9998 10.3C7.83314 10.3 8.68314 10.1123 9.5498 9.737C10.4165 9.36233 11.1165 8.88333 11.6498 8.3L13.0498 6.75C13.2331 6.55 13.4915 6.375 13.8248 6.225C14.1581 6.075 14.4665 6 14.7498 6C15.3831 6 15.9165 6.21667 16.3498 6.65C16.7831 7.08333 16.9998 7.61667 16.9998 8.25V14C16.9998 14.4333 16.9208 14.8293 16.7628 15.188C16.6041 15.546 16.3831 15.8667 16.0998 16.15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.4248 19C4.4248 19.2833 4.53314 19.5333 4.7498 19.75C4.96647 19.9667 5.21647 20.075 5.4998 20.075C5.78314 20.075 6.03314 19.9667 6.2498 19.75L8.9998 17H10.9998L8.4998 14.5L4.7498 18.25C4.53314 18.4667 4.4248 18.7167 4.4248 19ZM13.5878 4.412C13.9791 4.804 14.4498 5 14.9998 5C15.5498 5 16.0208 4.804 16.4128 4.412C16.8041 4.02067 16.9998 3.55 16.9998 3C16.9998 2.45 16.8041 1.979 16.4128 1.587C16.0208 1.19567 15.5498 1 14.9998 1C14.4498 1 13.9791 1.19567 13.5878 1.587C13.1958 1.979 12.9998 2.45 12.9998 3C12.9998 3.55 13.1958 4.02067 13.5878 4.412Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.0998 16.15L12.4998 12.6V10.3C12.1665 10.5833 11.8081 10.8417 11.4248 11.075C11.0415 11.3083 10.6331 11.5167 10.1998 11.7L16.4998 18H17.5748C17.7081 18 17.8375 18.025 17.9628 18.075C18.0875 18.125 18.1998 18.2 18.2998 18.3L20.2998 20.3C20.3998 20.4 20.4708 20.5083 20.5128 20.625C20.5541 20.7417 20.5748 20.8667 20.5748 21C20.5748 21.1333 20.5541 21.2583 20.5128 21.375C20.4708 21.4917 20.3998 21.6 20.2998 21.7L18.6998 23.3C18.5998 23.4 18.4915 23.4707 18.3748 23.512C18.2581 23.554 18.1331 23.575 17.9998 23.575C17.8665 23.575 17.7415 23.554 17.6248 23.512C17.5081 23.4707 17.3998 23.4 17.2998 23.3L15.2998 21.3C15.1998 21.2 15.1248 21.0873 15.0748 20.962C15.0248 20.8373 14.9998 20.7083 14.9998 20.575V19.5L7.8998 12.4C7.7498 12.4333 7.5998 12.4583 7.4498 12.475C7.2998 12.4917 7.1498 12.5 6.9998 12.5C6.6998 12.5 6.4458 12.3917 6.2378 12.175C6.02914 11.9583 5.9248 11.7 5.9248 11.4C5.9248 11.1 6.02914 10.8417 6.2378 10.625C6.4458 10.4083 6.6998 10.3 6.9998 10.3C7.83314 10.3 8.68314 10.1123 9.5498 9.737C10.4165 9.36233 11.1165 8.88333 11.6498 8.3L13.0498 6.75C13.2331 6.55 13.4915 6.375 13.8248 6.225C14.1581 6.075 14.4665 6 14.7498 6C15.3831 6 15.9165 6.21667 16.3498 6.65C16.7831 7.08333 16.9998 7.61667 16.9998 8.25V14C16.9998 14.4333 16.9208 14.8293 16.7628 15.188C16.6041 15.546 16.3831 15.8667 16.0998 16.15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-rowing-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRowingGoogle",
          "declaration": {
            "name": "ObiRowingGoogle",
            "module": "src/icons/icon-rowing-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-rowing-google",
          "declaration": {
            "name": "ObiRowingGoogle",
            "module": "src/icons/icon-rowing-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-running-color-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRunningColorIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2071 9.20706L10.5 16.9142L5.79291 12.2071L7.20712 10.7928L10.5 14.0857L16.7929 7.79285L18.2071 9.20706Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--alert-running-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2071 9.20706L10.5 16.9142L5.79291 12.2071L7.20712 10.7928L10.5 14.0857L16.7929 7.79285L18.2071 9.20706Z\" style=\"fill: var(--on-running-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-running-color-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRunningColorIec",
          "declaration": {
            "name": "ObiRunningColorIec",
            "module": "src/icons/icon-running-color-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-running-color-iec",
          "declaration": {
            "name": "ObiRunningColorIec",
            "module": "src/icons/icon-running-color-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-running-fill.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRunningFill",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0005 12C22.0005 17.5228 17.5233 22 12.0005 22C6.47764 22 2.00049 17.5228 2.00049 12C2.00049 6.47715 6.47764 2 12.0005 2C17.5233 2 22.0005 6.47715 22.0005 12ZM5.79297 12.2071L7.20718 10.7928L10.5001 14.0857L16.793 7.79285L18.2072 9.20706L10.5001 16.9142L5.79297 12.2071Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0005 12C22.0005 17.5228 17.5233 22 12.0005 22C6.47764 22 2.00049 17.5228 2.00049 12C2.00049 6.47715 6.47764 2 12.0005 2C17.5233 2 22.0005 6.47715 22.0005 12ZM5.79297 12.2071L7.20718 10.7928L10.5001 14.0857L16.793 7.79285L18.2072 9.20706L10.5001 16.9142L5.79297 12.2071Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-running-fill",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRunningFill",
          "declaration": {
            "name": "ObiRunningFill",
            "module": "src/icons/icon-running-fill.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-running-fill",
          "declaration": {
            "name": "ObiRunningFill",
            "module": "src/icons/icon-running-fill.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-running.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiRunning",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0005 20C16.4188 20 20.0005 16.4183 20.0005 12C20.0005 7.58172 16.4188 4 12.0005 4C7.58221 4 4.00049 7.58172 4.00049 12C4.00049 16.4183 7.58221 20 12.0005 20ZM12.0005 22C17.5233 22 22.0005 17.5228 22.0005 12C22.0005 6.47715 17.5233 2 12.0005 2C6.47764 2 2.00049 6.47715 2.00049 12C2.00049 17.5228 6.47764 22 12.0005 22Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.7072 9.70706L10.5001 16.9142L6.29297 12.7071L7.70718 11.2928L10.5001 14.0857L16.293 8.29285L17.7072 9.70706Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0005 20C16.4188 20 20.0005 16.4183 20.0005 12C20.0005 7.58172 16.4188 4 12.0005 4C7.58221 4 4.00049 7.58172 4.00049 12C4.00049 16.4183 7.58221 20 12.0005 20ZM12.0005 22C17.5233 22 22.0005 17.5228 22.0005 12C22.0005 6.47715 17.5233 2 12.0005 2C6.47764 2 2.00049 6.47715 2.00049 12C2.00049 17.5228 6.47764 22 12.0005 22Z\" style=\"fill: var(--on-warning-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.7072 9.70706L10.5001 16.9142L6.29297 12.7071L7.70718 11.2928L10.5001 14.0857L16.293 8.29285L17.7072 9.70706Z\" style=\"fill: var(--on-warning-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-running",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiRunning",
          "declaration": {
            "name": "ObiRunning",
            "module": "src/icons/icon-running.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-running",
          "declaration": {
            "name": "ObiRunning",
            "module": "src/icons/icon-running.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-s-mode.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSMode",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 14V16H4.22222V17H8V19H9L9 5H8V7H4.22222V8H8V10H4.22222V11H8V13H4.22222V14H8Z\" fill=\"currentColor\"/> <path d=\"M9 5H19.7778V3H4.22222V5H8H9Z\" fill=\"currentColor\"/> <path d=\"M4.22222 16V14V13V11V10V8V7V5V3C3 3 2 3.9 2 5V19C2 20.1 3 21 4.22222 21V19V17V16Z\" fill=\"currentColor\"/> <path d=\"M19.7778 19H9H8H4.22222V21H19.7778V19Z\" fill=\"currentColor\"/> <path d=\"M19.7778 5V19V21C21 21 22 20.1 22 19V5C22 3.9 21 3 19.7778 3V5Z\" fill=\"currentColor\"/> <path d=\"M17.3301 13.6211C17.3301 14.3945 17.0508 15.0039 16.4922 15.4492C15.9375 15.8945 15.1641 16.1172 14.1719 16.1172C13.2578 16.1172 12.4492 15.9453 11.7461 15.6016V13.9141C12.3242 14.1719 12.8125 14.3535 13.2109 14.459C13.6133 14.5645 13.9805 14.6172 14.3125 14.6172C14.7109 14.6172 15.0156 14.541 15.2266 14.3887C15.4414 14.2363 15.5488 14.0098 15.5488 13.709C15.5488 13.541 15.502 13.3926 15.4082 13.2637C15.3145 13.1309 15.1758 13.0039 14.9922 12.8828C14.8125 12.7617 14.4434 12.5684 13.8848 12.3027C13.3613 12.0566 12.9688 11.8203 12.707 11.5938C12.4453 11.3672 12.2363 11.1035 12.0801 10.8027C11.9238 10.502 11.8457 10.1504 11.8457 9.74805C11.8457 8.99023 12.1016 8.39453 12.6133 7.96094C13.1289 7.52734 13.8398 7.31055 14.7461 7.31055C15.1914 7.31055 15.6152 7.36328 16.0176 7.46875C16.4238 7.57422 16.8477 7.72266 17.2891 7.91406L16.7031 9.32617C16.2461 9.13867 15.8672 9.00781 15.5664 8.93359C15.2695 8.85938 14.9766 8.82227 14.6875 8.82227C14.3438 8.82227 14.0801 8.90234 13.8965 9.0625C13.7129 9.22266 13.6211 9.43164 13.6211 9.68945C13.6211 9.84961 13.6582 9.99023 13.7324 10.1113C13.8066 10.2285 13.9238 10.3438 14.084 10.457C14.248 10.5664 14.6328 10.7656 15.2383 11.0547C16.0391 11.4375 16.5879 11.8223 16.8848 12.209C17.1816 12.5918 17.3301 13.0625 17.3301 13.6211Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 14V16H4.22222V17H8V19H9L9 5H8V7H4.22222V8H8V10H4.22222V11H8V13H4.22222V14H8Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9 5H19.7778V3H4.22222V5H8H9Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.22222 16V14V13V11V10V8V7V5V3C3 3 2 3.9 2 5V19C2 20.1 3 21 4.22222 21V19V17V16Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.7778 19H9H8H4.22222V21H19.7778V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.7778 5V19V21C21 21 22 20.1 22 19V5C22 3.9 21 3 19.7778 3V5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.3301 13.6211C17.3301 14.3945 17.0508 15.0039 16.4922 15.4492C15.9375 15.8945 15.1641 16.1172 14.1719 16.1172C13.2578 16.1172 12.4492 15.9453 11.7461 15.6016V13.9141C12.3242 14.1719 12.8125 14.3535 13.2109 14.459C13.6133 14.5645 13.9805 14.6172 14.3125 14.6172C14.7109 14.6172 15.0156 14.541 15.2266 14.3887C15.4414 14.2363 15.5488 14.0098 15.5488 13.709C15.5488 13.541 15.502 13.3926 15.4082 13.2637C15.3145 13.1309 15.1758 13.0039 14.9922 12.8828C14.8125 12.7617 14.4434 12.5684 13.8848 12.3027C13.3613 12.0566 12.9688 11.8203 12.707 11.5938C12.4453 11.3672 12.2363 11.1035 12.0801 10.8027C11.9238 10.502 11.8457 10.1504 11.8457 9.74805C11.8457 8.99023 12.1016 8.39453 12.6133 7.96094C13.1289 7.52734 13.8398 7.31055 14.7461 7.31055C15.1914 7.31055 15.6152 7.36328 16.0176 7.46875C16.4238 7.57422 16.8477 7.72266 17.2891 7.91406L16.7031 9.32617C16.2461 9.13867 15.8672 9.00781 15.5664 8.93359C15.2695 8.85938 14.9766 8.82227 14.6875 8.82227C14.3438 8.82227 14.0801 8.90234 13.8965 9.0625C13.7129 9.22266 13.6211 9.43164 13.6211 9.68945C13.6211 9.84961 13.6582 9.99023 13.7324 10.1113C13.8066 10.2285 13.9238 10.3438 14.084 10.457C14.248 10.5664 14.6328 10.7656 15.2383 11.0547C16.0391 11.4375 16.5879 11.8223 16.8848 12.209C17.1816 12.5918 17.3301 13.0625 17.3301 13.6211Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-s-mode",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSMode",
          "declaration": {
            "name": "ObiSMode",
            "module": "src/icons/icon-s-mode.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-s-mode",
          "declaration": {
            "name": "ObiSMode",
            "module": "src/icons/icon-s-mode.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-satellite-full.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSatelliteFull",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.4442 3.68484C16.5361 4.13713 17.5282 4.80007 18.364 5.63579C19.1997 6.47152 19.8626 7.46367 20.3149 8.5556C20.7672 9.64753 21 10.8179 21 11.9998H23C23 10.5552 22.7155 9.12482 22.1627 7.79024C21.6099 6.45565 20.7996 5.24302 19.7782 4.22158C18.7567 3.20013 17.5441 2.38988 16.2095 1.83708C14.8749 1.28428 13.4445 0.999756 12 0.999756V2.99976C13.1819 2.99976 14.3522 3.23255 15.4442 3.68484Z\" fill=\"currentColor\"/> <path d=\"M13.9137 7.38024C14.5203 7.63151 15.0715 7.99981 15.5358 8.4641C16.0001 8.92839 16.3684 9.47959 16.6197 10.0862C16.871 10.6928 17.0003 11.343 17.0003 11.9996H19.0003C19.0003 11.0804 18.8192 10.1701 18.4675 9.32085C18.1157 8.47157 17.6001 7.6999 16.9501 7.04989C16.3 6.39988 15.5284 5.88426 14.6791 5.53248C13.8298 5.1807 12.9196 4.99964 12.0003 4.99964L12.0003 6.99964C12.6569 6.99964 13.3071 7.12896 13.9137 7.38024Z\" fill=\"currentColor\"/> <path d=\"M16.9497 16.9497C15.637 18.2625 13.8565 19 12 19C10.1435 19 8.36301 18.2625 7.05025 16.9497C5.7375 15.637 5 13.8565 5 12C5 10.1435 5.7375 8.36299 7.05025 7.05023L11.707 11.707L12.0633 11.3508C12.0224 11.2416 12 11.1234 12 11C12 10.4477 12.4477 10 13 10C13.5523 10 14 10.4477 14 11C14 11.5523 13.5523 12 13 12C12.9458 12 12.8927 11.9957 12.8409 11.9874L12.4141 12.4141L16.9497 16.9497Z\" fill=\"currentColor\"/> <path d=\"M2 23L5.58481 18.3122L5.63604 18.3638C7.32387 20.0516 9.61305 20.9999 12 20.9999C12.689 20.9999 13.3699 20.9208 14.0305 20.7679L16 23H2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.4442 3.68484C16.5361 4.13713 17.5282 4.80007 18.364 5.63579C19.1997 6.47152 19.8626 7.46367 20.3149 8.5556C20.7672 9.64753 21 10.8179 21 11.9998H23C23 10.5552 22.7155 9.12482 22.1627 7.79024C21.6099 6.45565 20.7996 5.24302 19.7782 4.22158C18.7567 3.20013 17.5441 2.38988 16.2095 1.83708C14.8749 1.28428 13.4445 0.999756 12 0.999756V2.99976C13.1819 2.99976 14.3522 3.23255 15.4442 3.68484Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.9137 7.38024C14.5203 7.63151 15.0715 7.99981 15.5358 8.4641C16.0001 8.92839 16.3684 9.47959 16.6197 10.0862C16.871 10.6928 17.0003 11.343 17.0003 11.9996H19.0003C19.0003 11.0804 18.8192 10.1701 18.4675 9.32085C18.1157 8.47157 17.6001 7.6999 16.9501 7.04989C16.3 6.39988 15.5284 5.88426 14.6791 5.53248C13.8298 5.1807 12.9196 4.99964 12.0003 4.99964L12.0003 6.99964C12.6569 6.99964 13.3071 7.12896 13.9137 7.38024Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.9497 16.9497C15.637 18.2625 13.8565 19 12 19C10.1435 19 8.36301 18.2625 7.05025 16.9497C5.7375 15.637 5 13.8565 5 12C5 10.1435 5.7375 8.36299 7.05025 7.05023L11.707 11.707L12.0633 11.3508C12.0224 11.2416 12 11.1234 12 11C12 10.4477 12.4477 10 13 10C13.5523 10 14 10.4477 14 11C14 11.5523 13.5523 12 13 12C12.9458 12 12.8927 11.9957 12.8409 11.9874L12.4141 12.4141L16.9497 16.9497Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 23L5.58481 18.3122L5.63604 18.3638C7.32387 20.0516 9.61305 20.9999 12 20.9999C12.689 20.9999 13.3699 20.9208 14.0305 20.7679L16 23H2Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-satellite-full",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSatelliteFull",
          "declaration": {
            "name": "ObiSatelliteFull",
            "module": "src/icons/icon-satellite-full.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-satellite-full",
          "declaration": {
            "name": "ObiSatelliteFull",
            "module": "src/icons/icon-satellite-full.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-satellite-low.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSatelliteLow",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 19C13.8565 19 15.637 18.2625 16.9497 16.9497L12.4141 12.4141L12.8409 11.9874C12.8927 11.9957 12.9458 12 13 12C13.5523 12 14 11.5523 14 11C14 10.4477 13.5523 10 13 10C12.4477 10 12 10.4477 12 11C12 11.1234 12.0224 11.2416 12.0633 11.3508L11.707 11.707L7.05025 7.05023C5.7375 8.36299 5 10.1435 5 12C5 13.8565 5.7375 15.637 7.05025 16.9497C8.36301 18.2625 10.1435 19 12 19Z\" fill=\"currentColor\"/> <path d=\"M2 23L5.58481 18.3122L5.63604 18.3638C7.32387 20.0516 9.61305 20.9999 12 20.9999C12.689 20.9999 13.3699 20.9208 14.0305 20.7679L16 23H2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 19C13.8565 19 15.637 18.2625 16.9497 16.9497L12.4141 12.4141L12.8409 11.9874C12.8927 11.9957 12.9458 12 13 12C13.5523 12 14 11.5523 14 11C14 10.4477 13.5523 10 13 10C12.4477 10 12 10.4477 12 11C12 11.1234 12.0224 11.2416 12.0633 11.3508L11.707 11.707L7.05025 7.05023C5.7375 8.36299 5 10.1435 5 12C5 13.8565 5.7375 15.637 7.05025 16.9497C8.36301 18.2625 10.1435 19 12 19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 23L5.58481 18.3122L5.63604 18.3638C7.32387 20.0516 9.61305 20.9999 12 20.9999C12.689 20.9999 13.3699 20.9208 14.0305 20.7679L16 23H2Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-satellite-low",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSatelliteLow",
          "declaration": {
            "name": "ObiSatelliteLow",
            "module": "src/icons/icon-satellite-low.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-satellite-low",
          "declaration": {
            "name": "ObiSatelliteLow",
            "module": "src/icons/icon-satellite-low.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-satellite-medium.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSatelliteMedium",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.5355 8.46407C15.0712 7.99978 14.52 7.63148 13.9134 7.38021C13.3068 7.12893 12.6566 6.9996 12 6.9996V4.9996C12.9193 4.9996 13.8295 5.18066 14.6788 5.53245C15.5281 5.88423 16.2997 6.39984 16.9497 7.04985C17.5998 7.69986 18.1154 8.47154 18.4672 9.32082C18.8189 10.1701 19 11.0803 19 11.9996L17 11.9996C17 11.343 16.8707 10.6928 16.6194 10.0862C16.3681 9.47956 15.9998 8.92836 15.5355 8.46407Z\" fill=\"currentColor\"/> <path d=\"M5.58481 18.3122L2 23H16L14.0305 20.7679C13.3699 20.9209 12.689 20.9999 12 20.9999C9.61305 20.9999 7.32387 20.0517 5.63604 18.3638L5.58481 18.3122Z\" fill=\"currentColor\"/> <path d=\"M12 19C13.8565 19 15.637 18.2625 16.9497 16.9497L12.4141 12.4141L12.8409 11.9874C12.8927 11.9957 12.9458 12 13 12C13.5523 12 14 11.5523 14 11C14 10.4477 13.5523 10 13 10C12.4477 10 12 10.4477 12 11C12 11.1234 12.0224 11.2417 12.0633 11.3508L11.707 11.707L7.05025 7.05024C5.7375 8.363 5 10.1435 5 12C5 13.8565 5.7375 15.637 7.05025 16.9497C8.36301 18.2625 10.1435 19 12 19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.5355 8.46407C15.0712 7.99978 14.52 7.63148 13.9134 7.38021C13.3068 7.12893 12.6566 6.9996 12 6.9996V4.9996C12.9193 4.9996 13.8295 5.18066 14.6788 5.53245C15.5281 5.88423 16.2997 6.39984 16.9497 7.04985C17.5998 7.69986 18.1154 8.47154 18.4672 9.32082C18.8189 10.1701 19 11.0803 19 11.9996L17 11.9996C17 11.343 16.8707 10.6928 16.6194 10.0862C16.3681 9.47956 15.9998 8.92836 15.5355 8.46407Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.58481 18.3122L2 23H16L14.0305 20.7679C13.3699 20.9209 12.689 20.9999 12 20.9999C9.61305 20.9999 7.32387 20.0517 5.63604 18.3638L5.58481 18.3122Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 19C13.8565 19 15.637 18.2625 16.9497 16.9497L12.4141 12.4141L12.8409 11.9874C12.8927 11.9957 12.9458 12 13 12C13.5523 12 14 11.5523 14 11C14 10.4477 13.5523 10 13 10C12.4477 10 12 10.4477 12 11C12 11.1234 12.0224 11.2417 12.0633 11.3508L11.707 11.707L7.05025 7.05024C5.7375 8.363 5 10.1435 5 12C5 13.8565 5.7375 15.637 7.05025 16.9497C8.36301 18.2625 10.1435 19 12 19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-satellite-medium",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSatelliteMedium",
          "declaration": {
            "name": "ObiSatelliteMedium",
            "module": "src/icons/icon-satellite-medium.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-satellite-medium",
          "declaration": {
            "name": "ObiSatelliteMedium",
            "module": "src/icons/icon-satellite-medium.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-satellite-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSatelliteOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.4148 2L15.0006 3.41421L17.1217 5.53531L15 7.65701L16.4142 9.07122L18.5359 6.94952L20.6575 9.07107L22.0717 7.65685L19.9501 5.53531L22.0711 3.41436L20.6569 2.00015L18.5359 4.12109L16.4148 2Z\" fill=\"currentColor\"/> <path d=\"M16.9497 16.9497C15.637 18.2625 13.8565 19 12 19C10.1435 19 8.36301 18.2625 7.05025 16.9497C5.7375 15.637 5 13.8565 5 12C5 10.1435 5.7375 8.36299 7.05025 7.05023L11.707 11.707L12.0633 11.3508C12.0224 11.2416 12 11.1234 12 11C12 10.4477 12.4477 10 13 10C13.5523 10 14 10.4477 14 11C14 11.5523 13.5523 12 13 12C12.9458 12 12.8927 11.9957 12.8409 11.9874L12.4141 12.4141L16.9497 16.9497Z\" fill=\"currentColor\"/> <path d=\"M2 23L5.58481 18.3122L5.63604 18.3638C7.32387 20.0516 9.61305 20.9999 12 20.9999C12.689 20.9999 13.3699 20.9208 14.0305 20.7679L16 23H2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.4148 2L15.0006 3.41421L17.1217 5.53531L15 7.65701L16.4142 9.07122L18.5359 6.94952L20.6575 9.07107L22.0717 7.65685L19.9501 5.53531L22.0711 3.41436L20.6569 2.00015L18.5359 4.12109L16.4148 2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.9497 16.9497C15.637 18.2625 13.8565 19 12 19C10.1435 19 8.36301 18.2625 7.05025 16.9497C5.7375 15.637 5 13.8565 5 12C5 10.1435 5.7375 8.36299 7.05025 7.05023L11.707 11.707L12.0633 11.3508C12.0224 11.2416 12 11.1234 12 11C12 10.4477 12.4477 10 13 10C13.5523 10 14 10.4477 14 11C14 11.5523 13.5523 12 13 12C12.9458 12 12.8927 11.9957 12.8409 11.9874L12.4141 12.4141L16.9497 16.9497Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 23L5.58481 18.3122L5.63604 18.3638C7.32387 20.0516 9.61305 20.9999 12 20.9999C12.689 20.9999 13.3699 20.9208 14.0305 20.7679L16 23H2Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-satellite-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSatelliteOff",
          "declaration": {
            "name": "ObiSatelliteOff",
            "module": "src/icons/icon-satellite-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-satellite-off",
          "declaration": {
            "name": "ObiSatelliteOff",
            "module": "src/icons/icon-satellite-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-save-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSaveProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21 7V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H17L21 7ZM19 7.85L16.15 5H5V19H19V7.85ZM7 10H15V7H7V10Z\" fill=\"currentColor\"/> <path d=\"M14.5 14.5C14.5 15.8807 13.3807 17 12 17C10.6193 17 9.5 15.8807 9.5 14.5C9.5 13.1193 10.6193 12 12 12C13.3807 12 14.5 13.1193 14.5 14.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21 7V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H17L21 7ZM19 7.85L16.15 5H5V19H19V7.85ZM7 10H15V7H7V10Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.5 14.5C14.5 15.8807 13.3807 17 12 17C10.6193 17 9.5 15.8807 9.5 14.5C9.5 13.1193 10.6193 12 12 12C13.3807 12 14.5 13.1193 14.5 14.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-save-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSaveProposal",
          "declaration": {
            "name": "ObiSaveProposal",
            "module": "src/icons/icon-save-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-save-proposal",
          "declaration": {
            "name": "ObiSaveProposal",
            "module": "src/icons/icon-save-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-screen-desk.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiScreenDesk",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 3H4C2.9 3 2 3.9 2 5V15C2 16.1 2.9 17 4 17H10V19H8V21H16V19H14V17H20C21.1 17 22 16.1 22 15V5C22 3.9 21.1 3 20 3ZM4 15H20V5H4V15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 3H4C2.9 3 2 3.9 2 5V15C2 16.1 2.9 17 4 17H10V19H8V21H16V19H14V17H20C21.1 17 22 16.1 22 15V5C22 3.9 21.1 3 20 3ZM4 15H20V5H4V15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-screen-desk",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiScreenDesk",
          "declaration": {
            "name": "ObiScreenDesk",
            "module": "src/icons/icon-screen-desk.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-screen-desk",
          "declaration": {
            "name": "ObiScreenDesk",
            "module": "src/icons/icon-screen-desk.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-screen-full-exit-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiScreenFullExitGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.75 22V17.25H2V15.1071H8.89286V22H6.75ZM2 8.89286V6.75H6.75V2H8.89286V8.89286H2ZM15.1071 22V15.1071H22V17.25H17.25V22H15.1071ZM15.1071 8.89286V2H17.25V6.75H22V8.89286H15.1071Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.75 22V17.25H2V15.1071H8.89286V22H6.75ZM2 8.89286V6.75H6.75V2H8.89286V8.89286H2ZM15.1071 22V15.1071H22V17.25H17.25V22H15.1071ZM15.1071 8.89286V2H17.25V6.75H22V8.89286H15.1071Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-screen-full-exit-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiScreenFullExitGoogle",
          "declaration": {
            "name": "ObiScreenFullExitGoogle",
            "module": "src/icons/icon-screen-full-exit-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-screen-full-exit-google",
          "declaration": {
            "name": "ObiScreenFullExitGoogle",
            "module": "src/icons/icon-screen-full-exit-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-screen-full-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiScreenFullGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 22V15.1071H4.14286V19.8571H8.89286V22H2ZM2 8.89286V2H8.89286V4.14286H4.14286V8.89286H2ZM15.1071 22V19.8571H19.8571V15.1071H22V22H15.1071ZM19.8571 8.89286V4.14286H15.1071V2H22V8.89286H19.8571Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 22V15.1071H4.14286V19.8571H8.89286V22H2ZM2 8.89286V2H8.89286V4.14286H4.14286V8.89286H2ZM15.1071 22V19.8571H19.8571V15.1071H22V22H15.1071ZM19.8571 8.89286V4.14286H15.1071V2H22V8.89286H19.8571Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-screen-full-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiScreenFullGoogle",
          "declaration": {
            "name": "ObiScreenFullGoogle",
            "module": "src/icons/icon-screen-full-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-screen-full-google",
          "declaration": {
            "name": "ObiScreenFullGoogle",
            "module": "src/icons/icon-screen-full-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-screen-pad.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiScreenPad",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 5H20C21.1 5 22 5.9 22 7V17C22 18.1 21.1 19 20 19H4C2.9 19 2 18.1 2 17V7C2 5.9 2.9 5 4 5ZM20 17H4V7H20V17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 5H20C21.1 5 22 5.9 22 7V17C22 18.1 21.1 19 20 19H4C2.9 19 2 18.1 2 17V7C2 5.9 2.9 5 4 5ZM20 17H4V7H20V17Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-screen-pad",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiScreenPad",
          "declaration": {
            "name": "ObiScreenPad",
            "module": "src/icons/icon-screen-pad.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-screen-pad",
          "declaration": {
            "name": "ObiScreenPad",
            "module": "src/icons/icon-screen-pad.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-screen-quad.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiScreenQuad",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM13 18H20V13H13V18ZM11 18V13H4V18H11ZM4 11H11V6H4V11ZM13 6H20V11H13V6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM13 18H20V13H13V18ZM11 18V13H4V18H11ZM4 11H11V6H4V11ZM13 6H20V11H13V6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-screen-quad",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiScreenQuad",
          "declaration": {
            "name": "ObiScreenQuad",
            "module": "src/icons/icon-screen-quad.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-screen-quad",
          "declaration": {
            "name": "ObiScreenQuad",
            "module": "src/icons/icon-screen-quad.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-screen-recording.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiScreenRecording",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 17V20C2 21.1046 2.89543 22 4 22H6V20H4L4 17H2ZM7 2H4C2.89543 2 2 2.89543 2 4V7H4V4L7 4V2ZM2 14H4V10H2V14ZM10 2V4H14V2H10ZM17 2V4H20V7H22V4C22 2.89543 21.1046 2 20 2H17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 12H10V20H17V12ZM19 14.125L21.1496 12.2102C21.4659 11.8996 22 12.1236 22 12.5669V19.4331C22 19.8764 21.4659 20.1004 21.1496 19.7898L19 17.875V20.625C19 21.0146 18.8658 21.3411 18.5975 21.6047C18.3292 21.8682 17.9967 22 17.6 22H9.4C9.00333 22 8.67083 21.8682 8.4025 21.6047C8.13417 21.3411 8 21.0146 8 20.625V11.375C8 10.9854 8.13417 10.6589 8.4025 10.3953C8.67083 10.1318 9.00333 10 9.4 10H17.6C17.9967 10 18.3292 10.1318 18.5975 10.3953C18.8658 10.6589 19 10.9854 19 11.375V14.125Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 17V20C2 21.1046 2.89543 22 4 22H6V20H4L4 17H2ZM7 2H4C2.89543 2 2 2.89543 2 4V7H4V4L7 4V2ZM2 14H4V10H2V14ZM10 2V4H14V2H10ZM17 2V4H20V7H22V4C22 2.89543 21.1046 2 20 2H17Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 12H10V20H17V12ZM19 14.125L21.1496 12.2102C21.4659 11.8996 22 12.1236 22 12.5669V19.4331C22 19.8764 21.4659 20.1004 21.1496 19.7898L19 17.875V20.625C19 21.0146 18.8658 21.3411 18.5975 21.6047C18.3292 21.8682 17.9967 22 17.6 22H9.4C9.00333 22 8.67083 21.8682 8.4025 21.6047C8.13417 21.3411 8 21.0146 8 20.625V11.375C8 10.9854 8.13417 10.6589 8.4025 10.3953C8.67083 10.1318 9.00333 10 9.4 10H17.6C17.9967 10 18.3292 10.1318 18.5975 10.3953C18.8658 10.6589 19 10.9854 19 11.375V14.125Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-screen-recording",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiScreenRecording",
          "declaration": {
            "name": "ObiScreenRecording",
            "module": "src/icons/icon-screen-recording.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-screen-recording",
          "declaration": {
            "name": "ObiScreenRecording",
            "module": "src/icons/icon-screen-recording.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-screen-shot.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiScreenShot",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 17V20C2 21.1046 2.89543 22 4 22H6V20H4L4 17H2ZM7 2H4C2.89543 2 2 2.89543 2 4V7H4V4L7 4V2ZM2 14H4V10H2V14ZM10 2V4H14V2H10ZM17 2V4H20V7H22V4C22 2.89543 21.1046 2 20 2H17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.8284 13H10V20H20V13H18.1716L16.1716 11H13.8284L11.8284 13ZM13 9L11 11H10C8.89543 11 8 11.8954 8 13V20C8 21.1046 8.89543 22 10 22H20C21.1046 22 22 21.1046 22 20V13C22 11.8954 21.1046 11 20 11H19L17 9H13Z\" fill=\"currentColor\"/> <path d=\"M17 16C17 17.1046 16.1046 18 15 18C13.8954 18 13 17.1046 13 16C13 14.8954 13.8954 14 15 14C16.1046 14 17 14.8954 17 16Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 17V20C2 21.1046 2.89543 22 4 22H6V20H4L4 17H2ZM7 2H4C2.89543 2 2 2.89543 2 4V7H4V4L7 4V2ZM2 14H4V10H2V14ZM10 2V4H14V2H10ZM17 2V4H20V7H22V4C22 2.89543 21.1046 2 20 2H17Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.8284 13H10V20H20V13H18.1716L16.1716 11H13.8284L11.8284 13ZM13 9L11 11H10C8.89543 11 8 11.8954 8 13V20C8 21.1046 8.89543 22 10 22H20C21.1046 22 22 21.1046 22 20V13C22 11.8954 21.1046 11 20 11H19L17 9H13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 16C17 17.1046 16.1046 18 15 18C13.8954 18 13 17.1046 13 16C13 14.8954 13.8954 14 15 14C16.1046 14 17 14.8954 17 16Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-screen-shot",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiScreenShot",
          "declaration": {
            "name": "ObiScreenShot",
            "module": "src/icons/icon-screen-shot.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-screen-shot",
          "declaration": {
            "name": "ObiScreenShot",
            "module": "src/icons/icon-screen-shot.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-screen-split-bottom.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiScreenSplitBottom",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM4 18H20V15.25L4 15.25V18ZM4 13.75L20 13.75V6H4L4 13.75Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM4 18H20V15.25L4 15.25V18ZM4 13.75L20 13.75V6H4L4 13.75Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-screen-split-bottom",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiScreenSplitBottom",
          "declaration": {
            "name": "ObiScreenSplitBottom",
            "module": "src/icons/icon-screen-split-bottom.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-screen-split-bottom",
          "declaration": {
            "name": "ObiScreenSplitBottom",
            "module": "src/icons/icon-screen-split-bottom.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-screen-split-left.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiScreenSplitLeft",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM16.5 18H20V6H16.5V18ZM14.5 18V6H4V18H14.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM16.5 18H20V6H16.5V18ZM14.5 18V6H4V18H14.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-screen-split-left",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiScreenSplitLeft",
          "declaration": {
            "name": "ObiScreenSplitLeft",
            "module": "src/icons/icon-screen-split-left.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-screen-split-left",
          "declaration": {
            "name": "ObiScreenSplitLeft",
            "module": "src/icons/icon-screen-split-left.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-screen-split-right.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiScreenSplitRight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM9.5 18H20V6H9.5V18ZM7.5 18V6H4V18H7.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM9.5 18H20V6H9.5V18ZM7.5 18V6H4V18H7.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-screen-split-right",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiScreenSplitRight",
          "declaration": {
            "name": "ObiScreenSplitRight",
            "module": "src/icons/icon-screen-split-right.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-screen-split-right",
          "declaration": {
            "name": "ObiScreenSplitRight",
            "module": "src/icons/icon-screen-split-right.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-screen-split-top.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiScreenSplitTop",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM4 18H20V10.5L4 10.5V18ZM4 8.5L20 8.5V6H4L4 8.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM4 18H20V10.5L4 10.5V18ZM4 8.5L20 8.5V6H4L4 8.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-screen-split-top",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiScreenSplitTop",
          "declaration": {
            "name": "ObiScreenSplitTop",
            "module": "src/icons/icon-screen-split-top.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-screen-split-top",
          "declaration": {
            "name": "ObiScreenSplitTop",
            "module": "src/icons/icon-screen-split-top.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-screens.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiScreens",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 5H3C2.45 5 2 5.45 2 6V8C2 8.55 2.45 9 3 9H3.5V10H6.5V9H7C7.55 9 7.995 8.55 7.995 8L8 6C8 5.45 7.55 5 7 5ZM7 8H3V6H7V8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 5H10C9.45 5 9 5.45 9 6V8C9 8.55 9.45 9 10 9H10.5V10H13.5V9H14C14.55 9 14.995 8.55 14.995 8L15 6C15 5.45 14.55 5 14 5ZM14 8H10V6H14V8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 5H21C21.55 5 22 5.45 22 6L21.995 8C21.995 8.55 21.55 9 21 9H20.5V10H17.5V9H17C16.45 9 16 8.55 16 8V6C16 5.45 16.45 5 17 5ZM17 8H21V6H17V8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 13C2 12.45 2.45 12 3 12H10C10.55 12 11 12.45 11 13L10.995 17C10.995 17.55 10.55 18 10 18H8.5V19H4.5V18H3C2.45 18 2 17.55 2 17V13ZM10 16V13H3V16H10Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 13C13 12.45 13.45 12 14 12H21C21.55 12 22 12.45 22 13L21.995 17C21.995 17.55 21.55 18 21 18H19.5V19H15.5V18H14C13.45 18 13 17.55 13 17V13ZM21 16V13H14V16H21Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 5H3C2.45 5 2 5.45 2 6V8C2 8.55 2.45 9 3 9H3.5V10H6.5V9H7C7.55 9 7.995 8.55 7.995 8L8 6C8 5.45 7.55 5 7 5ZM7 8H3V6H7V8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 5H10C9.45 5 9 5.45 9 6V8C9 8.55 9.45 9 10 9H10.5V10H13.5V9H14C14.55 9 14.995 8.55 14.995 8L15 6C15 5.45 14.55 5 14 5ZM14 8H10V6H14V8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 5H21C21.55 5 22 5.45 22 6L21.995 8C21.995 8.55 21.55 9 21 9H20.5V10H17.5V9H17C16.45 9 16 8.55 16 8V6C16 5.45 16.45 5 17 5ZM17 8H21V6H17V8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 13C2 12.45 2.45 12 3 12H10C10.55 12 11 12.45 11 13L10.995 17C10.995 17.55 10.55 18 10 18H8.5V19H4.5V18H3C2.45 18 2 17.55 2 17V13ZM10 16V13H3V16H10Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 13C13 12.45 13.45 12 14 12H21C21.55 12 22 12.45 22 13L21.995 17C21.995 17.55 21.55 18 21 18H19.5V19H15.5V18H14C13.45 18 13 17.55 13 17V13ZM21 16V13H14V16H21Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-screens",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiScreens",
          "declaration": {
            "name": "ObiScreens",
            "module": "src/icons/icon-screens.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-screens",
          "declaration": {
            "name": "ObiScreens",
            "module": "src/icons/icon-screens.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-search.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSearch",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5 2.99997C14.6421 2.99997 18 6.35783 18 10.5C18 12.2108 17.4271 13.7879 16.4628 15.0498L20.0875 18.6746C20.4781 19.0651 20.4781 19.6983 20.0875 20.0888C19.697 20.4793 19.0639 20.4793 18.6733 20.0888L15.0484 16.4639C13.7867 17.4276 12.2102 18 10.5 18C6.35786 18 3 14.6421 3 10.5C3 6.35783 6.35786 2.99997 10.5 2.99997ZM10.5 16C13.5376 16 16 13.5375 16 10.5C16 7.4624 13.5376 4.99997 10.5 4.99997C7.46243 4.99997 5 7.4624 5 10.5C5 13.5375 7.46243 16 10.5 16Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5 2.99997C14.6421 2.99997 18 6.35783 18 10.5C18 12.2108 17.4271 13.7879 16.4628 15.0498L20.0875 18.6746C20.4781 19.0651 20.4781 19.6983 20.0875 20.0888C19.697 20.4793 19.0639 20.4793 18.6733 20.0888L15.0484 16.4639C13.7867 17.4276 12.2102 18 10.5 18C6.35786 18 3 14.6421 3 10.5C3 6.35783 6.35786 2.99997 10.5 2.99997ZM10.5 16C13.5376 16 16 13.5375 16 10.5C16 7.4624 13.5376 4.99997 10.5 4.99997C7.46243 4.99997 5 7.4624 5 10.5C5 13.5375 7.46243 16 10.5 16Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-search",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSearch",
          "declaration": {
            "name": "ObiSearch",
            "module": "src/icons/icon-search.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-search",
          "declaration": {
            "name": "ObiSearch",
            "module": "src/icons/icon-search.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sensor-gps-bad.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSensorGpsBad",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.40381 1.03984C7.01328 0.649317 6.38012 0.649317 5.98959 1.03984L3.86827 3.16116C3.47775 3.55169 3.47775 4.18485 3.86827 4.57538L8.11091 8.81802C8.50119 9.20829 9.13379 9.20854 9.52438 8.81876L9.87868 8.46446L10.5858 9.17157L9.17157 10.5858C9.02306 10.7343 8.93103 10.9179 8.89547 11.1099C8.83753 11.4228 8.92956 11.758 9.17157 12L12 14.8284C12.242 15.0704 12.5772 15.1625 12.8901 15.1045C13.0821 15.069 13.2657 14.9769 13.4142 14.8284L14.8284 13.4142L15.5355 14.1213L15.182 14.4749C14.7915 14.8654 14.7915 15.4986 15.182 15.8891L19.4246 20.1317C19.8151 20.5222 20.4483 20.5222 20.8388 20.1317L22.9602 18.0104C23.3507 17.6199 23.3507 16.9867 22.9602 16.5962L18.7175 12.3535C18.327 11.963 17.6938 11.963 17.3033 12.3535L16.9497 12.7071L16.2426 12L19.0711 9.17157C19.4616 8.78104 19.4616 8.14788 19.0711 7.75736L16.2426 4.92893C15.8521 4.5384 15.219 4.5384 14.8284 4.92893L12 7.75736L11.2929 7.05025L11.6472 6.69595C12.037 6.30536 12.0367 5.67276 11.6464 5.28248L7.40381 1.03984ZM15.5355 7.05025L16.9497 8.46446L12.7071 12.7071L11.2929 11.2929L15.5355 7.05025Z\" fill=\"currentColor\"/> <path d=\"M4.41384 14L2.99963 15.4142L5.12072 17.5353L2.99902 19.657L4.41324 21.0712L6.53493 18.9495L8.65648 21.0711L10.0707 19.6569L7.94915 17.5353L10.0701 15.4144L8.65588 14.0001L6.53493 16.1211L4.41384 14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.40381 1.03984C7.01328 0.649317 6.38012 0.649317 5.98959 1.03984L3.86827 3.16116C3.47775 3.55169 3.47775 4.18485 3.86827 4.57538L8.11091 8.81802C8.50119 9.20829 9.13379 9.20854 9.52438 8.81876L9.87868 8.46446L10.5858 9.17157L9.17157 10.5858C9.02306 10.7343 8.93103 10.9179 8.89547 11.1099C8.83753 11.4228 8.92956 11.758 9.17157 12L12 14.8284C12.242 15.0704 12.5772 15.1625 12.8901 15.1045C13.0821 15.069 13.2657 14.9769 13.4142 14.8284L14.8284 13.4142L15.5355 14.1213L15.182 14.4749C14.7915 14.8654 14.7915 15.4986 15.182 15.8891L19.4246 20.1317C19.8151 20.5222 20.4483 20.5222 20.8388 20.1317L22.9602 18.0104C23.3507 17.6199 23.3507 16.9867 22.9602 16.5962L18.7175 12.3535C18.327 11.963 17.6938 11.963 17.3033 12.3535L16.9497 12.7071L16.2426 12L19.0711 9.17157C19.4616 8.78104 19.4616 8.14788 19.0711 7.75736L16.2426 4.92893C15.8521 4.5384 15.219 4.5384 14.8284 4.92893L12 7.75736L11.2929 7.05025L11.6472 6.69595C12.037 6.30536 12.0367 5.67276 11.6464 5.28248L7.40381 1.03984ZM15.5355 7.05025L16.9497 8.46446L12.7071 12.7071L11.2929 11.2929L15.5355 7.05025Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.41384 14L2.99963 15.4142L5.12072 17.5353L2.99902 19.657L4.41324 21.0712L6.53493 18.9495L8.65648 21.0711L10.0707 19.6569L7.94915 17.5353L10.0701 15.4144L8.65588 14.0001L6.53493 16.1211L4.41384 14Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sensor-gps-bad",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSensorGpsBad",
          "declaration": {
            "name": "ObiSensorGpsBad",
            "module": "src/icons/icon-sensor-gps-bad.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sensor-gps-bad",
          "declaration": {
            "name": "ObiSensorGpsBad",
            "module": "src/icons/icon-sensor-gps-bad.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sensor-gps-full.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSensorGpsFull",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.86838 4.57516C3.47785 4.18464 3.47785 3.55147 3.86838 3.16095L5.9897 1.03963C6.38022 0.649104 7.01339 0.649104 7.40391 1.03963L11.6466 5.28227C12.0371 5.67279 12.0371 6.30596 11.6466 6.69648L11.293 7.05004L12.0001 7.75714L14.8285 4.92872C15.2191 4.53819 15.8522 4.53819 16.2427 4.92872L19.0712 7.75714C19.4617 8.14767 19.4617 8.78083 19.0712 9.17136L16.2427 11.9998L16.9499 12.7069L17.3034 12.3533C17.6939 11.9628 18.3271 11.9628 18.7176 12.3533L22.9603 16.596C23.3508 16.9865 23.3508 17.6197 22.9603 18.0102L20.8389 20.1315C20.4484 20.522 19.8153 20.522 19.4247 20.1315L15.1821 15.8889C14.7916 15.4983 14.7916 14.8652 15.1821 14.4747L15.5356 14.1211L14.8285 13.414L13.4143 14.8282C13.0238 15.2187 12.3906 15.2187 12.0001 14.8282L9.17168 11.9998C8.78115 11.6093 8.78115 10.9761 9.17168 10.5856L10.5859 9.17136L9.87879 8.46425L9.52523 8.8178C9.13471 9.20833 8.50154 9.20833 8.11102 8.8178L3.86838 4.57516Z\" fill=\"currentColor\"/> <path d=\"M8.46404 15.5355C8.92834 15.9998 9.47953 16.3681 10.0862 16.6194C10.6928 16.8706 11.343 17 11.9996 17V19C11.0803 19 10.1701 18.8189 9.32079 18.4671C8.47151 18.1153 7.69984 17.5997 7.04983 16.9497C6.39982 16.2997 5.8842 15.528 5.53242 14.6787C5.18064 13.8295 4.99958 12.9192 4.99958 12L6.99958 12C6.99958 12.6566 7.12891 13.3068 7.38018 13.9134C7.63145 14.52 7.99975 15.0712 8.46404 15.5355Z\" fill=\"currentColor\"/> <path d=\"M5.63592 18.3641C6.47165 19.1998 7.4638 19.8628 8.55573 20.3151C9.64766 20.7674 10.818 21.0001 11.9999 21.0001L11.9999 23.0001C10.5553 23.0001 9.12494 22.7156 7.79036 22.1628C6.45578 21.61 5.24315 20.7998 4.2217 19.7783C3.20026 18.7569 2.39001 17.5443 1.8372 16.2097C1.2844 14.8751 0.999878 13.4447 0.999878 12.0002L2.99988 12.0002C2.99988 13.182 3.23267 14.3524 3.68496 15.4443C4.13725 16.5362 4.80019 17.5284 5.63592 18.3641Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.86838 4.57516C3.47785 4.18464 3.47785 3.55147 3.86838 3.16095L5.9897 1.03963C6.38022 0.649104 7.01339 0.649104 7.40391 1.03963L11.6466 5.28227C12.0371 5.67279 12.0371 6.30596 11.6466 6.69648L11.293 7.05004L12.0001 7.75714L14.8285 4.92872C15.2191 4.53819 15.8522 4.53819 16.2427 4.92872L19.0712 7.75714C19.4617 8.14767 19.4617 8.78083 19.0712 9.17136L16.2427 11.9998L16.9499 12.7069L17.3034 12.3533C17.6939 11.9628 18.3271 11.9628 18.7176 12.3533L22.9603 16.596C23.3508 16.9865 23.3508 17.6197 22.9603 18.0102L20.8389 20.1315C20.4484 20.522 19.8153 20.522 19.4247 20.1315L15.1821 15.8889C14.7916 15.4983 14.7916 14.8652 15.1821 14.4747L15.5356 14.1211L14.8285 13.414L13.4143 14.8282C13.0238 15.2187 12.3906 15.2187 12.0001 14.8282L9.17168 11.9998C8.78115 11.6093 8.78115 10.9761 9.17168 10.5856L10.5859 9.17136L9.87879 8.46425L9.52523 8.8178C9.13471 9.20833 8.50154 9.20833 8.11102 8.8178L3.86838 4.57516Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.46404 15.5355C8.92834 15.9998 9.47953 16.3681 10.0862 16.6194C10.6928 16.8706 11.343 17 11.9996 17V19C11.0803 19 10.1701 18.8189 9.32079 18.4671C8.47151 18.1153 7.69984 17.5997 7.04983 16.9497C6.39982 16.2997 5.8842 15.528 5.53242 14.6787C5.18064 13.8295 4.99958 12.9192 4.99958 12L6.99958 12C6.99958 12.6566 7.12891 13.3068 7.38018 13.9134C7.63145 14.52 7.99975 15.0712 8.46404 15.5355Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.63592 18.3641C6.47165 19.1998 7.4638 19.8628 8.55573 20.3151C9.64766 20.7674 10.818 21.0001 11.9999 21.0001L11.9999 23.0001C10.5553 23.0001 9.12494 22.7156 7.79036 22.1628C6.45578 21.61 5.24315 20.7998 4.2217 19.7783C3.20026 18.7569 2.39001 17.5443 1.8372 16.2097C1.2844 14.8751 0.999878 13.4447 0.999878 12.0002L2.99988 12.0002C2.99988 13.182 3.23267 14.3524 3.68496 15.4443C4.13725 16.5362 4.80019 17.5284 5.63592 18.3641Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sensor-gps-full",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSensorGpsFull",
          "declaration": {
            "name": "ObiSensorGpsFull",
            "module": "src/icons/icon-sensor-gps-full.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sensor-gps-full",
          "declaration": {
            "name": "ObiSensorGpsFull",
            "module": "src/icons/icon-sensor-gps-full.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sensor-gps-low.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSensorGpsLow",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.86809 4.5755C3.47756 4.18497 3.47756 3.55181 3.86809 3.16128L5.98941 1.03996C6.37993 0.649439 7.0131 0.649439 7.40362 1.03996L11.6463 5.2826C12.0368 5.67313 12.0368 6.30629 11.6463 6.69682L11.2927 7.05037L11.9998 7.75748L14.8282 4.92905C15.2188 4.53853 15.8519 4.53853 16.2425 4.92905L19.0709 7.75748C19.4614 8.148 19.4614 8.78117 19.0709 9.17169L16.2425 12.0001L16.9496 12.7072L17.3031 12.3537C17.6936 11.9631 18.3268 11.9631 18.7173 12.3537L22.96 16.5963C23.3505 16.9868 23.3505 17.62 22.96 18.0105L20.8387 20.1318C20.4481 20.5224 19.815 20.5224 19.4244 20.1318L15.1818 15.8892C14.7913 15.4987 14.7913 14.8655 15.1818 14.475L15.5353 14.1214L14.8282 13.4143L13.414 14.8285C13.0235 15.2191 12.3903 15.2191 11.9998 14.8285L9.17139 12.0001C8.78086 11.6096 8.78086 10.9764 9.17139 10.5859L10.5856 9.17169L9.8785 8.46458L9.52494 8.81814C9.13442 9.20866 8.50125 9.20866 8.11073 8.81814L3.86809 4.5755Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.86809 4.5755C3.47756 4.18497 3.47756 3.55181 3.86809 3.16128L5.98941 1.03996C6.37993 0.649439 7.0131 0.649439 7.40362 1.03996L11.6463 5.2826C12.0368 5.67313 12.0368 6.30629 11.6463 6.69682L11.2927 7.05037L11.9998 7.75748L14.8282 4.92905C15.2188 4.53853 15.8519 4.53853 16.2425 4.92905L19.0709 7.75748C19.4614 8.148 19.4614 8.78117 19.0709 9.17169L16.2425 12.0001L16.9496 12.7072L17.3031 12.3537C17.6936 11.9631 18.3268 11.9631 18.7173 12.3537L22.96 16.5963C23.3505 16.9868 23.3505 17.62 22.96 18.0105L20.8387 20.1318C20.4481 20.5224 19.815 20.5224 19.4244 20.1318L15.1818 15.8892C14.7913 15.4987 14.7913 14.8655 15.1818 14.475L15.5353 14.1214L14.8282 13.4143L13.414 14.8285C13.0235 15.2191 12.3903 15.2191 11.9998 14.8285L9.17139 12.0001C8.78086 11.6096 8.78086 10.9764 9.17139 10.5859L10.5856 9.17169L9.8785 8.46458L9.52494 8.81814C9.13442 9.20866 8.50125 9.20866 8.11073 8.81814L3.86809 4.5755Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sensor-gps-low",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSensorGpsLow",
          "declaration": {
            "name": "ObiSensorGpsLow",
            "module": "src/icons/icon-sensor-gps-low.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sensor-gps-low",
          "declaration": {
            "name": "ObiSensorGpsLow",
            "module": "src/icons/icon-sensor-gps-low.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sensor-gps-medium.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSensorGpsMedium",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.86833 4.57516C3.47781 4.18464 3.47781 3.55147 3.86833 3.16095L5.98965 1.03963C6.38018 0.649104 7.01334 0.649104 7.40387 1.03963L11.6465 5.28227C12.037 5.67279 12.037 6.30596 11.6465 6.69648L11.293 7.05004L12.0001 7.75714L14.8285 4.92872C15.219 4.53819 15.8522 4.53819 16.2427 4.92872L19.0711 7.75714C19.4617 8.14767 19.4617 8.78083 19.0711 9.17136L16.2427 11.9998L16.9498 12.7069L17.3034 12.3533C17.6939 11.9628 18.3271 11.9628 18.7176 12.3533L22.9602 16.596C23.3507 16.9865 23.3507 17.6197 22.9602 18.0102L20.8389 20.1315C20.4484 20.522 19.8152 20.522 19.4247 20.1315L15.182 15.8889C14.7915 15.4983 14.7915 14.8652 15.182 14.4747L15.5356 14.1211L14.8285 13.414L13.4143 14.8282C13.0238 15.2187 12.3906 15.2187 12.0001 14.8282L9.17163 11.9998C8.78111 11.6093 8.78111 10.9761 9.17163 10.5856L10.5858 9.17136L9.87874 8.46425L9.52519 8.8178C9.13466 9.20833 8.5015 9.20833 8.11097 8.8178L3.86833 4.57516Z\" fill=\"currentColor\"/> <path d=\"M10.0861 16.6194C9.47949 16.3681 8.92829 15.9998 8.464 15.5355C7.9997 15.0712 7.63141 14.52 7.38013 13.9134C7.12886 13.3068 6.99953 12.6566 6.99953 12L4.99953 12C4.99953 12.9192 5.18059 13.8295 5.53237 14.6787C5.88416 15.528 6.39977 16.2997 7.04978 16.9497C7.6998 17.5997 8.47147 18.1153 9.32075 18.4671C10.17 18.8189 11.0803 19 11.9995 19V17C11.3429 17 10.6927 16.8706 10.0861 16.6194Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.86833 4.57516C3.47781 4.18464 3.47781 3.55147 3.86833 3.16095L5.98965 1.03963C6.38018 0.649104 7.01334 0.649104 7.40387 1.03963L11.6465 5.28227C12.037 5.67279 12.037 6.30596 11.6465 6.69648L11.293 7.05004L12.0001 7.75714L14.8285 4.92872C15.219 4.53819 15.8522 4.53819 16.2427 4.92872L19.0711 7.75714C19.4617 8.14767 19.4617 8.78083 19.0711 9.17136L16.2427 11.9998L16.9498 12.7069L17.3034 12.3533C17.6939 11.9628 18.3271 11.9628 18.7176 12.3533L22.9602 16.596C23.3507 16.9865 23.3507 17.6197 22.9602 18.0102L20.8389 20.1315C20.4484 20.522 19.8152 20.522 19.4247 20.1315L15.182 15.8889C14.7915 15.4983 14.7915 14.8652 15.182 14.4747L15.5356 14.1211L14.8285 13.414L13.4143 14.8282C13.0238 15.2187 12.3906 15.2187 12.0001 14.8282L9.17163 11.9998C8.78111 11.6093 8.78111 10.9761 9.17163 10.5856L10.5858 9.17136L9.87874 8.46425L9.52519 8.8178C9.13466 9.20833 8.5015 9.20833 8.11097 8.8178L3.86833 4.57516Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.0861 16.6194C9.47949 16.3681 8.92829 15.9998 8.464 15.5355C7.9997 15.0712 7.63141 14.52 7.38013 13.9134C7.12886 13.3068 6.99953 12.6566 6.99953 12L4.99953 12C4.99953 12.9192 5.18059 13.8295 5.53237 14.6787C5.88416 15.528 6.39977 16.2997 7.04978 16.9497C7.6998 17.5997 8.47147 18.1153 9.32075 18.4671C10.17 18.8189 11.0803 19 11.9995 19V17C11.3429 17 10.6927 16.8706 10.0861 16.6194Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sensor-gps-medium",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSensorGpsMedium",
          "declaration": {
            "name": "ObiSensorGpsMedium",
            "module": "src/icons/icon-sensor-gps-medium.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sensor-gps-medium",
          "declaration": {
            "name": "ObiSensorGpsMedium",
            "module": "src/icons/icon-sensor-gps-medium.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sensor-gyro.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSensorGyro",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.46873 11.353C7.37401 11.6038 7.28514 11.8535 7.20311 12.1016C5.75584 10.6526 5.08104 9.22023 5.59373 8.33302C6.07616 7.49635 7.50682 7.33155 9.32713 7.75831C9.25389 7.86695 9.18162 7.97731 9.11033 8.08937C8.99119 8.27491 8.87498 8.46485 8.76073 8.65919C8.62889 8.63356 8.49998 8.61158 8.37498 8.59352C8.10838 8.55519 7.86717 8.53566 7.65233 8.53175C7.35155 8.52638 7.10252 8.55152 6.90526 8.5984C6.5703 8.67823 6.48241 8.79371 6.45994 8.83302C6.43651 8.87208 6.38084 9.00636 6.47948 9.33619C6.57811 9.66871 6.81053 10.1038 7.20994 10.6118C7.3242 10.7573 7.45018 10.9053 7.58592 11.0552L7.46873 11.353Z\" fill=\"currentColor\"/> <path d=\"M16.4228 13.0144C16.5644 12.6638 16.6924 12.3145 16.8066 11.9683C18.2519 13.4165 18.9267 14.8482 18.414 15.7351C17.9316 16.5713 16.5019 16.7363 14.6826 16.3103C14.8769 16.022 15.0664 15.7212 15.249 15.4092L15.3847 15.4348L15.4922 15.4529L15.6328 15.4744C16.2724 15.5667 16.7656 15.5501 17.1025 15.4695C17.4375 15.3899 17.5254 15.2744 17.5488 15.2351C17.5713 15.1961 17.6269 15.0615 17.5283 14.7319C17.4297 14.3992 17.1972 13.9641 16.7978 13.4563C16.6836 13.3113 16.5586 13.1638 16.4228 13.0144Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.67321 17.8034C7.25704 16.9857 7.60034 13.7398 9.44001 10.5534C11.2797 7.36706 13.919 5.4468 15.3352 6.26443C16.7514 7.08206 16.4081 10.3279 14.5684 13.5143C12.7288 16.7007 10.0894 18.621 8.67321 17.8034ZM9.13645 13.7129C8.97883 14.2371 8.87693 14.7293 8.83012 15.1719C8.76953 15.7447 8.80632 16.1864 8.89609 16.491C8.98386 16.7889 9.10096 16.8956 9.17321 16.9373C9.24546 16.979 9.39644 17.0271 9.69825 16.9542C10.007 16.8796 10.4079 16.6906 10.8737 16.3517C11.2336 16.0899 11.6089 15.7555 11.9841 15.3569C11.5023 15.134 11.0131 14.8808 10.5234 14.5982C10.0342 14.3156 9.5702 14.0187 9.13645 13.7129ZM12.661 14.5653C12.6334 14.5531 12.6057 14.5408 12.5781 14.5283C12.0703 14.301 11.5488 14.0354 11.0234 13.7322C10.4698 13.4124 9.95416 13.0752 9.48353 12.7309C9.70383 12.1866 9.9778 11.622 10.306 11.0534C10.6342 10.4851 10.9861 9.96562 11.3472 9.50278C11.8807 9.73817 12.4302 10.016 12.9844 10.3359C13.5384 10.6557 14.0538 10.993 14.5247 11.3374C14.3044 11.8815 14.0305 12.446 13.7024 13.0143C13.3742 13.5828 13.0222 14.1024 12.661 14.5653ZM12.0238 8.71141C12.3992 8.31255 12.7747 7.978 13.1347 7.71606C13.6006 7.37716 14.0014 7.18819 14.3102 7.1136C14.612 7.04069 14.763 7.08874 14.8352 7.13045C14.9075 7.17217 15.0246 7.27889 15.1123 7.57673C15.2021 7.88139 15.2389 8.32305 15.1783 8.89592C15.1315 9.33863 15.0295 9.83106 14.8718 10.3555C14.4378 10.0495 13.974 9.75242 13.4844 9.46974C13.2305 9.32301 12.9765 9.18434 12.7236 9.05348C12.4894 8.93254 12.2562 8.81844 12.0238 8.71141Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.1279 1.13404C17.8896 0.996104 17.6172 0.968028 17.3701 1.03419C17.123 1.10035 16.9004 1.261 16.7627 1.50025L15.9785 2.85792C11.0273 0.708995 5.23436 2.88502 2.93944 7.80738C0.895491 12.19 2.30174 17.2966 6.04295 20.0662L5.50975 20.9895C5.23436 21.4678 5.39744 22.0794 5.87596 22.3555C6.35448 22.6316 6.9658 22.4678 7.24217 21.9895L7.7617 21.0899L7.77635 21.0967C12.7812 23.4307 18.7314 21.2651 21.0654 16.2598C23.1514 11.7861 21.6435 6.55812 17.7256 3.83131L18.4941 2.50025C18.7705 2.02198 18.6064 1.41041 18.1279 1.13404ZM19.2529 15.4146C17.3857 19.419 12.626 21.1514 8.62108 19.2842C4.61717 17.4168 2.88475 12.657 4.75194 8.6526C6.61912 4.64845 11.3789 2.91603 15.3838 4.78321C19.3877 6.6504 21.1201 11.4102 19.2529 15.4146Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.46873 11.353C7.37401 11.6038 7.28514 11.8535 7.20311 12.1016C5.75584 10.6526 5.08104 9.22023 5.59373 8.33302C6.07616 7.49635 7.50682 7.33155 9.32713 7.75831C9.25389 7.86695 9.18162 7.97731 9.11033 8.08937C8.99119 8.27491 8.87498 8.46485 8.76073 8.65919C8.62889 8.63356 8.49998 8.61158 8.37498 8.59352C8.10838 8.55519 7.86717 8.53566 7.65233 8.53175C7.35155 8.52638 7.10252 8.55152 6.90526 8.5984C6.5703 8.67823 6.48241 8.79371 6.45994 8.83302C6.43651 8.87208 6.38084 9.00636 6.47948 9.33619C6.57811 9.66871 6.81053 10.1038 7.20994 10.6118C7.3242 10.7573 7.45018 10.9053 7.58592 11.0552L7.46873 11.353Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.4228 13.0144C16.5644 12.6638 16.6924 12.3145 16.8066 11.9683C18.2519 13.4165 18.9267 14.8482 18.414 15.7351C17.9316 16.5713 16.5019 16.7363 14.6826 16.3103C14.8769 16.022 15.0664 15.7212 15.249 15.4092L15.3847 15.4348L15.4922 15.4529L15.6328 15.4744C16.2724 15.5667 16.7656 15.5501 17.1025 15.4695C17.4375 15.3899 17.5254 15.2744 17.5488 15.2351C17.5713 15.1961 17.6269 15.0615 17.5283 14.7319C17.4297 14.3992 17.1972 13.9641 16.7978 13.4563C16.6836 13.3113 16.5586 13.1638 16.4228 13.0144Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.67321 17.8034C7.25704 16.9857 7.60034 13.7398 9.44001 10.5534C11.2797 7.36706 13.919 5.4468 15.3352 6.26443C16.7514 7.08206 16.4081 10.3279 14.5684 13.5143C12.7288 16.7007 10.0894 18.621 8.67321 17.8034ZM9.13645 13.7129C8.97883 14.2371 8.87693 14.7293 8.83012 15.1719C8.76953 15.7447 8.80632 16.1864 8.89609 16.491C8.98386 16.7889 9.10096 16.8956 9.17321 16.9373C9.24546 16.979 9.39644 17.0271 9.69825 16.9542C10.007 16.8796 10.4079 16.6906 10.8737 16.3517C11.2336 16.0899 11.6089 15.7555 11.9841 15.3569C11.5023 15.134 11.0131 14.8808 10.5234 14.5982C10.0342 14.3156 9.5702 14.0187 9.13645 13.7129ZM12.661 14.5653C12.6334 14.5531 12.6057 14.5408 12.5781 14.5283C12.0703 14.301 11.5488 14.0354 11.0234 13.7322C10.4698 13.4124 9.95416 13.0752 9.48353 12.7309C9.70383 12.1866 9.9778 11.622 10.306 11.0534C10.6342 10.4851 10.9861 9.96562 11.3472 9.50278C11.8807 9.73817 12.4302 10.016 12.9844 10.3359C13.5384 10.6557 14.0538 10.993 14.5247 11.3374C14.3044 11.8815 14.0305 12.446 13.7024 13.0143C13.3742 13.5828 13.0222 14.1024 12.661 14.5653ZM12.0238 8.71141C12.3992 8.31255 12.7747 7.978 13.1347 7.71606C13.6006 7.37716 14.0014 7.18819 14.3102 7.1136C14.612 7.04069 14.763 7.08874 14.8352 7.13045C14.9075 7.17217 15.0246 7.27889 15.1123 7.57673C15.2021 7.88139 15.2389 8.32305 15.1783 8.89592C15.1315 9.33863 15.0295 9.83106 14.8718 10.3555C14.4378 10.0495 13.974 9.75242 13.4844 9.46974C13.2305 9.32301 12.9765 9.18434 12.7236 9.05348C12.4894 8.93254 12.2562 8.81844 12.0238 8.71141Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.1279 1.13404C17.8896 0.996104 17.6172 0.968028 17.3701 1.03419C17.123 1.10035 16.9004 1.261 16.7627 1.50025L15.9785 2.85792C11.0273 0.708995 5.23436 2.88502 2.93944 7.80738C0.895491 12.19 2.30174 17.2966 6.04295 20.0662L5.50975 20.9895C5.23436 21.4678 5.39744 22.0794 5.87596 22.3555C6.35448 22.6316 6.9658 22.4678 7.24217 21.9895L7.7617 21.0899L7.77635 21.0967C12.7812 23.4307 18.7314 21.2651 21.0654 16.2598C23.1514 11.7861 21.6435 6.55812 17.7256 3.83131L18.4941 2.50025C18.7705 2.02198 18.6064 1.41041 18.1279 1.13404ZM19.2529 15.4146C17.3857 19.419 12.626 21.1514 8.62108 19.2842C4.61717 17.4168 2.88475 12.657 4.75194 8.6526C6.61912 4.64845 11.3789 2.91603 15.3838 4.78321C19.3877 6.6504 21.1201 11.4102 19.2529 15.4146Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sensor-gyro",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSensorGyro",
          "declaration": {
            "name": "ObiSensorGyro",
            "module": "src/icons/icon-sensor-gyro.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sensor-gyro",
          "declaration": {
            "name": "ObiSensorGyro",
            "module": "src/icons/icon-sensor-gyro.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-settings-default-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSettingsDefaultIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.85 13L5.55 14.5C5.35 14.5833 5.1625 14.6708 4.9875 14.7625C4.8125 14.8542 4.63333 14.9667 4.45 15.1L3 14.65L2 16.35L3.15 17.35C3.11667 17.5667 3.1 17.7833 3.1 18C3.1 18.2167 3.11667 18.4333 3.15 18.65L2 19.65L3 21.35L4.45 20.9C4.63333 21.0333 4.8125 21.1458 4.9875 21.2375C5.1625 21.3292 5.35 21.4167 5.55 21.5L5.85 23H7.85L8.15 21.5C8.35 21.4167 8.5375 21.3292 8.7125 21.2375C8.8875 21.1458 9.06667 21.0333 9.25 20.9L10.7 21.35L11.7 19.65L10.55 18.65C10.5833 18.4333 10.6 18.2167 10.6 18C10.6 17.7833 10.5833 17.5667 10.55 17.35L11.7 16.35L10.7 14.65L9.25 15.1C9.06667 14.9667 8.8875 14.8542 8.7125 14.7625C8.5375 14.6708 8.35 14.5833 8.15 14.5L7.85 13H5.85ZM6.85 16C7.4 16 7.87083 16.1958 8.2625 16.5875C8.65417 16.9792 8.85 17.45 8.85 18C8.85 18.55 8.65417 19.0208 8.2625 19.4125C7.87083 19.8042 7.4 20 6.85 20C6.3 20 5.82917 19.8042 5.4375 19.4125C5.04583 19.0208 4.85 18.55 4.85 18C4.85 17.45 5.04583 16.9792 5.4375 16.5875C5.82917 16.1958 6.3 16 6.85 16ZM14.8 2L14.35 4.1C14.0667 4.2 13.8042 4.32083 13.5625 4.4625C13.3208 4.60417 13.0833 4.76667 12.85 4.95L10.85 4.3L9.45 6.7L11.05 8.1C11.0167 8.4 11 8.7 11 9C11 9.3 11.0167 9.6 11.05 9.9L9.45 11.3L10.85 13.7L12.85 13.05C13.0833 13.2333 13.3208 13.3958 13.5625 13.5375C13.8042 13.6792 14.0667 13.8 14.35 13.9L14.8 16H17.6L18.05 13.9C18.3333 13.8 18.5958 13.6792 18.8375 13.5375C19.0792 13.3958 19.3167 13.2333 19.55 13.05L21.55 13.7L22.95 11.3L21.35 9.9C21.3833 9.6 21.4 9.3 21.4 9C21.4 8.7 21.3833 8.4 21.35 8.1L22.95 6.7L21.55 4.3L19.55 4.95C19.3167 4.76667 19.0792 4.60417 18.8375 4.4625C18.5958 4.32083 18.3333 4.2 18.05 4.1L17.6 2H14.8ZM16.2 6C17.0333 6 17.7417 6.29167 18.325 6.875C18.9083 7.45833 19.2 8.16667 19.2 9C19.2 9.83333 18.9083 10.5417 18.325 11.125C17.7417 11.7083 17.0333 12 16.2 12C15.3667 12 14.6583 11.7083 14.075 11.125C13.4917 10.5417 13.2 9.83333 13.2 9C13.2 8.16667 13.4917 7.45833 14.075 6.875C14.6583 6.29167 15.3667 6 16.2 6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.85 13L5.55 14.5C5.35 14.5833 5.1625 14.6708 4.9875 14.7625C4.8125 14.8542 4.63333 14.9667 4.45 15.1L3 14.65L2 16.35L3.15 17.35C3.11667 17.5667 3.1 17.7833 3.1 18C3.1 18.2167 3.11667 18.4333 3.15 18.65L2 19.65L3 21.35L4.45 20.9C4.63333 21.0333 4.8125 21.1458 4.9875 21.2375C5.1625 21.3292 5.35 21.4167 5.55 21.5L5.85 23H7.85L8.15 21.5C8.35 21.4167 8.5375 21.3292 8.7125 21.2375C8.8875 21.1458 9.06667 21.0333 9.25 20.9L10.7 21.35L11.7 19.65L10.55 18.65C10.5833 18.4333 10.6 18.2167 10.6 18C10.6 17.7833 10.5833 17.5667 10.55 17.35L11.7 16.35L10.7 14.65L9.25 15.1C9.06667 14.9667 8.8875 14.8542 8.7125 14.7625C8.5375 14.6708 8.35 14.5833 8.15 14.5L7.85 13H5.85ZM6.85 16C7.4 16 7.87083 16.1958 8.2625 16.5875C8.65417 16.9792 8.85 17.45 8.85 18C8.85 18.55 8.65417 19.0208 8.2625 19.4125C7.87083 19.8042 7.4 20 6.85 20C6.3 20 5.82917 19.8042 5.4375 19.4125C5.04583 19.0208 4.85 18.55 4.85 18C4.85 17.45 5.04583 16.9792 5.4375 16.5875C5.82917 16.1958 6.3 16 6.85 16ZM14.8 2L14.35 4.1C14.0667 4.2 13.8042 4.32083 13.5625 4.4625C13.3208 4.60417 13.0833 4.76667 12.85 4.95L10.85 4.3L9.45 6.7L11.05 8.1C11.0167 8.4 11 8.7 11 9C11 9.3 11.0167 9.6 11.05 9.9L9.45 11.3L10.85 13.7L12.85 13.05C13.0833 13.2333 13.3208 13.3958 13.5625 13.5375C13.8042 13.6792 14.0667 13.8 14.35 13.9L14.8 16H17.6L18.05 13.9C18.3333 13.8 18.5958 13.6792 18.8375 13.5375C19.0792 13.3958 19.3167 13.2333 19.55 13.05L21.55 13.7L22.95 11.3L21.35 9.9C21.3833 9.6 21.4 9.3 21.4 9C21.4 8.7 21.3833 8.4 21.35 8.1L22.95 6.7L21.55 4.3L19.55 4.95C19.3167 4.76667 19.0792 4.60417 18.8375 4.4625C18.5958 4.32083 18.3333 4.2 18.05 4.1L17.6 2H14.8ZM16.2 6C17.0333 6 17.7417 6.29167 18.325 6.875C18.9083 7.45833 19.2 8.16667 19.2 9C19.2 9.83333 18.9083 10.5417 18.325 11.125C17.7417 11.7083 17.0333 12 16.2 12C15.3667 12 14.6583 11.7083 14.075 11.125C13.4917 10.5417 13.2 9.83333 13.2 9C13.2 8.16667 13.4917 7.45833 14.075 6.875C14.6583 6.29167 15.3667 6 16.2 6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-settings-default-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSettingsDefaultIec",
          "declaration": {
            "name": "ObiSettingsDefaultIec",
            "module": "src/icons/icon-settings-default-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-settings-default-iec",
          "declaration": {
            "name": "ObiSettingsDefaultIec",
            "module": "src/icons/icon-settings-default-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-settings-default-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSettingsDefaultProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.2502 22L8.8502 18.8C8.63353 18.7167 8.42936 18.6167 8.2377 18.5C8.04603 18.3833 7.85853 18.2583 7.6752 18.125L4.7002 19.375L1.9502 14.625L4.5252 12.675C4.50853 12.5583 4.5002 12.4458 4.5002 12.3375V11.6625C4.5002 11.5542 4.50853 11.4417 4.5252 11.325L1.9502 9.375L4.7002 4.625L7.6752 5.875C7.85853 5.74167 8.0502 5.61667 8.2502 5.5C8.4502 5.38333 8.6502 5.28333 8.8502 5.2L9.2502 2H14.7502L15.1502 5.2C15.3669 5.28333 15.571 5.38333 15.7627 5.5C15.9544 5.61667 16.1419 5.74167 16.3252 5.875L19.3002 4.625L22.0502 9.375L19.4752 11.325C19.4919 11.4417 19.5002 11.5542 19.5002 11.6625V12.3375C19.5002 12.4458 19.4835 12.5583 19.4502 12.675L22.0252 14.625L19.2752 19.375L16.3252 18.125C16.1419 18.2583 15.9502 18.3833 15.7502 18.5C15.5502 18.6167 15.3502 18.7167 15.1502 18.8L14.7502 22H9.2502ZM11.0002 20H12.9752L13.3252 17.35C13.8419 17.2167 14.321 17.0208 14.7627 16.7625C15.2044 16.5042 15.6085 16.1917 15.9752 15.825L18.4502 16.85L19.4252 15.15L17.2752 13.525C17.3585 13.2917 17.4169 13.0458 17.4502 12.7875C17.4835 12.5292 17.5002 12.2667 17.5002 12C17.5002 11.7333 17.4835 11.4708 17.4502 11.2125C17.4169 10.9542 17.3585 10.7083 17.2752 10.475L19.4252 8.85L18.4502 7.15L15.9752 8.2C15.6085 7.81667 15.2044 7.49583 14.7627 7.2375C14.321 6.97917 13.8419 6.78333 13.3252 6.65L13.0002 4H11.0252L10.6752 6.65C10.1585 6.78333 9.67936 6.97917 9.2377 7.2375C8.79603 7.49583 8.39186 7.80833 8.0252 8.175L5.5502 7.15L4.5752 8.85L6.7252 10.45C6.64186 10.7 6.58353 10.95 6.5502 11.2C6.51686 11.45 6.5002 11.7167 6.5002 12C6.5002 12.2667 6.51686 12.525 6.5502 12.775C6.58353 13.025 6.64186 13.275 6.7252 13.525L4.5752 15.15L5.5502 16.85L8.0252 15.8C8.39186 16.1833 8.79603 16.5042 9.2377 16.7625C9.67936 17.0208 10.1585 17.2167 10.6752 17.35L11.0002 20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2073 10.2071L11.0002 15.4142L7.79309 12.2071L9.2073 10.7929L11.0002 12.5858L14.7931 8.79289L16.2073 10.2071Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.2502 22L8.8502 18.8C8.63353 18.7167 8.42936 18.6167 8.2377 18.5C8.04603 18.3833 7.85853 18.2583 7.6752 18.125L4.7002 19.375L1.9502 14.625L4.5252 12.675C4.50853 12.5583 4.5002 12.4458 4.5002 12.3375V11.6625C4.5002 11.5542 4.50853 11.4417 4.5252 11.325L1.9502 9.375L4.7002 4.625L7.6752 5.875C7.85853 5.74167 8.0502 5.61667 8.2502 5.5C8.4502 5.38333 8.6502 5.28333 8.8502 5.2L9.2502 2H14.7502L15.1502 5.2C15.3669 5.28333 15.571 5.38333 15.7627 5.5C15.9544 5.61667 16.1419 5.74167 16.3252 5.875L19.3002 4.625L22.0502 9.375L19.4752 11.325C19.4919 11.4417 19.5002 11.5542 19.5002 11.6625V12.3375C19.5002 12.4458 19.4835 12.5583 19.4502 12.675L22.0252 14.625L19.2752 19.375L16.3252 18.125C16.1419 18.2583 15.9502 18.3833 15.7502 18.5C15.5502 18.6167 15.3502 18.7167 15.1502 18.8L14.7502 22H9.2502ZM11.0002 20H12.9752L13.3252 17.35C13.8419 17.2167 14.321 17.0208 14.7627 16.7625C15.2044 16.5042 15.6085 16.1917 15.9752 15.825L18.4502 16.85L19.4252 15.15L17.2752 13.525C17.3585 13.2917 17.4169 13.0458 17.4502 12.7875C17.4835 12.5292 17.5002 12.2667 17.5002 12C17.5002 11.7333 17.4835 11.4708 17.4502 11.2125C17.4169 10.9542 17.3585 10.7083 17.2752 10.475L19.4252 8.85L18.4502 7.15L15.9752 8.2C15.6085 7.81667 15.2044 7.49583 14.7627 7.2375C14.321 6.97917 13.8419 6.78333 13.3252 6.65L13.0002 4H11.0252L10.6752 6.65C10.1585 6.78333 9.67936 6.97917 9.2377 7.2375C8.79603 7.49583 8.39186 7.80833 8.0252 8.175L5.5502 7.15L4.5752 8.85L6.7252 10.45C6.64186 10.7 6.58353 10.95 6.5502 11.2C6.51686 11.45 6.5002 11.7167 6.5002 12C6.5002 12.2667 6.51686 12.525 6.5502 12.775C6.58353 13.025 6.64186 13.275 6.7252 13.525L4.5752 15.15L5.5502 16.85L8.0252 15.8C8.39186 16.1833 8.79603 16.5042 9.2377 16.7625C9.67936 17.0208 10.1585 17.2167 10.6752 17.35L11.0002 20Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2073 10.2071L11.0002 15.4142L7.79309 12.2071L9.2073 10.7929L11.0002 12.5858L14.7931 8.79289L16.2073 10.2071Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-settings-default-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSettingsDefaultProposal",
          "declaration": {
            "name": "ObiSettingsDefaultProposal",
            "module": "src/icons/icon-settings-default-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-settings-default-proposal",
          "declaration": {
            "name": "ObiSettingsDefaultProposal",
            "module": "src/icons/icon-settings-default-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-settings-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSettingsIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.24995 22L8.84995 18.8C8.63328 18.7167 8.42912 18.6167 8.23745 18.5C8.04578 18.3833 7.85828 18.2583 7.67495 18.125L4.69995 19.375L1.94995 14.625L4.52495 12.675C4.50828 12.5583 4.49995 12.4458 4.49995 12.3375V11.6625C4.49995 11.5542 4.50828 11.4417 4.52495 11.325L1.94995 9.375L4.69995 4.625L7.67495 5.875C7.85828 5.74167 8.04995 5.61667 8.24995 5.5C8.44995 5.38333 8.64995 5.28333 8.84995 5.2L9.24995 2H14.75L15.15 5.2C15.3666 5.28333 15.5708 5.38333 15.7625 5.5C15.9541 5.61667 16.1416 5.74167 16.325 5.875L19.3 4.625L22.05 9.375L19.475 11.325C19.4916 11.4417 19.5 11.5542 19.5 11.6625V12.3375C19.5 12.4458 19.4833 12.5583 19.45 12.675L22.025 14.625L19.275 19.375L16.325 18.125C16.1416 18.2583 15.95 18.3833 15.75 18.5C15.55 18.6167 15.35 18.7167 15.15 18.8L14.75 22H9.24995ZM11 20H12.975L13.325 17.35C13.8416 17.2167 14.3208 17.0208 14.7625 16.7625C15.2041 16.5042 15.6083 16.1917 15.975 15.825L18.45 16.85L19.425 15.15L17.275 13.525C17.3583 13.2917 17.4166 13.0458 17.45 12.7875C17.4833 12.5292 17.5 12.2667 17.5 12C17.5 11.7333 17.4833 11.4708 17.45 11.2125C17.4166 10.9542 17.3583 10.7083 17.275 10.475L19.425 8.85L18.45 7.15L15.975 8.2C15.6083 7.81667 15.2041 7.49583 14.7625 7.2375C14.3208 6.97917 13.8416 6.78333 13.325 6.65L13 4H11.025L10.675 6.65C10.1583 6.78333 9.67912 6.97917 9.23745 7.2375C8.79578 7.49583 8.39162 7.80833 8.02495 8.175L5.54995 7.15L4.57495 8.85L6.72495 10.45C6.64162 10.7 6.58328 10.95 6.54995 11.2C6.51662 11.45 6.49995 11.7167 6.49995 12C6.49995 12.2667 6.51662 12.525 6.54995 12.775C6.58328 13.025 6.64162 13.275 6.72495 13.525L4.57495 15.15L5.54995 16.85L8.02495 15.8C8.39162 16.1833 8.79578 16.5042 9.23745 16.7625C9.67912 17.0208 10.1583 17.2167 10.675 17.35L11 20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1715 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1715 13.5 12 13.5ZM12 15.5C13.9329 15.5 15.5 13.933 15.5 12C15.5 10.067 13.9329 8.5 12 8.5C10.067 8.5 8.49995 10.067 8.49995 12C8.49995 13.933 10.067 15.5 12 15.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.24995 22L8.84995 18.8C8.63328 18.7167 8.42912 18.6167 8.23745 18.5C8.04578 18.3833 7.85828 18.2583 7.67495 18.125L4.69995 19.375L1.94995 14.625L4.52495 12.675C4.50828 12.5583 4.49995 12.4458 4.49995 12.3375V11.6625C4.49995 11.5542 4.50828 11.4417 4.52495 11.325L1.94995 9.375L4.69995 4.625L7.67495 5.875C7.85828 5.74167 8.04995 5.61667 8.24995 5.5C8.44995 5.38333 8.64995 5.28333 8.84995 5.2L9.24995 2H14.75L15.15 5.2C15.3666 5.28333 15.5708 5.38333 15.7625 5.5C15.9541 5.61667 16.1416 5.74167 16.325 5.875L19.3 4.625L22.05 9.375L19.475 11.325C19.4916 11.4417 19.5 11.5542 19.5 11.6625V12.3375C19.5 12.4458 19.4833 12.5583 19.45 12.675L22.025 14.625L19.275 19.375L16.325 18.125C16.1416 18.2583 15.95 18.3833 15.75 18.5C15.55 18.6167 15.35 18.7167 15.15 18.8L14.75 22H9.24995ZM11 20H12.975L13.325 17.35C13.8416 17.2167 14.3208 17.0208 14.7625 16.7625C15.2041 16.5042 15.6083 16.1917 15.975 15.825L18.45 16.85L19.425 15.15L17.275 13.525C17.3583 13.2917 17.4166 13.0458 17.45 12.7875C17.4833 12.5292 17.5 12.2667 17.5 12C17.5 11.7333 17.4833 11.4708 17.45 11.2125C17.4166 10.9542 17.3583 10.7083 17.275 10.475L19.425 8.85L18.45 7.15L15.975 8.2C15.6083 7.81667 15.2041 7.49583 14.7625 7.2375C14.3208 6.97917 13.8416 6.78333 13.325 6.65L13 4H11.025L10.675 6.65C10.1583 6.78333 9.67912 6.97917 9.23745 7.2375C8.79578 7.49583 8.39162 7.80833 8.02495 8.175L5.54995 7.15L4.57495 8.85L6.72495 10.45C6.64162 10.7 6.58328 10.95 6.54995 11.2C6.51662 11.45 6.49995 11.7167 6.49995 12C6.49995 12.2667 6.51662 12.525 6.54995 12.775C6.58328 13.025 6.64162 13.275 6.72495 13.525L4.57495 15.15L5.54995 16.85L8.02495 15.8C8.39162 16.1833 8.79578 16.5042 9.23745 16.7625C9.67912 17.0208 10.1583 17.2167 10.675 17.35L11 20Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1715 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1715 13.5 12 13.5ZM12 15.5C13.9329 15.5 15.5 13.933 15.5 12C15.5 10.067 13.9329 8.5 12 8.5C10.067 8.5 8.49995 10.067 8.49995 12C8.49995 13.933 10.067 15.5 12 15.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-settings-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSettingsIec",
          "declaration": {
            "name": "ObiSettingsIec",
            "module": "src/icons/icon-settings-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-settings-iec",
          "declaration": {
            "name": "ObiSettingsIec",
            "module": "src/icons/icon-settings-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-settings-user-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSettingsUserIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 20V18.32C10 17.84 10.125 17.395 10.375 16.985C10.625 16.575 10.98 16.28 11.44 16.1C12.16 15.8 12.905 15.575 13.675 15.425C14.445 15.275 15.22 15.2 16 15.2C16.78 15.2 17.555 15.275 18.325 15.425C19.095 15.575 19.84 15.8 20.56 16.1C21.02 16.28 21.375 16.575 21.625 16.985C21.875 17.395 22 17.84 22 18.32V20H10ZM16 14C15.16 14 14.45 13.71 13.87 13.13C13.29 12.55 13 11.84 13 11C13 10.16 13.29 9.45 13.87 8.87C14.45 8.29 15.16 8 16 8C16.84 8 17.55 8.29 18.13 8.87C18.71 9.45 19 10.16 19 11C19 11.84 18.71 12.55 18.13 13.13C17.55 13.71 16.84 14 16 14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.85 14L5.55 12.5C5.35 12.4167 5.1625 12.3292 4.9875 12.2375C4.8125 12.1458 4.63333 12.0333 4.45 11.9L3 12.35L2 10.65L3.15 9.65C3.11667 9.41667 3.1 9.2 3.1 9C3.1 8.8 3.11667 8.58333 3.15 8.35L2 7.35L3 5.65L4.45 6.1C4.63333 5.96667 4.8125 5.85417 4.9875 5.7625C5.1625 5.67083 5.35 5.58333 5.55 5.5L5.85 4H7.85L8.15 5.5C8.35 5.58333 8.5375 5.675 8.7125 5.775C8.8875 5.875 9.06667 6 9.25 6.15L10.7 5.65L11.7 7.4L10.55 8.4C10.5833 8.6 10.6 8.80833 10.6 9.025C10.6 9.24167 10.5833 9.45 10.55 9.65L11.7 10.65L10.7 12.35L9.25 11.9C9.06667 12.0333 8.8875 12.1458 8.7125 12.2375C8.5375 12.3292 8.35 12.4167 8.15 12.5L7.85 14H5.85ZM8.2625 10.4125C7.87083 10.8042 7.4 11 6.85 11C6.3 11 5.82917 10.8042 5.4375 10.4125C5.04583 10.0208 4.85 9.55 4.85 9C4.85 8.45 5.04583 7.97917 5.4375 7.5875C5.82917 7.19583 6.3 7 6.85 7C7.4 7 7.87083 7.19583 8.2625 7.5875C8.65417 7.97917 8.85 8.45 8.85 9C8.85 9.55 8.65417 10.0208 8.2625 10.4125Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 20V18.32C10 17.84 10.125 17.395 10.375 16.985C10.625 16.575 10.98 16.28 11.44 16.1C12.16 15.8 12.905 15.575 13.675 15.425C14.445 15.275 15.22 15.2 16 15.2C16.78 15.2 17.555 15.275 18.325 15.425C19.095 15.575 19.84 15.8 20.56 16.1C21.02 16.28 21.375 16.575 21.625 16.985C21.875 17.395 22 17.84 22 18.32V20H10ZM16 14C15.16 14 14.45 13.71 13.87 13.13C13.29 12.55 13 11.84 13 11C13 10.16 13.29 9.45 13.87 8.87C14.45 8.29 15.16 8 16 8C16.84 8 17.55 8.29 18.13 8.87C18.71 9.45 19 10.16 19 11C19 11.84 18.71 12.55 18.13 13.13C17.55 13.71 16.84 14 16 14Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.85 14L5.55 12.5C5.35 12.4167 5.1625 12.3292 4.9875 12.2375C4.8125 12.1458 4.63333 12.0333 4.45 11.9L3 12.35L2 10.65L3.15 9.65C3.11667 9.41667 3.1 9.2 3.1 9C3.1 8.8 3.11667 8.58333 3.15 8.35L2 7.35L3 5.65L4.45 6.1C4.63333 5.96667 4.8125 5.85417 4.9875 5.7625C5.1625 5.67083 5.35 5.58333 5.55 5.5L5.85 4H7.85L8.15 5.5C8.35 5.58333 8.5375 5.675 8.7125 5.775C8.8875 5.875 9.06667 6 9.25 6.15L10.7 5.65L11.7 7.4L10.55 8.4C10.5833 8.6 10.6 8.80833 10.6 9.025C10.6 9.24167 10.5833 9.45 10.55 9.65L11.7 10.65L10.7 12.35L9.25 11.9C9.06667 12.0333 8.8875 12.1458 8.7125 12.2375C8.5375 12.3292 8.35 12.4167 8.15 12.5L7.85 14H5.85ZM8.2625 10.4125C7.87083 10.8042 7.4 11 6.85 11C6.3 11 5.82917 10.8042 5.4375 10.4125C5.04583 10.0208 4.85 9.55 4.85 9C4.85 8.45 5.04583 7.97917 5.4375 7.5875C5.82917 7.19583 6.3 7 6.85 7C7.4 7 7.87083 7.19583 8.2625 7.5875C8.65417 7.97917 8.85 8.45 8.85 9C8.85 9.55 8.65417 10.0208 8.2625 10.4125Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-settings-user-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSettingsUserIec",
          "declaration": {
            "name": "ObiSettingsUserIec",
            "module": "src/icons/icon-settings-user-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-settings-user-iec",
          "declaration": {
            "name": "ObiSettingsUserIec",
            "module": "src/icons/icon-settings-user-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-settings-user-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSettingsUserProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 12C8.9 12 7.95833 11.6083 7.175 10.825C6.39167 10.0417 6 9.1 6 8C6 6.9 6.39167 5.95833 7.175 5.175C7.95833 4.39167 8.9 4 10 4C11.1 4 12.0417 4.39167 12.825 5.175C13.6083 5.95833 14 6.9 14 8C14 9.1 13.6083 10.0417 12.825 10.825C12.0417 11.6083 11.1 12 10 12ZM2 20V17.2C2 16.65 2.14167 16.1333 2.425 15.65C2.70833 15.1667 3.1 14.8 3.6 14.55C4.45 14.1167 5.40833 13.75 6.475 13.45C7.54167 13.15 8.71667 13 10 13H10.35C10.45 13 10.55 13.0167 10.65 13.05C10.5167 13.35 10.4042 13.6625 10.3125 13.9875C10.2208 14.3125 10.15 14.65 10.1 15H10C8.81667 15 7.75417 15.15 6.8125 15.45C5.87083 15.75 5.1 16.05 4.5 16.35C4.35 16.4333 4.22917 16.55 4.1375 16.7C4.04583 16.85 4 17.0167 4 17.2V18H10.3C10.4 18.35 10.5333 18.6958 10.7 19.0375C10.8667 19.3792 11.05 19.7 11.25 20H2ZM16 21L15.7 19.5C15.5 19.4167 15.3125 19.3292 15.1375 19.2375C14.9625 19.1458 14.7833 19.0333 14.6 18.9L13.15 19.35L12.15 17.65L13.3 16.65C13.2667 16.4167 13.25 16.2 13.25 16C13.25 15.8 13.2667 15.5833 13.3 15.35L12.15 14.35L13.15 12.65L14.6 13.1C14.7833 12.9667 14.9625 12.8542 15.1375 12.7625C15.3125 12.6708 15.5 12.5833 15.7 12.5L16 11H18L18.3 12.5C18.5 12.5833 18.6875 12.675 18.8625 12.775C19.0375 12.875 19.2167 13 19.4 13.15L20.85 12.65L21.85 14.4L20.7 15.4C20.7333 15.6 20.75 15.8083 20.75 16.025C20.75 16.2417 20.7333 16.45 20.7 16.65L21.85 17.65L20.85 19.35L19.4 18.9C19.2167 19.0333 19.0375 19.1458 18.8625 19.2375C18.6875 19.3292 18.5 19.4167 18.3 19.5L18 21H16ZM17 18C17.55 18 18.0208 17.8042 18.4125 17.4125C18.8042 17.0208 19 16.55 19 16C19 15.45 18.8042 14.9792 18.4125 14.5875C18.0208 14.1958 17.55 14 17 14C16.45 14 15.9792 14.1958 15.5875 14.5875C15.1958 14.9792 15 15.45 15 16C15 16.55 15.1958 17.0208 15.5875 17.4125C15.9792 17.8042 16.45 18 17 18ZM10 10C10.55 10 11.0208 9.80417 11.4125 9.4125C11.8042 9.02083 12 8.55 12 8C12 7.45 11.8042 6.97917 11.4125 6.5875C11.0208 6.19583 10.55 6 10 6C9.45 6 8.97917 6.19583 8.5875 6.5875C8.19583 6.97917 8 7.45 8 8C8 8.55 8.19583 9.02083 8.5875 9.4125C8.97917 9.80417 9.45 10 10 10Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 12C8.9 12 7.95833 11.6083 7.175 10.825C6.39167 10.0417 6 9.1 6 8C6 6.9 6.39167 5.95833 7.175 5.175C7.95833 4.39167 8.9 4 10 4C11.1 4 12.0417 4.39167 12.825 5.175C13.6083 5.95833 14 6.9 14 8C14 9.1 13.6083 10.0417 12.825 10.825C12.0417 11.6083 11.1 12 10 12ZM2 20V17.2C2 16.65 2.14167 16.1333 2.425 15.65C2.70833 15.1667 3.1 14.8 3.6 14.55C4.45 14.1167 5.40833 13.75 6.475 13.45C7.54167 13.15 8.71667 13 10 13H10.35C10.45 13 10.55 13.0167 10.65 13.05C10.5167 13.35 10.4042 13.6625 10.3125 13.9875C10.2208 14.3125 10.15 14.65 10.1 15H10C8.81667 15 7.75417 15.15 6.8125 15.45C5.87083 15.75 5.1 16.05 4.5 16.35C4.35 16.4333 4.22917 16.55 4.1375 16.7C4.04583 16.85 4 17.0167 4 17.2V18H10.3C10.4 18.35 10.5333 18.6958 10.7 19.0375C10.8667 19.3792 11.05 19.7 11.25 20H2ZM16 21L15.7 19.5C15.5 19.4167 15.3125 19.3292 15.1375 19.2375C14.9625 19.1458 14.7833 19.0333 14.6 18.9L13.15 19.35L12.15 17.65L13.3 16.65C13.2667 16.4167 13.25 16.2 13.25 16C13.25 15.8 13.2667 15.5833 13.3 15.35L12.15 14.35L13.15 12.65L14.6 13.1C14.7833 12.9667 14.9625 12.8542 15.1375 12.7625C15.3125 12.6708 15.5 12.5833 15.7 12.5L16 11H18L18.3 12.5C18.5 12.5833 18.6875 12.675 18.8625 12.775C19.0375 12.875 19.2167 13 19.4 13.15L20.85 12.65L21.85 14.4L20.7 15.4C20.7333 15.6 20.75 15.8083 20.75 16.025C20.75 16.2417 20.7333 16.45 20.7 16.65L21.85 17.65L20.85 19.35L19.4 18.9C19.2167 19.0333 19.0375 19.1458 18.8625 19.2375C18.6875 19.3292 18.5 19.4167 18.3 19.5L18 21H16ZM17 18C17.55 18 18.0208 17.8042 18.4125 17.4125C18.8042 17.0208 19 16.55 19 16C19 15.45 18.8042 14.9792 18.4125 14.5875C18.0208 14.1958 17.55 14 17 14C16.45 14 15.9792 14.1958 15.5875 14.5875C15.1958 14.9792 15 15.45 15 16C15 16.55 15.1958 17.0208 15.5875 17.4125C15.9792 17.8042 16.45 18 17 18ZM10 10C10.55 10 11.0208 9.80417 11.4125 9.4125C11.8042 9.02083 12 8.55 12 8C12 7.45 11.8042 6.97917 11.4125 6.5875C11.0208 6.19583 10.55 6 10 6C9.45 6 8.97917 6.19583 8.5875 6.5875C8.19583 6.97917 8 7.45 8 8C8 8.55 8.19583 9.02083 8.5875 9.4125C8.97917 9.80417 9.45 10 10 10Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-settings-user-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSettingsUserProposal",
          "declaration": {
            "name": "ObiSettingsUserProposal",
            "module": "src/icons/icon-settings-user-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-settings-user-proposal",
          "declaration": {
            "name": "ObiSettingsUserProposal",
            "module": "src/icons/icon-settings-user-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ship-bulkcarrier.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiShipBulkcarrier",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 7.0001V10.4648H22C22 11.9496 21.4708 13.3399 20.3384 14.4532C19.8796 14.3886 19.4251 14.2576 18.9878 14.0645C18.6879 13.9353 17.9994 13.5073 17.9994 13.5073C17.9994 13.5073 17.3086 13.9292 17.0086 14.0584C15.7161 14.6143 14.2808 14.6138 12.9885 14.0572C12.6885 13.928 12 13.5 12 13.5C12 13.5 11.3115 13.928 11.0115 14.0572C9.71724 14.6147 8.27971 14.6155 6.98565 14.0572C6.6857 13.928 6 13.5 6 13.5C6 13.5 5.31146 13.9313 5.01151 14.0605C4.36195 14.3488 3.68364 14.5 3 14.5H2V10.4648H3.5V7.5C3.5 7.22385 3.72386 7 4.00001 7L9.5 7.0001ZM8 8.46483H5V10.4648H8V8.46483Z\" fill=\"currentColor\"/> <path d=\"M21 18C19.97 18 18.94 17.75 18 17.25C16.11 18.25 13.89 18.25 12 17.25C10.11 18.25 7.89 18.25 6 17.25C5.05 17.75 4.03 18 3 18H2V16H3C3.68364 16 4.36195 15.8488 5.01151 15.5605C5.31146 15.4313 6 15 6 15C6 15 6.6857 15.428 6.98565 15.5572C8.27971 16.1155 9.71724 16.1147 11.0115 15.5572C11.3115 15.428 12 15 12 15C12 15 12.6885 15.428 12.9885 15.5572C14.2809 16.1139 15.7161 16.1143 17.0086 15.5584C17.3086 15.4292 17.9994 15.0073 17.9994 15.0073C17.9994 15.0073 18.6879 15.4353 18.9878 15.5645C19.6348 15.8502 20.3196 16 21 16H22V18H21Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 7.0001V10.4648H22C22 11.9496 21.4708 13.3399 20.3384 14.4532C19.8796 14.3886 19.4251 14.2576 18.9878 14.0645C18.6879 13.9353 17.9994 13.5073 17.9994 13.5073C17.9994 13.5073 17.3086 13.9292 17.0086 14.0584C15.7161 14.6143 14.2808 14.6138 12.9885 14.0572C12.6885 13.928 12 13.5 12 13.5C12 13.5 11.3115 13.928 11.0115 14.0572C9.71724 14.6147 8.27971 14.6155 6.98565 14.0572C6.6857 13.928 6 13.5 6 13.5C6 13.5 5.31146 13.9313 5.01151 14.0605C4.36195 14.3488 3.68364 14.5 3 14.5H2V10.4648H3.5V7.5C3.5 7.22385 3.72386 7 4.00001 7L9.5 7.0001ZM8 8.46483H5V10.4648H8V8.46483Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 18C19.97 18 18.94 17.75 18 17.25C16.11 18.25 13.89 18.25 12 17.25C10.11 18.25 7.89 18.25 6 17.25C5.05 17.75 4.03 18 3 18H2V16H3C3.68364 16 4.36195 15.8488 5.01151 15.5605C5.31146 15.4313 6 15 6 15C6 15 6.6857 15.428 6.98565 15.5572C8.27971 16.1155 9.71724 16.1147 11.0115 15.5572C11.3115 15.428 12 15 12 15C12 15 12.6885 15.428 12.9885 15.5572C14.2809 16.1139 15.7161 16.1143 17.0086 15.5584C17.3086 15.4292 17.9994 15.0073 17.9994 15.0073C17.9994 15.0073 18.6879 15.4353 18.9878 15.5645C19.6348 15.8502 20.3196 16 21 16H22V18H21Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ship-bulkcarrier",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiShipBulkcarrier",
          "declaration": {
            "name": "ObiShipBulkcarrier",
            "module": "src/icons/icon-ship-bulkcarrier.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ship-bulkcarrier",
          "declaration": {
            "name": "ObiShipBulkcarrier",
            "module": "src/icons/icon-ship-bulkcarrier.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ship-carferry.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiShipCarferry",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5 11H22L20.2778 14.4443C19.8396 14.3769 19.4059 14.2491 18.9878 14.0645C18.6879 13.9353 17.9996 13.5073 17.9996 13.5073C17.9996 13.5073 17.3086 13.9292 17.0086 14.0584C15.7161 14.6143 14.2808 14.6138 12.9885 14.0572C12.6885 13.928 12.0002 13.5 12.0002 13.5C12.0002 13.5 11.3115 13.928 11.0115 14.0572C9.71724 14.6147 8.27971 14.6143 6.98565 14.056C6.6857 13.9268 6.00021 13.5 6.00021 13.5C6.00021 13.5 5.31167 13.9313 5.01172 14.0605C4.59133 14.2471 4.16178 14.3762 3.72207 14.4442L2 11H8.5L10 9H11V8H13V9H14L15.5 11ZM10.5 10H13.5L14.25 11H9.75L10.5 10Z\" fill=\"currentColor\"/> <path d=\"M18 17.25C18.94 17.75 19.97 18 21 18H22V16H21C20.3196 16 19.6348 15.8502 18.9878 15.5645C18.6879 15.4353 17.9996 15.0073 17.9996 15.0073C17.9996 15.0073 17.3086 15.4292 17.0086 15.5584C15.7161 16.1143 14.2809 16.1139 12.9885 15.5572C12.6885 15.428 12.0002 15 12.0002 15C12.0002 15 11.3115 15.428 11.0115 15.5572C9.71724 16.1147 8.27971 16.1143 6.98565 15.556C6.6857 15.4268 6.00021 15 6.00021 15C6.00021 15 5.31167 15.4313 5.01172 15.5605C4.36216 15.8488 3.68364 16 3 16H2V18H3C4.03 18 5.05 17.75 6 17.25C7.89 18.25 10.11 18.25 12 17.25C13.89 18.25 16.11 18.25 18 17.25Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5 11H22L20.2778 14.4443C19.8396 14.3769 19.4059 14.2491 18.9878 14.0645C18.6879 13.9353 17.9996 13.5073 17.9996 13.5073C17.9996 13.5073 17.3086 13.9292 17.0086 14.0584C15.7161 14.6143 14.2808 14.6138 12.9885 14.0572C12.6885 13.928 12.0002 13.5 12.0002 13.5C12.0002 13.5 11.3115 13.928 11.0115 14.0572C9.71724 14.6147 8.27971 14.6143 6.98565 14.056C6.6857 13.9268 6.00021 13.5 6.00021 13.5C6.00021 13.5 5.31167 13.9313 5.01172 14.0605C4.59133 14.2471 4.16178 14.3762 3.72207 14.4442L2 11H8.5L10 9H11V8H13V9H14L15.5 11ZM10.5 10H13.5L14.25 11H9.75L10.5 10Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 17.25C18.94 17.75 19.97 18 21 18H22V16H21C20.3196 16 19.6348 15.8502 18.9878 15.5645C18.6879 15.4353 17.9996 15.0073 17.9996 15.0073C17.9996 15.0073 17.3086 15.4292 17.0086 15.5584C15.7161 16.1143 14.2809 16.1139 12.9885 15.5572C12.6885 15.428 12.0002 15 12.0002 15C12.0002 15 11.3115 15.428 11.0115 15.5572C9.71724 16.1147 8.27971 16.1143 6.98565 15.556C6.6857 15.4268 6.00021 15 6.00021 15C6.00021 15 5.31167 15.4313 5.01172 15.5605C4.36216 15.8488 3.68364 16 3 16H2V18H3C4.03 18 5.05 17.75 6 17.25C7.89 18.25 10.11 18.25 12 17.25C13.89 18.25 16.11 18.25 18 17.25Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ship-carferry",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiShipCarferry",
          "declaration": {
            "name": "ObiShipCarferry",
            "module": "src/icons/icon-ship-carferry.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ship-carferry",
          "declaration": {
            "name": "ObiShipCarferry",
            "module": "src/icons/icon-ship-carferry.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ship-container.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiShipContainer",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 5H13V7H9V5Z\" fill=\"currentColor\"/> <path d=\"M9 8H13V10H9V8Z\" fill=\"currentColor\"/> <path d=\"M14 8H18V10H14V8Z\" fill=\"currentColor\"/> <path d=\"M4 8H8V10H4V8Z\" fill=\"currentColor\"/> <path d=\"M8 5H4V7H8V5Z\" fill=\"currentColor\"/> <path d=\"M18 17.25C18.94 17.75 19.97 18 21 18H22V16H21C20.3196 16 19.6348 15.8502 18.9878 15.5645C18.6879 15.4353 17.9996 15.0073 17.9996 15.0073C17.9996 15.0073 17.3086 15.4292 17.0086 15.5584C15.7161 16.1143 14.2809 16.1139 12.9885 15.5572C12.6885 15.428 12.0002 15 12.0002 15C12.0002 15 11.3115 15.428 11.0115 15.5572C9.71724 16.1147 8.27971 16.1143 6.98565 15.556C6.6857 15.4268 6.00021 15 6.00021 15C6.00021 15 5.31167 15.4313 5.01172 15.5605C4.36216 15.8488 3.68364 16 3 16H2V18H3C4.03 18 5.05 17.75 6 17.25C7.89 18.25 10.11 18.25 12 17.25C13.89 18.25 16.11 18.25 18 17.25Z\" fill=\"currentColor\"/> <path d=\"M22 11L3 10.9999V14.5C3.68364 14.5 4.36216 14.3487 5.01172 14.0605C5.31167 13.9313 6.00021 13.5 6.00021 13.5C6.00021 13.5 6.6857 13.9268 6.98565 14.056C8.27971 14.6143 9.71724 14.6147 11.0115 14.0572C11.3115 13.928 12.0002 13.5 12.0002 13.5C12.0002 13.5 12.6885 13.928 12.9885 14.0572C14.2809 14.6139 15.7161 14.6143 17.0086 14.0584C17.3086 13.9292 17.9996 13.5073 17.9996 13.5073C17.9996 13.5073 18.6879 13.9353 18.9878 14.0645C19.3459 14.2226 19.7154 14.3391 20.0894 14.4116C21.2355 13.7081 22 12.4433 22 11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 5H13V7H9V5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9 8H13V10H9V8Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14 8H18V10H14V8Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4 8H8V10H4V8Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 5H4V7H8V5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 17.25C18.94 17.75 19.97 18 21 18H22V16H21C20.3196 16 19.6348 15.8502 18.9878 15.5645C18.6879 15.4353 17.9996 15.0073 17.9996 15.0073C17.9996 15.0073 17.3086 15.4292 17.0086 15.5584C15.7161 16.1143 14.2809 16.1139 12.9885 15.5572C12.6885 15.428 12.0002 15 12.0002 15C12.0002 15 11.3115 15.428 11.0115 15.5572C9.71724 16.1147 8.27971 16.1143 6.98565 15.556C6.6857 15.4268 6.00021 15 6.00021 15C6.00021 15 5.31167 15.4313 5.01172 15.5605C4.36216 15.8488 3.68364 16 3 16H2V18H3C4.03 18 5.05 17.75 6 17.25C7.89 18.25 10.11 18.25 12 17.25C13.89 18.25 16.11 18.25 18 17.25Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 11L3 10.9999V14.5C3.68364 14.5 4.36216 14.3487 5.01172 14.0605C5.31167 13.9313 6.00021 13.5 6.00021 13.5C6.00021 13.5 6.6857 13.9268 6.98565 14.056C8.27971 14.6143 9.71724 14.6147 11.0115 14.0572C11.3115 13.928 12.0002 13.5 12.0002 13.5C12.0002 13.5 12.6885 13.928 12.9885 14.0572C14.2809 14.6139 15.7161 14.6143 17.0086 14.0584C17.3086 13.9292 17.9996 13.5073 17.9996 13.5073C17.9996 13.5073 18.6879 13.9353 18.9878 14.0645C19.3459 14.2226 19.7154 14.3391 20.0894 14.4116C21.2355 13.7081 22 12.4433 22 11Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ship-container",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiShipContainer",
          "declaration": {
            "name": "ObiShipContainer",
            "module": "src/icons/icon-ship-container.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ship-container",
          "declaration": {
            "name": "ObiShipContainer",
            "module": "src/icons/icon-ship-container.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ship-fishing.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiShipFishing",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19.8881 9.17599L17 6.02535V9.41667L16 9.5V5.48187L10 9.17418V8L16.5 4L21.1484 9.07097L19.8881 9.17599Z\" fill=\"currentColor\"/> <path d=\"M18 17.25C18.94 17.75 19.97 18 21 18H22V16H21C20.3196 16 19.6348 15.8502 18.9878 15.5645C18.6879 15.4353 17.9996 15.0073 17.9996 15.0073C17.9996 15.0073 17.3086 15.4292 17.0086 15.5584C15.7161 16.1143 14.2809 16.1139 12.9885 15.5572C12.6885 15.428 12.0002 15 12.0002 15C12.0002 15 11.3115 15.428 11.0115 15.5572C9.71724 16.1147 8.27971 16.1143 6.98565 15.556C6.6857 15.4268 6.00021 15 6.00021 15C6.00021 15 5.31167 15.4313 5.01172 15.5605C4.36216 15.8488 3.68364 16 3 16H2V18H3C4.03 18 5.05 17.75 6 17.25C7.89 18.25 10.11 18.25 12 17.25C13.89 18.25 16.11 18.25 18 17.25Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 11H5V8H9V11C13.1667 10.8333 22 10 22 10C22 11.3197 21.1641 12.082 20.3747 12.8019C19.9043 13.231 19.4504 13.6449 19.1999 14.1528C19.1288 14.125 19.0581 14.0956 18.9878 14.0645C18.6879 13.9353 17.9996 13.5073 17.9996 13.5073C17.9996 13.5073 17.3086 13.9292 17.0086 14.0584C15.7161 14.6143 14.2808 14.6138 12.9885 14.0572C12.6885 13.928 12.0002 13.5 12.0002 13.5C12.0002 13.5 11.3115 13.928 11.0115 14.0572C9.71724 14.6147 8.27971 14.6143 6.98565 14.056C6.6857 13.9268 6.00021 13.5 6.00021 13.5C6.00021 13.5 5.31167 13.9313 5.01172 14.0605C4.36216 14.3487 3.68364 14.5 3 14.5V11ZM6 9V10H8V9H6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19.8881 9.17599L17 6.02535V9.41667L16 9.5V5.48187L10 9.17418V8L16.5 4L21.1484 9.07097L19.8881 9.17599Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 17.25C18.94 17.75 19.97 18 21 18H22V16H21C20.3196 16 19.6348 15.8502 18.9878 15.5645C18.6879 15.4353 17.9996 15.0073 17.9996 15.0073C17.9996 15.0073 17.3086 15.4292 17.0086 15.5584C15.7161 16.1143 14.2809 16.1139 12.9885 15.5572C12.6885 15.428 12.0002 15 12.0002 15C12.0002 15 11.3115 15.428 11.0115 15.5572C9.71724 16.1147 8.27971 16.1143 6.98565 15.556C6.6857 15.4268 6.00021 15 6.00021 15C6.00021 15 5.31167 15.4313 5.01172 15.5605C4.36216 15.8488 3.68364 16 3 16H2V18H3C4.03 18 5.05 17.75 6 17.25C7.89 18.25 10.11 18.25 12 17.25C13.89 18.25 16.11 18.25 18 17.25Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 11H5V8H9V11C13.1667 10.8333 22 10 22 10C22 11.3197 21.1641 12.082 20.3747 12.8019C19.9043 13.231 19.4504 13.6449 19.1999 14.1528C19.1288 14.125 19.0581 14.0956 18.9878 14.0645C18.6879 13.9353 17.9996 13.5073 17.9996 13.5073C17.9996 13.5073 17.3086 13.9292 17.0086 14.0584C15.7161 14.6143 14.2808 14.6138 12.9885 14.0572C12.6885 13.928 12.0002 13.5 12.0002 13.5C12.0002 13.5 11.3115 13.928 11.0115 14.0572C9.71724 14.6147 8.27971 14.6143 6.98565 14.056C6.6857 13.9268 6.00021 13.5 6.00021 13.5C6.00021 13.5 5.31167 13.9313 5.01172 14.0605C4.36216 14.3487 3.68364 14.5 3 14.5V11ZM6 9V10H8V9H6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ship-fishing",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiShipFishing",
          "declaration": {
            "name": "ObiShipFishing",
            "module": "src/icons/icon-ship-fishing.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ship-fishing",
          "declaration": {
            "name": "ObiShipFishing",
            "module": "src/icons/icon-ship-fishing.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ship-highspeed.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiShipHighspeed",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 17.2504C18.94 17.7504 19.97 18.0004 21 18.0004H22V16.0004H21C20.3196 16.0004 19.6348 15.8506 18.9878 15.5649C18.6879 15.4357 17.9996 15.0073 17.9996 15.0073C17.9996 15.0073 17.3086 15.4296 17.0086 15.5588C15.7161 16.1147 14.2809 16.1143 12.9885 15.5576C12.6885 15.4284 12.0002 15 12.0002 15C12.0002 15 11.3115 15.4284 11.0115 15.5576C9.71724 16.1151 8.27971 16.1147 6.98565 15.5564C6.6857 15.4272 6.00021 15 6.00021 15C6.00021 15 5.31167 15.4313 5.01172 15.5605C4.36216 15.8488 3.68364 16.0004 3 16.0004H2V18.0004H3C4.03 18.0004 5.05 17.7504 6 17.2504C7.89 18.2504 10.11 18.2504 12 17.2504C13.89 18.2504 16.11 18.2504 18 17.2504Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.01172 14.0605C4.44032 14.3141 3.84767 14.462 3.24673 14.4939L2 12.0004L5 11.5004L5.59764 10.0063C5.84865 9.37878 6.39962 8.92048 7.06236 8.78793L10.1877 8.16287C10.7078 8.05884 11.2479 8.1657 11.6893 8.45993L14 10.0004L22 9.0004C21.4476 10.9339 20.2848 12.8674 19.3546 14.2109C19.2312 14.167 19.1089 14.1184 18.9878 14.0649C18.6879 13.9357 17.9996 13.5073 17.9996 13.5073C17.9996 13.5073 17.3086 13.9296 17.0086 14.0588C15.7161 14.6147 14.2808 14.6142 12.9885 14.0576C12.6885 13.9284 12.0002 13.5 12.0002 13.5C12.0002 13.5 11.3115 13.9284 11.0115 14.0576C9.71724 14.6151 8.27971 14.6147 6.98565 14.0564C6.6857 13.9272 6.00021 13.5 6.00021 13.5C6.00021 13.5 5.31167 13.9313 5.01172 14.0605ZM6.15396 11.308L6.72729 9.8747L8.5 9.52016L10.1762 10.6376L6.15396 11.308ZM12.5578 10.2407L10.7899 9.06217L9.5 9.32016L11.2162 10.4643L12.5578 10.2407Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 17.2504C18.94 17.7504 19.97 18.0004 21 18.0004H22V16.0004H21C20.3196 16.0004 19.6348 15.8506 18.9878 15.5649C18.6879 15.4357 17.9996 15.0073 17.9996 15.0073C17.9996 15.0073 17.3086 15.4296 17.0086 15.5588C15.7161 16.1147 14.2809 16.1143 12.9885 15.5576C12.6885 15.4284 12.0002 15 12.0002 15C12.0002 15 11.3115 15.4284 11.0115 15.5576C9.71724 16.1151 8.27971 16.1147 6.98565 15.5564C6.6857 15.4272 6.00021 15 6.00021 15C6.00021 15 5.31167 15.4313 5.01172 15.5605C4.36216 15.8488 3.68364 16.0004 3 16.0004H2V18.0004H3C4.03 18.0004 5.05 17.7504 6 17.2504C7.89 18.2504 10.11 18.2504 12 17.2504C13.89 18.2504 16.11 18.2504 18 17.2504Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.01172 14.0605C4.44032 14.3141 3.84767 14.462 3.24673 14.4939L2 12.0004L5 11.5004L5.59764 10.0063C5.84865 9.37878 6.39962 8.92048 7.06236 8.78793L10.1877 8.16287C10.7078 8.05884 11.2479 8.1657 11.6893 8.45993L14 10.0004L22 9.0004C21.4476 10.9339 20.2848 12.8674 19.3546 14.2109C19.2312 14.167 19.1089 14.1184 18.9878 14.0649C18.6879 13.9357 17.9996 13.5073 17.9996 13.5073C17.9996 13.5073 17.3086 13.9296 17.0086 14.0588C15.7161 14.6147 14.2808 14.6142 12.9885 14.0576C12.6885 13.9284 12.0002 13.5 12.0002 13.5C12.0002 13.5 11.3115 13.9284 11.0115 14.0576C9.71724 14.6151 8.27971 14.6147 6.98565 14.0564C6.6857 13.9272 6.00021 13.5 6.00021 13.5C6.00021 13.5 5.31167 13.9313 5.01172 14.0605ZM6.15396 11.308L6.72729 9.8747L8.5 9.52016L10.1762 10.6376L6.15396 11.308ZM12.5578 10.2407L10.7899 9.06217L9.5 9.32016L11.2162 10.4643L12.5578 10.2407Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ship-highspeed",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiShipHighspeed",
          "declaration": {
            "name": "ObiShipHighspeed",
            "module": "src/icons/icon-ship-highspeed.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ship-highspeed",
          "declaration": {
            "name": "ObiShipHighspeed",
            "module": "src/icons/icon-ship-highspeed.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ship-navy.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiShipNavy",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 17.25C18.94 17.75 19.97 18 21 18H22V16H21C20.3196 16 19.6348 15.8502 18.9878 15.5645C18.6879 15.4353 17.9996 15.0073 17.9996 15.0073C17.9996 15.0073 17.3086 15.4292 17.0086 15.5584C15.7161 16.1143 14.2809 16.1139 12.9885 15.5572C12.6885 15.428 12.0002 15 12.0002 15C12.0002 15 11.3115 15.428 11.0115 15.5572C9.71724 16.1147 8.27971 16.1143 6.98565 15.556C6.6857 15.4268 6.00021 15 6.00021 15C6.00021 15 5.31167 15.4313 5.01172 15.5605C4.36216 15.8488 3.68364 16 3 16H2V18H3C4.03 18 5.05 17.75 6 17.25C7.89 18.25 10.11 18.25 12 17.25C13.89 18.25 16.11 18.25 18 17.25Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 8L12 10.9999L22 9L19.3888 14.2225C19.2538 14.1756 19.12 14.1229 18.9878 14.0645C18.6879 13.9353 17.9996 13.5073 17.9996 13.5073C17.9996 13.5073 17.3086 13.9292 17.0086 14.0584C15.7161 14.6143 14.2808 14.6138 12.9885 14.0572C12.6885 13.928 12.0002 13.5 12.0002 13.5C12.0002 13.5 11.3115 13.928 11.0115 14.0572C9.71724 14.6147 8.27971 14.6143 6.98565 14.056C6.6857 13.9268 6.00021 13.5 6.00021 13.5C6.00021 13.5 5.31167 13.9313 5.01172 14.0605C4.41464 14.3255 3.79389 14.4747 3.16568 14.497L2 11H6L7 8H11ZM7.72076 9H10.2792L10.6126 10H7.38743L7.72076 9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 17.25C18.94 17.75 19.97 18 21 18H22V16H21C20.3196 16 19.6348 15.8502 18.9878 15.5645C18.6879 15.4353 17.9996 15.0073 17.9996 15.0073C17.9996 15.0073 17.3086 15.4292 17.0086 15.5584C15.7161 16.1143 14.2809 16.1139 12.9885 15.5572C12.6885 15.428 12.0002 15 12.0002 15C12.0002 15 11.3115 15.428 11.0115 15.5572C9.71724 16.1147 8.27971 16.1143 6.98565 15.556C6.6857 15.4268 6.00021 15 6.00021 15C6.00021 15 5.31167 15.4313 5.01172 15.5605C4.36216 15.8488 3.68364 16 3 16H2V18H3C4.03 18 5.05 17.75 6 17.25C7.89 18.25 10.11 18.25 12 17.25C13.89 18.25 16.11 18.25 18 17.25Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 8L12 10.9999L22 9L19.3888 14.2225C19.2538 14.1756 19.12 14.1229 18.9878 14.0645C18.6879 13.9353 17.9996 13.5073 17.9996 13.5073C17.9996 13.5073 17.3086 13.9292 17.0086 14.0584C15.7161 14.6143 14.2808 14.6138 12.9885 14.0572C12.6885 13.928 12.0002 13.5 12.0002 13.5C12.0002 13.5 11.3115 13.928 11.0115 14.0572C9.71724 14.6147 8.27971 14.6143 6.98565 14.056C6.6857 13.9268 6.00021 13.5 6.00021 13.5C6.00021 13.5 5.31167 13.9313 5.01172 14.0605C4.41464 14.3255 3.79389 14.4747 3.16568 14.497L2 11H6L7 8H11ZM7.72076 9H10.2792L10.6126 10H7.38743L7.72076 9Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ship-navy",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiShipNavy",
          "declaration": {
            "name": "ObiShipNavy",
            "module": "src/icons/icon-ship-navy.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ship-navy",
          "declaration": {
            "name": "ObiShipNavy",
            "module": "src/icons/icon-ship-navy.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ship-offshore.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiShipOffshore",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 17.25C18.94 17.75 19.97 18 21 18H22V16H21C20.3196 16 19.6348 15.8502 18.9878 15.5645C18.6879 15.4353 17.9996 15.0073 17.9996 15.0073C17.9996 15.0073 17.3086 15.4292 17.0086 15.5584C15.7161 16.1143 14.2809 16.1139 12.9885 15.5572C12.6885 15.428 12.0002 15 12.0002 15C12.0002 15 11.3115 15.428 11.0115 15.5572C9.71724 16.1147 8.27971 16.1143 6.98565 15.556C6.6857 15.4268 6.00021 15 6.00021 15C6.00021 15 5.31167 15.4313 5.01172 15.5605C4.36216 15.8488 3.68364 16 3 16H2V18H3C4.03 18 5.05 17.75 6 17.25C7.89 18.25 10.11 18.25 12 17.25C13.89 18.25 16.11 18.25 18 17.25Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10H2L3.12458 14.4983C3.76658 14.4811 4.40162 14.3312 5.01172 14.0605C5.31167 13.9313 6.00021 13.5 6.00021 13.5C6.00021 13.5 6.6857 13.9268 6.98565 14.056C8.27971 14.6143 9.71725 14.6147 11.0115 14.0572C11.3115 13.928 12.0002 13.5 12.0002 13.5C12.0002 13.5 12.6885 13.928 12.9885 14.0572C14.2809 14.6139 15.7161 14.6143 17.0086 14.0584C17.3086 13.9292 17.9996 13.5073 17.9996 13.5073C17.9996 13.5073 18.6879 13.9353 18.9878 14.0645C19.1535 14.1377 19.3216 14.2019 19.4915 14.257C19.7183 13.8839 20.0023 13.5474 20.2969 13.1984C21.1081 12.2375 22 11.181 22 9H19L18.5 7L19 6H15L13 10ZM17.9692 9L17.4692 7H15.618L14.618 9H17.9692Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 17.25C18.94 17.75 19.97 18 21 18H22V16H21C20.3196 16 19.6348 15.8502 18.9878 15.5645C18.6879 15.4353 17.9996 15.0073 17.9996 15.0073C17.9996 15.0073 17.3086 15.4292 17.0086 15.5584C15.7161 16.1143 14.2809 16.1139 12.9885 15.5572C12.6885 15.428 12.0002 15 12.0002 15C12.0002 15 11.3115 15.428 11.0115 15.5572C9.71724 16.1147 8.27971 16.1143 6.98565 15.556C6.6857 15.4268 6.00021 15 6.00021 15C6.00021 15 5.31167 15.4313 5.01172 15.5605C4.36216 15.8488 3.68364 16 3 16H2V18H3C4.03 18 5.05 17.75 6 17.25C7.89 18.25 10.11 18.25 12 17.25C13.89 18.25 16.11 18.25 18 17.25Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10H2L3.12458 14.4983C3.76658 14.4811 4.40162 14.3312 5.01172 14.0605C5.31167 13.9313 6.00021 13.5 6.00021 13.5C6.00021 13.5 6.6857 13.9268 6.98565 14.056C8.27971 14.6143 9.71725 14.6147 11.0115 14.0572C11.3115 13.928 12.0002 13.5 12.0002 13.5C12.0002 13.5 12.6885 13.928 12.9885 14.0572C14.2809 14.6139 15.7161 14.6143 17.0086 14.0584C17.3086 13.9292 17.9996 13.5073 17.9996 13.5073C17.9996 13.5073 18.6879 13.9353 18.9878 14.0645C19.1535 14.1377 19.3216 14.2019 19.4915 14.257C19.7183 13.8839 20.0023 13.5474 20.2969 13.1984C21.1081 12.2375 22 11.181 22 9H19L18.5 7L19 6H15L13 10ZM17.9692 9L17.4692 7H15.618L14.618 9H17.9692Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ship-offshore",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiShipOffshore",
          "declaration": {
            "name": "ObiShipOffshore",
            "module": "src/icons/icon-ship-offshore.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ship-offshore",
          "declaration": {
            "name": "ObiShipOffshore",
            "module": "src/icons/icon-ship-offshore.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ship-passenger.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiShipPassenger",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.503 9.00005L18.003 10H21.4988C21.9339 10 22.1614 10.5174 21.8672 10.838L20.0714 13.4146C19.6921 13.3423 19.3172 13.2207 18.9542 13.0605C18.6543 12.9313 17.9711 12.5033 17.9711 12.5033C17.9711 12.5033 17.275 12.9252 16.975 13.0544C15.6825 13.6102 14.2524 13.6098 12.96 13.0532C12.6601 12.924 11.9717 12.496 11.9717 12.496C11.9717 12.496 11.2779 12.928 10.9779 13.0572C9.68364 13.6147 8.24611 13.6143 6.95205 13.056C6.6521 12.9268 5.97173 12.496 5.97173 12.496C5.97173 12.496 5.2832 12.9272 4.98324 13.0564C4.33369 13.3447 3.65004 13.5 2.9664 13.5H2.5914L1.9664 11L2.99976 9H4.49976L4.99976 8L7.00303 8.0001L7.49976 7H14.003L14.503 8L16.003 8.0001L16.503 9.0001L17.503 9.00005ZM12.003 10.0001H14.003V11.0001H12.003V10.0001ZM9.00303 10.0001H11.003V11.0001H9.00303V10.0001ZM8.00303 10.0001H6.00303V11.0001H8.00303V10.0001Z\" fill=\"currentColor\"/> <path d=\"M17.9664 16.25C18.9064 16.75 19.9364 17 20.9664 17H21.9664V15H20.9664C20.286 15 19.6012 14.8461 18.9542 14.5605C18.6543 14.4313 17.9711 14.0033 17.9711 14.0033C17.9711 14.0033 17.275 14.4252 16.975 14.5544C15.6825 15.1102 14.2524 15.1098 12.96 14.5532C12.6601 14.424 11.9717 13.996 11.9717 13.996C11.9717 13.996 11.2779 14.428 10.9779 14.5572C9.68364 15.1147 8.24611 15.1143 6.95205 14.556C6.6521 14.4268 5.97173 13.996 5.97173 13.996C5.97173 13.996 5.2832 14.4273 4.98324 14.5565C4.33369 14.8447 3.65004 15 2.9664 15H1.9664V17H2.9664C3.9964 17 5.0164 16.75 5.9664 16.25C7.8564 17.25 10.0764 17.25 11.9664 16.25C13.8564 17.25 16.0764 17.25 17.9664 16.25Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.503 9.00005L18.003 10H21.4988C21.9339 10 22.1614 10.5174 21.8672 10.838L20.0714 13.4146C19.6921 13.3423 19.3172 13.2207 18.9542 13.0605C18.6543 12.9313 17.9711 12.5033 17.9711 12.5033C17.9711 12.5033 17.275 12.9252 16.975 13.0544C15.6825 13.6102 14.2524 13.6098 12.96 13.0532C12.6601 12.924 11.9717 12.496 11.9717 12.496C11.9717 12.496 11.2779 12.928 10.9779 13.0572C9.68364 13.6147 8.24611 13.6143 6.95205 13.056C6.6521 12.9268 5.97173 12.496 5.97173 12.496C5.97173 12.496 5.2832 12.9272 4.98324 13.0564C4.33369 13.3447 3.65004 13.5 2.9664 13.5H2.5914L1.9664 11L2.99976 9H4.49976L4.99976 8L7.00303 8.0001L7.49976 7H14.003L14.503 8L16.003 8.0001L16.503 9.0001L17.503 9.00005ZM12.003 10.0001H14.003V11.0001H12.003V10.0001ZM9.00303 10.0001H11.003V11.0001H9.00303V10.0001ZM8.00303 10.0001H6.00303V11.0001H8.00303V10.0001Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.9664 16.25C18.9064 16.75 19.9364 17 20.9664 17H21.9664V15H20.9664C20.286 15 19.6012 14.8461 18.9542 14.5605C18.6543 14.4313 17.9711 14.0033 17.9711 14.0033C17.9711 14.0033 17.275 14.4252 16.975 14.5544C15.6825 15.1102 14.2524 15.1098 12.96 14.5532C12.6601 14.424 11.9717 13.996 11.9717 13.996C11.9717 13.996 11.2779 14.428 10.9779 14.5572C9.68364 15.1147 8.24611 15.1143 6.95205 14.556C6.6521 14.4268 5.97173 13.996 5.97173 13.996C5.97173 13.996 5.2832 14.4273 4.98324 14.5565C4.33369 14.8447 3.65004 15 2.9664 15H1.9664V17H2.9664C3.9964 17 5.0164 16.75 5.9664 16.25C7.8564 17.25 10.0764 17.25 11.9664 16.25C13.8564 17.25 16.0764 17.25 17.9664 16.25Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ship-passenger",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiShipPassenger",
          "declaration": {
            "name": "ObiShipPassenger",
            "module": "src/icons/icon-ship-passenger.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ship-passenger",
          "declaration": {
            "name": "ObiShipPassenger",
            "module": "src/icons/icon-ship-passenger.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ship-sailboat.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiShipSailboat",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.5 12.4998H20C20 8.49976 16.5 3.49976 12.5 1.99976C13.5492 5.07327 13.7285 9.4674 12.5 12.4998Z\" fill=\"currentColor\"/> <path d=\"M11 2.99976L4 12.4998H11V2.99976Z\" fill=\"currentColor\"/> <path d=\"M21 13.9998H3C3 14.9256 3.25793 15.7403 3.70349 16.4467C4.14953 16.3796 4.58541 16.2494 5.01172 16.0602C5.31167 15.931 6.00021 15.4998 6.00021 15.4998C6.00021 15.4998 6.6857 15.9265 6.98565 16.0557C8.27971 16.614 9.71724 16.6144 11.0115 16.057C11.3115 15.9278 12.0002 15.4998 12.0002 15.4998C12.0002 15.4998 12.6885 15.9278 12.9885 16.057C14.2809 16.6136 15.7161 16.614 17.0086 16.0582C17.3086 15.929 17.9996 15.5071 17.9996 15.5071C17.9996 15.5071 18.6879 15.9351 18.9878 16.0643C19.4118 16.2514 19.8519 16.3803 20.2964 16.4469C20.742 15.7404 21 14.9256 21 13.9998Z\" fill=\"currentColor\"/> <path d=\"M18 19.2498C18.94 19.7498 19.97 19.9998 21 19.9998H22V17.9998H21C20.3196 17.9998 19.6348 17.8499 18.9878 17.5643C18.6879 17.4351 17.9996 17.0071 17.9996 17.0071C17.9996 17.0071 17.3086 17.429 17.0086 17.5582C15.7161 18.114 14.2809 18.1136 12.9885 17.557C12.6885 17.4278 12.0002 16.9998 12.0002 16.9998C12.0002 16.9998 11.3115 17.4278 11.0115 17.557C9.71724 18.1144 8.27971 18.114 6.98565 17.5557C6.6857 17.4265 6.00021 16.9998 6.00021 16.9998C6.00021 16.9998 5.31167 17.431 5.01172 17.5602C4.36216 17.8485 3.68364 17.9998 3 17.9998H2V19.9998H3C4.03 19.9998 5.05 19.7498 6 19.2498C7.89 20.2498 10.11 20.2498 12 19.2498C13.89 20.2498 16.11 20.2498 18 19.2498Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.5 12.4998H20C20 8.49976 16.5 3.49976 12.5 1.99976C13.5492 5.07327 13.7285 9.4674 12.5 12.4998Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 2.99976L4 12.4998H11V2.99976Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 13.9998H3C3 14.9256 3.25793 15.7403 3.70349 16.4467C4.14953 16.3796 4.58541 16.2494 5.01172 16.0602C5.31167 15.931 6.00021 15.4998 6.00021 15.4998C6.00021 15.4998 6.6857 15.9265 6.98565 16.0557C8.27971 16.614 9.71724 16.6144 11.0115 16.057C11.3115 15.9278 12.0002 15.4998 12.0002 15.4998C12.0002 15.4998 12.6885 15.9278 12.9885 16.057C14.2809 16.6136 15.7161 16.614 17.0086 16.0582C17.3086 15.929 17.9996 15.5071 17.9996 15.5071C17.9996 15.5071 18.6879 15.9351 18.9878 16.0643C19.4118 16.2514 19.8519 16.3803 20.2964 16.4469C20.742 15.7404 21 14.9256 21 13.9998Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 19.2498C18.94 19.7498 19.97 19.9998 21 19.9998H22V17.9998H21C20.3196 17.9998 19.6348 17.8499 18.9878 17.5643C18.6879 17.4351 17.9996 17.0071 17.9996 17.0071C17.9996 17.0071 17.3086 17.429 17.0086 17.5582C15.7161 18.114 14.2809 18.1136 12.9885 17.557C12.6885 17.4278 12.0002 16.9998 12.0002 16.9998C12.0002 16.9998 11.3115 17.4278 11.0115 17.557C9.71724 18.1144 8.27971 18.114 6.98565 17.5557C6.6857 17.4265 6.00021 16.9998 6.00021 16.9998C6.00021 16.9998 5.31167 17.431 5.01172 17.5602C4.36216 17.8485 3.68364 17.9998 3 17.9998H2V19.9998H3C4.03 19.9998 5.05 19.7498 6 19.2498C7.89 20.2498 10.11 20.2498 12 19.2498C13.89 20.2498 16.11 20.2498 18 19.2498Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ship-sailboat",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiShipSailboat",
          "declaration": {
            "name": "ObiShipSailboat",
            "module": "src/icons/icon-ship-sailboat.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ship-sailboat",
          "declaration": {
            "name": "ObiShipSailboat",
            "module": "src/icons/icon-ship-sailboat.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ship-sailship.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiShipSailship",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.33055 5.95701C9.33055 5.95701 10.9734 3.35505 9.07454 1.37454C7.00271 0.531979 5.16463 1.37428 5.16463 1.37428C5.16463 1.37428 6.45433 2.89782 5.55052 5.44676C5.55052 5.44676 7.42923 5.20304 9.33055 5.95701Z\" fill=\"currentColor\"/> <path d=\"M14.0668 6.12744C14.0668 6.12744 15.227 4.26447 13.5541 2.55029C13.0807 2.16098 11.84 2.15123 11.2788 2.19502C11.4936 2.76493 11.7109 4.18348 11.0821 5.74463C11.0821 5.74463 12.3482 5.5421 14.0668 6.12744Z\" fill=\"currentColor\"/> <path d=\"M8.77932 7.36519C11.7469 10.3751 8.77916 14.2569 8.77916 14.2569C6.15898 13.2263 4.52153 13.9248 4.52153 13.9248C6.96053 9.25294 4.25836 7.36518 4.25836 7.36518C4.25836 7.36518 6.15917 6.33258 8.77932 7.36519Z\" fill=\"currentColor\"/> <path d=\"M14.1753 13.436C14.1753 13.436 16.5142 10.2429 13.9531 7.64616C11.8981 6.93213 10.6715 7.32638 10.6715 7.32638C10.6715 7.32638 12.4767 9.67711 11.0639 13.1319C11.0639 13.1319 12.5492 12.781 14.1753 13.436Z\" fill=\"currentColor\"/> <path d=\"M1 14.3891C13.5366 16.8891 21 13.3891 21 13.3891L22.0366 12.8891V13.3891L20.25 14.3891L17.8869 18.0154C17.8537 17.9977 17.8206 17.98 17.7877 17.962C17.6198 17.8707 17.4637 17.7583 17.3195 17.625C17.1272 17.475 16.9188 17.4 16.6945 17.4C16.4701 17.4 16.2618 17.475 16.0695 17.625C15.749 17.8917 15.3964 18.104 15.0118 18.262C14.6272 18.4207 14.2265 18.5 13.8099 18.5C13.3932 18.5 12.9925 18.4207 12.6079 18.262C12.2233 18.104 11.8708 17.8917 11.5502 17.625C11.3579 17.475 11.1496 17.4 10.9252 17.4C10.7009 17.4 10.4926 17.475 10.3002 17.625C9.97973 17.8917 9.62717 18.104 9.24255 18.262C8.85794 18.4207 8.45729 18.5 8.04063 18.5C7.62396 18.5 7.22332 18.4207 6.8387 18.262C6.45409 18.104 6.10152 17.8917 5.78101 17.625C5.5887 17.475 5.38037 17.4 5.15601 17.4C4.93165 17.4 4.72332 17.475 4.53101 17.625C4.38678 17.7583 4.23037 17.8707 4.06178 17.962C3.89383 18.054 3.72172 18.1417 3.54543 18.225C3.29314 18.3297 2.90116 18.3789 2.49605 18.378L1 14.3891Z\" fill=\"currentColor\"/> <path d=\"M18.5116 22.112C19.0116 22.2373 19.52 22.3 20.0366 22.3C20.32 22.3 20.5573 22.204 20.7486 22.012C20.9406 21.8207 21.0366 21.5833 21.0366 21.3C21.0366 21.0167 20.9406 20.7793 20.7486 20.588C20.5573 20.396 20.32 20.3 20.0366 20.3C19.6033 20.3 19.174 20.2457 18.7486 20.137C18.324 20.029 17.92 19.8583 17.5366 19.625C17.3866 19.5417 17.22 19.5 17.0366 19.5C16.8533 19.5 16.6866 19.5417 16.5366 19.625C16.1533 19.8583 15.749 20.029 15.3236 20.137C14.899 20.2457 14.47 20.3 14.0366 20.3C13.6033 20.3 13.174 20.2457 12.7486 20.137C12.324 20.029 11.92 19.8583 11.5366 19.625C11.3866 19.5417 11.2156 19.5 11.0236 19.5C10.8323 19.5 10.67 19.5417 10.5366 19.625C10.1533 19.8583 9.74895 20.029 9.32362 20.137C8.89895 20.2457 8.46995 20.3 8.03662 20.3C7.60329 20.3 7.17395 20.2457 6.74862 20.137C6.32395 20.029 5.91995 19.8583 5.53662 19.625C5.40329 19.5417 5.23662 19.5 5.03662 19.5C4.83662 19.5 4.66995 19.5417 4.53662 19.625C4.15329 19.8583 3.74929 20.029 3.32462 20.137C2.89929 20.2457 2.46995 20.3 2.03662 20.3C1.75329 20.3 1.51595 20.396 1.32462 20.588C1.13262 20.7793 1.03662 21.0167 1.03662 21.3C1.03662 21.5833 1.13262 21.8207 1.32462 22.012C1.51595 22.204 1.75329 22.3 2.03662 22.3C2.55329 22.3 3.06162 22.2373 3.56162 22.112C4.06162 21.9873 4.55329 21.8 5.03662 21.55C5.51995 21.8 6.01162 21.9873 6.51162 22.112C7.01162 22.2373 7.51995 22.3 8.03662 22.3C8.55329 22.3 9.06162 22.2373 9.56162 22.112C10.0616 21.9873 10.5533 21.8 11.0366 21.55C11.52 21.8 12.0116 21.9873 12.5116 22.112C13.0116 22.2373 13.52 22.3 14.0366 22.3C14.5533 22.3 15.0616 22.2373 15.5616 22.112C16.0616 21.9873 16.5533 21.8 17.0366 21.55C17.52 21.8 18.0116 21.9873 18.5116 22.112Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.33055 5.95701C9.33055 5.95701 10.9734 3.35505 9.07454 1.37454C7.00271 0.531979 5.16463 1.37428 5.16463 1.37428C5.16463 1.37428 6.45433 2.89782 5.55052 5.44676C5.55052 5.44676 7.42923 5.20304 9.33055 5.95701Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.0668 6.12744C14.0668 6.12744 15.227 4.26447 13.5541 2.55029C13.0807 2.16098 11.84 2.15123 11.2788 2.19502C11.4936 2.76493 11.7109 4.18348 11.0821 5.74463C11.0821 5.74463 12.3482 5.5421 14.0668 6.12744Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.77932 7.36519C11.7469 10.3751 8.77916 14.2569 8.77916 14.2569C6.15898 13.2263 4.52153 13.9248 4.52153 13.9248C6.96053 9.25294 4.25836 7.36518 4.25836 7.36518C4.25836 7.36518 6.15917 6.33258 8.77932 7.36519Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.1753 13.436C14.1753 13.436 16.5142 10.2429 13.9531 7.64616C11.8981 6.93213 10.6715 7.32638 10.6715 7.32638C10.6715 7.32638 12.4767 9.67711 11.0639 13.1319C11.0639 13.1319 12.5492 12.781 14.1753 13.436Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M1 14.3891C13.5366 16.8891 21 13.3891 21 13.3891L22.0366 12.8891V13.3891L20.25 14.3891L17.8869 18.0154C17.8537 17.9977 17.8206 17.98 17.7877 17.962C17.6198 17.8707 17.4637 17.7583 17.3195 17.625C17.1272 17.475 16.9188 17.4 16.6945 17.4C16.4701 17.4 16.2618 17.475 16.0695 17.625C15.749 17.8917 15.3964 18.104 15.0118 18.262C14.6272 18.4207 14.2265 18.5 13.8099 18.5C13.3932 18.5 12.9925 18.4207 12.6079 18.262C12.2233 18.104 11.8708 17.8917 11.5502 17.625C11.3579 17.475 11.1496 17.4 10.9252 17.4C10.7009 17.4 10.4926 17.475 10.3002 17.625C9.97973 17.8917 9.62717 18.104 9.24255 18.262C8.85794 18.4207 8.45729 18.5 8.04063 18.5C7.62396 18.5 7.22332 18.4207 6.8387 18.262C6.45409 18.104 6.10152 17.8917 5.78101 17.625C5.5887 17.475 5.38037 17.4 5.15601 17.4C4.93165 17.4 4.72332 17.475 4.53101 17.625C4.38678 17.7583 4.23037 17.8707 4.06178 17.962C3.89383 18.054 3.72172 18.1417 3.54543 18.225C3.29314 18.3297 2.90116 18.3789 2.49605 18.378L1 14.3891Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.5116 22.112C19.0116 22.2373 19.52 22.3 20.0366 22.3C20.32 22.3 20.5573 22.204 20.7486 22.012C20.9406 21.8207 21.0366 21.5833 21.0366 21.3C21.0366 21.0167 20.9406 20.7793 20.7486 20.588C20.5573 20.396 20.32 20.3 20.0366 20.3C19.6033 20.3 19.174 20.2457 18.7486 20.137C18.324 20.029 17.92 19.8583 17.5366 19.625C17.3866 19.5417 17.22 19.5 17.0366 19.5C16.8533 19.5 16.6866 19.5417 16.5366 19.625C16.1533 19.8583 15.749 20.029 15.3236 20.137C14.899 20.2457 14.47 20.3 14.0366 20.3C13.6033 20.3 13.174 20.2457 12.7486 20.137C12.324 20.029 11.92 19.8583 11.5366 19.625C11.3866 19.5417 11.2156 19.5 11.0236 19.5C10.8323 19.5 10.67 19.5417 10.5366 19.625C10.1533 19.8583 9.74895 20.029 9.32362 20.137C8.89895 20.2457 8.46995 20.3 8.03662 20.3C7.60329 20.3 7.17395 20.2457 6.74862 20.137C6.32395 20.029 5.91995 19.8583 5.53662 19.625C5.40329 19.5417 5.23662 19.5 5.03662 19.5C4.83662 19.5 4.66995 19.5417 4.53662 19.625C4.15329 19.8583 3.74929 20.029 3.32462 20.137C2.89929 20.2457 2.46995 20.3 2.03662 20.3C1.75329 20.3 1.51595 20.396 1.32462 20.588C1.13262 20.7793 1.03662 21.0167 1.03662 21.3C1.03662 21.5833 1.13262 21.8207 1.32462 22.012C1.51595 22.204 1.75329 22.3 2.03662 22.3C2.55329 22.3 3.06162 22.2373 3.56162 22.112C4.06162 21.9873 4.55329 21.8 5.03662 21.55C5.51995 21.8 6.01162 21.9873 6.51162 22.112C7.01162 22.2373 7.51995 22.3 8.03662 22.3C8.55329 22.3 9.06162 22.2373 9.56162 22.112C10.0616 21.9873 10.5533 21.8 11.0366 21.55C11.52 21.8 12.0116 21.9873 12.5116 22.112C13.0116 22.2373 13.52 22.3 14.0366 22.3C14.5533 22.3 15.0616 22.2373 15.5616 22.112C16.0616 21.9873 16.5533 21.8 17.0366 21.55C17.52 21.8 18.0116 21.9873 18.5116 22.112Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ship-sailship",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiShipSailship",
          "declaration": {
            "name": "ObiShipSailship",
            "module": "src/icons/icon-ship-sailship.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ship-sailship",
          "declaration": {
            "name": "ObiShipSailship",
            "module": "src/icons/icon-ship-sailship.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ship-tanker.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiShipTanker",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20.5 20C19.47 20 18.44 19.75 17.5 19.25C15.61 20.25 13.39 20.25 11.5 19.25C9.61 20.25 7.39 20.25 5.5 19.25C4.55 19.75 3.53 20 2.5 20H1.5V18H2.5C3.18364 18 3.86729 17.8447 4.51684 17.5564C4.8168 17.4273 5.50533 16.996 5.50533 16.996C5.50533 16.996 6.1857 17.4227 6.48565 17.5519C7.77971 18.1102 9.21724 18.1106 10.5115 17.5532C10.8115 17.424 11.5053 16.996 11.5053 16.996C11.5053 16.996 12.1885 17.424 12.4885 17.5532C13.7809 18.1098 15.2161 18.1102 16.5086 17.5544C16.8086 17.4252 17.5047 17.0033 17.5047 17.0033C17.5047 17.0033 18.193 17.4313 18.493 17.5605C19.14 17.8461 19.8196 18 20.5 18H21.5V20H20.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.5 8V10.9999L8.5 10.9999V9.5C8.5 9.22386 8.72386 9 9 9H12C12.2761 9 12.5 9.22386 12.5 9.5V10.9999L13.5 10.9999V9.5C13.5 9.22386 13.7239 9 14 9H17C17.2761 9 17.5 9.22386 17.5 9.5V11L22 11C22 13.5 19.4182 13.5 19.4182 16.3724C19.1048 16.2987 18.7953 16.194 18.493 16.0605C18.193 15.9313 17.5047 15.5033 17.5047 15.5033C17.5047 15.5033 16.8086 15.9252 16.5086 16.0544C15.2161 16.6102 13.7808 16.6098 12.4885 16.0532C12.1885 15.924 11.5053 15.496 11.5053 15.496C11.5053 15.496 10.8115 15.924 10.5115 16.0532C9.21724 16.6106 7.7797 16.6102 6.48564 16.0519C6.18569 15.9227 5.50533 15.496 5.50533 15.496C5.50533 15.496 4.8168 15.9272 4.51684 16.0564C3.86729 16.3447 3.18364 16.5 2.5 16.5H1.5V11H2.5V8H6.5ZM3.5 9H5.5V11H3.5V9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20.5 20C19.47 20 18.44 19.75 17.5 19.25C15.61 20.25 13.39 20.25 11.5 19.25C9.61 20.25 7.39 20.25 5.5 19.25C4.55 19.75 3.53 20 2.5 20H1.5V18H2.5C3.18364 18 3.86729 17.8447 4.51684 17.5564C4.8168 17.4273 5.50533 16.996 5.50533 16.996C5.50533 16.996 6.1857 17.4227 6.48565 17.5519C7.77971 18.1102 9.21724 18.1106 10.5115 17.5532C10.8115 17.424 11.5053 16.996 11.5053 16.996C11.5053 16.996 12.1885 17.424 12.4885 17.5532C13.7809 18.1098 15.2161 18.1102 16.5086 17.5544C16.8086 17.4252 17.5047 17.0033 17.5047 17.0033C17.5047 17.0033 18.193 17.4313 18.493 17.5605C19.14 17.8461 19.8196 18 20.5 18H21.5V20H20.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.5 8V10.9999L8.5 10.9999V9.5C8.5 9.22386 8.72386 9 9 9H12C12.2761 9 12.5 9.22386 12.5 9.5V10.9999L13.5 10.9999V9.5C13.5 9.22386 13.7239 9 14 9H17C17.2761 9 17.5 9.22386 17.5 9.5V11L22 11C22 13.5 19.4182 13.5 19.4182 16.3724C19.1048 16.2987 18.7953 16.194 18.493 16.0605C18.193 15.9313 17.5047 15.5033 17.5047 15.5033C17.5047 15.5033 16.8086 15.9252 16.5086 16.0544C15.2161 16.6102 13.7808 16.6098 12.4885 16.0532C12.1885 15.924 11.5053 15.496 11.5053 15.496C11.5053 15.496 10.8115 15.924 10.5115 16.0532C9.21724 16.6106 7.7797 16.6102 6.48564 16.0519C6.18569 15.9227 5.50533 15.496 5.50533 15.496C5.50533 15.496 4.8168 15.9272 4.51684 16.0564C3.86729 16.3447 3.18364 16.5 2.5 16.5H1.5V11H2.5V8H6.5ZM3.5 9H5.5V11H3.5V9Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ship-tanker",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiShipTanker",
          "declaration": {
            "name": "ObiShipTanker",
            "module": "src/icons/icon-ship-tanker.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ship-tanker",
          "declaration": {
            "name": "ObiShipTanker",
            "module": "src/icons/icon-ship-tanker.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ship-tugboat.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiShipTugboat",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 5V7H11.9999C11.4476 7 11 7.44772 11 8L11 10L9.99999 12H4.13246C3.53123 12 3.07392 12.5261 3.22023 13.1093C3.3199 13.5065 3.45917 13.9753 3.64924 14.4548C4.11377 14.3903 4.57325 14.2533 5.01684 14.0564C5.3168 13.9272 6.00533 13.496 6.00533 13.496C6.00533 13.496 6.6857 13.9227 6.98565 14.0519C8.27971 14.6102 9.71724 14.6106 11.0115 14.0532C11.3115 13.924 12.0053 13.496 12.0053 13.496C12.0053 13.496 12.6885 13.924 12.9885 14.0532C14.2808 14.6098 15.7161 14.6102 17.0086 14.0544C17.3086 13.9252 18.0047 13.5033 18.0047 13.5033C18.0047 13.5033 18.6879 13.9313 18.9878 14.0605C19.3313 14.2121 19.6854 14.3295 20.0439 14.4025C20.5481 13.3435 20.8894 12.0498 21.0887 11.1397C21.2195 10.5424 20.7564 10 20.1449 10H17V8C17 7.44772 16.5523 7 16 7H14V5H13ZM15.5 8.5V10H12.5V8.5H15.5Z\" fill=\"currentColor\"/> <path d=\"M18 17.25C18.94 17.75 19.97 18 21 18H22V16H21C20.3196 16 19.64 15.8461 18.993 15.5605C18.693 15.4313 18.0047 15.0033 18.0047 15.0033C18.0047 15.0033 17.3086 15.4252 17.0086 15.5544C15.7161 16.1102 14.2809 16.1098 12.9885 15.5532C12.6885 15.424 12.0053 14.996 12.0053 14.996C12.0053 14.996 11.3115 15.424 11.0115 15.5532C9.71724 16.1106 8.27971 16.1102 6.98565 15.5519C6.6857 15.4227 6.00533 14.996 6.00533 14.996C6.00533 14.996 5.3168 15.4273 5.01684 15.5564C4.36729 15.8447 3.68364 16 3 16H2V18H3C4.03 18 5.05 17.75 6 17.25C7.89 18.25 10.11 18.25 12 17.25C13.89 18.25 16.11 18.25 18 17.25Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 5V7H11.9999C11.4476 7 11 7.44772 11 8L11 10L9.99999 12H4.13246C3.53123 12 3.07392 12.5261 3.22023 13.1093C3.3199 13.5065 3.45917 13.9753 3.64924 14.4548C4.11377 14.3903 4.57325 14.2533 5.01684 14.0564C5.3168 13.9272 6.00533 13.496 6.00533 13.496C6.00533 13.496 6.6857 13.9227 6.98565 14.0519C8.27971 14.6102 9.71724 14.6106 11.0115 14.0532C11.3115 13.924 12.0053 13.496 12.0053 13.496C12.0053 13.496 12.6885 13.924 12.9885 14.0532C14.2808 14.6098 15.7161 14.6102 17.0086 14.0544C17.3086 13.9252 18.0047 13.5033 18.0047 13.5033C18.0047 13.5033 18.6879 13.9313 18.9878 14.0605C19.3313 14.2121 19.6854 14.3295 20.0439 14.4025C20.5481 13.3435 20.8894 12.0498 21.0887 11.1397C21.2195 10.5424 20.7564 10 20.1449 10H17V8C17 7.44772 16.5523 7 16 7H14V5H13ZM15.5 8.5V10H12.5V8.5H15.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 17.25C18.94 17.75 19.97 18 21 18H22V16H21C20.3196 16 19.64 15.8461 18.993 15.5605C18.693 15.4313 18.0047 15.0033 18.0047 15.0033C18.0047 15.0033 17.3086 15.4252 17.0086 15.5544C15.7161 16.1102 14.2809 16.1098 12.9885 15.5532C12.6885 15.424 12.0053 14.996 12.0053 14.996C12.0053 14.996 11.3115 15.424 11.0115 15.5532C9.71724 16.1106 8.27971 16.1102 6.98565 15.5519C6.6857 15.4227 6.00533 14.996 6.00533 14.996C6.00533 14.996 5.3168 15.4273 5.01684 15.5564C4.36729 15.8447 3.68364 16 3 16H2V18H3C4.03 18 5.05 17.75 6 17.25C7.89 18.25 10.11 18.25 12 17.25C13.89 18.25 16.11 18.25 18 17.25Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ship-tugboat",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiShipTugboat",
          "declaration": {
            "name": "ObiShipTugboat",
            "module": "src/icons/icon-ship-tugboat.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ship-tugboat",
          "declaration": {
            "name": "ObiShipTugboat",
            "module": "src/icons/icon-ship-tugboat.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ship-wreck-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiShipWreckIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.9466 3.0001L12 3L12.0534 3.0001C12.6057 3.00225 13.0516 3.45169 13.0495 4.00397C13.0474 4.55625 12.5979 5.00223 12.0456 5.00009L12 5L11.9544 5.00009C11.4021 5.00223 10.9526 4.55625 10.9505 4.00397C10.9484 3.45169 11.3943 3.00225 11.9466 3.0001Z\" fill=\"currentColor\"/> <path d=\"M14.4907 4.20676C14.6465 3.67691 15.2023 3.37369 15.7322 3.5295C15.7666 3.53961 15.8009 3.54986 15.8351 3.56024C16.3636 3.72056 16.6621 4.27897 16.5018 4.80747C16.3414 5.33597 15.783 5.63444 15.2545 5.47412C15.2257 5.46539 15.1969 5.45677 15.1679 5.44826C14.6381 5.29245 14.3349 4.73661 14.4907 4.20676Z\" fill=\"currentColor\"/> <path d=\"M9.50931 4.20676C9.66512 4.73661 9.3619 5.29245 8.83205 5.44826C8.80312 5.45677 8.77426 5.46539 8.74547 5.47412C8.21697 5.63444 7.65857 5.33597 7.49825 4.80747C7.33792 4.27897 7.63639 3.72056 8.1649 3.56024C8.19913 3.54986 8.23343 3.53961 8.26782 3.5295C8.79767 3.37369 9.3535 3.67691 9.50931 4.20676Z\" fill=\"currentColor\"/> <path d=\"M6.18179 5.43478C6.50144 5.88516 6.39546 6.50939 5.94507 6.82904C5.92112 6.84604 5.89729 6.86313 5.87359 6.88031C5.42648 7.20451 4.8012 7.10486 4.477 6.65775C4.15281 6.21063 4.25245 5.58535 4.69957 5.26116C4.72876 5.23999 4.75808 5.21896 4.78753 5.19806C5.23792 4.87841 5.86215 4.98439 6.18179 5.43478Z\" fill=\"currentColor\"/> <path d=\"M17.8182 5.43478C18.1379 4.98439 18.7621 4.87841 19.2125 5.19806C19.2419 5.21896 19.2712 5.23999 19.3004 5.26116C19.7475 5.58535 19.8472 6.21063 19.523 6.65775C19.1988 7.10486 18.5735 7.20451 18.1264 6.88031C18.1027 6.86313 18.0789 6.84604 18.0549 6.82904C17.6045 6.50939 17.4986 5.88516 17.8182 5.43478Z\" fill=\"currentColor\"/> <path d=\"M3.46691 7.71918C3.94214 8.00054 4.09931 8.61389 3.81794 9.08913C3.80345 9.1136 3.78914 9.13814 3.77502 9.16275C3.50005 9.64171 2.88886 9.80709 2.40989 9.53212C1.93092 9.25715 1.76555 8.64597 2.04052 8.167C2.05911 8.13462 2.07792 8.10235 2.09695 8.07021C2.37832 7.59497 2.99167 7.43781 3.46691 7.71918Z\" fill=\"currentColor\"/> <path d=\"M20.5331 7.71918C21.0083 7.43781 21.6217 7.59497 21.903 8.07021C21.9221 8.10235 21.9409 8.13462 21.9595 8.167C22.2344 8.64597 22.0691 9.25715 21.5901 9.53212C21.1111 9.80709 20.5 9.64171 20.225 9.16274C20.2109 9.13814 20.1966 9.1136 20.1821 9.08913C19.9007 8.61389 20.0579 8.00054 20.5331 7.71918Z\" fill=\"currentColor\"/> <path d=\"M21.9922 10.9505C22.5445 10.9464 22.9956 11.3907 22.9998 11.9429L23 12L22.9998 12.0571C22.9956 12.6093 22.5445 13.0536 21.9922 13.0495C21.44 13.0453 20.9957 12.5942 20.9998 12.0419L21 12L20.9998 11.9581C20.9957 11.4058 21.44 10.9547 21.9922 10.9505Z\" fill=\"currentColor\"/> <path d=\"M2.00776 10.9505C2.56003 10.9547 3.00434 11.4058 3.00016 11.9581L3 12L3.00016 12.0419C3.00434 12.5942 2.56003 13.0453 2.00776 13.0495C1.45549 13.0536 1.0044 12.6093 1.00022 12.0571L1 12L1.00022 11.9429C1.0044 11.3907 1.45549 10.9464 2.00776 10.9505Z\" fill=\"currentColor\"/> <path d=\"M21.5901 14.4679C22.0691 14.7428 22.2345 15.354 21.9595 15.833C21.9409 15.8654 21.9221 15.8976 21.903 15.9298C21.6217 16.405 21.0083 16.5622 20.5331 16.2808C20.0579 15.9995 19.9007 15.3861 20.1821 14.9109C20.1966 14.8864 20.2109 14.8619 20.225 14.8373C20.5 14.3583 21.1111 14.1929 21.5901 14.4679Z\" fill=\"currentColor\"/> <path d=\"M2.40989 14.4679C2.88886 14.1929 3.50005 14.3583 3.77502 14.8373C3.78914 14.8619 3.80345 14.8864 3.81794 14.9109C4.09931 15.3861 3.94214 15.9995 3.46691 16.2808C2.99167 16.5622 2.37832 16.405 2.09695 15.9298C2.07792 15.8976 2.05911 15.8654 2.04052 15.833C1.76555 15.354 1.93093 14.7428 2.40989 14.4679Z\" fill=\"currentColor\"/> <path d=\"M19.523 17.3423C19.8472 17.7894 19.7475 18.4146 19.3004 18.7388C19.2712 18.76 19.2419 18.781 19.2125 18.8019C18.7621 19.1216 18.1379 19.0156 17.8182 18.5652C17.4986 18.1148 17.6045 17.4906 18.0549 17.171C18.0789 17.154 18.1027 17.1369 18.1264 17.1197C18.5735 16.7955 19.1988 16.8951 19.523 17.3423Z\" fill=\"currentColor\"/> <path d=\"M4.477 17.3423C4.8012 16.8951 5.42648 16.7955 5.87359 17.1197C5.89729 17.1369 5.92112 17.154 5.94507 17.171C6.39546 17.4906 6.50144 18.1148 6.18179 18.5652C5.86215 19.0156 5.23792 19.1216 4.78753 18.8019C4.75808 18.781 4.72876 18.76 4.69957 18.7388C4.25245 18.4146 4.15281 17.7894 4.477 17.3423Z\" fill=\"currentColor\"/> <path d=\"M7.49825 19.1925C7.65857 18.664 8.21697 18.3656 8.74547 18.5259C8.77426 18.5346 8.80312 18.5432 8.83205 18.5517C9.3619 18.7075 9.66512 19.2634 9.50931 19.7932C9.3535 20.3231 8.79767 20.6263 8.26782 20.4705C8.23343 20.4604 8.19913 20.4501 8.1649 20.4398C7.63639 20.2794 7.33792 19.721 7.49825 19.1925Z\" fill=\"currentColor\"/> <path d=\"M16.5018 19.1925C16.6621 19.721 16.3636 20.2794 15.8351 20.4398C15.8009 20.4501 15.7666 20.4604 15.7322 20.4705C15.2023 20.6263 14.6465 20.3231 14.4907 19.7932C14.3349 19.2634 14.6381 18.7075 15.1679 18.5517C15.1969 18.5432 15.2257 18.5346 15.2545 18.5259C15.783 18.3656 16.3414 18.664 16.5018 19.1925Z\" fill=\"currentColor\"/> <path d=\"M10.9505 19.996C10.9526 19.4437 11.4021 18.9978 11.9544 18.9999L12 19L12.0456 18.9999C12.5979 18.9978 13.0474 19.4437 13.0495 19.996C13.0516 20.5483 12.6057 20.9978 12.0534 20.9999L12 21L11.9466 20.9999C11.3943 20.9978 10.9484 20.5483 10.9505 19.996Z\" fill=\"currentColor\"/> <path d=\"M8 15V13H11V18H13V13H16V15H18V13H20V11H18V9H16V11H13V6H11V11H8V9H6V11H4V13H6V15H8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.9466 3.0001L12 3L12.0534 3.0001C12.6057 3.00225 13.0516 3.45169 13.0495 4.00397C13.0474 4.55625 12.5979 5.00223 12.0456 5.00009L12 5L11.9544 5.00009C11.4021 5.00223 10.9526 4.55625 10.9505 4.00397C10.9484 3.45169 11.3943 3.00225 11.9466 3.0001Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.4907 4.20676C14.6465 3.67691 15.2023 3.37369 15.7322 3.5295C15.7666 3.53961 15.8009 3.54986 15.8351 3.56024C16.3636 3.72056 16.6621 4.27897 16.5018 4.80747C16.3414 5.33597 15.783 5.63444 15.2545 5.47412C15.2257 5.46539 15.1969 5.45677 15.1679 5.44826C14.6381 5.29245 14.3349 4.73661 14.4907 4.20676Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9.50931 4.20676C9.66512 4.73661 9.3619 5.29245 8.83205 5.44826C8.80312 5.45677 8.77426 5.46539 8.74547 5.47412C8.21697 5.63444 7.65857 5.33597 7.49825 4.80747C7.33792 4.27897 7.63639 3.72056 8.1649 3.56024C8.19913 3.54986 8.23343 3.53961 8.26782 3.5295C8.79767 3.37369 9.3535 3.67691 9.50931 4.20676Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.18179 5.43478C6.50144 5.88516 6.39546 6.50939 5.94507 6.82904C5.92112 6.84604 5.89729 6.86313 5.87359 6.88031C5.42648 7.20451 4.8012 7.10486 4.477 6.65775C4.15281 6.21063 4.25245 5.58535 4.69957 5.26116C4.72876 5.23999 4.75808 5.21896 4.78753 5.19806C5.23792 4.87841 5.86215 4.98439 6.18179 5.43478Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.8182 5.43478C18.1379 4.98439 18.7621 4.87841 19.2125 5.19806C19.2419 5.21896 19.2712 5.23999 19.3004 5.26116C19.7475 5.58535 19.8472 6.21063 19.523 6.65775C19.1988 7.10486 18.5735 7.20451 18.1264 6.88031C18.1027 6.86313 18.0789 6.84604 18.0549 6.82904C17.6045 6.50939 17.4986 5.88516 17.8182 5.43478Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.46691 7.71918C3.94214 8.00054 4.09931 8.61389 3.81794 9.08913C3.80345 9.1136 3.78914 9.13814 3.77502 9.16275C3.50005 9.64171 2.88886 9.80709 2.40989 9.53212C1.93092 9.25715 1.76555 8.64597 2.04052 8.167C2.05911 8.13462 2.07792 8.10235 2.09695 8.07021C2.37832 7.59497 2.99167 7.43781 3.46691 7.71918Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.5331 7.71918C21.0083 7.43781 21.6217 7.59497 21.903 8.07021C21.9221 8.10235 21.9409 8.13462 21.9595 8.167C22.2344 8.64597 22.0691 9.25715 21.5901 9.53212C21.1111 9.80709 20.5 9.64171 20.225 9.16274C20.2109 9.13814 20.1966 9.1136 20.1821 9.08913C19.9007 8.61389 20.0579 8.00054 20.5331 7.71918Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21.9922 10.9505C22.5445 10.9464 22.9956 11.3907 22.9998 11.9429L23 12L22.9998 12.0571C22.9956 12.6093 22.5445 13.0536 21.9922 13.0495C21.44 13.0453 20.9957 12.5942 20.9998 12.0419L21 12L20.9998 11.9581C20.9957 11.4058 21.44 10.9547 21.9922 10.9505Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.00776 10.9505C2.56003 10.9547 3.00434 11.4058 3.00016 11.9581L3 12L3.00016 12.0419C3.00434 12.5942 2.56003 13.0453 2.00776 13.0495C1.45549 13.0536 1.0044 12.6093 1.00022 12.0571L1 12L1.00022 11.9429C1.0044 11.3907 1.45549 10.9464 2.00776 10.9505Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21.5901 14.4679C22.0691 14.7428 22.2345 15.354 21.9595 15.833C21.9409 15.8654 21.9221 15.8976 21.903 15.9298C21.6217 16.405 21.0083 16.5622 20.5331 16.2808C20.0579 15.9995 19.9007 15.3861 20.1821 14.9109C20.1966 14.8864 20.2109 14.8619 20.225 14.8373C20.5 14.3583 21.1111 14.1929 21.5901 14.4679Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.40989 14.4679C2.88886 14.1929 3.50005 14.3583 3.77502 14.8373C3.78914 14.8619 3.80345 14.8864 3.81794 14.9109C4.09931 15.3861 3.94214 15.9995 3.46691 16.2808C2.99167 16.5622 2.37832 16.405 2.09695 15.9298C2.07792 15.8976 2.05911 15.8654 2.04052 15.833C1.76555 15.354 1.93093 14.7428 2.40989 14.4679Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.523 17.3423C19.8472 17.7894 19.7475 18.4146 19.3004 18.7388C19.2712 18.76 19.2419 18.781 19.2125 18.8019C18.7621 19.1216 18.1379 19.0156 17.8182 18.5652C17.4986 18.1148 17.6045 17.4906 18.0549 17.171C18.0789 17.154 18.1027 17.1369 18.1264 17.1197C18.5735 16.7955 19.1988 16.8951 19.523 17.3423Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.477 17.3423C4.8012 16.8951 5.42648 16.7955 5.87359 17.1197C5.89729 17.1369 5.92112 17.154 5.94507 17.171C6.39546 17.4906 6.50144 18.1148 6.18179 18.5652C5.86215 19.0156 5.23792 19.1216 4.78753 18.8019C4.75808 18.781 4.72876 18.76 4.69957 18.7388C4.25245 18.4146 4.15281 17.7894 4.477 17.3423Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.49825 19.1925C7.65857 18.664 8.21697 18.3656 8.74547 18.5259C8.77426 18.5346 8.80312 18.5432 8.83205 18.5517C9.3619 18.7075 9.66512 19.2634 9.50931 19.7932C9.3535 20.3231 8.79767 20.6263 8.26782 20.4705C8.23343 20.4604 8.19913 20.4501 8.1649 20.4398C7.63639 20.2794 7.33792 19.721 7.49825 19.1925Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.5018 19.1925C16.6621 19.721 16.3636 20.2794 15.8351 20.4398C15.8009 20.4501 15.7666 20.4604 15.7322 20.4705C15.2023 20.6263 14.6465 20.3231 14.4907 19.7932C14.3349 19.2634 14.6381 18.7075 15.1679 18.5517C15.1969 18.5432 15.2257 18.5346 15.2545 18.5259C15.783 18.3656 16.3414 18.664 16.5018 19.1925Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.9505 19.996C10.9526 19.4437 11.4021 18.9978 11.9544 18.9999L12 19L12.0456 18.9999C12.5979 18.9978 13.0474 19.4437 13.0495 19.996C13.0516 20.5483 12.6057 20.9978 12.0534 20.9999L12 21L11.9466 20.9999C11.3943 20.9978 10.9484 20.5483 10.9505 19.996Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 15V13H11V18H13V13H16V15H18V13H20V11H18V9H16V11H13V6H11V11H8V9H6V11H4V13H6V15H8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ship-wreck-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiShipWreckIec",
          "declaration": {
            "name": "ObiShipWreckIec",
            "module": "src/icons/icon-ship-wreck-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ship-wreck-iec",
          "declaration": {
            "name": "ObiShipWreckIec",
            "module": "src/icons/icon-ship-wreck-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ship-yacht.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiShipYacht",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 17.2501C18.94 17.7501 19.97 18.0001 21 18.0001H22V16.0001H21C20.3196 16.0001 19.64 15.8463 18.993 15.5606C18.693 15.4314 18.0047 15.0034 18.0047 15.0034C18.0047 15.0034 17.3086 15.4253 17.0086 15.5545C15.7161 16.1104 14.2809 16.1099 12.9885 15.5533C12.6885 15.4241 12.0053 14.9961 12.0053 14.9961C12.0053 14.9961 11.3115 15.4241 11.0115 15.5533C9.71724 16.1108 8.27971 16.1104 6.98565 15.5521C6.6857 15.4229 6.00533 14.9961 6.00533 14.9961C6.00533 14.9961 5.3168 15.4274 5.01684 15.5566C4.36729 15.8449 3.68364 16.0001 3 16.0001H2V18.0001H3C4.03 18.0001 5.05 17.7501 6 17.2501C7.89 18.2501 10.11 18.2501 12 17.2501C13.89 18.2501 16.11 18.2501 18 17.2501Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 6H7.5L8 8H6V9H7.5L6.5 11C6.5 11 6.5 11 5 11C3.5 11 2 12.5 2 14.5H3C3.69795 14.4932 4.37873 14.3398 5.01684 14.0566C5.3168 13.9274 6.00533 13.4961 6.00533 13.4961C6.00533 13.4961 6.6857 13.9229 6.98565 14.0521C8.27971 14.6104 9.71724 14.6108 11.0115 14.0533C11.3115 13.9241 12.0053 13.4961 12.0053 13.4961C12.0053 13.4961 12.6885 13.9241 12.9885 14.0533C14.2808 14.6099 15.7161 14.6104 17.0086 14.0545C17.3086 13.9253 18.0047 13.5034 18.0047 13.5034C18.3456 13.717 18.6919 13.9355 19.0629 14.0931C20.0678 13.5464 20.9805 12.8018 21.529 12C21.7527 11.673 21.9159 11.3365 22 11H18.5C18.5 11 17.9713 10.5246 16.6039 9.53011C14.5259 8.01883 12.1435 7.99718 12 8C11.9901 8 11.9908 8.00018 12 8L9 6ZM16.9248 11H8L9 9H11.8985C12.7938 9 13.6751 9.17164 14.4966 9.5C15.3854 9.85525 16.1663 10.4243 16.9248 11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 17.2501C18.94 17.7501 19.97 18.0001 21 18.0001H22V16.0001H21C20.3196 16.0001 19.64 15.8463 18.993 15.5606C18.693 15.4314 18.0047 15.0034 18.0047 15.0034C18.0047 15.0034 17.3086 15.4253 17.0086 15.5545C15.7161 16.1104 14.2809 16.1099 12.9885 15.5533C12.6885 15.4241 12.0053 14.9961 12.0053 14.9961C12.0053 14.9961 11.3115 15.4241 11.0115 15.5533C9.71724 16.1108 8.27971 16.1104 6.98565 15.5521C6.6857 15.4229 6.00533 14.9961 6.00533 14.9961C6.00533 14.9961 5.3168 15.4274 5.01684 15.5566C4.36729 15.8449 3.68364 16.0001 3 16.0001H2V18.0001H3C4.03 18.0001 5.05 17.7501 6 17.2501C7.89 18.2501 10.11 18.2501 12 17.2501C13.89 18.2501 16.11 18.2501 18 17.2501Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 6H7.5L8 8H6V9H7.5L6.5 11C6.5 11 6.5 11 5 11C3.5 11 2 12.5 2 14.5H3C3.69795 14.4932 4.37873 14.3398 5.01684 14.0566C5.3168 13.9274 6.00533 13.4961 6.00533 13.4961C6.00533 13.4961 6.6857 13.9229 6.98565 14.0521C8.27971 14.6104 9.71724 14.6108 11.0115 14.0533C11.3115 13.9241 12.0053 13.4961 12.0053 13.4961C12.0053 13.4961 12.6885 13.9241 12.9885 14.0533C14.2808 14.6099 15.7161 14.6104 17.0086 14.0545C17.3086 13.9253 18.0047 13.5034 18.0047 13.5034C18.3456 13.717 18.6919 13.9355 19.0629 14.0931C20.0678 13.5464 20.9805 12.8018 21.529 12C21.7527 11.673 21.9159 11.3365 22 11H18.5C18.5 11 17.9713 10.5246 16.6039 9.53011C14.5259 8.01883 12.1435 7.99718 12 8C11.9901 8 11.9908 8.00018 12 8L9 6ZM16.9248 11H8L9 9H11.8985C12.7938 9 13.6751 9.17164 14.4966 9.5C15.3854 9.85525 16.1663 10.4243 16.9248 11Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ship-yacht",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiShipYacht",
          "declaration": {
            "name": "ObiShipYacht",
            "module": "src/icons/icon-ship-yacht.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ship-yacht",
          "declaration": {
            "name": "ObiShipYacht",
            "module": "src/icons/icon-ship-yacht.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-ship.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiShip",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.00075 2.00027V5.00026H6.00149C4.90176 5.00026 4.00198 5.90026 4.00198 7.00026V11.6202L2.7123 12.0402C2.45236 12.1202 2.23242 12.3002 2.11245 12.5402C1.99248 12.7802 1.96248 13.0602 2.05246 13.3202L3.66754 17.9999H3.99869C5.38767 17.9999 6.77666 17.5299 7.99577 16.6799C9.21488 17.5299 10.6111 17.9599 12.0001 17.9599C13.3891 17.9599 14.7853 17.5297 16.0044 16.6797C17.2235 17.5297 18.6125 17.9997 20.0015 17.9997H20.3326L21.9477 13.32C22.0377 13.06 22.0077 12.78 21.8877 12.54C21.7677 12.3 21.5478 12.12 21.2878 12.04L19.9982 11.62V6.99999C19.9982 5.89999 19.0984 4.99999 17.9987 4.99999H14.9994V2L9.00075 2.00027ZM11.0003 4.00026V5.00026L12.9998 4.99999V4L11.0003 4.00026ZM6.00155 7.00026V10.9703L12.0001 9.00124L17.9986 10.97V6.99999L6.00155 7.00026ZM12.0001 11.1115L6.62126 12.8602L4.22185 13.6502L4.99796 16.0002C6.49685 16.0002 7.29197 15.1706 7.99577 14.6799C9.21488 15.5299 10.6111 15.9599 12.0001 15.9599C13.3891 15.9599 14.7853 15.5297 16.0044 14.6797C16.7082 15.1704 17.5033 16 19.0022 16L19.7783 13.65L17.3789 12.86L12.0001 11.1115Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9927 19.96C13.3817 19.96 14.7707 19.53 15.9898 18.68C17.2089 19.53 18.5979 20 19.9869 20H20.9861V22H19.9869C18.6079 22 17.2489 21.66 15.9898 21.01C14.7307 21.66 13.3617 21.98 11.9927 21.98C10.6237 21.98 9.2547 21.65 7.99562 21.01C6.73654 21.65 5.37753 22 3.99854 22H2.99927V20H3.99854C5.38753 20 6.77651 19.53 7.99562 18.68C9.21473 19.53 10.6037 19.96 11.9927 19.96Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.00075 2.00027V5.00026H6.00149C4.90176 5.00026 4.00198 5.90026 4.00198 7.00026V11.6202L2.7123 12.0402C2.45236 12.1202 2.23242 12.3002 2.11245 12.5402C1.99248 12.7802 1.96248 13.0602 2.05246 13.3202L3.66754 17.9999H3.99869C5.38767 17.9999 6.77666 17.5299 7.99577 16.6799C9.21488 17.5299 10.6111 17.9599 12.0001 17.9599C13.3891 17.9599 14.7853 17.5297 16.0044 16.6797C17.2235 17.5297 18.6125 17.9997 20.0015 17.9997H20.3326L21.9477 13.32C22.0377 13.06 22.0077 12.78 21.8877 12.54C21.7677 12.3 21.5478 12.12 21.2878 12.04L19.9982 11.62V6.99999C19.9982 5.89999 19.0984 4.99999 17.9987 4.99999H14.9994V2L9.00075 2.00027ZM11.0003 4.00026V5.00026L12.9998 4.99999V4L11.0003 4.00026ZM6.00155 7.00026V10.9703L12.0001 9.00124L17.9986 10.97V6.99999L6.00155 7.00026ZM12.0001 11.1115L6.62126 12.8602L4.22185 13.6502L4.99796 16.0002C6.49685 16.0002 7.29197 15.1706 7.99577 14.6799C9.21488 15.5299 10.6111 15.9599 12.0001 15.9599C13.3891 15.9599 14.7853 15.5297 16.0044 14.6797C16.7082 15.1704 17.5033 16 19.0022 16L19.7783 13.65L17.3789 12.86L12.0001 11.1115Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9927 19.96C13.3817 19.96 14.7707 19.53 15.9898 18.68C17.2089 19.53 18.5979 20 19.9869 20H20.9861V22H19.9869C18.6079 22 17.2489 21.66 15.9898 21.01C14.7307 21.66 13.3617 21.98 11.9927 21.98C10.6237 21.98 9.2547 21.65 7.99562 21.01C6.73654 21.65 5.37753 22 3.99854 22H2.99927V20H3.99854C5.38753 20 6.77651 19.53 7.99562 18.68C9.21473 19.53 10.6037 19.96 11.9927 19.96Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-ship",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiShip",
          "declaration": {
            "name": "ObiShip",
            "module": "src/icons/icon-ship.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-ship",
          "declaration": {
            "name": "ObiShip",
            "module": "src/icons/icon-ship.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-silence-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSilenceIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.1929 20.1928L21.7787 21.607L18 17.8283V23L11.8889 16.125H3V7.875H8.04669L3.39389 3.2222L4.80811 1.80798L23.1929 20.1928ZM10.0467 9.875H5L5 14.125H12.787L16 17.7396V15.8283L10.0467 9.875Z\" fill=\"currentColor\"/> <path d=\"M16 6.2604V10.1711L18 12.1711L18 1L12.743 6.91413L14.1596 8.33079L16 6.2604Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.1929 20.1928L21.7787 21.607L18 17.8283V23L11.8889 16.125H3V7.875H8.04669L3.39389 3.2222L4.80811 1.80798L23.1929 20.1928ZM10.0467 9.875H5L5 14.125H12.787L16 17.7396V15.8283L10.0467 9.875Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16 6.2604V10.1711L18 12.1711L18 1L12.743 6.91413L14.1596 8.33079L16 6.2604Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-silence-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSilenceIec",
          "declaration": {
            "name": "ObiSilenceIec",
            "module": "src/icons/icon-silence-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-silence-iec",
          "declaration": {
            "name": "ObiSilenceIec",
            "module": "src/icons/icon-silence-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-beacon-cardinal-east.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBeaconCardinalEast",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 11L6 11L12 3L18 11Z\" fill=\"currentColor\"/> <path d=\"M18 13H6L12 21L18 13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 11L12 3L6 11L18 11ZM16 10L12 4.66667L8 10L16 10ZM6 13L12 21L18 13H6ZM8 14L12 19.3333L16 14H8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 11L6 11L12 3L18 11Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path d=\"M18 13H6L12 21L18 13Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 11L12 3L6 11L18 11ZM16 10L12 4.66667L8 10L16 10ZM6 13L12 21L18 13H6ZM8 14L12 19.3333L16 14H8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-beacon-cardinal-east",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBeaconCardinalEast",
          "declaration": {
            "name": "ObiSimplifiedBeaconCardinalEast",
            "module": "src/icons/icon-simplified-beacon-cardinal-east.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-beacon-cardinal-east",
          "declaration": {
            "name": "ObiSimplifiedBeaconCardinalEast",
            "module": "src/icons/icon-simplified-beacon-cardinal-east.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-beacon-cardinal-north.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBeaconCardinalNorth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 11L18 11L12 3L6 11Z\" fill=\"currentColor\"/> <path d=\"M12 13L18 21H6L12 13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 11L12 3L6 11L18 11ZM16 10L12 4.66667L8 10L16 10ZM12 13L6 21H18L12 13ZM12 14.6667L8 20H16L12 14.6667Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 11L18 11L12 3L6 11Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path d=\"M12 13L18 21H6L12 13Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 11L12 3L6 11L18 11ZM16 10L12 4.66667L8 10L16 10ZM12 13L6 21H18L12 13ZM12 14.6667L8 20H16L12 14.6667Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-beacon-cardinal-north",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBeaconCardinalNorth",
          "declaration": {
            "name": "ObiSimplifiedBeaconCardinalNorth",
            "module": "src/icons/icon-simplified-beacon-cardinal-north.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-beacon-cardinal-north",
          "declaration": {
            "name": "ObiSimplifiedBeaconCardinalNorth",
            "module": "src/icons/icon-simplified-beacon-cardinal-north.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-beacon-cardinal-south.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBeaconCardinalSouth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 3L18 3L12 11L6 3Z\" fill=\"currentColor\"/> <path d=\"M18 13H6L12 21L18 13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 3H18L12 11L6 3ZM12 9.33333L16 4L8 4L12 9.33333ZM6 13L12 21L18 13H6ZM8 14L12 19.3333L16 14H8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 3L18 3L12 11L6 3Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path d=\"M18 13H6L12 21L18 13Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 3H18L12 11L6 3ZM12 9.33333L16 4L8 4L12 9.33333ZM6 13L12 21L18 13H6ZM8 14L12 19.3333L16 14H8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-beacon-cardinal-south",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBeaconCardinalSouth",
          "declaration": {
            "name": "ObiSimplifiedBeaconCardinalSouth",
            "module": "src/icons/icon-simplified-beacon-cardinal-south.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-beacon-cardinal-south",
          "declaration": {
            "name": "ObiSimplifiedBeaconCardinalSouth",
            "module": "src/icons/icon-simplified-beacon-cardinal-south.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-beacon-cardinal-west.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBeaconCardinalWest",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 3L18 3L12 11L6 3Z\" fill=\"currentColor\"/> <path d=\"M6 21H18L12 13L6 21Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 3H18L12 11L6 3ZM12 9.33333L16 4L8 4L12 9.33333ZM18 21L12 13L6 21H18ZM8 20H16L12 14.6667L8 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 3L18 3L12 11L6 3Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path d=\"M6 21H18L12 13L6 21Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 3H18L12 11L6 3ZM12 9.33333L16 4L8 4L12 9.33333ZM18 21L12 13L6 21H18ZM8 20H16L12 14.6667L8 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-beacon-cardinal-west",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBeaconCardinalWest",
          "declaration": {
            "name": "ObiSimplifiedBeaconCardinalWest",
            "module": "src/icons/icon-simplified-beacon-cardinal-west.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-beacon-cardinal-west",
          "declaration": {
            "name": "ObiSimplifiedBeaconCardinalWest",
            "module": "src/icons/icon-simplified-beacon-cardinal-west.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-beacon-default.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBeaconDefault",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 4C6 3.44772 6.44772 3 7 3H17C17.5523 3 18 3.44772 18 4V20C18 20.5523 17.5523 21 17 21H7C6.44772 21 6 20.5523 6 20V4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 4H7L7 20H17V4ZM7 3C6.44772 3 6 3.44772 6 4V20C6 20.5523 6.44772 21 7 21H17C17.5523 21 18 20.5523 18 20V4C18 3.44772 17.5523 3 17 3H7Z\" fill=\"currentColor\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 4C6 3.44772 6.44772 3 7 3H17C17.5523 3 18 3.44772 18 4V20C18 20.5523 17.5523 21 17 21H7C6.44772 21 6 20.5523 6 20V4Z\" style=\"fill: var(--element-disabled-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 4H7L7 20H17V4ZM7 3C6.44772 3 6 3.44772 6 4V20C6 20.5523 6.44772 21 7 21H17C17.5523 21 18 20.5523 18 20V4C18 3.44772 17.5523 3 17 3H7Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-beacon-default",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBeaconDefault",
          "declaration": {
            "name": "ObiSimplifiedBeaconDefault",
            "module": "src/icons/icon-simplified-beacon-default.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-beacon-default",
          "declaration": {
            "name": "ObiSimplifiedBeaconDefault",
            "module": "src/icons/icon-simplified-beacon-default.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-beacon-isolated-danger.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBeaconIsolatedDanger",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z\" fill=\"currentColor\"/> <path d=\"M16.5 17.5C16.5 19.9853 14.4853 22 12 22C9.51472 22 7.5 19.9853 7.5 17.5C7.5 15.0147 9.51472 13 12 13C14.4853 13 16.5 15.0147 16.5 17.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 10C13.933 10 15.5 8.433 15.5 6.5C15.5 4.567 13.933 3 12 3C10.067 3 8.5 4.567 8.5 6.5C8.5 8.433 10.067 10 12 10ZM12 11C14.4853 11 16.5 8.98528 16.5 6.5C16.5 4.01472 14.4853 2 12 2C9.51472 2 7.5 4.01472 7.5 6.5C7.5 8.98528 9.51472 11 12 11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 21C13.933 21 15.5 19.433 15.5 17.5C15.5 15.567 13.933 14 12 14C10.067 14 8.5 15.567 8.5 17.5C8.5 19.433 10.067 21 12 21ZM12 22C14.4853 22 16.5 19.9853 16.5 17.5C16.5 15.0147 14.4853 13 12 13C9.51472 13 7.5 15.0147 7.5 17.5C7.5 19.9853 9.51472 22 12 22Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z\" style=\"fill: var(--navigation-light-red-color)\"/> <path d=\"M16.5 17.5C16.5 19.9853 14.4853 22 12 22C9.51472 22 7.5 19.9853 7.5 17.5C7.5 15.0147 9.51472 13 12 13C14.4853 13 16.5 15.0147 16.5 17.5Z\" style=\"fill: var(--navigation-light-red-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 10C13.933 10 15.5 8.433 15.5 6.5C15.5 4.567 13.933 3 12 3C10.067 3 8.5 4.567 8.5 6.5C8.5 8.433 10.067 10 12 10ZM12 11C14.4853 11 16.5 8.98528 16.5 6.5C16.5 4.01472 14.4853 2 12 2C9.51472 2 7.5 4.01472 7.5 6.5C7.5 8.98528 9.51472 11 12 11Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 21C13.933 21 15.5 19.433 15.5 17.5C15.5 15.567 13.933 14 12 14C10.067 14 8.5 15.567 8.5 17.5C8.5 19.433 10.067 21 12 21ZM12 22C14.4853 22 16.5 19.9853 16.5 17.5C16.5 15.0147 14.4853 13 12 13C9.51472 13 7.5 15.0147 7.5 17.5C7.5 19.9853 9.51472 22 12 22Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-beacon-isolated-danger",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBeaconIsolatedDanger",
          "declaration": {
            "name": "ObiSimplifiedBeaconIsolatedDanger",
            "module": "src/icons/icon-simplified-beacon-isolated-danger.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-beacon-isolated-danger",
          "declaration": {
            "name": "ObiSimplifiedBeaconIsolatedDanger",
            "module": "src/icons/icon-simplified-beacon-isolated-danger.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-beacon-major-lateral-red.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBeaconMajorLateralRed",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 4C6 3.44772 6.44772 3 7 3H17C17.5523 3 18 3.44772 18 4V20C18 20.5523 17.5523 21 17 21H7C6.44772 21 6 20.5523 6 20V4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 4H7L7 20H17V4ZM7 3C6.44772 3 6 3.44772 6 4V20C6 20.5523 6.44772 21 7 21H17C17.5523 21 18 20.5523 18 20V4C18 3.44772 17.5523 3 17 3H7Z\" fill=\"currentColor\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 4C6 3.44772 6.44772 3 7 3H17C17.5523 3 18 3.44772 18 4V20C18 20.5523 17.5523 21 17 21H7C6.44772 21 6 20.5523 6 20V4Z\" style=\"fill: var(--navigation-light-red-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 4H7L7 20H17V4ZM7 3C6.44772 3 6 3.44772 6 4V20C6 20.5523 6.44772 21 7 21H17C17.5523 21 18 20.5523 18 20V4C18 3.44772 17.5523 3 17 3H7Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-beacon-major-lateral-red",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBeaconMajorLateralRed",
          "declaration": {
            "name": "ObiSimplifiedBeaconMajorLateralRed",
            "module": "src/icons/icon-simplified-beacon-major-lateral-red.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-beacon-major-lateral-red",
          "declaration": {
            "name": "ObiSimplifiedBeaconMajorLateralRed",
            "module": "src/icons/icon-simplified-beacon-major-lateral-red.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-beacon-major-safe-water.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBeaconMajorSafeWater",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 4C6 3.44772 6.44772 3 7 3H17C17.5523 3 18 3.44772 18 4V20C18 20.5523 17.5523 21 17 21H7C6.44772 21 6 20.5523 6 20V4Z\" fill=\"currentColor\"/> <path d=\"M13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 4C6 3.44772 6.44772 3 7 3H17C17.5523 3 18 3.44772 18 4V20C18 20.5523 17.5523 21 17 21H7C6.44772 21 6 20.5523 6 20V4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-beacon-major-safe-water",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBeaconMajorSafeWater",
          "declaration": {
            "name": "ObiSimplifiedBeaconMajorSafeWater",
            "module": "src/icons/icon-simplified-beacon-major-safe-water.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-beacon-major-safe-water",
          "declaration": {
            "name": "ObiSimplifiedBeaconMajorSafeWater",
            "module": "src/icons/icon-simplified-beacon-major-safe-water.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-beacon-major-special-purpose.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBeaconMajorSpecialPurpose",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 4C6 3.44772 6.44772 3 7 3H17C17.5523 3 18 3.44772 18 4V20C18 20.5523 17.5523 21 17 21H7C6.44772 21 6 20.5523 6 20V4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 4H7L7 20H17V4ZM7 3C6.44772 3 6 3.44772 6 4V20C6 20.5523 6.44772 21 7 21H17C17.5523 21 18 20.5523 18 20V4C18 3.44772 17.5523 3 17 3H7Z\" fill=\"currentColor\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 4C6 3.44772 6.44772 3 7 3H17C17.5523 3 18 3.44772 18 4V20C18 20.5523 17.5523 21 17 21H7C6.44772 21 6 20.5523 6 20V4Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 4H7L7 20H17V4ZM7 3C6.44772 3 6 3.44772 6 4V20C6 20.5523 6.44772 21 7 21H17C17.5523 21 18 20.5523 18 20V4C18 3.44772 17.5523 3 17 3H7Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-beacon-major-special-purpose",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBeaconMajorSpecialPurpose",
          "declaration": {
            "name": "ObiSimplifiedBeaconMajorSpecialPurpose",
            "module": "src/icons/icon-simplified-beacon-major-special-purpose.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-beacon-major-special-purpose",
          "declaration": {
            "name": "ObiSimplifiedBeaconMajorSpecialPurpose",
            "module": "src/icons/icon-simplified-beacon-major-special-purpose.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-beacon-minor-lateral-green.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBeaconMinorLateralGreen",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V20C15 20.5523 14.5523 21 14 21H10C9.44772 21 9 20.5523 9 20V4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 4H10L10 20H14V4ZM10 3C9.44772 3 9 3.44772 9 4V20C9 20.5523 9.44772 21 10 21H14C14.5523 21 15 20.5523 15 20V4C15 3.44772 14.5523 3 14 3H10Z\" fill=\"currentColor\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V20C15 20.5523 14.5523 21 14 21H10C9.44772 21 9 20.5523 9 20V4Z\" style=\"fill: var(--navigation-light-green-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 4H10L10 20H14V4ZM10 3C9.44772 3 9 3.44772 9 4V20C9 20.5523 9.44772 21 10 21H14C14.5523 21 15 20.5523 15 20V4C15 3.44772 14.5523 3 14 3H10Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-beacon-minor-lateral-green",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBeaconMinorLateralGreen",
          "declaration": {
            "name": "ObiSimplifiedBeaconMinorLateralGreen",
            "module": "src/icons/icon-simplified-beacon-minor-lateral-green.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-beacon-minor-lateral-green",
          "declaration": {
            "name": "ObiSimplifiedBeaconMinorLateralGreen",
            "module": "src/icons/icon-simplified-beacon-minor-lateral-green.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-beacon-minor-lateral-red.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBeaconMinorLateralRed",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V20C15 20.5523 14.5523 21 14 21H10C9.44772 21 9 20.5523 9 20V4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 4H10L10 20H14V4ZM10 3C9.44772 3 9 3.44772 9 4V20C9 20.5523 9.44772 21 10 21H14C14.5523 21 15 20.5523 15 20V4C15 3.44772 14.5523 3 14 3H10Z\" fill=\"currentColor\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V20C15 20.5523 14.5523 21 14 21H10C9.44772 21 9 20.5523 9 20V4Z\" style=\"fill: var(--navigation-light-red-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 4H10L10 20H14V4ZM10 3C9.44772 3 9 3.44772 9 4V20C9 20.5523 9.44772 21 10 21H14C14.5523 21 15 20.5523 15 20V4C15 3.44772 14.5523 3 14 3H10Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-beacon-minor-lateral-red",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBeaconMinorLateralRed",
          "declaration": {
            "name": "ObiSimplifiedBeaconMinorLateralRed",
            "module": "src/icons/icon-simplified-beacon-minor-lateral-red.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-beacon-minor-lateral-red",
          "declaration": {
            "name": "ObiSimplifiedBeaconMinorLateralRed",
            "module": "src/icons/icon-simplified-beacon-minor-lateral-red.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-beacon-minor-safe-water.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBeaconMinorSafeWater",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V20C15 20.5523 14.5523 21 14 21H10C9.44772 21 9 20.5523 9 20V4Z\" fill=\"currentColor\"/> <path d=\"M13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V20C15 20.5523 14.5523 21 14 21H10C9.44772 21 9 20.5523 9 20V4Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-beacon-minor-safe-water",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBeaconMinorSafeWater",
          "declaration": {
            "name": "ObiSimplifiedBeaconMinorSafeWater",
            "module": "src/icons/icon-simplified-beacon-minor-safe-water.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-beacon-minor-safe-water",
          "declaration": {
            "name": "ObiSimplifiedBeaconMinorSafeWater",
            "module": "src/icons/icon-simplified-beacon-minor-safe-water.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-beacon-minor-special-purpose.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBeaconMinorSpecialPurpose",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V20C15 20.5523 14.5523 21 14 21H10C9.44772 21 9 20.5523 9 20V4Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 4H10L10 20H14V4ZM10 3C9.44772 3 9 3.44772 9 4V20C9 20.5523 9.44772 21 10 21H14C14.5523 21 15 20.5523 15 20V4C15 3.44772 14.5523 3 14 3H10Z\" fill=\"currentColor\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V20C15 20.5523 14.5523 21 14 21H10C9.44772 21 9 20.5523 9 20V4Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 4H10L10 20H14V4ZM10 3C9.44772 3 9 3.44772 9 4V20C9 20.5523 9.44772 21 10 21H14C14.5523 21 15 20.5523 15 20V4C15 3.44772 14.5523 3 14 3H10Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-beacon-minor-special-purpose",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBeaconMinorSpecialPurpose",
          "declaration": {
            "name": "ObiSimplifiedBeaconMinorSpecialPurpose",
            "module": "src/icons/icon-simplified-beacon-minor-special-purpose.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-beacon-minor-special-purpose",
          "declaration": {
            "name": "ObiSimplifiedBeaconMinorSpecialPurpose",
            "module": "src/icons/icon-simplified-beacon-minor-special-purpose.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-buoy-cardinal-east.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBuoyCardinalEast",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 11L7 11L14 3L17 11Z\" fill=\"currentColor\"/> <path d=\"M16 13H6L9 21L16 13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 11L14 3L7 11L17 11ZM15.557 10L13.651 4.91741L9.20377 10L15.557 10ZM6 13L9 21L16 13H6ZM7.443 14L9.34897 19.0826L13.7962 14H7.443Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 11L7 11L14 3L17 11Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path d=\"M16 13H6L9 21L16 13Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 11L14 3L7 11L17 11ZM15.557 10L13.651 4.91741L9.20377 10L15.557 10ZM6 13L9 21L16 13H6ZM7.443 14L9.34897 19.0826L13.7962 14H7.443Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-buoy-cardinal-east",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBuoyCardinalEast",
          "declaration": {
            "name": "ObiSimplifiedBuoyCardinalEast",
            "module": "src/icons/icon-simplified-buoy-cardinal-east.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-buoy-cardinal-east",
          "declaration": {
            "name": "ObiSimplifiedBuoyCardinalEast",
            "module": "src/icons/icon-simplified-buoy-cardinal-east.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-buoy-cardinal-north.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBuoyCardinalNorth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 11L18 11L15 3L8 11Z\" fill=\"currentColor\"/> <path d=\"M13 13L16 21H6L13 13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 11L15 3L8 11L18 11ZM16.557 10L14.651 4.91741L10.2038 10L16.557 10ZM13 13L6 21H16L13 13ZM12.651 14.9174L8.20377 20H14.557L12.651 14.9174Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 11L18 11L15 3L8 11Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path d=\"M13 13L16 21H6L13 13Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 11L15 3L8 11L18 11ZM16.557 10L14.651 4.91741L10.2038 10L16.557 10ZM13 13L6 21H16L13 13ZM12.651 14.9174L8.20377 20H14.557L12.651 14.9174Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-buoy-cardinal-north",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBuoyCardinalNorth",
          "declaration": {
            "name": "ObiSimplifiedBuoyCardinalNorth",
            "module": "src/icons/icon-simplified-buoy-cardinal-north.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-buoy-cardinal-north",
          "declaration": {
            "name": "ObiSimplifiedBuoyCardinalNorth",
            "module": "src/icons/icon-simplified-buoy-cardinal-north.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-buoy-cardinal-south.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBuoyCardinalSouth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16 13L6 13L9 21L16 13Z\" fill=\"currentColor\"/> <path d=\"M11 11L8 3L18 3L11 11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 13L9 21L16 13L6 13ZM7.443 14L9.34897 19.0826L13.7962 14L7.443 14ZM11 11L18 3L8 3L11 11ZM11.349 9.08259L15.7962 4L9.443 4L11.349 9.08259Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16 13L6 13L9 21L16 13Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path d=\"M11 11L8 3L18 3L11 11Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 13L9 21L16 13L6 13ZM7.443 14L9.34897 19.0826L13.7962 14L7.443 14ZM11 11L18 3L8 3L11 11ZM11.349 9.08259L15.7962 4L9.443 4L11.349 9.08259Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-buoy-cardinal-south",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBuoyCardinalSouth",
          "declaration": {
            "name": "ObiSimplifiedBuoyCardinalSouth",
            "module": "src/icons/icon-simplified-buoy-cardinal-south.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-buoy-cardinal-south",
          "declaration": {
            "name": "ObiSimplifiedBuoyCardinalSouth",
            "module": "src/icons/icon-simplified-buoy-cardinal-south.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-buoy-cardinal-west.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBuoyCardinalWest",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 21L5 21L12 13L15 21Z\" fill=\"currentColor\"/> <path d=\"M19 3H9L12 11L19 3Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 21L12 13L5 21L15 21ZM13.557 20L11.651 14.9174L7.20377 20L13.557 20ZM9 3L12 11L19 3H9ZM10.443 4H16.7962L12.349 9.08258L10.443 4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 21L5 21L12 13L15 21Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path d=\"M19 3H9L12 11L19 3Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 21L12 13L5 21L15 21ZM13.557 20L11.651 14.9174L7.20377 20L13.557 20ZM9 3L12 11L19 3H9ZM10.443 4H16.7962L12.349 9.08258L10.443 4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-buoy-cardinal-west",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBuoyCardinalWest",
          "declaration": {
            "name": "ObiSimplifiedBuoyCardinalWest",
            "module": "src/icons/icon-simplified-buoy-cardinal-west.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-buoy-cardinal-west",
          "declaration": {
            "name": "ObiSimplifiedBuoyCardinalWest",
            "module": "src/icons/icon-simplified-buoy-cardinal-west.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-buoy-default.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBuoyDefault",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"12\" cy=\"12\" r=\"7.5\" fill=\"currentColor\" stroke=\"#373737\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z\" fill=\"currentColor\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"12\" cy=\"12\" r=\"7.5\" style=\"fill: var(--element-disabled-color)\" style=\"stroke: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-buoy-default",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBuoyDefault",
          "declaration": {
            "name": "ObiSimplifiedBuoyDefault",
            "module": "src/icons/icon-simplified-buoy-default.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-buoy-default",
          "declaration": {
            "name": "ObiSimplifiedBuoyDefault",
            "module": "src/icons/icon-simplified-buoy-default.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-buoy-installation-mooring.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBuoyInstallationMooring",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.7324 11C13.9026 10.7058 14 10.3643 14 10C14 8.89543 13.1046 8 12 8C10.8954 8 10 8.89543 10 10C10 10.3643 10.0974 10.7058 10.2676 11H5.13333L3 17H21L18.8667 11H13.7324Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.7324 11C13.9026 10.7058 14 10.3643 14 10C14 8.89543 13.1046 8 12 8C10.8954 8 10 8.89543 10 10C10 10.3643 10.0974 10.7058 10.2676 11H5.13333L3 17H21L18.8667 11H13.7324Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-buoy-installation-mooring",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBuoyInstallationMooring",
          "declaration": {
            "name": "ObiSimplifiedBuoyInstallationMooring",
            "module": "src/icons/icon-simplified-buoy-installation-mooring.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-buoy-installation-mooring",
          "declaration": {
            "name": "ObiSimplifiedBuoyInstallationMooring",
            "module": "src/icons/icon-simplified-buoy-installation-mooring.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-buoy-lateral-can-green.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBuoyLateralCanGreen",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.81063 4.75746C5.92193 4.3123 6.32191 4 6.78078 4H20.7192C21.3698 4 21.8472 4.61139 21.6894 5.24254L18.1894 19.2425C18.0781 19.6877 17.6781 20 17.2192 20H3.28078C2.6302 20 2.15285 19.3886 2.31063 18.7575L5.81063 4.75746Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.7192 5H6.78077L3.28077 19L17.2192 19L20.7192 5ZM6.78077 4C6.3219 4 5.92192 4.3123 5.81062 4.75746L2.31062 18.7575C2.15284 19.3886 2.63019 20 3.28077 20H17.2192C17.6781 20 18.0781 19.6877 18.1894 19.2425L21.6894 5.24254C21.8471 4.61139 21.3698 4 20.7192 4H6.78077Z\" fill=\"currentColor\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.81063 4.75746C5.92193 4.3123 6.32191 4 6.78078 4H20.7192C21.3698 4 21.8472 4.61139 21.6894 5.24254L18.1894 19.2425C18.0781 19.6877 17.6781 20 17.2192 20H3.28078C2.6302 20 2.15285 19.3886 2.31063 18.7575L5.81063 4.75746Z\" style=\"fill: var(--navigation-light-green-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.7192 5H6.78077L3.28077 19L17.2192 19L20.7192 5ZM6.78077 4C6.3219 4 5.92192 4.3123 5.81062 4.75746L2.31062 18.7575C2.15284 19.3886 2.63019 20 3.28077 20H17.2192C17.6781 20 18.0781 19.6877 18.1894 19.2425L21.6894 5.24254C21.8471 4.61139 21.3698 4 20.7192 4H6.78077Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-buoy-lateral-can-green",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBuoyLateralCanGreen",
          "declaration": {
            "name": "ObiSimplifiedBuoyLateralCanGreen",
            "module": "src/icons/icon-simplified-buoy-lateral-can-green.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-buoy-lateral-can-green",
          "declaration": {
            "name": "ObiSimplifiedBuoyLateralCanGreen",
            "module": "src/icons/icon-simplified-buoy-lateral-can-green.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-buoy-lateral-can-red.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBuoyLateralCanRed",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.81063 4.75746C5.92193 4.3123 6.32191 4 6.78078 4H20.7192C21.3698 4 21.8472 4.61139 21.6894 5.24254L18.1894 19.2425C18.0781 19.6877 17.6781 20 17.2192 20H3.28078C2.6302 20 2.15285 19.3886 2.31063 18.7575L5.81063 4.75746Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.7192 5H6.78077L3.28077 19L17.2192 19L20.7192 5ZM6.78077 4C6.3219 4 5.92192 4.3123 5.81062 4.75746L2.31062 18.7575C2.15284 19.3886 2.63019 20 3.28077 20H17.2192C17.6781 20 18.0781 19.6877 18.1894 19.2425L21.6894 5.24254C21.8471 4.61139 21.3698 4 20.7192 4H6.78077Z\" fill=\"currentColor\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.81063 4.75746C5.92193 4.3123 6.32191 4 6.78078 4H20.7192C21.3698 4 21.8472 4.61139 21.6894 5.24254L18.1894 19.2425C18.0781 19.6877 17.6781 20 17.2192 20H3.28078C2.6302 20 2.15285 19.3886 2.31063 18.7575L5.81063 4.75746Z\" style=\"fill: var(--navigation-light-red-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.7192 5H6.78077L3.28077 19L17.2192 19L20.7192 5ZM6.78077 4C6.3219 4 5.92192 4.3123 5.81062 4.75746L2.31062 18.7575C2.15284 19.3886 2.63019 20 3.28077 20H17.2192C17.6781 20 18.0781 19.6877 18.1894 19.2425L21.6894 5.24254C21.8471 4.61139 21.3698 4 20.7192 4H6.78077Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-buoy-lateral-can-red",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBuoyLateralCanRed",
          "declaration": {
            "name": "ObiSimplifiedBuoyLateralCanRed",
            "module": "src/icons/icon-simplified-buoy-lateral-can-red.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-buoy-lateral-can-red",
          "declaration": {
            "name": "ObiSimplifiedBuoyLateralCanRed",
            "module": "src/icons/icon-simplified-buoy-lateral-can-red.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-buoy-lateral-conical-green.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBuoyLateralConicalGreen",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 21L4 21L17 3L20 21Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 21L17 3L4 21L20 21ZM18.8195 20L16.4076 5.52824L5.95576 20L18.8195 20Z\" fill=\"currentColor\"/> <path d=\"M15 15C15 15.5523 14.5523 16 14 16C13.4477 16 13 15.5523 13 15C13 14.4477 13.4477 14 14 14C14.5523 14 15 14.4477 15 15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 21L4 21L17 3L20 21Z\" style=\"fill: var(--navigation-light-green-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 21L17 3L4 21L20 21ZM18.8195 20L16.4076 5.52824L5.95576 20L18.8195 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 15C15 15.5523 14.5523 16 14 16C13.4477 16 13 15.5523 13 15C13 14.4477 13.4477 14 14 14C14.5523 14 15 14.4477 15 15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-buoy-lateral-conical-green",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBuoyLateralConicalGreen",
          "declaration": {
            "name": "ObiSimplifiedBuoyLateralConicalGreen",
            "module": "src/icons/icon-simplified-buoy-lateral-conical-green.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-buoy-lateral-conical-green",
          "declaration": {
            "name": "ObiSimplifiedBuoyLateralConicalGreen",
            "module": "src/icons/icon-simplified-buoy-lateral-conical-green.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-buoy-lateral-conical-red.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBuoyLateralConicalRed",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 21L4 21L17 3L20 21Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 21L17 3L4 21L20 21ZM18.8195 20L16.4076 5.52824L5.95576 20L18.8195 20Z\" fill=\"currentColor\"/> <path d=\"M15 15C15 15.5523 14.5523 16 14 16C13.4477 16 13 15.5523 13 15C13 14.4477 13.4477 14 14 14C14.5523 14 15 14.4477 15 15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 21L4 21L17 3L20 21Z\" style=\"fill: var(--navigation-light-red-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 21L17 3L4 21L20 21ZM18.8195 20L16.4076 5.52824L5.95576 20L18.8195 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 15C15 15.5523 14.5523 16 14 16C13.4477 16 13 15.5523 13 15C13 14.4477 13.4477 14 14 14C14.5523 14 15 14.4477 15 15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-buoy-lateral-conical-red",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBuoyLateralConicalRed",
          "declaration": {
            "name": "ObiSimplifiedBuoyLateralConicalRed",
            "module": "src/icons/icon-simplified-buoy-lateral-conical-red.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-buoy-lateral-conical-red",
          "declaration": {
            "name": "ObiSimplifiedBuoyLateralConicalRed",
            "module": "src/icons/icon-simplified-buoy-lateral-conical-red.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-buoy-light-float.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBuoyLightFloat",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5352 7H8.46484L6.16797 10.4453L6.25002 10.5H2.13379L6.00046 16.5H18.0005L21.8671 10.5H17.75L17.8321 10.4453L15.5352 7ZM15.4648 10.5L14.4648 9H9.5352L8.5352 10.5H15.4648Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.5352 7H8.46484L6.16797 10.4453L6.25002 10.5H2.13379L6.00046 16.5H18.0005L21.8671 10.5H17.75L17.8321 10.4453L15.5352 7ZM15.4648 10.5L14.4648 9H9.5352L8.5352 10.5H15.4648Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-buoy-light-float",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBuoyLightFloat",
          "declaration": {
            "name": "ObiSimplifiedBuoyLightFloat",
            "module": "src/icons/icon-simplified-buoy-light-float.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-buoy-light-float",
          "declaration": {
            "name": "ObiSimplifiedBuoyLightFloat",
            "module": "src/icons/icon-simplified-buoy-light-float.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-buoy-light-vessel.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBuoyLightVessel",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 11V5H11V11H2L5.91892 17H18.0811L22 11H13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 11V5H11V11H2L5.91892 17H18.0811L22 11H13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-buoy-light-vessel",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBuoyLightVessel",
          "declaration": {
            "name": "ObiSimplifiedBuoyLightVessel",
            "module": "src/icons/icon-simplified-buoy-light-vessel.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-buoy-light-vessel",
          "declaration": {
            "name": "ObiSimplifiedBuoyLightVessel",
            "module": "src/icons/icon-simplified-buoy-light-vessel.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-buoy-safe-water.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBuoySafeWater",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"12\" cy=\"12\" r=\"7.5\" fill=\"currentColor\" stroke=\"#373737\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z\" fill=\"currentColor\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"12\" cy=\"12\" r=\"7.5\" style=\"fill: var(--navigation-light-red-color)\" style=\"stroke: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-buoy-safe-water",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBuoySafeWater",
          "declaration": {
            "name": "ObiSimplifiedBuoySafeWater",
            "module": "src/icons/icon-simplified-buoy-safe-water.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-buoy-safe-water",
          "declaration": {
            "name": "ObiSimplifiedBuoySafeWater",
            "module": "src/icons/icon-simplified-buoy-safe-water.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-buoy-special-purpose-ice.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBuoySpecialPurposeIce",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.8106 4.75746C10.9219 4.3123 11.3219 4 11.7808 4H15.7192C16.3698 4 16.8471 4.61139 16.6894 5.24254L13.1894 19.2425C13.0781 19.6877 12.6781 20 12.2192 20H8.28077C7.6302 20 7.15284 19.3886 7.31062 18.7575L10.8106 4.75746Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7192 5H11.7808L8.28077 19L12.2192 19L15.7192 5ZM11.7808 4C11.3219 4 10.9219 4.3123 10.8106 4.75746L7.31062 18.7575C7.15284 19.3886 7.6302 20 8.28077 20H12.2192C12.6781 20 13.0781 19.6877 13.1894 19.2425L16.6894 5.24254C16.8471 4.61139 16.3698 4 15.7192 4H11.7808Z\" fill=\"currentColor\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.8106 4.75746C10.9219 4.3123 11.3219 4 11.7808 4H15.7192C16.3698 4 16.8471 4.61139 16.6894 5.24254L13.1894 19.2425C13.0781 19.6877 12.6781 20 12.2192 20H8.28077C7.6302 20 7.15284 19.3886 7.31062 18.7575L10.8106 4.75746Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7192 5H11.7808L8.28077 19L12.2192 19L15.7192 5ZM11.7808 4C11.3219 4 10.9219 4.3123 10.8106 4.75746L7.31062 18.7575C7.15284 19.3886 7.6302 20 8.28077 20H12.2192C12.6781 20 13.0781 19.6877 13.1894 19.2425L16.6894 5.24254C16.8471 4.61139 16.3698 4 15.7192 4H11.7808Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-buoy-special-purpose-ice",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBuoySpecialPurposeIce",
          "declaration": {
            "name": "ObiSimplifiedBuoySpecialPurposeIce",
            "module": "src/icons/icon-simplified-buoy-special-purpose-ice.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-buoy-special-purpose-ice",
          "declaration": {
            "name": "ObiSimplifiedBuoySpecialPurposeIce",
            "module": "src/icons/icon-simplified-buoy-special-purpose-ice.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-buoy-special-purpose-tss-port.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBuoySpecialPurposeTssPort",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.81063 4.75746C5.92193 4.3123 6.32191 4 6.78078 4H20.7192C21.3698 4 21.8472 4.61139 21.6894 5.24254L18.1894 19.2425C18.0781 19.6877 17.6781 20 17.2192 20H3.28078C2.6302 20 2.15285 19.3886 2.31063 18.7575L5.81063 4.75746Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.7192 5H6.78077L3.28077 19L17.2192 19L20.7192 5ZM6.78077 4C6.3219 4 5.92192 4.3123 5.81062 4.75746L2.31062 18.7575C2.15284 19.3886 2.63019 20 3.28077 20H17.2192C17.6781 20 18.0781 19.6877 18.1894 19.2425L21.6894 5.24254C21.8471 4.61139 21.3698 4 20.7192 4H6.78077Z\" fill=\"currentColor\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.81063 4.75746C5.92193 4.3123 6.32191 4 6.78078 4H20.7192C21.3698 4 21.8472 4.61139 21.6894 5.24254L18.1894 19.2425C18.0781 19.6877 17.6781 20 17.2192 20H3.28078C2.6302 20 2.15285 19.3886 2.31063 18.7575L5.81063 4.75746Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.7192 5H6.78077L3.28077 19L17.2192 19L20.7192 5ZM6.78077 4C6.3219 4 5.92192 4.3123 5.81062 4.75746L2.31062 18.7575C2.15284 19.3886 2.63019 20 3.28077 20H17.2192C17.6781 20 18.0781 19.6877 18.1894 19.2425L21.6894 5.24254C21.8471 4.61139 21.3698 4 20.7192 4H6.78077Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-buoy-special-purpose-tss-port",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBuoySpecialPurposeTssPort",
          "declaration": {
            "name": "ObiSimplifiedBuoySpecialPurposeTssPort",
            "module": "src/icons/icon-simplified-buoy-special-purpose-tss-port.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-buoy-special-purpose-tss-port",
          "declaration": {
            "name": "ObiSimplifiedBuoySpecialPurposeTssPort",
            "module": "src/icons/icon-simplified-buoy-special-purpose-tss-port.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-buoy-special-purpose-tss-stbd.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBuoySpecialPurposeTssStbd",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 21L4 21L17 3L20 21Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 21L17 3L4 21L20 21ZM18.8195 20L16.4076 5.52824L5.95576 20L18.8195 20Z\" fill=\"currentColor\"/> <path d=\"M15 15C15 15.5523 14.5523 16 14 16C13.4477 16 13 15.5523 13 15C13 14.4477 13.4477 14 14 14C14.5523 14 15 14.4477 15 15Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 21L4 21L17 3L20 21Z\" style=\"fill: var(--navigation-light-yellow-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 21L17 3L4 21L20 21ZM18.8195 20L16.4076 5.52824L5.95576 20L18.8195 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 15C15 15.5523 14.5523 16 14 16C13.4477 16 13 15.5523 13 15C13 14.4477 13.4477 14 14 14C14.5523 14 15 14.4477 15 15Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-buoy-special-purpose-tss-stbd",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBuoySpecialPurposeTssStbd",
          "declaration": {
            "name": "ObiSimplifiedBuoySpecialPurposeTssStbd",
            "module": "src/icons/icon-simplified-buoy-special-purpose-tss-stbd.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-buoy-special-purpose-tss-stbd",
          "declaration": {
            "name": "ObiSimplifiedBuoySpecialPurposeTssStbd",
            "module": "src/icons/icon-simplified-buoy-special-purpose-tss-stbd.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-buoy-special-purpose.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBuoySpecialPurpose",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"12\" cy=\"12\" r=\"7.5\" fill=\"currentColor\" stroke=\"#373737\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z\" fill=\"currentColor\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"12\" cy=\"12\" r=\"7.5\" style=\"fill: var(--navigation-light-yellow-color)\" style=\"stroke: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-buoy-special-purpose",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBuoySpecialPurpose",
          "declaration": {
            "name": "ObiSimplifiedBuoySpecialPurpose",
            "module": "src/icons/icon-simplified-buoy-special-purpose.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-buoy-special-purpose",
          "declaration": {
            "name": "ObiSimplifiedBuoySpecialPurpose",
            "module": "src/icons/icon-simplified-buoy-special-purpose.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-buoy-super.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedBuoySuper",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 11V5H11V11H6.13333L4.26667 18H2V19H22V18H19.7333L17.8667 11H13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 11V5H11V11H6.13333L4.26667 18H2V19H22V18H19.7333L17.8667 11H13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-buoy-super",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedBuoySuper",
          "declaration": {
            "name": "ObiSimplifiedBuoySuper",
            "module": "src/icons/icon-simplified-buoy-super.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-buoy-super",
          "declaration": {
            "name": "ObiSimplifiedBuoySuper",
            "module": "src/icons/icon-simplified-buoy-super.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simplified-simplified-buoy-isolated-danger.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimplifiedSimplifiedBuoyIsolatedDanger",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 7C18 9.20914 16.2091 11 14 11C11.7909 11 10 9.20914 10 7C10 4.79086 11.7909 3 14 3C16.2091 3 18 4.79086 18 7Z\" fill=\"currentColor\"/> <path d=\"M14 17C14 19.2091 12.2091 21 10 21C7.79086 21 6 19.2091 6 17C6 14.7909 7.79086 13 10 13C12.2091 13 14 14.7909 14 17Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 10C15.6569 10 17 8.65685 17 7C17 5.34315 15.6569 4 14 4C12.3431 4 11 5.34315 11 7C11 8.65685 12.3431 10 14 10ZM10 20C11.6569 20 13 18.6569 13 17C13 15.3431 11.6569 14 10 14C8.34315 14 7 15.3431 7 17C7 18.6569 8.34315 20 10 20ZM14 11C16.2091 11 18 9.20914 18 7C18 4.79086 16.2091 3 14 3C11.7909 3 10 4.79086 10 7C10 9.20914 11.7909 11 14 11ZM10 21C12.2091 21 14 19.2091 14 17C14 14.7909 12.2091 13 10 13C7.79086 13 6 14.7909 6 17C6 19.2091 7.79086 21 10 21Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 7C18 9.20914 16.2091 11 14 11C11.7909 11 10 9.20914 10 7C10 4.79086 11.7909 3 14 3C16.2091 3 18 4.79086 18 7Z\" style=\"fill: var(--navigation-light-red-color)\"/> <path d=\"M14 17C14 19.2091 12.2091 21 10 21C7.79086 21 6 19.2091 6 17C6 14.7909 7.79086 13 10 13C12.2091 13 14 14.7909 14 17Z\" style=\"fill: var(--navigation-light-red-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 10C15.6569 10 17 8.65685 17 7C17 5.34315 15.6569 4 14 4C12.3431 4 11 5.34315 11 7C11 8.65685 12.3431 10 14 10ZM10 20C11.6569 20 13 18.6569 13 17C13 15.3431 11.6569 14 10 14C8.34315 14 7 15.3431 7 17C7 18.6569 8.34315 20 10 20ZM14 11C16.2091 11 18 9.20914 18 7C18 4.79086 16.2091 3 14 3C11.7909 3 10 4.79086 10 7C10 9.20914 11.7909 11 14 11ZM10 21C12.2091 21 14 19.2091 14 17C14 14.7909 12.2091 13 10 13C7.79086 13 6 14.7909 6 17C6 19.2091 7.79086 21 10 21Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simplified-simplified-buoy-isolated-danger",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimplifiedSimplifiedBuoyIsolatedDanger",
          "declaration": {
            "name": "ObiSimplifiedSimplifiedBuoyIsolatedDanger",
            "module": "src/icons/icon-simplified-simplified-buoy-isolated-danger.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simplified-simplified-buoy-isolated-danger",
          "declaration": {
            "name": "ObiSimplifiedSimplifiedBuoyIsolatedDanger",
            "module": "src/icons/icon-simplified-simplified-buoy-isolated-danger.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-simulation.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSimulation",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 10V8C4 7.45 4.19583 6.97917 4.5875 6.5875C4.97917 6.19583 5.45 6 6 6H9C9 4.89543 9.89543 4 11 4H13C14.1046 4 15 4.89543 15 6H18C18.55 6 19.0208 6.19583 19.4125 6.5875C19.8042 6.97917 20 7.45 20 8V10C21.1046 10 22 10.8954 22 12V14C22 15.1046 21.1046 16 20 16V20C20 20.55 19.8042 21.0208 19.4125 21.4125C19.0208 21.8042 18.55 22 18 22H6C5.45 22 4.97917 21.8042 4.5875 21.4125C4.19583 21.0208 4 20.55 4 20V16C2.89543 16 2 15.1046 2 14V12C2 10.8954 2.89543 10 4 10ZM18 20H6V8H18V20Z\" fill=\"currentColor\"/> <path d=\"M9 14C9.41667 14 9.77083 13.8542 10.0625 13.5625C10.3542 13.2708 10.5 12.9167 10.5 12.5C10.5 12.0833 10.3542 11.7292 10.0625 11.4375C9.77083 11.1458 9.41667 11 9 11C8.58333 11 8.22917 11.1458 7.9375 11.4375C7.64583 11.7292 7.5 12.0833 7.5 12.5C7.5 12.9167 7.64583 13.2708 7.9375 13.5625C8.22917 13.8542 8.58333 14 9 14Z\" fill=\"currentColor\"/> <path d=\"M15 14C15.4167 14 15.7708 13.8542 16.0625 13.5625C16.3542 13.2708 16.5 12.9167 16.5 12.5C16.5 12.0833 16.3542 11.7292 16.0625 11.4375C15.7708 11.1458 15.4167 11 15 11C14.5833 11 14.2292 11.1458 13.9375 11.4375C13.6458 11.7292 13.5 12.0833 13.5 12.5C13.5 12.9167 13.6458 13.2708 13.9375 13.5625C14.2292 13.8542 14.5833 14 15 14Z\" fill=\"currentColor\"/> <path d=\"M8 18H16V16H8V18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 10V8C4 7.45 4.19583 6.97917 4.5875 6.5875C4.97917 6.19583 5.45 6 6 6H9C9 4.89543 9.89543 4 11 4H13C14.1046 4 15 4.89543 15 6H18C18.55 6 19.0208 6.19583 19.4125 6.5875C19.8042 6.97917 20 7.45 20 8V10C21.1046 10 22 10.8954 22 12V14C22 15.1046 21.1046 16 20 16V20C20 20.55 19.8042 21.0208 19.4125 21.4125C19.0208 21.8042 18.55 22 18 22H6C5.45 22 4.97917 21.8042 4.5875 21.4125C4.19583 21.0208 4 20.55 4 20V16C2.89543 16 2 15.1046 2 14V12C2 10.8954 2.89543 10 4 10ZM18 20H6V8H18V20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M9 14C9.41667 14 9.77083 13.8542 10.0625 13.5625C10.3542 13.2708 10.5 12.9167 10.5 12.5C10.5 12.0833 10.3542 11.7292 10.0625 11.4375C9.77083 11.1458 9.41667 11 9 11C8.58333 11 8.22917 11.1458 7.9375 11.4375C7.64583 11.7292 7.5 12.0833 7.5 12.5C7.5 12.9167 7.64583 13.2708 7.9375 13.5625C8.22917 13.8542 8.58333 14 9 14Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 14C15.4167 14 15.7708 13.8542 16.0625 13.5625C16.3542 13.2708 16.5 12.9167 16.5 12.5C16.5 12.0833 16.3542 11.7292 16.0625 11.4375C15.7708 11.1458 15.4167 11 15 11C14.5833 11 14.2292 11.1458 13.9375 11.4375C13.6458 11.7292 13.5 12.0833 13.5 12.5C13.5 12.9167 13.6458 13.2708 13.9375 13.5625C14.2292 13.8542 14.5833 14 15 14Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 18H16V16H8V18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-simulation",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSimulation",
          "declaration": {
            "name": "ObiSimulation",
            "module": "src/icons/icon-simulation.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-simulation",
          "declaration": {
            "name": "ObiSimulation",
            "module": "src/icons/icon-simulation.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sleet-showers-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSleetShowersDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 15.3488C24 15.3488 27.4497 15.8352 27.3333 17.3488C27.2486 18.4501 26.4379 19.3488 25.3333 19.3488H6.66663C5.56206 19.3488 4.66663 18.4534 4.66663 17.3488C4.66663 16.2442 5.33329 15.3488 6.66663 15.3488H9.33329C9.33329 15.3488 8.95829 14.2238 9.33329 13.3801C9.45829 13.0988 9.66663 12.8488 9.99996 12.6822C10.3898 12.4872 10.7796 12.5203 11.1362 12.6646C11.999 13.014 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 13.0854 13.2031 13.8692 12.3091C14.8895 11.1454 16.5282 9.84342 18.6666 10.0155C24 10.4446 24 15.3488 24 15.3488ZM12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276Z\" fill=\"currentColor\"/> <path d=\"M9.99996 12.6821C8.66663 13.3487 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C14.8855 9.71116 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.3333 12.0154 9.99996 12.6821Z\" fill=\"currentColor\"/> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" fill=\"currentColor\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5447 23.3371C22.8153 22.7508 23.4545 22.531 24.023 22.7497L24.0332 22.7536L24.043 22.7582C24.6294 23.0288 24.8491 23.6679 24.6305 24.2365L24.6251 24.2506L23.5067 26.8059C23.3199 27.2666 22.8978 27.4901 22.4634 27.4901C22.3124 27.4901 22.1432 27.4441 22.0379 27.409L22.0204 27.4032L22.0037 27.3955C21.4173 27.1248 21.1976 26.4857 21.4162 25.9172L21.4217 25.9031L22.5447 23.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.878 26.0038C16.1487 25.4174 16.7878 25.1977 17.3564 25.4164L17.3665 25.4203L17.3764 25.4248C17.9627 25.6955 18.1825 26.3346 17.9638 26.9031L17.9584 26.9172L16.84 29.4726C16.6532 29.9333 16.2312 30.1568 15.7967 30.1568C15.6458 30.1568 15.4765 30.1108 15.3713 30.0757L15.3538 30.0699L15.337 30.0621C14.7507 29.7915 14.5309 29.1524 14.7496 28.5838L14.755 28.5697L15.878 26.0038Z\" fill=\"currentColor\"/> <path d=\"M8 27.9007C7.68114 27.696 7.57189 27.2428 7.75598 26.8883L8.17863 26.0745H7.33329C6.9651 26.0745 6.66663 25.7427 6.66663 25.3334C6.66663 24.9241 6.9651 24.5923 7.33329 24.5923H8.17863L7.75598 23.7785C7.57189 23.4241 7.68114 22.9708 8 22.7662C8.31886 22.5615 8.72659 22.683 8.91068 23.0374L9.33333 23.8512L9.75598 23.0374C9.94008 22.683 10.3478 22.5615 10.6667 22.7662C10.9855 22.9708 11.0948 23.4241 10.9107 23.7785L10.488 24.5923H11.3333C11.7015 24.5923 12 24.9241 12 25.3334C12 25.7427 11.7015 26.0745 11.3333 26.0745H10.488L10.9107 26.8883C11.0948 27.2428 10.9855 27.696 10.6667 27.9007C10.3478 28.1053 9.94008 27.9839 9.75598 27.6294L9.33333 26.8156L8.91068 27.6294C8.72659 27.9839 8.31886 28.1053 8 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 15.3488C24 15.3488 27.4497 15.8352 27.3333 17.3488C27.2486 18.4501 26.4379 19.3488 25.3333 19.3488H6.66663C5.56206 19.3488 4.66663 18.4534 4.66663 17.3488C4.66663 16.2442 5.33329 15.3488 6.66663 15.3488H9.33329C9.33329 15.3488 8.95829 14.2238 9.33329 13.3801C9.45829 13.0988 9.66663 12.8488 9.99996 12.6822C10.3898 12.4872 10.7796 12.5203 11.1362 12.6646C11.999 13.014 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 13.0854 13.2031 13.8692 12.3091C14.8895 11.1454 16.5282 9.84342 18.6666 10.0155C24 10.4446 24 15.3488 24 15.3488ZM12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path d=\"M9.99996 12.6821C8.66663 13.3487 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C14.8855 9.71116 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.3333 12.0154 9.99996 12.6821Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5447 23.3371C22.8153 22.7508 23.4545 22.531 24.023 22.7497L24.0332 22.7536L24.043 22.7582C24.6294 23.0288 24.8491 23.6679 24.6305 24.2365L24.6251 24.2506L23.5067 26.8059C23.3199 27.2666 22.8978 27.4901 22.4634 27.4901C22.3124 27.4901 22.1432 27.4441 22.0379 27.409L22.0204 27.4032L22.0037 27.3955C21.4173 27.1248 21.1976 26.4857 21.4162 25.9172L21.4217 25.9031L22.5447 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.878 26.0038C16.1487 25.4174 16.7878 25.1977 17.3564 25.4164L17.3665 25.4203L17.3764 25.4248C17.9627 25.6955 18.1825 26.3346 17.9638 26.9031L17.9584 26.9172L16.84 29.4726C16.6532 29.9333 16.2312 30.1568 15.7967 30.1568C15.6458 30.1568 15.4765 30.1108 15.3713 30.0757L15.3538 30.0699L15.337 30.0621C14.7507 29.7915 14.5309 29.1524 14.7496 28.5838L14.755 28.5697L15.878 26.0038Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M8 27.9007C7.68114 27.696 7.57189 27.2428 7.75598 26.8883L8.17863 26.0745H7.33329C6.9651 26.0745 6.66663 25.7427 6.66663 25.3334C6.66663 24.9241 6.9651 24.5923 7.33329 24.5923H8.17863L7.75598 23.7785C7.57189 23.4241 7.68114 22.9708 8 22.7662C8.31886 22.5615 8.72659 22.683 8.91068 23.0374L9.33333 23.8512L9.75598 23.0374C9.94008 22.683 10.3478 22.5615 10.6667 22.7662C10.9855 22.9708 11.0948 23.4241 10.9107 23.7785L10.488 24.5923H11.3333C11.7015 24.5923 12 24.9241 12 25.3334C12 25.7427 11.7015 26.0745 11.3333 26.0745H10.488L10.9107 26.8883C11.0948 27.2428 10.9855 27.696 10.6667 27.9007C10.3478 28.1053 9.94008 27.9839 9.75598 27.6294L9.33333 26.8156L8.91068 27.6294C8.72659 27.9839 8.31886 28.1053 8 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sleet-showers-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSleetShowersDayColour",
          "declaration": {
            "name": "ObiSleetShowersDayColour",
            "module": "src/icons/icon-sleet-showers-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sleet-showers-day-colour",
          "declaration": {
            "name": "ObiSleetShowersDayColour",
            "module": "src/icons/icon-sleet-showers-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sleet-showers-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSleetShowersDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8094 1.31501 11.4045 1.24899 11.6302 1.62937L12.8485 3.68309C13.0037 3.9446 13.3653 4.01422 13.6188 3.83136L15.6092 2.39533C15.9778 2.12935 16.4963 2.40973 16.4435 2.84648L16.1581 5.20454C16.1218 5.5048 16.3693 5.76462 16.6853 5.75791L19.1672 5.70515C19.6269 5.69538 19.8707 6.21506 19.5596 6.54135L18.1679 8.00059C18.3829 7.99706 18.6026 8.00379 18.827 8.02185C22.242 8.29662 24.1524 10.0866 25.107 11.9189C25.4389 12.5559 25.645 13.1746 25.774 13.6989C25.9743 13.7573 26.1852 13.8251 26.3986 13.9033C26.9122 14.0916 27.5831 14.3908 28.1495 14.8676C28.733 15.3588 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66662C4.45749 21.3487 2.66663 19.5579 2.66663 17.3487C2.66663 16.4054 2.95372 15.385 3.69549 14.5796C4.46207 13.7473 5.52695 13.3487 6.66663 13.3487H7.25983C7.2893 13.2064 7.32722 13.0596 7.37559 12.9108C7.35561 12.9091 7.33529 12.9084 7.31467 12.9088L4.83277 12.9616C4.37309 12.9713 4.12928 12.4516 4.44046 12.1254L6.1206 10.3637C6.33454 10.1393 6.29563 9.78855 6.03773 9.61656L4.01236 8.26588C3.63723 8.01571 3.76123 7.45524 4.21188 7.36403L6.64501 6.8716C6.95483 6.8089 7.13943 6.50114 7.03817 6.21614L6.24296 3.97794C6.09568 3.5634 6.54012 3.1762 6.9581 3.35492L9.21485 4.31985C9.50221 4.44272 9.83981 4.29555 9.93387 4.00639L10.6726 1.73559ZM8.36309 11.3875C8.57294 11.2042 8.81849 11.0367 9.10553 10.8932C10.3817 10.2551 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.71689 14.6977 8.8461 16.0951 8.36647C15.6162 6.43897 13.6897 5.1214 11.559 5.35774C9.24779 5.6141 7.5716 7.60187 7.81515 9.79755C7.8796 10.3786 8.07206 10.9161 8.36309 11.3875ZM27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C16.5282 9.84334 14.8895 11.1453 13.8692 12.309C13.0854 13.203 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.999 13.014 11.1362 12.6646C10.7796 12.5202 10.3898 12.4871 9.99996 12.6821C9.66663 12.8487 9.45829 13.0987 9.33329 13.38C8.95829 14.2237 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.4501 27.3333 17.3487Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5447 23.337C22.8153 22.7507 23.4545 22.5309 24.023 22.7496L24.0332 22.7535L24.043 22.7581C24.6294 23.0287 24.8491 23.6678 24.6305 24.2364L24.6251 24.2505L23.5067 26.8059C23.3199 27.2665 22.8978 27.4901 22.4634 27.4901C22.3124 27.4901 22.1432 27.444 22.0379 27.409L22.0204 27.4031L22.0037 27.3954C21.4173 27.1248 21.1976 26.4856 21.4162 25.9171L21.4217 25.903L22.5447 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.878 26.0037C16.1487 25.4174 16.7878 25.1976 17.3564 25.4163L17.3665 25.4202L17.3764 25.4247C17.9627 25.6954 18.1825 26.3345 17.9638 26.9031L17.9584 26.9171L16.84 29.4725C16.6532 29.9332 16.2312 30.1567 15.7967 30.1567C15.6458 30.1567 15.4765 30.1107 15.3713 30.0756L15.3538 30.0698L15.337 30.0621C14.7507 29.7914 14.5309 29.1523 14.7496 28.5837L14.755 28.5697L15.878 26.0037Z\" fill=\"currentColor\"/> <path d=\"M8 27.9006C7.68114 27.6959 7.57189 27.2427 7.75598 26.8882L8.17863 26.0744H7.33329C6.9651 26.0744 6.66663 25.7426 6.66663 25.3333C6.66663 24.924 6.9651 24.5922 7.33329 24.5922H8.17863L7.75598 23.7784C7.57189 23.424 7.68114 22.9707 8 22.7661C8.31886 22.5614 8.72659 22.6829 8.91068 23.0373L9.33333 23.8511L9.75598 23.0373C9.94008 22.6829 10.3478 22.5614 10.6667 22.7661C10.9855 22.9707 11.0948 23.424 10.9107 23.7784L10.488 24.5922H11.3333C11.7015 24.5922 12 24.924 12 25.3333C12 25.7426 11.7015 26.0744 11.3333 26.0744H10.488L10.9107 26.8882C11.0948 27.2427 10.9855 27.6959 10.6667 27.9006C10.3478 28.1052 9.94008 27.9838 9.75598 27.6293L9.33333 26.8155L8.91068 27.6293C8.72659 27.9838 8.31886 28.1052 8 27.9006Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8094 1.31501 11.4045 1.24899 11.6302 1.62937L12.8485 3.68309C13.0037 3.9446 13.3653 4.01422 13.6188 3.83136L15.6092 2.39533C15.9778 2.12935 16.4963 2.40973 16.4435 2.84648L16.1581 5.20454C16.1218 5.5048 16.3693 5.76462 16.6853 5.75791L19.1672 5.70515C19.6269 5.69538 19.8707 6.21506 19.5596 6.54135L18.1679 8.00059C18.3829 7.99706 18.6026 8.00379 18.827 8.02185C22.242 8.29662 24.1524 10.0866 25.107 11.9189C25.4389 12.5559 25.645 13.1746 25.774 13.6989C25.9743 13.7573 26.1852 13.8251 26.3986 13.9033C26.9122 14.0916 27.5831 14.3908 28.1495 14.8676C28.733 15.3588 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66662C4.45749 21.3487 2.66663 19.5579 2.66663 17.3487C2.66663 16.4054 2.95372 15.385 3.69549 14.5796C4.46207 13.7473 5.52695 13.3487 6.66663 13.3487H7.25983C7.2893 13.2064 7.32722 13.0596 7.37559 12.9108C7.35561 12.9091 7.33529 12.9084 7.31467 12.9088L4.83277 12.9616C4.37309 12.9713 4.12928 12.4516 4.44046 12.1254L6.1206 10.3637C6.33454 10.1393 6.29563 9.78855 6.03773 9.61656L4.01236 8.26588C3.63723 8.01571 3.76123 7.45524 4.21188 7.36403L6.64501 6.8716C6.95483 6.8089 7.13943 6.50114 7.03817 6.21614L6.24296 3.97794C6.09568 3.5634 6.54012 3.1762 6.9581 3.35492L9.21485 4.31985C9.50221 4.44272 9.83981 4.29555 9.93387 4.00639L10.6726 1.73559ZM8.36309 11.3875C8.57294 11.2042 8.81849 11.0367 9.10553 10.8932C10.3817 10.2551 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.71689 14.6977 8.8461 16.0951 8.36647C15.6162 6.43897 13.6897 5.1214 11.559 5.35774C9.24779 5.6141 7.5716 7.60187 7.81515 9.79755C7.8796 10.3786 8.07206 10.9161 8.36309 11.3875ZM27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C16.5282 9.84334 14.8895 11.1453 13.8692 12.309C13.0854 13.203 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.999 13.014 11.1362 12.6646C10.7796 12.5202 10.3898 12.4871 9.99996 12.6821C9.66663 12.8487 9.45829 13.0987 9.33329 13.38C8.95829 14.2237 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.4501 27.3333 17.3487Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5447 23.337C22.8153 22.7507 23.4545 22.5309 24.023 22.7496L24.0332 22.7535L24.043 22.7581C24.6294 23.0287 24.8491 23.6678 24.6305 24.2364L24.6251 24.2505L23.5067 26.8059C23.3199 27.2665 22.8978 27.4901 22.4634 27.4901C22.3124 27.4901 22.1432 27.444 22.0379 27.409L22.0204 27.4031L22.0037 27.3954C21.4173 27.1248 21.1976 26.4856 21.4162 25.9171L21.4217 25.903L22.5447 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.878 26.0037C16.1487 25.4174 16.7878 25.1976 17.3564 25.4163L17.3665 25.4202L17.3764 25.4247C17.9627 25.6954 18.1825 26.3345 17.9638 26.9031L17.9584 26.9171L16.84 29.4725C16.6532 29.9332 16.2312 30.1567 15.7967 30.1567C15.6458 30.1567 15.4765 30.1107 15.3713 30.0756L15.3538 30.0698L15.337 30.0621C14.7507 29.7914 14.5309 29.1523 14.7496 28.5837L14.755 28.5697L15.878 26.0037Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 27.9006C7.68114 27.6959 7.57189 27.2427 7.75598 26.8882L8.17863 26.0744H7.33329C6.9651 26.0744 6.66663 25.7426 6.66663 25.3333C6.66663 24.924 6.9651 24.5922 7.33329 24.5922H8.17863L7.75598 23.7784C7.57189 23.424 7.68114 22.9707 8 22.7661C8.31886 22.5614 8.72659 22.6829 8.91068 23.0373L9.33333 23.8511L9.75598 23.0373C9.94008 22.6829 10.3478 22.5614 10.6667 22.7661C10.9855 22.9707 11.0948 23.424 10.9107 23.7784L10.488 24.5922H11.3333C11.7015 24.5922 12 24.924 12 25.3333C12 25.7426 11.7015 26.0744 11.3333 26.0744H10.488L10.9107 26.8882C11.0948 27.2427 10.9855 27.6959 10.6667 27.9006C10.3478 28.1052 9.94008 27.9838 9.75598 27.6293L9.33333 26.8155L8.91068 27.6293C8.72659 27.9838 8.31886 28.1052 8 27.9006Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sleet-showers-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSleetShowersDay",
          "declaration": {
            "name": "ObiSleetShowersDay",
            "module": "src/icons/icon-sleet-showers-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sleet-showers-day",
          "declaration": {
            "name": "ObiSleetShowersDay",
            "module": "src/icons/icon-sleet-showers-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sleet-showers-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSleetShowersNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" fill=\"currentColor\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" fill=\"currentColor\"/> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5448 23.3371C22.8155 22.7508 23.4546 22.531 24.0231 22.7497L24.0333 22.7536L24.0432 22.7582C24.6295 23.0288 24.8493 23.6679 24.6306 24.2365L24.6252 24.2506L23.5068 26.8059C23.32 27.2666 22.898 27.4901 22.4635 27.4901C22.3126 27.4901 22.1433 27.4441 22.0381 27.409L22.0206 27.4032L22.0038 27.3955C21.4174 27.1248 21.1977 26.4857 21.4164 25.9172L21.4218 25.9031L22.5448 23.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.8782 26.0038C16.1488 25.4174 16.7879 25.1977 17.3565 25.4164L17.3666 25.4203L17.3765 25.4248C17.9629 25.6955 18.1826 26.3346 17.9639 26.9031L17.9585 26.9172L16.8402 29.4726C16.6534 29.9333 16.2313 30.1568 15.7968 30.1568C15.6459 30.1568 15.4766 30.1108 15.3714 30.0757L15.3539 30.0699L15.3371 30.0621C14.7508 29.7915 14.531 29.1524 14.7497 28.5838L14.7551 28.5697L15.8782 26.0038Z\" fill=\"currentColor\"/> <path d=\"M8.00012 27.9007C7.68126 27.696 7.57201 27.2428 7.7561 26.8883L8.17876 26.0745H7.33341C6.96522 26.0745 6.66675 25.7427 6.66675 25.3334C6.66675 24.9241 6.96522 24.5923 7.33341 24.5923H8.17875L7.7561 23.7785C7.57201 23.4241 7.68126 22.9708 8.00012 22.7662C8.31898 22.5615 8.72671 22.683 8.9108 23.0374L9.33345 23.8512L9.7561 23.0374C9.9402 22.683 10.3479 22.5615 10.6668 22.7662C10.9856 22.9708 11.0949 23.4241 10.9108 23.7785L10.4882 24.5923H11.3334C11.7016 24.5923 12.0001 24.9241 12.0001 25.3334C12.0001 25.7427 11.7016 26.0745 11.3334 26.0745H10.4882L10.9108 26.8883C11.0949 27.2428 10.9856 27.696 10.6668 27.9007C10.3479 28.1053 9.9402 27.9839 9.7561 27.6294L9.33345 26.8156L8.9108 27.6294C8.72671 27.9839 8.31898 28.1053 8.00012 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5448 23.3371C22.8155 22.7508 23.4546 22.531 24.0231 22.7497L24.0333 22.7536L24.0432 22.7582C24.6295 23.0288 24.8493 23.6679 24.6306 24.2365L24.6252 24.2506L23.5068 26.8059C23.32 27.2666 22.898 27.4901 22.4635 27.4901C22.3126 27.4901 22.1433 27.4441 22.0381 27.409L22.0206 27.4032L22.0038 27.3955C21.4174 27.1248 21.1977 26.4857 21.4164 25.9172L21.4218 25.9031L22.5448 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.8782 26.0038C16.1488 25.4174 16.7879 25.1977 17.3565 25.4164L17.3666 25.4203L17.3765 25.4248C17.9629 25.6955 18.1826 26.3346 17.9639 26.9031L17.9585 26.9172L16.8402 29.4726C16.6534 29.9333 16.2313 30.1568 15.7968 30.1568C15.6459 30.1568 15.4766 30.1108 15.3714 30.0757L15.3539 30.0699L15.3371 30.0621C14.7508 29.7915 14.531 29.1524 14.7497 28.5838L14.7551 28.5697L15.8782 26.0038Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M8.00012 27.9007C7.68126 27.696 7.57201 27.2428 7.7561 26.8883L8.17876 26.0745H7.33341C6.96522 26.0745 6.66675 25.7427 6.66675 25.3334C6.66675 24.9241 6.96522 24.5923 7.33341 24.5923H8.17875L7.7561 23.7785C7.57201 23.4241 7.68126 22.9708 8.00012 22.7662C8.31898 22.5615 8.72671 22.683 8.9108 23.0374L9.33345 23.8512L9.7561 23.0374C9.9402 22.683 10.3479 22.5615 10.6668 22.7662C10.9856 22.9708 11.0949 23.4241 10.9108 23.7785L10.4882 24.5923H11.3334C11.7016 24.5923 12.0001 24.9241 12.0001 25.3334C12.0001 25.7427 11.7016 26.0745 11.3334 26.0745H10.4882L10.9108 26.8883C11.0949 27.2428 10.9856 27.696 10.6668 27.9007C10.3479 28.1053 9.9402 27.9839 9.7561 27.6294L9.33345 26.8156L8.9108 27.6294C8.72671 27.9839 8.31898 28.1053 8.00012 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sleet-showers-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSleetShowersNightColour",
          "declaration": {
            "name": "ObiSleetShowersNightColour",
            "module": "src/icons/icon-sleet-showers-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sleet-showers-night-colour",
          "declaration": {
            "name": "ObiSleetShowersNightColour",
            "module": "src/icons/icon-sleet-showers-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sleet-showers-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSleetShowersNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.3916 10.9585C6.74822 12.0291 11.1299 9.43869 12.1782 5.17262C12.4158 4.20591 12.4618 3.23613 12.3402 2.30184C12.2658 1.72975 12.8169 1.22937 13.2974 1.53125C15.5527 2.94814 16.9853 5.4163 17.0969 8.10506C17.6381 8.00747 18.2154 7.97259 18.8271 8.02181C22.2421 8.29658 24.1525 10.0865 25.1071 11.9189C25.4389 12.5559 25.6451 13.1745 25.7741 13.6989C25.9743 13.7572 26.1852 13.825 26.3987 13.9033C26.9123 14.0915 27.5832 14.3908 28.1496 14.8675C28.7331 15.3587 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66666C4.45753 21.3487 2.66667 19.5578 2.66667 17.3487C2.66667 16.437 2.93481 15.4534 3.62235 14.6614C2.73016 13.8771 2.02231 12.9059 1.54474 11.8242C1.31873 11.3122 1.85537 10.8267 2.3916 10.9585ZM27.3333 17.3487C27.4498 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6667 10.0154C16.5282 9.8433 14.8895 11.1452 13.8692 12.309C13.0855 13.203 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.999 13.0139 11.1362 12.6645C10.7797 12.5202 10.3898 12.4871 10 12.682C9.66667 12.8487 9.45833 13.0987 9.33333 13.3799C8.95833 14.2237 9.33333 15.3487 9.33333 15.3487H6.66667C5.33333 15.3487 4.66667 16.2441 4.66667 17.3487C4.66667 18.4533 5.5621 19.3487 6.66667 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5447 23.337C22.8154 22.7507 23.4545 22.5309 24.0231 22.7496L24.0332 22.7535L24.0431 22.758C24.6294 23.0287 24.8492 23.6678 24.6305 24.2364L24.6251 24.2504L23.5067 26.8058C23.3199 27.2665 22.8979 27.49 22.4634 27.49C22.3125 27.49 22.1432 27.444 22.038 27.4089L22.0205 27.4031L22.0037 27.3953C21.4174 27.1247 21.1976 26.4856 21.4163 25.917L21.4217 25.9029L22.5447 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.8781 26.0037C16.1487 25.4173 16.7878 25.1976 17.3564 25.4162L17.3665 25.4201L17.3764 25.4247C17.9628 25.6953 18.1825 26.3345 17.9638 26.903L17.9584 26.9171L16.8401 29.4725C16.6533 29.9331 16.2312 30.1567 15.7967 30.1567C15.6458 30.1567 15.4766 30.1107 15.3713 30.0756L15.3538 30.0697L15.337 30.062C14.7507 29.7914 14.5309 29.1522 14.7496 28.5837L14.755 28.5696L15.8781 26.0037Z\" fill=\"currentColor\"/> <path d=\"M8.00004 27.9005C7.68118 27.6959 7.57193 27.2426 7.75602 26.8882L8.17868 26.0744H7.33333C6.96514 26.0744 6.66667 25.7426 6.66667 25.3333C6.66667 24.924 6.96514 24.5922 7.33333 24.5922H8.17867L7.75602 23.7784C7.57193 23.4239 7.68118 22.9707 8.00004 22.766C8.3189 22.5614 8.72663 22.6828 8.91072 23.0373L9.33337 23.8511L9.75602 23.0373C9.94012 22.6828 10.3478 22.5614 10.6667 22.766C10.9856 22.9707 11.0948 23.4239 10.9107 23.7784L10.4881 24.5922H11.3333C11.7015 24.5922 12 24.924 12 25.3333C12 25.7426 11.7015 26.0744 11.3333 26.0744H10.4881L10.9107 26.8882C11.0948 27.2426 10.9856 27.6959 10.6667 27.9005C10.3478 28.1052 9.94012 27.9837 9.75602 27.6293L9.33337 26.8155L8.91072 27.6293C8.72663 27.9837 8.3189 28.1052 8.00004 27.9005Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.3916 10.9585C6.74822 12.0291 11.1299 9.43869 12.1782 5.17262C12.4158 4.20591 12.4618 3.23613 12.3402 2.30184C12.2658 1.72975 12.8169 1.22937 13.2974 1.53125C15.5527 2.94814 16.9853 5.4163 17.0969 8.10506C17.6381 8.00747 18.2154 7.97259 18.8271 8.02181C22.2421 8.29658 24.1525 10.0865 25.1071 11.9189C25.4389 12.5559 25.6451 13.1745 25.7741 13.6989C25.9743 13.7572 26.1852 13.825 26.3987 13.9033C26.9123 14.0915 27.5832 14.3908 28.1496 14.8675C28.7331 15.3587 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66666C4.45753 21.3487 2.66667 19.5578 2.66667 17.3487C2.66667 16.437 2.93481 15.4534 3.62235 14.6614C2.73016 13.8771 2.02231 12.9059 1.54474 11.8242C1.31873 11.3122 1.85537 10.8267 2.3916 10.9585ZM27.3333 17.3487C27.4498 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6667 10.0154C16.5282 9.8433 14.8895 11.1452 13.8692 12.309C13.0855 13.203 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.999 13.0139 11.1362 12.6645C10.7797 12.5202 10.3898 12.4871 10 12.682C9.66667 12.8487 9.45833 13.0987 9.33333 13.3799C8.95833 14.2237 9.33333 15.3487 9.33333 15.3487H6.66667C5.33333 15.3487 4.66667 16.2441 4.66667 17.3487C4.66667 18.4533 5.5621 19.3487 6.66667 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5447 23.337C22.8154 22.7507 23.4545 22.5309 24.0231 22.7496L24.0332 22.7535L24.0431 22.758C24.6294 23.0287 24.8492 23.6678 24.6305 24.2364L24.6251 24.2504L23.5067 26.8058C23.3199 27.2665 22.8979 27.49 22.4634 27.49C22.3125 27.49 22.1432 27.444 22.038 27.4089L22.0205 27.4031L22.0037 27.3953C21.4174 27.1247 21.1976 26.4856 21.4163 25.917L21.4217 25.9029L22.5447 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.8781 26.0037C16.1487 25.4173 16.7878 25.1976 17.3564 25.4162L17.3665 25.4201L17.3764 25.4247C17.9628 25.6953 18.1825 26.3345 17.9638 26.903L17.9584 26.9171L16.8401 29.4725C16.6533 29.9331 16.2312 30.1567 15.7967 30.1567C15.6458 30.1567 15.4766 30.1107 15.3713 30.0756L15.3538 30.0697L15.337 30.062C14.7507 29.7914 14.5309 29.1522 14.7496 28.5837L14.755 28.5696L15.8781 26.0037Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.00004 27.9005C7.68118 27.6959 7.57193 27.2426 7.75602 26.8882L8.17868 26.0744H7.33333C6.96514 26.0744 6.66667 25.7426 6.66667 25.3333C6.66667 24.924 6.96514 24.5922 7.33333 24.5922H8.17867L7.75602 23.7784C7.57193 23.4239 7.68118 22.9707 8.00004 22.766C8.3189 22.5614 8.72663 22.6828 8.91072 23.0373L9.33337 23.8511L9.75602 23.0373C9.94012 22.6828 10.3478 22.5614 10.6667 22.766C10.9856 22.9707 11.0948 23.4239 10.9107 23.7784L10.4881 24.5922H11.3333C11.7015 24.5922 12 24.924 12 25.3333C12 25.7426 11.7015 26.0744 11.3333 26.0744H10.4881L10.9107 26.8882C11.0948 27.2426 10.9856 27.6959 10.6667 27.9005C10.3478 28.1052 9.94012 27.9837 9.75602 27.6293L9.33337 26.8155L8.91072 27.6293C8.72663 27.9837 8.3189 28.1052 8.00004 27.9005Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sleet-showers-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSleetShowersNight",
          "declaration": {
            "name": "ObiSleetShowersNight",
            "module": "src/icons/icon-sleet-showers-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sleet-showers-night",
          "declaration": {
            "name": "ObiSleetShowersNight",
            "module": "src/icons/icon-sleet-showers-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sleet-showers-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSleetShowersPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" fill=\"currentColor\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" fill=\"currentColor\"/> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" fill=\"currentColor\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.8781 23.3371C22.1487 22.7508 22.7878 22.531 23.3564 22.7497L23.3665 22.7536L23.3764 22.7582C23.9628 23.0288 24.1825 23.6679 23.9638 24.2365L23.9584 24.2506L22.8401 26.8059C22.6533 27.2666 22.2312 27.4901 21.7967 27.4901C21.6458 27.4901 21.4766 27.4441 21.3713 27.409L21.3538 27.4032L21.337 27.3955C20.7507 27.1248 20.5309 26.4857 20.7496 25.9172L20.755 25.9031L21.8781 23.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2114 26.0038C15.482 25.4174 16.1212 25.1977 16.6897 25.4164L16.6999 25.4203L16.7098 25.4248C17.2961 25.6955 17.5159 26.3346 17.2972 26.9031L17.2918 26.9172L16.1734 29.4726C15.9866 29.9333 15.5646 30.1568 15.1301 30.1568C14.9791 30.1568 14.8099 30.1108 14.7047 30.0757L14.6871 30.0699L14.6704 30.0621C14.084 29.7915 13.8643 29.1524 14.0829 28.5838L14.0884 28.5697L15.2114 26.0038Z\" fill=\"currentColor\"/> <path d=\"M7.33337 27.9007C7.01451 27.696 6.90526 27.2428 7.08936 26.8883L7.51201 26.0745H6.66667C6.29848 26.0745 6 25.7427 6 25.3334C6 24.9241 6.29848 24.5923 6.66667 24.5923H7.512L7.08936 23.7785C6.90526 23.4241 7.01451 22.9708 7.33337 22.7662C7.65223 22.5615 8.05996 22.683 8.24406 23.0374L8.66671 23.8512L9.08936 23.0374C9.27345 22.683 9.68118 22.5615 10 22.7662C10.3189 22.9708 10.4282 23.4241 10.2441 23.7785L9.82141 24.5923H10.6667C11.0349 24.5923 11.3333 24.9241 11.3333 25.3334C11.3333 25.7427 11.0349 26.0745 10.6667 26.0745H9.8214L10.2441 26.8883C10.4282 27.2428 10.3189 27.696 10 27.9007C9.68118 28.1053 9.27345 27.9839 9.08936 27.6294L8.66671 26.8156L8.24406 27.6294C8.05996 27.9839 7.65223 28.1053 7.33337 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.8781 23.3371C22.1487 22.7508 22.7878 22.531 23.3564 22.7497L23.3665 22.7536L23.3764 22.7582C23.9628 23.0288 24.1825 23.6679 23.9638 24.2365L23.9584 24.2506L22.8401 26.8059C22.6533 27.2666 22.2312 27.4901 21.7967 27.4901C21.6458 27.4901 21.4766 27.4441 21.3713 27.409L21.3538 27.4032L21.337 27.3955C20.7507 27.1248 20.5309 26.4857 20.7496 25.9172L20.755 25.9031L21.8781 23.3371Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2114 26.0038C15.482 25.4174 16.1212 25.1977 16.6897 25.4164L16.6999 25.4203L16.7098 25.4248C17.2961 25.6955 17.5159 26.3346 17.2972 26.9031L17.2918 26.9172L16.1734 29.4726C15.9866 29.9333 15.5646 30.1568 15.1301 30.1568C14.9791 30.1568 14.8099 30.1108 14.7047 30.0757L14.6871 30.0699L14.6704 30.0621C14.084 29.7915 13.8643 29.1524 14.0829 28.5838L14.0884 28.5697L15.2114 26.0038Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M7.33337 27.9007C7.01451 27.696 6.90526 27.2428 7.08936 26.8883L7.51201 26.0745H6.66667C6.29848 26.0745 6 25.7427 6 25.3334C6 24.9241 6.29848 24.5923 6.66667 24.5923H7.512L7.08936 23.7785C6.90526 23.4241 7.01451 22.9708 7.33337 22.7662C7.65223 22.5615 8.05996 22.683 8.24406 23.0374L8.66671 23.8512L9.08936 23.0374C9.27345 22.683 9.68118 22.5615 10 22.7662C10.3189 22.9708 10.4282 23.4241 10.2441 23.7785L9.82141 24.5923H10.6667C11.0349 24.5923 11.3333 24.9241 11.3333 25.3334C11.3333 25.7427 11.0349 26.0745 10.6667 26.0745H9.8214L10.2441 26.8883C10.4282 27.2428 10.3189 27.696 10 27.9007C9.68118 28.1053 9.27345 27.9839 9.08936 27.6294L8.66671 26.8156L8.24406 27.6294C8.05996 27.9839 7.65223 28.1053 7.33337 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sleet-showers-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSleetShowersPolartwilightColour",
          "declaration": {
            "name": "ObiSleetShowersPolartwilightColour",
            "module": "src/icons/icon-sleet-showers-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sleet-showers-polartwilight-colour",
          "declaration": {
            "name": "ObiSleetShowersPolartwilightColour",
            "module": "src/icons/icon-sleet-showers-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sleet-showers-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSleetShowersPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33341 4.66675C2.96522 4.66675 2.66675 4.96522 2.66675 5.33341C2.66675 5.7016 2.96523 6.00008 3.33342 6.00008H4.88761C4.88761 6.13816 4.82827 6.27623 4.70959 6.37592L2.84548 7.94165C2.50022 8.23165 2.68525 8.77504 3.14321 8.81601L5.61579 9.0372C5.93064 9.06536 6.14804 9.35089 6.07882 9.64532L5.53521 11.9575C5.43452 12.3858 5.91894 12.7216 6.31467 12.4979L8.45129 11.2901C8.47495 11.2767 8.49923 11.2653 8.5239 11.2558C7.74859 11.8519 7.40364 12.6549 7.25995 13.3488H6.66675C5.52707 13.3488 4.46219 13.7474 3.69561 14.5797C2.95384 15.3851 2.66675 16.4055 2.66675 17.3488C2.66675 19.558 4.45761 21.3488 6.66675 21.3488H25.3334C27.6728 21.3488 29.1781 19.445 29.3275 17.5022C29.4243 16.244 28.7332 15.3588 28.1496 14.8677C27.5833 14.3909 26.9123 14.0917 26.3987 13.9034C26.1853 13.8252 25.9744 13.7574 25.7742 13.699C25.6452 13.1747 25.439 12.556 25.1072 11.919C24.1526 10.0867 22.2422 8.29671 18.8272 8.02193C18.7347 8.01449 18.6431 8.00897 18.5522 8.0053C18.5333 7.98304 18.5119 7.96174 18.488 7.94166L16.6239 6.37592C16.5052 6.27623 16.4459 6.13816 16.4459 6.00008H18.0001C18.3683 6.00008 18.6667 5.7016 18.6667 5.33341C18.6667 4.96522 18.3683 4.66675 18.0001 4.66675H3.33341ZM14.8773 6.00008H6.45622C6.45622 8.20922 8.34134 10.0001 10.6667 10.0001C12.9922 10.0001 14.8773 8.20922 14.8773 6.00008ZM24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5448 23.3371C22.8155 22.7508 23.4546 22.531 24.0231 22.7497L24.0333 22.7536L24.0432 22.7582C24.6295 23.0288 24.8493 23.6679 24.6306 24.2365L24.6252 24.2506L23.5068 26.8059C23.32 27.2666 22.898 27.4901 22.4635 27.4901C22.3125 27.4901 22.1433 27.4441 22.0381 27.409L22.0206 27.4032L22.0038 27.3955C21.4174 27.1248 21.1977 26.4857 21.4164 25.9172L21.4218 25.9031L22.5448 23.3371Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.8782 26.0038C16.1488 25.4174 16.7879 25.1977 17.3565 25.4164L17.3666 25.4203L17.3765 25.4248C17.9629 25.6955 18.1826 26.3346 17.9639 26.9031L17.9585 26.9172L16.8402 29.4726C16.6534 29.9333 16.2313 30.1568 15.7968 30.1568C15.6459 30.1568 15.4766 30.1108 15.3714 30.0757L15.3539 30.0699L15.3371 30.0621C14.7508 29.7915 14.531 29.1524 14.7497 28.5838L14.7551 28.5697L15.8782 26.0038Z\" fill=\"currentColor\"/> <path d=\"M8.00012 27.9007C7.68126 27.696 7.57201 27.2428 7.7561 26.8883L8.17876 26.0745H7.33341C6.96522 26.0745 6.66675 25.7427 6.66675 25.3334C6.66675 24.9241 6.96522 24.5923 7.33341 24.5923H8.17875L7.7561 23.7785C7.57201 23.4241 7.68126 22.9708 8.00012 22.7662C8.31898 22.5615 8.72671 22.683 8.9108 23.0374L9.33345 23.8512L9.7561 23.0374C9.9402 22.683 10.3479 22.5615 10.6668 22.7662C10.9856 22.9708 11.0949 23.4241 10.9108 23.7785L10.4882 24.5923H11.3334C11.7016 24.5923 12.0001 24.9241 12.0001 25.3334C12.0001 25.7427 11.7016 26.0745 11.3334 26.0745H10.4882L10.9108 26.8883C11.0949 27.2428 10.9856 27.696 10.6668 27.9007C10.3479 28.1053 9.9402 27.9839 9.7561 27.6294L9.33345 26.8156L8.9108 27.6294C8.72671 27.9839 8.31898 28.1053 8.00012 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33341 4.66675C2.96522 4.66675 2.66675 4.96522 2.66675 5.33341C2.66675 5.7016 2.96523 6.00008 3.33342 6.00008H4.88761C4.88761 6.13816 4.82827 6.27623 4.70959 6.37592L2.84548 7.94165C2.50022 8.23165 2.68525 8.77504 3.14321 8.81601L5.61579 9.0372C5.93064 9.06536 6.14804 9.35089 6.07882 9.64532L5.53521 11.9575C5.43452 12.3858 5.91894 12.7216 6.31467 12.4979L8.45129 11.2901C8.47495 11.2767 8.49923 11.2653 8.5239 11.2558C7.74859 11.8519 7.40364 12.6549 7.25995 13.3488H6.66675C5.52707 13.3488 4.46219 13.7474 3.69561 14.5797C2.95384 15.3851 2.66675 16.4055 2.66675 17.3488C2.66675 19.558 4.45761 21.3488 6.66675 21.3488H25.3334C27.6728 21.3488 29.1781 19.445 29.3275 17.5022C29.4243 16.244 28.7332 15.3588 28.1496 14.8677C27.5833 14.3909 26.9123 14.0917 26.3987 13.9034C26.1853 13.8252 25.9744 13.7574 25.7742 13.699C25.6452 13.1747 25.439 12.556 25.1072 11.919C24.1526 10.0867 22.2422 8.29671 18.8272 8.02193C18.7347 8.01449 18.6431 8.00897 18.5522 8.0053C18.5333 7.98304 18.5119 7.96174 18.488 7.94166L16.6239 6.37592C16.5052 6.27623 16.4459 6.13816 16.4459 6.00008H18.0001C18.3683 6.00008 18.6667 5.7016 18.6667 5.33341C18.6667 4.96522 18.3683 4.66675 18.0001 4.66675H3.33341ZM14.8773 6.00008H6.45622C6.45622 8.20922 8.34134 10.0001 10.6667 10.0001C12.9922 10.0001 14.8773 8.20922 14.8773 6.00008ZM24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5448 23.3371C22.8155 22.7508 23.4546 22.531 24.0231 22.7497L24.0333 22.7536L24.0432 22.7582C24.6295 23.0288 24.8493 23.6679 24.6306 24.2365L24.6252 24.2506L23.5068 26.8059C23.32 27.2666 22.898 27.4901 22.4635 27.4901C22.3125 27.4901 22.1433 27.4441 22.0381 27.409L22.0206 27.4032L22.0038 27.3955C21.4174 27.1248 21.1977 26.4857 21.4164 25.9172L21.4218 25.9031L22.5448 23.3371Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.8782 26.0038C16.1488 25.4174 16.7879 25.1977 17.3565 25.4164L17.3666 25.4203L17.3765 25.4248C17.9629 25.6955 18.1826 26.3346 17.9639 26.9031L17.9585 26.9172L16.8402 29.4726C16.6534 29.9333 16.2313 30.1568 15.7968 30.1568C15.6459 30.1568 15.4766 30.1108 15.3714 30.0757L15.3539 30.0699L15.3371 30.0621C14.7508 29.7915 14.531 29.1524 14.7497 28.5838L14.7551 28.5697L15.8782 26.0038Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.00012 27.9007C7.68126 27.696 7.57201 27.2428 7.7561 26.8883L8.17876 26.0745H7.33341C6.96522 26.0745 6.66675 25.7427 6.66675 25.3334C6.66675 24.9241 6.96522 24.5923 7.33341 24.5923H8.17875L7.7561 23.7785C7.57201 23.4241 7.68126 22.9708 8.00012 22.7662C8.31898 22.5615 8.72671 22.683 8.9108 23.0374L9.33345 23.8512L9.7561 23.0374C9.9402 22.683 10.3479 22.5615 10.6668 22.7662C10.9856 22.9708 11.0949 23.4241 10.9108 23.7785L10.4882 24.5923H11.3334C11.7016 24.5923 12.0001 24.9241 12.0001 25.3334C12.0001 25.7427 11.7016 26.0745 11.3334 26.0745H10.4882L10.9108 26.8883C11.0949 27.2428 10.9856 27.696 10.6668 27.9007C10.3479 28.1053 9.9402 27.9839 9.7561 27.6294L9.33345 26.8156L8.9108 27.6294C8.72671 27.9839 8.31898 28.1053 8.00012 27.9007Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sleet-showers-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSleetShowersPolartwilight",
          "declaration": {
            "name": "ObiSleetShowersPolartwilight",
            "module": "src/icons/icon-sleet-showers-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sleet-showers-polartwilight",
          "declaration": {
            "name": "ObiSleetShowersPolartwilight",
            "module": "src/icons/icon-sleet-showers-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sleeth-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSleethColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.8781 22.0036C22.1487 21.4173 22.7878 21.1975 23.3564 21.4162L23.3665 21.4201L23.3764 21.4247C23.9628 21.6953 24.1825 22.3344 23.9638 22.903L23.9584 22.9171L22.8401 25.4724C22.6533 25.9331 22.2312 26.1567 21.7967 26.1567C21.6458 26.1567 21.4766 26.1106 21.3713 26.0755L21.3538 26.0697L21.337 26.062C20.7507 25.7913 20.5309 25.1522 20.7496 24.5837L20.755 24.5696L21.8781 22.0036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2114 25.337C15.482 24.7506 16.1212 24.5309 16.6897 24.7495L16.6999 24.7534L16.7098 24.758C17.2961 25.0286 17.5159 25.6678 17.2972 26.2363L17.2918 26.2504L16.1734 28.8058C15.9866 29.2664 15.5646 29.49 15.1301 29.49C14.9791 29.49 14.8099 29.444 14.7047 29.4089L14.6871 29.403L14.6704 29.3953C14.084 29.1247 13.8643 28.4855 14.0829 27.917L14.0884 27.9029L15.2114 25.337Z\" fill=\"currentColor\"/> <path d=\"M8.00012 26.5672C7.68126 26.3625 7.57201 25.9093 7.7561 25.5548L8.17876 24.741H7.33341C6.96522 24.741 6.66675 24.4092 6.66675 23.9999C6.66675 23.5906 6.96522 23.2588 7.33341 23.2588H8.17875L7.7561 22.445C7.57201 22.0906 7.68126 21.6373 8.00012 21.4327C8.31898 21.228 8.72671 21.3495 8.9108 21.7039L9.33345 22.5177L9.7561 21.7039C9.9402 21.3495 10.3479 21.228 10.6668 21.4327C10.9856 21.6373 11.0949 22.0906 10.9108 22.445L10.4882 23.2588H11.3334C11.7016 23.2588 12.0001 23.5906 12.0001 23.9999C12.0001 24.4092 11.7016 24.741 11.3334 24.741H10.4882L10.9108 25.5548C11.0949 25.9093 10.9856 26.3625 10.6668 26.5672C10.3479 26.7718 9.9402 26.6504 9.7561 26.2959L9.33345 25.4821L8.9108 26.2959C8.72671 26.6504 8.31898 26.7718 8.00012 26.5672Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08283 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325ZM11.0542 5.50734C12.5726 2.95032 15.2593 1.33325 18.2391 1.33325C22.243 1.33325 25.6237 4.28953 26.5147 8.19534C28.5969 9.05046 29.9999 11.1904 29.9999 13.5765C29.9999 16.71 27.5585 19.3333 24.4823 19.3333H7.00776C5.5145 19.3333 4.09596 18.7254 3.0612 17.6353C1.95806 16.5395 1.37015 15.059 1.33352 13.4664L1.33325 13.4549V13.3769C1.33325 11.8605 1.89899 10.424 2.91109 9.31116C3.95619 8.16348 5.38193 7.51112 6.92191 7.48775C7.63391 6.25968 8.93634 5.45799 10.4274 5.45799C10.6338 5.45799 10.8431 5.47326 11.0542 5.50734Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08284 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.8781 22.0036C22.1487 21.4173 22.7878 21.1975 23.3564 21.4162L23.3665 21.4201L23.3764 21.4247C23.9628 21.6953 24.1825 22.3344 23.9638 22.903L23.9584 22.9171L22.8401 25.4724C22.6533 25.9331 22.2312 26.1567 21.7967 26.1567C21.6458 26.1567 21.4766 26.1106 21.3713 26.0755L21.3538 26.0697L21.337 26.062C20.7507 25.7913 20.5309 25.1522 20.7496 24.5837L20.755 24.5696L21.8781 22.0036Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2114 25.337C15.482 24.7506 16.1212 24.5309 16.6897 24.7495L16.6999 24.7534L16.7098 24.758C17.2961 25.0286 17.5159 25.6678 17.2972 26.2363L17.2918 26.2504L16.1734 28.8058C15.9866 29.2664 15.5646 29.49 15.1301 29.49C14.9791 29.49 14.8099 29.444 14.7047 29.4089L14.6871 29.403L14.6704 29.3953C14.084 29.1247 13.8643 28.4855 14.0829 27.917L14.0884 27.9029L15.2114 25.337Z\" style=\"fill: var(--data-weather-rain-primary-color)\"/> <path d=\"M8.00012 26.5672C7.68126 26.3625 7.57201 25.9093 7.7561 25.5548L8.17876 24.741H7.33341C6.96522 24.741 6.66675 24.4092 6.66675 23.9999C6.66675 23.5906 6.96522 23.2588 7.33341 23.2588H8.17875L7.7561 22.445C7.57201 22.0906 7.68126 21.6373 8.00012 21.4327C8.31898 21.228 8.72671 21.3495 8.9108 21.7039L9.33345 22.5177L9.7561 21.7039C9.9402 21.3495 10.3479 21.228 10.6668 21.4327C10.9856 21.6373 11.0949 22.0906 10.9108 22.445L10.4882 23.2588H11.3334C11.7016 23.2588 12.0001 23.5906 12.0001 23.9999C12.0001 24.4092 11.7016 24.741 11.3334 24.741H10.4882L10.9108 25.5548C11.0949 25.9093 10.9856 26.3625 10.6668 26.5672C10.3479 26.7718 9.9402 26.6504 9.7561 26.2959L9.33345 25.4821L8.9108 26.2959C8.72671 26.6504 8.31898 26.7718 8.00012 26.5672Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08283 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325ZM11.0542 5.50734C12.5726 2.95032 15.2593 1.33325 18.2391 1.33325C22.243 1.33325 25.6237 4.28953 26.5147 8.19534C28.5969 9.05046 29.9999 11.1904 29.9999 13.5765C29.9999 16.71 27.5585 19.3333 24.4823 19.3333H7.00776C5.5145 19.3333 4.09596 18.7254 3.0612 17.6353C1.95806 16.5395 1.37015 15.059 1.33352 13.4664L1.33325 13.4549V13.3769C1.33325 11.8605 1.89899 10.424 2.91109 9.31116C3.95619 8.16348 5.38193 7.51112 6.92191 7.48775C7.63391 6.25968 8.93634 5.45799 10.4274 5.45799C10.6338 5.45799 10.8431 5.47326 11.0542 5.50734Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08284 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sleeth-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSleethColour",
          "declaration": {
            "name": "ObiSleethColour",
            "module": "src/icons/icon-sleeth-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sleeth-colour",
          "declaration": {
            "name": "ObiSleethColour",
            "module": "src/icons/icon-sleeth-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sleeth.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSleeth",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.878 22.0036C22.1486 21.4173 22.7878 21.1975 23.3563 21.4162L23.3665 21.4201L23.3763 21.4247C23.9627 21.6953 24.1824 22.3344 23.9638 22.903L23.9583 22.9171L22.84 25.4724C22.6532 25.9331 22.2311 26.1567 21.7966 26.1567C21.6457 26.1567 21.4765 26.1106 21.3712 26.0755L21.3537 26.0697L21.337 26.062C20.7506 25.7913 20.5309 25.1522 20.7495 24.5837L20.7549 24.5696L21.878 22.0036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2113 25.337C15.482 24.7506 16.1211 24.5309 16.6896 24.7495L16.6998 24.7534L16.7097 24.758C17.296 25.0286 17.5158 25.6678 17.2971 26.2363L17.2917 26.2504L16.1733 28.8058C15.9865 29.2664 15.5645 29.49 15.13 29.49C14.9791 29.49 14.8098 29.444 14.7046 29.4089L14.6871 29.403L14.6703 29.3953C14.0839 29.1247 13.8642 28.4855 14.0829 27.917L14.0883 27.9029L15.2113 25.337Z\" fill=\"currentColor\"/> <path d=\"M7.99996 26.5672C7.6811 26.3625 7.57185 25.9093 7.75594 25.5548L8.17859 24.741H7.33325C6.96506 24.741 6.66658 24.4092 6.66658 23.9999C6.66658 23.5906 6.96506 23.2588 7.33325 23.2588H8.17859L7.75594 22.445C7.57185 22.0906 7.6811 21.6373 7.99996 21.4327C8.31882 21.228 8.72655 21.3495 8.91064 21.7039L9.33329 22.5177L9.75594 21.7039C9.94003 21.3495 10.3478 21.228 10.6666 21.4327C10.9855 21.6373 11.0947 22.0906 10.9106 22.445L10.488 23.2588H11.3333C11.7014 23.2588 11.9999 23.5906 11.9999 23.9999C11.9999 24.4092 11.7014 24.741 11.3333 24.741H10.488L10.9106 25.5548C11.0947 25.9093 10.9855 26.3625 10.6666 26.5672C10.3478 26.7718 9.94003 26.6504 9.75594 26.2959L9.33329 25.4821L8.91064 26.2959C8.72655 26.6504 8.31882 26.7718 7.99996 26.5672Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08283 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.237L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325ZM11.0542 5.50734C12.5726 2.95032 15.2593 1.33325 18.2391 1.33325C22.243 1.33325 25.6237 4.28953 26.5147 8.19534C28.5969 9.05046 29.9999 11.1904 29.9999 13.5765C29.9999 16.71 27.5585 19.3333 24.4823 19.3333H7.00776C5.5145 19.3333 4.09596 18.7254 3.0612 17.6353C1.95806 16.5395 1.37015 15.059 1.33352 13.4664L1.33325 13.4549V13.3769C1.33325 11.8605 1.89899 10.424 2.91109 9.31116C3.95619 8.16348 5.38193 7.51112 6.92191 7.48775C7.63391 6.25968 8.93634 5.45799 10.4274 5.45799C10.6338 5.45799 10.8431 5.47326 11.0542 5.50734Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.878 22.0036C22.1486 21.4173 22.7878 21.1975 23.3563 21.4162L23.3665 21.4201L23.3763 21.4247C23.9627 21.6953 24.1824 22.3344 23.9638 22.903L23.9583 22.9171L22.84 25.4724C22.6532 25.9331 22.2311 26.1567 21.7966 26.1567C21.6457 26.1567 21.4765 26.1106 21.3712 26.0755L21.3537 26.0697L21.337 26.062C20.7506 25.7913 20.5309 25.1522 20.7495 24.5837L20.7549 24.5696L21.878 22.0036Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.2113 25.337C15.482 24.7506 16.1211 24.5309 16.6896 24.7495L16.6998 24.7534L16.7097 24.758C17.296 25.0286 17.5158 25.6678 17.2971 26.2363L17.2917 26.2504L16.1733 28.8058C15.9865 29.2664 15.5645 29.49 15.13 29.49C14.9791 29.49 14.8098 29.444 14.7046 29.4089L14.6871 29.403L14.6703 29.3953C14.0839 29.1247 13.8642 28.4855 14.0829 27.917L14.0883 27.9029L15.2113 25.337Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.99996 26.5672C7.6811 26.3625 7.57185 25.9093 7.75594 25.5548L8.17859 24.741H7.33325C6.96506 24.741 6.66658 24.4092 6.66658 23.9999C6.66658 23.5906 6.96506 23.2588 7.33325 23.2588H8.17859L7.75594 22.445C7.57185 22.0906 7.6811 21.6373 7.99996 21.4327C8.31882 21.228 8.72655 21.3495 8.91064 21.7039L9.33329 22.5177L9.75594 21.7039C9.94003 21.3495 10.3478 21.228 10.6666 21.4327C10.9855 21.6373 11.0947 22.0906 10.9106 22.445L10.488 23.2588H11.3333C11.7014 23.2588 11.9999 23.5906 11.9999 23.9999C11.9999 24.4092 11.7014 24.741 11.3333 24.741H10.488L10.9106 25.5548C11.0947 25.9093 10.9855 26.3625 10.6666 26.5672C10.3478 26.7718 9.94003 26.6504 9.75594 26.2959L9.33329 25.4821L8.91064 26.2959C8.72655 26.6504 8.31882 26.7718 7.99996 26.5672Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08283 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.237L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325ZM11.0542 5.50734C12.5726 2.95032 15.2593 1.33325 18.2391 1.33325C22.243 1.33325 25.6237 4.28953 26.5147 8.19534C28.5969 9.05046 29.9999 11.1904 29.9999 13.5765C29.9999 16.71 27.5585 19.3333 24.4823 19.3333H7.00776C5.5145 19.3333 4.09596 18.7254 3.0612 17.6353C1.95806 16.5395 1.37015 15.059 1.33352 13.4664L1.33325 13.4549V13.3769C1.33325 11.8605 1.89899 10.424 2.91109 9.31116C3.95619 8.16348 5.38193 7.51112 6.92191 7.48775C7.63391 6.25968 8.93634 5.45799 10.4274 5.45799C10.6338 5.45799 10.8431 5.47326 11.0542 5.50734Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sleeth",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSleeth",
          "declaration": {
            "name": "ObiSleeth",
            "module": "src/icons/icon-sleeth.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sleeth",
          "declaration": {
            "name": "ObiSleeth",
            "module": "src/icons/icon-sleeth.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-slightlycloudy-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSlightlycloudyDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2628 18.3334C19.5309 18.3334 17.9413 19.3618 17.1555 21.0281L16.7394 21.9105L15.8469 21.5163C15.7061 21.4541 15.5636 21.4269 15.404 21.4269C14.8554 21.4269 14.3742 21.7687 14.1811 22.3098L13.8971 23.1055L13.0652 22.9584C13.0217 22.9508 12.9865 22.9488 12.8393 22.9488C12.1612 22.9488 11.5339 23.2255 11.0612 23.7445C10.5911 24.2615 10.3334 24.9205 10.3334 25.6161V25.6538C10.3539 26.4372 10.6396 27.1014 11.1183 27.5739L11.131 27.5864L11.1432 27.5994C11.5898 28.0729 12.1973 28.3334 12.8393 28.3334H25.9451C27.2061 28.3334 28.3334 27.2311 28.3334 25.7658C28.3334 24.5353 27.5435 23.5339 26.5518 23.2626L25.9292 23.0922L25.8281 22.4547C25.4509 20.0761 23.4795 18.3334 21.2628 18.3334ZM15.7456 19.4447C16.941 17.5372 18.9902 16.3334 21.2628 16.3334C24.35 16.3334 26.9487 18.5785 27.6835 21.5497C29.2777 22.2623 30.3334 23.9266 30.3334 25.7658C30.3334 28.2423 28.4018 30.3334 25.9451 30.3334H12.8393C11.6519 30.3334 10.5235 29.8502 9.70055 28.9847C8.82489 28.1134 8.36243 26.9406 8.33364 25.689L8.33337 25.6775V25.6161C8.33337 24.4157 8.78147 23.2786 9.5818 22.3986C10.3798 21.5223 11.4601 21.0079 12.6318 20.9536C13.2222 20.0268 14.2419 19.4269 15.404 19.4269C15.5166 19.4269 15.6306 19.4325 15.7456 19.4447Z\" fill=\"currentColor\"/> <path d=\"M20.6753 4.02813C20.6073 3.3003 19.7053 3.00844 19.2239 3.55851L16.6245 6.52842C16.2935 6.90659 15.7077 6.90808 15.3767 6.53158L12.7778 3.57484C12.2964 3.0272 11.3943 3.32363 11.3263 4.0518L10.9589 7.98333C10.9121 8.48395 10.4381 8.83075 9.94932 8.72195L6.11103 7.8675C5.40013 7.70924 4.84258 8.48072 5.21391 9.10887L7.21874 12.5003C7.47403 12.9322 7.29295 13.4918 6.83308 13.6923L3.22156 15.2665C2.55266 15.558 2.5526 16.5099 3.22146 16.7981L6.83278 18.354C7.29263 18.5521 7.47364 19.1109 7.2183 19.544L5.21303 22.9456C4.84163 23.5756 5.39907 24.3443 6.10999 24.1824L8.7938 23.5714C8.99544 23.1473 9.26017 22.7521 9.5818 22.3985C10.163 21.7602 10.894 21.314 11.701 21.0976C9.69308 19.403 8.79828 16.602 9.65711 13.9476C10.7906 10.4445 14.5492 8.52357 18.0523 9.65702C21.0364 10.6225 22.8724 13.493 22.6504 16.4877C23.7881 16.7447 24.8184 17.3104 25.6583 18.0934L28.7785 16.7334C29.4474 16.4418 29.4474 15.49 28.7786 15.2018L25.1673 13.6458C24.7074 13.4477 24.5264 12.889 24.7817 12.4558L26.787 9.05425C27.1584 8.42423 26.601 7.65557 25.89 7.81743L22.0516 8.69131C21.5629 8.80258 21.0889 8.45818 21.0422 7.9578L20.6753 4.02813Z\" fill=\"currentColor\"/> <path d=\"M22.6492 16.4875C22.6608 16.3265 22.6667 16.164 22.6667 16C22.6667 12.3181 19.6819 9.33337 16 9.33337C12.3181 9.33337 9.33337 12.3181 9.33337 16C9.33337 18.0447 10.2538 19.8743 11.7029 21.0972C12.0033 21.0168 12.3142 20.9683 12.6318 20.9536C13.2222 20.0268 14.2419 19.4269 15.404 19.4269C15.5166 19.4269 15.6306 19.4325 15.7456 19.4447C16.941 17.5372 18.9902 16.3334 21.2628 16.3334C21.7382 16.3334 22.202 16.3866 22.6492 16.4875Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2628 18.3334C19.5309 18.3334 17.9413 19.3618 17.1555 21.0281L16.7394 21.9105L15.8469 21.5163C15.7061 21.4541 15.5636 21.4269 15.404 21.4269C14.8554 21.4269 14.3742 21.7687 14.1811 22.3098L13.8971 23.1055L13.0652 22.9584C13.0217 22.9508 12.9865 22.9488 12.8393 22.9488C12.1612 22.9488 11.5339 23.2255 11.0612 23.7445C10.5911 24.2615 10.3334 24.9205 10.3334 25.6161V25.6538C10.3539 26.4372 10.6396 27.1014 11.1183 27.5739L11.131 27.5864L11.1432 27.5994C11.5898 28.0729 12.1973 28.3334 12.8393 28.3334H25.9451C27.2061 28.3334 28.3334 27.2311 28.3334 25.7658C28.3334 24.5353 27.5435 23.5339 26.5518 23.2626L25.9292 23.0922L25.8281 22.4547C25.4509 20.0761 23.4795 18.3334 21.2628 18.3334Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2628 18.3334C19.5309 18.3334 17.9413 19.3618 17.1555 21.0281L16.7394 21.9105L15.8469 21.5163C15.7061 21.4541 15.5636 21.4269 15.404 21.4269C14.8554 21.4269 14.3742 21.7687 14.1811 22.3098L13.8971 23.1055L13.0652 22.9584C13.0217 22.9508 12.9865 22.9488 12.8393 22.9488C12.1612 22.9488 11.5339 23.2255 11.0612 23.7445C10.5911 24.2615 10.3334 24.9205 10.3334 25.6161V25.6538C10.3539 26.4372 10.6396 27.1014 11.1183 27.5739L11.131 27.5864L11.1432 27.5994C11.5898 28.0729 12.1973 28.3334 12.8393 28.3334H25.9451C27.2061 28.3334 28.3334 27.2311 28.3334 25.7658C28.3334 24.5353 27.5435 23.5339 26.5518 23.2626L25.9292 23.0922L25.8281 22.4547C25.4509 20.0761 23.4795 18.3334 21.2628 18.3334ZM15.7456 19.4447C16.941 17.5372 18.9902 16.3334 21.2628 16.3334C24.35 16.3334 26.9487 18.5785 27.6835 21.5497C29.2777 22.2623 30.3334 23.9266 30.3334 25.7658C30.3334 28.2423 28.4018 30.3334 25.9451 30.3334H12.8393C11.6519 30.3334 10.5235 29.8502 9.70055 28.9847C8.82489 28.1134 8.36243 26.9406 8.33364 25.689L8.33337 25.6775V25.6161C8.33337 24.4157 8.78147 23.2786 9.5818 22.3986C10.3798 21.5223 11.4601 21.0079 12.6318 20.9536C13.2222 20.0268 14.2419 19.4269 15.404 19.4269C15.5166 19.4269 15.6306 19.4325 15.7456 19.4447Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path d=\"M20.6753 4.02813C20.6073 3.3003 19.7053 3.00844 19.2239 3.55851L16.6245 6.52842C16.2935 6.90659 15.7077 6.90808 15.3767 6.53158L12.7778 3.57484C12.2964 3.0272 11.3943 3.32363 11.3263 4.0518L10.9589 7.98333C10.9121 8.48395 10.4381 8.83075 9.94932 8.72195L6.11103 7.8675C5.40013 7.70924 4.84258 8.48072 5.21391 9.10887L7.21874 12.5003C7.47403 12.9322 7.29295 13.4918 6.83308 13.6923L3.22156 15.2665C2.55266 15.558 2.5526 16.5099 3.22146 16.7981L6.83278 18.354C7.29263 18.5521 7.47364 19.1109 7.2183 19.544L5.21303 22.9456C4.84163 23.5756 5.39907 24.3443 6.10999 24.1824L8.7938 23.5714C8.99544 23.1473 9.26017 22.7521 9.5818 22.3985C10.163 21.7602 10.894 21.314 11.701 21.0976C9.69308 19.403 8.79828 16.602 9.65711 13.9476C10.7906 10.4445 14.5492 8.52357 18.0523 9.65702C21.0364 10.6225 22.8724 13.493 22.6504 16.4877C23.7881 16.7447 24.8184 17.3104 25.6583 18.0934L28.7785 16.7334C29.4474 16.4418 29.4474 15.49 28.7786 15.2018L25.1673 13.6458C24.7074 13.4477 24.5264 12.889 24.7817 12.4558L26.787 9.05425C27.1584 8.42423 26.601 7.65557 25.89 7.81743L22.0516 8.69131C21.5629 8.80258 21.0889 8.45818 21.0422 7.9578L20.6753 4.02813Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M22.6492 16.4875C22.6608 16.3265 22.6667 16.164 22.6667 16C22.6667 12.3181 19.6819 9.33337 16 9.33337C12.3181 9.33337 9.33337 12.3181 9.33337 16C9.33337 18.0447 10.2538 19.8743 11.7029 21.0972C12.0033 21.0168 12.3142 20.9683 12.6318 20.9536C13.2222 20.0268 14.2419 19.4269 15.404 19.4269C15.5166 19.4269 15.6306 19.4325 15.7456 19.4447C16.941 17.5372 18.9902 16.3334 21.2628 16.3334C21.7382 16.3334 22.202 16.3866 22.6492 16.4875Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2628 18.3334C19.5309 18.3334 17.9413 19.3618 17.1555 21.0281L16.7394 21.9105L15.8469 21.5163C15.7061 21.4541 15.5636 21.4269 15.404 21.4269C14.8554 21.4269 14.3742 21.7687 14.1811 22.3098L13.8971 23.1055L13.0652 22.9584C13.0217 22.9508 12.9865 22.9488 12.8393 22.9488C12.1612 22.9488 11.5339 23.2255 11.0612 23.7445C10.5911 24.2615 10.3334 24.9205 10.3334 25.6161V25.6538C10.3539 26.4372 10.6396 27.1014 11.1183 27.5739L11.131 27.5864L11.1432 27.5994C11.5898 28.0729 12.1973 28.3334 12.8393 28.3334H25.9451C27.2061 28.3334 28.3334 27.2311 28.3334 25.7658C28.3334 24.5353 27.5435 23.5339 26.5518 23.2626L25.9292 23.0922L25.8281 22.4547C25.4509 20.0761 23.4795 18.3334 21.2628 18.3334Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-slightlycloudy-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSlightlycloudyDayColour",
          "declaration": {
            "name": "ObiSlightlycloudyDayColour",
            "module": "src/icons/icon-slightlycloudy-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-slightlycloudy-day-colour",
          "declaration": {
            "name": "ObiSlightlycloudyDayColour",
            "module": "src/icons/icon-slightlycloudy-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-slightlycloudy-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSlightlycloudyDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2239 3.55864C19.7053 3.00857 20.6073 3.30042 20.6753 4.02826L21.0422 7.95792C21.0889 8.45831 21.5629 8.80271 22.0516 8.69143L25.89 7.81755C26.601 7.65569 27.1584 8.42435 26.787 9.05437L24.7817 12.456C24.5264 12.8891 24.7074 13.4478 25.1673 13.646L28.7786 15.2019C29.4474 15.4901 29.4474 16.4419 28.7785 16.7335L25.6583 18.0935C26.6319 19.0011 27.3499 20.2005 27.6835 21.5497C29.2777 22.2623 30.3334 23.9266 30.3334 25.7658C30.3334 28.2423 28.4018 30.3334 25.9451 30.3334H12.8393C11.6519 30.3334 10.5235 29.8503 9.70055 28.9847C8.82489 28.1135 8.36243 26.9407 8.33364 25.689L8.33337 25.6775V25.6161C8.33337 24.8982 8.49369 24.2028 8.7938 23.5715L6.10999 24.1826C5.39907 24.3444 4.84163 23.5758 5.21303 22.9457L7.2183 19.5441C7.47364 19.111 7.29263 18.5523 6.83278 18.3541L3.22146 16.7982C2.5526 16.51 2.55266 15.5582 3.22156 15.2666L6.83308 13.6924C7.29295 13.4919 7.47403 12.9323 7.21874 12.5004L5.21391 9.10899C4.84258 8.48085 5.40013 7.70937 6.11103 7.86762L9.94932 8.72207C10.4381 8.83087 10.9121 8.48407 10.9589 7.98345L11.3263 4.05193C11.3943 3.32375 12.2964 3.02733 12.7778 3.57496L15.3767 6.5317C15.7077 6.9082 16.2935 6.90672 16.6245 6.52854L19.2239 3.55864ZM11.701 21.0977C12.002 21.0171 12.3135 20.9683 12.6318 20.9536C13.2222 20.0268 14.2419 19.427 15.404 19.427C15.5166 19.427 15.6306 19.4326 15.7456 19.4447C16.941 17.5372 18.9902 16.3334 21.2628 16.3334C21.7386 16.3334 22.2028 16.3867 22.6504 16.4878C22.8724 13.4931 21.0364 10.6227 18.0523 9.65714C14.5492 8.52369 10.7906 10.4447 9.65711 13.9478C8.79828 16.6021 9.69308 19.4032 11.701 21.0977ZM17.1555 21.0281C17.9413 19.3618 19.5309 18.3334 21.2628 18.3334C23.4795 18.3334 25.4509 20.0761 25.8281 22.4547L25.9292 23.0922L26.5518 23.2626C27.5435 23.5339 28.3334 24.5353 28.3334 25.7658C28.3334 27.2311 27.2061 28.3334 25.9451 28.3334H12.8393C12.1973 28.3334 11.5898 28.0729 11.1432 27.5995L11.131 27.5865L11.1183 27.5739C10.6396 27.1014 10.3539 26.4372 10.3334 25.6538V25.6161C10.3334 24.9206 10.5911 24.2615 11.0612 23.7445C11.5339 23.2255 12.1612 22.9488 12.8393 22.9488C12.9865 22.9488 13.0217 22.9508 13.0652 22.9585L13.8971 23.1055L14.1811 22.3098C14.3742 21.7687 14.8554 21.427 15.404 21.427C15.5636 21.427 15.7061 21.4541 15.8469 21.5163L16.7394 21.9106L17.1555 21.0281Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2239 3.55864C19.7053 3.00857 20.6073 3.30042 20.6753 4.02826L21.0422 7.95792C21.0889 8.45831 21.5629 8.80271 22.0516 8.69143L25.89 7.81755C26.601 7.65569 27.1584 8.42435 26.787 9.05437L24.7817 12.456C24.5264 12.8891 24.7074 13.4478 25.1673 13.646L28.7786 15.2019C29.4474 15.4901 29.4474 16.4419 28.7785 16.7335L25.6583 18.0935C26.6319 19.0011 27.3499 20.2005 27.6835 21.5497C29.2777 22.2623 30.3334 23.9266 30.3334 25.7658C30.3334 28.2423 28.4018 30.3334 25.9451 30.3334H12.8393C11.6519 30.3334 10.5235 29.8503 9.70055 28.9847C8.82489 28.1135 8.36243 26.9407 8.33364 25.689L8.33337 25.6775V25.6161C8.33337 24.8982 8.49369 24.2028 8.7938 23.5715L6.10999 24.1826C5.39907 24.3444 4.84163 23.5758 5.21303 22.9457L7.2183 19.5441C7.47364 19.111 7.29263 18.5523 6.83278 18.3541L3.22146 16.7982C2.5526 16.51 2.55266 15.5582 3.22156 15.2666L6.83308 13.6924C7.29295 13.4919 7.47403 12.9323 7.21874 12.5004L5.21391 9.10899C4.84258 8.48085 5.40013 7.70937 6.11103 7.86762L9.94932 8.72207C10.4381 8.83087 10.9121 8.48407 10.9589 7.98345L11.3263 4.05193C11.3943 3.32375 12.2964 3.02733 12.7778 3.57496L15.3767 6.5317C15.7077 6.9082 16.2935 6.90672 16.6245 6.52854L19.2239 3.55864ZM11.701 21.0977C12.002 21.0171 12.3135 20.9683 12.6318 20.9536C13.2222 20.0268 14.2419 19.427 15.404 19.427C15.5166 19.427 15.6306 19.4326 15.7456 19.4447C16.941 17.5372 18.9902 16.3334 21.2628 16.3334C21.7386 16.3334 22.2028 16.3867 22.6504 16.4878C22.8724 13.4931 21.0364 10.6227 18.0523 9.65714C14.5492 8.52369 10.7906 10.4447 9.65711 13.9478C8.79828 16.6021 9.69308 19.4032 11.701 21.0977ZM17.1555 21.0281C17.9413 19.3618 19.5309 18.3334 21.2628 18.3334C23.4795 18.3334 25.4509 20.0761 25.8281 22.4547L25.9292 23.0922L26.5518 23.2626C27.5435 23.5339 28.3334 24.5353 28.3334 25.7658C28.3334 27.2311 27.2061 28.3334 25.9451 28.3334H12.8393C12.1973 28.3334 11.5898 28.0729 11.1432 27.5995L11.131 27.5865L11.1183 27.5739C10.6396 27.1014 10.3539 26.4372 10.3334 25.6538V25.6161C10.3334 24.9206 10.5911 24.2615 11.0612 23.7445C11.5339 23.2255 12.1612 22.9488 12.8393 22.9488C12.9865 22.9488 13.0217 22.9508 13.0652 22.9585L13.8971 23.1055L14.1811 22.3098C14.3742 21.7687 14.8554 21.427 15.404 21.427C15.5636 21.427 15.7061 21.4541 15.8469 21.5163L16.7394 21.9106L17.1555 21.0281Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-slightlycloudy-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSlightlycloudyDay",
          "declaration": {
            "name": "ObiSlightlycloudyDay",
            "module": "src/icons/icon-slightlycloudy-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-slightlycloudy-day",
          "declaration": {
            "name": "ObiSlightlycloudyDay",
            "module": "src/icons/icon-slightlycloudy-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-slightlycloudy-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSlightlycloudyNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.9294 18C19.1975 18 17.6079 19.0285 16.8221 20.6947L16.406 21.5772L15.5135 21.1829C15.3727 21.1207 15.2302 21.0936 15.0706 21.0936C14.522 21.0936 14.0408 21.4353 13.8477 21.9764L13.5638 22.7721L12.7319 22.6251C12.6883 22.6174 12.6531 22.6154 12.5059 22.6154C11.8278 22.6154 11.2006 22.8921 10.7278 23.4111C10.2577 23.9281 10 24.5872 10 25.2827V25.3204C10.0205 26.1038 10.3062 26.768 10.7849 27.2405L10.7976 27.2531L10.8098 27.2661C11.2564 27.7395 11.8639 28 12.5059 28H25.6118C26.8728 28 28 26.8977 28 25.4324C28 24.2019 27.2101 23.2005 26.2184 22.9292L25.5958 22.7588L25.4947 22.1213C25.1175 19.7427 23.1462 18 20.9294 18ZM15.4122 19.1113C16.6076 17.2038 18.6569 16 20.9294 16C24.0167 16 26.6153 18.2451 27.3502 21.2163C28.9443 21.9289 30 23.5932 30 25.4324C30 27.9089 28.0684 30 25.6118 30H12.5059C11.3185 30 10.1902 29.5169 9.36718 28.6513C8.49152 27.7801 8.02906 26.6073 8.00026 25.3556L8 25.3441V25.2827C8 24.0824 8.44809 22.9452 9.24843 22.0652C10.0464 21.1889 11.1267 20.6745 12.2984 20.6202C12.8888 19.6934 13.9085 19.0936 15.0706 19.0936C15.1832 19.0936 15.2972 19.0992 15.4122 19.1113Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.9294 18C19.1975 18 17.6079 19.0285 16.8221 20.6947L16.406 21.5772L15.5135 21.1829C15.3727 21.1207 15.2302 21.0936 15.0706 21.0936C14.522 21.0936 14.0408 21.4353 13.8477 21.9764L13.5638 22.7721L12.7319 22.6251C12.6883 22.6174 12.6531 22.6154 12.5059 22.6154C11.8278 22.6154 11.2006 22.8921 10.7278 23.4111C10.2577 23.9281 10 24.5872 10 25.2827V25.3204C10.0205 26.1038 10.3062 26.768 10.7849 27.2405L10.7976 27.2531L10.8098 27.2661C11.2564 27.7395 11.8639 28 12.5059 28H25.6118C26.8728 28 28 26.8977 28 25.4324C28 24.2019 27.2101 23.2005 26.2184 22.9292L25.5958 22.7588L25.4947 22.1213C25.1175 19.7427 23.1462 18 20.9294 18Z\" fill=\"currentColor\"/> <path d=\"M14.7547 7.77947C14.7547 13.6368 9.79536 18.3852 3.67776 18.3852C2.92478 18.3852 2.37214 19.1846 2.83804 19.7755C4.21994 21.5283 6.13195 22.8549 8.33686 23.5216C8.54861 22.9896 8.85625 22.4965 9.24851 22.0652C10.0465 21.1889 11.1268 20.6745 12.2985 20.6201C12.8889 19.6934 13.9086 19.0935 15.0707 19.0935C15.1833 19.0935 15.2973 19.0991 15.4123 19.1113C16.6077 17.2038 18.6569 16 20.9295 16C21.3738 16 21.808 16.0465 22.228 16.1349C22.5136 15.1662 22.6667 14.1419 22.6667 13.0823C22.6667 8.24424 19.4739 4.14123 15.0517 2.70847C14.3172 2.47049 13.7502 3.29376 14.0349 4.01081C14.5 5.18185 14.7547 6.45217 14.7547 7.77947Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.9294 18C19.1975 18 17.6079 19.0285 16.8221 20.6947L16.406 21.5772L15.5135 21.1829C15.3727 21.1207 15.2302 21.0936 15.0706 21.0936C14.522 21.0936 14.0408 21.4353 13.8477 21.9764L13.5638 22.7721L12.7319 22.6251C12.6883 22.6174 12.6531 22.6154 12.5059 22.6154C11.8278 22.6154 11.2006 22.8921 10.7278 23.4111C10.2577 23.9281 10 24.5872 10 25.2827V25.3204C10.0205 26.1038 10.3062 26.768 10.7849 27.2405L10.7976 27.2531L10.8098 27.2661C11.2564 27.7395 11.8639 28 12.5059 28H25.6118C26.8728 28 28 26.8977 28 25.4324C28 24.2019 27.2101 23.2005 26.2184 22.9292L25.5958 22.7588L25.4947 22.1213C25.1175 19.7427 23.1462 18 20.9294 18ZM15.4122 19.1113C16.6076 17.2038 18.6569 16 20.9294 16C24.0167 16 26.6153 18.2451 27.3502 21.2163C28.9443 21.9289 30 23.5932 30 25.4324C30 27.9089 28.0684 30 25.6118 30H12.5059C11.3185 30 10.1902 29.5169 9.36718 28.6513C8.49152 27.7801 8.02906 26.6073 8.00026 25.3556L8 25.3441V25.2827C8 24.0824 8.44809 22.9452 9.24843 22.0652C10.0464 21.1889 11.1267 20.6745 12.2984 20.6202C12.8888 19.6934 13.9085 19.0936 15.0706 19.0936C15.1832 19.0936 15.2972 19.0992 15.4122 19.1113Z\" style=\"fill: var(--data-weather-cloud-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.9294 18C19.1975 18 17.6079 19.0285 16.8221 20.6947L16.406 21.5772L15.5135 21.1829C15.3727 21.1207 15.2302 21.0936 15.0706 21.0936C14.522 21.0936 14.0408 21.4353 13.8477 21.9764L13.5638 22.7721L12.7319 22.6251C12.6883 22.6174 12.6531 22.6154 12.5059 22.6154C11.8278 22.6154 11.2006 22.8921 10.7278 23.4111C10.2577 23.9281 10 24.5872 10 25.2827V25.3204C10.0205 26.1038 10.3062 26.768 10.7849 27.2405L10.7976 27.2531L10.8098 27.2661C11.2564 27.7395 11.8639 28 12.5059 28H25.6118C26.8728 28 28 26.8977 28 25.4324C28 24.2019 27.2101 23.2005 26.2184 22.9292L25.5958 22.7588L25.4947 22.1213C25.1175 19.7427 23.1462 18 20.9294 18Z\" style=\"fill: var(--data-weather-cloud-seconday-color)\"/> <path d=\"M14.7547 7.77947C14.7547 13.6368 9.79536 18.3852 3.67776 18.3852C2.92478 18.3852 2.37214 19.1846 2.83804 19.7755C4.21994 21.5283 6.13195 22.8549 8.33686 23.5216C8.54861 22.9896 8.85625 22.4965 9.24851 22.0652C10.0465 21.1889 11.1268 20.6745 12.2985 20.6201C12.8889 19.6934 13.9086 19.0935 15.0707 19.0935C15.1833 19.0935 15.2973 19.0991 15.4123 19.1113C16.6077 17.2038 18.6569 16 20.9295 16C21.3738 16 21.808 16.0465 22.228 16.1349C22.5136 15.1662 22.6667 14.1419 22.6667 13.0823C22.6667 8.24424 19.4739 4.14123 15.0517 2.70847C14.3172 2.47049 13.7502 3.29376 14.0349 4.01081C14.5 5.18185 14.7547 6.45217 14.7547 7.77947Z\" style=\"fill: var(--data-weather-moon-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-slightlycloudy-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSlightlycloudyNightColour",
          "declaration": {
            "name": "ObiSlightlycloudyNightColour",
            "module": "src/icons/icon-slightlycloudy-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-slightlycloudy-night-colour",
          "declaration": {
            "name": "ObiSlightlycloudyNightColour",
            "module": "src/icons/icon-slightlycloudy-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-slightlycloudy-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSlightlycloudyNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.678 18.3855C9.79561 18.3855 14.7549 13.6372 14.7549 7.77983C14.7549 6.45253 14.5003 5.18222 14.0352 4.01118C13.7504 3.29413 14.3174 2.47085 15.052 2.70884C19.4741 4.1416 22.667 8.24461 22.667 13.0827C22.667 14.1423 22.5139 15.1666 22.2282 16.1353C24.7264 16.6616 26.7214 18.673 27.3505 21.2166C28.9446 21.9292 30.0003 23.5936 30.0003 25.4328C30.0003 27.9093 28.0687 30.0003 25.6121 30.0003H12.5062C11.3188 30.0003 10.1905 29.5172 9.36751 28.6516C8.49184 27.7804 8.02938 26.6076 8.00059 25.356L8.00033 25.3445V25.2831C8.00033 24.671 8.11682 24.0754 8.33711 23.522C6.1322 22.8553 4.22018 21.5287 2.83828 19.7759C2.37238 19.1849 2.92502 18.3855 3.678 18.3855ZM16.8224 20.695C17.6082 19.0288 19.1978 18.0003 20.9297 18.0003C23.1465 18.0003 25.1178 19.7431 25.495 22.1216L25.5961 22.7592L26.2188 22.9295C27.2104 23.2009 28.0003 24.2022 28.0003 25.4328C28.0003 26.898 26.8731 28.0003 25.6121 28.0003H12.5062C11.8642 28.0003 11.2567 27.7399 10.8102 27.2664L10.7979 27.2534L10.7852 27.2409C10.3065 26.7683 10.0208 26.1042 10.0003 25.3207V25.2831C10.0003 24.5875 10.258 23.9285 10.7281 23.4114C11.2009 22.8924 11.8281 22.6157 12.5062 22.6157C12.6534 22.6157 12.6886 22.6177 12.7322 22.6254L13.5641 22.7724L13.848 21.9768C14.0411 21.4356 14.5223 21.0939 15.0709 21.0939C15.2306 21.0939 15.3731 21.121 15.5139 21.1832L16.4063 21.5775L16.8224 20.695Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.678 18.3855C9.79561 18.3855 14.7549 13.6372 14.7549 7.77983C14.7549 6.45253 14.5003 5.18222 14.0352 4.01118C13.7504 3.29413 14.3174 2.47085 15.052 2.70884C19.4741 4.1416 22.667 8.24461 22.667 13.0827C22.667 14.1423 22.5139 15.1666 22.2282 16.1353C24.7264 16.6616 26.7214 18.673 27.3505 21.2166C28.9446 21.9292 30.0003 23.5936 30.0003 25.4328C30.0003 27.9093 28.0687 30.0003 25.6121 30.0003H12.5062C11.3188 30.0003 10.1905 29.5172 9.36751 28.6516C8.49184 27.7804 8.02938 26.6076 8.00059 25.356L8.00033 25.3445V25.2831C8.00033 24.671 8.11682 24.0754 8.33711 23.522C6.1322 22.8553 4.22018 21.5287 2.83828 19.7759C2.37238 19.1849 2.92502 18.3855 3.678 18.3855ZM16.8224 20.695C17.6082 19.0288 19.1978 18.0003 20.9297 18.0003C23.1465 18.0003 25.1178 19.7431 25.495 22.1216L25.5961 22.7592L26.2188 22.9295C27.2104 23.2009 28.0003 24.2022 28.0003 25.4328C28.0003 26.898 26.8731 28.0003 25.6121 28.0003H12.5062C11.8642 28.0003 11.2567 27.7399 10.8102 27.2664L10.7979 27.2534L10.7852 27.2409C10.3065 26.7683 10.0208 26.1042 10.0003 25.3207V25.2831C10.0003 24.5875 10.258 23.9285 10.7281 23.4114C11.2009 22.8924 11.8281 22.6157 12.5062 22.6157C12.6534 22.6157 12.6886 22.6177 12.7322 22.6254L13.5641 22.7724L13.848 21.9768C14.0411 21.4356 14.5223 21.0939 15.0709 21.0939C15.2306 21.0939 15.3731 21.121 15.5139 21.1832L16.4063 21.5775L16.8224 20.695Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-slightlycloudy-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSlightlycloudyNight",
          "declaration": {
            "name": "ObiSlightlycloudyNight",
            "module": "src/icons/icon-slightlycloudy-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-slightlycloudy-night",
          "declaration": {
            "name": "ObiSlightlycloudyNight",
            "module": "src/icons/icon-slightlycloudy-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-slightlycloudy-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSlightlycloudyPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <rect x=\"2.66675\" y=\"8.66663\" width=\"26.6667\" height=\"1.33333\" rx=\"0.666667\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.9294 16C19.1975 16 17.6079 17.0285 16.8221 18.6947L16.406 19.5772L15.5135 19.1829C15.3727 19.1207 15.2302 19.0936 15.0706 19.0936C14.522 19.0936 14.0408 19.4353 13.8477 19.9764L13.5638 20.7721L12.7319 20.6251C12.6883 20.6174 12.6531 20.6154 12.5059 20.6154C11.8278 20.6154 11.2006 20.8921 10.7278 21.4111C10.2577 21.9281 10 22.5872 10 23.2827V23.3204C10.0205 24.1038 10.3062 24.768 10.7849 25.2405L10.7976 25.2531L10.8098 25.2661C11.2564 25.7395 11.8639 26 12.5059 26H25.6118C26.8728 26 28 24.8977 28 23.4324C28 22.2019 27.2101 21.2005 26.2184 20.9292L25.5958 20.7588L25.4947 20.1213C25.1175 17.7427 23.1462 16 20.9294 16ZM15.4122 17.1113C16.6076 15.2038 18.6569 14 20.9294 14C24.0167 14 26.6153 16.2451 27.3502 19.2163C28.9443 19.9289 30 21.5932 30 23.4324C30 25.9089 28.0684 28 25.6118 28H12.5059C11.3185 28 10.1902 27.5169 9.36718 26.6513C8.49152 25.7801 8.02906 24.6073 8.00026 23.3556L8 23.3441V23.2827C8 22.0824 8.44809 20.9452 9.24843 20.0652C10.0464 19.1889 11.1267 18.6745 12.2984 18.6202C12.8888 17.6934 13.9085 17.0936 15.0706 17.0936C15.1832 17.0936 15.2972 17.0992 15.4122 17.1113Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.9294 16C19.1975 16 17.6079 17.0285 16.8221 18.6947L16.406 19.5772L15.5135 19.1829C15.3727 19.1207 15.2302 19.0936 15.0706 19.0936C14.522 19.0936 14.0408 19.4353 13.8477 19.9764L13.5638 20.7721L12.7319 20.6251C12.6883 20.6174 12.6531 20.6154 12.5059 20.6154C11.8278 20.6154 11.2006 20.8921 10.7278 21.4111C10.2577 21.9281 10 22.5872 10 23.2827V23.3204C10.0205 24.1038 10.3062 24.768 10.7849 25.2405L10.7976 25.2531L10.8098 25.2661C11.2564 25.7395 11.8639 26 12.5059 26H25.6118C26.8728 26 28 24.8977 28 23.4324C28 22.2019 27.2101 21.2005 26.2184 20.9292L25.5958 20.7588L25.4947 20.1213C25.1175 17.7427 23.1462 16 20.9294 16Z\" fill=\"currentColor\"/> <path d=\"M6.56775 10.6264C6.75566 10.4603 6.84962 10.2301 6.84962 10H9.33325C9.33325 13.5881 12.1678 16.5141 15.7198 16.6609C15.6119 16.8062 15.5092 16.9564 15.4121 17.1113C15.2971 17.0992 15.1832 17.0936 15.0705 17.0936C13.9085 17.0936 12.8887 17.6934 12.2983 18.6202C11.1267 18.6745 10.0463 19.1889 9.24835 20.0652C9.00201 20.3361 8.78904 20.6313 8.61223 20.9453C8.14721 20.9021 7.75688 20.4579 7.87498 19.9291L8.7357 16.0754C8.8453 15.5847 8.50107 15.1088 8.00257 15.0619L4.08764 14.6932C3.36254 14.6249 3.06958 13.7193 3.61624 13.236L6.56775 10.6264Z\" fill=\"currentColor\"/> <path d=\"M24.3825 15.0256L27.9122 14.6932C28.6373 14.6249 28.9303 13.7193 28.3836 13.236L25.4321 10.6264C25.2442 10.4603 25.1502 10.2301 25.1502 10H22.6666C22.6666 11.5063 22.167 12.896 21.3245 14.0123C22.44 14.082 23.4819 14.4447 24.3825 15.0256Z\" fill=\"currentColor\"/> <path d=\"M22.1591 12.5512C22.4941 11.7424 22.6666 10.8755 22.6666 10H9.33325C9.33325 10.8755 9.50569 11.7424 9.84072 12.5512C10.1758 13.3601 10.6668 14.095 11.2859 14.714C11.9049 15.3331 12.6399 15.8242 13.4487 16.1592C14.1712 16.4585 14.94 16.628 15.7199 16.6608C16.9418 15.0163 18.8413 14 20.9293 14C21.0618 14 21.1934 14.0041 21.324 14.0123C21.6622 13.5635 21.9431 13.0727 22.1591 12.5512Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <rect x=\"2.66675\" y=\"8.66663\" width=\"26.6667\" height=\"1.33333\" rx=\"0.666667\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.9294 16C19.1975 16 17.6079 17.0285 16.8221 18.6947L16.406 19.5772L15.5135 19.1829C15.3727 19.1207 15.2302 19.0936 15.0706 19.0936C14.522 19.0936 14.0408 19.4353 13.8477 19.9764L13.5638 20.7721L12.7319 20.6251C12.6883 20.6174 12.6531 20.6154 12.5059 20.6154C11.8278 20.6154 11.2006 20.8921 10.7278 21.4111C10.2577 21.9281 10 22.5872 10 23.2827V23.3204C10.0205 24.1038 10.3062 24.768 10.7849 25.2405L10.7976 25.2531L10.8098 25.2661C11.2564 25.7395 11.8639 26 12.5059 26H25.6118C26.8728 26 28 24.8977 28 23.4324C28 22.2019 27.2101 21.2005 26.2184 20.9292L25.5958 20.7588L25.4947 20.1213C25.1175 17.7427 23.1462 16 20.9294 16ZM15.4122 17.1113C16.6076 15.2038 18.6569 14 20.9294 14C24.0167 14 26.6153 16.2451 27.3502 19.2163C28.9443 19.9289 30 21.5932 30 23.4324C30 25.9089 28.0684 28 25.6118 28H12.5059C11.3185 28 10.1902 27.5169 9.36718 26.6513C8.49152 25.7801 8.02906 24.6073 8.00026 23.3556L8 23.3441V23.2827C8 22.0824 8.44809 20.9452 9.24843 20.0652C10.0464 19.1889 11.1267 18.6745 12.2984 18.6202C12.8888 17.6934 13.9085 17.0936 15.0706 17.0936C15.1832 17.0936 15.2972 17.0992 15.4122 17.1113Z\" style=\"fill: var(--data-weather-cloud-light-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.9294 16C19.1975 16 17.6079 17.0285 16.8221 18.6947L16.406 19.5772L15.5135 19.1829C15.3727 19.1207 15.2302 19.0936 15.0706 19.0936C14.522 19.0936 14.0408 19.4353 13.8477 19.9764L13.5638 20.7721L12.7319 20.6251C12.6883 20.6174 12.6531 20.6154 12.5059 20.6154C11.8278 20.6154 11.2006 20.8921 10.7278 21.4111C10.2577 21.9281 10 22.5872 10 23.2827V23.3204C10.0205 24.1038 10.3062 24.768 10.7849 25.2405L10.7976 25.2531L10.8098 25.2661C11.2564 25.7395 11.8639 26 12.5059 26H25.6118C26.8728 26 28 24.8977 28 23.4324C28 22.2019 27.2101 21.2005 26.2184 20.9292L25.5958 20.7588L25.4947 20.1213C25.1175 17.7427 23.1462 16 20.9294 16Z\" style=\"fill: var(--data-weather-cloud-light-seconday-color)\"/> <path d=\"M6.56775 10.6264C6.75566 10.4603 6.84962 10.2301 6.84962 10H9.33325C9.33325 13.5881 12.1678 16.5141 15.7198 16.6609C15.6119 16.8062 15.5092 16.9564 15.4121 17.1113C15.2971 17.0992 15.1832 17.0936 15.0705 17.0936C13.9085 17.0936 12.8887 17.6934 12.2983 18.6202C11.1267 18.6745 10.0463 19.1889 9.24835 20.0652C9.00201 20.3361 8.78904 20.6313 8.61223 20.9453C8.14721 20.9021 7.75688 20.4579 7.87498 19.9291L8.7357 16.0754C8.8453 15.5847 8.50107 15.1088 8.00257 15.0619L4.08764 14.6932C3.36254 14.6249 3.06958 13.7193 3.61624 13.236L6.56775 10.6264Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M24.3825 15.0256L27.9122 14.6932C28.6373 14.6249 28.9303 13.7193 28.3836 13.236L25.4321 10.6264C25.2442 10.4603 25.1502 10.2301 25.1502 10H22.6666C22.6666 11.5063 22.167 12.896 21.3245 14.0123C22.44 14.082 23.4819 14.4447 24.3825 15.0256Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M22.1591 12.5512C22.4941 11.7424 22.6666 10.8755 22.6666 10H9.33325C9.33325 10.8755 9.50569 11.7424 9.84072 12.5512C10.1758 13.3601 10.6668 14.095 11.2859 14.714C11.9049 15.3331 12.6399 15.8242 13.4487 16.1592C14.1712 16.4585 14.94 16.628 15.7199 16.6608C16.9418 15.0163 18.8413 14 20.9293 14C21.0618 14 21.1934 14.0041 21.324 14.0123C21.6622 13.5635 21.9431 13.0727 22.1591 12.5512Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-slightlycloudy-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSlightlycloudyPolartwilightColour",
          "declaration": {
            "name": "ObiSlightlycloudyPolartwilightColour",
            "module": "src/icons/icon-slightlycloudy-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-slightlycloudy-polartwilight-colour",
          "declaration": {
            "name": "ObiSlightlycloudyPolartwilightColour",
            "module": "src/icons/icon-slightlycloudy-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-slightlycloudy-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSlightlycloudyPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66699 9.33366C2.66699 8.96547 2.96547 8.66699 3.33366 8.66699H28.667C29.0352 8.66699 29.3337 8.96547 29.3337 9.33366C29.3337 9.70185 29.0352 10.0003 28.667 10.0003H25.1506C25.1506 10.2305 25.2446 10.4606 25.4325 10.6267L28.384 13.2363C28.9307 13.7196 28.6377 14.6253 27.9126 14.6935L24.3829 15.0259C25.8331 15.9613 26.9166 17.4624 27.3505 19.2166C28.9446 19.9292 30.0003 21.5936 30.0003 23.4328C30.0003 25.9093 28.0687 28.0003 25.6121 28.0003H12.5062C11.3188 28.0003 10.1905 27.5172 9.36751 26.6516C8.49184 25.7804 8.02938 24.6076 8.00059 23.356L8.00033 23.3445V23.2831C8.00033 22.4522 8.21503 21.6516 8.61264 20.9456C8.14762 20.9024 7.75729 20.4582 7.87539 19.9294L8.7361 16.0757C8.8457 15.585 8.50148 15.1091 8.00297 15.0622L4.08805 14.6935C3.36295 14.6253 3.06998 13.7196 3.61665 13.2363L6.56816 10.6267C6.75607 10.4606 6.85003 10.2305 6.85003 10.0003H3.33366C2.96547 10.0003 2.66699 9.70185 2.66699 9.33366ZM15.7202 16.6612C16.9421 15.0166 18.8417 14.0003 20.9297 14.0003C21.0624 14.0003 21.1941 14.0045 21.3249 14.0126C22.1674 12.8963 22.667 11.5067 22.667 10.0003H9.33366C9.33366 13.5884 12.1682 16.5144 15.7202 16.6612ZM16.8224 18.695C17.6082 17.0288 19.1978 16.0003 20.9297 16.0003C23.1465 16.0003 25.1178 17.7431 25.495 20.1216L25.5961 20.7592L26.2188 20.9295C27.2104 21.2009 28.0003 22.2022 28.0003 23.4328C28.0003 24.898 26.8731 26.0003 25.6121 26.0003H12.5062C11.8642 26.0003 11.2567 25.7399 10.8102 25.2664L10.7979 25.2534L10.7852 25.2409C10.3065 24.7683 10.0208 24.1042 10.0003 23.3207V23.2831C10.0003 22.5875 10.258 21.9285 10.7281 21.4114C11.2009 20.8924 11.8281 20.6157 12.5062 20.6157C12.6534 20.6157 12.6886 20.6177 12.7322 20.6254L13.5641 20.7724L13.848 19.9768C14.0411 19.4356 14.5223 19.0939 15.0709 19.0939C15.2306 19.0939 15.3731 19.121 15.5139 19.1832L16.4063 19.5775L16.8224 18.695Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.66699 9.33366C2.66699 8.96547 2.96547 8.66699 3.33366 8.66699H28.667C29.0352 8.66699 29.3337 8.96547 29.3337 9.33366C29.3337 9.70185 29.0352 10.0003 28.667 10.0003H25.1506C25.1506 10.2305 25.2446 10.4606 25.4325 10.6267L28.384 13.2363C28.9307 13.7196 28.6377 14.6253 27.9126 14.6935L24.3829 15.0259C25.8331 15.9613 26.9166 17.4624 27.3505 19.2166C28.9446 19.9292 30.0003 21.5936 30.0003 23.4328C30.0003 25.9093 28.0687 28.0003 25.6121 28.0003H12.5062C11.3188 28.0003 10.1905 27.5172 9.36751 26.6516C8.49184 25.7804 8.02938 24.6076 8.00059 23.356L8.00033 23.3445V23.2831C8.00033 22.4522 8.21503 21.6516 8.61264 20.9456C8.14762 20.9024 7.75729 20.4582 7.87539 19.9294L8.7361 16.0757C8.8457 15.585 8.50148 15.1091 8.00297 15.0622L4.08805 14.6935C3.36295 14.6253 3.06998 13.7196 3.61665 13.2363L6.56816 10.6267C6.75607 10.4606 6.85003 10.2305 6.85003 10.0003H3.33366C2.96547 10.0003 2.66699 9.70185 2.66699 9.33366ZM15.7202 16.6612C16.9421 15.0166 18.8417 14.0003 20.9297 14.0003C21.0624 14.0003 21.1941 14.0045 21.3249 14.0126C22.1674 12.8963 22.667 11.5067 22.667 10.0003H9.33366C9.33366 13.5884 12.1682 16.5144 15.7202 16.6612ZM16.8224 18.695C17.6082 17.0288 19.1978 16.0003 20.9297 16.0003C23.1465 16.0003 25.1178 17.7431 25.495 20.1216L25.5961 20.7592L26.2188 20.9295C27.2104 21.2009 28.0003 22.2022 28.0003 23.4328C28.0003 24.898 26.8731 26.0003 25.6121 26.0003H12.5062C11.8642 26.0003 11.2567 25.7399 10.8102 25.2664L10.7979 25.2534L10.7852 25.2409C10.3065 24.7683 10.0208 24.1042 10.0003 23.3207V23.2831C10.0003 22.5875 10.258 21.9285 10.7281 21.4114C11.2009 20.8924 11.8281 20.6157 12.5062 20.6157C12.6534 20.6157 12.6886 20.6177 12.7322 20.6254L13.5641 20.7724L13.848 19.9768C14.0411 19.4356 14.5223 19.0939 15.0709 19.0939C15.2306 19.0939 15.3731 19.121 15.5139 19.1832L16.4063 19.5775L16.8224 18.695Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-slightlycloudy-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSlightlycloudyPolartwilight",
          "declaration": {
            "name": "ObiSlightlycloudyPolartwilight",
            "module": "src/icons/icon-slightlycloudy-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-slightlycloudy-polartwilight",
          "declaration": {
            "name": "ObiSlightlycloudyPolartwilight",
            "module": "src/icons/icon-slightlycloudy-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-snow-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSnowColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M22 26.5672C21.6811 26.3625 21.5718 25.9093 21.7559 25.5548L22.1786 24.741H21.3333C20.9651 24.741 20.6666 24.4092 20.6666 23.9999C20.6666 23.5906 20.9651 23.2588 21.3333 23.2588H22.1786L21.7559 22.445C21.5718 22.0906 21.6811 21.6373 22 21.4327C22.3188 21.228 22.7265 21.3495 22.9106 21.7039L23.3333 22.5177L23.7559 21.7039C23.94 21.3495 24.3478 21.228 24.6666 21.4327C24.9855 21.6373 25.0947 22.0906 24.9106 22.445L24.488 23.2588H25.3333C25.7014 23.2588 25.9999 23.5906 25.9999 23.9999C25.9999 24.4092 25.7014 24.741 25.3333 24.741H24.488L24.9106 25.5548C25.0947 25.9093 24.9855 26.3625 24.6666 26.5672C24.3478 26.7718 23.94 26.6504 23.7559 26.2959L23.3333 25.4821L22.9106 26.2959C22.7265 26.6504 22.3188 26.7718 22 26.5672Z\" fill=\"currentColor\"/> <path d=\"M14.6666 29.2338C14.3478 29.0292 14.2385 28.5759 14.4226 28.2215L14.8453 27.4077H13.9999C13.6317 27.4077 13.3333 27.0759 13.3333 26.6666C13.3333 26.2573 13.6317 25.9255 13.9999 25.9255H14.8453L14.4226 25.1117C14.2385 24.7572 14.3478 24.304 14.6666 24.0993C14.9855 23.8947 15.3932 24.0161 15.5773 24.3706L16 25.1844L16.4226 24.3706C16.6067 24.0161 17.0144 23.8947 17.3333 24.0993C17.6522 24.304 17.7614 24.7572 17.5773 25.1117L17.1547 25.9255H17.9999C18.3681 25.9255 18.6666 26.2573 18.6666 26.6666C18.6666 27.0759 18.3681 27.4077 17.9999 27.4077H17.1547L17.5773 28.2215C17.7614 28.5759 17.6522 29.0292 17.3333 29.2338C17.0144 29.4385 16.6067 29.317 16.4226 28.9626L16 28.1488L15.5773 28.9626C15.3932 29.317 14.9855 29.4385 14.6666 29.2338Z\" fill=\"currentColor\"/> <path d=\"M6.66662 26.5672C6.34776 26.3625 6.23851 25.9093 6.42261 25.5548L6.84526 24.741H5.99992C5.63173 24.741 5.33325 24.4092 5.33325 23.9999C5.33325 23.5906 5.63173 23.2588 5.99992 23.2588H6.84525L6.42261 22.445C6.23851 22.0906 6.34776 21.6373 6.66662 21.4327C6.98549 21.228 7.39321 21.3495 7.57731 21.7039L7.99996 22.5177L8.42261 21.7039C8.6067 21.3495 9.01443 21.228 9.33329 21.4327C9.65215 21.6373 9.7614 22.0906 9.57731 22.445L9.15466 23.2588H9.99992C10.3681 23.2588 10.6666 23.5906 10.6666 23.9999C10.6666 24.4092 10.3681 24.741 9.99992 24.741H9.15465L9.57731 25.5548C9.7614 25.9093 9.65215 26.3625 9.33329 26.5672C9.01443 26.7718 8.6067 26.6504 8.42261 26.2959L7.99996 25.4821L7.57731 26.2959C7.39321 26.6504 6.98549 26.7718 6.66662 26.5672Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08283 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325ZM11.0542 5.50734C12.5726 2.95032 15.2593 1.33325 18.2391 1.33325C22.243 1.33325 25.6237 4.28953 26.5147 8.19534C28.5969 9.05046 29.9999 11.1904 29.9999 13.5765C29.9999 16.71 27.5585 19.3333 24.4823 19.3333H7.00776C5.5145 19.3333 4.09596 18.7254 3.0612 17.6353C1.95806 16.5395 1.37015 15.059 1.33352 13.4664L1.33325 13.4549V13.3769C1.33325 11.8605 1.89899 10.424 2.91109 9.31116C3.95619 8.16348 5.38193 7.51112 6.92191 7.48775C7.63391 6.25968 8.93634 5.45799 10.4274 5.45799C10.6338 5.45799 10.8431 5.47326 11.0542 5.50734Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08284 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M22 26.5672C21.6811 26.3625 21.5718 25.9093 21.7559 25.5548L22.1786 24.741H21.3333C20.9651 24.741 20.6666 24.4092 20.6666 23.9999C20.6666 23.5906 20.9651 23.2588 21.3333 23.2588H22.1786L21.7559 22.445C21.5718 22.0906 21.6811 21.6373 22 21.4327C22.3188 21.228 22.7265 21.3495 22.9106 21.7039L23.3333 22.5177L23.7559 21.7039C23.94 21.3495 24.3478 21.228 24.6666 21.4327C24.9855 21.6373 25.0947 22.0906 24.9106 22.445L24.488 23.2588H25.3333C25.7014 23.2588 25.9999 23.5906 25.9999 23.9999C25.9999 24.4092 25.7014 24.741 25.3333 24.741H24.488L24.9106 25.5548C25.0947 25.9093 24.9855 26.3625 24.6666 26.5672C24.3478 26.7718 23.94 26.6504 23.7559 26.2959L23.3333 25.4821L22.9106 26.2959C22.7265 26.6504 22.3188 26.7718 22 26.5672Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M14.6666 29.2338C14.3478 29.0292 14.2385 28.5759 14.4226 28.2215L14.8453 27.4077H13.9999C13.6317 27.4077 13.3333 27.0759 13.3333 26.6666C13.3333 26.2573 13.6317 25.9255 13.9999 25.9255H14.8453L14.4226 25.1117C14.2385 24.7572 14.3478 24.304 14.6666 24.0993C14.9855 23.8947 15.3932 24.0161 15.5773 24.3706L16 25.1844L16.4226 24.3706C16.6067 24.0161 17.0144 23.8947 17.3333 24.0993C17.6522 24.304 17.7614 24.7572 17.5773 25.1117L17.1547 25.9255H17.9999C18.3681 25.9255 18.6666 26.2573 18.6666 26.6666C18.6666 27.0759 18.3681 27.4077 17.9999 27.4077H17.1547L17.5773 28.2215C17.7614 28.5759 17.6522 29.0292 17.3333 29.2338C17.0144 29.4385 16.6067 29.317 16.4226 28.9626L16 28.1488L15.5773 28.9626C15.3932 29.317 14.9855 29.4385 14.6666 29.2338Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M6.66662 26.5672C6.34776 26.3625 6.23851 25.9093 6.42261 25.5548L6.84526 24.741H5.99992C5.63173 24.741 5.33325 24.4092 5.33325 23.9999C5.33325 23.5906 5.63173 23.2588 5.99992 23.2588H6.84525L6.42261 22.445C6.23851 22.0906 6.34776 21.6373 6.66662 21.4327C6.98549 21.228 7.39321 21.3495 7.57731 21.7039L7.99996 22.5177L8.42261 21.7039C8.6067 21.3495 9.01443 21.228 9.33329 21.4327C9.65215 21.6373 9.7614 22.0906 9.57731 22.445L9.15466 23.2588H9.99992C10.3681 23.2588 10.6666 23.5906 10.6666 23.9999C10.6666 24.4092 10.3681 24.741 9.99992 24.741H9.15465L9.57731 25.5548C9.7614 25.9093 9.65215 26.3625 9.33329 26.5672C9.01443 26.7718 8.6067 26.6504 8.42261 26.2959L7.99996 25.4821L7.57731 26.2959C7.39321 26.6504 6.98549 26.7718 6.66662 26.5672Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08283 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325ZM11.0542 5.50734C12.5726 2.95032 15.2593 1.33325 18.2391 1.33325C22.243 1.33325 25.6237 4.28953 26.5147 8.19534C28.5969 9.05046 29.9999 11.1904 29.9999 13.5765C29.9999 16.71 27.5585 19.3333 24.4823 19.3333H7.00776C5.5145 19.3333 4.09596 18.7254 3.0612 17.6353C1.95806 16.5395 1.37015 15.059 1.33352 13.4664L1.33325 13.4549V13.3769C1.33325 11.8605 1.89899 10.424 2.91109 9.31116C3.95619 8.16348 5.38193 7.51112 6.92191 7.48775C7.63391 6.25968 8.93634 5.45799 10.4274 5.45799C10.6338 5.45799 10.8431 5.47326 11.0542 5.50734Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08284 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-snow-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSnowColour",
          "declaration": {
            "name": "ObiSnowColour",
            "module": "src/icons/icon-snow-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-snow-colour",
          "declaration": {
            "name": "ObiSnowColour",
            "module": "src/icons/icon-snow-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-snow-showers-day-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSnowShowersDayColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 15.3488C24 15.3488 27.4497 15.8352 27.3333 17.3488C27.2486 18.4501 26.4379 19.3488 25.3333 19.3488H6.66663C5.56206 19.3488 4.66663 18.4534 4.66663 17.3488C4.66663 16.2442 5.33329 15.3488 6.66663 15.3488H9.33329C9.33329 15.3488 8.95829 14.2238 9.33329 13.3801C9.45829 13.0988 9.66663 12.8488 9.99996 12.6822C10.3898 12.4872 10.7796 12.5203 11.1362 12.6646C11.999 13.014 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 13.0854 13.2031 13.8692 12.3091C14.8895 11.1454 16.5282 9.84342 18.6666 10.0155C24 10.4446 24 15.3488 24 15.3488ZM12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276Z\" fill=\"currentColor\"/> <path d=\"M9.99996 12.6821C8.66663 13.3487 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C14.8855 9.71116 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.3333 12.0154 9.99996 12.6821Z\" fill=\"currentColor\"/> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" fill=\"currentColor\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" fill=\"currentColor\"/> <path d=\"M8 27.9007C7.68114 27.696 7.57189 27.2428 7.75598 26.8883L8.17863 26.0745H7.33329C6.9651 26.0745 6.66663 25.7427 6.66663 25.3334C6.66663 24.9241 6.9651 24.5923 7.33329 24.5923H8.17863L7.75598 23.7785C7.57189 23.4241 7.68114 22.9708 8 22.7662C8.31886 22.5615 8.72659 22.683 8.91068 23.0374L9.33333 23.8512L9.75598 23.0374C9.94008 22.683 10.3478 22.5615 10.6667 22.7662C10.9855 22.9708 11.0948 23.4241 10.9107 23.7785L10.488 24.5923H11.3333C11.7015 24.5923 12 24.9241 12 25.3334C12 25.7427 11.7015 26.0745 11.3333 26.0745H10.488L10.9107 26.8883C11.0948 27.2428 10.9855 27.696 10.6667 27.9007C10.3478 28.1053 9.94008 27.9839 9.75598 27.6294L9.33333 26.8156L8.91068 27.6294C8.72659 27.9839 8.31886 28.1053 8 27.9007Z\" fill=\"currentColor\"/> <path d=\"M14.6667 30.5673C14.3478 30.3627 14.2386 29.9094 14.4226 29.555L14.8453 28.7412H14C13.6318 28.7412 13.3333 28.4094 13.3333 28.0001C13.3333 27.5908 13.6318 27.259 14 27.259H14.8453L14.4226 26.4452C14.2386 26.0907 14.3478 25.6375 14.6667 25.4328C14.9855 25.2282 15.3933 25.3496 15.5773 25.7041L16 26.5179L16.4226 25.7041C16.6067 25.3496 17.0145 25.2282 17.3333 25.4328C17.6522 25.6375 17.7614 26.0907 17.5773 26.4452L17.1547 27.259H18C18.3681 27.259 18.6666 27.5908 18.6666 28.0001C18.6666 28.4094 18.3681 28.7412 18 28.7412H17.1547L17.5773 29.555C17.7614 29.9094 17.6522 30.3627 17.3333 30.5673C17.0145 30.772 16.6067 30.6505 16.4226 30.2961L16 29.4823L15.5773 30.2961C15.3933 30.6505 14.9855 30.772 14.6667 30.5673Z\" fill=\"currentColor\"/> <path d=\"M21.3333 27.9007C21.0145 27.696 20.9052 27.2428 21.0893 26.8883L21.512 26.0745H20.6666C20.2984 26.0745 20 25.7427 20 25.3334C20 24.9241 20.2984 24.5923 20.6666 24.5923H21.512L21.0893 23.7785C20.9052 23.4241 21.0145 22.9708 21.3333 22.7662C21.6522 22.5615 22.0599 22.683 22.244 23.0374L22.6667 23.8512L23.0893 23.0374C23.2734 22.683 23.6811 22.5615 24 22.7662C24.3189 22.9708 24.4281 23.4241 24.244 23.7785L23.8214 24.5923H24.6666C25.0348 24.5923 25.3333 24.9241 25.3333 25.3334C25.3333 25.7427 25.0348 26.0745 24.6666 26.0745H23.8214L24.244 26.8883C24.4281 27.2428 24.3189 27.696 24 27.9007C23.6811 28.1053 23.2734 27.9839 23.0893 27.6294L22.6667 26.8156L22.244 27.6294C22.0599 27.9839 21.6522 28.1053 21.3333 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 15.3488C24 15.3488 27.4497 15.8352 27.3333 17.3488C27.2486 18.4501 26.4379 19.3488 25.3333 19.3488H6.66663C5.56206 19.3488 4.66663 18.4534 4.66663 17.3488C4.66663 16.2442 5.33329 15.3488 6.66663 15.3488H9.33329C9.33329 15.3488 8.95829 14.2238 9.33329 13.3801C9.45829 13.0988 9.66663 12.8488 9.99996 12.6822C10.3898 12.4872 10.7796 12.5203 11.1362 12.6646C11.999 13.014 12.6666 14.0155 12.6666 14.0155C12.6666 14.0155 13.0854 13.2031 13.8692 12.3091C14.8895 11.1454 16.5282 9.84342 18.6666 10.0155C24 10.4446 24 15.3488 24 15.3488ZM12.333 11.0276C12.4855 10.8522 12.6503 10.6732 12.8272 10.4945C14.0443 9.26475 16.0905 7.80174 18.827 8.02193C22.242 8.29671 24.1524 10.0867 25.107 11.919C25.4389 12.556 25.645 13.1747 25.774 13.699C25.9743 13.7574 26.1852 13.8252 26.3986 13.9034C26.9122 14.0917 27.5831 14.3909 28.1495 14.8677C28.733 15.3588 29.4242 16.244 29.3274 17.5022C29.178 19.445 27.6727 21.3488 25.3333 21.3488H6.66662C4.45749 21.3488 2.66663 19.558 2.66663 17.3488C2.66663 16.4055 2.95372 15.3851 3.69549 14.5797C4.46207 13.7474 5.52695 13.3488 6.66663 13.3488H7.25983C7.43538 12.5011 7.91136 11.4904 9.10553 10.8933C10.3817 10.2552 11.5414 10.5915 12.333 11.0276Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path d=\"M9.99996 12.6821C8.66663 13.3487 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C14.8855 9.71116 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.3333 12.0154 9.99996 12.6821Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path d=\"M11.6302 1.62937C11.4045 1.24899 10.8094 1.31501 10.6726 1.73559L9.93391 4.00639C9.83985 4.29555 9.50225 4.44272 9.21489 4.31985L6.95814 3.35492C6.54016 3.1762 6.09572 3.5634 6.243 3.97794L7.03821 6.21614C7.13947 6.50114 6.95487 6.8089 6.64505 6.8716L4.21192 7.36403C3.76127 7.45524 3.63728 8.01571 4.0124 8.26588L6.03777 9.61656C6.29567 9.78855 6.33458 10.1393 6.12064 10.3637L4.4405 12.1254C4.12932 12.4516 4.37313 12.9713 4.83281 12.9616L7.31471 12.9088C7.33533 12.9084 7.35567 12.9091 7.37565 12.9108C7.54618 12.3864 7.84648 11.8388 8.36314 11.3875C8.0721 10.9161 7.87964 10.3786 7.81519 9.79755C7.57164 7.60187 9.24783 5.6141 11.5591 5.35774C13.6897 5.1214 15.6163 6.43898 16.0951 8.36649C16.7266 8.14973 17.4186 8.01286 18.1679 8.00059L19.5596 6.54135C19.8708 6.21506 19.627 5.69538 19.1673 5.70515L16.6854 5.75791C16.3694 5.76462 16.1218 5.5048 16.1581 5.20454L16.4435 2.84648C16.4964 2.40973 15.9779 2.12935 15.6092 2.39533L13.6188 3.83136C13.3654 4.01422 13.0037 3.9446 12.8486 3.68309L11.6302 1.62937Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M8.3631 11.3875C8.57295 11.2042 8.8185 11.0367 9.10554 10.8932C10.3817 10.2552 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.7169 14.6977 8.84611 16.0951 8.36648C15.6162 6.43896 13.6897 5.12137 11.559 5.35771C9.24778 5.61408 7.57159 7.60185 7.81514 9.79752C7.8796 10.3786 8.07206 10.916 8.3631 11.3875Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M8 27.9007C7.68114 27.696 7.57189 27.2428 7.75598 26.8883L8.17863 26.0745H7.33329C6.9651 26.0745 6.66663 25.7427 6.66663 25.3334C6.66663 24.9241 6.9651 24.5923 7.33329 24.5923H8.17863L7.75598 23.7785C7.57189 23.4241 7.68114 22.9708 8 22.7662C8.31886 22.5615 8.72659 22.683 8.91068 23.0374L9.33333 23.8512L9.75598 23.0374C9.94008 22.683 10.3478 22.5615 10.6667 22.7662C10.9855 22.9708 11.0948 23.4241 10.9107 23.7785L10.488 24.5923H11.3333C11.7015 24.5923 12 24.9241 12 25.3334C12 25.7427 11.7015 26.0745 11.3333 26.0745H10.488L10.9107 26.8883C11.0948 27.2428 10.9855 27.696 10.6667 27.9007C10.3478 28.1053 9.94008 27.9839 9.75598 27.6294L9.33333 26.8156L8.91068 27.6294C8.72659 27.9839 8.31886 28.1053 8 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M14.6667 30.5673C14.3478 30.3627 14.2386 29.9094 14.4226 29.555L14.8453 28.7412H14C13.6318 28.7412 13.3333 28.4094 13.3333 28.0001C13.3333 27.5908 13.6318 27.259 14 27.259H14.8453L14.4226 26.4452C14.2386 26.0907 14.3478 25.6375 14.6667 25.4328C14.9855 25.2282 15.3933 25.3496 15.5773 25.7041L16 26.5179L16.4226 25.7041C16.6067 25.3496 17.0145 25.2282 17.3333 25.4328C17.6522 25.6375 17.7614 26.0907 17.5773 26.4452L17.1547 27.259H18C18.3681 27.259 18.6666 27.5908 18.6666 28.0001C18.6666 28.4094 18.3681 28.7412 18 28.7412H17.1547L17.5773 29.555C17.7614 29.9094 17.6522 30.3627 17.3333 30.5673C17.0145 30.772 16.6067 30.6505 16.4226 30.2961L16 29.4823L15.5773 30.2961C15.3933 30.6505 14.9855 30.772 14.6667 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M21.3333 27.9007C21.0145 27.696 20.9052 27.2428 21.0893 26.8883L21.512 26.0745H20.6666C20.2984 26.0745 20 25.7427 20 25.3334C20 24.9241 20.2984 24.5923 20.6666 24.5923H21.512L21.0893 23.7785C20.9052 23.4241 21.0145 22.9708 21.3333 22.7662C21.6522 22.5615 22.0599 22.683 22.244 23.0374L22.6667 23.8512L23.0893 23.0374C23.2734 22.683 23.6811 22.5615 24 22.7662C24.3189 22.9708 24.4281 23.4241 24.244 23.7785L23.8214 24.5923H24.6666C25.0348 24.5923 25.3333 24.9241 25.3333 25.3334C25.3333 25.7427 25.0348 26.0745 24.6666 26.0745H23.8214L24.244 26.8883C24.4281 27.2428 24.3189 27.696 24 27.9007C23.6811 28.1053 23.2734 27.9839 23.0893 27.6294L22.6667 26.8156L22.244 27.6294C22.0599 27.9839 21.6522 28.1053 21.3333 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-snow-showers-day-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSnowShowersDayColour",
          "declaration": {
            "name": "ObiSnowShowersDayColour",
            "module": "src/icons/icon-snow-showers-day-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-snow-showers-day-colour",
          "declaration": {
            "name": "ObiSnowShowersDayColour",
            "module": "src/icons/icon-snow-showers-day-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-snow-showers-day.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSnowShowersDay",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8094 1.31501 11.4045 1.24899 11.6302 1.62937L12.8485 3.68309C13.0037 3.9446 13.3653 4.01422 13.6188 3.83136L15.6092 2.39533C15.9778 2.12935 16.4963 2.40973 16.4435 2.84648L16.1581 5.20454C16.1218 5.5048 16.3693 5.76462 16.6853 5.75791L19.1672 5.70515C19.6269 5.69538 19.8707 6.21506 19.5596 6.54135L18.1679 8.00059C18.3829 7.99706 18.6026 8.00379 18.827 8.02185C22.242 8.29662 24.1524 10.0866 25.107 11.9189C25.4389 12.5559 25.645 13.1746 25.774 13.6989C25.9743 13.7573 26.1852 13.8251 26.3986 13.9033C26.9122 14.0916 27.5831 14.3908 28.1495 14.8676C28.733 15.3588 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66662C4.45749 21.3487 2.66663 19.5579 2.66663 17.3487C2.66663 16.4054 2.95372 15.385 3.69549 14.5796C4.46207 13.7473 5.52695 13.3487 6.66663 13.3487H7.25983C7.2893 13.2064 7.32722 13.0596 7.37559 12.9108C7.35561 12.9091 7.33529 12.9084 7.31467 12.9088L4.83277 12.9616C4.37309 12.9713 4.12928 12.4516 4.44046 12.1254L6.1206 10.3637C6.33454 10.1393 6.29563 9.78855 6.03773 9.61656L4.01236 8.26588C3.63723 8.01571 3.76123 7.45524 4.21188 7.36403L6.64501 6.8716C6.95483 6.8089 7.13943 6.50114 7.03817 6.21614L6.24296 3.97794C6.09568 3.5634 6.54012 3.1762 6.9581 3.35492L9.21485 4.31985C9.50221 4.44272 9.83981 4.29555 9.93387 4.00639L10.6726 1.73559ZM8.36309 11.3875C8.57294 11.2042 8.81849 11.0367 9.10553 10.8932C10.3817 10.2551 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.71689 14.6977 8.8461 16.0951 8.36647C15.6162 6.43897 13.6897 5.1214 11.559 5.35774C9.24779 5.6141 7.5716 7.60187 7.81515 9.79755C7.8796 10.3786 8.07206 10.9161 8.36309 11.3875ZM27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C16.5282 9.84334 14.8895 11.1453 13.8692 12.309C13.0854 13.203 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.999 13.014 11.1362 12.6646C10.7796 12.5202 10.3898 12.4871 9.99996 12.6821C9.66663 12.8487 9.45829 13.0987 9.33329 13.38C8.95829 14.2237 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.4501 27.3333 17.3487Z\" fill=\"currentColor\"/> <path d=\"M8 27.9006C7.68114 27.6959 7.57189 27.2427 7.75598 26.8882L8.17863 26.0744H7.33329C6.9651 26.0744 6.66663 25.7426 6.66663 25.3333C6.66663 24.924 6.9651 24.5922 7.33329 24.5922H8.17863L7.75598 23.7784C7.57189 23.424 7.68114 22.9707 8 22.7661C8.31886 22.5614 8.72659 22.6829 8.91068 23.0373L9.33333 23.8511L9.75598 23.0373C9.94008 22.6829 10.3478 22.5614 10.6667 22.7661C10.9855 22.9707 11.0948 23.424 10.9107 23.7784L10.488 24.5922H11.3333C11.7015 24.5922 12 24.924 12 25.3333C12 25.7426 11.7015 26.0744 11.3333 26.0744H10.488L10.9107 26.8882C11.0948 27.2427 10.9855 27.6959 10.6667 27.9006C10.3478 28.1052 9.94008 27.9838 9.75598 27.6293L9.33333 26.8155L8.91068 27.6293C8.72659 27.9838 8.31886 28.1052 8 27.9006Z\" fill=\"currentColor\"/> <path d=\"M14.6667 30.5673C14.3478 30.3626 14.2386 29.9094 14.4226 29.5549L14.8453 28.7411H14C13.6318 28.7411 13.3333 28.4093 13.3333 28C13.3333 27.5907 13.6318 27.2589 14 27.2589H14.8453L14.4226 26.4451C14.2386 26.0906 14.3478 25.6374 14.6667 25.4327C14.9855 25.2281 15.3933 25.3495 15.5773 25.704L16 26.5178L16.4226 25.704C16.6067 25.3495 17.0145 25.2281 17.3333 25.4327C17.6522 25.6374 17.7614 26.0906 17.5773 26.4451L17.1547 27.2589H18C18.3681 27.2589 18.6666 27.5907 18.6666 28C18.6666 28.4093 18.3681 28.7411 18 28.7411H17.1547L17.5773 29.5549C17.7614 29.9094 17.6522 30.3626 17.3333 30.5673C17.0145 30.7719 16.6067 30.6505 16.4226 30.296L16 29.4822L15.5773 30.296C15.3933 30.6505 14.9855 30.7719 14.6667 30.5673Z\" fill=\"currentColor\"/> <path d=\"M21.3333 27.9006C21.0145 27.6959 20.9052 27.2427 21.0893 26.8882L21.512 26.0744H20.6666C20.2984 26.0744 20 25.7426 20 25.3333C20 24.924 20.2984 24.5922 20.6666 24.5922H21.512L21.0893 23.7784C20.9052 23.424 21.0145 22.9707 21.3333 22.7661C21.6522 22.5614 22.0599 22.6829 22.244 23.0373L22.6667 23.8511L23.0893 23.0373C23.2734 22.6829 23.6811 22.5614 24 22.7661C24.3189 22.9707 24.4281 23.424 24.244 23.7784L23.8214 24.5922H24.6666C25.0348 24.5922 25.3333 24.924 25.3333 25.3333C25.3333 25.7426 25.0348 26.0744 24.6666 26.0744H23.8214L24.244 26.8882C24.4281 27.2427 24.3189 27.6959 24 27.9006C23.6811 28.1052 23.2734 27.9838 23.0893 27.6293L22.6667 26.8155L22.244 27.6293C22.0599 27.9838 21.6522 28.1052 21.3333 27.9006Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8094 1.31501 11.4045 1.24899 11.6302 1.62937L12.8485 3.68309C13.0037 3.9446 13.3653 4.01422 13.6188 3.83136L15.6092 2.39533C15.9778 2.12935 16.4963 2.40973 16.4435 2.84648L16.1581 5.20454C16.1218 5.5048 16.3693 5.76462 16.6853 5.75791L19.1672 5.70515C19.6269 5.69538 19.8707 6.21506 19.5596 6.54135L18.1679 8.00059C18.3829 7.99706 18.6026 8.00379 18.827 8.02185C22.242 8.29662 24.1524 10.0866 25.107 11.9189C25.4389 12.5559 25.645 13.1746 25.774 13.6989C25.9743 13.7573 26.1852 13.8251 26.3986 13.9033C26.9122 14.0916 27.5831 14.3908 28.1495 14.8676C28.733 15.3588 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66662C4.45749 21.3487 2.66663 19.5579 2.66663 17.3487C2.66663 16.4054 2.95372 15.385 3.69549 14.5796C4.46207 13.7473 5.52695 13.3487 6.66663 13.3487H7.25983C7.2893 13.2064 7.32722 13.0596 7.37559 12.9108C7.35561 12.9091 7.33529 12.9084 7.31467 12.9088L4.83277 12.9616C4.37309 12.9713 4.12928 12.4516 4.44046 12.1254L6.1206 10.3637C6.33454 10.1393 6.29563 9.78855 6.03773 9.61656L4.01236 8.26588C3.63723 8.01571 3.76123 7.45524 4.21188 7.36403L6.64501 6.8716C6.95483 6.8089 7.13943 6.50114 7.03817 6.21614L6.24296 3.97794C6.09568 3.5634 6.54012 3.1762 6.9581 3.35492L9.21485 4.31985C9.50221 4.44272 9.83981 4.29555 9.93387 4.00639L10.6726 1.73559ZM8.36309 11.3875C8.57294 11.2042 8.81849 11.0367 9.10553 10.8932C10.3817 10.2551 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5967 9.71689 14.6977 8.8461 16.0951 8.36647C15.6162 6.43897 13.6897 5.1214 11.559 5.35774C9.24779 5.6141 7.5716 7.60187 7.81515 9.79755C7.8796 10.3786 8.07206 10.9161 8.36309 11.3875ZM27.3333 17.3487C27.4497 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6666 10.0154C16.5282 9.84334 14.8895 11.1453 13.8692 12.309C13.0854 13.203 12.6666 14.0154 12.6666 14.0154C12.6666 14.0154 11.999 13.014 11.1362 12.6646C10.7796 12.5202 10.3898 12.4871 9.99996 12.6821C9.66663 12.8487 9.45829 13.0987 9.33329 13.38C8.95829 14.2237 9.33329 15.3487 9.33329 15.3487H6.66663C5.33329 15.3487 4.66663 16.2442 4.66663 17.3487C4.66663 18.4533 5.56206 19.3487 6.66663 19.3487H25.3333C26.4379 19.3487 27.2486 18.4501 27.3333 17.3487Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 27.9006C7.68114 27.6959 7.57189 27.2427 7.75598 26.8882L8.17863 26.0744H7.33329C6.9651 26.0744 6.66663 25.7426 6.66663 25.3333C6.66663 24.924 6.9651 24.5922 7.33329 24.5922H8.17863L7.75598 23.7784C7.57189 23.424 7.68114 22.9707 8 22.7661C8.31886 22.5614 8.72659 22.6829 8.91068 23.0373L9.33333 23.8511L9.75598 23.0373C9.94008 22.6829 10.3478 22.5614 10.6667 22.7661C10.9855 22.9707 11.0948 23.424 10.9107 23.7784L10.488 24.5922H11.3333C11.7015 24.5922 12 24.924 12 25.3333C12 25.7426 11.7015 26.0744 11.3333 26.0744H10.488L10.9107 26.8882C11.0948 27.2427 10.9855 27.6959 10.6667 27.9006C10.3478 28.1052 9.94008 27.9838 9.75598 27.6293L9.33333 26.8155L8.91068 27.6293C8.72659 27.9838 8.31886 28.1052 8 27.9006Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.6667 30.5673C14.3478 30.3626 14.2386 29.9094 14.4226 29.5549L14.8453 28.7411H14C13.6318 28.7411 13.3333 28.4093 13.3333 28C13.3333 27.5907 13.6318 27.2589 14 27.2589H14.8453L14.4226 26.4451C14.2386 26.0906 14.3478 25.6374 14.6667 25.4327C14.9855 25.2281 15.3933 25.3495 15.5773 25.704L16 26.5178L16.4226 25.704C16.6067 25.3495 17.0145 25.2281 17.3333 25.4327C17.6522 25.6374 17.7614 26.0906 17.5773 26.4451L17.1547 27.2589H18C18.3681 27.2589 18.6666 27.5907 18.6666 28C18.6666 28.4093 18.3681 28.7411 18 28.7411H17.1547L17.5773 29.5549C17.7614 29.9094 17.6522 30.3626 17.3333 30.5673C17.0145 30.7719 16.6067 30.6505 16.4226 30.296L16 29.4822L15.5773 30.296C15.3933 30.6505 14.9855 30.7719 14.6667 30.5673Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21.3333 27.9006C21.0145 27.6959 20.9052 27.2427 21.0893 26.8882L21.512 26.0744H20.6666C20.2984 26.0744 20 25.7426 20 25.3333C20 24.924 20.2984 24.5922 20.6666 24.5922H21.512L21.0893 23.7784C20.9052 23.424 21.0145 22.9707 21.3333 22.7661C21.6522 22.5614 22.0599 22.6829 22.244 23.0373L22.6667 23.8511L23.0893 23.0373C23.2734 22.6829 23.6811 22.5614 24 22.7661C24.3189 22.9707 24.4281 23.424 24.244 23.7784L23.8214 24.5922H24.6666C25.0348 24.5922 25.3333 24.924 25.3333 25.3333C25.3333 25.7426 25.0348 26.0744 24.6666 26.0744H23.8214L24.244 26.8882C24.4281 27.2427 24.3189 27.6959 24 27.9006C23.6811 28.1052 23.2734 27.9838 23.0893 27.6293L22.6667 26.8155L22.244 27.6293C22.0599 27.9838 21.6522 28.1052 21.3333 27.9006Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-snow-showers-day",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSnowShowersDay",
          "declaration": {
            "name": "ObiSnowShowersDay",
            "module": "src/icons/icon-snow-showers-day.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-snow-showers-day",
          "declaration": {
            "name": "ObiSnowShowersDay",
            "module": "src/icons/icon-snow-showers-day.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-snow-showers-night-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSnowShowersNightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" fill=\"currentColor\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" fill=\"currentColor\"/> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" fill=\"currentColor\"/> <path d=\"M8.00012 27.9007C7.68126 27.696 7.57201 27.2428 7.7561 26.8883L8.17876 26.0745H7.33341C6.96522 26.0745 6.66675 25.7427 6.66675 25.3334C6.66675 24.9241 6.96522 24.5923 7.33341 24.5923H8.17875L7.7561 23.7785C7.57201 23.4241 7.68126 22.9708 8.00012 22.7662C8.31898 22.5615 8.72671 22.683 8.9108 23.0374L9.33345 23.8512L9.7561 23.0374C9.9402 22.683 10.3479 22.5615 10.6668 22.7662C10.9856 22.9708 11.0949 23.4241 10.9108 23.7785L10.4882 24.5923H11.3334C11.7016 24.5923 12.0001 24.9241 12.0001 25.3334C12.0001 25.7427 11.7016 26.0745 11.3334 26.0745H10.4882L10.9108 26.8883C11.0949 27.2428 10.9856 27.696 10.6668 27.9007C10.3479 28.1053 9.9402 27.9839 9.7561 27.6294L9.33345 26.8156L8.9108 27.6294C8.72671 27.9839 8.31898 28.1053 8.00012 27.9007Z\" fill=\"currentColor\"/> <path d=\"M14.6668 30.5673C14.3479 30.3627 14.2387 29.9094 14.4228 29.555L14.8454 28.7412H14.0001C13.6319 28.7412 13.3334 28.4094 13.3334 28.0001C13.3334 27.5908 13.6319 27.259 14.0001 27.259H14.8454L14.4228 26.4452C14.2387 26.0907 14.3479 25.6375 14.6668 25.4328C14.9856 25.2282 15.3934 25.3496 15.5775 25.7041L16.0001 26.5179L16.4228 25.7041C16.6069 25.3496 17.0146 25.2282 17.3335 25.4328C17.6523 25.6375 17.7616 26.0907 17.5775 26.4452L17.1548 27.259H18.0001C18.3683 27.259 18.6667 27.5908 18.6667 28.0001C18.6667 28.4094 18.3683 28.7412 18.0001 28.7412H17.1548L17.5775 29.555C17.7616 29.9094 17.6523 30.3627 17.3335 30.5673C17.0146 30.772 16.6069 30.6505 16.4228 30.2961L16.0001 29.4823L15.5775 30.2961C15.3934 30.6505 14.9856 30.772 14.6668 30.5673Z\" fill=\"currentColor\"/> <path d=\"M21.3335 27.9007C21.0146 27.696 20.9053 27.2428 21.0894 26.8883L21.5121 26.0745H20.6667C20.2986 26.0745 20.0001 25.7427 20.0001 25.3334C20.0001 24.9241 20.2986 24.5923 20.6667 24.5923H21.5121L21.0894 23.7785C20.9053 23.4241 21.0146 22.9708 21.3335 22.7662C21.6523 22.5615 22.06 22.683 22.2441 23.0374L22.6668 23.8512L23.0894 23.0374C23.2735 22.683 23.6813 22.5615 24.0001 22.7662C24.319 22.9708 24.4282 23.4241 24.2441 23.7785L23.8215 24.5923H24.6667C25.0349 24.5923 25.3334 24.9241 25.3334 25.3334C25.3334 25.7427 25.0349 26.0745 24.6667 26.0745H23.8215L24.2441 26.8883C24.4282 27.2428 24.319 27.696 24.0001 27.9007C23.6813 28.1053 23.2735 27.9839 23.0894 27.6294L22.6668 26.8156L22.2441 27.6294C22.06 27.9839 21.6523 28.1053 21.3335 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" style=\"fill: var(--data-weather-cloud-rain-primary-color)\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path d=\"M12.1782 5.17262C11.1299 9.43869 6.74822 12.0291 2.3916 10.9585C1.85537 10.8267 1.31873 11.3122 1.54474 11.8242C2.02231 12.9059 2.73016 13.8771 3.62235 14.6614C3.64624 14.6339 3.67063 14.6066 3.69553 14.5796C4.46211 13.7472 5.52698 13.3487 6.66666 13.3487H7.25987C7.43541 12.5009 7.91139 11.4903 9.10557 10.8932C10.3817 10.2551 11.5414 10.5914 12.333 11.0275C12.4856 10.8521 12.6503 10.6731 12.8272 10.4944C13.7723 9.53953 15.2171 8.44404 17.0969 8.10506C16.9853 5.4163 15.5527 2.94814 13.2974 1.53125C12.8169 1.22937 12.2658 1.72975 12.3402 2.30184C12.4618 3.23613 12.4158 4.20591 12.1782 5.17262Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M8.00012 27.9007C7.68126 27.696 7.57201 27.2428 7.7561 26.8883L8.17876 26.0745H7.33341C6.96522 26.0745 6.66675 25.7427 6.66675 25.3334C6.66675 24.9241 6.96522 24.5923 7.33341 24.5923H8.17875L7.7561 23.7785C7.57201 23.4241 7.68126 22.9708 8.00012 22.7662C8.31898 22.5615 8.72671 22.683 8.9108 23.0374L9.33345 23.8512L9.7561 23.0374C9.9402 22.683 10.3479 22.5615 10.6668 22.7662C10.9856 22.9708 11.0949 23.4241 10.9108 23.7785L10.4882 24.5923H11.3334C11.7016 24.5923 12.0001 24.9241 12.0001 25.3334C12.0001 25.7427 11.7016 26.0745 11.3334 26.0745H10.4882L10.9108 26.8883C11.0949 27.2428 10.9856 27.696 10.6668 27.9007C10.3479 28.1053 9.9402 27.9839 9.7561 27.6294L9.33345 26.8156L8.9108 27.6294C8.72671 27.9839 8.31898 28.1053 8.00012 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M14.6668 30.5673C14.3479 30.3627 14.2387 29.9094 14.4228 29.555L14.8454 28.7412H14.0001C13.6319 28.7412 13.3334 28.4094 13.3334 28.0001C13.3334 27.5908 13.6319 27.259 14.0001 27.259H14.8454L14.4228 26.4452C14.2387 26.0907 14.3479 25.6375 14.6668 25.4328C14.9856 25.2282 15.3934 25.3496 15.5775 25.7041L16.0001 26.5179L16.4228 25.7041C16.6069 25.3496 17.0146 25.2282 17.3335 25.4328C17.6523 25.6375 17.7616 26.0907 17.5775 26.4452L17.1548 27.259H18.0001C18.3683 27.259 18.6667 27.5908 18.6667 28.0001C18.6667 28.4094 18.3683 28.7412 18.0001 28.7412H17.1548L17.5775 29.555C17.7616 29.9094 17.6523 30.3627 17.3335 30.5673C17.0146 30.772 16.6069 30.6505 16.4228 30.2961L16.0001 29.4823L15.5775 30.2961C15.3934 30.6505 14.9856 30.772 14.6668 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M21.3335 27.9007C21.0146 27.696 20.9053 27.2428 21.0894 26.8883L21.5121 26.0745H20.6667C20.2986 26.0745 20.0001 25.7427 20.0001 25.3334C20.0001 24.9241 20.2986 24.5923 20.6667 24.5923H21.5121L21.0894 23.7785C20.9053 23.4241 21.0146 22.9708 21.3335 22.7662C21.6523 22.5615 22.06 22.683 22.2441 23.0374L22.6668 23.8512L23.0894 23.0374C23.2735 22.683 23.6813 22.5615 24.0001 22.7662C24.319 22.9708 24.4282 23.4241 24.2441 23.7785L23.8215 24.5923H24.6667C25.0349 24.5923 25.3334 24.9241 25.3334 25.3334C25.3334 25.7427 25.0349 26.0745 24.6667 26.0745H23.8215L24.2441 26.8883C24.4282 27.2428 24.319 27.696 24.0001 27.9007C23.6813 28.1053 23.2735 27.9839 23.0894 27.6294L22.6668 26.8156L22.2441 27.6294C22.06 27.9839 21.6523 28.1053 21.3335 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-snow-showers-night-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSnowShowersNightColour",
          "declaration": {
            "name": "ObiSnowShowersNightColour",
            "module": "src/icons/icon-snow-showers-night-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-snow-showers-night-colour",
          "declaration": {
            "name": "ObiSnowShowersNightColour",
            "module": "src/icons/icon-snow-showers-night-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-snow-showers-night.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSnowShowersNight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.3916 10.9585C6.74822 12.0291 11.1299 9.43869 12.1782 5.17262C12.4158 4.20591 12.4618 3.23613 12.3402 2.30184C12.2658 1.72975 12.8169 1.22937 13.2974 1.53125C15.5527 2.94814 16.9853 5.4163 17.0969 8.10506C17.6381 8.00747 18.2154 7.97259 18.8271 8.02181C22.2421 8.29658 24.1525 10.0865 25.1071 11.9189C25.4389 12.5559 25.6451 13.1745 25.7741 13.6989C25.9743 13.7572 26.1852 13.825 26.3987 13.9033C26.9123 14.0915 27.5832 14.3908 28.1496 14.8675C28.7331 15.3587 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66666C4.45753 21.3487 2.66667 19.5578 2.66667 17.3487C2.66667 16.437 2.93481 15.4534 3.62235 14.6614C2.73016 13.8771 2.02231 12.9059 1.54474 11.8242C1.31873 11.3122 1.85537 10.8267 2.3916 10.9585ZM27.3333 17.3487C27.4498 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6667 10.0154C16.5282 9.8433 14.8895 11.1452 13.8692 12.309C13.0855 13.203 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.999 13.0139 11.1362 12.6645C10.7797 12.5202 10.3898 12.4871 10 12.682C9.66667 12.8487 9.45833 13.0987 9.33333 13.3799C8.95833 14.2237 9.33333 15.3487 9.33333 15.3487H6.66667C5.33333 15.3487 4.66667 16.2441 4.66667 17.3487C4.66667 18.4533 5.5621 19.3487 6.66667 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487Z\" fill=\"currentColor\"/> <path d=\"M8.00004 27.9005C7.68118 27.6959 7.57193 27.2426 7.75602 26.8882L8.17868 26.0744H7.33333C6.96514 26.0744 6.66667 25.7426 6.66667 25.3333C6.66667 24.924 6.96514 24.5922 7.33333 24.5922H8.17867L7.75602 23.7784C7.57193 23.4239 7.68118 22.9707 8.00004 22.766C8.3189 22.5614 8.72663 22.6828 8.91072 23.0373L9.33337 23.8511L9.75602 23.0373C9.94012 22.6828 10.3478 22.5614 10.6667 22.766C10.9856 22.9707 11.0948 23.4239 10.9107 23.7784L10.4881 24.5922H11.3333C11.7015 24.5922 12 24.924 12 25.3333C12 25.7426 11.7015 26.0744 11.3333 26.0744H10.4881L10.9107 26.8882C11.0948 27.2426 10.9856 27.6959 10.6667 27.9005C10.3478 28.1052 9.94012 27.9837 9.75602 27.6293L9.33337 26.8155L8.91072 27.6293C8.72663 27.9837 8.3189 28.1052 8.00004 27.9005Z\" fill=\"currentColor\"/> <path d=\"M14.6667 30.5672C14.3478 30.3626 14.2386 29.9093 14.4227 29.5548L14.8453 28.7411H14C13.6318 28.7411 13.3333 28.4093 13.3333 28C13.3333 27.5907 13.6318 27.2589 14 27.2589H14.8453L14.4227 26.4451C14.2386 26.0906 14.3478 25.6374 14.6667 25.4327C14.9856 25.2281 15.3933 25.3495 15.5774 25.704L16 26.5178L16.4227 25.704C16.6068 25.3495 17.0145 25.2281 17.3334 25.4327C17.6522 25.6374 17.7615 26.0906 17.5774 26.4451L17.1547 27.2589H18C18.3682 27.2589 18.6667 27.5907 18.6667 28C18.6667 28.4093 18.3682 28.7411 18 28.7411H17.1547L17.5774 29.5548C17.7615 29.9093 17.6522 30.3626 17.3334 30.5672C17.0145 30.7719 16.6068 30.6504 16.4227 30.2959L16 29.4822L15.5774 30.2959C15.3933 30.6504 14.9856 30.7719 14.6667 30.5672Z\" fill=\"currentColor\"/> <path d=\"M21.3334 27.9005C21.0145 27.6959 20.9053 27.2426 21.0894 26.8882L21.512 26.0744H20.6667C20.2985 26.0744 20 25.7426 20 25.3333C20 24.924 20.2985 24.5922 20.6667 24.5922H21.512L21.0894 23.7784C20.9053 23.4239 21.0145 22.9707 21.3334 22.766C21.6522 22.5614 22.06 22.6828 22.2441 23.0373L22.6667 23.8511L23.0894 23.0373C23.2734 22.6828 23.6812 22.5614 24 22.766C24.3189 22.9707 24.4282 23.4239 24.2441 23.7784L23.8214 24.5922H24.6667C25.0349 24.5922 25.3333 24.924 25.3333 25.3333C25.3333 25.7426 25.0349 26.0744 24.6667 26.0744H23.8214L24.2441 26.8882C24.4282 27.2426 24.3189 27.6959 24 27.9005C23.6812 28.1052 23.2734 27.9837 23.0894 27.6293L22.6667 26.8155L22.2441 27.6293C22.06 27.9837 21.6522 28.1052 21.3334 27.9005Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.3916 10.9585C6.74822 12.0291 11.1299 9.43869 12.1782 5.17262C12.4158 4.20591 12.4618 3.23613 12.3402 2.30184C12.2658 1.72975 12.8169 1.22937 13.2974 1.53125C15.5527 2.94814 16.9853 5.4163 17.0969 8.10506C17.6381 8.00747 18.2154 7.97259 18.8271 8.02181C22.2421 8.29658 24.1525 10.0865 25.1071 11.9189C25.4389 12.5559 25.6451 13.1745 25.7741 13.6989C25.9743 13.7572 26.1852 13.825 26.3987 13.9033C26.9123 14.0915 27.5832 14.3908 28.1496 14.8675C28.7331 15.3587 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66666C4.45753 21.3487 2.66667 19.5578 2.66667 17.3487C2.66667 16.437 2.93481 15.4534 3.62235 14.6614C2.73016 13.8771 2.02231 12.9059 1.54474 11.8242C1.31873 11.3122 1.85537 10.8267 2.3916 10.9585ZM27.3333 17.3487C27.4498 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6667 10.0154C16.5282 9.8433 14.8895 11.1452 13.8692 12.309C13.0855 13.203 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.999 13.0139 11.1362 12.6645C10.7797 12.5202 10.3898 12.4871 10 12.682C9.66667 12.8487 9.45833 13.0987 9.33333 13.3799C8.95833 14.2237 9.33333 15.3487 9.33333 15.3487H6.66667C5.33333 15.3487 4.66667 16.2441 4.66667 17.3487C4.66667 18.4533 5.5621 19.3487 6.66667 19.3487H25.3333C26.4379 19.3487 27.2486 18.45 27.3333 17.3487Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.00004 27.9005C7.68118 27.6959 7.57193 27.2426 7.75602 26.8882L8.17868 26.0744H7.33333C6.96514 26.0744 6.66667 25.7426 6.66667 25.3333C6.66667 24.924 6.96514 24.5922 7.33333 24.5922H8.17867L7.75602 23.7784C7.57193 23.4239 7.68118 22.9707 8.00004 22.766C8.3189 22.5614 8.72663 22.6828 8.91072 23.0373L9.33337 23.8511L9.75602 23.0373C9.94012 22.6828 10.3478 22.5614 10.6667 22.766C10.9856 22.9707 11.0948 23.4239 10.9107 23.7784L10.4881 24.5922H11.3333C11.7015 24.5922 12 24.924 12 25.3333C12 25.7426 11.7015 26.0744 11.3333 26.0744H10.4881L10.9107 26.8882C11.0948 27.2426 10.9856 27.6959 10.6667 27.9005C10.3478 28.1052 9.94012 27.9837 9.75602 27.6293L9.33337 26.8155L8.91072 27.6293C8.72663 27.9837 8.3189 28.1052 8.00004 27.9005Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.6667 30.5672C14.3478 30.3626 14.2386 29.9093 14.4227 29.5548L14.8453 28.7411H14C13.6318 28.7411 13.3333 28.4093 13.3333 28C13.3333 27.5907 13.6318 27.2589 14 27.2589H14.8453L14.4227 26.4451C14.2386 26.0906 14.3478 25.6374 14.6667 25.4327C14.9856 25.2281 15.3933 25.3495 15.5774 25.704L16 26.5178L16.4227 25.704C16.6068 25.3495 17.0145 25.2281 17.3334 25.4327C17.6522 25.6374 17.7615 26.0906 17.5774 26.4451L17.1547 27.2589H18C18.3682 27.2589 18.6667 27.5907 18.6667 28C18.6667 28.4093 18.3682 28.7411 18 28.7411H17.1547L17.5774 29.5548C17.7615 29.9093 17.6522 30.3626 17.3334 30.5672C17.0145 30.7719 16.6068 30.6504 16.4227 30.2959L16 29.4822L15.5774 30.2959C15.3933 30.6504 14.9856 30.7719 14.6667 30.5672Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21.3334 27.9005C21.0145 27.6959 20.9053 27.2426 21.0894 26.8882L21.512 26.0744H20.6667C20.2985 26.0744 20 25.7426 20 25.3333C20 24.924 20.2985 24.5922 20.6667 24.5922H21.512L21.0894 23.7784C20.9053 23.4239 21.0145 22.9707 21.3334 22.766C21.6522 22.5614 22.06 22.6828 22.2441 23.0373L22.6667 23.8511L23.0894 23.0373C23.2734 22.6828 23.6812 22.5614 24 22.766C24.3189 22.9707 24.4282 23.4239 24.2441 23.7784L23.8214 24.5922H24.6667C25.0349 24.5922 25.3333 24.924 25.3333 25.3333C25.3333 25.7426 25.0349 26.0744 24.6667 26.0744H23.8214L24.2441 26.8882C24.4282 27.2426 24.3189 27.6959 24 27.9005C23.6812 28.1052 23.2734 27.9837 23.0894 27.6293L22.6667 26.8155L22.2441 27.6293C22.06 27.9837 21.6522 28.1052 21.3334 27.9005Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-snow-showers-night",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSnowShowersNight",
          "declaration": {
            "name": "ObiSnowShowersNight",
            "module": "src/icons/icon-snow-showers-night.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-snow-showers-night",
          "declaration": {
            "name": "ObiSnowShowersNight",
            "module": "src/icons/icon-snow-showers-night.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-snow-showers-polartwilight-colour.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSnowShowersPolartwilightColour",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" fill=\"currentColor\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" fill=\"currentColor\"/> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" fill=\"currentColor\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" fill=\"currentColor\"/> <path d=\"M8.00012 27.9007C7.68126 27.696 7.57201 27.2428 7.7561 26.8883L8.17876 26.0745H7.33341C6.96522 26.0745 6.66675 25.7427 6.66675 25.3334C6.66675 24.9241 6.96522 24.5923 7.33341 24.5923H8.17875L7.7561 23.7785C7.57201 23.4241 7.68126 22.9708 8.00012 22.7662C8.31898 22.5615 8.72671 22.683 8.9108 23.0374L9.33345 23.8512L9.7561 23.0374C9.9402 22.683 10.3479 22.5615 10.6668 22.7662C10.9856 22.9708 11.0949 23.4241 10.9108 23.7785L10.4882 24.5923H11.3334C11.7016 24.5923 12.0001 24.9241 12.0001 25.3334C12.0001 25.7427 11.7016 26.0745 11.3334 26.0745H10.4882L10.9108 26.8883C11.0949 27.2428 10.9856 27.696 10.6668 27.9007C10.3479 28.1053 9.9402 27.9839 9.7561 27.6294L9.33345 26.8156L8.9108 27.6294C8.72671 27.9839 8.31898 28.1053 8.00012 27.9007Z\" fill=\"currentColor\"/> <path d=\"M14.6668 30.5673C14.3479 30.3627 14.2387 29.9094 14.4228 29.555L14.8454 28.7412H14.0001C13.6319 28.7412 13.3334 28.4094 13.3334 28.0001C13.3334 27.5908 13.6319 27.259 14.0001 27.259H14.8454L14.4228 26.4452C14.2387 26.0907 14.3479 25.6375 14.6668 25.4328C14.9856 25.2282 15.3934 25.3496 15.5775 25.7041L16.0001 26.5179L16.4228 25.7041C16.6069 25.3496 17.0146 25.2282 17.3335 25.4328C17.6523 25.6375 17.7616 26.0907 17.5775 26.4452L17.1548 27.259H18.0001C18.3683 27.259 18.6667 27.5908 18.6667 28.0001C18.6667 28.4094 18.3683 28.7412 18.0001 28.7412H17.1548L17.5775 29.555C17.7616 29.9094 17.6523 30.3627 17.3335 30.5673C17.0146 30.772 16.6069 30.6505 16.4228 30.2961L16.0001 29.4823L15.5775 30.2961C15.3934 30.6505 14.9856 30.772 14.6668 30.5673Z\" fill=\"currentColor\"/> <path d=\"M21.3335 27.9007C21.0146 27.696 20.9053 27.2428 21.0894 26.8883L21.5121 26.0745H20.6667C20.2986 26.0745 20.0001 25.7427 20.0001 25.3334C20.0001 24.9241 20.2986 24.5923 20.6667 24.5923H21.5121L21.0894 23.7785C20.9053 23.4241 21.0146 22.9708 21.3335 22.7662C21.6523 22.5615 22.06 22.683 22.2441 23.0374L22.6668 23.8512L23.0894 23.0374C23.2735 22.683 23.6813 22.5615 24.0001 22.7662C24.319 22.9708 24.4282 23.4241 24.2441 23.7785L23.8215 24.5923H24.6667C25.0349 24.5923 25.3334 24.9241 25.3334 25.3334C25.3334 25.7427 25.0349 26.0745 24.6667 26.0745H23.8215L24.2441 26.8883C24.4282 27.2428 24.319 27.696 24.0001 27.9007C23.6813 28.1053 23.2735 27.9839 23.0894 27.6294L22.6668 26.8156L22.2441 27.6294C22.06 27.9839 21.6523 28.1053 21.3335 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488ZM12.3331 11.0276C12.4856 10.8522 12.6504 10.6732 12.8273 10.4945C14.0444 9.26475 16.0906 7.80174 18.8272 8.02193C22.2422 8.29671 24.1526 10.0867 25.1072 11.919C25.439 12.556 25.6452 13.1747 25.7742 13.699C25.9744 13.7574 26.1853 13.8252 26.3987 13.9034C26.9123 14.0917 27.5833 14.3909 28.1496 14.8677C28.7332 15.3588 29.4243 16.244 29.3275 17.5022C29.1781 19.445 27.6728 21.3488 25.3334 21.3488H6.66675C4.45761 21.3488 2.66675 19.558 2.66675 17.3488C2.66675 16.4055 2.95384 15.3851 3.69561 14.5797C4.46219 13.7474 5.52707 13.3488 6.66675 13.3488H7.25995C7.4355 12.5011 7.91148 11.4904 9.10565 10.8933C10.3818 10.2552 11.5415 10.5915 12.3331 11.0276Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> <path d=\"M10.0001 12.6821C8.66675 13.3487 9.33342 15.3487 9.33342 15.3487H6.66675C5.33341 15.3487 4.66675 16.2442 4.66675 17.3487C4.66675 18.4533 5.56218 19.3487 6.66675 19.3487H25.3334C26.438 19.3487 27.2487 18.45 27.3334 17.3487C27.4498 15.8351 24.0001 15.3487 24.0001 15.3487C24.0001 15.3487 24.0001 10.4445 18.6667 10.0154C14.8856 9.71116 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.3334 12.0154 10.0001 12.6821Z\" style=\"fill: var(--data-weather-cloud-rain-secondary-color)\"/> <path d=\"M2.66675 5.33341C2.66675 4.96522 2.96522 4.66675 3.33341 4.66675H18.0001C18.3683 4.66675 18.6667 4.96522 18.6667 5.33341C18.6667 5.7016 18.3683 6.00008 18.0001 6.00008H3.33342C2.96523 6.00008 2.66675 5.7016 2.66675 5.33341Z\" style=\"fill: var(--instrument-tick-mark-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8771 6H6.45605C6.45605 8.20914 8.34117 10 10.6666 10C12.992 10 14.8771 8.20914 14.8771 6Z\" style=\"fill: var(--data-weather-sun-secondary-color)\"/> <path d=\"M4.70959 6.37584C4.82827 6.27615 4.88761 6.13808 4.88761 6H6.45622C6.45622 8.20914 8.34134 10 10.6667 10C12.9922 10 14.8773 8.20914 14.8773 6H16.4459C16.4459 6.13808 16.5052 6.27615 16.6239 6.37584L18.488 7.94157C18.5119 7.96166 18.5333 7.98296 18.5522 8.00522C15.9533 7.90023 14.0033 9.30621 12.8273 10.4944C12.6504 10.6732 12.4856 10.8521 12.3331 11.0276C11.5415 10.5915 10.3818 10.2551 9.10565 10.8932C8.88891 11.0016 8.69583 11.1236 8.5239 11.2558C8.49923 11.2652 8.47495 11.2766 8.45129 11.29L6.31467 12.4978C5.91894 12.7215 5.43452 12.3857 5.53521 11.9575L6.07882 9.64523C6.14804 9.35081 5.93064 9.06528 5.61579 9.03712L3.14321 8.81593C2.68525 8.77496 2.50022 8.23157 2.84548 7.94157L4.70959 6.37584Z\" style=\"fill: var(--data-weather-sun-primary-color)\"/> <path d=\"M8.00012 27.9007C7.68126 27.696 7.57201 27.2428 7.7561 26.8883L8.17876 26.0745H7.33341C6.96522 26.0745 6.66675 25.7427 6.66675 25.3334C6.66675 24.9241 6.96522 24.5923 7.33341 24.5923H8.17875L7.7561 23.7785C7.57201 23.4241 7.68126 22.9708 8.00012 22.7662C8.31898 22.5615 8.72671 22.683 8.9108 23.0374L9.33345 23.8512L9.7561 23.0374C9.9402 22.683 10.3479 22.5615 10.6668 22.7662C10.9856 22.9708 11.0949 23.4241 10.9108 23.7785L10.4882 24.5923H11.3334C11.7016 24.5923 12.0001 24.9241 12.0001 25.3334C12.0001 25.7427 11.7016 26.0745 11.3334 26.0745H10.4882L10.9108 26.8883C11.0949 27.2428 10.9856 27.696 10.6668 27.9007C10.3479 28.1053 9.9402 27.9839 9.7561 27.6294L9.33345 26.8156L8.9108 27.6294C8.72671 27.9839 8.31898 28.1053 8.00012 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M14.6668 30.5673C14.3479 30.3627 14.2387 29.9094 14.4228 29.555L14.8454 28.7412H14.0001C13.6319 28.7412 13.3334 28.4094 13.3334 28.0001C13.3334 27.5908 13.6319 27.259 14.0001 27.259H14.8454L14.4228 26.4452C14.2387 26.0907 14.3479 25.6375 14.6668 25.4328C14.9856 25.2282 15.3934 25.3496 15.5775 25.7041L16.0001 26.5179L16.4228 25.7041C16.6069 25.3496 17.0146 25.2282 17.3335 25.4328C17.6523 25.6375 17.7616 26.0907 17.5775 26.4452L17.1548 27.259H18.0001C18.3683 27.259 18.6667 27.5908 18.6667 28.0001C18.6667 28.4094 18.3683 28.7412 18.0001 28.7412H17.1548L17.5775 29.555C17.7616 29.9094 17.6523 30.3627 17.3335 30.5673C17.0146 30.772 16.6069 30.6505 16.4228 30.2961L16.0001 29.4823L15.5775 30.2961C15.3934 30.6505 14.9856 30.772 14.6668 30.5673Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> <path d=\"M21.3335 27.9007C21.0146 27.696 20.9053 27.2428 21.0894 26.8883L21.5121 26.0745H20.6667C20.2986 26.0745 20.0001 25.7427 20.0001 25.3334C20.0001 24.9241 20.2986 24.5923 20.6667 24.5923H21.5121L21.0894 23.7785C20.9053 23.4241 21.0146 22.9708 21.3335 22.7662C21.6523 22.5615 22.06 22.683 22.2441 23.0374L22.6668 23.8512L23.0894 23.0374C23.2735 22.683 23.6813 22.5615 24.0001 22.7662C24.319 22.9708 24.4282 23.4241 24.2441 23.7785L23.8215 24.5923H24.6667C25.0349 24.5923 25.3334 24.9241 25.3334 25.3334C25.3334 25.7427 25.0349 26.0745 24.6667 26.0745H23.8215L24.2441 26.8883C24.4282 27.2428 24.319 27.696 24.0001 27.9007C23.6813 28.1053 23.2735 27.9839 23.0894 27.6294L22.6668 26.8156L22.2441 27.6294C22.06 27.9839 21.6523 28.1053 21.3335 27.9007Z\" style=\"fill: var(--data-weather-snow-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-snow-showers-polartwilight-colour",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSnowShowersPolartwilightColour",
          "declaration": {
            "name": "ObiSnowShowersPolartwilightColour",
            "module": "src/icons/icon-snow-showers-polartwilight-colour.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-snow-showers-polartwilight-colour",
          "declaration": {
            "name": "ObiSnowShowersPolartwilightColour",
            "module": "src/icons/icon-snow-showers-polartwilight-colour.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-snow-showers-polartwilight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSnowShowersPolartwilight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33341 4.66675C2.96522 4.66675 2.66675 4.96522 2.66675 5.33341C2.66675 5.7016 2.96523 6.00008 3.33342 6.00008H4.88761C4.88761 6.13816 4.82827 6.27623 4.70959 6.37592L2.84548 7.94165C2.50022 8.23165 2.68525 8.77504 3.14321 8.81601L5.61579 9.0372C5.93064 9.06536 6.14804 9.35089 6.07882 9.64532L5.53521 11.9575C5.43452 12.3858 5.91894 12.7216 6.31467 12.4979L8.45129 11.2901C8.47495 11.2767 8.49923 11.2653 8.5239 11.2558C7.74859 11.8519 7.40364 12.6549 7.25995 13.3488H6.66675C5.52707 13.3488 4.46219 13.7474 3.69561 14.5797C2.95384 15.3851 2.66675 16.4055 2.66675 17.3488C2.66675 19.558 4.45761 21.3488 6.66675 21.3488H25.3334C27.6728 21.3488 29.1781 19.445 29.3275 17.5022C29.4243 16.244 28.7332 15.3588 28.1496 14.8677C27.5833 14.3909 26.9123 14.0917 26.3987 13.9034C26.1853 13.8252 25.9744 13.7574 25.7742 13.699C25.6452 13.1747 25.439 12.556 25.1072 11.919C24.1526 10.0867 22.2422 8.29671 18.8272 8.02193C18.7347 8.01449 18.6431 8.00897 18.5522 8.0053C18.5333 7.98304 18.5119 7.96174 18.488 7.94166L16.6239 6.37592C16.5052 6.27623 16.4459 6.13816 16.4459 6.00008H18.0001C18.3683 6.00008 18.6667 5.7016 18.6667 5.33341C18.6667 4.96522 18.3683 4.66675 18.0001 4.66675H3.33341ZM14.8773 6.00008H6.45622C6.45622 8.20922 8.34134 10.0001 10.6667 10.0001C12.9922 10.0001 14.8773 8.20922 14.8773 6.00008ZM24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488Z\" fill=\"currentColor\"/> <path d=\"M8.00012 27.9007C7.68126 27.696 7.57201 27.2428 7.7561 26.8883L8.17876 26.0745H7.33341C6.96522 26.0745 6.66675 25.7427 6.66675 25.3334C6.66675 24.9241 6.96522 24.5923 7.33341 24.5923H8.17875L7.7561 23.7785C7.57201 23.4241 7.68126 22.9708 8.00012 22.7662C8.31898 22.5615 8.72671 22.683 8.9108 23.0374L9.33345 23.8512L9.7561 23.0374C9.9402 22.683 10.3479 22.5615 10.6668 22.7662C10.9856 22.9708 11.0949 23.4241 10.9108 23.7785L10.4882 24.5923H11.3334C11.7016 24.5923 12.0001 24.9241 12.0001 25.3334C12.0001 25.7427 11.7016 26.0745 11.3334 26.0745H10.4882L10.9108 26.8883C11.0949 27.2428 10.9856 27.696 10.6668 27.9007C10.3479 28.1053 9.9402 27.9839 9.7561 27.6294L9.33345 26.8156L8.9108 27.6294C8.72671 27.9839 8.31898 28.1053 8.00012 27.9007Z\" fill=\"currentColor\"/> <path d=\"M14.6668 30.5673C14.3479 30.3627 14.2387 29.9094 14.4228 29.555L14.8454 28.7412H14.0001C13.6319 28.7412 13.3334 28.4094 13.3334 28.0001C13.3334 27.5908 13.6319 27.259 14.0001 27.259H14.8454L14.4228 26.4452C14.2387 26.0907 14.3479 25.6375 14.6668 25.4328C14.9856 25.2282 15.3934 25.3496 15.5775 25.7041L16.0001 26.5179L16.4228 25.7041C16.6069 25.3496 17.0146 25.2282 17.3335 25.4328C17.6523 25.6375 17.7616 26.0907 17.5775 26.4452L17.1548 27.259H18.0001C18.3683 27.259 18.6667 27.5908 18.6667 28.0001C18.6667 28.4094 18.3683 28.7412 18.0001 28.7412H17.1548L17.5775 29.555C17.7616 29.9094 17.6523 30.3627 17.3335 30.5673C17.0146 30.772 16.6069 30.6505 16.4228 30.2961L16.0001 29.4823L15.5775 30.2961C15.3934 30.6505 14.9856 30.772 14.6668 30.5673Z\" fill=\"currentColor\"/> <path d=\"M21.3335 27.9007C21.0146 27.696 20.9053 27.2428 21.0894 26.8883L21.5121 26.0745H20.6667C20.2986 26.0745 20.0001 25.7427 20.0001 25.3334C20.0001 24.9241 20.2986 24.5923 20.6667 24.5923H21.5121L21.0894 23.7785C20.9053 23.4241 21.0146 22.9708 21.3335 22.7662C21.6523 22.5615 22.06 22.683 22.2441 23.0374L22.6668 23.8512L23.0894 23.0374C23.2735 22.683 23.6813 22.5615 24.0001 22.7662C24.319 22.9708 24.4282 23.4241 24.2441 23.7785L23.8215 24.5923H24.6667C25.0349 24.5923 25.3334 24.9241 25.3334 25.3334C25.3334 25.7427 25.0349 26.0745 24.6667 26.0745H23.8215L24.2441 26.8883C24.4282 27.2428 24.319 27.696 24.0001 27.9007C23.6813 28.1053 23.2735 27.9839 23.0894 27.6294L22.6668 26.8156L22.2441 27.6294C22.06 27.9839 21.6523 28.1053 21.3335 27.9007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.33341 4.66675C2.96522 4.66675 2.66675 4.96522 2.66675 5.33341C2.66675 5.7016 2.96523 6.00008 3.33342 6.00008H4.88761C4.88761 6.13816 4.82827 6.27623 4.70959 6.37592L2.84548 7.94165C2.50022 8.23165 2.68525 8.77504 3.14321 8.81601L5.61579 9.0372C5.93064 9.06536 6.14804 9.35089 6.07882 9.64532L5.53521 11.9575C5.43452 12.3858 5.91894 12.7216 6.31467 12.4979L8.45129 11.2901C8.47495 11.2767 8.49923 11.2653 8.5239 11.2558C7.74859 11.8519 7.40364 12.6549 7.25995 13.3488H6.66675C5.52707 13.3488 4.46219 13.7474 3.69561 14.5797C2.95384 15.3851 2.66675 16.4055 2.66675 17.3488C2.66675 19.558 4.45761 21.3488 6.66675 21.3488H25.3334C27.6728 21.3488 29.1781 19.445 29.3275 17.5022C29.4243 16.244 28.7332 15.3588 28.1496 14.8677C27.5833 14.3909 26.9123 14.0917 26.3987 13.9034C26.1853 13.8252 25.9744 13.7574 25.7742 13.699C25.6452 13.1747 25.439 12.556 25.1072 11.919C24.1526 10.0867 22.2422 8.29671 18.8272 8.02193C18.7347 8.01449 18.6431 8.00897 18.5522 8.0053C18.5333 7.98304 18.5119 7.96174 18.488 7.94166L16.6239 6.37592C16.5052 6.27623 16.4459 6.13816 16.4459 6.00008H18.0001C18.3683 6.00008 18.6667 5.7016 18.6667 5.33341C18.6667 4.96522 18.3683 4.66675 18.0001 4.66675H3.33341ZM14.8773 6.00008H6.45622C6.45622 8.20922 8.34134 10.0001 10.6667 10.0001C12.9922 10.0001 14.8773 8.20922 14.8773 6.00008ZM24.0001 15.3488C24.0001 15.3488 27.4498 15.8352 27.3334 17.3488C27.2487 18.4501 26.438 19.3488 25.3334 19.3488H6.66675C5.56218 19.3488 4.66675 18.4534 4.66675 17.3488C4.66675 16.2442 5.33341 15.3488 6.66675 15.3488H9.33342C9.33342 15.3488 8.95842 14.2238 9.33342 13.3801C9.45842 13.0988 9.66675 12.8488 10.0001 12.6822C10.3899 12.4872 10.7798 12.5203 11.1363 12.6646C11.9991 13.014 12.6667 14.0155 12.6667 14.0155C12.6667 14.0155 13.0855 13.2031 13.8693 12.3091C14.8896 11.1454 16.5283 9.84342 18.6667 10.0155C24.0001 10.4446 24.0001 15.3488 24.0001 15.3488Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.00012 27.9007C7.68126 27.696 7.57201 27.2428 7.7561 26.8883L8.17876 26.0745H7.33341C6.96522 26.0745 6.66675 25.7427 6.66675 25.3334C6.66675 24.9241 6.96522 24.5923 7.33341 24.5923H8.17875L7.7561 23.7785C7.57201 23.4241 7.68126 22.9708 8.00012 22.7662C8.31898 22.5615 8.72671 22.683 8.9108 23.0374L9.33345 23.8512L9.7561 23.0374C9.9402 22.683 10.3479 22.5615 10.6668 22.7662C10.9856 22.9708 11.0949 23.4241 10.9108 23.7785L10.4882 24.5923H11.3334C11.7016 24.5923 12.0001 24.9241 12.0001 25.3334C12.0001 25.7427 11.7016 26.0745 11.3334 26.0745H10.4882L10.9108 26.8883C11.0949 27.2428 10.9856 27.696 10.6668 27.9007C10.3479 28.1053 9.9402 27.9839 9.7561 27.6294L9.33345 26.8156L8.9108 27.6294C8.72671 27.9839 8.31898 28.1053 8.00012 27.9007Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.6668 30.5673C14.3479 30.3627 14.2387 29.9094 14.4228 29.555L14.8454 28.7412H14.0001C13.6319 28.7412 13.3334 28.4094 13.3334 28.0001C13.3334 27.5908 13.6319 27.259 14.0001 27.259H14.8454L14.4228 26.4452C14.2387 26.0907 14.3479 25.6375 14.6668 25.4328C14.9856 25.2282 15.3934 25.3496 15.5775 25.7041L16.0001 26.5179L16.4228 25.7041C16.6069 25.3496 17.0146 25.2282 17.3335 25.4328C17.6523 25.6375 17.7616 26.0907 17.5775 26.4452L17.1548 27.259H18.0001C18.3683 27.259 18.6667 27.5908 18.6667 28.0001C18.6667 28.4094 18.3683 28.7412 18.0001 28.7412H17.1548L17.5775 29.555C17.7616 29.9094 17.6523 30.3627 17.3335 30.5673C17.0146 30.772 16.6069 30.6505 16.4228 30.2961L16.0001 29.4823L15.5775 30.2961C15.3934 30.6505 14.9856 30.772 14.6668 30.5673Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21.3335 27.9007C21.0146 27.696 20.9053 27.2428 21.0894 26.8883L21.5121 26.0745H20.6667C20.2986 26.0745 20.0001 25.7427 20.0001 25.3334C20.0001 24.9241 20.2986 24.5923 20.6667 24.5923H21.5121L21.0894 23.7785C20.9053 23.4241 21.0146 22.9708 21.3335 22.7662C21.6523 22.5615 22.06 22.683 22.2441 23.0374L22.6668 23.8512L23.0894 23.0374C23.2735 22.683 23.6813 22.5615 24.0001 22.7662C24.319 22.9708 24.4282 23.4241 24.2441 23.7785L23.8215 24.5923H24.6667C25.0349 24.5923 25.3334 24.9241 25.3334 25.3334C25.3334 25.7427 25.0349 26.0745 24.6667 26.0745H23.8215L24.2441 26.8883C24.4282 27.2428 24.319 27.696 24.0001 27.9007C23.6813 28.1053 23.2735 27.9839 23.0894 27.6294L22.6668 26.8156L22.2441 27.6294C22.06 27.9839 21.6523 28.1053 21.3335 27.9007Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-snow-showers-polartwilight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSnowShowersPolartwilight",
          "declaration": {
            "name": "ObiSnowShowersPolartwilight",
            "module": "src/icons/icon-snow-showers-polartwilight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-snow-showers-polartwilight",
          "declaration": {
            "name": "ObiSnowShowersPolartwilight",
            "module": "src/icons/icon-snow-showers-polartwilight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-snow.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSnow",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M22 26.5672C21.6811 26.3625 21.5718 25.9093 21.7559 25.5548L22.1786 24.741H21.3333C20.9651 24.741 20.6666 24.4092 20.6666 23.9999C20.6666 23.5906 20.9651 23.2588 21.3333 23.2588H22.1786L21.7559 22.445C21.5718 22.0906 21.6811 21.6373 22 21.4327C22.3188 21.228 22.7265 21.3495 22.9106 21.7039L23.3333 22.5177L23.7559 21.7039C23.94 21.3495 24.3478 21.228 24.6666 21.4327C24.9855 21.6373 25.0947 22.0906 24.9106 22.445L24.488 23.2588H25.3333C25.7014 23.2588 25.9999 23.5906 25.9999 23.9999C25.9999 24.4092 25.7014 24.741 25.3333 24.741H24.488L24.9106 25.5548C25.0947 25.9093 24.9855 26.3625 24.6666 26.5672C24.3478 26.7718 23.94 26.6504 23.7559 26.2959L23.3333 25.4821L22.9106 26.2959C22.7265 26.6504 22.3188 26.7718 22 26.5672Z\" fill=\"currentColor\"/> <path d=\"M14.6666 29.2338C14.3478 29.0292 14.2385 28.5759 14.4226 28.2215L14.8453 27.4077H13.9999C13.6317 27.4077 13.3333 27.0759 13.3333 26.6666C13.3333 26.2573 13.6317 25.9255 13.9999 25.9255H14.8453L14.4226 25.1117C14.2385 24.7572 14.3478 24.304 14.6666 24.0993C14.9855 23.8947 15.3932 24.0161 15.5773 24.3706L16 25.1844L16.4226 24.3706C16.6067 24.0161 17.0144 23.8947 17.3333 24.0993C17.6522 24.304 17.7614 24.7572 17.5773 25.1117L17.1547 25.9255H17.9999C18.3681 25.9255 18.6666 26.2573 18.6666 26.6666C18.6666 27.0759 18.3681 27.4077 17.9999 27.4077H17.1547L17.5773 28.2215C17.7614 28.5759 17.6522 29.0292 17.3333 29.2338C17.0144 29.4385 16.6067 29.317 16.4226 28.9626L16 28.1488L15.5773 28.9626C15.3932 29.317 14.9855 29.4385 14.6666 29.2338Z\" fill=\"currentColor\"/> <path d=\"M6.66662 26.5672C6.34776 26.3625 6.23851 25.9093 6.42261 25.5548L6.84526 24.741H5.99992C5.63173 24.741 5.33325 24.4092 5.33325 23.9999C5.33325 23.5906 5.63173 23.2588 5.99992 23.2588H6.84525L6.42261 22.445C6.23851 22.0906 6.34776 21.6373 6.66662 21.4327C6.98549 21.228 7.39321 21.3495 7.57731 21.7039L7.99996 22.5177L8.42261 21.7039C8.6067 21.3495 9.01443 21.228 9.33329 21.4327C9.65215 21.6373 9.7614 22.0906 9.57731 22.445L9.15466 23.2588H9.99992C10.3681 23.2588 10.6666 23.5906 10.6666 23.9999C10.6666 24.4092 10.3681 24.741 9.99992 24.741H9.15465L9.57731 25.5548C9.7614 25.9093 9.65215 26.3625 9.33329 26.5672C9.01443 26.7718 8.6067 26.6504 8.42261 26.2959L7.99996 25.4821L7.57731 26.2959C7.39321 26.6504 6.98549 26.7718 6.66662 26.5672Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08283 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325ZM11.0542 5.50734C12.5726 2.95032 15.2593 1.33325 18.2391 1.33325C22.243 1.33325 25.6237 4.28953 26.5147 8.19534C28.5969 9.05046 29.9999 11.1904 29.9999 13.5765C29.9999 16.71 27.5585 19.3333 24.4823 19.3333H7.00776C5.5145 19.3333 4.09596 18.7254 3.0612 17.6353C1.95806 16.5395 1.37015 15.059 1.33352 13.4664L1.33325 13.4549V13.3769C1.33325 11.8605 1.89899 10.424 2.91109 9.31116C3.95619 8.16348 5.38193 7.51112 6.92191 7.48775C7.63391 6.25968 8.93634 5.45799 10.4274 5.45799C10.6338 5.45799 10.8431 5.47326 11.0542 5.50734Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M22 26.5672C21.6811 26.3625 21.5718 25.9093 21.7559 25.5548L22.1786 24.741H21.3333C20.9651 24.741 20.6666 24.4092 20.6666 23.9999C20.6666 23.5906 20.9651 23.2588 21.3333 23.2588H22.1786L21.7559 22.445C21.5718 22.0906 21.6811 21.6373 22 21.4327C22.3188 21.228 22.7265 21.3495 22.9106 21.7039L23.3333 22.5177L23.7559 21.7039C23.94 21.3495 24.3478 21.228 24.6666 21.4327C24.9855 21.6373 25.0947 22.0906 24.9106 22.445L24.488 23.2588H25.3333C25.7014 23.2588 25.9999 23.5906 25.9999 23.9999C25.9999 24.4092 25.7014 24.741 25.3333 24.741H24.488L24.9106 25.5548C25.0947 25.9093 24.9855 26.3625 24.6666 26.5672C24.3478 26.7718 23.94 26.6504 23.7559 26.2959L23.3333 25.4821L22.9106 26.2959C22.7265 26.6504 22.3188 26.7718 22 26.5672Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.6666 29.2338C14.3478 29.0292 14.2385 28.5759 14.4226 28.2215L14.8453 27.4077H13.9999C13.6317 27.4077 13.3333 27.0759 13.3333 26.6666C13.3333 26.2573 13.6317 25.9255 13.9999 25.9255H14.8453L14.4226 25.1117C14.2385 24.7572 14.3478 24.304 14.6666 24.0993C14.9855 23.8947 15.3932 24.0161 15.5773 24.3706L16 25.1844L16.4226 24.3706C16.6067 24.0161 17.0144 23.8947 17.3333 24.0993C17.6522 24.304 17.7614 24.7572 17.5773 25.1117L17.1547 25.9255H17.9999C18.3681 25.9255 18.6666 26.2573 18.6666 26.6666C18.6666 27.0759 18.3681 27.4077 17.9999 27.4077H17.1547L17.5773 28.2215C17.7614 28.5759 17.6522 29.0292 17.3333 29.2338C17.0144 29.4385 16.6067 29.317 16.4226 28.9626L16 28.1488L15.5773 28.9626C15.3932 29.317 14.9855 29.4385 14.6666 29.2338Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.66662 26.5672C6.34776 26.3625 6.23851 25.9093 6.42261 25.5548L6.84526 24.741H5.99992C5.63173 24.741 5.33325 24.4092 5.33325 23.9999C5.33325 23.5906 5.63173 23.2588 5.99992 23.2588H6.84525L6.42261 22.445C6.23851 22.0906 6.34776 21.6373 6.66662 21.4327C6.98549 21.228 7.39321 21.3495 7.57731 21.7039L7.99996 22.5177L8.42261 21.7039C8.6067 21.3495 9.01443 21.228 9.33329 21.4327C9.65215 21.6373 9.7614 22.0906 9.57731 22.445L9.15466 23.2588H9.99992C10.3681 23.2588 10.6666 23.5906 10.6666 23.9999C10.6666 24.4092 10.3681 24.741 9.99992 24.741H9.15465L9.57731 25.5548C9.7614 25.9093 9.65215 26.3625 9.33329 26.5672C9.01443 26.7718 8.6067 26.6504 8.42261 26.2959L7.99996 25.4821L7.57731 26.2959C7.39321 26.6504 6.98549 26.7718 6.66662 26.5672Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2391 3.33325C15.7935 3.33325 13.5607 4.78582 12.4613 7.11736L12.0451 7.99982L11.1527 7.60555C10.9177 7.50176 10.6811 7.45799 10.4274 7.45799C9.54935 7.45799 8.78584 8.00763 8.48292 8.85646L8.19898 9.65211L7.36708 9.5051C7.27647 9.48909 7.20203 9.4871 7.00777 9.4871C6.00812 9.4871 5.08283 9.89685 4.39048 10.657C3.70861 11.4069 3.33325 12.3653 3.33325 13.3769V13.4314C3.36163 14.5558 3.77291 15.5276 4.47891 16.2245L4.49162 16.2371L4.50388 16.25C5.1622 16.9481 6.05989 17.3333 7.00776 17.3333H24.4823C26.3629 17.3333 27.9999 15.6987 27.9999 13.5765C27.9999 11.7971 26.8571 10.3217 25.3791 9.91734L24.7565 9.74697L24.6554 9.10942C24.1292 5.79117 21.3735 3.33325 18.2391 3.33325ZM11.0542 5.50734C12.5726 2.95032 15.2593 1.33325 18.2391 1.33325C22.243 1.33325 25.6237 4.28953 26.5147 8.19534C28.5969 9.05046 29.9999 11.1904 29.9999 13.5765C29.9999 16.71 27.5585 19.3333 24.4823 19.3333H7.00776C5.5145 19.3333 4.09596 18.7254 3.0612 17.6353C1.95806 16.5395 1.37015 15.059 1.33352 13.4664L1.33325 13.4549V13.3769C1.33325 11.8605 1.89899 10.424 2.91109 9.31116C3.95619 8.16348 5.38193 7.51112 6.92191 7.48775C7.63391 6.25968 8.93634 5.45799 10.4274 5.45799C10.6338 5.45799 10.8431 5.47326 11.0542 5.50734Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-snow",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSnow",
          "declaration": {
            "name": "ObiSnow",
            "module": "src/icons/icon-snow.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-snow",
          "declaration": {
            "name": "ObiSnow",
            "module": "src/icons/icon-snow.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sog.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSog",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.35986 2H6.35986L10.3599 6L6.35986 10H9.35986L13.3599 6L9.35986 2Z\" fill=\"currentColor\"/> <path d=\"M18.3599 6L14.3599 2H11.3599L15.3599 6L11.3599 10H14.3599L18.3599 6Z\" fill=\"currentColor\"/> <path d=\"M11.3599 14V12H13.3599V14H11.3599Z\" fill=\"currentColor\"/> <path d=\"M11.3599 18V16H13.3599V18H11.3599Z\" fill=\"currentColor\"/> <path d=\"M2.35986 22H22.3599V20H2.35986V22Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.35986 2H6.35986L10.3599 6L6.35986 10H9.35986L13.3599 6L9.35986 2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.3599 6L14.3599 2H11.3599L15.3599 6L11.3599 10H14.3599L18.3599 6Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.3599 14V12H13.3599V14H11.3599Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.3599 18V16H13.3599V18H11.3599Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.35986 22H22.3599V20H2.35986V22Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sog",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSog",
          "declaration": {
            "name": "ObiSog",
            "module": "src/icons/icon-sog.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sog",
          "declaration": {
            "name": "ObiSog",
            "module": "src/icons/icon-sog.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sort-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSortGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 18H9V16H3V18ZM3 6V8H21V6H3ZM3 13H15V11H3V13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 18H9V16H3V18ZM3 6V8H21V6H3ZM3 13H15V11H3V13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sort-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSortGoogle",
          "declaration": {
            "name": "ObiSortGoogle",
            "module": "src/icons/icon-sort-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sort-google",
          "declaration": {
            "name": "ObiSortGoogle",
            "module": "src/icons/icon-sort-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sound-fill.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSoundFill",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.2 16.0002C4.0799 16.0002 3.51984 16.0002 3.09202 15.7822C2.71569 15.5905 2.40973 15.2845 2.21799 14.9082C2 14.4804 2 13.9203 2 12.8002V11.2002C2 10.0801 2 9.52006 2.21799 9.09224C2.40973 8.71592 2.71569 8.40995 3.09202 8.21821C3.51984 8.00022 4.0799 8.00022 5.2 8.00022H8L11.2686 4.73159C12.1254 3.87484 12.5538 3.44646 12.9215 3.41752C13.2407 3.3924 13.5525 3.52158 13.7604 3.76499C14 4.04551 14 4.65133 14 5.86296V18.1375C14 19.3491 14 19.9549 13.7604 20.2355C13.5525 20.4789 13.2407 20.608 12.9215 20.5829C12.5538 20.554 12.1254 20.1256 11.2686 19.2689L8 16.0002H5.2Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 8.53605V15.4643C16.3021 15.2898 16.5807 15.0763 16.8284 14.8286C17.1999 14.4571 17.4945 14.0162 17.6955 13.5309C17.8965 13.0456 18 12.5254 18 12.0002C18 11.4749 17.8965 10.9547 17.6955 10.4694C17.4945 9.98411 17.1999 9.54316 16.8284 9.17172C16.5807 8.92401 16.3021 8.71046 16 8.53605Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.9497 7.0504C17.3827 6.48333 16.723 6.01855 16 5.6756V3.51487C16.1494 3.56768 16.2975 3.62447 16.4442 3.68524C17.5361 4.13753 18.5282 4.80046 19.364 5.63619C20.1997 6.47192 20.8626 7.46407 21.3149 8.556C21.7672 9.64793 22 10.8183 22 12.0002C22 13.182 21.7672 14.3524 21.3149 15.4443C20.8626 16.5362 20.1997 17.5284 19.364 18.3641C18.5282 19.1998 17.5361 19.8628 16.4442 20.3151C16.2975 20.3758 16.1494 20.4326 16 20.4854V18.3247C16.723 17.9818 17.3827 17.517 17.9497 16.9499C18.5998 16.2999 19.1154 15.5282 19.4672 14.6789C19.8189 13.8297 20 12.9194 20 12.0002C20 11.0809 19.8189 10.1706 19.4672 9.32137C19.1154 8.47209 18.5998 7.70041 17.9497 7.0504Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.2 16.0002C4.0799 16.0002 3.51984 16.0002 3.09202 15.7822C2.71569 15.5905 2.40973 15.2845 2.21799 14.9082C2 14.4804 2 13.9203 2 12.8002V11.2002C2 10.0801 2 9.52006 2.21799 9.09224C2.40973 8.71592 2.71569 8.40995 3.09202 8.21821C3.51984 8.00022 4.0799 8.00022 5.2 8.00022H8L11.2686 4.73159C12.1254 3.87484 12.5538 3.44646 12.9215 3.41752C13.2407 3.3924 13.5525 3.52158 13.7604 3.76499C14 4.04551 14 4.65133 14 5.86296V18.1375C14 19.3491 14 19.9549 13.7604 20.2355C13.5525 20.4789 13.2407 20.608 12.9215 20.5829C12.5538 20.554 12.1254 20.1256 11.2686 19.2689L8 16.0002H5.2Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 8.53605V15.4643C16.3021 15.2898 16.5807 15.0763 16.8284 14.8286C17.1999 14.4571 17.4945 14.0162 17.6955 13.5309C17.8965 13.0456 18 12.5254 18 12.0002C18 11.4749 17.8965 10.9547 17.6955 10.4694C17.4945 9.98411 17.1999 9.54316 16.8284 9.17172C16.5807 8.92401 16.3021 8.71046 16 8.53605Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.9497 7.0504C17.3827 6.48333 16.723 6.01855 16 5.6756V3.51487C16.1494 3.56768 16.2975 3.62447 16.4442 3.68524C17.5361 4.13753 18.5282 4.80046 19.364 5.63619C20.1997 6.47192 20.8626 7.46407 21.3149 8.556C21.7672 9.64793 22 10.8183 22 12.0002C22 13.182 21.7672 14.3524 21.3149 15.4443C20.8626 16.5362 20.1997 17.5284 19.364 18.3641C18.5282 19.1998 17.5361 19.8628 16.4442 20.3151C16.2975 20.3758 16.1494 20.4326 16 20.4854V18.3247C16.723 17.9818 17.3827 17.517 17.9497 16.9499C18.5998 16.2999 19.1154 15.5282 19.4672 14.6789C19.8189 13.8297 20 12.9194 20 12.0002C20 11.0809 19.8189 10.1706 19.4672 9.32137C19.1154 8.47209 18.5998 7.70041 17.9497 7.0504Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sound-fill",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSoundFill",
          "declaration": {
            "name": "ObiSoundFill",
            "module": "src/icons/icon-sound-fill.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sound-fill",
          "declaration": {
            "name": "ObiSoundFill",
            "module": "src/icons/icon-sound-fill.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sound-low-fill.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSoundLowFill",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 7.41797V9.76448C16.3344 10.0636 16.5995 10.437 16.7716 10.8525C16.9224 11.2165 17 11.6066 17 12.0005C17 12.3945 16.9224 12.7846 16.7716 13.1486C16.5995 13.5641 16.3344 13.9375 16 14.2366V16.5831C16.5725 16.3332 17.0934 15.9782 17.5355 15.5361C17.9998 15.0718 18.3681 14.5206 18.6194 13.914C18.8707 13.3073 19 12.6572 19 12.0005C19 11.3439 18.8707 10.6938 18.6194 10.0871C18.3681 9.4805 17.9998 8.9293 17.5355 8.46501C17.0934 8.0229 16.5725 7.66784 16 7.41797Z\" fill=\"currentColor\"/> <path d=\"M5.2 15.9999C4.07989 15.9999 3.51984 15.9999 3.09202 15.7819C2.71569 15.5901 2.40973 15.2842 2.21799 14.9078C2 14.48 2 13.92 2 12.7999V11.1999C2 10.0797 2 9.5197 2.21799 9.09187C2.40973 8.71555 2.71569 8.40959 3.09202 8.21784C3.51984 7.99985 4.0799 7.99985 5.2 7.99985H8L11.2686 4.73123C12.1254 3.87447 12.5538 3.4461 12.9215 3.41715C13.2407 3.39204 13.5525 3.52121 13.7604 3.76462C14 4.04515 14 4.65096 14 5.8626V18.1371C14 19.3487 14 19.9546 13.7604 20.2351C13.5525 20.4785 13.2407 20.6077 12.9215 20.5826C12.5538 20.5536 12.1254 20.1252 11.2686 19.2685L8 15.9999H5.2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 7.41797V9.76448C16.3344 10.0636 16.5995 10.437 16.7716 10.8525C16.9224 11.2165 17 11.6066 17 12.0005C17 12.3945 16.9224 12.7846 16.7716 13.1486C16.5995 13.5641 16.3344 13.9375 16 14.2366V16.5831C16.5725 16.3332 17.0934 15.9782 17.5355 15.5361C17.9998 15.0718 18.3681 14.5206 18.6194 13.914C18.8707 13.3073 19 12.6572 19 12.0005C19 11.3439 18.8707 10.6938 18.6194 10.0871C18.3681 9.4805 17.9998 8.9293 17.5355 8.46501C17.0934 8.0229 16.5725 7.66784 16 7.41797Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.2 15.9999C4.07989 15.9999 3.51984 15.9999 3.09202 15.7819C2.71569 15.5901 2.40973 15.2842 2.21799 14.9078C2 14.48 2 13.92 2 12.7999V11.1999C2 10.0797 2 9.5197 2.21799 9.09187C2.40973 8.71555 2.71569 8.40959 3.09202 8.21784C3.51984 7.99985 4.0799 7.99985 5.2 7.99985H8L11.2686 4.73123C12.1254 3.87447 12.5538 3.4461 12.9215 3.41715C13.2407 3.39204 13.5525 3.52121 13.7604 3.76462C14 4.04515 14 4.65096 14 5.8626V18.1371C14 19.3487 14 19.9546 13.7604 20.2351C13.5525 20.4785 13.2407 20.6077 12.9215 20.5826C12.5538 20.5536 12.1254 20.1252 11.2686 19.2685L8 15.9999H5.2Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sound-low-fill",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSoundLowFill",
          "declaration": {
            "name": "ObiSoundLowFill",
            "module": "src/icons/icon-sound-low-fill.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sound-low-fill",
          "declaration": {
            "name": "ObiSoundLowFill",
            "module": "src/icons/icon-sound-low-fill.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sound-low.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSoundLow",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2686 19.2689L8 16.0002H5.2C4.07989 16.0002 3.51984 16.0002 3.09202 15.7822C2.71569 15.5905 2.40973 15.2845 2.21799 14.9082C2 14.4804 2 13.9203 2 12.8002V11.2002C2 10.0801 2 9.52006 2.21799 9.09224C2.40973 8.71592 2.71569 8.40995 3.09202 8.21821C3.51984 8.00022 4.0799 8.00022 5.2 8.00022H8L11.2686 4.73159C12.1254 3.87484 12.5538 3.44646 12.9215 3.41752C13.2407 3.3924 13.5525 3.52158 13.7604 3.76499C14 4.04551 14 4.65133 14 5.86296V18.1375C14 19.3491 14 19.9549 13.7604 20.2355C13.5525 20.4789 13.2407 20.608 12.9215 20.5829C12.5538 20.554 12.1254 20.1256 11.2686 19.2689ZM8.82843 10.0002L12 6.82865V17.1718L8.82843 14.0002H4V10.0002H8.82843Z\" fill=\"currentColor\"/> <path d=\"M16 9.76484V7.41833C16.5725 7.66821 17.0934 8.02327 17.5355 8.46538C17.9998 8.92967 18.3681 9.48087 18.6194 10.0875C18.8707 10.6941 19 11.3443 19 12.0009C19 12.6575 18.8707 13.3077 18.6194 13.9143C18.3681 14.521 17.9998 15.0722 17.5355 15.5364C17.0934 15.9786 16.5725 16.3336 16 16.5835V14.237C16.3344 13.9379 16.5995 13.5644 16.7716 13.149C16.9224 12.785 17 12.3949 17 12.0009C17 11.6069 16.9224 11.2168 16.7716 10.8529C16.5995 10.4374 16.3344 10.0639 16 9.76484Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2686 19.2689L8 16.0002H5.2C4.07989 16.0002 3.51984 16.0002 3.09202 15.7822C2.71569 15.5905 2.40973 15.2845 2.21799 14.9082C2 14.4804 2 13.9203 2 12.8002V11.2002C2 10.0801 2 9.52006 2.21799 9.09224C2.40973 8.71592 2.71569 8.40995 3.09202 8.21821C3.51984 8.00022 4.0799 8.00022 5.2 8.00022H8L11.2686 4.73159C12.1254 3.87484 12.5538 3.44646 12.9215 3.41752C13.2407 3.3924 13.5525 3.52158 13.7604 3.76499C14 4.04551 14 4.65133 14 5.86296V18.1375C14 19.3491 14 19.9549 13.7604 20.2355C13.5525 20.4789 13.2407 20.608 12.9215 20.5829C12.5538 20.554 12.1254 20.1256 11.2686 19.2689ZM8.82843 10.0002L12 6.82865V17.1718L8.82843 14.0002H4V10.0002H8.82843Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16 9.76484V7.41833C16.5725 7.66821 17.0934 8.02327 17.5355 8.46538C17.9998 8.92967 18.3681 9.48087 18.6194 10.0875C18.8707 10.6941 19 11.3443 19 12.0009C19 12.6575 18.8707 13.3077 18.6194 13.9143C18.3681 14.521 17.9998 15.0722 17.5355 15.5364C17.0934 15.9786 16.5725 16.3336 16 16.5835V14.237C16.3344 13.9379 16.5995 13.5644 16.7716 13.149C16.9224 12.785 17 12.3949 17 12.0009C17 11.6069 16.9224 11.2168 16.7716 10.8529C16.5995 10.4374 16.3344 10.0639 16 9.76484Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sound-low",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSoundLow",
          "declaration": {
            "name": "ObiSoundLow",
            "module": "src/icons/icon-sound-low.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sound-low",
          "declaration": {
            "name": "ObiSoundLow",
            "module": "src/icons/icon-sound-low.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sound-muted-fill.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSoundMutedFill",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20.3852 17.1433C20.7544 16.6132 21.0663 16.0436 21.3147 15.4439C21.767 14.352 21.9998 13.1816 21.9998 11.9997C21.9998 10.8178 21.767 9.64752 21.3147 8.55559C20.8624 7.46366 20.1995 6.47151 19.3637 5.63578C18.528 4.80005 17.5359 4.13712 16.4439 3.68483C16.2972 3.62406 16.1491 3.56727 15.9998 3.51446V5.67519C16.7228 6.01814 17.3825 6.48292 17.9495 7.04999C18.5995 7.7 19.1152 8.47168 19.4669 9.32096C19.8187 10.1702 19.9998 11.0805 19.9998 11.9997C19.9998 12.919 19.8187 13.8292 19.4669 14.6785C19.3198 15.0337 19.1441 15.3752 18.9419 15.7L20.3852 17.1433Z\" fill=\"currentColor\"/> <path d=\"M17.3801 14.1383L15.9998 12.7579V8.53564C16.3019 8.71005 16.5805 8.9236 16.8282 9.17131C17.1996 9.54275 17.4943 9.9837 17.6953 10.469C17.8963 10.9543 17.9998 11.4745 17.9998 11.9997C17.9998 12.525 17.8963 13.0452 17.6953 13.5305C17.6076 13.7422 17.5021 13.9455 17.3801 14.1383Z\" fill=\"currentColor\"/> <path d=\"M13.9998 10.7579L9.62073 6.37887L11.2684 4.73118C12.1252 3.87443 12.5535 3.44605 12.9213 3.41711C13.2404 3.39199 13.5523 3.52117 13.7602 3.76458C13.9998 4.0451 13.9998 4.65092 13.9998 5.86255V10.7579Z\" fill=\"currentColor\"/> <path d=\"M1.80718 1.39374L0.393188 2.80772L5.58527 7.99981H5.19979C4.07968 7.99981 3.51963 7.99981 3.0918 8.2178C2.71548 8.40954 2.40952 8.71551 2.21777 9.09183C1.99978 9.51965 1.99978 10.0797 1.99978 11.1998V12.7998C1.99978 13.9199 1.99978 14.48 2.21777 14.9078C2.40952 15.2841 2.71548 15.5901 3.0918 15.7818C3.51963 15.9998 4.07968 15.9998 5.19978 15.9998H7.99978L11.2684 19.2684C12.1252 20.1252 12.5535 20.5536 12.9213 20.5825C13.2404 20.6076 13.5523 20.4785 13.7602 20.235C13.9998 19.9545 13.9998 19.3487 13.9998 18.1371V16.4143L20.1922 22.6067L21.6064 21.1925L1.80718 1.39374Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20.3852 17.1433C20.7544 16.6132 21.0663 16.0436 21.3147 15.4439C21.767 14.352 21.9998 13.1816 21.9998 11.9997C21.9998 10.8178 21.767 9.64752 21.3147 8.55559C20.8624 7.46366 20.1995 6.47151 19.3637 5.63578C18.528 4.80005 17.5359 4.13712 16.4439 3.68483C16.2972 3.62406 16.1491 3.56727 15.9998 3.51446V5.67519C16.7228 6.01814 17.3825 6.48292 17.9495 7.04999C18.5995 7.7 19.1152 8.47168 19.4669 9.32096C19.8187 10.1702 19.9998 11.0805 19.9998 11.9997C19.9998 12.919 19.8187 13.8292 19.4669 14.6785C19.3198 15.0337 19.1441 15.3752 18.9419 15.7L20.3852 17.1433Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.3801 14.1383L15.9998 12.7579V8.53564C16.3019 8.71005 16.5805 8.9236 16.8282 9.17131C17.1996 9.54275 17.4943 9.9837 17.6953 10.469C17.8963 10.9543 17.9998 11.4745 17.9998 11.9997C17.9998 12.525 17.8963 13.0452 17.6953 13.5305C17.6076 13.7422 17.5021 13.9455 17.3801 14.1383Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.9998 10.7579L9.62073 6.37887L11.2684 4.73118C12.1252 3.87443 12.5535 3.44605 12.9213 3.41711C13.2404 3.39199 13.5523 3.52117 13.7602 3.76458C13.9998 4.0451 13.9998 4.65092 13.9998 5.86255V10.7579Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M1.80718 1.39374L0.393188 2.80772L5.58527 7.99981H5.19979C4.07968 7.99981 3.51963 7.99981 3.0918 8.2178C2.71548 8.40954 2.40952 8.71551 2.21777 9.09183C1.99978 9.51965 1.99978 10.0797 1.99978 11.1998V12.7998C1.99978 13.9199 1.99978 14.48 2.21777 14.9078C2.40952 15.2841 2.71548 15.5901 3.0918 15.7818C3.51963 15.9998 4.07968 15.9998 5.19978 15.9998H7.99978L11.2684 19.2684C12.1252 20.1252 12.5535 20.5536 12.9213 20.5825C13.2404 20.6076 13.5523 20.4785 13.7602 20.235C13.9998 19.9545 13.9998 19.3487 13.9998 18.1371V16.4143L20.1922 22.6067L21.6064 21.1925L1.80718 1.39374Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sound-muted-fill",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSoundMutedFill",
          "declaration": {
            "name": "ObiSoundMutedFill",
            "module": "src/icons/icon-sound-muted-fill.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sound-muted-fill",
          "declaration": {
            "name": "ObiSoundMutedFill",
            "module": "src/icons/icon-sound-muted-fill.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sound-muted.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSoundMuted",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.80718 1.39374L0.393188 2.80772L5.5855 8.00004H5.19963C4.07953 8.00004 3.51948 8.00004 3.09165 8.21803C2.71533 8.40977 2.40937 8.71573 2.21762 9.09206C1.99963 9.51988 1.99963 10.0799 1.99963 11.2V12.8C1.99963 13.9201 1.99963 14.4802 2.21762 14.908C2.40937 15.2843 2.71533 15.5903 3.09165 15.7821C3.51948 16 4.07953 16 5.19963 16H7.99963L11.2683 19.2687C12.125 20.1254 12.5534 20.5538 12.9212 20.5827C13.2403 20.6079 13.5521 20.4787 13.76 20.2353C13.9996 19.9547 13.9996 19.3489 13.9996 18.1373V16.4142L20.1922 22.6067L21.6064 21.1925L13.9996 13.5859V5.86278C13.9996 4.65115 13.9996 4.04533 13.76 3.7648C13.5521 3.52139 13.2403 3.39222 12.9212 3.41733C12.5534 3.44628 12.125 3.87466 11.2683 4.73141L8.20663 7.79304L1.80718 1.39374ZM7.5855 10H3.99963C3.99963 10 3.99963 12.4379 3.99963 14H8.82806L11.9996 17.1716V14.4142L7.5855 10ZM11.9996 11.586L9.62086 9.20724L11.9996 6.82846V11.586Z\" fill=\"currentColor\"/> <path d=\"M20.3852 17.1433C20.7544 16.6132 21.0663 16.0436 21.3147 15.4439C21.767 14.352 21.9998 13.1816 21.9998 11.9997C21.9998 10.8178 21.767 9.64752 21.3147 8.55559C20.8624 7.46366 20.1995 6.47151 19.3637 5.63578C18.528 4.80005 17.5359 4.13712 16.4439 3.68483C16.2972 3.62406 16.1491 3.56727 15.9998 3.51446V5.67519C16.7228 6.01814 17.3825 6.48292 17.9495 7.04999C18.5995 7.7 19.1152 8.47168 19.4669 9.32096C19.8187 10.1702 19.9998 11.0805 19.9998 11.9997C19.9998 12.919 19.8187 13.8292 19.4669 14.6785C19.3198 15.0337 19.1441 15.3752 18.9419 15.7L20.3852 17.1433Z\" fill=\"currentColor\"/> <path d=\"M17.3801 14.1383L15.9998 12.7579V8.53564C16.3019 8.71005 16.5805 8.9236 16.8282 9.17131C17.1996 9.54275 17.4943 9.9837 17.6953 10.469C17.8963 10.9543 17.9998 11.4745 17.9998 11.9997C17.9998 12.525 17.8963 13.0452 17.6953 13.5305C17.6076 13.7422 17.5021 13.9455 17.3801 14.1383Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.80718 1.39374L0.393188 2.80772L5.5855 8.00004H5.19963C4.07953 8.00004 3.51948 8.00004 3.09165 8.21803C2.71533 8.40977 2.40937 8.71573 2.21762 9.09206C1.99963 9.51988 1.99963 10.0799 1.99963 11.2V12.8C1.99963 13.9201 1.99963 14.4802 2.21762 14.908C2.40937 15.2843 2.71533 15.5903 3.09165 15.7821C3.51948 16 4.07953 16 5.19963 16H7.99963L11.2683 19.2687C12.125 20.1254 12.5534 20.5538 12.9212 20.5827C13.2403 20.6079 13.5521 20.4787 13.76 20.2353C13.9996 19.9547 13.9996 19.3489 13.9996 18.1373V16.4142L20.1922 22.6067L21.6064 21.1925L13.9996 13.5859V5.86278C13.9996 4.65115 13.9996 4.04533 13.76 3.7648C13.5521 3.52139 13.2403 3.39222 12.9212 3.41733C12.5534 3.44628 12.125 3.87466 11.2683 4.73141L8.20663 7.79304L1.80718 1.39374ZM7.5855 10H3.99963C3.99963 10 3.99963 12.4379 3.99963 14H8.82806L11.9996 17.1716V14.4142L7.5855 10ZM11.9996 11.586L9.62086 9.20724L11.9996 6.82846V11.586Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.3852 17.1433C20.7544 16.6132 21.0663 16.0436 21.3147 15.4439C21.767 14.352 21.9998 13.1816 21.9998 11.9997C21.9998 10.8178 21.767 9.64752 21.3147 8.55559C20.8624 7.46366 20.1995 6.47151 19.3637 5.63578C18.528 4.80005 17.5359 4.13712 16.4439 3.68483C16.2972 3.62406 16.1491 3.56727 15.9998 3.51446V5.67519C16.7228 6.01814 17.3825 6.48292 17.9495 7.04999C18.5995 7.7 19.1152 8.47168 19.4669 9.32096C19.8187 10.1702 19.9998 11.0805 19.9998 11.9997C19.9998 12.919 19.8187 13.8292 19.4669 14.6785C19.3198 15.0337 19.1441 15.3752 18.9419 15.7L20.3852 17.1433Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.3801 14.1383L15.9998 12.7579V8.53564C16.3019 8.71005 16.5805 8.9236 16.8282 9.17131C17.1996 9.54275 17.4943 9.9837 17.6953 10.469C17.8963 10.9543 17.9998 11.4745 17.9998 11.9997C17.9998 12.525 17.8963 13.0452 17.6953 13.5305C17.6076 13.7422 17.5021 13.9455 17.3801 14.1383Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sound-muted",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSoundMuted",
          "declaration": {
            "name": "ObiSoundMuted",
            "module": "src/icons/icon-sound-muted.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sound-muted",
          "declaration": {
            "name": "ObiSoundMuted",
            "module": "src/icons/icon-sound-muted.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sound-no-fill.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSoundNoFill",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.2 15.9999C4.0799 15.9999 3.51984 15.9999 3.09202 15.7819C2.71569 15.5901 2.40973 15.2842 2.21799 14.9078C2 14.48 2 13.92 2 12.7999V11.1999C2 10.0797 2 9.5197 2.21799 9.09187C2.40973 8.71555 2.71569 8.40959 3.09202 8.21784C3.51984 7.99985 4.0799 7.99985 5.2 7.99985H8L11.2686 4.73123C12.1254 3.87447 12.5538 3.4461 12.9215 3.41715C13.2407 3.39204 13.5525 3.52121 13.7604 3.76462C14 4.04515 14 4.65096 14 5.8626V18.1371C14 19.3487 14 19.9546 13.7604 20.2351C13.5525 20.4785 13.2407 20.6077 12.9215 20.5826C12.5538 20.5536 12.1254 20.1252 11.2686 19.2685L8 15.9999H5.2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.2 15.9999C4.0799 15.9999 3.51984 15.9999 3.09202 15.7819C2.71569 15.5901 2.40973 15.2842 2.21799 14.9078C2 14.48 2 13.92 2 12.7999V11.1999C2 10.0797 2 9.5197 2.21799 9.09187C2.40973 8.71555 2.71569 8.40959 3.09202 8.21784C3.51984 7.99985 4.0799 7.99985 5.2 7.99985H8L11.2686 4.73123C12.1254 3.87447 12.5538 3.4461 12.9215 3.41715C13.2407 3.39204 13.5525 3.52121 13.7604 3.76462C14 4.04515 14 4.65096 14 5.8626V18.1371C14 19.3487 14 19.9546 13.7604 20.2351C13.5525 20.4785 13.2407 20.6077 12.9215 20.5826C12.5538 20.5536 12.1254 20.1252 11.2686 19.2685L8 15.9999H5.2Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sound-no-fill",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSoundNoFill",
          "declaration": {
            "name": "ObiSoundNoFill",
            "module": "src/icons/icon-sound-no-fill.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sound-no-fill",
          "declaration": {
            "name": "ObiSoundNoFill",
            "module": "src/icons/icon-sound-no-fill.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sound-no.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSoundNo",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2686 19.2685L8 15.9999H5.2C4.07989 15.9999 3.51984 15.9999 3.09202 15.7819C2.71569 15.5901 2.40973 15.2842 2.21799 14.9078C2 14.48 2 13.92 2 12.7999V11.1999C2 10.0797 2 9.5197 2.21799 9.09187C2.40973 8.71555 2.71569 8.40959 3.09202 8.21784C3.51984 7.99985 4.0799 7.99985 5.2 7.99985H8L11.2686 4.73123C12.1254 3.87447 12.5538 3.4461 12.9215 3.41715C13.2407 3.39204 13.5525 3.52121 13.7604 3.76462C14 4.04515 14 4.65096 14 5.8626V18.1371C14 19.3487 14 19.9546 13.7604 20.2351C13.5525 20.4785 13.2407 20.6077 12.9215 20.5826C12.5538 20.5536 12.1254 20.1252 11.2686 19.2685ZM8.82843 9.99985L12 6.82828V17.1714L8.82843 13.9999H4V9.99985H8.82843Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2686 19.2685L8 15.9999H5.2C4.07989 15.9999 3.51984 15.9999 3.09202 15.7819C2.71569 15.5901 2.40973 15.2842 2.21799 14.9078C2 14.48 2 13.92 2 12.7999V11.1999C2 10.0797 2 9.5197 2.21799 9.09187C2.40973 8.71555 2.71569 8.40959 3.09202 8.21784C3.51984 7.99985 4.0799 7.99985 5.2 7.99985H8L11.2686 4.73123C12.1254 3.87447 12.5538 3.4461 12.9215 3.41715C13.2407 3.39204 13.5525 3.52121 13.7604 3.76462C14 4.04515 14 4.65096 14 5.8626V18.1371C14 19.3487 14 19.9546 13.7604 20.2351C13.5525 20.4785 13.2407 20.6077 12.9215 20.5826C12.5538 20.5536 12.1254 20.1252 11.2686 19.2685ZM8.82843 9.99985L12 6.82828V17.1714L8.82843 13.9999H4V9.99985H8.82843Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sound-no",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSoundNo",
          "declaration": {
            "name": "ObiSoundNo",
            "module": "src/icons/icon-sound-no.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sound-no",
          "declaration": {
            "name": "ObiSoundNo",
            "module": "src/icons/icon-sound-no.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sound-unavailable-fill.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSoundUnavailableFill",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.19963 16C4.07953 16 3.51948 16 3.09165 15.7821C2.71533 15.5903 2.40937 15.2843 2.21762 14.908C1.99963 14.4802 1.99963 13.9201 1.99963 12.8V11.2C1.99963 10.0799 1.99963 9.51988 2.21762 9.09206C2.40937 8.71573 2.71533 8.40977 3.09165 8.21802C3.51948 8.00004 4.07953 8.00004 5.19963 8.00004H7.99963L11.2683 4.73141C12.125 3.87466 12.5534 3.44628 12.9212 3.41733C13.2403 3.39222 13.5521 3.52139 13.76 3.7648C13.9996 4.04533 13.9996 4.65115 13.9996 5.86278V18.1373C13.9996 19.3489 13.9996 19.9547 13.76 20.2353C13.5521 20.4787 13.2403 20.6079 12.9212 20.5827C12.5534 20.5538 12.125 20.1254 11.2683 19.2687L7.99963 16H5.19963Z\" fill=\"currentColor\"/> <path d=\"M14.9996 14.6L16.3996 16L18.9996 13.4L21.5996 16L22.9996 14.6L20.3996 12L22.9996 9.40004L21.5996 8.00004L18.9996 10.6L16.3996 8.00004L14.9996 9.40004L17.5996 12L14.9996 14.6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.19963 16C4.07953 16 3.51948 16 3.09165 15.7821C2.71533 15.5903 2.40937 15.2843 2.21762 14.908C1.99963 14.4802 1.99963 13.9201 1.99963 12.8V11.2C1.99963 10.0799 1.99963 9.51988 2.21762 9.09206C2.40937 8.71573 2.71533 8.40977 3.09165 8.21802C3.51948 8.00004 4.07953 8.00004 5.19963 8.00004H7.99963L11.2683 4.73141C12.125 3.87466 12.5534 3.44628 12.9212 3.41733C13.2403 3.39222 13.5521 3.52139 13.76 3.7648C13.9996 4.04533 13.9996 4.65115 13.9996 5.86278V18.1373C13.9996 19.3489 13.9996 19.9547 13.76 20.2353C13.5521 20.4787 13.2403 20.6079 12.9212 20.5827C12.5534 20.5538 12.125 20.1254 11.2683 19.2687L7.99963 16H5.19963Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.9996 14.6L16.3996 16L18.9996 13.4L21.5996 16L22.9996 14.6L20.3996 12L22.9996 9.40004L21.5996 8.00004L18.9996 10.6L16.3996 8.00004L14.9996 9.40004L17.5996 12L14.9996 14.6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sound-unavailable-fill",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSoundUnavailableFill",
          "declaration": {
            "name": "ObiSoundUnavailableFill",
            "module": "src/icons/icon-sound-unavailable-fill.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sound-unavailable-fill",
          "declaration": {
            "name": "ObiSoundUnavailableFill",
            "module": "src/icons/icon-sound-unavailable-fill.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sound-unavailable.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSoundUnavailable",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2683 19.2687L7.99963 16H5.19963C4.07953 16 3.51948 16 3.09165 15.7821C2.71533 15.5903 2.40937 15.2843 2.21762 14.908C1.99963 14.4802 1.99963 13.9201 1.99963 12.8V11.2C1.99963 10.0799 1.99963 9.51988 2.21762 9.09206C2.40937 8.71573 2.71533 8.40977 3.09165 8.21802C3.51948 8.00004 4.07953 8.00004 5.19963 8.00004H7.99963L11.2683 4.73141C12.125 3.87466 12.5534 3.44628 12.9212 3.41733C13.2403 3.39222 13.5521 3.52139 13.76 3.7648C13.9996 4.04533 13.9996 4.65115 13.9996 5.86278V18.1373C13.9996 19.3489 13.9996 19.9547 13.76 20.2353C13.5521 20.4787 13.2403 20.6079 12.9212 20.5827C12.5534 20.5538 12.125 20.1254 11.2683 19.2687ZM8.82806 10L11.9996 6.82846V17.1716L8.82806 14H3.99963V10H8.82806Z\" fill=\"currentColor\"/> <path d=\"M16.3996 16.0002L14.9996 14.6002L17.5996 12.0002L14.9996 9.40018L16.3996 8.00018L18.9996 10.6002L21.5996 8.00018L22.9996 9.40018L20.3996 12.0002L22.9996 14.6002L21.5996 16.0002L18.9996 13.4002L16.3996 16.0002Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2683 19.2687L7.99963 16H5.19963C4.07953 16 3.51948 16 3.09165 15.7821C2.71533 15.5903 2.40937 15.2843 2.21762 14.908C1.99963 14.4802 1.99963 13.9201 1.99963 12.8V11.2C1.99963 10.0799 1.99963 9.51988 2.21762 9.09206C2.40937 8.71573 2.71533 8.40977 3.09165 8.21802C3.51948 8.00004 4.07953 8.00004 5.19963 8.00004H7.99963L11.2683 4.73141C12.125 3.87466 12.5534 3.44628 12.9212 3.41733C13.2403 3.39222 13.5521 3.52139 13.76 3.7648C13.9996 4.04533 13.9996 4.65115 13.9996 5.86278V18.1373C13.9996 19.3489 13.9996 19.9547 13.76 20.2353C13.5521 20.4787 13.2403 20.6079 12.9212 20.5827C12.5534 20.5538 12.125 20.1254 11.2683 19.2687ZM8.82806 10L11.9996 6.82846V17.1716L8.82806 14H3.99963V10H8.82806Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.3996 16.0002L14.9996 14.6002L17.5996 12.0002L14.9996 9.40018L16.3996 8.00018L18.9996 10.6002L21.5996 8.00018L22.9996 9.40018L20.3996 12.0002L22.9996 14.6002L21.5996 16.0002L18.9996 13.4002L16.3996 16.0002Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sound-unavailable",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSoundUnavailable",
          "declaration": {
            "name": "ObiSoundUnavailable",
            "module": "src/icons/icon-sound-unavailable.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sound-unavailable",
          "declaration": {
            "name": "ObiSoundUnavailable",
            "module": "src/icons/icon-sound-unavailable.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sound.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSound",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2686 19.2685L8 15.9999H5.2C4.07989 15.9999 3.51984 15.9999 3.09202 15.7819C2.71569 15.5901 2.40973 15.2842 2.21799 14.9078C2 14.48 2 13.92 2 12.7999V11.1999C2 10.0797 2 9.5197 2.21799 9.09187C2.40973 8.71555 2.71569 8.40959 3.09202 8.21784C3.51984 7.99985 4.0799 7.99985 5.2 7.99985H8L11.2686 4.73123C12.1254 3.87447 12.5538 3.4461 12.9215 3.41715C13.2407 3.39204 13.5525 3.52121 13.7604 3.76462C14 4.04515 14 4.65096 14 5.8626V18.1371C14 19.3487 14 19.9546 13.7604 20.2351C13.5525 20.4785 13.2407 20.6077 12.9215 20.5826C12.5538 20.5536 12.1254 20.1252 11.2686 19.2685ZM8.82843 9.99985L12 6.82828V17.1714L8.82843 13.9999H4V9.99985H8.82843Z\" fill=\"currentColor\"/> <path d=\"M16 5.67537C16.723 6.01833 17.3827 6.48311 17.9497 7.05018C18.5998 7.70019 19.1154 8.47187 19.4672 9.32115C19.8189 10.1704 20 11.0807 20 11.9999C20 12.9192 19.8189 13.8294 19.4672 14.6787C19.1154 15.528 18.5998 16.2997 17.9497 16.9497C17.3827 17.5167 16.723 17.9815 16 18.3245V20.4852C16.1494 20.4324 16.2975 20.3756 16.4442 20.3148C17.5361 19.8626 18.5282 19.1996 19.364 18.3639C20.1997 17.5282 20.8626 16.536 21.3149 15.4441C21.7672 14.3522 22 13.1818 22 11.9999C22 10.818 21.7672 9.64771 21.3149 8.55578C20.8626 7.46385 20.1997 6.4717 19.364 5.63597C18.5282 4.80024 17.5361 4.13731 16.4442 3.68501C16.2975 3.62425 16.1494 3.56745 16 3.51465V5.67537Z\" fill=\"currentColor\"/> <path d=\"M16 15.464V8.53583C16.3021 8.71024 16.5807 8.92379 16.8284 9.1715C17.1999 9.54294 17.4945 9.98389 17.6955 10.4692C17.8965 10.9545 18 11.4746 18 11.9999C18 12.5252 17.8965 13.0454 17.6955 13.5307C17.4945 14.016 17.1999 14.4569 16.8284 14.8284C16.5807 15.0761 16.3021 15.2896 16 15.464Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2686 19.2685L8 15.9999H5.2C4.07989 15.9999 3.51984 15.9999 3.09202 15.7819C2.71569 15.5901 2.40973 15.2842 2.21799 14.9078C2 14.48 2 13.92 2 12.7999V11.1999C2 10.0797 2 9.5197 2.21799 9.09187C2.40973 8.71555 2.71569 8.40959 3.09202 8.21784C3.51984 7.99985 4.0799 7.99985 5.2 7.99985H8L11.2686 4.73123C12.1254 3.87447 12.5538 3.4461 12.9215 3.41715C13.2407 3.39204 13.5525 3.52121 13.7604 3.76462C14 4.04515 14 4.65096 14 5.8626V18.1371C14 19.3487 14 19.9546 13.7604 20.2351C13.5525 20.4785 13.2407 20.6077 12.9215 20.5826C12.5538 20.5536 12.1254 20.1252 11.2686 19.2685ZM8.82843 9.99985L12 6.82828V17.1714L8.82843 13.9999H4V9.99985H8.82843Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16 5.67537C16.723 6.01833 17.3827 6.48311 17.9497 7.05018C18.5998 7.70019 19.1154 8.47187 19.4672 9.32115C19.8189 10.1704 20 11.0807 20 11.9999C20 12.9192 19.8189 13.8294 19.4672 14.6787C19.1154 15.528 18.5998 16.2997 17.9497 16.9497C17.3827 17.5167 16.723 17.9815 16 18.3245V20.4852C16.1494 20.4324 16.2975 20.3756 16.4442 20.3148C17.5361 19.8626 18.5282 19.1996 19.364 18.3639C20.1997 17.5282 20.8626 16.536 21.3149 15.4441C21.7672 14.3522 22 13.1818 22 11.9999C22 10.818 21.7672 9.64771 21.3149 8.55578C20.8626 7.46385 20.1997 6.4717 19.364 5.63597C18.5282 4.80024 17.5361 4.13731 16.4442 3.68501C16.2975 3.62425 16.1494 3.56745 16 3.51465V5.67537Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16 15.464V8.53583C16.3021 8.71024 16.5807 8.92379 16.8284 9.1715C17.1999 9.54294 17.4945 9.98389 17.6955 10.4692C17.8965 10.9545 18 11.4746 18 11.9999C18 12.5252 17.8965 13.0454 17.6955 13.5307C17.4945 14.016 17.1999 14.4569 16.8284 14.8284C16.5807 15.0761 16.3021 15.2896 16 15.464Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sound",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSound",
          "declaration": {
            "name": "ObiSound",
            "module": "src/icons/icon-sound.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sound",
          "declaration": {
            "name": "ObiSound",
            "module": "src/icons/icon-sound.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sources-01-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSources01Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 21C16.6326 21 20.4476 17.5 20.9451 13L3.05493 13C3.55238 17.5 7.36745 21 12 21Z\" fill=\"currentColor\"/> <path d=\"M12 3C16.6326 3 20.4476 6.50005 20.9451 11L3.05493 11C3.55238 6.50005 7.36745 3 12 3Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM20.9451 13C20.4476 17.5 16.6326 21 12 21C7.36745 21 3.55237 17.5 3.05493 13L20.9451 13ZM20.9451 11C20.4476 6.50005 16.6326 3 12 3C7.36745 3 3.55237 6.50005 3.05493 11L20.9451 11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 21C16.6326 21 20.4476 17.5 20.9451 13L3.05493 13C3.55238 17.5 7.36745 21 12 21Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M12 3C16.6326 3 20.4476 6.50005 20.9451 11L3.05493 11C3.55238 6.50005 7.36745 3 12 3Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM20.9451 13C20.4476 17.5 16.6326 21 12 21C7.36745 21 3.55237 17.5 3.05493 13L20.9451 13ZM20.9451 11C20.4476 6.50005 16.6326 3 12 3C7.36745 3 3.55237 6.50005 3.05493 11L20.9451 11Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sources-01-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSources01Off",
          "declaration": {
            "name": "ObiSources01Off",
            "module": "src/icons/icon-sources-01-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sources-01-off",
          "declaration": {
            "name": "ObiSources01Off",
            "module": "src/icons/icon-sources-01-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sources-01-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSources01On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 21C16.6326 21 20.4476 17.5 20.9451 13L3.05493 13C3.55238 17.5 7.36745 21 12 21Z\" fill=\"currentColor\"/> <path d=\"M12 3C16.6326 3 20.4476 6.50005 20.9451 11L3.05493 11C3.55238 6.50005 7.36745 3 12 3Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM20.9451 13C20.4476 17.5 16.6326 21 12 21C7.36745 21 3.55237 17.5 3.05493 13L20.9451 13ZM20.9451 11C20.4476 6.50005 16.6326 3 12 3C7.36745 3 3.55237 6.50005 3.05493 11L20.9451 11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 21C16.6326 21 20.4476 17.5 20.9451 13L3.05493 13C3.55238 17.5 7.36745 21 12 21Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M12 3C16.6326 3 20.4476 6.50005 20.9451 11L3.05493 11C3.55238 6.50005 7.36745 3 12 3Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM20.9451 13C20.4476 17.5 16.6326 21 12 21C7.36745 21 3.55237 17.5 3.05493 13L20.9451 13ZM20.9451 11C20.4476 6.50005 16.6326 3 12 3C7.36745 3 3.55237 6.50005 3.05493 11L20.9451 11Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sources-01-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSources01On",
          "declaration": {
            "name": "ObiSources01On",
            "module": "src/icons/icon-sources-01-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sources-01-on",
          "declaration": {
            "name": "ObiSources01On",
            "module": "src/icons/icon-sources-01-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sources-01.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSources01",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM20.9451 13C20.4476 17.5 16.6326 21 12 21C7.36745 21 3.55237 17.5 3.05493 13L20.9451 13ZM20.9451 11C20.4476 6.50005 16.6326 3 12 3C7.36745 3 3.55237 6.50005 3.05493 11L20.9451 11Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM20.9451 13C20.4476 17.5 16.6326 21 12 21C7.36745 21 3.55237 17.5 3.05493 13L20.9451 13ZM20.9451 11C20.4476 6.50005 16.6326 3 12 3C7.36745 3 3.55237 6.50005 3.05493 11L20.9451 11Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sources-01",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSources01",
          "declaration": {
            "name": "ObiSources01",
            "module": "src/icons/icon-sources-01.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sources-01",
          "declaration": {
            "name": "ObiSources01",
            "module": "src/icons/icon-sources-01.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sources-02-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSources02Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21 12C21 16.6326 17.5 20.4476 13 20.9451V3.05493C17.5 3.55238 21 7.36745 21 12Z\" fill=\"currentColor\"/> <path d=\"M11 3.05493L11 20.9451C6.50005 20.4476 3 16.6326 3 12C3 7.36745 6.50005 3.55238 11 3.05493Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM13 20.9451C17.5 20.4476 21 16.6326 21 12C21 7.36745 17.5 3.55237 13 3.05493V20.9451ZM11 20.9451L11 3.05493C6.50005 3.55237 3 7.36745 3 12C3 16.6326 6.50005 20.4476 11 20.9451Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21 12C21 16.6326 17.5 20.4476 13 20.9451V3.05493C17.5 3.55238 21 7.36745 21 12Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M11 3.05493L11 20.9451C6.50005 20.4476 3 16.6326 3 12C3 7.36745 6.50005 3.55238 11 3.05493Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM13 20.9451C17.5 20.4476 21 16.6326 21 12C21 7.36745 17.5 3.55237 13 3.05493V20.9451ZM11 20.9451L11 3.05493C6.50005 3.55237 3 7.36745 3 12C3 16.6326 6.50005 20.4476 11 20.9451Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sources-02-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSources02Off",
          "declaration": {
            "name": "ObiSources02Off",
            "module": "src/icons/icon-sources-02-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sources-02-off",
          "declaration": {
            "name": "ObiSources02Off",
            "module": "src/icons/icon-sources-02-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sources-02-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSources02On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21 12C21 16.6326 17.5 20.4476 13 20.9451V3.05493C17.5 3.55238 21 7.36745 21 12Z\" fill=\"currentColor\"/> <path d=\"M11 3.05493L11 20.9451C6.50005 20.4476 3 16.6326 3 12C3 7.36745 6.50005 3.55238 11 3.05493Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM13 20.9451C17.5 20.4476 21 16.6326 21 12C21 7.36745 17.5 3.55237 13 3.05493V20.9451ZM11 20.9451L11 3.05493C6.50005 3.55237 3 7.36745 3 12C3 16.6326 6.50005 20.4476 11 20.9451Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21 12C21 16.6326 17.5 20.4476 13 20.9451V3.05493C17.5 3.55238 21 7.36745 21 12Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M11 3.05493L11 20.9451C6.50005 20.4476 3 16.6326 3 12C3 7.36745 6.50005 3.55238 11 3.05493Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM13 20.9451C17.5 20.4476 21 16.6326 21 12C21 7.36745 17.5 3.55237 13 3.05493V20.9451ZM11 20.9451L11 3.05493C6.50005 3.55237 3 7.36745 3 12C3 16.6326 6.50005 20.4476 11 20.9451Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sources-02-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSources02On",
          "declaration": {
            "name": "ObiSources02On",
            "module": "src/icons/icon-sources-02-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sources-02-on",
          "declaration": {
            "name": "ObiSources02On",
            "module": "src/icons/icon-sources-02-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sources-02.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSources02",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM13 20.9451C17.5 20.4476 21 16.6326 21 12C21 7.36745 17.5 3.55237 13 3.05493V20.9451ZM11 20.9451L11 3.05493C6.50005 3.55237 3 7.36745 3 12C3 16.6326 6.50005 20.4476 11 20.9451Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM13 20.9451C17.5 20.4476 21 16.6326 21 12C21 7.36745 17.5 3.55237 13 3.05493V20.9451ZM11 20.9451L11 3.05493C6.50005 3.55237 3 7.36745 3 12C3 16.6326 6.50005 20.4476 11 20.9451Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sources-02",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSources02",
          "declaration": {
            "name": "ObiSources02",
            "module": "src/icons/icon-sources-02.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sources-02",
          "declaration": {
            "name": "ObiSources02",
            "module": "src/icons/icon-sources-02.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sources-03-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSources03Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2718)\"> <path d=\"M11.9999 2.82812L3.82837 10.9997L20.1715 10.9997L11.9999 2.82812Z\" fill=\"currentColor\"/> <path d=\"M12 21.1713L3.82837 12.9997L20.1717 12.9997L12 21.1713Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 24.0001L0 12L12 0L24.0001 12.0001L12.0001 24.0001ZM3.82843 11L12 2.82843L20.1716 11L3.82843 11ZM3.82843 13L12.0001 21.1716L20.1717 13L3.82843 13Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2228_2718\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2718)\"> <path d=\"M11.9999 2.82812L3.82837 10.9997L20.1715 10.9997L11.9999 2.82812Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M12 21.1713L3.82837 12.9997L20.1717 12.9997L12 21.1713Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 24.0001L0 12L12 0L24.0001 12.0001L12.0001 24.0001ZM3.82843 11L12 2.82843L20.1716 11L3.82843 11ZM3.82843 13L12.0001 21.1716L20.1717 13L3.82843 13Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </g> <defs> <clipPath id=\"clip0_2228_2718\"> <rect width=\"24\" height=\"24\" fill=\"none\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sources-03-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSources03Off",
          "declaration": {
            "name": "ObiSources03Off",
            "module": "src/icons/icon-sources-03-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sources-03-off",
          "declaration": {
            "name": "ObiSources03Off",
            "module": "src/icons/icon-sources-03-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sources-03-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSources03On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2717)\"> <path d=\"M11.9999 2.82812L3.82837 10.9997L20.1715 10.9997L11.9999 2.82812Z\" fill=\"currentColor\"/> <path d=\"M12 21.1713L3.82837 12.9997L20.1717 12.9997L12 21.1713Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 24.0001L0 12L12 0L24.0001 12.0001L12.0001 24.0001ZM3.82843 11L12 2.82843L20.1716 11L3.82843 11ZM3.82843 13L12.0001 21.1716L20.1717 13L3.82843 13Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2228_2717\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2717)\"> <path d=\"M11.9999 2.82812L3.82837 10.9997L20.1715 10.9997L11.9999 2.82812Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M12 21.1713L3.82837 12.9997L20.1717 12.9997L12 21.1713Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 24.0001L0 12L12 0L24.0001 12.0001L12.0001 24.0001ZM3.82843 11L12 2.82843L20.1716 11L3.82843 11ZM3.82843 13L12.0001 21.1716L20.1717 13L3.82843 13Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </g> <defs> <clipPath id=\"clip0_2228_2717\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sources-03-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSources03On",
          "declaration": {
            "name": "ObiSources03On",
            "module": "src/icons/icon-sources-03-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sources-03-on",
          "declaration": {
            "name": "ObiSources03On",
            "module": "src/icons/icon-sources-03-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sources-03.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSources03",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2716)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 24.0001L0 12L12 0L24.0001 12.0001L12.0001 24.0001ZM3.82843 11L12 2.82843L20.1716 11L3.82843 11ZM3.82843 13L12.0001 21.1716L20.1717 13L3.82843 13Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2228_2716\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2716)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 24.0001L0 12L12 0L24.0001 12.0001L12.0001 24.0001ZM3.82843 11L12 2.82843L20.1716 11L3.82843 11ZM3.82843 13L12.0001 21.1716L20.1717 13L3.82843 13Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </g> <defs> <clipPath id=\"clip0_2228_2716\"> <rect width=\"24\" height=\"24\" fill=\"none\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sources-03",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSources03",
          "declaration": {
            "name": "ObiSources03",
            "module": "src/icons/icon-sources-03.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sources-03",
          "declaration": {
            "name": "ObiSources03",
            "module": "src/icons/icon-sources-03.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sources-04-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSources04Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2721)\"> <path d=\"M2.82837 11.9997L10.9999 3.82813L10.9999 20.1713L2.82837 11.9997Z\" fill=\"currentColor\"/> <path d=\"M21.1716 11.9998L12.9999 20.1714L12.9999 3.82812L21.1716 11.9998Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 24.0001L0 12L12 0L24.0001 12.0001L12.0001 24.0001ZM11 3.82843L2.82843 12L11 20.1716L11 3.82843ZM13 20.1717L21.1716 12.0001L13 3.82842L13 20.1717Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2228_2721\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2721)\"> <path d=\"M2.82837 11.9997L10.9999 3.82813L10.9999 20.1713L2.82837 11.9997Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M21.1716 11.9998L12.9999 20.1714L12.9999 3.82812L21.1716 11.9998Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 24.0001L0 12L12 0L24.0001 12.0001L12.0001 24.0001ZM11 3.82843L2.82843 12L11 20.1716L11 3.82843ZM13 20.1717L21.1716 12.0001L13 3.82842L13 20.1717Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </g> <defs> <clipPath id=\"clip0_2228_2721\"> <rect width=\"24\" height=\"24\" fill=\"none\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sources-04-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSources04Off",
          "declaration": {
            "name": "ObiSources04Off",
            "module": "src/icons/icon-sources-04-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sources-04-off",
          "declaration": {
            "name": "ObiSources04Off",
            "module": "src/icons/icon-sources-04-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sources-04-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSources04On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2720)\"> <path d=\"M2.82837 11.9997L10.9999 3.82813L10.9999 20.1713L2.82837 11.9997Z\" fill=\"currentColor\"/> <path d=\"M21.1716 11.9998L12.9999 20.1714L12.9999 3.82812L21.1716 11.9998Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 24.0001L0 12L12 0L24.0001 12.0001L12.0001 24.0001ZM11 3.82843L2.82843 12L11 20.1716L11 3.82843ZM13 20.1717L21.1716 12.0001L13 3.82842L13 20.1717Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2228_2720\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2720)\"> <path d=\"M2.82837 11.9997L10.9999 3.82813L10.9999 20.1713L2.82837 11.9997Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M21.1716 11.9998L12.9999 20.1714L12.9999 3.82812L21.1716 11.9998Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 24.0001L0 12L12 0L24.0001 12.0001L12.0001 24.0001ZM11 3.82843L2.82843 12L11 20.1716L11 3.82843ZM13 20.1717L21.1716 12.0001L13 3.82842L13 20.1717Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </g> <defs> <clipPath id=\"clip0_2228_2720\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sources-04-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSources04On",
          "declaration": {
            "name": "ObiSources04On",
            "module": "src/icons/icon-sources-04-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sources-04-on",
          "declaration": {
            "name": "ObiSources04On",
            "module": "src/icons/icon-sources-04-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sources-04.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSources04",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2719)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 24.0001L0 12L12 0L24.0001 12.0001L12.0001 24.0001ZM11 3.82843L2.82843 12L11 20.1716L11 3.82843ZM13 20.1717L21.1716 12.0001L13 3.82842L13 20.1717Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2228_2719\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2228_2719)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 24.0001L0 12L12 0L24.0001 12.0001L12.0001 24.0001ZM11 3.82843L2.82843 12L11 20.1716L11 3.82843ZM13 20.1717L21.1716 12.0001L13 3.82842L13 20.1717Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </g> <defs> <clipPath id=\"clip0_2228_2719\"> <rect width=\"24\" height=\"24\" fill=\"none\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sources-04",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSources04",
          "declaration": {
            "name": "ObiSources04",
            "module": "src/icons/icon-sources-04.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sources-04",
          "declaration": {
            "name": "ObiSources04",
            "module": "src/icons/icon-sources-04.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sources-05-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSources05Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 4C10.8954 4 10 4.89543 10 6C10 7.10457 10.8954 8 12 8C13.1046 8 14 7.10457 14 6C14 4.89543 13.1046 4 12 4Z\" fill=\"currentColor\"/> <path d=\"M14 18C14 19.1046 13.1046 20 12 20C10.8954 20 10 19.1046 10 18C10 16.8954 10.8954 16 12 16C13.1046 16 14 16.8954 14 18Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V2.12602C14.7252 2.57006 16 4.13616 16 6C16 8.20914 14.2091 10 12 10C9.79086 10 8 8.20914 8 6C8 4.13616 9.27477 2.57006 11 2.12602V0H13ZM10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 18C16 19.8638 14.7252 21.4299 13 21.874V24H11V21.874C9.27477 21.4299 8 19.8638 8 18C8 15.7909 9.79086 14 12 14C14.2091 14 16 15.7909 16 18ZM12 20C13.1046 20 14 19.1046 14 18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18C10 19.1046 10.8954 20 12 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 4C10.8954 4 10 4.89543 10 6C10 7.10457 10.8954 8 12 8C13.1046 8 14 7.10457 14 6C14 4.89543 13.1046 4 12 4Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M14 18C14 19.1046 13.1046 20 12 20C10.8954 20 10 19.1046 10 18C10 16.8954 10.8954 16 12 16C13.1046 16 14 16.8954 14 18Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V2.12602C14.7252 2.57006 16 4.13616 16 6C16 8.20914 14.2091 10 12 10C9.79086 10 8 8.20914 8 6C8 4.13616 9.27477 2.57006 11 2.12602V0H13ZM10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 18C16 19.8638 14.7252 21.4299 13 21.874V24H11V21.874C9.27477 21.4299 8 19.8638 8 18C8 15.7909 9.79086 14 12 14C14.2091 14 16 15.7909 16 18ZM12 20C13.1046 20 14 19.1046 14 18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18C10 19.1046 10.8954 20 12 20Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sources-05-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSources05Off",
          "declaration": {
            "name": "ObiSources05Off",
            "module": "src/icons/icon-sources-05-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sources-05-off",
          "declaration": {
            "name": "ObiSources05Off",
            "module": "src/icons/icon-sources-05-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sources-05-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSources05On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 4C10.8954 4 10 4.89543 10 6C10 7.10457 10.8954 8 12 8C13.1046 8 14 7.10457 14 6C14 4.89543 13.1046 4 12 4Z\" fill=\"currentColor\"/> <path d=\"M14 18C14 19.1046 13.1046 20 12 20C10.8954 20 10 19.1046 10 18C10 16.8954 10.8954 16 12 16C13.1046 16 14 16.8954 14 18Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V2.12602C14.7252 2.57006 16 4.13616 16 6C16 8.20914 14.2091 10 12 10C9.79086 10 8 8.20914 8 6C8 4.13616 9.27477 2.57006 11 2.12602V0H13ZM10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 18C16 19.8638 14.7252 21.4299 13 21.874V24H11V21.874C9.27477 21.4299 8 19.8638 8 18C8 15.7909 9.79086 14 12 14C14.2091 14 16 15.7909 16 18ZM12 20C13.1046 20 14 19.1046 14 18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18C10 19.1046 10.8954 20 12 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 4C10.8954 4 10 4.89543 10 6C10 7.10457 10.8954 8 12 8C13.1046 8 14 7.10457 14 6C14 4.89543 13.1046 4 12 4Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M14 18C14 19.1046 13.1046 20 12 20C10.8954 20 10 19.1046 10 18C10 16.8954 10.8954 16 12 16C13.1046 16 14 16.8954 14 18Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V2.12602C14.7252 2.57006 16 4.13616 16 6C16 8.20914 14.2091 10 12 10C9.79086 10 8 8.20914 8 6C8 4.13616 9.27477 2.57006 11 2.12602V0H13ZM10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 18C16 19.8638 14.7252 21.4299 13 21.874V24H11V21.874C9.27477 21.4299 8 19.8638 8 18C8 15.7909 9.79086 14 12 14C14.2091 14 16 15.7909 16 18ZM12 20C13.1046 20 14 19.1046 14 18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18C10 19.1046 10.8954 20 12 20Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sources-05-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSources05On",
          "declaration": {
            "name": "ObiSources05On",
            "module": "src/icons/icon-sources-05-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sources-05-on",
          "declaration": {
            "name": "ObiSources05On",
            "module": "src/icons/icon-sources-05-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sources-05.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSources05",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V2.12602C14.7252 2.57006 16 4.13616 16 6C16 8.20914 14.2091 10 12 10C9.79086 10 8 8.20914 8 6C8 4.13616 9.27477 2.57006 11 2.12602V0H13ZM10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 18C16 19.8638 14.7252 21.4299 13 21.874V24H11V21.874C9.27477 21.4299 8 19.8638 8 18C8 15.7909 9.79086 14 12 14C14.2091 14 16 15.7909 16 18ZM12 20C13.1046 20 14 19.1046 14 18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18C10 19.1046 10.8954 20 12 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V2.12602C14.7252 2.57006 16 4.13616 16 6C16 8.20914 14.2091 10 12 10C9.79086 10 8 8.20914 8 6C8 4.13616 9.27477 2.57006 11 2.12602V0H13ZM10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 18C16 19.8638 14.7252 21.4299 13 21.874V24H11V21.874C9.27477 21.4299 8 19.8638 8 18C8 15.7909 9.79086 14 12 14C14.2091 14 16 15.7909 16 18ZM12 20C13.1046 20 14 19.1046 14 18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18C10 19.1046 10.8954 20 12 20Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sources-05",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSources05",
          "declaration": {
            "name": "ObiSources05",
            "module": "src/icons/icon-sources-05.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sources-05",
          "declaration": {
            "name": "ObiSources05",
            "module": "src/icons/icon-sources-05.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-speaker-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSpeakerOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM10 15H6V9H10L15 4V20L10 15Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path d=\"M6 9V15H10L15 20V4L10 9H6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM10 15H6V9H10L15 4V20L10 15Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M6 9V15H10L15 20V4L10 9H6Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-speaker-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSpeakerOff",
          "declaration": {
            "name": "ObiSpeakerOff",
            "module": "src/icons/icon-speaker-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-speaker-off",
          "declaration": {
            "name": "ObiSpeakerOff",
            "module": "src/icons/icon-speaker-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-speaker-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSpeakerOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM10 15H6V9H10L15 4V20L10 15Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path d=\"M6 9V15H10L15 20V4L10 9H6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM10 15H6V9H10L15 4V20L10 15Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M6 9V15H10L15 20V4L10 9H6Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-speaker-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSpeakerOn",
          "declaration": {
            "name": "ObiSpeakerOn",
            "module": "src/icons/icon-speaker-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-speaker-on",
          "declaration": {
            "name": "ObiSpeakerOn",
            "module": "src/icons/icon-speaker-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-speaker.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSpeaker",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path d=\"M6 9V15H10L15 20V4L10 9H6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M6 9V15H10L15 20V4L10 9H6Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-speaker",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSpeaker",
          "declaration": {
            "name": "ObiSpeaker",
            "module": "src/icons/icon-speaker.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-speaker",
          "declaration": {
            "name": "ObiSpeaker",
            "module": "src/icons/icon-speaker.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-speed-good.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSpeedGood",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 14C2 9.00924 5.65598 4.87241 10.4358 4.12158C10.2776 4.83217 10.131 5.54553 9.97898 6.25746C6.53919 7.15283 4 10.2799 4 14C4 15.4597 4.38939 16.8247 5.0704 18.001H18.9296C19.6106 16.8247 20 15.4597 20 14C20 10.2799 17.4608 7.15283 14.021 6.25746C13.869 5.54553 13.7224 4.83217 13.5642 4.12158C15.3566 4.40314 16.991 5.16086 18.3338 6.2612C20.5719 8.09511 22 10.8808 22 14C22 16.2516 21.2558 18.3295 20 20.0009L4 20.001C2.74418 18.3295 2 16.2516 2 14Z\" fill=\"currentColor\"/> <path d=\"M12 16C13.1046 16 14 15.1046 14 14C14 13.1349 12.7733 7.49116 12.2413 5.08447C12.1837 4.82404 11.8163 4.82404 11.7587 5.08446C11.2267 7.49116 10 13.1349 10 14C10 15.1046 10.8954 16 12 16Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 14C2 9.00924 5.65598 4.87241 10.4358 4.12158C10.2776 4.83217 10.131 5.54553 9.97898 6.25746C6.53919 7.15283 4 10.2799 4 14C4 15.4597 4.38939 16.8247 5.0704 18.001H18.9296C19.6106 16.8247 20 15.4597 20 14C20 10.2799 17.4608 7.15283 14.021 6.25746C13.869 5.54553 13.7224 4.83217 13.5642 4.12158C15.3566 4.40314 16.991 5.16086 18.3338 6.2612C20.5719 8.09511 22 10.8808 22 14C22 16.2516 21.2558 18.3295 20 20.0009L4 20.001C2.74418 18.3295 2 16.2516 2 14Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 16C13.1046 16 14 15.1046 14 14C14 13.1349 12.7733 7.49116 12.2413 5.08447C12.1837 4.82404 11.8163 4.82404 11.7587 5.08446C11.2267 7.49116 10 13.1349 10 14C10 15.1046 10.8954 16 12 16Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-speed-good",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSpeedGood",
          "declaration": {
            "name": "ObiSpeedGood",
            "module": "src/icons/icon-speed-good.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-speed-good",
          "declaration": {
            "name": "ObiSpeedGood",
            "module": "src/icons/icon-speed-good.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-speed-high.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSpeedHigh",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 6C7.58172 6 4 9.58172 4 14C4 15.4597 4.38939 16.8247 5.0704 18.001H18.9296C19.2607 17.4291 19.5229 16.8125 19.7049 16.1621C20.4224 15.9999 21.139 15.8378 21.8604 15.6747L21.8596 15.6793C21.5887 17.2816 20.9366 18.7543 20 20.001H4C2.74418 18.3295 2 16.2516 2 14C2 8.47715 6.47715 4 12 4C16.9506 4 21.0609 7.59738 21.8596 12.3207L21.8604 12.3253C21.1388 12.1621 20.4221 12 19.7044 11.8377C18.7611 8.46991 15.669 6 12 6Z\" fill=\"currentColor\"/> <path d=\"M10 14C10 15.1046 10.8954 16 12 16C12.8651 16 18.5088 14.7733 20.9155 14.2413C21.176 14.1837 21.176 13.8163 20.9155 13.7587C18.5088 13.2267 12.8651 12 12 12C10.8954 12 10 12.8954 10 14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 6C7.58172 6 4 9.58172 4 14C4 15.4597 4.38939 16.8247 5.0704 18.001H18.9296C19.2607 17.4291 19.5229 16.8125 19.7049 16.1621C20.4224 15.9999 21.139 15.8378 21.8604 15.6747L21.8596 15.6793C21.5887 17.2816 20.9366 18.7543 20 20.001H4C2.74418 18.3295 2 16.2516 2 14C2 8.47715 6.47715 4 12 4C16.9506 4 21.0609 7.59738 21.8596 12.3207L21.8604 12.3253C21.1388 12.1621 20.4221 12 19.7044 11.8377C18.7611 8.46991 15.669 6 12 6Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10 14C10 15.1046 10.8954 16 12 16C12.8651 16 18.5088 14.7733 20.9155 14.2413C21.176 14.1837 21.176 13.8163 20.9155 13.7587C18.5088 13.2267 12.8651 12 12 12C10.8954 12 10 12.8954 10 14Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-speed-high",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSpeedHigh",
          "declaration": {
            "name": "ObiSpeedHigh",
            "module": "src/icons/icon-speed-high.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-speed-high",
          "declaration": {
            "name": "ObiSpeedHigh",
            "module": "src/icons/icon-speed-high.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-speed-low.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSpeedLow",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.8604 6C16.2787 6 19.8604 9.58172 19.8604 14C19.8604 15.4597 19.471 16.8247 18.79 18.001H4.93079C4.59966 17.4291 4.33748 16.8125 4.15548 16.1621C3.43798 15.9999 2.72138 15.8378 2 15.6747L2.00078 15.6793C2.27171 17.2816 2.92375 18.7543 3.86039 20.001H19.8604C21.1162 18.3295 21.8604 16.2516 21.8604 14C21.8604 8.47715 17.3832 4 11.8604 4C6.90981 4 2.79946 7.59738 2.00078 12.3207L2 12.3253C2.72156 12.1621 3.43834 12 4.15602 11.8377C5.09926 8.46991 8.19138 6 11.8604 6Z\" fill=\"currentColor\"/> <path d=\"M13.8604 14C13.8604 15.1046 12.965 16 11.8604 16C10.9953 16 5.35155 14.7733 2.94485 14.2413C2.68443 14.1837 2.68443 13.8163 2.94485 13.7587C5.35155 13.2267 10.9953 12 11.8604 12C12.965 12 13.8604 12.8954 13.8604 14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.8604 6C16.2787 6 19.8604 9.58172 19.8604 14C19.8604 15.4597 19.471 16.8247 18.79 18.001H4.93079C4.59966 17.4291 4.33748 16.8125 4.15548 16.1621C3.43798 15.9999 2.72138 15.8378 2 15.6747L2.00078 15.6793C2.27171 17.2816 2.92375 18.7543 3.86039 20.001H19.8604C21.1162 18.3295 21.8604 16.2516 21.8604 14C21.8604 8.47715 17.3832 4 11.8604 4C6.90981 4 2.79946 7.59738 2.00078 12.3207L2 12.3253C2.72156 12.1621 3.43834 12 4.15602 11.8377C5.09926 8.46991 8.19138 6 11.8604 6Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.8604 14C13.8604 15.1046 12.965 16 11.8604 16C10.9953 16 5.35155 14.7733 2.94485 14.2413C2.68443 14.1837 2.68443 13.8163 2.94485 13.7587C5.35155 13.2267 10.9953 12 11.8604 12C12.965 12 13.8604 12.8954 13.8604 14Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-speed-low",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSpeedLow",
          "declaration": {
            "name": "ObiSpeedLow",
            "module": "src/icons/icon-speed-low.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-speed-low",
          "declaration": {
            "name": "ObiSpeedLow",
            "module": "src/icons/icon-speed-low.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-speed.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSpeed",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 6C7.58172 6 4 9.58172 4 14C4 15.4597 4.38939 16.8247 5.0704 18.001H18.9296C19.6106 16.8247 20 15.4597 20 14C20 12.5344 19.6059 11.1608 18.9179 9.97954C19.3078 9.36537 19.7118 8.72919 20.0944 8.1267C21.293 9.77579 22 11.8053 22 14C22 14.0041 22 14.0081 22 14.0122C22 14.0163 22 14.0203 22 14.0244C22 16.2647 21.2633 18.3329 20.019 20H20.0007L20 20.001H4L3.99927 20H3.98099C2.73667 18.3329 2 16.2647 2 14.0244C2 14.0198 2 14.0153 2.00001 14.0107C2 14.0071 2 14.0036 2 14C2 8.47715 6.47715 4 12 4C14.196 4 16.2266 4.70783 17.8762 5.90778C17.2669 6.29419 16.6384 6.69276 16.0225 7.08332C14.8407 6.39456 13.4664 6 12 6Z\" fill=\"currentColor\"/> <path d=\"M13.4136 15.4141C12.6326 16.1952 11.3662 16.1952 10.5852 15.4141C9.80413 14.6331 9.80413 13.3668 10.5852 12.5857C11.1969 11.974 16.0551 8.85071 18.133 7.52507C18.3579 7.38163 18.6177 7.64147 18.4743 7.86632C17.1486 9.94426 14.0253 14.8024 13.4136 15.4141Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 6C7.58172 6 4 9.58172 4 14C4 15.4597 4.38939 16.8247 5.0704 18.001H18.9296C19.6106 16.8247 20 15.4597 20 14C20 12.5344 19.6059 11.1608 18.9179 9.97954C19.3078 9.36537 19.7118 8.72919 20.0944 8.1267C21.293 9.77579 22 11.8053 22 14C22 14.0041 22 14.0081 22 14.0122C22 14.0163 22 14.0203 22 14.0244C22 16.2647 21.2633 18.3329 20.019 20H20.0007L20 20.001H4L3.99927 20H3.98099C2.73667 18.3329 2 16.2647 2 14.0244C2 14.0198 2 14.0153 2.00001 14.0107C2 14.0071 2 14.0036 2 14C2 8.47715 6.47715 4 12 4C14.196 4 16.2266 4.70783 17.8762 5.90778C17.2669 6.29419 16.6384 6.69276 16.0225 7.08332C14.8407 6.39456 13.4664 6 12 6Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.4136 15.4141C12.6326 16.1952 11.3662 16.1952 10.5852 15.4141C9.80413 14.6331 9.80413 13.3668 10.5852 12.5857C11.1969 11.974 16.0551 8.85071 18.133 7.52507C18.3579 7.38163 18.6177 7.64147 18.4743 7.86632C17.1486 9.94426 14.0253 14.8024 13.4136 15.4141Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-speed",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSpeed",
          "declaration": {
            "name": "ObiSpeed",
            "module": "src/icons/icon-speed.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-speed",
          "declaration": {
            "name": "ObiSpeed",
            "module": "src/icons/icon-speed.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-stabilisation-indicator-ground-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiStabilisationIndicatorGroundIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16 16H14L12 12L10 16H8L12 8L16 16Z\" fill=\"currentColor\"/> <path d=\"M14 22L12 18L10 22H8L12 14L16 22H14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16 16H14L12 12L10 16H8L12 8L16 16Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14 22L12 18L10 22H8L12 14L16 22H14Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-stabilisation-indicator-ground-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiStabilisationIndicatorGroundIec",
          "declaration": {
            "name": "ObiStabilisationIndicatorGroundIec",
            "module": "src/icons/icon-stabilisation-indicator-ground-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-stabilisation-indicator-ground-iec",
          "declaration": {
            "name": "ObiStabilisationIndicatorGroundIec",
            "module": "src/icons/icon-stabilisation-indicator-ground-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-stabilisation-indicator-water-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiStabilisationIndicatorWaterIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 18L14 22H16L12 14L8 22H10L12 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 18L14 22H16L12 14L8 22H10L12 18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-stabilisation-indicator-water-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiStabilisationIndicatorWaterIec",
          "declaration": {
            "name": "ObiStabilisationIndicatorWaterIec",
            "module": "src/icons/icon-stabilisation-indicator-water-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-stabilisation-indicator-water-iec",
          "declaration": {
            "name": "ObiStabilisationIndicatorWaterIec",
            "module": "src/icons/icon-stabilisation-indicator-water-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-standby-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiStandbyIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 2H11V14H13V2Z\" fill=\"currentColor\"/> <path d=\"M4.15372 10.4393C4.4624 8.88745 5.22433 7.46199 6.34315 6.34317L4.92894 4.92896C3.53041 6.32748 2.57801 8.10931 2.19215 10.0491C1.8063 11.9889 2.00433 13.9996 2.76121 15.8269C3.51808 17.6541 4.79981 19.2159 6.4443 20.3147C8.08879 21.4135 10.0222 22 12 22C13.9778 22 15.9112 21.4135 17.5557 20.3147C19.2002 19.2159 20.4819 17.6541 21.2388 15.8269C21.9957 13.9996 22.1937 11.9889 21.8079 10.0491C21.422 8.10931 20.4696 6.32748 19.0711 4.92896L17.6569 6.34317C18.7757 7.46199 19.5376 8.88745 19.8463 10.4393C20.155 11.9911 19.9965 13.5997 19.391 15.0615C18.7855 16.5233 17.7602 17.7727 16.4446 18.6518C15.129 19.5308 13.5823 20 12 20C10.4178 20 8.87103 19.5308 7.55544 18.6518C6.23985 17.7727 5.21447 16.5233 4.60897 15.0615C4.00347 13.5997 3.84504 11.9911 4.15372 10.4393Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 2H11V14H13V2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.15372 10.4393C4.4624 8.88745 5.22433 7.46199 6.34315 6.34317L4.92894 4.92896C3.53041 6.32748 2.57801 8.10931 2.19215 10.0491C1.8063 11.9889 2.00433 13.9996 2.76121 15.8269C3.51808 17.6541 4.79981 19.2159 6.4443 20.3147C8.08879 21.4135 10.0222 22 12 22C13.9778 22 15.9112 21.4135 17.5557 20.3147C19.2002 19.2159 20.4819 17.6541 21.2388 15.8269C21.9957 13.9996 22.1937 11.9889 21.8079 10.0491C21.422 8.10931 20.4696 6.32748 19.0711 4.92896L17.6569 6.34317C18.7757 7.46199 19.5376 8.88745 19.8463 10.4393C20.155 11.9911 19.9965 13.5997 19.391 15.0615C18.7855 16.5233 17.7602 17.7727 16.4446 18.6518C15.129 19.5308 13.5823 20 12 20C10.4178 20 8.87103 19.5308 7.55544 18.6518C6.23985 17.7727 5.21447 16.5233 4.60897 15.0615C4.00347 13.5997 3.84504 11.9911 4.15372 10.4393Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-standby-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiStandbyIec",
          "declaration": {
            "name": "ObiStandbyIec",
            "module": "src/icons/icon-standby-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-standby-iec",
          "declaration": {
            "name": "ObiStandbyIec",
            "module": "src/icons/icon-standby-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-standby.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiStandby",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 19H6V5H10V19Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 19H14V5H18V19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 19H6V5H10V19Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 19H14V5H18V19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-standby",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiStandby",
          "declaration": {
            "name": "ObiStandby",
            "module": "src/icons/icon-standby.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-standby",
          "declaration": {
            "name": "ObiStandby",
            "module": "src/icons/icon-standby.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-star-selected.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiStarSelected",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 2L14.9095 8.99537L22.4616 9.60081L16.7077 14.5296L18.4656 21.8992L12 17.95L5.53431 21.8992L7.29222 14.5296L1.53833 9.60081L9.09041 8.99537L12 2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 2L14.9095 8.99537L22.4616 9.60081L16.7077 14.5296L18.4656 21.8992L12 17.95L5.53431 21.8992L7.29222 14.5296L1.53833 9.60081L9.09041 8.99537L12 2Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-star-selected",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiStarSelected",
          "declaration": {
            "name": "ObiStarSelected",
            "module": "src/icons/icon-star-selected.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-star-selected",
          "declaration": {
            "name": "ObiStarSelected",
            "module": "src/icons/icon-star-selected.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-star.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiStar",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.9095 8.99537L12 2L9.09041 8.99537L1.53833 9.60081L7.29222 14.5296L5.53431 21.8992L12 17.95L18.4656 21.8992L16.7077 14.5296L22.4616 9.60081L14.9095 8.99537ZM18.7468 10.8078L13.8764 10.4174L12 5.90594L10.1235 10.4174L5.2531 10.8078L8.96387 13.9865L7.83017 18.7392L12 16.1923L16.1697 18.7392L15.036 13.9865L18.7468 10.8078Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.9095 8.99537L12 2L9.09041 8.99537L1.53833 9.60081L7.29222 14.5296L5.53431 21.8992L12 17.95L18.4656 21.8992L16.7077 14.5296L22.4616 9.60081L14.9095 8.99537ZM18.7468 10.8078L13.8764 10.4174L12 5.90594L10.1235 10.4174L5.2531 10.8078L8.96387 13.9865L7.83017 18.7392L12 16.1923L16.1697 18.7392L15.036 13.9865L18.7468 10.8078Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-star",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiStar",
          "declaration": {
            "name": "ObiStar",
            "module": "src/icons/icon-star.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-star",
          "declaration": {
            "name": "ObiStar",
            "module": "src/icons/icon-star.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-stw.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiStw",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 7L14 3H11L15 7L11 11H14L18 7Z\" fill=\"currentColor\"/> <path d=\"M6 3H9L13 7L9 11H6L10 7L6 3Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.58291 15.8135C7.85211 16.0987 8.10922 16.3937 8.40666 16.6497C9.39829 17.5034 10.6731 18.1253 12 18.1253C13.3269 18.1253 14.6017 17.5034 15.5933 16.6497C15.8908 16.3937 16.1479 16.0987 16.4171 15.8135C16.7489 16.0789 17.0696 16.3493 17.4229 16.5848C18.7658 17.4801 20.3708 18.1253 22 18.1253V19.8753C20.0688 19.8753 18.1743 19.1592 16.5672 18.1166C15.2832 19.163 13.6748 19.8753 12 19.8753C10.3252 19.8753 8.7168 19.163 7.4328 18.1166C5.82574 19.1592 3.93116 19.8753 2 19.8753V18.1253C3.6292 18.1253 5.23419 17.4801 6.57714 16.5848C6.93011 16.3495 7.25151 16.0786 7.58291 15.8135Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 7L14 3H11L15 7L11 11H14L18 7Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6 3H9L13 7L9 11H6L10 7L6 3Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.58291 15.8135C7.85211 16.0987 8.10922 16.3937 8.40666 16.6497C9.39829 17.5034 10.6731 18.1253 12 18.1253C13.3269 18.1253 14.6017 17.5034 15.5933 16.6497C15.8908 16.3937 16.1479 16.0987 16.4171 15.8135C16.7489 16.0789 17.0696 16.3493 17.4229 16.5848C18.7658 17.4801 20.3708 18.1253 22 18.1253V19.8753C20.0688 19.8753 18.1743 19.1592 16.5672 18.1166C15.2832 19.163 13.6748 19.8753 12 19.8753C10.3252 19.8753 8.7168 19.163 7.4328 18.1166C5.82574 19.1592 3.93116 19.8753 2 19.8753V18.1253C3.6292 18.1253 5.23419 17.4801 6.57714 16.5848C6.93011 16.3495 7.25151 16.0786 7.58291 15.8135Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-stw",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiStw",
          "declaration": {
            "name": "ObiStw",
            "module": "src/icons/icon-stw.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-stw",
          "declaration": {
            "name": "ObiStw",
            "module": "src/icons/icon-stw.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-support-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSupportGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 18H13V16H11V18Z\" fill=\"currentColor\"/> <path d=\"M12 6C9.79 6 8 7.79 8 10H10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 7.79 14.21 6 12 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 18H13V16H11V18Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 6C9.79 6 8 7.79 8 10H10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 7.79 14.21 6 12 6Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-support-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSupportGoogle",
          "declaration": {
            "name": "ObiSupportGoogle",
            "module": "src/icons/icon-support-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-support-google",
          "declaration": {
            "name": "ObiSupportGoogle",
            "module": "src/icons/icon-support-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-surfing.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSurfing",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 3.25C15 2.15 15.9 1.25 17 1.25C18.1 1.25 19 2.15 19 3.25C19 4.35 18.1 5.25 17 5.25C15.9 5.25 15 4.35 15 3.25Z\" fill=\"currentColor\"/> <path d=\"M18 21.2501C18.94 21.7501 19.97 22.0001 21 22.0001H22V20.0001H21C20.3196 20.0001 19.64 19.8463 18.993 19.5606C18.693 19.4314 18.0047 19.0034 18.0047 19.0034C18.0047 19.0034 17.3086 19.4253 17.0086 19.5545C15.7161 20.1104 14.2809 20.1099 12.9885 19.5533C12.6885 19.4241 12.0053 18.9961 12.0053 18.9961C12.0053 18.9961 11.3115 19.4241 11.0115 19.5533C9.71724 20.1108 8.27971 20.1104 6.98565 19.5521C6.6857 19.4229 6.00533 18.9961 6.00533 18.9961C6.00533 18.9961 5.3168 19.4274 5.01684 19.5566C4.36729 19.8449 3.68364 20.0001 3 20.0001H2V22.0001H3C4.03 22.0001 5.05 21.7501 6 21.2501C7.89 22.2501 10.11 22.2501 12 21.2501C13.89 22.2501 16.11 22.2501 18 21.2501Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.43 8.23L12.18 9.75L16 12.75V16.59L17.761 17.6482C17.5309 17.7829 17.1941 17.9747 17.0086 18.0545C15.7208 18.6083 14.2734 18.6068 12.9885 18.0533C12.6885 17.9241 12.0053 17.4961 12.0053 17.4961C12.0053 17.4961 11.3115 17.9241 11.0115 18.0533C10.2858 18.3659 9.5151 18.5031 8.74988 18.4649C8.15032 18.4349 7.55414 18.2973 6.98565 18.0521C6.6857 17.9229 6.00533 17.4961 6.00533 17.4961C6.00533 17.4961 3 15.5 3 13.03C3 12 4.01 11.75 4.85 11.75C5.83 11.75 7.13 12.06 8.55 12.58L8.02 9.48C7.91 8.81 8.2 8.1 8.8 7.69L10.95 6.24L10.4908 6.14654C8.94075 5.83105 7.27479 6.58063 6.24804 7.74436C5.88265 8.15849 5.27782 8.33143 4.79952 8.05528C4.32123 7.77914 4.15203 7.16173 4.49338 6.72757C5.8472 5.00569 7.90979 4.05668 10.0169 4.05851C11.4803 4.05978 13.2708 4.12236 14.5453 4.97558C15.3383 5.50647 15.6923 6.41379 16.15 7.22C16.8528 8.45401 18.0699 9.36077 19.5065 9.65101C20.0478 9.76038 20.5 10.1977 20.5 10.75C20.5 11.3023 20.0499 11.7575 19.5032 11.679C17.3351 11.3675 15.482 10.0557 14.43 8.23ZM10.74 13.5L10.3 10.85L14 13.75V15.25C13.22 14.77 11.66 13.92 10.74 13.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 3.25C15 2.15 15.9 1.25 17 1.25C18.1 1.25 19 2.15 19 3.25C19 4.35 18.1 5.25 17 5.25C15.9 5.25 15 4.35 15 3.25Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 21.2501C18.94 21.7501 19.97 22.0001 21 22.0001H22V20.0001H21C20.3196 20.0001 19.64 19.8463 18.993 19.5606C18.693 19.4314 18.0047 19.0034 18.0047 19.0034C18.0047 19.0034 17.3086 19.4253 17.0086 19.5545C15.7161 20.1104 14.2809 20.1099 12.9885 19.5533C12.6885 19.4241 12.0053 18.9961 12.0053 18.9961C12.0053 18.9961 11.3115 19.4241 11.0115 19.5533C9.71724 20.1108 8.27971 20.1104 6.98565 19.5521C6.6857 19.4229 6.00533 18.9961 6.00533 18.9961C6.00533 18.9961 5.3168 19.4274 5.01684 19.5566C4.36729 19.8449 3.68364 20.0001 3 20.0001H2V22.0001H3C4.03 22.0001 5.05 21.7501 6 21.2501C7.89 22.2501 10.11 22.2501 12 21.2501C13.89 22.2501 16.11 22.2501 18 21.2501Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.43 8.23L12.18 9.75L16 12.75V16.59L17.761 17.6482C17.5309 17.7829 17.1941 17.9747 17.0086 18.0545C15.7208 18.6083 14.2734 18.6068 12.9885 18.0533C12.6885 17.9241 12.0053 17.4961 12.0053 17.4961C12.0053 17.4961 11.3115 17.9241 11.0115 18.0533C10.2858 18.3659 9.5151 18.5031 8.74988 18.4649C8.15032 18.4349 7.55414 18.2973 6.98565 18.0521C6.6857 17.9229 6.00533 17.4961 6.00533 17.4961C6.00533 17.4961 3 15.5 3 13.03C3 12 4.01 11.75 4.85 11.75C5.83 11.75 7.13 12.06 8.55 12.58L8.02 9.48C7.91 8.81 8.2 8.1 8.8 7.69L10.95 6.24L10.4908 6.14654C8.94075 5.83105 7.27479 6.58063 6.24804 7.74436C5.88265 8.15849 5.27782 8.33143 4.79952 8.05528C4.32123 7.77914 4.15203 7.16173 4.49338 6.72757C5.8472 5.00569 7.90979 4.05668 10.0169 4.05851C11.4803 4.05978 13.2708 4.12236 14.5453 4.97558C15.3383 5.50647 15.6923 6.41379 16.15 7.22C16.8528 8.45401 18.0699 9.36077 19.5065 9.65101C20.0478 9.76038 20.5 10.1977 20.5 10.75C20.5 11.3023 20.0499 11.7575 19.5032 11.679C17.3351 11.3675 15.482 10.0557 14.43 8.23ZM10.74 13.5L10.3 10.85L14 13.75V15.25C13.22 14.77 11.66 13.92 10.74 13.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-surfing",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSurfing",
          "declaration": {
            "name": "ObiSurfing",
            "module": "src/icons/icon-surfing.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-surfing",
          "declaration": {
            "name": "ObiSurfing",
            "module": "src/icons/icon-surfing.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-swell.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSwell",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.00001 18.9992C4.33019 18.9992 5.92119 17.6516 7.10391 16.0383C7.94309 14.8936 8.66687 13.4809 9.33801 12.1709C9.58395 11.6909 9.82282 11.2246 10.0577 10.7904C10.9959 9.05622 11.8725 7.815 12.9438 7.28443C13.5744 6.97209 14.4014 6.85316 15.5739 7.26287C15.0308 7.65026 14.6036 8.16181 14.3034 8.76629C13.6644 10.0527 13.658 11.6354 14.0901 13.1057C14.9573 16.057 17.7297 18.9993 22 18.9992L22 16.9992C18.7703 16.9992 16.672 14.7984 16.009 12.5419C15.6759 11.4083 15.7395 10.3709 16.0946 9.65596C16.1621 9.52011 16.2422 9.39104 16.3369 9.27134C17.2934 7.87876 18.7316 7.66487 18.7316 7.66487C18.7316 7.66487 18.0184 6.15599 16.1993 5.36514C14.6475 4.8297 13.2786 4.88673 12.0561 5.4922C10.353 6.33569 9.22157 8.1327 8.29862 9.83878C8.01295 10.3668 7.7443 10.8912 7.48147 11.4043C6.83784 12.6606 6.2291 13.8489 5.49093 14.8558C4.48735 16.2247 3.41982 16.9992 2 16.9992L2.00001 18.9992Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2.00001 18.9992C4.33019 18.9992 5.92119 17.6516 7.10391 16.0383C7.94309 14.8936 8.66687 13.4809 9.33801 12.1709C9.58395 11.6909 9.82282 11.2246 10.0577 10.7904C10.9959 9.05622 11.8725 7.815 12.9438 7.28443C13.5744 6.97209 14.4014 6.85316 15.5739 7.26287C15.0308 7.65026 14.6036 8.16181 14.3034 8.76629C13.6644 10.0527 13.658 11.6354 14.0901 13.1057C14.9573 16.057 17.7297 18.9993 22 18.9992L22 16.9992C18.7703 16.9992 16.672 14.7984 16.009 12.5419C15.6759 11.4083 15.7395 10.3709 16.0946 9.65596C16.1621 9.52011 16.2422 9.39104 16.3369 9.27134C17.2934 7.87876 18.7316 7.66487 18.7316 7.66487C18.7316 7.66487 18.0184 6.15599 16.1993 5.36514C14.6475 4.8297 13.2786 4.88673 12.0561 5.4922C10.353 6.33569 9.22157 8.1327 8.29862 9.83878C8.01295 10.3668 7.7443 10.8912 7.48147 11.4043C6.83784 12.6606 6.2291 13.8489 5.49093 14.8558C4.48735 16.2247 3.41982 16.9992 2 16.9992L2.00001 18.9992Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-swell",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSwell",
          "declaration": {
            "name": "ObiSwell",
            "module": "src/icons/icon-swell.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-swell",
          "declaration": {
            "name": "ObiSwell",
            "module": "src/icons/icon-swell.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-swimming.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSwimming",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.4252 9.52305C15.9085 10.0064 16.5002 10.248 17.2002 10.248C17.9002 10.248 18.4919 10.0064 18.9752 9.52305C19.4585 9.03971 19.7002 8.44805 19.7002 7.74805C19.7002 7.06471 19.4585 6.47705 18.9752 5.98505C18.4919 5.49371 17.9002 5.24805 17.2002 5.24805C16.5002 5.24805 15.9085 5.49371 15.4252 5.98505C14.9419 6.47705 14.7002 7.06471 14.7002 7.74805C14.7002 8.44805 14.9419 9.03971 15.4252 9.52305Z\" fill=\"currentColor\"/> <path d=\"M21 18.7521C19.97 18.7521 18.94 18.5021 18 18.0021C16.11 19.0021 13.89 19.0021 12 18.0021C10.11 19.0021 7.89 19.0021 6 18.0021C5.05 18.5021 4.03 18.7521 3 18.7521H2V16.7521H3C3.68364 16.7521 4.36729 16.5968 5.01684 16.3085C5.3168 16.1793 6.00533 15.748 6.00533 15.748C6.00533 15.748 6.6857 16.1748 6.98565 16.304C8.27971 16.8623 9.71724 16.8627 11.0115 16.3053C11.3115 16.1761 12.0053 15.748 12.0053 15.748C12.0053 15.748 12.6885 16.1761 12.9885 16.3053C14.2809 16.8619 15.7161 16.8623 17.0086 16.3065C17.3086 16.1773 18.0047 15.7554 18.0047 15.7554C18.0047 15.7554 18.6879 16.1834 18.9878 16.3126C19.6348 16.5982 20.3196 16.7521 21 16.7521H22V18.7521H21Z\" fill=\"currentColor\"/> <path d=\"M11.2002 7.24805L18.0045 14.2554C18.0045 14.2554 17.3084 14.6773 17.0084 14.8065C15.7158 15.3623 14.2806 15.3619 12.9883 14.8053C12.6883 14.6761 12.0051 14.248 12.0051 14.248C12.0051 14.248 11.3112 14.6761 11.0113 14.8053C9.717 15.3627 8.27947 15.3623 6.98541 14.804C6.82566 14.7352 6.55799 14.582 6.34267 14.4538L10.7252 10.323L9.7252 9.32305C9.30853 8.90638 8.87953 8.57305 8.4382 8.32305C7.9962 8.07305 7.48353 7.90638 6.9002 7.82305C6.56686 7.77305 6.28353 7.62705 6.0502 7.38505C5.81686 7.14371 5.7002 6.85638 5.7002 6.52305C5.7002 6.15638 5.82953 5.85205 6.0882 5.61005C6.3462 5.36871 6.64186 5.26471 6.9752 5.29805C7.85853 5.38138 8.6252 5.56871 9.2752 5.86005C9.9252 6.15205 10.5669 6.61471 11.2002 7.24805Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15.4252 9.52305C15.9085 10.0064 16.5002 10.248 17.2002 10.248C17.9002 10.248 18.4919 10.0064 18.9752 9.52305C19.4585 9.03971 19.7002 8.44805 19.7002 7.74805C19.7002 7.06471 19.4585 6.47705 18.9752 5.98505C18.4919 5.49371 17.9002 5.24805 17.2002 5.24805C16.5002 5.24805 15.9085 5.49371 15.4252 5.98505C14.9419 6.47705 14.7002 7.06471 14.7002 7.74805C14.7002 8.44805 14.9419 9.03971 15.4252 9.52305Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 18.7521C19.97 18.7521 18.94 18.5021 18 18.0021C16.11 19.0021 13.89 19.0021 12 18.0021C10.11 19.0021 7.89 19.0021 6 18.0021C5.05 18.5021 4.03 18.7521 3 18.7521H2V16.7521H3C3.68364 16.7521 4.36729 16.5968 5.01684 16.3085C5.3168 16.1793 6.00533 15.748 6.00533 15.748C6.00533 15.748 6.6857 16.1748 6.98565 16.304C8.27971 16.8623 9.71724 16.8627 11.0115 16.3053C11.3115 16.1761 12.0053 15.748 12.0053 15.748C12.0053 15.748 12.6885 16.1761 12.9885 16.3053C14.2809 16.8619 15.7161 16.8623 17.0086 16.3065C17.3086 16.1773 18.0047 15.7554 18.0047 15.7554C18.0047 15.7554 18.6879 16.1834 18.9878 16.3126C19.6348 16.5982 20.3196 16.7521 21 16.7521H22V18.7521H21Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.2002 7.24805L18.0045 14.2554C18.0045 14.2554 17.3084 14.6773 17.0084 14.8065C15.7158 15.3623 14.2806 15.3619 12.9883 14.8053C12.6883 14.6761 12.0051 14.248 12.0051 14.248C12.0051 14.248 11.3112 14.6761 11.0113 14.8053C9.717 15.3627 8.27947 15.3623 6.98541 14.804C6.82566 14.7352 6.55799 14.582 6.34267 14.4538L10.7252 10.323L9.7252 9.32305C9.30853 8.90638 8.87953 8.57305 8.4382 8.32305C7.9962 8.07305 7.48353 7.90638 6.9002 7.82305C6.56686 7.77305 6.28353 7.62705 6.0502 7.38505C5.81686 7.14371 5.7002 6.85638 5.7002 6.52305C5.7002 6.15638 5.82953 5.85205 6.0882 5.61005C6.3462 5.36871 6.64186 5.26471 6.9752 5.29805C7.85853 5.38138 8.6252 5.56871 9.2752 5.86005C9.9252 6.15205 10.5669 6.61471 11.2002 7.24805Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-swimming",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSwimming",
          "declaration": {
            "name": "ObiSwimming",
            "module": "src/icons/icon-swimming.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-swimming",
          "declaration": {
            "name": "ObiSwimming",
            "module": "src/icons/icon-swimming.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-switch-01-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSwitch01Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.8564 4.00017C17.1325 4.47846 16.9686 5.09005 16.4904 5.36619L5 12.0001C4.99995 13.1047 4.10454 14.0001 3 14.0001C1.89543 14.0001 1 13.1046 1 12.0001C1 10.8955 1.89543 10.0001 3 10.0001C3.36446 10.0001 3.70614 10.0975 4.00041 10.2679L15.4904 3.63414C15.9686 3.358 16.5802 3.52187 16.8564 4.00017Z\" fill=\"currentColor\"/> <path d=\"M21 10C19.8954 10 19 10.8954 19 12C19 13.1046 19.8954 14 21 14C22.1046 14 23 13.1046 23 12C23 10.8954 22.1046 10 21 10Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9904 6.23238C17.9469 5.6801 18.2747 4.45692 17.7224 3.50033C17.1701 2.54375 15.9469 2.216 14.9904 2.76828L3.93721 9.14982C3.64176 9.0527 3.32646 9.00023 3 9.00023C1.34315 9.00023 0 10.3434 0 12.0002C0 13.6571 1.34315 15.0002 3 15.0002C4.44653 15.0002 5.65394 13.9764 5.93717 12.6139L16.9904 6.23238ZM15.4904 3.63431L4.00041 10.268C3.70614 10.0977 3.36446 10.0002 3 10.0002C1.89543 10.0002 1 10.8957 1 12.0002C1 13.1048 1.89543 14.0002 3 14.0002C4.10454 14.0002 4.99995 13.1048 5 12.0003L16.4904 5.36636C16.9686 5.09022 17.1325 4.47863 16.8564 4.00033C16.5802 3.52204 15.9686 3.35817 15.4904 3.63431Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 12C18 13.6569 19.3431 15 21 15C22.6569 15 24 13.6569 24 12C24 10.3431 22.6569 9 21 9C19.3431 9 18 10.3431 18 12ZM19 12C19 10.8954 19.8954 10 21 10C22.1046 10 23 10.8954 23 12C23 13.1046 22.1046 14 21 14C19.8954 14 19 13.1046 19 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.8564 4.00017C17.1325 4.47846 16.9686 5.09005 16.4904 5.36619L5 12.0001C4.99995 13.1047 4.10454 14.0001 3 14.0001C1.89543 14.0001 1 13.1046 1 12.0001C1 10.8955 1.89543 10.0001 3 10.0001C3.36446 10.0001 3.70614 10.0975 4.00041 10.2679L15.4904 3.63414C15.9686 3.358 16.5802 3.52187 16.8564 4.00017Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M21 10C19.8954 10 19 10.8954 19 12C19 13.1046 19.8954 14 21 14C22.1046 14 23 13.1046 23 12C23 10.8954 22.1046 10 21 10Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9904 6.23238C17.9469 5.6801 18.2747 4.45692 17.7224 3.50033C17.1701 2.54375 15.9469 2.216 14.9904 2.76828L3.93721 9.14982C3.64176 9.0527 3.32646 9.00023 3 9.00023C1.34315 9.00023 0 10.3434 0 12.0002C0 13.6571 1.34315 15.0002 3 15.0002C4.44653 15.0002 5.65394 13.9764 5.93717 12.6139L16.9904 6.23238ZM15.4904 3.63431L4.00041 10.268C3.70614 10.0977 3.36446 10.0002 3 10.0002C1.89543 10.0002 1 10.8957 1 12.0002C1 13.1048 1.89543 14.0002 3 14.0002C4.10454 14.0002 4.99995 13.1048 5 12.0003L16.4904 5.36636C16.9686 5.09022 17.1325 4.47863 16.8564 4.00033C16.5802 3.52204 15.9686 3.35817 15.4904 3.63431Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 12C18 13.6569 19.3431 15 21 15C22.6569 15 24 13.6569 24 12C24 10.3431 22.6569 9 21 9C19.3431 9 18 10.3431 18 12ZM19 12C19 10.8954 19.8954 10 21 10C22.1046 10 23 10.8954 23 12C23 13.1046 22.1046 14 21 14C19.8954 14 19 13.1046 19 12Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-switch-01-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSwitch01Off",
          "declaration": {
            "name": "ObiSwitch01Off",
            "module": "src/icons/icon-switch-01-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-switch-01-off",
          "declaration": {
            "name": "ObiSwitch01Off",
            "module": "src/icons/icon-switch-01-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-switch-01-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSwitch01On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2677 13.0002L4.73238 13.0002C4.38656 13.5979 3.74024 14.0001 3 14.0001C1.89543 14.0001 1 13.1046 1 12.0001C1 10.8955 1.89543 10.0001 3 10.0001C3.74032 10.0001 4.38669 10.4023 4.73249 11.0002L19.2675 11.0002C19.6133 10.4023 20.2597 10 21 10C22.1046 10 23 10.8954 23 12C23 13.1046 22.1046 14 21 14C20.2598 14 19.6135 13.5979 19.2677 13.0002Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.23586 14.0002C4.68738 14.6128 3.88929 15.0001 3 15.0001C1.34315 15.0001 0 13.6569 0 12.0001C0 10.3432 1.34315 9.00006 3 9.00006C3.88938 9.00006 4.68754 9.38741 5.23603 10.0002L18.7639 10.0002C19.3124 9.38737 20.1106 9 21 9C22.6569 9 24 10.3431 24 12C24 13.6569 22.6569 15 21 15C20.1107 15 19.3127 14.6128 18.7642 14.0002L5.23586 14.0002ZM19.2677 13.0002L4.73238 13.0002C4.38656 13.5979 3.74024 14.0001 3 14.0001C1.89543 14.0001 1 13.1046 1 12.0001C1 10.8955 1.89543 10.0001 3 10.0001C3.74032 10.0001 4.38669 10.4023 4.73249 11.0002L19.2675 11.0002C19.6133 10.4023 20.2597 10 21 10C22.1046 10 23 10.8954 23 12C23 13.1046 22.1046 14 21 14C20.2598 14 19.6135 13.5979 19.2677 13.0002Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2677 13.0002L4.73238 13.0002C4.38656 13.5979 3.74024 14.0001 3 14.0001C1.89543 14.0001 1 13.1046 1 12.0001C1 10.8955 1.89543 10.0001 3 10.0001C3.74032 10.0001 4.38669 10.4023 4.73249 11.0002L19.2675 11.0002C19.6133 10.4023 20.2597 10 21 10C22.1046 10 23 10.8954 23 12C23 13.1046 22.1046 14 21 14C20.2598 14 19.6135 13.5979 19.2677 13.0002Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.23586 14.0002C4.68738 14.6128 3.88929 15.0001 3 15.0001C1.34315 15.0001 0 13.6569 0 12.0001C0 10.3432 1.34315 9.00006 3 9.00006C3.88938 9.00006 4.68754 9.38741 5.23603 10.0002L18.7639 10.0002C19.3124 9.38737 20.1106 9 21 9C22.6569 9 24 10.3431 24 12C24 13.6569 22.6569 15 21 15C20.1107 15 19.3127 14.6128 18.7642 14.0002L5.23586 14.0002ZM19.2677 13.0002L4.73238 13.0002C4.38656 13.5979 3.74024 14.0001 3 14.0001C1.89543 14.0001 1 13.1046 1 12.0001C1 10.8955 1.89543 10.0001 3 10.0001C3.74032 10.0001 4.38669 10.4023 4.73249 11.0002L19.2675 11.0002C19.6133 10.4023 20.2597 10 21 10C22.1046 10 23 10.8954 23 12C23 13.1046 22.1046 14 21 14C20.2598 14 19.6135 13.5979 19.2677 13.0002Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-switch-01-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSwitch01On",
          "declaration": {
            "name": "ObiSwitch01On",
            "module": "src/icons/icon-switch-01-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-switch-01-on",
          "declaration": {
            "name": "ObiSwitch01On",
            "module": "src/icons/icon-switch-01-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-switch-02-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSwitch02Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 11.9999L17.9296 5.68973C18.2391 5.88621 18.6063 6 19 6C20.1046 6 21 5.10457 21 4C21 2.89543 20.1046 2 19 2C17.9236 2 17.0457 2.8504 17.0017 3.91602L6.00036 10.2677C5.70611 10.0974 5.36444 9.99989 5 9.99989C3.89543 9.99989 3 10.8953 3 11.9999C3 13.1045 3.89543 13.9999 5 13.9999C6.10456 13.9999 6.99998 13.1045 7 11.9999ZM19 18C17.8954 18 17 18.8954 17 20C17 21.1046 17.8954 22 19 22C20.1046 22 21 21.1046 21 20C21 18.8954 20.1046 18 19 18Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.93719 12.6135C7.65397 13.9761 6.44655 14.9999 5 14.9999C3.34315 14.9999 2 13.6567 2 11.9999C2 10.343 3.34315 8.99989 5 8.99989C5.32644 8.99989 5.64172 9.05235 5.93715 9.14945L16.0844 3.29095C16.4031 1.97606 17.5874 1 19 1C20.6569 1 22 2.34315 22 4C22 5.65685 20.6569 7 19 7C18.6401 7 18.294 6.93625 17.9731 6.81933L7.93719 12.6135ZM17.9296 5.68973L7 11.9999C6.99998 13.1045 6.10456 13.9999 5 13.9999C3.89543 13.9999 3 13.1045 3 11.9999C3 10.8953 3.89543 9.99989 5 9.99989C5.36444 9.99989 5.70611 10.0974 6.00036 10.2677L17.0017 3.91602C17.0457 2.8504 17.9236 2 19 2C20.1046 2 21 2.89543 21 4C21 5.10457 20.1046 6 19 6C18.6063 6 18.2391 5.88622 17.9296 5.68973ZM16 20C16 18.3431 17.3431 17 19 17C20.6569 17 22 18.3431 22 20C22 21.6569 20.6569 23 19 23C17.3431 23 16 21.6569 16 20ZM17 20C17 18.8954 17.8954 18 19 18C20.1046 18 21 18.8954 21 20C21 21.1046 20.1046 22 19 22C17.8954 22 17 21.1046 17 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 11.9999L17.9296 5.68973C18.2391 5.88621 18.6063 6 19 6C20.1046 6 21 5.10457 21 4C21 2.89543 20.1046 2 19 2C17.9236 2 17.0457 2.8504 17.0017 3.91602L6.00036 10.2677C5.70611 10.0974 5.36444 9.99989 5 9.99989C3.89543 9.99989 3 10.8953 3 11.9999C3 13.1045 3.89543 13.9999 5 13.9999C6.10456 13.9999 6.99998 13.1045 7 11.9999ZM19 18C17.8954 18 17 18.8954 17 20C17 21.1046 17.8954 22 19 22C20.1046 22 21 21.1046 21 20C21 18.8954 20.1046 18 19 18Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.93719 12.6135C7.65397 13.9761 6.44655 14.9999 5 14.9999C3.34315 14.9999 2 13.6567 2 11.9999C2 10.343 3.34315 8.99989 5 8.99989C5.32644 8.99989 5.64172 9.05235 5.93715 9.14945L16.0844 3.29095C16.4031 1.97606 17.5874 1 19 1C20.6569 1 22 2.34315 22 4C22 5.65685 20.6569 7 19 7C18.6401 7 18.294 6.93625 17.9731 6.81933L7.93719 12.6135ZM17.9296 5.68973L7 11.9999C6.99998 13.1045 6.10456 13.9999 5 13.9999C3.89543 13.9999 3 13.1045 3 11.9999C3 10.8953 3.89543 9.99989 5 9.99989C5.36444 9.99989 5.70611 10.0974 6.00036 10.2677L17.0017 3.91602C17.0457 2.8504 17.9236 2 19 2C20.1046 2 21 2.89543 21 4C21 5.10457 20.1046 6 19 6C18.6063 6 18.2391 5.88622 17.9296 5.68973ZM16 20C16 18.3431 17.3431 17 19 17C20.6569 17 22 18.3431 22 20C22 21.6569 20.6569 23 19 23C17.3431 23 16 21.6569 16 20ZM17 20C17 18.8954 17.8954 18 19 18C20.1046 18 21 18.8954 21 20C21 21.1046 20.1046 22 19 22C17.8954 22 17 21.1046 17 20Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-switch-02-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSwitch02Off",
          "declaration": {
            "name": "ObiSwitch02Off",
            "module": "src/icons/icon-switch-02-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-switch-02-off",
          "declaration": {
            "name": "ObiSwitch02Off",
            "module": "src/icons/icon-switch-02-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-switch-02-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSwitch02On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 4C17 2.89543 17.8954 2 19 2C20.1046 2 21 2.89543 21 4C21 5.10457 20.1046 6 19 6C17.8954 6 17 5.10457 17 4ZM5 9.99989C3.89543 9.99989 3 10.8953 3 11.9999C3 13.1045 3.89543 13.9999 5 13.9999C5.36447 13.9999 5.70616 13.9024 6.00044 13.7321L17.0017 20.0837C17.0456 21.1494 17.9235 22 19 22C20.1046 22 21 21.1046 21 20C21 18.8954 20.1046 18 19 18C18.6064 18 18.2393 18.1137 17.9298 18.3101L7 11.9998C6.99994 10.8953 6.10453 9.99989 5 9.99989Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 4C16 2.34315 17.3431 1 19 1C20.6569 1 22 2.34315 22 4C22 5.65685 20.6569 7 19 7C17.3431 7 16 5.65685 16 4ZM2 11.9999C2 10.343 3.34315 8.99989 5 8.99989C6.44652 8.99989 7.65392 10.0237 7.93717 11.3861L17.9734 17.1806C18.2942 17.0637 18.6402 17 19 17C20.6569 17 22 18.3431 22 20C22 21.6569 20.6569 23 19 23C17.5872 23 16.4029 22.0238 16.0843 20.7087L5.93725 14.8503C5.64178 14.9474 5.32647 14.9999 5 14.9999C3.34315 14.9999 2 13.6567 2 11.9999ZM6.00043 13.7321C5.70616 13.9024 5.36447 13.9999 5 13.9999C3.89543 13.9999 3 13.1045 3 11.9999C3 10.8953 3.89543 9.99989 5 9.99989C6.10453 9.99989 6.99994 10.8953 7 11.9998L17.9298 18.3101C18.2393 18.1137 18.6064 18 19 18C20.1046 18 21 18.8954 21 20C21 21.1046 20.1046 22 19 22C17.9235 22 17.0456 21.1494 17.0017 20.0837L6.00043 13.7321ZM19 2C17.8954 2 17 2.89543 17 4C17 5.10457 17.8954 6 19 6C20.1046 6 21 5.10457 21 4C21 2.89543 20.1046 2 19 2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 4C17 2.89543 17.8954 2 19 2C20.1046 2 21 2.89543 21 4C21 5.10457 20.1046 6 19 6C17.8954 6 17 5.10457 17 4ZM5 9.99989C3.89543 9.99989 3 10.8953 3 11.9999C3 13.1045 3.89543 13.9999 5 13.9999C5.36447 13.9999 5.70616 13.9024 6.00044 13.7321L17.0017 20.0837C17.0456 21.1494 17.9235 22 19 22C20.1046 22 21 21.1046 21 20C21 18.8954 20.1046 18 19 18C18.6064 18 18.2393 18.1137 17.9298 18.3101L7 11.9998C6.99994 10.8953 6.10453 9.99989 5 9.99989Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 4C16 2.34315 17.3431 1 19 1C20.6569 1 22 2.34315 22 4C22 5.65685 20.6569 7 19 7C17.3431 7 16 5.65685 16 4ZM2 11.9999C2 10.343 3.34315 8.99989 5 8.99989C6.44652 8.99989 7.65392 10.0237 7.93717 11.3861L17.9734 17.1806C18.2942 17.0637 18.6402 17 19 17C20.6569 17 22 18.3431 22 20C22 21.6569 20.6569 23 19 23C17.5872 23 16.4029 22.0238 16.0843 20.7087L5.93725 14.8503C5.64178 14.9474 5.32647 14.9999 5 14.9999C3.34315 14.9999 2 13.6567 2 11.9999ZM6.00043 13.7321C5.70616 13.9024 5.36447 13.9999 5 13.9999C3.89543 13.9999 3 13.1045 3 11.9999C3 10.8953 3.89543 9.99989 5 9.99989C6.10453 9.99989 6.99994 10.8953 7 11.9998L17.9298 18.3101C18.2393 18.1137 18.6064 18 19 18C20.1046 18 21 18.8954 21 20C21 21.1046 20.1046 22 19 22C17.9235 22 17.0456 21.1494 17.0017 20.0837L6.00043 13.7321ZM19 2C17.8954 2 17 2.89543 17 4C17 5.10457 17.8954 6 19 6C20.1046 6 21 5.10457 21 4C21 2.89543 20.1046 2 19 2Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-switch-02-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSwitch02On",
          "declaration": {
            "name": "ObiSwitch02On",
            "module": "src/icons/icon-switch-02-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-switch-02-on",
          "declaration": {
            "name": "ObiSwitch02On",
            "module": "src/icons/icon-switch-02-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-switch-03-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSwitch03Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 14.5C3.34853 14.5 3.68123 14.4284 3.98346 14.299L14.5008 20.3667C15.8341 21.1359 17.5002 20.1736 17.5002 18.6343V13.5H18.9999C19.4554 14.1065 20.1815 14.5 21 14.5C22.3807 14.5 23.5 13.3807 23.5 12C23.5 10.6193 22.3807 9.5 21 9.5C20.1815 9.5 19.4554 9.89351 18.9999 10.5H16.5002C15.3956 10.5 14.5002 11.3954 14.5002 12.5V16.9029L5.48221 11.7002C5.33408 10.4608 4.27925 9.5 3 9.5C1.61929 9.5 0.5 10.6193 0.5 12C0.5 13.3807 1.61929 14.5 3 14.5Z\" fill=\"currentColor\" stroke=\"#373737\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.93816 14.8501C3.64243 14.9474 3.32681 15 3 15C1.34315 15 0 13.6569 0 12C0 10.3431 1.34315 9 3 9C4.44618 9 5.65335 10.0233 5.93697 11.3853L14.0002 16.0372V12.5C14.0002 11.1193 15.1195 10 16.5002 10H18.7641C19.3125 9.38731 20.1107 9 21 9C22.6569 9 24 10.3431 24 12C24 13.6569 22.6569 15 21 15C20.1107 15 19.3125 14.6127 18.7641 14H18.0002V18.6343C18.0002 20.5584 15.9176 21.7613 14.2509 20.7998L3.93816 14.8501ZM4.00099 13.7319C3.7066 13.9024 3.3647 14 3 14C1.89543 14 1 13.1046 1 12C1 10.8954 1.89543 10 3 10C4.10432 10 4.99959 10.895 5 11.9992L15.0002 17.7686V12.5C15.0002 11.6716 15.6718 11 16.5002 11H19.2676C19.6134 10.4022 20.2597 10 21 10C22.1046 10 23 10.8954 23 12C23 13.1046 22.1046 14 21 14C20.2597 14 19.6134 13.5978 19.2676 13H17.0002V18.6343C17.0002 19.7888 15.7506 20.5105 14.7506 19.9336L4.00099 13.7319Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 14.5C3.34853 14.5 3.68123 14.4284 3.98346 14.299L14.5008 20.3667C15.8341 21.1359 17.5002 20.1736 17.5002 18.6343V13.5H18.9999C19.4554 14.1065 20.1815 14.5 21 14.5C22.3807 14.5 23.5 13.3807 23.5 12C23.5 10.6193 22.3807 9.5 21 9.5C20.1815 9.5 19.4554 9.89351 18.9999 10.5H16.5002C15.3956 10.5 14.5002 11.3954 14.5002 12.5V16.9029L5.48221 11.7002C5.33408 10.4608 4.27925 9.5 3 9.5C1.61929 9.5 0.5 10.6193 0.5 12C0.5 13.3807 1.61929 14.5 3 14.5Z\" style=\"fill: var(--automation-device-primary-inverted-color)\" style=\"stroke: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.93816 14.8501C3.64243 14.9474 3.32681 15 3 15C1.34315 15 0 13.6569 0 12C0 10.3431 1.34315 9 3 9C4.44618 9 5.65335 10.0233 5.93697 11.3853L14.0002 16.0372V12.5C14.0002 11.1193 15.1195 10 16.5002 10H18.7641C19.3125 9.38731 20.1107 9 21 9C22.6569 9 24 10.3431 24 12C24 13.6569 22.6569 15 21 15C20.1107 15 19.3125 14.6127 18.7641 14H18.0002V18.6343C18.0002 20.5584 15.9176 21.7613 14.2509 20.7998L3.93816 14.8501ZM4.00099 13.7319C3.7066 13.9024 3.3647 14 3 14C1.89543 14 1 13.1046 1 12C1 10.8954 1.89543 10 3 10C4.10432 10 4.99959 10.895 5 11.9992L15.0002 17.7686V12.5C15.0002 11.6716 15.6718 11 16.5002 11H19.2676C19.6134 10.4022 20.2597 10 21 10C22.1046 10 23 10.8954 23 12C23 13.1046 22.1046 14 21 14C20.2597 14 19.6134 13.5978 19.2676 13H17.0002V18.6343C17.0002 19.7888 15.7506 20.5105 14.7506 19.9336L4.00099 13.7319Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-switch-03-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSwitch03Off",
          "declaration": {
            "name": "ObiSwitch03Off",
            "module": "src/icons/icon-switch-03-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-switch-03-off",
          "declaration": {
            "name": "ObiSwitch03Off",
            "module": "src/icons/icon-switch-03-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-switch-03-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSwitch03On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.4904 5.36619C16.9687 5.09005 17.1326 4.47846 16.8564 4.00017C16.5803 3.52187 15.9687 3.358 15.4904 3.63414L4.00051 10.2678C3.70622 10.0975 3.3645 9.99998 3 9.99998C1.89543 9.99998 1 10.8954 1 12C1 13.1046 1.89543 14 3 14C4.1045 14 4.99989 13.1047 5 12.0002L16.4904 5.36619Z\" fill=\"currentColor\"/> <path d=\"M19.2676 13H17L17 19C17 19.5523 16.5523 20 16 20C15.4477 20 15 19.5523 15 19V12C15 11.9655 15.0017 11.9314 15.0052 11.8977C15.0188 11.7633 15.0591 11.6367 15.1207 11.5233C15.209 11.3608 15.341 11.2255 15.501 11.1332C15.62 11.0645 15.7544 11.0197 15.8978 11.0051C15.9314 11.0017 15.9655 11 16 11H19.2676C19.6134 10.4022 20.2597 9.99998 21 9.99998C22.1046 9.99998 23 10.8954 23 12C23 13.1046 22.1046 14 21 14C20.2597 14 19.6134 13.5978 19.2676 13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.7225 3.50021C18.2748 4.4568 17.947 5.67998 16.9904 6.23226L5.93714 12.6139C5.65385 13.9763 4.44648 15 3 15C1.34315 15 0 13.6569 0 12C0 10.3432 1.34315 9.00003 3 9.00003C3.32651 9.00003 3.64185 9.05251 3.93735 9.14966L14.9904 2.76816C15.947 2.21588 17.1702 2.54363 17.7225 3.50021ZM4.00051 10.2679L15.4904 3.63419C15.9687 3.35804 16.5803 3.52192 16.8564 4.00021C17.1326 4.4785 16.9687 5.09009 16.4904 5.36624L5 12.0002C4.99989 13.1047 4.1045 14 3 14C1.89543 14 1 13.1046 1 12C1 10.8955 1.89543 10 3 10C3.3645 10 3.70622 10.0975 4.00051 10.2679Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7967 10.0103C15.5096 10.0395 15.2397 10.1295 15.0014 10.267C14.6818 10.4513 14.4185 10.7211 14.242 11.046C14.1185 11.2733 14.0376 11.5275 14.0103 11.7967C14.0035 11.8639 14 11.9317 14 12V19C14 20.1046 14.8954 21 16 21C17.1046 21 18 20.1046 18 19L18 14H18.7641C19.3125 14.6127 20.1107 15 21 15C22.6569 15 24 13.6569 24 12C24 10.3432 22.6569 9.00003 21 9.00003C20.1107 9.00003 19.3125 9.38733 18.7641 10H16C15.9317 10 15.8638 10.0035 15.7967 10.0103ZM15.1207 11.5234C15.0591 11.6367 15.0188 11.7633 15.0052 11.8978C15.0017 11.9314 15 11.9655 15 12V19C15 19.5523 15.4477 20 16 20C16.5523 20 17 19.5523 17 19V13H19.2676C19.6134 13.5978 20.2597 14 21 14C22.1046 14 23 13.1046 23 12C23 10.8955 22.1046 10 21 10C20.2597 10 19.6134 10.4022 19.2676 11H16C15.9655 11 15.9314 11.0018 15.8978 11.0052C15.7544 11.0197 15.62 11.0646 15.501 11.1332C15.341 11.2255 15.209 11.3608 15.1207 11.5234Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.4904 5.36619C16.9687 5.09005 17.1326 4.47846 16.8564 4.00017C16.5803 3.52187 15.9687 3.358 15.4904 3.63414L4.00051 10.2678C3.70622 10.0975 3.3645 9.99998 3 9.99998C1.89543 9.99998 1 10.8954 1 12C1 13.1046 1.89543 14 3 14C4.1045 14 4.99989 13.1047 5 12.0002L16.4904 5.36619Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M19.2676 13H17L17 19C17 19.5523 16.5523 20 16 20C15.4477 20 15 19.5523 15 19V12C15 11.9655 15.0017 11.9314 15.0052 11.8977C15.0188 11.7633 15.0591 11.6367 15.1207 11.5233C15.209 11.3608 15.341 11.2255 15.501 11.1332C15.62 11.0645 15.7544 11.0197 15.8978 11.0051C15.9314 11.0017 15.9655 11 16 11H19.2676C19.6134 10.4022 20.2597 9.99998 21 9.99998C22.1046 9.99998 23 10.8954 23 12C23 13.1046 22.1046 14 21 14C20.2597 14 19.6134 13.5978 19.2676 13Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.7225 3.50021C18.2748 4.4568 17.947 5.67998 16.9904 6.23226L5.93714 12.6139C5.65385 13.9763 4.44648 15 3 15C1.34315 15 0 13.6569 0 12C0 10.3432 1.34315 9.00003 3 9.00003C3.32651 9.00003 3.64185 9.05251 3.93735 9.14966L14.9904 2.76816C15.947 2.21588 17.1702 2.54363 17.7225 3.50021ZM4.00051 10.2679L15.4904 3.63419C15.9687 3.35804 16.5803 3.52192 16.8564 4.00021C17.1326 4.4785 16.9687 5.09009 16.4904 5.36624L5 12.0002C4.99989 13.1047 4.1045 14 3 14C1.89543 14 1 13.1046 1 12C1 10.8955 1.89543 10 3 10C3.3645 10 3.70622 10.0975 4.00051 10.2679Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7967 10.0103C15.5096 10.0395 15.2397 10.1295 15.0014 10.267C14.6818 10.4513 14.4185 10.7211 14.242 11.046C14.1185 11.2733 14.0376 11.5275 14.0103 11.7967C14.0035 11.8639 14 11.9317 14 12V19C14 20.1046 14.8954 21 16 21C17.1046 21 18 20.1046 18 19L18 14H18.7641C19.3125 14.6127 20.1107 15 21 15C22.6569 15 24 13.6569 24 12C24 10.3432 22.6569 9.00003 21 9.00003C20.1107 9.00003 19.3125 9.38733 18.7641 10H16C15.9317 10 15.8638 10.0035 15.7967 10.0103ZM15.1207 11.5234C15.0591 11.6367 15.0188 11.7633 15.0052 11.8978C15.0017 11.9314 15 11.9655 15 12V19C15 19.5523 15.4477 20 16 20C16.5523 20 17 19.5523 17 19V13H19.2676C19.6134 13.5978 20.2597 14 21 14C22.1046 14 23 13.1046 23 12C23 10.8955 22.1046 10 21 10C20.2597 10 19.6134 10.4022 19.2676 11H16C15.9655 11 15.9314 11.0018 15.8978 11.0052C15.7544 11.0197 15.62 11.0646 15.501 11.1332C15.341 11.2255 15.209 11.3608 15.1207 11.5234Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-switch-03-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSwitch03On",
          "declaration": {
            "name": "ObiSwitch03On",
            "module": "src/icons/icon-switch-03-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-switch-03-on",
          "declaration": {
            "name": "ObiSwitch03On",
            "module": "src/icons/icon-switch-03-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-switch-horizontal-off-large.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSwitchHorizontalOffLarge",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.11603 15.567C2.39859 15.9812 2.15277 16.8986 2.56699 17.616C2.9812 18.3335 3.89859 18.5793 4.61603 18.1651L21.0705 8.66506C21.7879 8.25085 22.0338 7.33347 21.6195 6.61603C21.2053 5.89859 20.2879 5.65277 19.5705 6.06699L3.11603 15.567Z\" fill=\"currentColor\" stroke=\"#8D8D8D\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.11603 15.567C2.39859 15.9812 2.15277 16.8986 2.56699 17.616C2.9812 18.3335 3.89859 18.5793 4.61603 18.1651L21.0705 8.66506C21.7879 8.25085 22.0338 7.33347 21.6195 6.61603C21.2053 5.89859 20.2879 5.65277 19.5705 6.06699L3.11603 15.567Z\" style=\"fill: var(--automation-device-primary-inverted-color)\" style=\"stroke: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-switch-horizontal-off-large",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSwitchHorizontalOffLarge",
          "declaration": {
            "name": "ObiSwitchHorizontalOffLarge",
            "module": "src/icons/icon-switch-horizontal-off-large.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-switch-horizontal-off-large",
          "declaration": {
            "name": "ObiSwitchHorizontalOffLarge",
            "module": "src/icons/icon-switch-horizontal-off-large.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-switch-horizontal-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSwitchHorizontalOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <rect x=\"1.31699\" y=\"14.817\" width=\"21\" height=\"5\" rx=\"2.5\" transform=\"rotate(-30 1.31699 14.817)\" fill=\"currentColor\" stroke=\"#8D8D8D\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <rect x=\"1.31699\" y=\"14.817\" width=\"21\" height=\"5\" rx=\"2.5\" transform=\"rotate(-30 1.31699 14.817)\" style=\"fill: var(--automation-device-primary-inverted-color)\" style=\"stroke: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-switch-horizontal-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSwitchHorizontalOff",
          "declaration": {
            "name": "ObiSwitchHorizontalOff",
            "module": "src/icons/icon-switch-horizontal-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-switch-horizontal-off",
          "declaration": {
            "name": "ObiSwitchHorizontalOff",
            "module": "src/icons/icon-switch-horizontal-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-switch-horizontal-on-large.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSwitchHorizontalOnLarge",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.5 10.5H21.5C22.3284 10.5 23 11.1716 23 12C23 12.8284 22.3284 13.5 21.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12C1 11.1716 1.67157 10.5 2.5 10.5ZM2.5 11C1.94772 11 1.5 11.4477 1.5 12C1.5 12.5523 1.94772 13 2.5 13H21.5C22.0523 13 22.5 12.5523 22.5 12C22.5 11.4477 22.0523 11 21.5 11H2.5Z\" fill=\"currentColor\"/> <path d=\"M1.5 12C1.5 11.4477 1.94772 11 2.5 11H21.5C22.0523 11 22.5 11.4477 22.5 12C22.5 12.5523 22.0523 13 21.5 13H2.5C1.94772 13 1.5 12.5523 1.5 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.5 10.5H21.5C22.3284 10.5 23 11.1716 23 12C23 12.8284 22.3284 13.5 21.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12C1 11.1716 1.67157 10.5 2.5 10.5ZM2.5 11C1.94772 11 1.5 11.4477 1.5 12C1.5 12.5523 1.94772 13 2.5 13H21.5C22.0523 13 22.5 12.5523 22.5 12C22.5 11.4477 22.0523 11 21.5 11H2.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M1.5 12C1.5 11.4477 1.94772 11 2.5 11H21.5C22.0523 11 22.5 11.4477 22.5 12C22.5 12.5523 22.0523 13 21.5 13H2.5C1.94772 13 1.5 12.5523 1.5 12Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-switch-horizontal-on-large",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSwitchHorizontalOnLarge",
          "declaration": {
            "name": "ObiSwitchHorizontalOnLarge",
            "module": "src/icons/icon-switch-horizontal-on-large.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-switch-horizontal-on-large",
          "declaration": {
            "name": "ObiSwitchHorizontalOnLarge",
            "module": "src/icons/icon-switch-horizontal-on-large.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-switch-horizontal-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSwitchHorizontalOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 9H20C21.6569 9 23 10.3431 23 12C23 13.6569 21.6569 15 20 15H4C2.34315 15 1 13.6569 1 12C1 10.3431 2.34315 9 4 9ZM4 10C2.89543 10 2 10.8954 2 12C2 13.1046 2.89543 14 4 14H20C21.1046 14 22 13.1046 22 12C22 10.8954 21.1046 10 20 10H4Z\" fill=\"currentColor\"/> <path d=\"M2 12C2 10.8954 2.89543 10 4 10H20C21.1046 10 22 10.8954 22 12C22 13.1046 21.1046 14 20 14H4C2.89543 14 2 13.1046 2 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 9H20C21.6569 9 23 10.3431 23 12C23 13.6569 21.6569 15 20 15H4C2.34315 15 1 13.6569 1 12C1 10.3431 2.34315 9 4 9ZM4 10C2.89543 10 2 10.8954 2 12C2 13.1046 2.89543 14 4 14H20C21.1046 14 22 13.1046 22 12C22 10.8954 21.1046 10 20 10H4Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M2 12C2 10.8954 2.89543 10 4 10H20C21.1046 10 22 10.8954 22 12C22 13.1046 21.1046 14 20 14H4C2.89543 14 2 13.1046 2 12Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-switch-horizontal-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSwitchHorizontalOn",
          "declaration": {
            "name": "ObiSwitchHorizontalOn",
            "module": "src/icons/icon-switch-horizontal-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-switch-horizontal-on",
          "declaration": {
            "name": "ObiSwitchHorizontalOn",
            "module": "src/icons/icon-switch-horizontal-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-sync-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSyncGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 20V18H6.75L6.35 17.65C5.48333 16.8833 4.875 16.0083 4.525 15.025C4.175 14.0417 4 13.05 4 12.05C4 10.2 4.55417 8.55417 5.6625 7.1125C6.77083 5.67083 8.21667 4.71667 10 4.25V6.35C8.8 6.78333 7.83333 7.52083 7.1 8.5625C6.36667 9.60417 6 10.7667 6 12.05C6 12.8 6.14167 13.5292 6.425 14.2375C6.70833 14.9458 7.15 15.6 7.75 16.2L8 16.45V14H10V20H4ZM14 19.75V17.65C15.2 17.2167 16.1667 16.4792 16.9 15.4375C17.6333 14.3958 18 13.2333 18 11.95C18 11.2 17.8583 10.4708 17.575 9.7625C17.2917 9.05417 16.85 8.4 16.25 7.8L16 7.55V10H14V4H20V6H17.25L17.65 6.35C18.4667 7.16667 19.0625 8.05417 19.4375 9.0125C19.8125 9.97083 20 10.95 20 11.95C20 13.8 19.4458 15.4458 18.3375 16.8875C17.2292 18.3292 15.7833 19.2833 14 19.75Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 20V18H6.75L6.35 17.65C5.48333 16.8833 4.875 16.0083 4.525 15.025C4.175 14.0417 4 13.05 4 12.05C4 10.2 4.55417 8.55417 5.6625 7.1125C6.77083 5.67083 8.21667 4.71667 10 4.25V6.35C8.8 6.78333 7.83333 7.52083 7.1 8.5625C6.36667 9.60417 6 10.7667 6 12.05C6 12.8 6.14167 13.5292 6.425 14.2375C6.70833 14.9458 7.15 15.6 7.75 16.2L8 16.45V14H10V20H4ZM14 19.75V17.65C15.2 17.2167 16.1667 16.4792 16.9 15.4375C17.6333 14.3958 18 13.2333 18 11.95C18 11.2 17.8583 10.4708 17.575 9.7625C17.2917 9.05417 16.85 8.4 16.25 7.8L16 7.55V10H14V4H20V6H17.25L17.65 6.35C18.4667 7.16667 19.0625 8.05417 19.4375 9.0125C19.8125 9.97083 20 10.95 20 11.95C20 13.8 19.4458 15.4458 18.3375 16.8875C17.2292 18.3292 15.7833 19.2833 14 19.75Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-sync-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSyncGoogle",
          "declaration": {
            "name": "ObiSyncGoogle",
            "module": "src/icons/icon-sync-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-sync-google",
          "declaration": {
            "name": "ObiSyncGoogle",
            "module": "src/icons/icon-sync-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-system.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiSystem",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87398 5C9.42994 3.27477 7.86384 2 6 2C3.79086 2 2 3.79086 2 6C2 8.20914 3.79086 10 6 10C7.86384 10 9.42994 8.72523 9.87398 7H11L11 14.126C9.59439 14.4878 8.4878 15.5944 8.12602 17H2V19H8.12602C8.57006 20.7252 10.1362 22 12 22C13.8638 22 15.4299 20.7252 15.874 19H22V17H15.874C15.5122 15.5944 14.4056 14.4878 13 14.126L13 7H14.1261C14.5701 8.72523 16.1362 10 18.0001 10C20.2092 10 22.0001 8.20914 22.0001 6C22.0001 3.79086 20.2092 2 18.0001 2C16.1362 2 14.5701 3.27477 14.1261 5H9.87398ZM6 4C7.10457 4 8 4.89543 8 6C8 7.10457 7.10457 8 6 8C4.89543 8 4 7.10457 4 6C4 4.89543 4.89543 4 6 4ZM12 16C13.1046 16 14 16.8954 14 18C14 19.1046 13.1046 20 12 20C10.8954 20 10 19.1046 10 18C10 16.8954 10.8954 16 12 16ZM18.0001 4C19.1046 4 20.0001 4.89543 20.0001 6C20.0001 7.10457 19.1046 8 18.0001 8C16.8955 8 16.0001 7.10457 16.0001 6C16.0001 4.89543 16.8955 4 18.0001 4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87398 5C9.42994 3.27477 7.86384 2 6 2C3.79086 2 2 3.79086 2 6C2 8.20914 3.79086 10 6 10C7.86384 10 9.42994 8.72523 9.87398 7H11L11 14.126C9.59439 14.4878 8.4878 15.5944 8.12602 17H2V19H8.12602C8.57006 20.7252 10.1362 22 12 22C13.8638 22 15.4299 20.7252 15.874 19H22V17H15.874C15.5122 15.5944 14.4056 14.4878 13 14.126L13 7H14.1261C14.5701 8.72523 16.1362 10 18.0001 10C20.2092 10 22.0001 8.20914 22.0001 6C22.0001 3.79086 20.2092 2 18.0001 2C16.1362 2 14.5701 3.27477 14.1261 5H9.87398ZM6 4C7.10457 4 8 4.89543 8 6C8 7.10457 7.10457 8 6 8C4.89543 8 4 7.10457 4 6C4 4.89543 4.89543 4 6 4ZM12 16C13.1046 16 14 16.8954 14 18C14 19.1046 13.1046 20 12 20C10.8954 20 10 19.1046 10 18C10 16.8954 10.8954 16 12 16ZM18.0001 4C19.1046 4 20.0001 4.89543 20.0001 6C20.0001 7.10457 19.1046 8 18.0001 8C16.8955 8 16.0001 7.10457 16.0001 6C16.0001 4.89543 16.8955 4 18.0001 4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-system",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiSystem",
          "declaration": {
            "name": "ObiSystem",
            "module": "src/icons/icon-system.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-system",
          "declaration": {
            "name": "ObiSystem",
            "module": "src/icons/icon-system.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-table.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTable",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 19.5V4.5C3 3.67157 3.67157 3 4.5 3H19.5C20.3284 3 21 3.67157 21 4.5V19.5C21 20.3284 20.3284 21 19.5 21H4.5C3.67157 21 3 20.3284 3 19.5ZM5 8V5L19 5V8H5ZM5 10V14H19V10H5ZM19 16H5V19H19V16Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 19.5V4.5C3 3.67157 3.67157 3 4.5 3H19.5C20.3284 3 21 3.67157 21 4.5V19.5C21 20.3284 20.3284 21 19.5 21H4.5C3.67157 21 3 20.3284 3 19.5ZM5 8V5L19 5V8H5ZM5 10V14H19V10H5ZM19 16H5V19H19V16Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-table",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTable",
          "declaration": {
            "name": "ObiTable",
            "module": "src/icons/icon-table.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-table",
          "declaration": {
            "name": "ObiTable",
            "module": "src/icons/icon-table.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-tank.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTank",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 3H15V4.89474H9V3Z\" fill=\"currentColor\"/> <path d=\"M5.52983 17.4141C3.58026 17.4141 2 15.0364 2 12.1018C2 9.16714 3.58026 6.78947 5.52983 6.78947H18.4702C20.4197 6.78947 22 9.16714 22 12.1018C22 15.0364 20.4197 17.4141 18.4702 17.4141H16.968L16.5455 21H14.7273V17.4141H9.27273V21H7.45455L7.03196 17.4141H5.52983Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 3H15V4.89474H9V3Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.52983 17.4141C3.58026 17.4141 2 15.0364 2 12.1018C2 9.16714 3.58026 6.78947 5.52983 6.78947H18.4702C20.4197 6.78947 22 9.16714 22 12.1018C22 15.0364 20.4197 17.4141 18.4702 17.4141H16.968L16.5455 21H14.7273V17.4141H9.27273V21H7.45455L7.03196 17.4141H5.52983Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-tank",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTank",
          "declaration": {
            "name": "ObiTank",
            "module": "src/icons/icon-tank.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-tank",
          "declaration": {
            "name": "ObiTank",
            "module": "src/icons/icon-tank.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-target-associated-ais-camera.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTargetAssociatedAisCamera",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1L19 21H5L12 1ZM7.81896 19L12 7.05418L16.181 19H7.81896Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 2C0 0.89543 0.895431 0 2 0L22 0C23.1046 0 24 0.895431 24 2V22C24 23.1046 23.1046 24 22 24H2C0.89543 24 0 23.1046 0 22L0 2ZM12 1H22C22.5523 1 23 1.44772 23 2V22C23 22.5523 22.5523 23 22 23H2C1.44772 23 1 22.5523 1 22V2C1 1.44772 1.44772 1 2 1H12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1L19 21H5L12 1ZM7.81896 19L12 7.05418L16.181 19H7.81896Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 2C0 0.89543 0.895431 0 2 0L22 0C23.1046 0 24 0.895431 24 2V22C24 23.1046 23.1046 24 22 24H2C0.89543 24 0 23.1046 0 22L0 2ZM12 1H22C22.5523 1 23 1.44772 23 2V22C23 22.5523 22.5523 23 22 23H2C1.44772 23 1 22.5523 1 22V2C1 1.44772 1.44772 1 2 1H12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-target-associated-ais-camera",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTargetAssociatedAisCamera",
          "declaration": {
            "name": "ObiTargetAssociatedAisCamera",
            "module": "src/icons/icon-target-associated-ais-camera.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-target-associated-ais-camera",
          "declaration": {
            "name": "ObiTargetAssociatedAisCamera",
            "module": "src/icons/icon-target-associated-ais-camera.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-target-associated-camera-radar.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTargetAssociatedCameraRadar",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 8C6 6.89543 6.89543 6 8 6H16C17.1046 6 18 6.89543 18 8V16C18 17.1046 17.1046 18 16 18H8C6.89543 18 6 17.1046 6 16V8ZM8 8H16V16H8V8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 8C6 6.89543 6.89543 6 8 6H16C17.1046 6 18 6.89543 18 8V16C18 17.1046 17.1046 18 16 18H8C6.89543 18 6 17.1046 6 16V8ZM8 8H16V16H8V8Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-target-associated-camera-radar",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTargetAssociatedCameraRadar",
          "declaration": {
            "name": "ObiTargetAssociatedCameraRadar",
            "module": "src/icons/icon-target-associated-camera-radar.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-target-associated-camera-radar",
          "declaration": {
            "name": "ObiTargetAssociatedCameraRadar",
            "module": "src/icons/icon-target-associated-camera-radar.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-target-associated-radar-camera.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTargetAssociatedRadarCamera",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12ZM16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 2C0 0.89543 0.895431 0 2 0L22 0C23.1046 0 24 0.895431 24 2V22C24 23.1046 23.1046 24 22 24H2C0.89543 24 0 23.1046 0 22L0 2ZM2 1H22C22.5523 1 23 1.44772 23 2V22C23 22.5523 22.5523 23 22 23H2C1.44772 23 1 22.5523 1 22V2C1 1.44772 1.44772 1 2 1Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12ZM16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 2C0 0.89543 0.895431 0 2 0L22 0C23.1046 0 24 0.895431 24 2V22C24 23.1046 23.1046 24 22 24H2C0.89543 24 0 23.1046 0 22L0 2ZM2 1H22C22.5523 1 23 1.44772 23 2V22C23 22.5523 22.5523 23 22 23H2C1.44772 23 1 22.5523 1 22V2C1 1.44772 1.44772 1 2 1Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-target-associated-radar-camera",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTargetAssociatedRadarCamera",
          "declaration": {
            "name": "ObiTargetAssociatedRadarCamera",
            "module": "src/icons/icon-target-associated-radar-camera.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-target-associated-radar-camera",
          "declaration": {
            "name": "ObiTargetAssociatedRadarCamera",
            "module": "src/icons/icon-target-associated-radar-camera.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-target-camera.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTargetCamera",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 7.00024H7L7 17.0002H17V7.00024ZM7 5.00024C5.89543 5.00024 5 5.89567 5 7.00024V17.0002C5 18.1048 5.89543 19.0002 7 19.0002H17C18.1046 19.0002 19 18.1048 19 17.0002V7.00024C19 5.89567 18.1046 5.00024 17 5.00024H7Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 7.00024H7L7 17.0002H17V7.00024ZM7 5.00024C5.89543 5.00024 5 5.89567 5 7.00024V17.0002C5 18.1048 5.89543 19.0002 7 19.0002H17C18.1046 19.0002 19 18.1048 19 17.0002V7.00024C19 5.89567 18.1046 5.00024 17 5.00024H7Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-target-camera",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTargetCamera",
          "declaration": {
            "name": "ObiTargetCamera",
            "module": "src/icons/icon-target-camera.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-target-camera",
          "declaration": {
            "name": "ObiTargetCamera",
            "module": "src/icons/icon-target-camera.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-target-cancel-all-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTargetCancelAllIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 2V5H0V1C0 0.447716 0.447715 0 1 0H5V2H2Z\" fill=\"currentColor\"/> <path d=\"M0 23V19H2V22H5V24H1C0.447716 24 0 23.5523 0 23Z\" fill=\"currentColor\"/> <path d=\"M19 24H23C23.5523 24 24 23.5523 24 23V19H22V22H19V24Z\" fill=\"currentColor\"/> <path d=\"M24 5H22V2H19V0H23C23.5523 0 24 0.447715 24 1V5Z\" fill=\"currentColor\"/> <path d=\"M8.00107 9.4143L10.2938 11.707L11.708 10.2928L9.41528 8.00009L11.7082 5.70722L10.2939 4.29301L8.00107 6.58588L5.70816 4.29297L4.29395 5.70718L6.58685 8.00009L4.2941 10.2928L5.70831 11.7071L8.00107 9.4143Z\" fill=\"currentColor\"/> <path d=\"M19.7082 13.7072L17.4153 16.0001L19.708 18.2928L18.2938 19.707L16.0011 17.4143L13.7083 19.7071L12.2941 18.2928L14.5869 16.0001L12.2939 13.7072L13.7082 12.293L16.0011 14.5859L18.2939 12.293L19.7082 13.7072Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 2V5H0V1C0 0.447716 0.447715 0 1 0H5V2H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M0 23V19H2V22H5V24H1C0.447716 24 0 23.5523 0 23Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 24H23C23.5523 24 24 23.5523 24 23V19H22V22H19V24Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M24 5H22V2H19V0H23C23.5523 0 24 0.447715 24 1V5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.00107 9.4143L10.2938 11.707L11.708 10.2928L9.41528 8.00009L11.7082 5.70722L10.2939 4.29301L8.00107 6.58588L5.70816 4.29297L4.29395 5.70718L6.58685 8.00009L4.2941 10.2928L5.70831 11.7071L8.00107 9.4143Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.7082 13.7072L17.4153 16.0001L19.708 18.2928L18.2938 19.707L16.0011 17.4143L13.7083 19.7071L12.2941 18.2928L14.5869 16.0001L12.2939 13.7072L13.7082 12.293L16.0011 14.5859L18.2939 12.293L19.7082 13.7072Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-target-cancel-all-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTargetCancelAllIec",
          "declaration": {
            "name": "ObiTargetCancelAllIec",
            "module": "src/icons/icon-target-cancel-all-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-target-cancel-all-iec",
          "declaration": {
            "name": "ObiTargetCancelAllIec",
            "module": "src/icons/icon-target-cancel-all-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-target-cancel-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTargetCancelIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" fill=\"currentColor\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" fill=\"currentColor\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" fill=\"currentColor\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" fill=\"currentColor\"/> <path d=\"M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-target-cancel-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTargetCancelIec",
          "declaration": {
            "name": "ObiTargetCancelIec",
            "module": "src/icons/icon-target-cancel-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-target-cancel-iec",
          "declaration": {
            "name": "ObiTargetCancelIec",
            "module": "src/icons/icon-target-cancel-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-target-priority-ais-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTargetPriorityAisIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 6L5 18L21 12L5 6ZM15.304 12L7 8.886L7 15.114L15.304 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 6L5 18L21 12L5 6ZM15.304 12L7 8.886L7 15.114L15.304 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-target-priority-ais-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTargetPriorityAisIec",
          "declaration": {
            "name": "ObiTargetPriorityAisIec",
            "module": "src/icons/icon-target-priority-ais-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-target-priority-ais-iec",
          "declaration": {
            "name": "ObiTargetPriorityAisIec",
            "module": "src/icons/icon-target-priority-ais-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-target-priority-radar-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTargetPriorityRadarIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 7L6 17L20 12L6 7ZM17.0268 12L7 8.419V15.581L17.0268 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 7L6 17L20 12L6 7ZM17.0268 12L7 8.419V15.581L17.0268 12Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-target-priority-radar-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTargetPriorityRadarIec",
          "declaration": {
            "name": "ObiTargetPriorityRadarIec",
            "module": "src/icons/icon-target-priority-radar-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-target-priority-radar-iec",
          "declaration": {
            "name": "ObiTargetPriorityRadarIec",
            "module": "src/icons/icon-target-priority-radar-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-target-select-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTargetSelectIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" fill=\"currentColor\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" fill=\"currentColor\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" fill=\"currentColor\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-target-select-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTargetSelectIec",
          "declaration": {
            "name": "ObiTargetSelectIec",
            "module": "src/icons/icon-target-select-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-target-select-iec",
          "declaration": {
            "name": "ObiTargetSelectIec",
            "module": "src/icons/icon-target-select-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-target-settings-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTargetSettingsProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.9504 13.051C22.9832 12.7051 23 12.3545 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C12.3545 23 12.7051 22.9832 13.051 22.9504C12.4859 22.3856 12.017 21.7246 11.6708 20.9941C9.65542 20.9216 7.80892 20.1865 6.34267 19H11.0709C11.0242 18.6734 11 18.3395 11 18C11 17.6605 11.0242 17.3266 11.0709 17H8.886L12 8.696L13.4834 12.6518C14.0018 12.2137 14.5847 11.8495 15.2158 11.5756L12 3C16.8604 3 20.8209 6.85275 20.9941 11.6708C21.7246 12.017 22.3856 12.4859 22.9504 13.051ZM3 12C3 14.7049 4.19328 17.1311 6.08214 18.7809L12 3C7.02944 3 3 7.02944 3 12Z\" fill=\"currentColor\"/> <path d=\"M16.9999 23L16.6999 21.5C16.4999 21.4167 16.3124 21.3292 16.1374 21.2375C15.9624 21.1458 15.7832 21.0333 15.5999 20.9L14.1499 21.35L13.1499 19.65L14.2999 18.65C14.2666 18.4167 14.2499 18.2 14.2499 18C14.2499 17.8 14.2666 17.5833 14.2999 17.35L13.1499 16.35L14.1499 14.65L15.5999 15.1C15.7832 14.9667 15.9624 14.8542 16.1374 14.7625C16.3124 14.6708 16.4999 14.5833 16.6999 14.5L16.9999 13H18.9999L19.2999 14.5C19.4999 14.5833 19.6874 14.675 19.8624 14.775C20.0374 14.875 20.2166 15 20.3999 15.15L21.8499 14.65L22.8499 16.4L21.6999 17.4C21.7332 17.6 21.7499 17.8083 21.7499 18.025C21.7499 18.2417 21.7332 18.45 21.6999 18.65L22.8499 19.65L21.8499 21.35L20.3999 20.9C20.2166 21.0333 20.0374 21.1458 19.8624 21.2375C19.6874 21.3292 19.4999 21.4167 19.2999 21.5L18.9999 23H16.9999ZM17.9999 20C18.5499 20 19.0207 19.8042 19.4124 19.4125C19.8041 19.0208 19.9999 18.55 19.9999 18C19.9999 17.45 19.8041 16.9792 19.4124 16.5875C19.0207 16.1958 18.5499 16 17.9999 16C17.4499 16 16.9791 16.1958 16.5874 16.5875C16.1957 16.9792 15.9999 17.45 15.9999 18C15.9999 18.55 16.1957 19.0208 16.5874 19.4125C16.9791 19.8042 17.4499 20 17.9999 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.9504 13.051C22.9832 12.7051 23 12.3545 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C12.3545 23 12.7051 22.9832 13.051 22.9504C12.4859 22.3856 12.017 21.7246 11.6708 20.9941C9.65542 20.9216 7.80892 20.1865 6.34267 19H11.0709C11.0242 18.6734 11 18.3395 11 18C11 17.6605 11.0242 17.3266 11.0709 17H8.886L12 8.696L13.4834 12.6518C14.0018 12.2137 14.5847 11.8495 15.2158 11.5756L12 3C16.8604 3 20.8209 6.85275 20.9941 11.6708C21.7246 12.017 22.3856 12.4859 22.9504 13.051ZM3 12C3 14.7049 4.19328 17.1311 6.08214 18.7809L12 3C7.02944 3 3 7.02944 3 12Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.9999 23L16.6999 21.5C16.4999 21.4167 16.3124 21.3292 16.1374 21.2375C15.9624 21.1458 15.7832 21.0333 15.5999 20.9L14.1499 21.35L13.1499 19.65L14.2999 18.65C14.2666 18.4167 14.2499 18.2 14.2499 18C14.2499 17.8 14.2666 17.5833 14.2999 17.35L13.1499 16.35L14.1499 14.65L15.5999 15.1C15.7832 14.9667 15.9624 14.8542 16.1374 14.7625C16.3124 14.6708 16.4999 14.5833 16.6999 14.5L16.9999 13H18.9999L19.2999 14.5C19.4999 14.5833 19.6874 14.675 19.8624 14.775C20.0374 14.875 20.2166 15 20.3999 15.15L21.8499 14.65L22.8499 16.4L21.6999 17.4C21.7332 17.6 21.7499 17.8083 21.7499 18.025C21.7499 18.2417 21.7332 18.45 21.6999 18.65L22.8499 19.65L21.8499 21.35L20.3999 20.9C20.2166 21.0333 20.0374 21.1458 19.8624 21.2375C19.6874 21.3292 19.4999 21.4167 19.2999 21.5L18.9999 23H16.9999ZM17.9999 20C18.5499 20 19.0207 19.8042 19.4124 19.4125C19.8041 19.0208 19.9999 18.55 19.9999 18C19.9999 17.45 19.8041 16.9792 19.4124 16.5875C19.0207 16.1958 18.5499 16 17.9999 16C17.4499 16 16.9791 16.1958 16.5874 16.5875C16.1957 16.9792 15.9999 17.45 15.9999 18C15.9999 18.55 16.1957 19.0208 16.5874 19.4125C16.9791 19.8042 17.4499 20 17.9999 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-target-settings-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTargetSettingsProposal",
          "declaration": {
            "name": "ObiTargetSettingsProposal",
            "module": "src/icons/icon-target-settings-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-target-settings-proposal",
          "declaration": {
            "name": "ObiTargetSettingsProposal",
            "module": "src/icons/icon-target-settings-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-temp-cold.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTempCold",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 11H9V13H15V11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 7.2C2 6.0799 2 5.51984 2.21799 5.09202C2.40973 4.71569 2.71569 4.40973 3.09202 4.21799C3.51984 4 4.0799 4 5.2 4H18.8C19.9201 4 20.4802 4 20.908 4.21799C21.2843 4.40973 21.5903 4.71569 21.782 5.09202C22 5.51984 22 6.0799 22 7.2V16.8C22 17.9201 22 18.4802 21.782 18.908C21.5903 19.2843 21.2843 19.5903 20.908 19.782C20.4802 20 19.9201 20 18.8 20H5.2C4.0799 20 3.51984 20 3.09202 19.782C2.71569 19.5903 2.40973 19.2843 2.21799 18.908C2 18.4802 2 17.9201 2 16.8V7.2ZM5.2 6H18.8C19.3931 6 19.7176 6.00156 19.9507 6.02061L19.9771 6.0229L19.9794 6.04927C19.9984 6.28244 20 6.60695 20 7.2V16.8C20 17.3931 19.9984 17.7176 19.9794 17.9507L19.9771 17.9771L19.9507 17.9794C19.7176 17.9984 19.3931 18 18.8 18H5.2C4.60695 18 4.28244 17.9984 4.04927 17.9794L4.0229 17.9771L4.02061 17.9507C4.00156 17.7176 4 17.3931 4 16.8V7.2C4 6.60695 4.00156 6.28244 4.02061 6.04927L4.0229 6.0229L4.04927 6.02061C4.28244 6.00156 4.60695 6 5.2 6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 11H9V13H15V11Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 7.2C2 6.0799 2 5.51984 2.21799 5.09202C2.40973 4.71569 2.71569 4.40973 3.09202 4.21799C3.51984 4 4.0799 4 5.2 4H18.8C19.9201 4 20.4802 4 20.908 4.21799C21.2843 4.40973 21.5903 4.71569 21.782 5.09202C22 5.51984 22 6.0799 22 7.2V16.8C22 17.9201 22 18.4802 21.782 18.908C21.5903 19.2843 21.2843 19.5903 20.908 19.782C20.4802 20 19.9201 20 18.8 20H5.2C4.0799 20 3.51984 20 3.09202 19.782C2.71569 19.5903 2.40973 19.2843 2.21799 18.908C2 18.4802 2 17.9201 2 16.8V7.2ZM5.2 6H18.8C19.3931 6 19.7176 6.00156 19.9507 6.02061L19.9771 6.0229L19.9794 6.04927C19.9984 6.28244 20 6.60695 20 7.2V16.8C20 17.3931 19.9984 17.7176 19.9794 17.9507L19.9771 17.9771L19.9507 17.9794C19.7176 17.9984 19.3931 18 18.8 18H5.2C4.60695 18 4.28244 17.9984 4.04927 17.9794L4.0229 17.9771L4.02061 17.9507C4.00156 17.7176 4 17.3931 4 16.8V7.2C4 6.60695 4.00156 6.28244 4.02061 6.04927L4.0229 6.0229L4.04927 6.02061C4.28244 6.00156 4.60695 6 5.2 6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-temp-cold",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTempCold",
          "declaration": {
            "name": "ObiTempCold",
            "module": "src/icons/icon-temp-cold.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-temp-cold",
          "declaration": {
            "name": "ObiTempCold",
            "module": "src/icons/icon-temp-cold.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-temp-hot.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTempHot",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.8 6H5.2C4.60695 6 4.28244 6.00156 4.04927 6.02061C4.03998 6.02136 4.0312 6.02213 4.0229 6.0229C4.02213 6.0312 4.02136 6.03998 4.02061 6.04927C4.00156 6.28244 4 6.60695 4 7.2V16.8C4 17.3931 4.00156 17.7176 4.02061 17.9507C4.02136 17.96 4.02213 17.9688 4.0229 17.9771C4.0312 17.9779 4.03998 17.9786 4.04927 17.9794C4.28244 17.9984 4.60695 18 5.2 18H18.8C19.3931 18 19.7176 17.9984 19.9507 17.9794C19.96 17.9786 19.9688 17.9779 19.9771 17.9771C19.9779 17.9688 19.9786 17.96 19.9794 17.9507C19.9984 17.7176 20 17.3931 20 16.8V7.2C20 6.60695 19.9984 6.28244 19.9794 6.04927C19.9786 6.03998 19.9779 6.0312 19.9771 6.0229C19.9688 6.02213 19.96 6.02136 19.9507 6.02061C19.7176 6.00156 19.3931 6 18.8 6ZM2.21799 5.09202C2 5.51984 2 6.0799 2 7.2V16.8C2 17.9201 2 18.4802 2.21799 18.908C2.40973 19.2843 2.71569 19.5903 3.09202 19.782C3.51984 20 4.0799 20 5.2 20H18.8C19.9201 20 20.4802 20 20.908 19.782C21.2843 19.5903 21.5903 19.2843 21.782 18.908C22 18.4802 22 17.9201 22 16.8V7.2C22 6.0799 22 5.51984 21.782 5.09202C21.5903 4.71569 21.2843 4.40973 20.908 4.21799C20.4802 4 19.9201 4 18.8 4H5.2C4.0799 4 3.51984 4 3.09202 4.21799C2.71569 4.40973 2.40973 4.71569 2.21799 5.09202Z\" fill=\"currentColor\"/> <path d=\"M13 11V8H11V11H8V13H11V16H13V13H16V11H13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.8 6H5.2C4.60695 6 4.28244 6.00156 4.04927 6.02061C4.03998 6.02136 4.0312 6.02213 4.0229 6.0229C4.02213 6.0312 4.02136 6.03998 4.02061 6.04927C4.00156 6.28244 4 6.60695 4 7.2V16.8C4 17.3931 4.00156 17.7176 4.02061 17.9507C4.02136 17.96 4.02213 17.9688 4.0229 17.9771C4.0312 17.9779 4.03998 17.9786 4.04927 17.9794C4.28244 17.9984 4.60695 18 5.2 18H18.8C19.3931 18 19.7176 17.9984 19.9507 17.9794C19.96 17.9786 19.9688 17.9779 19.9771 17.9771C19.9779 17.9688 19.9786 17.96 19.9794 17.9507C19.9984 17.7176 20 17.3931 20 16.8V7.2C20 6.60695 19.9984 6.28244 19.9794 6.04927C19.9786 6.03998 19.9779 6.0312 19.9771 6.0229C19.9688 6.02213 19.96 6.02136 19.9507 6.02061C19.7176 6.00156 19.3931 6 18.8 6ZM2.21799 5.09202C2 5.51984 2 6.0799 2 7.2V16.8C2 17.9201 2 18.4802 2.21799 18.908C2.40973 19.2843 2.71569 19.5903 3.09202 19.782C3.51984 20 4.0799 20 5.2 20H18.8C19.9201 20 20.4802 20 20.908 19.782C21.2843 19.5903 21.5903 19.2843 21.782 18.908C22 18.4802 22 17.9201 22 16.8V7.2C22 6.0799 22 5.51984 21.782 5.09202C21.5903 4.71569 21.2843 4.40973 20.908 4.21799C20.4802 4 19.9201 4 18.8 4H5.2C4.0799 4 3.51984 4 3.09202 4.21799C2.71569 4.40973 2.40973 4.71569 2.21799 5.09202Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 11V8H11V11H8V13H11V16H13V13H16V11H13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-temp-hot",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTempHot",
          "declaration": {
            "name": "ObiTempHot",
            "module": "src/icons/icon-temp-hot.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-temp-hot",
          "declaration": {
            "name": "ObiTempHot",
            "module": "src/icons/icon-temp-hot.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-temp-hotcold.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTempHotcold",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.8 4H5.2C4.60695 4 4.28244 4.00156 4.04927 4.02061C4.03998 4.02136 4.0312 4.02213 4.0229 4.0229C4.02213 4.0312 4.02136 4.03998 4.02061 4.04927C4.00156 4.28244 4 4.60695 4 5.2V18.8C4 19.3931 4.00156 19.7176 4.02061 19.9507C4.02136 19.96 4.02213 19.9688 4.0229 19.9771C4.0312 19.9779 4.03998 19.9786 4.04927 19.9794C4.28244 19.9984 4.60695 20 5.2 20H18.8C19.3931 20 19.7176 19.9984 19.9507 19.9794C19.96 19.9786 19.9688 19.9779 19.9771 19.9771C19.9779 19.9688 19.9786 19.96 19.9794 19.9507C19.9984 19.7176 20 19.3931 20 18.8V5.2C20 4.60695 19.9984 4.28244 19.9794 4.04927C19.9786 4.03998 19.9779 4.0312 19.9771 4.0229C19.9688 4.02213 19.96 4.02136 19.9507 4.02061C19.7176 4.00156 19.3931 4 18.8 4ZM2.21799 3.09202C2 3.51984 2 4.0799 2 5.2V18.8C2 19.9201 2 20.4802 2.21799 20.908C2.40973 21.2843 2.71569 21.5903 3.09202 21.782C3.51984 22 4.0799 22 5.2 22H18.8C19.9201 22 20.4802 22 20.908 21.782C21.2843 21.5903 21.5903 21.2843 21.782 20.908C22 20.4802 22 19.9201 22 18.8V5.2C22 4.0799 22 3.51984 21.782 3.09202C21.5903 2.71569 21.2843 2.40973 20.908 2.21799C20.4802 2 19.9201 2 18.8 2H5.2C4.0799 2 3.51984 2 3.09202 2.21799C2.71569 2.40973 2.40973 2.71569 2.21799 3.09202Z\" fill=\"currentColor\"/> <path d=\"M8 16H16V18H8V16Z\" fill=\"currentColor\"/> <path d=\"M13 9V6H11V9H8V11H11V14H13V11H16V9H13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.8 4H5.2C4.60695 4 4.28244 4.00156 4.04927 4.02061C4.03998 4.02136 4.0312 4.02213 4.0229 4.0229C4.02213 4.0312 4.02136 4.03998 4.02061 4.04927C4.00156 4.28244 4 4.60695 4 5.2V18.8C4 19.3931 4.00156 19.7176 4.02061 19.9507C4.02136 19.96 4.02213 19.9688 4.0229 19.9771C4.0312 19.9779 4.03998 19.9786 4.04927 19.9794C4.28244 19.9984 4.60695 20 5.2 20H18.8C19.3931 20 19.7176 19.9984 19.9507 19.9794C19.96 19.9786 19.9688 19.9779 19.9771 19.9771C19.9779 19.9688 19.9786 19.96 19.9794 19.9507C19.9984 19.7176 20 19.3931 20 18.8V5.2C20 4.60695 19.9984 4.28244 19.9794 4.04927C19.9786 4.03998 19.9779 4.0312 19.9771 4.0229C19.9688 4.02213 19.96 4.02136 19.9507 4.02061C19.7176 4.00156 19.3931 4 18.8 4ZM2.21799 3.09202C2 3.51984 2 4.0799 2 5.2V18.8C2 19.9201 2 20.4802 2.21799 20.908C2.40973 21.2843 2.71569 21.5903 3.09202 21.782C3.51984 22 4.0799 22 5.2 22H18.8C19.9201 22 20.4802 22 20.908 21.782C21.2843 21.5903 21.5903 21.2843 21.782 20.908C22 20.4802 22 19.9201 22 18.8V5.2C22 4.0799 22 3.51984 21.782 3.09202C21.5903 2.71569 21.2843 2.40973 20.908 2.21799C20.4802 2 19.9201 2 18.8 2H5.2C4.0799 2 3.51984 2 3.09202 2.21799C2.71569 2.40973 2.40973 2.71569 2.21799 3.09202Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 16H16V18H8V16Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13 9V6H11V9H8V11H11V14H13V11H16V9H13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-temp-hotcold",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTempHotcold",
          "declaration": {
            "name": "ObiTempHotcold",
            "module": "src/icons/icon-temp-hotcold.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-temp-hotcold",
          "declaration": {
            "name": "ObiTempHotcold",
            "module": "src/icons/icon-temp-hotcold.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-temperature.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTemperature",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 2C13.733 2 15.1492 3.35645 15.2449 5.06546L15.25 5.24987L15.251 13.202L15.331 13.2709C16.2565 14.0975 16.8482 15.2418 16.9746 16.4939L16.9936 16.7457L17 17C17 19.7614 14.7614 22 12 22C9.23858 22 7 19.7614 7 17C7 15.6373 7.5496 14.3655 8.48922 13.4396L8.66993 13.2701L8.749 13.202L8.75 5.25C8.75 3.57886 10.0113 2.20232 11.6339 2.0204L11.8156 2.00514L12 2ZM12 3.5C11.0818 3.5 10.3288 4.20711 10.2558 5.10651L10.25 5.25004L10.2495 13.9445L9.94128 14.1691C9.04185 14.8246 8.5 15.8664 8.5 17C8.5 18.933 10.067 20.5 12 20.5C13.933 20.5 15.5 18.933 15.5 17C15.5 15.9376 15.0241 14.9558 14.2239 14.2971L14.0595 14.1697L13.7515 13.9451L13.75 5.25C13.75 4.2835 12.9665 3.5 12 3.5ZM12 7C12.4142 7 12.75 7.33579 12.75 7.75L12.7506 14.6146C13.7646 14.9334 14.5 15.8808 14.5 17C14.5 18.3807 13.3807 19.5 12 19.5C10.6193 19.5 9.5 18.3807 9.5 17C9.5 15.8804 10.2359 14.9328 11.2504 14.6143L11.25 7.75C11.25 7.33579 11.5858 7 12 7Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 2C13.733 2 15.1492 3.35645 15.2449 5.06546L15.25 5.24987L15.251 13.202L15.331 13.2709C16.2565 14.0975 16.8482 15.2418 16.9746 16.4939L16.9936 16.7457L17 17C17 19.7614 14.7614 22 12 22C9.23858 22 7 19.7614 7 17C7 15.6373 7.5496 14.3655 8.48922 13.4396L8.66993 13.2701L8.749 13.202L8.75 5.25C8.75 3.57886 10.0113 2.20232 11.6339 2.0204L11.8156 2.00514L12 2ZM12 3.5C11.0818 3.5 10.3288 4.20711 10.2558 5.10651L10.25 5.25004L10.2495 13.9445L9.94128 14.1691C9.04185 14.8246 8.5 15.8664 8.5 17C8.5 18.933 10.067 20.5 12 20.5C13.933 20.5 15.5 18.933 15.5 17C15.5 15.9376 15.0241 14.9558 14.2239 14.2971L14.0595 14.1697L13.7515 13.9451L13.75 5.25C13.75 4.2835 12.9665 3.5 12 3.5ZM12 7C12.4142 7 12.75 7.33579 12.75 7.75L12.7506 14.6146C13.7646 14.9334 14.5 15.8808 14.5 17C14.5 18.3807 13.3807 19.5 12 19.5C10.6193 19.5 9.5 18.3807 9.5 17C9.5 15.8804 10.2359 14.9328 11.2504 14.6143L11.25 7.75C11.25 7.33579 11.5858 7 12 7Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-temperature",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTemperature",
          "declaration": {
            "name": "ObiTemperature",
            "module": "src/icons/icon-temperature.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-temperature",
          "declaration": {
            "name": "ObiTemperature",
            "module": "src/icons/icon-temperature.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-text-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTextIcon",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.7884 18L7.92443 8.92799H7.86043C7.8711 9.14132 7.8871 9.45599 7.90843 9.87199C7.92976 10.2773 7.9511 10.72 7.97243 11.2C7.99376 11.6693 8.00443 12.1067 8.00443 12.512V18H5.94043V6.57599H9.10843L11.8924 15.376H11.9404L14.9004 6.57599H18.0524V18H15.8924V12.416C15.8924 12.0427 15.8978 11.632 15.9084 11.184C15.9298 10.7253 15.9458 10.2933 15.9564 9.88799C15.9778 9.47199 15.9938 9.15732 16.0044 8.94399H15.9404L12.9004 18H10.7884Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.7884 18L7.92443 8.92799H7.86043C7.8711 9.14132 7.8871 9.45599 7.90843 9.87199C7.92976 10.2773 7.9511 10.72 7.97243 11.2C7.99376 11.6693 8.00443 12.1067 8.00443 12.512V18H5.94043V6.57599H9.10843L11.8924 15.376H11.9404L14.9004 6.57599H18.0524V18H15.8924V12.416C15.8924 12.0427 15.8978 11.632 15.9084 11.184C15.9298 10.7253 15.9458 10.2933 15.9564 9.88799C15.9778 9.47199 15.9938 9.15732 16.0044 8.94399H15.9404L12.9004 18H10.7884Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-text-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTextIcon",
          "declaration": {
            "name": "ObiTextIcon",
            "module": "src/icons/icon-text-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-text-icon",
          "declaration": {
            "name": "ObiTextIcon",
            "module": "src/icons/icon-text-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-closed-bottom.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericClosedBottom",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1053)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10.1434C10.0497 10 9.95786 9.97366 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14H14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80424V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80424V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_1053\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1053)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10.1434C10.0497 10 9.95786 9.97366 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14H14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80424V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80424V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14Z\" style=\"fill: var(--automation-device-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_1053\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-closed-bottom",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericClosedBottom",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericClosedBottom",
            "module": "src/icons/icon-threeway-acuator-generic-closed-bottom.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-closed-bottom",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericClosedBottom",
            "module": "src/icons/icon-threeway-acuator-generic-closed-bottom.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-closed-left.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericClosedLeft",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1052)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.4105 3.39524C6.71453 2.72796 7.16017 2.12164 7.72197 1.61091C8.28376 1.1002 8.9507 0.695066 9.68473 0.418661C10.4188 0.142261 11.2055 0 12 0C12.7945 0 13.5812 0.142263 14.3152 0.418662C15.0492 0.695067 15.7162 1.1002 16.278 1.61091C16.8398 2.12165 17.2854 2.72797 17.5894 3.39524C17.7162 3.67334 17.8706 4.16781 17.8921 4.25168C17.8995 4.2806 17.9182 4.3735 17.9395 4.50506C18.0278 5.05024 17.5819 5.5 17.0296 5.5L13 5.5V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0437L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V5.5L6.97029 5.5C6.41801 5.5 5.97216 5.05024 6.06045 4.50506C6.08176 4.3735 6.10045 4.28059 6.10786 4.25167C6.12936 4.16781 6.28379 3.67333 6.4105 3.39524ZM16.922 4.49551C16.919 4.48526 16.9117 4.46048 16.8988 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21679C16.778 4.05448 16.7209 3.90084 16.6794 3.80987C16.4336 3.27039 16.0704 2.77366 15.6053 2.35085C15.14 1.92789 14.5826 1.58792 13.9628 1.35451C13.3429 1.12109 12.6757 1 12 1C11.3242 1 10.657 1.12109 10.0371 1.35451C9.4173 1.58791 8.85991 1.92789 8.39465 2.35085C7.92956 2.77366 7.5663 3.27038 7.32049 3.80986C7.27904 3.90084 7.22189 4.05448 7.16698 4.21678C7.14108 4.29334 7.11827 4.36406 7.10109 4.41917C7.08822 4.46048 7.08093 4.48526 7.07792 4.49551L16.922 4.49551ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80424L14.53 10.848Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94321V17.0568Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.922 4.49551C16.919 4.48526 16.9117 4.46048 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21679C16.7781 4.05448 16.7209 3.90084 16.6795 3.80987C16.4337 3.27039 16.0704 2.77366 15.6053 2.35085C15.14 1.92789 14.5827 1.58792 13.9628 1.35451C13.3429 1.12109 12.6757 1 12 1C11.3243 1 10.657 1.12109 10.0371 1.35451C9.41731 1.58791 8.85992 1.92789 8.39466 2.35085C7.92957 2.77366 7.56631 3.27038 7.3205 3.80986C7.27905 3.90084 7.2219 4.05448 7.16699 4.21678C7.14109 4.29334 7.11829 4.36406 7.1011 4.41917C7.08823 4.46048 7.08094 4.48526 7.07794 4.49551L16.922 4.49551ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80426 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958L21 6.80424L14.53 10.848Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_1052\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1052)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.4105 3.39524C6.71453 2.72796 7.16017 2.12164 7.72197 1.61091C8.28376 1.1002 8.9507 0.695066 9.68473 0.418661C10.4188 0.142261 11.2055 0 12 0C12.7945 0 13.5812 0.142263 14.3152 0.418662C15.0492 0.695067 15.7162 1.1002 16.278 1.61091C16.8398 2.12165 17.2854 2.72797 17.5894 3.39524C17.7162 3.67334 17.8706 4.16781 17.8921 4.25168C17.8995 4.2806 17.9182 4.3735 17.9395 4.50506C18.0278 5.05024 17.5819 5.5 17.0296 5.5L13 5.5V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0437L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V5.5L6.97029 5.5C6.41801 5.5 5.97216 5.05024 6.06045 4.50506C6.08176 4.3735 6.10045 4.28059 6.10786 4.25167C6.12936 4.16781 6.28379 3.67333 6.4105 3.39524ZM16.922 4.49551C16.919 4.48526 16.9117 4.46048 16.8988 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21679C16.778 4.05448 16.7209 3.90084 16.6794 3.80987C16.4336 3.27039 16.0704 2.77366 15.6053 2.35085C15.14 1.92789 14.5826 1.58792 13.9628 1.35451C13.3429 1.12109 12.6757 1 12 1C11.3242 1 10.657 1.12109 10.0371 1.35451C9.4173 1.58791 8.85991 1.92789 8.39465 2.35085C7.92956 2.77366 7.5663 3.27038 7.32049 3.80986C7.27904 3.90084 7.22189 4.05448 7.16698 4.21678C7.14108 4.29334 7.11827 4.36406 7.10109 4.41917C7.08822 4.46048 7.08093 4.48526 7.07792 4.49551L16.922 4.49551ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80424L14.53 10.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94321V17.0568Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.922 4.49551C16.919 4.48526 16.9117 4.46048 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21679C16.7781 4.05448 16.7209 3.90084 16.6795 3.80987C16.4337 3.27039 16.0704 2.77366 15.6053 2.35085C15.14 1.92789 14.5827 1.58792 13.9628 1.35451C13.3429 1.12109 12.6757 1 12 1C11.3243 1 10.657 1.12109 10.0371 1.35451C9.41731 1.58791 8.85992 1.92789 8.39466 2.35085C7.92957 2.77366 7.56631 3.27038 7.3205 3.80986C7.27905 3.90084 7.2219 4.05448 7.16699 4.21678C7.14109 4.29334 7.11829 4.36406 7.1011 4.41917C7.08823 4.46048 7.08094 4.48526 7.07794 4.49551L16.922 4.49551ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80426 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958L21 6.80424L14.53 10.848Z\" style=\"fill: var(--automation-device-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_1052\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-closed-left",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericClosedLeft",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericClosedLeft",
            "module": "src/icons/icon-threeway-acuator-generic-closed-left.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-closed-left",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericClosedLeft",
            "module": "src/icons/icon-threeway-acuator-generic-closed-left.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-closed-right.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericClosedRight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1051)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14V10.5C14 10.2239 13.7761 10 13.5 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80424L9.47 10.848Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80424L9.47 10.848Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_1051\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1051)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14V10.5C14 10.2239 13.7761 10 13.5 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80424L9.47 10.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80424L9.47 10.848Z\" style=\"fill: var(--automation-device-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_1051\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-closed-right",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericClosedRight",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericClosedRight",
            "module": "src/icons/icon-threeway-acuator-generic-closed-right.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-closed-right",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericClosedRight",
            "module": "src/icons/icon-threeway-acuator-generic-closed-right.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-closed.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericClosed",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1050)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10116 4.41917C7.11834 4.36406 7.14114 4.29334 7.16704 4.21679C7.22196 4.05448 7.2791 3.90084 7.32056 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 10.5146L3 6.94317V17.0568L8 13.4854V10.5146Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5813 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.6848 0.418662C8.95077 0.695067 8.28383 1.1002 7.72204 1.61091C7.16023 2.12165 6.7146 2.72797 6.41056 3.39524C6.28385 3.67334 6.12943 4.16781 6.10793 4.25168C6.10051 4.2806 6.08182 4.3735 6.06052 4.50506C5.97222 5.05024 6.41807 5.5 6.97036 5.5L11 5.5V12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9396 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10116 4.41917C7.11834 4.36406 7.14114 4.29334 7.16704 4.21679C7.22196 4.05448 7.2791 3.90084 7.32056 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.58124 6.12944C2.91937 5.65667 2 6.1298 2 6.94317V17.0568C2 17.8702 2.91937 18.3433 3.58124 17.8705L8.58124 14.2991C8.84403 14.1114 9 13.8083 9 13.4854V10.5146C9 10.1916 8.84403 9.88858 8.58124 9.70086L3.58124 6.12944ZM8 10.5146L3 6.94317V17.0568L8 13.4854V10.5146Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146V13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706ZM21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188ZM10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_1050\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1050)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10116 4.41917C7.11834 4.36406 7.14114 4.29334 7.16704 4.21679C7.22196 4.05448 7.2791 3.90084 7.32056 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 10.5146L3 6.94317V17.0568L8 13.4854V10.5146Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5813 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.6848 0.418662C8.95077 0.695067 8.28383 1.1002 7.72204 1.61091C7.16023 2.12165 6.7146 2.72797 6.41056 3.39524C6.28385 3.67334 6.12943 4.16781 6.10793 4.25168C6.10051 4.2806 6.08182 4.3735 6.06052 4.50506C5.97222 5.05024 6.41807 5.5 6.97036 5.5L11 5.5V12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9396 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10116 4.41917C7.11834 4.36406 7.14114 4.29334 7.16704 4.21679C7.22196 4.05448 7.2791 3.90084 7.32056 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.58124 6.12944C2.91937 5.65667 2 6.1298 2 6.94317V17.0568C2 17.8702 2.91937 18.3433 3.58124 17.8705L8.58124 14.2991C8.84403 14.1114 9 13.8083 9 13.4854V10.5146C9 10.1916 8.84403 9.88858 8.58124 9.70086L3.58124 6.12944ZM8 10.5146L3 6.94317V17.0568L8 13.4854V10.5146Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146V13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706ZM21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188ZM10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_1050\"> <rect width=\"24\" height=\"24\" fill=\"none\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-closed",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericClosed",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericClosed",
            "module": "src/icons/icon-threeway-acuator-generic-closed.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-closed",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericClosed",
            "module": "src/icons/icon-threeway-acuator-generic-closed.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-inleft-bottom-0.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericInleftBottom0",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1059)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14V10.5C14 10.2239 13.7761 10 13.5 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80424L9.47 10.848Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80424L9.47 10.848Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_1059\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1059)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14V10.5C14 10.2239 13.7761 10 13.5 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80424L9.47 10.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80424L9.47 10.848Z\" style=\"fill: var(--automation-device-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_1059\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-inleft-bottom-0",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericInleftBottom0",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftBottom0",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-bottom-0.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-inleft-bottom-0",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftBottom0",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-bottom-0.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-inleft-bottom-100.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericInleftBottom100",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1063)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.4105 3.39524C6.71453 2.72796 7.16017 2.12164 7.72197 1.61091C8.28376 1.1002 8.9507 0.695066 9.68473 0.418661C10.4188 0.142261 11.2055 0 12 0C12.7945 0 13.5812 0.142263 14.3152 0.418662C15.0492 0.695067 15.7162 1.1002 16.278 1.61091C16.8398 2.12165 17.2854 2.72797 17.5894 3.39524C17.7162 3.67334 17.8706 4.16781 17.8921 4.25168C17.8995 4.2806 17.9182 4.3735 17.9395 4.50506C18.0278 5.05024 17.5819 5.5 17.0296 5.5L13 5.5V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0437L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V5.5L6.97029 5.5C6.41801 5.5 5.97216 5.05024 6.06045 4.50506C6.08176 4.3735 6.10045 4.28059 6.10786 4.25167C6.12936 4.16781 6.28379 3.67333 6.4105 3.39524ZM16.922 4.49551C16.919 4.48526 16.9117 4.46048 16.8988 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21679C16.778 4.05448 16.7209 3.90084 16.6794 3.80987C16.4336 3.27039 16.0704 2.77366 15.6053 2.35085C15.14 1.92789 14.5826 1.58792 13.9628 1.35451C13.3429 1.12109 12.6757 1 12 1C11.3242 1 10.657 1.12109 10.0371 1.35451C9.4173 1.58791 8.85991 1.92789 8.39465 2.35085C7.92956 2.77366 7.5663 3.27038 7.32049 3.80986C7.27904 3.90084 7.22189 4.05448 7.16698 4.21678C7.14108 4.29334 7.11827 4.36406 7.10109 4.41917C7.08822 4.46048 7.08093 4.48526 7.07792 4.49551L16.922 4.49551ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80424L14.53 10.848Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94321V17.0568Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.922 4.49551C16.919 4.48526 16.9117 4.46048 16.8988 4.41917C16.8816 4.36406 16.8588 4.29334 16.8329 4.21679C16.778 4.05448 16.7209 3.90084 16.6794 3.80987C16.4336 3.27039 16.0703 2.77366 15.6052 2.35085C15.14 1.92789 14.5826 1.58792 13.9628 1.35451C13.3429 1.12109 12.6756 1 11.9999 1C11.3242 1 10.657 1.12109 10.0371 1.35451C9.41725 1.58791 8.85986 1.92789 8.3946 2.35085C7.92951 2.77366 7.56625 3.27038 7.32044 3.80986C7.27899 3.90084 7.22184 4.05448 7.16693 4.21678C7.14103 4.29334 7.11822 4.36406 7.10104 4.41917C7.08817 4.46048 7.08088 4.48526 7.07788 4.49551L16.922 4.49551ZM14.53 10.848C14.371 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.8479 14.53L6.8042 21H17.1957L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2928 13.2929C13.6221 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958L21 6.80424L14.53 10.848Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_1063\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1063)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.4105 3.39524C6.71453 2.72796 7.16017 2.12164 7.72197 1.61091C8.28376 1.1002 8.9507 0.695066 9.68473 0.418661C10.4188 0.142261 11.2055 0 12 0C12.7945 0 13.5812 0.142263 14.3152 0.418662C15.0492 0.695067 15.7162 1.1002 16.278 1.61091C16.8398 2.12165 17.2854 2.72797 17.5894 3.39524C17.7162 3.67334 17.8706 4.16781 17.8921 4.25168C17.8995 4.2806 17.9182 4.3735 17.9395 4.50506C18.0278 5.05024 17.5819 5.5 17.0296 5.5L13 5.5V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0437L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V5.5L6.97029 5.5C6.41801 5.5 5.97216 5.05024 6.06045 4.50506C6.08176 4.3735 6.10045 4.28059 6.10786 4.25167C6.12936 4.16781 6.28379 3.67333 6.4105 3.39524ZM16.922 4.49551C16.919 4.48526 16.9117 4.46048 16.8988 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21679C16.778 4.05448 16.7209 3.90084 16.6794 3.80987C16.4336 3.27039 16.0704 2.77366 15.6053 2.35085C15.14 1.92789 14.5826 1.58792 13.9628 1.35451C13.3429 1.12109 12.6757 1 12 1C11.3242 1 10.657 1.12109 10.0371 1.35451C9.4173 1.58791 8.85991 1.92789 8.39465 2.35085C7.92956 2.77366 7.5663 3.27038 7.32049 3.80986C7.27904 3.90084 7.22189 4.05448 7.16698 4.21678C7.14108 4.29334 7.11827 4.36406 7.10109 4.41917C7.08822 4.46048 7.08093 4.48526 7.07792 4.49551L16.922 4.49551ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80424L14.53 10.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94321V17.0568Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.922 4.49551C16.919 4.48526 16.9117 4.46048 16.8988 4.41917C16.8816 4.36406 16.8588 4.29334 16.8329 4.21679C16.778 4.05448 16.7209 3.90084 16.6794 3.80987C16.4336 3.27039 16.0703 2.77366 15.6052 2.35085C15.14 1.92789 14.5826 1.58792 13.9628 1.35451C13.3429 1.12109 12.6756 1 11.9999 1C11.3242 1 10.657 1.12109 10.0371 1.35451C9.41725 1.58791 8.85986 1.92789 8.3946 2.35085C7.92951 2.77366 7.56625 3.27038 7.32044 3.80986C7.27899 3.90084 7.22184 4.05448 7.16693 4.21678C7.14103 4.29334 7.11822 4.36406 7.10104 4.41917C7.08817 4.46048 7.08088 4.48526 7.07788 4.49551L16.922 4.49551ZM14.53 10.848C14.371 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.8479 14.53L6.8042 21H17.1957L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2928 13.2929C13.6221 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958L21 6.80424L14.53 10.848Z\" style=\"fill: var(--automation-device-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_1063\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-inleft-bottom-100",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericInleftBottom100",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftBottom100",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-bottom-100.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-inleft-bottom-100",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftBottom100",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-bottom-100.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-inleft-bottom-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericInleftBottom25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97366 13.9503 10 13.8566 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM6 8.67925L3 6.80425L3 17.1958L6 15.3208V8.67925ZM19 8.05425L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L7 9.30425V14.6958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L19 15.9458V8.05425ZM20 7.42925L21 6.80424V17.1958L20 16.5708V7.42925Z\" fill=\"currentColor\"/> <path d=\"M3 17.1962L3 6.80469L6 8.67969V15.3212L3 17.1962Z\" fill=\"currentColor\"/> <path d=\"M21 17.1962V6.80469L20 7.42969V16.5712L21 17.1962Z\" fill=\"currentColor\"/> <path d=\"M14.6516 10.772L19 8.05425V15.9458L14.53 13.152C14.1351 12.9052 13.6221 12.9636 13.2928 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1957 21L6.8042 21L10.848 14.53C11.0947 14.1351 11.0363 13.6222 10.7071 13.2929C10.3778 12.9636 9.86483 12.9052 9.46995 13.152L6.99995 14.6958V9.30425L9.46995 10.848C9.62888 10.9473 9.81253 11 9.99995 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772Z\" fill=\"currentColor\"/> <path d=\"M7.10111 4.41917C7.08823 4.46048 7.08094 4.48526 7.07794 4.49551L16.922 4.49551C16.919 4.48526 16.9117 4.46048 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21678C16.7781 4.05448 16.7209 3.90084 16.6795 3.80986C16.4337 3.27038 16.0704 2.77366 15.6053 2.35085C15.14 1.92789 14.5827 1.58791 13.9628 1.35451C13.3429 1.12109 12.6757 1 12 1C11.3243 1 10.657 1.12109 10.0371 1.35451C9.41731 1.58792 8.85992 1.92789 8.39466 2.35085C7.92957 2.77366 7.56631 3.27039 7.3205 3.80987C7.27905 3.90084 7.2219 4.05448 7.16699 4.21679C7.14109 4.29334 7.11829 4.36406 7.10111 4.41917Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97366 13.9503 10 13.8566 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM6 8.67925L3 6.80425L3 17.1958L6 15.3208V8.67925ZM19 8.05425L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L7 9.30425V14.6958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L19 15.9458V8.05425ZM20 7.42925L21 6.80424V17.1958L20 16.5708V7.42925Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M3 17.1962L3 6.80469L6 8.67969V15.3212L3 17.1962Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M21 17.1962V6.80469L20 7.42969V16.5712L21 17.1962Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14.6516 10.772L19 8.05425V15.9458L14.53 13.152C14.1351 12.9052 13.6221 12.9636 13.2928 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1957 21L6.8042 21L10.848 14.53C11.0947 14.1351 11.0363 13.6222 10.7071 13.2929C10.3778 12.9636 9.86483 12.9052 9.46995 13.152L6.99995 14.6958V9.30425L9.46995 10.848C9.62888 10.9473 9.81253 11 9.99995 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.10111 4.41917C7.08823 4.46048 7.08094 4.48526 7.07794 4.49551L16.922 4.49551C16.919 4.48526 16.9117 4.46048 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21678C16.7781 4.05448 16.7209 3.90084 16.6795 3.80986C16.4337 3.27038 16.0704 2.77366 15.6053 2.35085C15.14 1.92789 14.5827 1.58791 13.9628 1.35451C13.3429 1.12109 12.6757 1 12 1C11.3243 1 10.657 1.12109 10.0371 1.35451C9.41731 1.58792 8.85992 1.92789 8.39466 2.35085C7.92957 2.77366 7.56631 3.27039 7.3205 3.80987C7.27905 3.90084 7.2219 4.05448 7.16699 4.21679C7.14109 4.29334 7.11829 4.36406 7.10111 4.41917Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-inleft-bottom-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericInleftBottom25",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftBottom25",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-bottom-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-inleft-bottom-25",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftBottom25",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-bottom-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-inleft-bottom-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericInleftBottom50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97366 13.9503 10 13.8566 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM5 8.05425L3 6.80425L3 17.1958L5 15.9458V8.05425ZM18 8.67925L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L6 8.67925V15.3208L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L18 15.3208V8.67925ZM19 8.05425L21 6.80425V17.1958L19 15.9458V8.05425Z\" fill=\"currentColor\"/> <path d=\"M3 17.1962L3 6.80469L5 8.05469V15.9462L3 17.1962Z\" fill=\"currentColor\"/> <path d=\"M21 17.1962V6.80469L19 8.05469V15.9462L21 17.1962Z\" fill=\"currentColor\"/> <path d=\"M14.6516 10.772L18 8.67925V15.3208L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L6 15.3208V8.67925L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772Z\" fill=\"currentColor\"/> <path d=\"M7.10115 4.41917C7.08828 4.46048 7.08099 4.48526 7.07799 4.49551L16.9221 4.49551C16.9191 4.48526 16.9118 4.46048 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21678C16.7781 4.05448 16.721 3.90084 16.6795 3.80986C16.4337 3.27038 16.0704 2.77366 15.6054 2.35085C15.1401 1.92789 14.5827 1.58791 13.9629 1.35451C13.343 1.12109 12.6758 1 12 1C11.3243 1 10.6571 1.12109 10.0372 1.35451C9.41736 1.58792 8.85997 1.92789 8.39471 2.35085C7.92962 2.77366 7.56636 3.27039 7.32055 3.80987C7.2791 3.90084 7.22195 4.05448 7.16704 4.21679C7.14114 4.29334 7.11833 4.36406 7.10115 4.41917Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97366 13.9503 10 13.8566 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM5 8.05425L3 6.80425L3 17.1958L5 15.9458V8.05425ZM18 8.67925L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L6 8.67925V15.3208L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L18 15.3208V8.67925ZM19 8.05425L21 6.80425V17.1958L19 15.9458V8.05425Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M3 17.1962L3 6.80469L5 8.05469V15.9462L3 17.1962Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M21 17.1962V6.80469L19 8.05469V15.9462L21 17.1962Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14.6516 10.772L18 8.67925V15.3208L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L6 15.3208V8.67925L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.10115 4.41917C7.08828 4.46048 7.08099 4.48526 7.07799 4.49551L16.9221 4.49551C16.9191 4.48526 16.9118 4.46048 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21678C16.7781 4.05448 16.721 3.90084 16.6795 3.80986C16.4337 3.27038 16.0704 2.77366 15.6054 2.35085C15.1401 1.92789 14.5827 1.58791 13.9629 1.35451C13.343 1.12109 12.6758 1 12 1C11.3243 1 10.6571 1.12109 10.0372 1.35451C9.41736 1.58792 8.85997 1.92789 8.39471 2.35085C7.92962 2.77366 7.56636 3.27039 7.32055 3.80987C7.2791 3.90084 7.22195 4.05448 7.16704 4.21679C7.14114 4.29334 7.11833 4.36406 7.10115 4.41917Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-inleft-bottom-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericInleftBottom50",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftBottom50",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-bottom-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-inleft-bottom-50",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftBottom50",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-bottom-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-inleft-bottom-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericInleftBottom75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97366 13.9503 10 13.8566 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM17 9.30425L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L5 8.05425V15.9458L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L17 14.6958V9.30425ZM18 8.67925L21 6.80425V17.1958L18 15.3208V8.67925ZM4 16.5708V7.42925L3 6.80425L3 17.1958L4 16.5708Z\" fill=\"currentColor\"/> <path d=\"M4 7.42969V16.5712L3 17.1962L3 6.80469L4 7.42969Z\" fill=\"currentColor\"/> <path d=\"M21 17.1962V6.80469L18 8.67969V15.3212L21 17.1962Z\" fill=\"currentColor\"/> <path d=\"M14.6516 10.772L17 9.30425V14.6958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L5 15.9458V8.05425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772Z\" fill=\"currentColor\"/> <path d=\"M7.10115 4.41917C7.08828 4.46048 7.08099 4.48526 7.07799 4.49551L16.9221 4.49551C16.9191 4.48526 16.9118 4.46048 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21678C16.7781 4.05448 16.721 3.90084 16.6795 3.80986C16.4337 3.27038 16.0704 2.77366 15.6054 2.35085C15.1401 1.92789 14.5827 1.58791 13.9629 1.35451C13.343 1.12109 12.6758 1 12 1C11.3243 1 10.6571 1.12109 10.0372 1.35451C9.41736 1.58792 8.85997 1.92789 8.39471 2.35085C7.92962 2.77366 7.56636 3.27039 7.32055 3.80987C7.2791 3.90084 7.22195 4.05448 7.16704 4.21679C7.14114 4.29334 7.11833 4.36406 7.10115 4.41917Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97366 13.9503 10 13.8566 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM17 9.30425L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L5 8.05425V15.9458L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L17 14.6958V9.30425ZM18 8.67925L21 6.80425V17.1958L18 15.3208V8.67925ZM4 16.5708V7.42925L3 6.80425L3 17.1958L4 16.5708Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M4 7.42969V16.5712L3 17.1962L3 6.80469L4 7.42969Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M21 17.1962V6.80469L18 8.67969V15.3212L21 17.1962Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14.6516 10.772L17 9.30425V14.6958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L5 15.9458V8.05425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.10115 4.41917C7.08828 4.46048 7.08099 4.48526 7.07799 4.49551L16.9221 4.49551C16.9191 4.48526 16.9118 4.46048 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21678C16.7781 4.05448 16.721 3.90084 16.6795 3.80986C16.4337 3.27038 16.0704 2.77366 15.6054 2.35085C15.1401 1.92789 14.5827 1.58791 13.9629 1.35451C13.343 1.12109 12.6758 1 12 1C11.3243 1 10.6571 1.12109 10.0372 1.35451C9.41736 1.58792 8.85997 1.92789 8.39471 2.35085C7.92962 2.77366 7.56636 3.27039 7.32055 3.80987C7.2791 3.90084 7.22195 4.05448 7.16704 4.21679C7.14114 4.29334 7.11833 4.36406 7.10115 4.41917Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-inleft-bottom-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericInleftBottom75",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftBottom75",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-bottom-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-inleft-bottom-75",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftBottom75",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-bottom-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-inleft-left-0.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericInleftLeft0",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1054)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14V10.5C14 10.2239 13.7761 10 13.5 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80424L9.47 10.848Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80424L9.47 10.848Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_1054\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1054)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14V10.5C14 10.2239 13.7761 10 13.5 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80424L9.47 10.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80424L9.47 10.848Z\" style=\"fill: var(--automation-device-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_1054\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-inleft-left-0",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericInleftLeft0",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftLeft0",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-left-0.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-inleft-left-0",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftLeft0",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-left-0.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-inleft-left-100.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericInleftLeft100",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1058)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10.1434C10.0497 10 9.95786 9.97366 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14H14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80424V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80424V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_1058\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1058)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10.1434C10.0497 10 9.95786 9.97366 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14H14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80424V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80424V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14Z\" style=\"fill: var(--automation-device-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_1058\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-inleft-left-100",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericInleftLeft100",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftLeft100",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-left-100.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-inleft-left-100",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftLeft100",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-left-100.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-inleft-left-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericInleftLeft25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97366 13.9503 10 13.8566 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM18.0306 8.6601L21 6.80425V17.1958L18.0306 15.3399V8.6601ZM17.0306 14.7149V9.2851L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.05425 19H15.9458L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L17.0306 14.7149ZM16.5708 20H7.42925L6.80425 21L17.1958 21L16.5708 20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0306 8.66054L21 6.80469V17.1962L18.0306 15.3403V8.66054ZM16.5707 20.0004H7.4292L6.8042 21.0004L17.1957 21.0004L16.5707 20.0004Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9458 19L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L17.0306 14.7149V9.2851L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.05425 19H15.9458Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9235 4.5L7.07707 4.5L16.9235 4.5ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97366 13.9503 10 13.8566 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM18.0306 8.6601L21 6.80425V17.1958L18.0306 15.3399V8.6601ZM17.0306 14.7149V9.2851L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.05425 19H15.9458L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L17.0306 14.7149ZM16.5708 20H7.42925L6.80425 21L17.1958 21L16.5708 20Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0306 8.66054L21 6.80469V17.1962L18.0306 15.3403V8.66054ZM16.5707 20.0004H7.4292L6.8042 21.0004L17.1957 21.0004L16.5707 20.0004Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9458 19L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L17.0306 14.7149V9.2851L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.05425 19H15.9458Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9235 4.5L7.07707 4.5L16.9235 4.5ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-inleft-left-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericInleftLeft25",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftLeft25",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-left-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-inleft-left-25",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftLeft25",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-left-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-inleft-left-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericInleftLeft50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97366 13.9503 10 13.8566 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM8.05425 19L6.80425 21H17.1958L15.9458 19H8.05425ZM18 8.67925L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.67925 18H15.3208L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L18 15.3208V8.67925ZM19 8.05425L21 6.80425V17.1958L19 15.9458V8.05425Z\" fill=\"currentColor\"/> <path d=\"M21 17.1958V6.80425L19 8.05425V15.9458L21 17.1958Z\" fill=\"currentColor\"/> <path d=\"M6.8042 21L17.1957 21L15.9457 19H8.0542L6.8042 21Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9235 4.5L7.07707 4.5L16.9235 4.5ZM7.07798 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551\" fill=\"currentColor\"/> <path d=\"M18 15.3208V8.67925L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.67925 18H15.3208L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L18 15.3208Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97366 13.9503 10 13.8566 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM8.05425 19L6.80425 21H17.1958L15.9458 19H8.05425ZM18 8.67925L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.67925 18H15.3208L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L18 15.3208V8.67925ZM19 8.05425L21 6.80425V17.1958L19 15.9458V8.05425Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M21 17.1958V6.80425L19 8.05425V15.9458L21 17.1958Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M6.8042 21L17.1957 21L15.9457 19H8.0542L6.8042 21Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9235 4.5L7.07707 4.5L16.9235 4.5ZM7.07798 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M18 15.3208V8.67925L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.67925 18H15.3208L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L18 15.3208Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-inleft-left-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericInleftLeft50",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftLeft50",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-left-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-inleft-left-50",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftLeft50",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-left-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-inleft-left-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericInleftLeft75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0437 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97366 13.9503 10 13.8566 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM19 15.9458L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L14.6567 16.9375H9.34331L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772L19 8.05425V15.9458ZM20 7.42925V16.5708L21 17.1958V6.80424L20 7.42925ZM8.71831 17.9375H15.2817L17.1958 21L6.80425 21L8.71831 17.9375Z\" fill=\"currentColor\"/> <path d=\"M15.2816 17.9375H8.71826L6.8042 21L17.1957 21L15.2816 17.9375Z\" fill=\"currentColor\"/> <path d=\"M20 7.42925V16.5708L21 17.1958V6.80425L20 7.42925Z\" fill=\"currentColor\"/> <path d=\"M14.53 13.1516L19 15.9453V8.05381L14.6516 10.7716C14.4132 10.9206 14.1377 10.9996 13.8566 10.9996H10C9.81258 10.9996 9.62893 10.9469 9.47 10.8476L3 6.80381L3 17.1953L9.47 13.1516C9.86488 12.9048 10.3778 12.9632 10.7071 13.2925C11.0364 13.6217 11.0948 14.1347 10.848 14.5296L9.34331 16.9371H14.6567L13.152 14.5296C12.9052 14.1347 12.9636 13.6217 13.2929 13.2925C13.6222 12.9632 14.1351 12.9048 14.53 13.1516Z\" fill=\"currentColor\"/> <path d=\"M7.078 4.49551C7.08101 4.48526 7.08829 4.46048 7.10117 4.41917C7.11835 4.36406 7.14115 4.29334 7.16705 4.21679C7.22197 4.05448 7.27912 3.90084 7.32057 3.80987C7.56637 3.27039 7.92964 2.77366 8.39472 2.35085C8.85999 1.92789 9.41737 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0705 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.078 4.49551Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0437 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97366 13.9503 10 13.8566 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM19 15.9458L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L14.6567 16.9375H9.34331L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772L19 8.05425V15.9458ZM20 7.42925V16.5708L21 17.1958V6.80424L20 7.42925ZM8.71831 17.9375H15.2817L17.1958 21L6.80425 21L8.71831 17.9375Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M15.2816 17.9375H8.71826L6.8042 21L17.1957 21L15.2816 17.9375Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M20 7.42925V16.5708L21 17.1958V6.80425L20 7.42925Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14.53 13.1516L19 15.9453V8.05381L14.6516 10.7716C14.4132 10.9206 14.1377 10.9996 13.8566 10.9996H10C9.81258 10.9996 9.62893 10.9469 9.47 10.8476L3 6.80381L3 17.1953L9.47 13.1516C9.86488 12.9048 10.3778 12.9632 10.7071 13.2925C11.0364 13.6217 11.0948 14.1347 10.848 14.5296L9.34331 16.9371H14.6567L13.152 14.5296C12.9052 14.1347 12.9636 13.6217 13.2929 13.2925C13.6222 12.9632 14.1351 12.9048 14.53 13.1516Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.078 4.49551C7.08101 4.48526 7.08829 4.46048 7.10117 4.41917C7.11835 4.36406 7.14115 4.29334 7.16705 4.21679C7.22197 4.05448 7.27912 3.90084 7.32057 3.80987C7.56637 3.27039 7.92964 2.77366 8.39472 2.35085C8.85999 1.92789 9.41737 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0705 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.078 4.49551Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-inleft-left-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericInleftLeft75",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftLeft75",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-left-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-inleft-left-75",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftLeft75",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-left-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-inleft-right-0.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericInleftRight0",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1064)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10.1434C10.0497 10 9.95786 9.97366 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14H14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80424V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80424V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_1064\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1064)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10.1434C10.0497 10 9.95786 9.97366 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14H14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80424V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80424V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14Z\" style=\"fill: var(--automation-device-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_1064\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-inleft-right-0",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericInleftRight0",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftRight0",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-right-0.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-inleft-right-0",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftRight0",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-right-0.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-inleft-right-100.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericInleftRight100",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1068)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.4105 3.39524C6.71453 2.72796 7.16017 2.12164 7.72197 1.61091C8.28376 1.1002 8.9507 0.695066 9.68473 0.418661C10.4188 0.142261 11.2055 0 12 0C12.7945 0 13.5812 0.142263 14.3152 0.418662C15.0492 0.695067 15.7162 1.1002 16.278 1.61091C16.8398 2.12165 17.2854 2.72797 17.5894 3.39524C17.7162 3.67334 17.8706 4.16781 17.8921 4.25168C17.8995 4.2806 17.9182 4.3735 17.9395 4.50506C18.0278 5.05024 17.5819 5.5 17.0296 5.5L13 5.5V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0437L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V5.5L6.97029 5.5C6.41801 5.5 5.97216 5.05024 6.06045 4.50506C6.08176 4.3735 6.10045 4.28059 6.10786 4.25167C6.12936 4.16781 6.28379 3.67333 6.4105 3.39524ZM16.922 4.49551C16.919 4.48526 16.9117 4.46048 16.8988 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21679C16.778 4.05448 16.7209 3.90084 16.6794 3.80987C16.4336 3.27039 16.0704 2.77366 15.6053 2.35085C15.14 1.92789 14.5826 1.58792 13.9628 1.35451C13.3429 1.12109 12.6757 1 12 1C11.3242 1 10.657 1.12109 10.0371 1.35451C9.4173 1.58791 8.85991 1.92789 8.39465 2.35085C7.92956 2.77366 7.5663 3.27038 7.32049 3.80986C7.27904 3.90084 7.22189 4.05448 7.16698 4.21678C7.14108 4.29334 7.11827 4.36406 7.10109 4.41917C7.08822 4.46048 7.08093 4.48526 7.07792 4.49551L16.922 4.49551ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80424L14.53 10.848Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94321V17.0568Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.922 4.49551C16.919 4.48526 16.9117 4.46048 16.8988 4.41917C16.8816 4.36406 16.8588 4.29334 16.8329 4.21679C16.778 4.05448 16.7209 3.90084 16.6794 3.80987C16.4336 3.27039 16.0703 2.77366 15.6052 2.35085C15.14 1.92789 14.5826 1.58792 13.9628 1.35451C13.3429 1.12109 12.6756 1 11.9999 1C11.3242 1 10.657 1.12109 10.0371 1.35451C9.41725 1.58791 8.85986 1.92789 8.3946 2.35085C7.92951 2.77366 7.56625 3.27038 7.32044 3.80986C7.27899 3.90084 7.22184 4.05448 7.16693 4.21678C7.14103 4.29334 7.11822 4.36406 7.10104 4.41917C7.08817 4.46048 7.08088 4.48526 7.07788 4.49551L16.922 4.49551ZM14.53 10.848C14.371 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.8479 14.53L6.8042 21H17.1957L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2928 13.2929C13.6221 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958L21 6.80424L14.53 10.848Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_1068\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1068)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.4105 3.39524C6.71453 2.72796 7.16017 2.12164 7.72197 1.61091C8.28376 1.1002 8.9507 0.695066 9.68473 0.418661C10.4188 0.142261 11.2055 0 12 0C12.7945 0 13.5812 0.142263 14.3152 0.418662C15.0492 0.695067 15.7162 1.1002 16.278 1.61091C16.8398 2.12165 17.2854 2.72797 17.5894 3.39524C17.7162 3.67334 17.8706 4.16781 17.8921 4.25168C17.8995 4.2806 17.9182 4.3735 17.9395 4.50506C18.0278 5.05024 17.5819 5.5 17.0296 5.5L13 5.5V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0437L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V5.5L6.97029 5.5C6.41801 5.5 5.97216 5.05024 6.06045 4.50506C6.08176 4.3735 6.10045 4.28059 6.10786 4.25167C6.12936 4.16781 6.28379 3.67333 6.4105 3.39524ZM16.922 4.49551C16.919 4.48526 16.9117 4.46048 16.8988 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21679C16.778 4.05448 16.7209 3.90084 16.6794 3.80987C16.4336 3.27039 16.0704 2.77366 15.6053 2.35085C15.14 1.92789 14.5826 1.58792 13.9628 1.35451C13.3429 1.12109 12.6757 1 12 1C11.3242 1 10.657 1.12109 10.0371 1.35451C9.4173 1.58791 8.85991 1.92789 8.39465 2.35085C7.92956 2.77366 7.5663 3.27038 7.32049 3.80986C7.27904 3.90084 7.22189 4.05448 7.16698 4.21678C7.14108 4.29334 7.11827 4.36406 7.10109 4.41917C7.08822 4.46048 7.08093 4.48526 7.07792 4.49551L16.922 4.49551ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80424L14.53 10.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94321V17.0568Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.922 4.49551C16.919 4.48526 16.9117 4.46048 16.8988 4.41917C16.8816 4.36406 16.8588 4.29334 16.8329 4.21679C16.778 4.05448 16.7209 3.90084 16.6794 3.80987C16.4336 3.27039 16.0703 2.77366 15.6052 2.35085C15.14 1.92789 14.5826 1.58792 13.9628 1.35451C13.3429 1.12109 12.6756 1 11.9999 1C11.3242 1 10.657 1.12109 10.0371 1.35451C9.41725 1.58791 8.85986 1.92789 8.3946 2.35085C7.92951 2.77366 7.56625 3.27038 7.32044 3.80986C7.27899 3.90084 7.22184 4.05448 7.16693 4.21678C7.14103 4.29334 7.11822 4.36406 7.10104 4.41917C7.08817 4.46048 7.08088 4.48526 7.07788 4.49551L16.922 4.49551ZM14.53 10.848C14.371 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.8479 14.53L6.8042 21H17.1957L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2928 13.2929C13.6221 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958L21 6.80424L14.53 10.848Z\" style=\"fill: var(--automation-device-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_1068\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-inleft-right-100",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericInleftRight100",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftRight100",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-right-100.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-inleft-right-100",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftRight100",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-right-100.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-inleft-right-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericInleftRight25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10.1434C10.0497 10 9.95786 9.97366 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L8.71429 14.8036L10 14L8.45081 16.4787L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM8.05425 19L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L8.91999 13.4958L6.96936 14.7149V9.2851L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80424V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.9458 19H8.05425ZM16.5708 20H7.42925L6.80425 21H17.1958L16.5708 20ZM6 8.61328V15.3201L3 17.1958L3 6.80425L6 8.61328Z\" fill=\"currentColor\"/> <path d=\"M16.5708 20H7.42925L6.80425 21L17.1958 21L16.5708 20Z\" fill=\"currentColor\"/> <path d=\"M6 15.3242L6 8.60156L3 6.80425L3 17.1958L6 15.3242Z\" fill=\"currentColor\"/> <path d=\"M7.078 4.49551C7.08101 4.48526 7.08829 4.46048 7.10117 4.41917C7.11835 4.36406 7.14115 4.29334 7.16705 4.21679C7.22197 4.05448 7.27912 3.90084 7.32057 3.80987C7.56637 3.27039 7.92964 2.77366 8.39472 2.35085C8.85998 1.92789 9.41737 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0705 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.078 4.49551Z\" fill=\"currentColor\"/> <path d=\"M8.05425 19L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L6.96936 14.7149V9.2851L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.9458 19H8.05425Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10.1434C10.0497 10 9.95786 9.97366 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L8.71429 14.8036L10 14L8.45081 16.4787L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM8.05425 19L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L8.91999 13.4958L6.96936 14.7149V9.2851L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80424V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.9458 19H8.05425ZM16.5708 20H7.42925L6.80425 21H17.1958L16.5708 20ZM6 8.61328V15.3201L3 17.1958L3 6.80425L6 8.61328Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M16.5708 20H7.42925L6.80425 21L17.1958 21L16.5708 20Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M6 15.3242L6 8.60156L3 6.80425L3 17.1958L6 15.3242Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M7.078 4.49551C7.08101 4.48526 7.08829 4.46048 7.10117 4.41917C7.11835 4.36406 7.14115 4.29334 7.16705 4.21679C7.22197 4.05448 7.27912 3.90084 7.32057 3.80987C7.56637 3.27039 7.92964 2.77366 8.39472 2.35085C8.85998 1.92789 9.41737 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0705 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.078 4.49551Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M8.05425 19L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L6.96936 14.7149V9.2851L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.9458 19H8.05425Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-inleft-right-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericInleftRight25",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftRight25",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-right-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-inleft-right-25",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftRight25",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-right-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-inleft-right-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericInleftRight50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10.1434C10.0497 10 9.95786 9.97366 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM8.05425 19L6.80425 21H17.1958L15.9458 19H8.05425ZM6 15.3208L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.67925 18H15.3208L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80424L14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772L6 8.67925V15.3208ZM5 15.9458L3 17.1958L3 6.80425L5 8.05425V15.9458Z\" fill=\"currentColor\"/> <path d=\"M17.1958 21.0004H6.80425L8.05425 19.0004H15.9458L17.1958 21.0004Z\" fill=\"currentColor\"/> <path d=\"M3 6.80469L3 17.1962L5 15.9462V8.05469L3 6.80469Z\" fill=\"currentColor\"/> <path d=\"M9.47 13.152L6 15.3208V8.67925L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80424V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.3208 18H8.67925L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152Z\" fill=\"currentColor\"/> <path d=\"M7.10115 4.41917C7.08828 4.46048 7.08099 4.48526 7.07799 4.49551L16.9221 4.49551C16.9191 4.48526 16.9118 4.46048 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21678C16.7781 4.05448 16.721 3.90084 16.6795 3.80986C16.4337 3.27038 16.0704 2.77366 15.6054 2.35085C15.1401 1.92789 14.5827 1.58791 13.9629 1.35451C13.343 1.12109 12.6758 1 12 1C11.3243 1 10.6571 1.12109 10.0372 1.35451C9.41736 1.58792 8.85997 1.92789 8.39471 2.35085C7.92962 2.77366 7.56636 3.27039 7.32055 3.80987C7.2791 3.90084 7.22195 4.05448 7.16704 4.21679C7.14114 4.29334 7.11833 4.36406 7.10115 4.41917Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10.1434C10.0497 10 9.95786 9.97366 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM8.05425 19L6.80425 21H17.1958L15.9458 19H8.05425ZM6 15.3208L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.67925 18H15.3208L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80424L14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772L6 8.67925V15.3208ZM5 15.9458L3 17.1958L3 6.80425L5 8.05425V15.9458Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M17.1958 21.0004H6.80425L8.05425 19.0004H15.9458L17.1958 21.0004Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M3 6.80469L3 17.1962L5 15.9462V8.05469L3 6.80469Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M9.47 13.152L6 15.3208V8.67925L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80424V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.3208 18H8.67925L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.10115 4.41917C7.08828 4.46048 7.08099 4.48526 7.07799 4.49551L16.9221 4.49551C16.9191 4.48526 16.9118 4.46048 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21678C16.7781 4.05448 16.721 3.90084 16.6795 3.80986C16.4337 3.27038 16.0704 2.77366 15.6054 2.35085C15.1401 1.92789 14.5827 1.58791 13.9629 1.35451C13.343 1.12109 12.6758 1 12 1C11.3243 1 10.6571 1.12109 10.0372 1.35451C9.41736 1.58792 8.85997 1.92789 8.39471 2.35085C7.92962 2.77366 7.56636 3.27039 7.32055 3.80987C7.2791 3.90084 7.22195 4.05448 7.16704 4.21679C7.14114 4.29334 7.11833 4.36406 7.10115 4.41917Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-inleft-right-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericInleftRight50",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftRight50",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-right-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-inleft-right-50",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftRight50",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-right-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-inleft-right-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericInleftRight75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10.1434C10.0497 10 9.95786 9.97366 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM6.80425 21L8.71831 17.9375H15.2817L17.1958 21L6.80425 21ZM4 7.42925L3 6.80425V17.1958L4 16.5708V7.42925ZM5 8.05425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80424V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L14.6567 16.9375H9.34331L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L5 15.9458V8.05425Z\" fill=\"currentColor\"/> <path d=\"M15.2817 17.9379H8.71831L6.80425 21.0004L17.1958 21.0004L15.2817 17.9379Z\" fill=\"currentColor\"/> <path d=\"M3 17.1962V6.80469L4 7.42969V16.5712L3 17.1962Z\" fill=\"currentColor\"/> <path d=\"M9.3484 10.772L5 8.05425V15.9458L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L9.34331 16.9375H14.6567L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80424L14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772Z\" fill=\"currentColor\"/> <path d=\"M7.10115 4.41917C7.08828 4.46048 7.08099 4.48526 7.07799 4.49551L16.9221 4.49551C16.9191 4.48526 16.9118 4.46048 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21678C16.7781 4.05448 16.721 3.90084 16.6795 3.80986C16.4337 3.27038 16.0704 2.77366 15.6054 2.35085C15.1401 1.92789 14.5827 1.58791 13.9629 1.35451C13.343 1.12109 12.6758 1 12 1C11.3243 1 10.6571 1.12109 10.0372 1.35451C9.41736 1.58792 8.85997 1.92789 8.39471 2.35085C7.92962 2.77366 7.56636 3.27039 7.32055 3.80987C7.2791 3.90084 7.22195 4.05448 7.16704 4.21679C7.14114 4.29334 7.11833 4.36406 7.10115 4.41917Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10.1434C10.0497 10 9.95786 9.97366 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM6.80425 21L8.71831 17.9375H15.2817L17.1958 21L6.80425 21ZM4 7.42925L3 6.80425V17.1958L4 16.5708V7.42925ZM5 8.05425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80424V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L14.6567 16.9375H9.34331L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L5 15.9458V8.05425Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M15.2817 17.9379H8.71831L6.80425 21.0004L17.1958 21.0004L15.2817 17.9379Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M3 17.1962V6.80469L4 7.42969V16.5712L3 17.1962Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M9.3484 10.772L5 8.05425V15.9458L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L9.34331 16.9375H14.6567L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80424L14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.10115 4.41917C7.08828 4.46048 7.08099 4.48526 7.07799 4.49551L16.9221 4.49551C16.9191 4.48526 16.9118 4.46048 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21678C16.7781 4.05448 16.721 3.90084 16.6795 3.80986C16.4337 3.27038 16.0704 2.77366 15.6054 2.35085C15.1401 1.92789 14.5827 1.58791 13.9629 1.35451C13.343 1.12109 12.6758 1 12 1C11.3243 1 10.6571 1.12109 10.0372 1.35451C9.41736 1.58792 8.85997 1.92789 8.39471 2.35085C7.92962 2.77366 7.56636 3.27039 7.32055 3.80987C7.2791 3.90084 7.22195 4.05448 7.16704 4.21679C7.14114 4.29334 7.11833 4.36406 7.10115 4.41917Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-inleft-right-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericInleftRight75",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftRight75",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-right-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-inleft-right-75",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericInleftRight75",
            "module": "src/icons/icon-threeway-acuator-generic-inleft-right-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-generic-open.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorGenericOpen",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97366 13.9503 10 13.8566 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772L21 6.80424V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772L21 6.80424V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0437L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0437C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97366 13.9503 10 13.8566 10H13V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772L21 6.80424V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772L21 6.80424V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-generic-open",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorGenericOpen",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericOpen",
            "module": "src/icons/icon-threeway-acuator-generic-open.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-generic-open",
          "declaration": {
            "name": "ObiThreewayAcuatorGenericOpen",
            "module": "src/icons/icon-threeway-acuator-generic-open.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-closed-bottom.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonClosedBottom",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10.1434C10.0497 10 9.95786 9.97367 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14H14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14Z\" fill=\"currentColor\"/> <path d=\"M6.94312 21L10.5145 16H13.4853L17.0567 21H6.94312Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" fill=\"currentColor\"/> <path d=\"M14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772L3 6.80425L3 17.1958L9.47 13.152C9.62893 13.0527 9.81258 13 10 13H14C14.1874 13 14.3711 13.0527 14.53 13.152L21 17.1958V6.80425L14.53 10.848Z\" fill=\"currentColor\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10.1434C10.0497 10 9.95786 9.97367 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14H14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M6.94312 21L10.5145 16H13.4853L17.0567 21H6.94312Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772L3 6.80425L3 17.1958L9.47 13.152C9.62893 13.0527 9.81258 13 10 13H14C14.1874 13 14.3711 13.0527 14.53 13.152L21 17.1958V6.80425L14.53 10.848Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-closed-bottom",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonClosedBottom",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonClosedBottom",
            "module": "src/icons/icon-threeway-acuator-piston-closed-bottom.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-closed-bottom",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonClosedBottom",
            "module": "src/icons/icon-threeway-acuator-piston-closed-bottom.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-closed-left.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonClosedLeft",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14V10.5C14 10.2239 13.7761 10 13.5 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848Z\" fill=\"currentColor\"/> <path d=\"M16 13.4852L21 17.0566V6.94302L16 10.5144V13.4852Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" fill=\"currentColor\"/> <path d=\"M10 11C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21H17.1958L13.152 14.53C13.0527 14.3711 13 14.1874 13 14V11H10Z\" fill=\"currentColor\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14V10.5C14 10.2239 13.7761 10 13.5 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M16 13.4852L21 17.0566V6.94302L16 10.5144V13.4852Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M10 11C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21H17.1958L13.152 14.53C13.0527 14.3711 13 14.1874 13 14V11H10Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-closed-left",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonClosedLeft",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonClosedLeft",
            "module": "src/icons/icon-threeway-acuator-piston-closed-left.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-closed-left",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonClosedLeft",
            "module": "src/icons/icon-threeway-acuator-piston-closed-left.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-closed-right.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonClosedRight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 1C17.0537 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0537 6.00366 16.5015 6.00366H13V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V6.00366H7.49854C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015ZM7.49854 2H16.5015V5.00366H7.49854V2ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.53 10.848Z\" fill=\"currentColor\"/> <path d=\"M8 13.4852L3 17.0566V6.94302L8 10.5144V13.4852Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" fill=\"currentColor\"/> <path d=\"M14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425L21 17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21H6.80426L10.848 14.53C10.9473 14.3711 11 14.1874 11 14V11H14Z\" fill=\"currentColor\"/> <path d=\"M16.5015 2H7.49855V5.00366H16.5015V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 1C17.0537 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0537 6.00366 16.5015 6.00366H13V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V6.00366H7.49854C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015ZM7.49854 2H16.5015V5.00366H7.49854V2ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.53 10.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M8 13.4852L3 17.0566V6.94302L8 10.5144V13.4852Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425L21 17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21H6.80426L10.848 14.53C10.9473 14.3711 11 14.1874 11 14V11H14Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M16.5015 2H7.49855V5.00366H16.5015V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-closed-right",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonClosedRight",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonClosedRight",
            "module": "src/icons/icon-threeway-acuator-piston-closed-right.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-closed-right",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonClosedRight",
            "module": "src/icons/icon-threeway-acuator-piston-closed-right.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-closed.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonClosed",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 10.5146L3 6.94317V17.0568L8 13.4854V10.5146Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" fill=\"currentColor\"/> <path d=\"M16.5015 2H7.49854V5.00366L12 5L16.5015 5.00366V2Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.58124 6.12944C2.91937 5.65667 2 6.1298 2 6.94317V17.0568C2 17.8702 2.91937 18.3433 3.58124 17.8705L8.58124 14.2991C8.84403 14.1114 9 13.8083 9 13.4854V10.5146C9 10.1916 8.84403 9.88858 8.58124 9.70086L3.58124 6.12944ZM8 10.5146L3 6.94317V17.0568L8 13.4854V10.5146Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146V13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706ZM21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188ZM10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 6.00366H7.49854C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015C17.0538 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0537 6.00366 16.5015 6.00366H13V12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12V6.00366ZM7.49854 2H16.5015V5.00366L12 5L7.49854 5.00366V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 10.5146L3 6.94317V17.0568L8 13.4854V10.5146Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M16.5015 2H7.49854V5.00366L12 5L16.5015 5.00366V2Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.58124 6.12944C2.91937 5.65667 2 6.1298 2 6.94317V17.0568C2 17.8702 2.91937 18.3433 3.58124 17.8705L8.58124 14.2991C8.84403 14.1114 9 13.8083 9 13.4854V10.5146C9 10.1916 8.84403 9.88858 8.58124 9.70086L3.58124 6.12944ZM8 10.5146L3 6.94317V17.0568L8 13.4854V10.5146Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146V13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706ZM21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188ZM10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 6.00366H7.49854C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015C17.0538 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0537 6.00366 16.5015 6.00366H13V12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12V6.00366ZM7.49854 2H16.5015V5.00366L12 5L7.49854 5.00366V2Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-closed",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonClosed",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonClosed",
            "module": "src/icons/icon-threeway-acuator-piston-closed.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-closed",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonClosed",
            "module": "src/icons/icon-threeway-acuator-piston-closed.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-inleft-bottom-0.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonInleftBottom0",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14V10.5C14 10.2239 13.7761 10 13.5 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848Z\" fill=\"currentColor\"/> <path d=\"M16 13.4852L21 17.0566V6.94302L16 10.5144V13.4852Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" fill=\"currentColor\"/> <path d=\"M10 11C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21H17.1958L13.152 14.53C13.0527 14.3711 13 14.1874 13 14V11H10Z\" fill=\"currentColor\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14V10.5C14 10.2239 13.7761 10 13.5 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M16 13.4852L21 17.0566V6.94302L16 10.5144V13.4852Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M10 11C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21H17.1958L13.152 14.53C13.0527 14.3711 13 14.1874 13 14V11H10Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-inleft-bottom-0",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonInleftBottom0",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftBottom0",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-bottom-0.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-inleft-bottom-0",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftBottom0",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-bottom-0.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-inleft-bottom-100.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonInleftBottom100",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 1C17.0537 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0537 6.00366 16.5015 6.00366H13V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V6.00366H7.49854C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015ZM7.49854 2H16.5015V5.00366H7.49854V2ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.53 10.848Z\" fill=\"currentColor\"/> <path d=\"M8 13.4852L3 17.0566V6.94302L8 10.5144V13.4852Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" fill=\"currentColor\"/> <path d=\"M14 11C14.1874 11 14.371 10.9473 14.53 10.848L21 6.80425L21 17.1958L14.53 13.152C14.1351 12.9052 13.6221 12.9636 13.2928 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1957 21H6.8042L10.8479 14.53C10.9473 14.3711 11 14.1874 11 14V11H14Z\" fill=\"currentColor\"/> <path d=\"M16.5014 2H7.49849V5.00366H16.5014V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 1C17.0537 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0537 6.00366 16.5015 6.00366H13V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V6.00366H7.49854C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015ZM7.49854 2H16.5015V5.00366H7.49854V2ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.53 10.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M8 13.4852L3 17.0566V6.94302L8 10.5144V13.4852Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14 11C14.1874 11 14.371 10.9473 14.53 10.848L21 6.80425L21 17.1958L14.53 13.152C14.1351 12.9052 13.6221 12.9636 13.2928 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1957 21H6.8042L10.8479 14.53C10.9473 14.3711 11 14.1874 11 14V11H14Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M16.5014 2H7.49849V5.00366H16.5014V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-inleft-bottom-100",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonInleftBottom100",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftBottom100",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-bottom-100.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-inleft-bottom-100",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftBottom100",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-bottom-100.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-inleft-bottom-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonInleftBottom25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM6 8.67925L3 6.80425L3 17.1958L6 15.3208V8.67925ZM19 8.05425L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L7 9.30425V14.6958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L19 15.9458V8.05425ZM20 7.42925L21 6.80425V17.1958L20 16.5708V7.42925Z\" fill=\"currentColor\"/> <path d=\"M21 17.1962V6.80469L20 7.42969V16.5712L21 17.1962Z\" fill=\"currentColor\"/> <path d=\"M3 17.1962L3 6.80469L6 8.67969V15.3212L3 17.1962Z\" fill=\"currentColor\"/> <path d=\"M14.6516 10.772L19 8.05425V15.9458L14.53 13.152C14.1351 12.9052 13.6221 12.9636 13.2928 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1957 21L6.8042 21L10.848 14.53C11.0947 14.1351 11.0363 13.6222 10.7071 13.2929C10.3778 12.9636 9.86483 12.9052 9.46995 13.152L6.99995 14.6958V9.30425L9.46995 10.848C9.62888 10.9473 9.81253 11 9.99995 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772Z\" fill=\"currentColor\"/> <path d=\"M7.49849 2H16.5014V5.00366H7.49849V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM6 8.67925L3 6.80425L3 17.1958L6 15.3208V8.67925ZM19 8.05425L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L7 9.30425V14.6958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L19 15.9458V8.05425ZM20 7.42925L21 6.80425V17.1958L20 16.5708V7.42925Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M21 17.1962V6.80469L20 7.42969V16.5712L21 17.1962Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M3 17.1962L3 6.80469L6 8.67969V15.3212L3 17.1962Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14.6516 10.772L19 8.05425V15.9458L14.53 13.152C14.1351 12.9052 13.6221 12.9636 13.2928 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1957 21L6.8042 21L10.848 14.53C11.0947 14.1351 11.0363 13.6222 10.7071 13.2929C10.3778 12.9636 9.86483 12.9052 9.46995 13.152L6.99995 14.6958V9.30425L9.46995 10.848C9.62888 10.9473 9.81253 11 9.99995 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.49849 2H16.5014V5.00366H7.49849V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-inleft-bottom-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonInleftBottom25",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftBottom25",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-bottom-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-inleft-bottom-25",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftBottom25",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-bottom-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-inleft-bottom-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonInleftBottom50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM5 8.05425L3 6.80425L3 17.1958L5 15.9458V8.05425ZM18 8.67925L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L6 8.67925V15.3208L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L18 15.3208V8.67925ZM19 8.05425L21 6.80425V17.1958L19 15.9458V8.05425Z\" fill=\"currentColor\"/> <path d=\"M21 17.1962V6.80469L19 8.05469V15.9462L21 17.1962Z\" fill=\"currentColor\"/> <path d=\"M3 17.1962L3 6.80469L5 8.05469V15.9462L3 17.1962Z\" fill=\"currentColor\"/> <path d=\"M14.6516 10.772L18 8.67925V15.3208L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L6 15.3208V8.67925L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772Z\" fill=\"currentColor\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM5 8.05425L3 6.80425L3 17.1958L5 15.9458V8.05425ZM18 8.67925L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L6 8.67925V15.3208L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L18 15.3208V8.67925ZM19 8.05425L21 6.80425V17.1958L19 15.9458V8.05425Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M21 17.1962V6.80469L19 8.05469V15.9462L21 17.1962Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M3 17.1962L3 6.80469L5 8.05469V15.9462L3 17.1962Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14.6516 10.772L18 8.67925V15.3208L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L6 15.3208V8.67925L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-inleft-bottom-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonInleftBottom50",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftBottom50",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-bottom-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-inleft-bottom-50",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftBottom50",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-bottom-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-inleft-bottom-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonInleftBottom75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM17 9.30425L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L5 8.05425V15.9458L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L17 14.6958V9.30425ZM18 8.67925L21 6.80425V17.1958L18 15.3208V8.67925ZM4 16.5708V7.42925L3 6.80425L3 17.1958L4 16.5708Z\" fill=\"currentColor\"/> <path d=\"M4 7.42969V16.5712L3 17.1962L3 6.80469L4 7.42969Z\" fill=\"currentColor\"/> <path d=\"M21 17.1962V6.80469L18 8.67969V15.3212L21 17.1962Z\" fill=\"currentColor\"/> <path d=\"M14.6516 10.772L17 9.30425V14.6958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L5 15.9458V8.05425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772Z\" fill=\"currentColor\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM17 9.30425L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L5 8.05425V15.9458L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L17 14.6958V9.30425ZM18 8.67925L21 6.80425V17.1958L18 15.3208V8.67925ZM4 16.5708V7.42925L3 6.80425L3 17.1958L4 16.5708Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M4 7.42969V16.5712L3 17.1962L3 6.80469L4 7.42969Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M21 17.1962V6.80469L18 8.67969V15.3212L21 17.1962Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14.6516 10.772L17 9.30425V14.6958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L5 15.9458V8.05425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-inleft-bottom-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonInleftBottom75",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftBottom75",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-bottom-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-inleft-bottom-75",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftBottom75",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-bottom-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-inleft-left-0.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonInleftLeft0",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14V10.5C14 10.2239 13.7761 10 13.5 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848Z\" fill=\"currentColor\"/> <path d=\"M16 13.4852L21 17.0566V6.94302L16 10.5144V13.4852Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" fill=\"currentColor\"/> <path d=\"M10 11C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21H17.1958L13.152 14.53C13.0527 14.3711 13 14.1874 13 14V11H10Z\" fill=\"currentColor\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14V10.5C14 10.2239 13.7761 10 13.5 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M16 13.4852L21 17.0566V6.94302L16 10.5144V13.4852Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M10 11C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21H17.1958L13.152 14.53C13.0527 14.3711 13 14.1874 13 14V11H10Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-inleft-left-0",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonInleftLeft0",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftLeft0",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-left-0.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-inleft-left-0",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftLeft0",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-left-0.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-inleft-left-100.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonInleftLeft100",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 1C17.0537 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0537 6.00366 16.5015 6.00366H13V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V6.00366H7.49854C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015ZM7.49854 2H16.5015V5.00366H7.49854V2ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.53 10.848Z\" fill=\"currentColor\"/> <path d=\"M8 13.4852L3 17.0566V6.94302L8 10.5144V13.4852Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" fill=\"currentColor\"/> <path d=\"M14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425L21 17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21H6.80426L10.848 14.53C10.9473 14.3711 11 14.1874 11 14V11H14Z\" fill=\"currentColor\"/> <path d=\"M16.5015 2H7.49855V5.00366H16.5015V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 1C17.0537 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0537 6.00366 16.5015 6.00366H13V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V6.00366H7.49854C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015ZM7.49854 2H16.5015V5.00366H7.49854V2ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.53 10.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M8 13.4852L3 17.0566V6.94302L8 10.5144V13.4852Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425L21 17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21H6.80426L10.848 14.53C10.9473 14.3711 11 14.1874 11 14V11H14Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M16.5015 2H7.49855V5.00366H16.5015V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-inleft-left-100",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonInleftLeft100",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftLeft100",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-left-100.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-inleft-left-100",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftLeft100",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-left-100.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-inleft-left-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonInleftLeft25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM17.0306 9.2851L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.05425 19H15.9458L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L17.0306 14.7149V9.2851ZM18.0306 8.6601L21 6.80425V17.1958L18.0306 15.3399V8.6601ZM16.5708 20H7.42925L6.80425 21L17.1958 21L16.5708 20Z\" fill=\"currentColor\"/> <path d=\"M7.4292 20.0004H16.5707L17.1957 21.0004L6.8042 21.0004L7.4292 20.0004Z\" fill=\"currentColor\"/> <path d=\"M21 17.1962V6.80469L18.0306 8.66054V15.3403L21 17.1962Z\" fill=\"currentColor\"/> <path d=\"M14.6516 10.772L17.0306 9.2851V14.7149L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.9458 19H8.05425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772Z\" fill=\"currentColor\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM17.0306 9.2851L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.05425 19H15.9458L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L17.0306 14.7149V9.2851ZM18.0306 8.6601L21 6.80425V17.1958L18.0306 15.3399V8.6601ZM16.5708 20H7.42925L6.80425 21L17.1958 21L16.5708 20Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M7.4292 20.0004H16.5707L17.1957 21.0004L6.8042 21.0004L7.4292 20.0004Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M21 17.1962V6.80469L18.0306 8.66054V15.3403L21 17.1962Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14.6516 10.772L17.0306 9.2851V14.7149L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.9458 19H8.05425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-inleft-left-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonInleftLeft25",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftLeft25",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-left-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-inleft-left-25",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftLeft25",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-left-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-inleft-left-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonInleftLeft50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM8.05425 19L6.80425 21H17.1958L15.9458 19H8.05425ZM18 8.67925L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.67925 18H15.3208L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L18 15.3208V8.67925ZM19 8.05425L21 6.80425V17.1958L19 15.9458V8.05425Z\" fill=\"currentColor\"/> <path d=\"M17.1957 21.0004H6.8042L8.0542 19.0004H15.9457L17.1957 21.0004Z\" fill=\"currentColor\"/> <path d=\"M21 17.1962V6.80469L19 8.05469V15.9462L21 17.1962Z\" fill=\"currentColor\"/> <path d=\"M14.6516 10.772L18 8.67925V15.3208L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.3208 18H8.67925L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772Z\" fill=\"currentColor\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM8.05425 19L6.80425 21H17.1958L15.9458 19H8.05425ZM18 8.67925L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.67925 18H15.3208L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L18 15.3208V8.67925ZM19 8.05425L21 6.80425V17.1958L19 15.9458V8.05425Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M17.1957 21.0004H6.8042L8.0542 19.0004H15.9457L17.1957 21.0004Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M21 17.1962V6.80469L19 8.05469V15.9462L21 17.1962Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14.6516 10.772L18 8.67925V15.3208L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.3208 18H8.67925L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-inleft-left-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonInleftLeft50",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftLeft50",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-left-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-inleft-left-50",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftLeft50",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-left-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-inleft-left-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonInleftLeft75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0437 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM8.71831 17.9375L6.80425 21H17.1958L15.2817 17.9375H8.71831ZM19 8.05425L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L9.34331 16.9375H14.6567L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L19 15.9458V8.05425ZM20 7.42925L21 6.80425V17.1958L20 16.5708V7.42925Z\" fill=\"currentColor\"/> <path d=\"M17.1957 21.0004H6.8042L8.71826 17.9379H15.2816L17.1957 21.0004Z\" fill=\"currentColor\"/> <path d=\"M21 17.1962V6.80469L20 7.42969V16.5712L21 17.1962Z\" fill=\"currentColor\"/> <path d=\"M14.6516 10.772L19 8.05425V15.9458L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L14.6567 16.9375H9.34331L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772Z\" fill=\"currentColor\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0437 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM8.71831 17.9375L6.80425 21H17.1958L15.2817 17.9375H8.71831ZM19 8.05425L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L9.34331 16.9375H14.6567L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L19 15.9458V8.05425ZM20 7.42925L21 6.80425V17.1958L20 16.5708V7.42925Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M17.1957 21.0004H6.8042L8.71826 17.9379H15.2816L17.1957 21.0004Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M21 17.1962V6.80469L20 7.42969V16.5712L21 17.1962Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14.6516 10.772L19 8.05425V15.9458L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L14.6567 16.9375H9.34331L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-inleft-left-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonInleftLeft75",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftLeft75",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-left-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-inleft-left-75",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftLeft75",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-left-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-inleft-right-0.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonInleftRight0",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10.1434C10.0497 10 9.95786 9.97367 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14H14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14Z\" fill=\"currentColor\"/> <path d=\"M6.94312 21L10.5145 16H13.4853L17.0567 21H6.94312Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" fill=\"currentColor\"/> <path d=\"M14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772L3 6.80425L3 17.1958L9.47 13.152C9.62893 13.0527 9.81258 13 10 13H14C14.1874 13 14.3711 13.0527 14.53 13.152L21 17.1958V6.80425L14.53 10.848Z\" fill=\"currentColor\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10.1434C10.0497 10 9.95786 9.97367 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14H14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M6.94312 21L10.5145 16H13.4853L17.0567 21H6.94312Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772L3 6.80425L3 17.1958L9.47 13.152C9.62893 13.0527 9.81258 13 10 13H14C14.1874 13 14.3711 13.0527 14.53 13.152L21 17.1958V6.80425L14.53 10.848Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-inleft-right-0",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonInleftRight0",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftRight0",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-right-0.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-inleft-right-0",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftRight0",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-right-0.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-inleft-right-100.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonInleftRight100",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 1C17.0537 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0537 6.00366 16.5015 6.00366H13V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V6.00366H7.49854C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015ZM7.49854 2H16.5015V5.00366H7.49854V2ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.53 10.848Z\" fill=\"currentColor\"/> <path d=\"M8 13.4852L3 17.0566V6.94302L8 10.5144V13.4852Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" fill=\"currentColor\"/> <path d=\"M14 11C14.1874 11 14.371 10.9473 14.53 10.848L21 6.80425L21 17.1958L14.53 13.152C14.1351 12.9052 13.6221 12.9636 13.2928 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1957 21H6.8042L10.8479 14.53C10.9473 14.3711 11 14.1874 11 14V11H14Z\" fill=\"currentColor\"/> <path d=\"M16.5014 2H7.49849V5.00366H16.5014V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 1C17.0537 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0537 6.00366 16.5015 6.00366H13V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V6.00366H7.49854C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015ZM7.49854 2H16.5015V5.00366H7.49854V2ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.53 10.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M8 13.4852L3 17.0566V6.94302L8 10.5144V13.4852Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14 11C14.1874 11 14.371 10.9473 14.53 10.848L21 6.80425L21 17.1958L14.53 13.152C14.1351 12.9052 13.6221 12.9636 13.2928 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1957 21H6.8042L10.8479 14.53C10.9473 14.3711 11 14.1874 11 14V11H14Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M16.5014 2H7.49849V5.00366H16.5014V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-inleft-right-100",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonInleftRight100",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftRight100",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-right-100.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-inleft-right-100",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftRight100",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-right-100.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-inleft-right-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonInleftRight25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 1C17.0537 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0538 6.00366 16.5015 6.00366H13V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H11V6.00366H7.49854C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015ZM7.49854 2H16.5015V5.00366H7.49854V2ZM6.96936 9.2851L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.9458 19H8.05425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L6.96936 14.7149V9.2851ZM5.96936 8.6601L3 6.80425V17.1958L5.96936 15.3399V8.6601ZM7.42925 20H16.5708L17.1958 21L6.80425 21L7.42925 20Z\" fill=\"currentColor\"/> <path d=\"M16.5708 20.0004H7.42925L6.80425 21.0004L17.1958 21.0004L16.5708 20.0004Z\" fill=\"currentColor\"/> <path d=\"M3 17.1962V6.80469L5.96936 8.66054V15.3403L3 17.1962Z\" fill=\"currentColor\"/> <path d=\"M9.3484 10.772L6.96936 9.2851V14.7149L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.05425 19H15.9458L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958L21 6.80425L14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772Z\" fill=\"currentColor\"/> <path d=\"M16.5015 2H7.49854V5.00366H16.5015V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 1C17.0537 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0538 6.00366 16.5015 6.00366H13V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H11V6.00366H7.49854C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015ZM7.49854 2H16.5015V5.00366H7.49854V2ZM6.96936 9.2851L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.9458 19H8.05425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L6.96936 14.7149V9.2851ZM5.96936 8.6601L3 6.80425V17.1958L5.96936 15.3399V8.6601ZM7.42925 20H16.5708L17.1958 21L6.80425 21L7.42925 20Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M16.5708 20.0004H7.42925L6.80425 21.0004L17.1958 21.0004L16.5708 20.0004Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M3 17.1962V6.80469L5.96936 8.66054V15.3403L3 17.1962Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M9.3484 10.772L6.96936 9.2851V14.7149L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.05425 19H15.9458L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958L21 6.80425L14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M16.5015 2H7.49854V5.00366H16.5015V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-inleft-right-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonInleftRight25",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftRight25",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-right-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-inleft-right-25",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftRight25",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-right-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-inleft-right-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonInleftRight50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 1C17.0537 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0538 6.00366 16.5015 6.00366H13V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H11V6.00366H7.49854C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015ZM7.49854 2H16.5015V5.00366H7.49854V2ZM15.9458 19L17.1958 21H6.80425L8.05425 19H15.9458ZM6 8.67925L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.3208 18H8.67925L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L6 15.3208V8.67925ZM5 8.05425L3 6.80425V17.1958L5 15.9458V8.05425Z\" fill=\"currentColor\"/> <path d=\"M6.80425 21.0004H17.1958L15.9458 19.0004H8.05425L6.80425 21.0004Z\" fill=\"currentColor\"/> <path d=\"M3 17.1962V6.80469L5 8.05469V15.9462L3 17.1962Z\" fill=\"currentColor\"/> <path d=\"M9.3484 10.772L6 8.67925V15.3208L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.67925 18H15.3208L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958L21 6.80425L14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772Z\" fill=\"currentColor\"/> <path d=\"M16.5015 2H7.49854V5.00366H16.5015V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 1C17.0537 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0538 6.00366 16.5015 6.00366H13V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H11V6.00366H7.49854C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015ZM7.49854 2H16.5015V5.00366H7.49854V2ZM15.9458 19L17.1958 21H6.80425L8.05425 19H15.9458ZM6 8.67925L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.3208 18H8.67925L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L6 15.3208V8.67925ZM5 8.05425L3 6.80425V17.1958L5 15.9458V8.05425Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M6.80425 21.0004H17.1958L15.9458 19.0004H8.05425L6.80425 21.0004Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M3 17.1962V6.80469L5 8.05469V15.9462L3 17.1962Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M9.3484 10.772L6 8.67925V15.3208L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.67925 18H15.3208L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958L21 6.80425L14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M16.5015 2H7.49854V5.00366H16.5015V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-inleft-right-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonInleftRight50",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftRight50",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-right-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-inleft-right-50",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftRight50",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-right-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-inleft-right-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonInleftRight75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 1C17.0537 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0538 6.00366 16.5015 6.00366H13V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H11V6.00366H7.49854C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015ZM7.49854 2H16.5015V5.00366H7.49854V2ZM15.2817 17.9375L17.1958 21H6.80425L8.71831 17.9375H15.2817ZM5 8.05425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L14.6567 16.9375H9.34331L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L5 15.9458V8.05425ZM4 7.42925L3 6.80425V17.1958L4 16.5708V7.42925Z\" fill=\"currentColor\"/> <path d=\"M6.80431 21.0004H17.1958L15.2818 17.9379H8.71837L6.80431 21.0004Z\" fill=\"currentColor\"/> <path d=\"M3.00006 17.1962V6.80469L4.00006 7.42969V16.5712L3.00006 17.1962Z\" fill=\"currentColor\"/> <path d=\"M9.3484 10.772L5 8.05425V15.9458L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L9.34331 16.9375H14.6567L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958L21 6.80425L14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.58679 10.921 9.3484 10.772Z\" fill=\"currentColor\"/> <path d=\"M16.5015 2H7.49853V5.00366H16.5015V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 1C17.0537 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0538 6.00366 16.5015 6.00366H13V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H11V6.00366H7.49854C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015ZM7.49854 2H16.5015V5.00366H7.49854V2ZM15.2817 17.9375L17.1958 21H6.80425L8.71831 17.9375H15.2817ZM5 8.05425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L14.6567 16.9375H9.34331L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L5 15.9458V8.05425ZM4 7.42925L3 6.80425V17.1958L4 16.5708V7.42925Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M6.80431 21.0004H17.1958L15.2818 17.9379H8.71837L6.80431 21.0004Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M3.00006 17.1962V6.80469L4.00006 7.42969V16.5712L3.00006 17.1962Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M9.3484 10.772L5 8.05425V15.9458L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L9.34331 16.9375H14.6567L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958L21 6.80425L14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.58679 10.921 9.3484 10.772Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M16.5015 2H7.49853V5.00366H16.5015V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-inleft-right-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonInleftRight75",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftRight75",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-right-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-inleft-right-75",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonInleftRight75",
            "module": "src/icons/icon-threeway-acuator-piston-inleft-right-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-acuator-piston-open.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAcuatorPistonOpen",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848Z\" fill=\"currentColor\"/> <path d=\"M10 11C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10Z\" fill=\"currentColor\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M10 11C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-acuator-piston-open",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAcuatorPistonOpen",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonOpen",
            "module": "src/icons/icon-threeway-acuator-piston-open.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-acuator-piston-open",
          "declaration": {
            "name": "ObiThreewayAcuatorPistonOpen",
            "module": "src/icons/icon-threeway-acuator-piston-open.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-analog-closed.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAnalogClosed",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 21L7 21L11.5 15H12.5L17 21ZM3 17L3 7L9 11.5V12.5L3 17ZM21 7V17L15 12.5V11.5L21 7Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 21H7L11.5 15H12.5L17 21ZM3 17L3 7L9 11.5V12.5L3 17ZM21 7V17L15 12.5V11.5L21 7ZM7 22H17C17.824 22 18.2944 21.0592 17.8 20.4L13.3 14.4C13.1111 14.1482 12.8148 14 12.5 14H11.5C11.1852 14 10.8889 14.1482 10.7 14.4L6.2 20.4C5.70557 21.0592 6.17595 22 7 22ZM2 17V7C2 6.17595 2.94076 5.70557 3.6 6.2L9.6 10.7C9.85181 10.8889 10 11.1852 10 11.5V12.5C10 12.8148 9.85181 13.1111 9.6 13.3L3.6 17.8C2.94076 18.2944 2 17.824 2 17ZM22 7V17C22 17.824 21.0592 18.2944 20.4 17.8L14.4 13.3C14.1482 13.1111 14 12.8148 14 12.5V11.5C14 11.1852 14.1482 10.8889 14.4 10.7L20.4 6.2C21.0592 5.70557 22 6.17595 22 7Z\" fill=\"currentColor\"/> <path d=\"M11 8C11 8.55228 11.4477 9 12 9C12.5523 9 13 8.55228 13 8V2C13 1.44772 12.5523 1 12 1C11.4477 1 11 1.44772 11 2V8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 21L7 21L11.5 15H12.5L17 21ZM3 17L3 7L9 11.5V12.5L3 17ZM21 7V17L15 12.5V11.5L21 7Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 21H7L11.5 15H12.5L17 21ZM3 17L3 7L9 11.5V12.5L3 17ZM21 7V17L15 12.5V11.5L21 7ZM7 22H17C17.824 22 18.2944 21.0592 17.8 20.4L13.3 14.4C13.1111 14.1482 12.8148 14 12.5 14H11.5C11.1852 14 10.8889 14.1482 10.7 14.4L6.2 20.4C5.70557 21.0592 6.17595 22 7 22ZM2 17V7C2 6.17595 2.94076 5.70557 3.6 6.2L9.6 10.7C9.85181 10.8889 10 11.1852 10 11.5V12.5C10 12.8148 9.85181 13.1111 9.6 13.3L3.6 17.8C2.94076 18.2944 2 17.824 2 17ZM22 7V17C22 17.824 21.0592 18.2944 20.4 17.8L14.4 13.3C14.1482 13.1111 14 12.8148 14 12.5V11.5C14 11.1852 14.1482 10.8889 14.4 10.7L20.4 6.2C21.0592 5.70557 22 6.17595 22 7Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M11 8C11 8.55228 11.4477 9 12 9C12.5523 9 13 8.55228 13 8V2C13 1.44772 12.5523 1 12 1C11.4477 1 11 1.44772 11 2V8Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-analog-closed",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAnalogClosed",
          "declaration": {
            "name": "ObiThreewayAnalogClosed",
            "module": "src/icons/icon-threeway-analog-closed.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-analog-closed",
          "declaration": {
            "name": "ObiThreewayAnalogClosed",
            "module": "src/icons/icon-threeway-analog-closed.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-analog-inleft-bottom-0.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAnalogInleftBottom0",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848ZM3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L10 10H13.5C13.7761 10 14 10.2239 14 10.5V14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 7L14.5 7C15.3284 7 16 6.32843 16 5.5C16 4.67157 15.3284 4 14.5 4L9.5 4C8.67157 4 8 4.67157 8 5.5C8 6.32843 8.67157 7 9.5 7ZM9.5 6L14.5 6C14.7761 6 15 5.77614 15 5.5C15 5.22386 14.7761 5 14.5 5L9.5 5C9.22386 5 9 5.22386 9 5.5C9 5.77614 9.22386 6 9.5 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848Z\" fill=\"currentColor\"/> <path d=\"M9.5 5C9.22386 5 9 5.22386 9 5.5C9 5.77614 9.22386 6 9.5 6L14.5 6C14.7761 6 15 5.77614 15 5.5C15 5.22386 14.7761 5 14.5 5L9.5 5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 6L14.5 6C14.7761 6 15 5.77614 15 5.5C15 5.22386 14.7761 5 14.5 5L9.5 5C9.22386 5 9 5.22386 9 5.5C9 5.77614 9.22386 6 9.5 6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848ZM3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L10 10H13.5C13.7761 10 14 10.2239 14 10.5V14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 7L14.5 7C15.3284 7 16 6.32843 16 5.5C16 4.67157 15.3284 4 14.5 4L9.5 4C8.67157 4 8 4.67157 8 5.5C8 6.32843 8.67157 7 9.5 7ZM9.5 6L14.5 6C14.7761 6 15 5.77614 15 5.5C15 5.22386 14.7761 5 14.5 5L9.5 5C9.22386 5 9 5.22386 9 5.5C9 5.77614 9.22386 6 9.5 6Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M9.5 5C9.22386 5 9 5.22386 9 5.5C9 5.77614 9.22386 6 9.5 6L14.5 6C14.7761 6 15 5.77614 15 5.5C15 5.22386 14.7761 5 14.5 5L9.5 5Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 6L14.5 6C14.7761 6 15 5.77614 15 5.5C15 5.22386 14.7761 5 14.5 5L9.5 5C9.22386 5 9 5.22386 9 5.5C9 5.77614 9.22386 6 9.5 6Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-analog-inleft-bottom-0",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAnalogInleftBottom0",
          "declaration": {
            "name": "ObiThreewayAnalogInleftBottom0",
            "module": "src/icons/icon-threeway-analog-inleft-bottom-0.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-analog-inleft-bottom-0",
          "declaration": {
            "name": "ObiThreewayAnalogInleftBottom0",
            "module": "src/icons/icon-threeway-analog-inleft-bottom-0.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-analog-inleft-bottom-100.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAnalogInleftBottom100",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.53 10.848ZM20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H10.5C10.2239 10 10 10.2239 10 10.5V14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4999 7.5V2.5C10.4999 1.67157 11.1715 1 11.9999 1C12.8283 1 13.4999 1.67157 13.4999 2.5V7.5C13.4999 8.32843 12.8283 9 11.9999 9C11.1715 9 10.4999 8.32843 10.4999 7.5ZM11.4999 7.5V2.5C11.4999 2.22386 11.7237 2 11.9999 2C12.276 2 12.4999 2.22386 12.4999 2.5V7.5C12.4999 7.77614 12.276 8 11.9999 8C11.7237 8 11.4999 7.77614 11.4999 7.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94321V17.0568Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80426 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958L21 6.80425L14.53 10.848Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.4999 7.5V2.5C11.4999 2.22386 11.7237 2 11.9999 2C12.276 2 12.4999 2.22386 12.4999 2.5V7.5C12.4999 7.77614 12.276 8 11.9999 8C11.7237 8 11.4999 7.77614 11.4999 7.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.53 10.848ZM20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H10.5C10.2239 10 10 10.2239 10 10.5V14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4999 7.5V2.5C10.4999 1.67157 11.1715 1 11.9999 1C12.8283 1 13.4999 1.67157 13.4999 2.5V7.5C13.4999 8.32843 12.8283 9 11.9999 9C11.1715 9 10.4999 8.32843 10.4999 7.5ZM11.4999 7.5V2.5C11.4999 2.22386 11.7237 2 11.9999 2C12.276 2 12.4999 2.22386 12.4999 2.5V7.5C12.4999 7.77614 12.276 8 11.9999 8C11.7237 8 11.4999 7.77614 11.4999 7.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94321V17.0568Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80426 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958L21 6.80425L14.53 10.848Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.4999 7.5V2.5C11.4999 2.22386 11.7237 2 11.9999 2C12.276 2 12.4999 2.22386 12.4999 2.5V7.5C12.4999 7.77614 12.276 8 11.9999 8C11.7237 8 11.4999 7.77614 11.4999 7.5Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-analog-inleft-bottom-100",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAnalogInleftBottom100",
          "declaration": {
            "name": "ObiThreewayAnalogInleftBottom100",
            "module": "src/icons/icon-threeway-analog-inleft-bottom-100.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-analog-inleft-bottom-100",
          "declaration": {
            "name": "ObiThreewayAnalogInleftBottom100",
            "module": "src/icons/icon-threeway-analog-inleft-bottom-100.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-analog-inleft-bottom-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAnalogInleftBottom25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924ZM19 15.9458L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L7 14.6958V9.30425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772L19 8.05425V15.9458ZM20 7.42925V16.5708L21 17.1958V6.80425L20 7.42925ZM6 8.67925L3 6.80425L3 17.1958L6 15.3208V8.67925Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.972 7.69382L13.8854 3.07442C14.2025 2.30905 13.839 1.4316 13.0736 1.11457C12.3083 0.797548 11.4308 1.161 11.1138 1.92637L9.20037 6.54577C8.88335 7.31113 9.2468 8.18858 10.0122 8.50561C10.7775 8.82264 11.655 8.45918 11.972 7.69382ZM11.0481 7.31113L12.9615 2.69173C13.0672 2.43661 12.9461 2.14413 12.6909 2.03845C12.4358 1.93278 12.1433 2.05393 12.0377 2.30905L10.1242 6.92845C10.0186 7.18357 10.1397 7.47605 10.3948 7.58173C10.65 7.6874 10.9425 7.56625 11.0481 7.31113Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 7.42881V16.5703L21 17.1953V6.80381L20 7.42881ZM6 8.67881L3 6.80381L3 17.1953L6 15.3203L6 8.67881Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 15.9455L14.53 13.1517C14.1351 12.9049 13.6222 12.9634 13.2929 13.2926C12.9636 13.6219 12.9052 14.1349 13.152 14.5297L17.1958 20.9997H6.80426L10.848 14.5297C11.0948 14.1349 11.0364 13.6219 10.7071 13.2926C10.3779 12.9634 9.86489 12.9049 9.47001 13.1517L7.00001 14.6955V9.30399L9.47001 10.8477C9.62895 10.9471 9.81259 10.9997 10 10.9997H13.8566C14.1377 10.9997 14.4132 10.9207 14.6516 10.7717L19 8.05399V15.9455Z\" fill=\"currentColor\"/> <path d=\"M10.1243 6.92819C10.0186 7.18331 10.1397 7.47579 10.3949 7.58147C10.65 7.68714 10.9425 7.56599 11.0481 7.31087L12.9616 2.69147C13.0672 2.43635 12.9461 2.14387 12.691 2.03819C12.4358 1.93252 12.1434 2.05367 12.0377 2.30879L10.1243 6.92819Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924ZM19 15.9458L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L7 14.6958V9.30425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772L19 8.05425V15.9458ZM20 7.42925V16.5708L21 17.1958V6.80425L20 7.42925ZM6 8.67925L3 6.80425L3 17.1958L6 15.3208V8.67925Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.972 7.69382L13.8854 3.07442C14.2025 2.30905 13.839 1.4316 13.0736 1.11457C12.3083 0.797548 11.4308 1.161 11.1138 1.92637L9.20037 6.54577C8.88335 7.31113 9.2468 8.18858 10.0122 8.50561C10.7775 8.82264 11.655 8.45918 11.972 7.69382ZM11.0481 7.31113L12.9615 2.69173C13.0672 2.43661 12.9461 2.14413 12.6909 2.03845C12.4358 1.93278 12.1433 2.05393 12.0377 2.30905L10.1242 6.92845C10.0186 7.18357 10.1397 7.47605 10.3948 7.58173C10.65 7.6874 10.9425 7.56625 11.0481 7.31113Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 7.42881V16.5703L21 17.1953V6.80381L20 7.42881ZM6 8.67881L3 6.80381L3 17.1953L6 15.3203L6 8.67881Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 15.9455L14.53 13.1517C14.1351 12.9049 13.6222 12.9634 13.2929 13.2926C12.9636 13.6219 12.9052 14.1349 13.152 14.5297L17.1958 20.9997H6.80426L10.848 14.5297C11.0948 14.1349 11.0364 13.6219 10.7071 13.2926C10.3779 12.9634 9.86489 12.9049 9.47001 13.1517L7.00001 14.6955V9.30399L9.47001 10.8477C9.62895 10.9471 9.81259 10.9997 10 10.9997H13.8566C14.1377 10.9997 14.4132 10.9207 14.6516 10.7717L19 8.05399V15.9455Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M10.1243 6.92819C10.0186 7.18331 10.1397 7.47579 10.3949 7.58147C10.65 7.68714 10.9425 7.56599 11.0481 7.31087L12.9616 2.69147C13.0672 2.43635 12.9461 2.14387 12.691 2.03819C12.4358 1.93252 12.1434 2.05367 12.0377 2.30879L10.1243 6.92819Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-analog-inleft-bottom-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAnalogInleftBottom25",
          "declaration": {
            "name": "ObiThreewayAnalogInleftBottom25",
            "module": "src/icons/icon-threeway-analog-inleft-bottom-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-analog-inleft-bottom-25",
          "declaration": {
            "name": "ObiThreewayAnalogInleftBottom25",
            "module": "src/icons/icon-threeway-analog-inleft-bottom-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-analog-inleft-bottom-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAnalogInleftBottom50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 8.05425L3 6.80425L3 17.1958L5 15.9458V8.05425ZM3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H10L3.53 5.95625ZM19 8.05425L21 6.80425V17.1958L19 15.9458V8.05425ZM18 15.3208V8.67925L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L6 8.67925V15.3208L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L18 15.3208Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0251 7.0962L14.5607 3.56066C15.1464 2.97487 15.1464 2.02513 14.5607 1.43934C13.9749 0.853554 13.0251 0.853553 12.4393 1.43934L8.90381 4.97487C8.31802 5.56066 8.31802 6.51041 8.90381 7.0962C9.48959 7.68198 10.4393 7.68198 11.0251 7.0962ZM10.318 6.38909L13.8536 2.85355C14.0488 2.65829 14.0488 2.34171 13.8536 2.14645C13.6583 1.95118 13.3417 1.95118 13.1464 2.14645L9.61091 5.68198C9.41565 5.87724 9.41565 6.19383 9.61091 6.38909C9.80617 6.58435 10.1228 6.58435 10.318 6.38909Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 8.05381L3 6.80381L3 17.1953L5 15.9453L5 8.05381ZM19 8.05381L21 6.80381V17.1953L19 15.9453V8.05381Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 15.3208V8.67925L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L6 8.67925V15.3208L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L18 15.3208Z\" fill=\"currentColor\"/> <path d=\"M9.61091 5.68198C9.41565 5.87724 9.41565 6.19383 9.61091 6.38909C9.80617 6.58435 10.1228 6.58435 10.318 6.38909L13.8536 2.85355C14.0488 2.65829 14.0488 2.34171 13.8536 2.14645C13.6583 1.95118 13.3417 1.95118 13.1464 2.14645L9.61091 5.68198Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.318 6.38909L13.8536 2.85355C14.0488 2.65829 14.0488 2.34171 13.8536 2.14645C13.6583 1.95118 13.3417 1.95118 13.1464 2.14645L9.61091 5.68198C9.41565 5.87724 9.41565 6.19383 9.61091 6.38909C9.80617 6.58435 10.1228 6.58435 10.318 6.38909Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 8.05425L3 6.80425L3 17.1958L5 15.9458V8.05425ZM3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H10L3.53 5.95625ZM19 8.05425L21 6.80425V17.1958L19 15.9458V8.05425ZM18 15.3208V8.67925L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L6 8.67925V15.3208L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L18 15.3208Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0251 7.0962L14.5607 3.56066C15.1464 2.97487 15.1464 2.02513 14.5607 1.43934C13.9749 0.853554 13.0251 0.853553 12.4393 1.43934L8.90381 4.97487C8.31802 5.56066 8.31802 6.51041 8.90381 7.0962C9.48959 7.68198 10.4393 7.68198 11.0251 7.0962ZM10.318 6.38909L13.8536 2.85355C14.0488 2.65829 14.0488 2.34171 13.8536 2.14645C13.6583 1.95118 13.3417 1.95118 13.1464 2.14645L9.61091 5.68198C9.41565 5.87724 9.41565 6.19383 9.61091 6.38909C9.80617 6.58435 10.1228 6.58435 10.318 6.38909Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 8.05381L3 6.80381L3 17.1953L5 15.9453L5 8.05381ZM19 8.05381L21 6.80381V17.1953L19 15.9453V8.05381Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 15.3208V8.67925L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L6 8.67925V15.3208L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L18 15.3208Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M9.61091 5.68198C9.41565 5.87724 9.41565 6.19383 9.61091 6.38909C9.80617 6.58435 10.1228 6.58435 10.318 6.38909L13.8536 2.85355C14.0488 2.65829 14.0488 2.34171 13.8536 2.14645C13.6583 1.95118 13.3417 1.95118 13.1464 2.14645L9.61091 5.68198Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.318 6.38909L13.8536 2.85355C14.0488 2.65829 14.0488 2.34171 13.8536 2.14645C13.6583 1.95118 13.3417 1.95118 13.1464 2.14645L9.61091 5.68198C9.41565 5.87724 9.41565 6.19383 9.61091 6.38909C9.80617 6.58435 10.1228 6.58435 10.318 6.38909Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-analog-inleft-bottom-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAnalogInleftBottom50",
          "declaration": {
            "name": "ObiThreewayAnalogInleftBottom50",
            "module": "src/icons/icon-threeway-analog-inleft-bottom-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-analog-inleft-bottom-50",
          "declaration": {
            "name": "ObiThreewayAnalogInleftBottom50",
            "module": "src/icons/icon-threeway-analog-inleft-bottom-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-analog-inleft-bottom-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAnalogInleftBottom75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H10L3.53 5.95625ZM18 8.67925L21 6.80425V17.1958L18 15.3208V8.67925ZM17 14.6958V9.30425L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L5 8.05425V15.9458L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L17 14.6958ZM4 16.5708V7.42925L3 6.80425L3 17.1958L4 16.5708Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4542 6.79963L15.0736 4.88621C15.839 4.56919 16.2025 3.69173 15.8854 2.92637C15.5684 2.161 14.6909 1.79755 13.9256 2.11457L9.30618 4.02799C8.54082 4.34502 8.17737 5.22247 8.49439 5.98783C8.81142 6.7532 9.68887 7.11665 10.4542 6.79963ZM10.0716 5.87575L14.6909 3.96233C14.9461 3.85666 15.0672 3.56417 14.9615 3.30905C14.8559 3.05393 14.5634 2.93278 14.3083 3.03845L9.68887 4.95187C9.43375 5.05754 9.31259 5.35003 9.41827 5.60515C9.52394 5.86027 9.81643 5.98142 10.0716 5.87575Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 8.67881L21 6.80381V17.1953L18 15.3203V8.67881ZM4 16.5703L4 7.42881L3 6.80381L3 17.1953L4 16.5703Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 14.6955V9.30399L14.6516 10.7717C14.4132 10.9207 14.1377 10.9997 13.8566 10.9997H10C9.81258 10.9997 9.62893 10.9471 9.47 10.8477L5 8.05399V15.9455L9.47 13.1517C9.86488 12.9049 10.3778 12.9634 10.7071 13.2926C11.0364 13.6219 11.0948 14.1349 10.848 14.5297L6.80425 20.9997L17.1958 20.9997L13.152 14.5297C12.9052 14.1349 12.9636 13.6219 13.2929 13.2926C13.6222 12.9634 14.1351 12.9049 14.53 13.1517L17 14.6955Z\" fill=\"currentColor\"/> <path d=\"M9.68887 4.95161C9.43374 5.05728 9.31259 5.34977 9.41827 5.60489C9.52394 5.86001 9.81643 5.98116 10.0716 5.87549L14.6909 3.96207C14.9461 3.8564 15.0672 3.56391 14.9615 3.30879C14.8559 3.05367 14.5634 2.93252 14.3083 3.03819L9.68887 4.95161Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.0716 5.87549L14.6909 3.96207C14.9461 3.8564 15.0672 3.56391 14.9615 3.30879C14.8559 3.05367 14.5634 2.93252 14.3083 3.03819L9.68887 4.95161C9.43374 5.05728 9.31259 5.34977 9.41827 5.60489C9.52394 5.86001 9.81643 5.98116 10.0716 5.87549Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H10L3.53 5.95625ZM18 8.67925L21 6.80425V17.1958L18 15.3208V8.67925ZM17 14.6958V9.30425L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L5 8.05425V15.9458L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L17 14.6958ZM4 16.5708V7.42925L3 6.80425L3 17.1958L4 16.5708Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4542 6.79963L15.0736 4.88621C15.839 4.56919 16.2025 3.69173 15.8854 2.92637C15.5684 2.161 14.6909 1.79755 13.9256 2.11457L9.30618 4.02799C8.54082 4.34502 8.17737 5.22247 8.49439 5.98783C8.81142 6.7532 9.68887 7.11665 10.4542 6.79963ZM10.0716 5.87575L14.6909 3.96233C14.9461 3.85666 15.0672 3.56417 14.9615 3.30905C14.8559 3.05393 14.5634 2.93278 14.3083 3.03845L9.68887 4.95187C9.43375 5.05754 9.31259 5.35003 9.41827 5.60515C9.52394 5.86027 9.81643 5.98142 10.0716 5.87575Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 8.67881L21 6.80381V17.1953L18 15.3203V8.67881ZM4 16.5703L4 7.42881L3 6.80381L3 17.1953L4 16.5703Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 14.6955V9.30399L14.6516 10.7717C14.4132 10.9207 14.1377 10.9997 13.8566 10.9997H10C9.81258 10.9997 9.62893 10.9471 9.47 10.8477L5 8.05399V15.9455L9.47 13.1517C9.86488 12.9049 10.3778 12.9634 10.7071 13.2926C11.0364 13.6219 11.0948 14.1349 10.848 14.5297L6.80425 20.9997L17.1958 20.9997L13.152 14.5297C12.9052 14.1349 12.9636 13.6219 13.2929 13.2926C13.6222 12.9634 14.1351 12.9049 14.53 13.1517L17 14.6955Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M9.68887 4.95161C9.43374 5.05728 9.31259 5.34977 9.41827 5.60489C9.52394 5.86001 9.81643 5.98116 10.0716 5.87549L14.6909 3.96207C14.9461 3.8564 15.0672 3.56391 14.9615 3.30879C14.8559 3.05367 14.5634 2.93252 14.3083 3.03819L9.68887 4.95161Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.0716 5.87549L14.6909 3.96207C14.9461 3.8564 15.0672 3.56391 14.9615 3.30879C14.8559 3.05367 14.5634 2.93252 14.3083 3.03819L9.68887 4.95161C9.43374 5.05728 9.31259 5.34977 9.41827 5.60489C9.52394 5.86001 9.81643 5.98116 10.0716 5.87549Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-analog-inleft-bottom-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAnalogInleftBottom75",
          "declaration": {
            "name": "ObiThreewayAnalogInleftBottom75",
            "module": "src/icons/icon-threeway-analog-inleft-bottom-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-analog-inleft-bottom-75",
          "declaration": {
            "name": "ObiThreewayAnalogInleftBottom75",
            "module": "src/icons/icon-threeway-analog-inleft-bottom-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-analog-inleft-left-0.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAnalogInleftLeft0",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848ZM3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L10 10H13.5C13.7761 10 14 10.2239 14 10.5V14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5001 7.5V2.5C13.5001 1.67157 12.8285 1 12.0001 1C11.1717 1 10.5001 1.67157 10.5001 2.5V7.5C10.5001 8.32843 11.1717 9 12.0001 9C12.8285 9 13.5001 8.32843 13.5001 7.5ZM12.5001 7.5V2.5C12.5001 2.22386 12.2763 2 12.0001 2C11.724 2 11.5001 2.22386 11.5001 2.5V7.5C11.5001 7.77614 11.724 8 12.0001 8C12.2763 8 12.5001 7.77614 12.5001 7.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5001 7.5V2.5C12.5001 2.22386 12.2763 2 12.0001 2C11.724 2 11.5001 2.22386 11.5001 2.5V7.5C11.5001 7.77614 11.724 8 12.0001 8C12.2763 8 12.5001 7.77614 12.5001 7.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848ZM3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L10 10H13.5C13.7761 10 14 10.2239 14 10.5V14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5001 7.5V2.5C13.5001 1.67157 12.8285 1 12.0001 1C11.1717 1 10.5001 1.67157 10.5001 2.5V7.5C10.5001 8.32843 11.1717 9 12.0001 9C12.8285 9 13.5001 8.32843 13.5001 7.5ZM12.5001 7.5V2.5C12.5001 2.22386 12.2763 2 12.0001 2C11.724 2 11.5001 2.22386 11.5001 2.5V7.5C11.5001 7.77614 11.724 8 12.0001 8C12.2763 8 12.5001 7.77614 12.5001 7.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13V14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5001 7.5V2.5C12.5001 2.22386 12.2763 2 12.0001 2C11.724 2 11.5001 2.22386 11.5001 2.5V7.5C11.5001 7.77614 11.724 8 12.0001 8C12.2763 8 12.5001 7.77614 12.5001 7.5Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-analog-inleft-left-0",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAnalogInleftLeft0",
          "declaration": {
            "name": "ObiThreewayAnalogInleftLeft0",
            "module": "src/icons/icon-threeway-analog-inleft-left-0.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-analog-inleft-left-0",
          "declaration": {
            "name": "ObiThreewayAnalogInleftLeft0",
            "module": "src/icons/icon-threeway-analog-inleft-left-0.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-analog-inleft-left-100.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAnalogInleftLeft100",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14ZM14 10H10.1434C10.0497 10 9.95786 9.97367 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14H14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 7H14.5C15.3284 7 16 6.32843 16 5.5C16 4.67157 15.3284 4 14.5 4H9.5C8.67157 4 8 4.67157 8 5.5C8 6.32843 8.67157 7 9.5 7ZM9.5 6L14.5 6C14.7761 6 15 5.77614 15 5.5C15 5.22386 14.7761 5 14.5 5L9.5 5C9.22386 5 9 5.22386 9 5.5C9 5.77614 9.22386 6 9.5 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 10.9999C14.1874 10.9999 14.3711 10.9472 14.53 10.8479L21 6.80416V17.1957L14.53 13.1519C14.3711 13.0526 14.1874 12.9999 14 12.9999H10C9.81258 12.9999 9.62893 13.0526 9.47 13.1519L3 17.1957L3 6.80416L9.3484 10.7719C9.5868 10.9209 9.86227 10.9999 10.1434 10.9999H14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 6L14.5 6C14.7761 6 15 5.77614 15 5.5C15 5.22386 14.7761 5 14.5 5L9.5 5C9.22386 5 9 5.22386 9 5.5C9 5.77614 9.22386 6 9.5 6Z\" fill=\"currentColor\"/> <path d=\"M14.5 6L9.5 6C9.22386 6 9 5.77614 9 5.5C9 5.22386 9.22386 5 9.5 5L14.5 5C14.7761 5 15 5.22386 15 5.5C15 5.77614 14.7761 6 14.5 6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14ZM14 10H10.1434C10.0497 10 9.95786 9.97367 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14H14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 7H14.5C15.3284 7 16 6.32843 16 5.5C16 4.67157 15.3284 4 14.5 4H9.5C8.67157 4 8 4.67157 8 5.5C8 6.32843 8.67157 7 9.5 7ZM9.5 6L14.5 6C14.7761 6 15 5.77614 15 5.5C15 5.22386 14.7761 5 14.5 5L9.5 5C9.22386 5 9 5.22386 9 5.5C9 5.77614 9.22386 6 9.5 6Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 10.9999C14.1874 10.9999 14.3711 10.9472 14.53 10.8479L21 6.80416V17.1957L14.53 13.1519C14.3711 13.0526 14.1874 12.9999 14 12.9999H10C9.81258 12.9999 9.62893 13.0526 9.47 13.1519L3 17.1957L3 6.80416L9.3484 10.7719C9.5868 10.9209 9.86227 10.9999 10.1434 10.9999H14Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 6L14.5 6C14.7761 6 15 5.77614 15 5.5C15 5.22386 14.7761 5 14.5 5L9.5 5C9.22386 5 9 5.22386 9 5.5C9 5.77614 9.22386 6 9.5 6Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M14.5 6L9.5 6C9.22386 6 9 5.77614 9 5.5C9 5.22386 9.22386 5 9.5 5L14.5 5C14.7761 5 15 5.22386 15 5.5C15 5.77614 14.7761 6 14.5 6Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-analog-inleft-left-100",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAnalogInleftLeft100",
          "declaration": {
            "name": "ObiThreewayAnalogInleftLeft100",
            "module": "src/icons/icon-threeway-analog-inleft-left-100.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-analog-inleft-left-100",
          "declaration": {
            "name": "ObiThreewayAnalogInleftLeft100",
            "module": "src/icons/icon-threeway-analog-inleft-left-100.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-analog-inleft-left-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAnalogInleftLeft25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0306 8.6601L21 6.80425V17.1958L18.0306 15.3399V8.6601ZM16.5707 20H7.4292L6.8042 21L17.1957 21L16.5707 20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47ZM18.0306 8.6601L21 6.80425V17.1958L18.0306 15.3399V8.6601ZM17.0306 14.7149V9.2851L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.05425 19H15.9458L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L17.0306 14.7149ZM16.5708 20H7.42925L6.80425 21L17.1958 21L16.5708 20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.1138 7.69382L10.2004 3.07442C9.88335 2.30905 10.2468 1.4316 11.0122 1.11457C11.7775 0.797548 12.655 1.161 12.972 1.92637L14.8854 6.54577C15.2025 7.31113 14.839 8.18858 14.0736 8.50561C13.3083 8.82264 12.4308 8.45918 12.1138 7.69382ZM13.0377 7.31113L11.1243 2.69173C11.0186 2.43661 11.1397 2.14413 11.3948 2.03845C11.65 1.93278 11.9425 2.05393 12.0481 2.30905L13.9615 6.92845C14.0672 7.18357 13.9461 7.47605 13.6909 7.58173C13.4358 7.6874 13.1433 7.56625 13.0377 7.31113Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.0306 14.7146V9.28484L14.6516 10.7717C14.4132 10.9207 14.1377 10.9997 13.8566 10.9997H10C9.81258 10.9997 9.62893 10.9471 9.47 10.8477L3 6.80399L3 17.1955L9.47 13.1517C9.86488 12.9049 10.3778 12.9634 10.7071 13.2926C11.0364 13.6219 11.0948 14.1349 10.848 14.5297L8.05425 18.9997H15.9458L13.152 14.5297C12.9052 14.1349 12.9636 13.6219 13.2929 13.2926C13.6222 12.9634 14.1351 12.9049 14.53 13.1517L17.0306 14.7146Z\" fill=\"currentColor\"/> <path d=\"M13.9615 6.92819C14.0672 7.18331 13.9461 7.47579 13.6909 7.58147C13.4358 7.68714 13.1433 7.56599 13.0377 7.31087L11.1243 2.69147C11.0186 2.43635 11.1397 2.14387 11.3948 2.03819C11.65 1.93252 11.9425 2.05367 12.0481 2.30879L13.9615 6.92819Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.0377 7.31087L11.1243 2.69147C11.0186 2.43635 11.1397 2.14387 11.3948 2.03819C11.65 1.93252 11.9425 2.05367 12.0481 2.30879L13.9615 6.92819C14.0672 7.18331 13.9461 7.47579 13.6909 7.58147C13.4358 7.68714 13.1433 7.56599 13.0377 7.31087Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0306 8.6601L21 6.80425V17.1958L18.0306 15.3399V8.6601ZM16.5707 20H7.4292L6.8042 21L17.1957 21L16.5707 20Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47ZM18.0306 8.6601L21 6.80425V17.1958L18.0306 15.3399V8.6601ZM17.0306 14.7149V9.2851L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.05425 19H15.9458L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L17.0306 14.7149ZM16.5708 20H7.42925L6.80425 21L17.1958 21L16.5708 20Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.1138 7.69382L10.2004 3.07442C9.88335 2.30905 10.2468 1.4316 11.0122 1.11457C11.7775 0.797548 12.655 1.161 12.972 1.92637L14.8854 6.54577C15.2025 7.31113 14.839 8.18858 14.0736 8.50561C13.3083 8.82264 12.4308 8.45918 12.1138 7.69382ZM13.0377 7.31113L11.1243 2.69173C11.0186 2.43661 11.1397 2.14413 11.3948 2.03845C11.65 1.93278 11.9425 2.05393 12.0481 2.30905L13.9615 6.92845C14.0672 7.18357 13.9461 7.47605 13.6909 7.58173C13.4358 7.6874 13.1433 7.56625 13.0377 7.31113Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.0306 14.7146V9.28484L14.6516 10.7717C14.4132 10.9207 14.1377 10.9997 13.8566 10.9997H10C9.81258 10.9997 9.62893 10.9471 9.47 10.8477L3 6.80399L3 17.1955L9.47 13.1517C9.86488 12.9049 10.3778 12.9634 10.7071 13.2926C11.0364 13.6219 11.0948 14.1349 10.848 14.5297L8.05425 18.9997H15.9458L13.152 14.5297C12.9052 14.1349 12.9636 13.6219 13.2929 13.2926C13.6222 12.9634 14.1351 12.9049 14.53 13.1517L17.0306 14.7146Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M13.9615 6.92819C14.0672 7.18331 13.9461 7.47579 13.6909 7.58147C13.4358 7.68714 13.1433 7.56599 13.0377 7.31087L11.1243 2.69147C11.0186 2.43635 11.1397 2.14387 11.3948 2.03819C11.65 1.93252 11.9425 2.05367 12.0481 2.30879L13.9615 6.92819Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.0377 7.31087L11.1243 2.69147C11.0186 2.43635 11.1397 2.14387 11.3948 2.03819C11.65 1.93252 11.9425 2.05367 12.0481 2.30879L13.9615 6.92819C14.0672 7.18331 13.9461 7.47579 13.6909 7.58147C13.4358 7.68714 13.1433 7.56599 13.0377 7.31087Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-analog-inleft-left-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAnalogInleftLeft25",
          "declaration": {
            "name": "ObiThreewayAnalogInleftLeft25",
            "module": "src/icons/icon-threeway-analog-inleft-left-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-analog-inleft-left-25",
          "declaration": {
            "name": "ObiThreewayAnalogInleftLeft25",
            "module": "src/icons/icon-threeway-analog-inleft-left-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-analog-inleft-left-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAnalogInleftLeft50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.05425 19L6.80425 21H17.1958L15.9458 19H8.05425ZM5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47ZM19 8.05425L21 6.80425V17.1958L19 15.9458V8.05425ZM18 15.3208V8.67925L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.67925 18H15.3208L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L18 15.3208ZM17.6198 20.735L17.1958 21L17.6198 20.735Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.4393 7.0962L9.90381 3.56066C9.31802 2.97487 9.31802 2.02513 9.90381 1.43934C10.4896 0.853554 11.4393 0.853553 12.0251 1.43934L15.5607 4.97487C16.1464 5.56066 16.1464 6.51041 15.5607 7.0962C14.9749 7.68198 14.0251 7.68198 13.4393 7.0962ZM14.1464 6.38909L10.6109 2.85355C10.4157 2.65829 10.4157 2.34171 10.6109 2.14645C10.8062 1.95118 11.1228 1.95118 11.318 2.14645L14.8536 5.68198C15.0488 5.87724 15.0488 6.19383 14.8536 6.38909C14.6583 6.58435 14.3417 6.58435 14.1464 6.38909Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.0542 19L6.8042 21L17.1957 21L15.9457 19H8.0542ZM19 8.05425L21 6.80425V17.1958L19 15.9458V8.05425Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 15.3208V8.67925L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.67925 18H15.3208L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L18 15.3208Z\" fill=\"currentColor\"/> <path d=\"M14.8536 5.68198C15.0488 5.87724 15.0488 6.19383 14.8536 6.38909C14.6583 6.58435 14.3417 6.58435 14.1464 6.38909L10.6109 2.85355C10.4157 2.65829 10.4157 2.34171 10.6109 2.14645C10.8062 1.95118 11.1228 1.95118 11.318 2.14645L14.8536 5.68198Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.1464 6.38909L10.6109 2.85355C10.4157 2.65829 10.4157 2.34171 10.6109 2.14645C10.8062 1.95118 11.1228 1.95118 11.318 2.14645L14.8536 5.68198C15.0488 5.87724 15.0488 6.19383 14.8536 6.38909C14.6583 6.58435 14.3417 6.58435 14.1464 6.38909Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.05425 19L6.80425 21H17.1958L15.9458 19H8.05425ZM5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47ZM19 8.05425L21 6.80425V17.1958L19 15.9458V8.05425ZM18 15.3208V8.67925L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.67925 18H15.3208L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L18 15.3208ZM17.6198 20.735L17.1958 21L17.6198 20.735Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.4393 7.0962L9.90381 3.56066C9.31802 2.97487 9.31802 2.02513 9.90381 1.43934C10.4896 0.853554 11.4393 0.853553 12.0251 1.43934L15.5607 4.97487C16.1464 5.56066 16.1464 6.51041 15.5607 7.0962C14.9749 7.68198 14.0251 7.68198 13.4393 7.0962ZM14.1464 6.38909L10.6109 2.85355C10.4157 2.65829 10.4157 2.34171 10.6109 2.14645C10.8062 1.95118 11.1228 1.95118 11.318 2.14645L14.8536 5.68198C15.0488 5.87724 15.0488 6.19383 14.8536 6.38909C14.6583 6.58435 14.3417 6.58435 14.1464 6.38909Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.0542 19L6.8042 21L17.1957 21L15.9457 19H8.0542ZM19 8.05425L21 6.80425V17.1958L19 15.9458V8.05425Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 15.3208V8.67925L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.67925 18H15.3208L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L18 15.3208Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M14.8536 5.68198C15.0488 5.87724 15.0488 6.19383 14.8536 6.38909C14.6583 6.58435 14.3417 6.58435 14.1464 6.38909L10.6109 2.85355C10.4157 2.65829 10.4157 2.34171 10.6109 2.14645C10.8062 1.95118 11.1228 1.95118 11.318 2.14645L14.8536 5.68198Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.1464 6.38909L10.6109 2.85355C10.4157 2.65829 10.4157 2.34171 10.6109 2.14645C10.8062 1.95118 11.1228 1.95118 11.318 2.14645L14.8536 5.68198C15.0488 5.87724 15.0488 6.19383 14.8536 6.38909C14.6583 6.58435 14.3417 6.58435 14.1464 6.38909Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-analog-inleft-left-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAnalogInleftLeft50",
          "declaration": {
            "name": "ObiThreewayAnalogInleftLeft50",
            "module": "src/icons/icon-threeway-analog-inleft-left-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-analog-inleft-left-50",
          "declaration": {
            "name": "ObiThreewayAnalogInleftLeft50",
            "module": "src/icons/icon-threeway-analog-inleft-left-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-analog-inleft-left-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAnalogInleftLeft75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 7.42925V16.5708L21 17.1958V6.80425L20 7.42925ZM8.71832 17.9375H15.2817L17.1958 21L6.80426 21L8.71832 17.9375Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0437 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924ZM19 15.9458L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L14.6567 16.9375H9.34331L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772L19 8.05425V15.9458ZM20 7.42925V16.5708L21 17.1958V6.80425L20 7.42925ZM8.71831 17.9375H15.2817L17.1958 21L6.80425 21L8.71831 17.9375Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.9256 6.79963L9.30618 4.88621C8.54082 4.56919 8.17737 3.69173 8.49439 2.92637C8.81142 2.161 9.68887 1.79755 10.4542 2.11457L15.0736 4.02799C15.839 4.34502 16.2025 5.22247 15.8854 5.98783C15.5684 6.7532 14.6909 7.11665 13.9256 6.79963ZM14.3083 5.87575L9.68887 3.96233C9.43374 3.85666 9.31259 3.56417 9.41827 3.30905C9.52395 3.05393 9.81643 2.93278 10.0716 3.03845L14.6909 4.95187C14.9461 5.05754 15.0672 5.35003 14.9615 5.60515C14.8559 5.86027 14.5634 5.98142 14.3083 5.87575Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 15.9455L14.53 13.1517C14.1351 12.9049 13.6222 12.9634 13.2929 13.2926C12.9636 13.6219 12.9052 14.1349 13.152 14.5297L14.6567 16.9372H9.34331L10.848 14.5297C11.0948 14.1349 11.0364 13.6219 10.7071 13.2926C10.3778 12.9634 9.86488 12.9049 9.47 13.1517L3 17.1955L3 6.80399L9.47 10.8477C9.62893 10.9471 9.81258 10.9997 10 10.9997H13.8566C14.1377 10.9997 14.4132 10.9207 14.6516 10.7717L19 8.05399V15.9455Z\" fill=\"currentColor\"/> <path d=\"M14.691 4.95161C14.9461 5.05728 15.0672 5.34977 14.9615 5.60489C14.8559 5.86001 14.5634 5.98116 14.3083 5.87549L9.68887 3.96207C9.43375 3.8564 9.3126 3.56391 9.41827 3.30879C9.52395 3.05367 9.81643 2.93252 10.0716 3.03819L14.691 4.95161Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.3083 5.87549L9.68887 3.96207C9.43375 3.8564 9.3126 3.56391 9.41827 3.30879C9.52395 3.05367 9.81643 2.93252 10.0716 3.03819L14.691 4.95161C14.9461 5.05728 15.0672 5.34977 14.9615 5.60489C14.8559 5.86001 14.5634 5.98116 14.3083 5.87549Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 7.42925V16.5708L21 17.1958V6.80425L20 7.42925ZM8.71832 17.9375H15.2817L17.1958 21L6.80426 21L8.71832 17.9375Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0437 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924ZM19 15.9458L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L14.6567 16.9375H9.34331L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772L19 8.05425V15.9458ZM20 7.42925V16.5708L21 17.1958V6.80425L20 7.42925ZM8.71831 17.9375H15.2817L17.1958 21L6.80425 21L8.71831 17.9375Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.9256 6.79963L9.30618 4.88621C8.54082 4.56919 8.17737 3.69173 8.49439 2.92637C8.81142 2.161 9.68887 1.79755 10.4542 2.11457L15.0736 4.02799C15.839 4.34502 16.2025 5.22247 15.8854 5.98783C15.5684 6.7532 14.6909 7.11665 13.9256 6.79963ZM14.3083 5.87575L9.68887 3.96233C9.43374 3.85666 9.31259 3.56417 9.41827 3.30905C9.52395 3.05393 9.81643 2.93278 10.0716 3.03845L14.6909 4.95187C14.9461 5.05754 15.0672 5.35003 14.9615 5.60515C14.8559 5.86027 14.5634 5.98142 14.3083 5.87575Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 15.9455L14.53 13.1517C14.1351 12.9049 13.6222 12.9634 13.2929 13.2926C12.9636 13.6219 12.9052 14.1349 13.152 14.5297L14.6567 16.9372H9.34331L10.848 14.5297C11.0948 14.1349 11.0364 13.6219 10.7071 13.2926C10.3778 12.9634 9.86488 12.9049 9.47 13.1517L3 17.1955L3 6.80399L9.47 10.8477C9.62893 10.9471 9.81258 10.9997 10 10.9997H13.8566C14.1377 10.9997 14.4132 10.9207 14.6516 10.7717L19 8.05399V15.9455Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M14.691 4.95161C14.9461 5.05728 15.0672 5.34977 14.9615 5.60489C14.8559 5.86001 14.5634 5.98116 14.3083 5.87549L9.68887 3.96207C9.43375 3.8564 9.3126 3.56391 9.41827 3.30879C9.52395 3.05367 9.81643 2.93252 10.0716 3.03819L14.691 4.95161Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.3083 5.87549L9.68887 3.96207C9.43375 3.8564 9.3126 3.56391 9.41827 3.30879C9.52395 3.05367 9.81643 2.93252 10.0716 3.03819L14.691 4.95161C14.9461 5.05728 15.0672 5.34977 14.9615 5.60489C14.8559 5.86001 14.5634 5.98116 14.3083 5.87549Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-analog-inleft-left-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAnalogInleftLeft75",
          "declaration": {
            "name": "ObiThreewayAnalogInleftLeft75",
            "module": "src/icons/icon-threeway-analog-inleft-left-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-analog-inleft-left-75",
          "declaration": {
            "name": "ObiThreewayAnalogInleftLeft75",
            "module": "src/icons/icon-threeway-analog-inleft-left-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-analog-inleft-right-0.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAnalogInleftRight0",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14ZM14 10H10.1434C10.0497 10 9.95786 9.97367 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14H14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 7H14.5C15.3284 7 16 6.32843 16 5.5C16 4.67157 15.3284 4 14.5 4H9.5C8.67157 4 8 4.67157 8 5.5C8 6.32843 8.67157 7 9.5 7ZM9.5 6L14.5 6C14.7761 6 15 5.77614 15 5.5C15 5.22386 14.7761 5 14.5 5L9.5 5C9.22386 5 9 5.22386 9 5.5C9 5.77614 9.22386 6 9.5 6Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 10.9999C14.1874 10.9999 14.3711 10.9472 14.53 10.8479L21 6.80416V17.1957L14.53 13.1519C14.3711 13.0526 14.1874 12.9999 14 12.9999H10C9.81258 12.9999 9.62893 13.0526 9.47 13.1519L3 17.1957L3 6.80416L9.3484 10.7719C9.5868 10.9209 9.86227 10.9999 10.1434 10.9999H14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 6L14.5 6C14.7761 6 15 5.77614 15 5.5C15 5.22386 14.7761 5 14.5 5L9.5 5C9.22386 5 9 5.22386 9 5.5C9 5.77614 9.22386 6 9.5 6Z\" fill=\"currentColor\"/> <path d=\"M14.5 6L9.5 6C9.22386 6 9 5.77614 9 5.5C9 5.22386 9.22386 5 9.5 5L14.5 5C14.7761 5 15 5.22386 15 5.5C15 5.77614 14.7761 6 14.5 6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.3711 13.0527 14.1874 13 14 13H10C9.81258 13 9.62893 13.0527 9.47 13.152L3 17.1958L3 6.80425L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14ZM14 10H10.1434C10.0497 10 9.95786 9.97367 9.8784 9.924L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14H14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 7H14.5C15.3284 7 16 6.32843 16 5.5C16 4.67157 15.3284 4 14.5 4H9.5C8.67157 4 8 4.67157 8 5.5C8 6.32843 8.67157 7 9.5 7ZM9.5 6L14.5 6C14.7761 6 15 5.77614 15 5.5C15 5.22386 14.7761 5 14.5 5L9.5 5C9.22386 5 9 5.22386 9 5.5C9 5.77614 9.22386 6 9.5 6Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 10.9999C14.1874 10.9999 14.3711 10.9472 14.53 10.8479L21 6.80416V17.1957L14.53 13.1519C14.3711 13.0526 14.1874 12.9999 14 12.9999H10C9.81258 12.9999 9.62893 13.0526 9.47 13.1519L3 17.1957L3 6.80416L9.3484 10.7719C9.5868 10.9209 9.86227 10.9999 10.1434 10.9999H14Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 6L14.5 6C14.7761 6 15 5.77614 15 5.5C15 5.22386 14.7761 5 14.5 5L9.5 5C9.22386 5 9 5.22386 9 5.5C9 5.77614 9.22386 6 9.5 6Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M14.5 6L9.5 6C9.22386 6 9 5.77614 9 5.5C9 5.22386 9.22386 5 9.5 5L14.5 5C14.7761 5 15 5.22386 15 5.5C15 5.77614 14.7761 6 14.5 6Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-analog-inleft-right-0",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAnalogInleftRight0",
          "declaration": {
            "name": "ObiThreewayAnalogInleftRight0",
            "module": "src/icons/icon-threeway-analog-inleft-right-0.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-analog-inleft-right-0",
          "declaration": {
            "name": "ObiThreewayAnalogInleftRight0",
            "module": "src/icons/icon-threeway-analog-inleft-right-0.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-analog-inleft-right-100.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAnalogInleftRight100",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.53 10.848ZM20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H10.5C10.2239 10 10 10.2239 10 10.5V14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4999 7.5V2.5C10.4999 1.67157 11.1715 1 11.9999 1C12.8283 1 13.4999 1.67157 13.4999 2.5V7.5C13.4999 8.32843 12.8283 9 11.9999 9C11.1715 9 10.4999 8.32843 10.4999 7.5ZM11.4999 7.5V2.5C11.4999 2.22386 11.7237 2 11.9999 2C12.276 2 12.4999 2.22386 12.4999 2.5V7.5C12.4999 7.77614 12.276 8 11.9999 8C11.7237 8 11.4999 7.77614 11.4999 7.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94321V17.0568Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.53 10.848C14.371 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.8479 14.53L6.8042 21H17.1957L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2928 13.2929C13.6221 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958L21 6.80425L14.53 10.848Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.4998 7.5V2.5C11.4998 2.22386 11.7237 2 11.9998 2C12.276 2 12.4998 2.22386 12.4998 2.5V7.5C12.4998 7.77614 12.276 8 11.9998 8C11.7237 8 11.4998 7.77614 11.4998 7.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.53 10.848C14.3711 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.848 14.53L6.80425 21H17.1958L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.53 10.848ZM20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14 10H10.5C10.2239 10 10 10.2239 10 10.5V14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4999 7.5V2.5C10.4999 1.67157 11.1715 1 11.9999 1C12.8283 1 13.4999 1.67157 13.4999 2.5V7.5C13.4999 8.32843 12.8283 9 11.9999 9C11.1715 9 10.4999 8.32843 10.4999 7.5ZM11.4999 7.5V2.5C11.4999 2.22386 11.7237 2 11.9999 2C12.276 2 12.4999 2.22386 12.4999 2.5V7.5C12.4999 7.77614 12.276 8 11.9999 8C11.7237 8 11.4999 7.77614 11.4999 7.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94321V17.0568Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.53 10.848C14.371 10.9473 14.1874 11 14 11H11V14C11 14.1874 10.9473 14.3711 10.8479 14.53L6.8042 21H17.1957L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2928 13.2929C13.6221 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958L21 6.80425L14.53 10.848Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.4998 7.5V2.5C11.4998 2.22386 11.7237 2 11.9998 2C12.276 2 12.4998 2.22386 12.4998 2.5V7.5C12.4998 7.77614 12.276 8 11.9998 8C11.7237 8 11.4998 7.77614 11.4998 7.5Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-analog-inleft-right-100",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAnalogInleftRight100",
          "declaration": {
            "name": "ObiThreewayAnalogInleftRight100",
            "module": "src/icons/icon-threeway-analog-inleft-right-100.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-analog-inleft-right-100",
          "declaration": {
            "name": "ObiThreewayAnalogInleftRight100",
            "module": "src/icons/icon-threeway-analog-inleft-right-100.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-analog-inleft-right-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAnalogInleftRight25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47ZM5.96936 8.6601L3 6.80425V17.1958L5.96936 15.3399V8.6601ZM6.96936 14.7149V9.2851L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.9458 19H8.05425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L6.96936 14.7149ZM7.42925 20H16.5708L17.1958 21L6.80425 21L7.42925 20Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.8862 7.69382L13.7996 3.07442C14.1167 2.30905 13.7532 1.4316 12.9878 1.11457C12.2225 0.797548 11.345 1.161 11.028 1.92637L9.11457 6.54577C8.79755 7.31113 9.161 8.18858 9.92637 8.50561C10.6917 8.82264 11.5692 8.45918 11.8862 7.69382ZM10.9623 7.31113L12.8757 2.69173C12.9814 2.43661 12.8603 2.14413 12.6052 2.03845C12.35 1.93278 12.0575 2.05393 11.9519 2.30905L10.0385 6.92845C9.93278 7.18357 10.0539 7.47605 10.3091 7.58173C10.5642 7.6874 10.8567 7.56625 10.9623 7.31113Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.96948 8.66054L3.00012 6.80469V17.1962L5.96948 15.3403V8.66054ZM7.42937 20.0004H16.5709L17.1959 21.0004L6.80437 21.0004L7.42937 20.0004Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.96936 14.7146V9.28484L9.3484 10.7717C9.5868 10.9207 9.86227 10.9997 10.1434 10.9997H14C14.1874 10.9997 14.3711 10.9471 14.53 10.8477L21 6.80399L21 17.1955L14.53 13.1517C14.1351 12.9049 13.6222 12.9634 13.2929 13.2926C12.9636 13.6219 12.9052 14.1349 13.152 14.5297L15.9458 18.9997H8.05425L10.848 14.5297C11.0948 14.1349 11.0364 13.6219 10.7071 13.2926C10.3778 12.9634 9.86488 12.9049 9.47 13.1517L6.96936 14.7146Z\" fill=\"currentColor\"/> <path d=\"M10.0385 6.92819C9.93278 7.18331 10.0539 7.47579 10.3091 7.58147C10.5642 7.68714 10.8567 7.56599 10.9623 7.31087L12.8758 2.69147C12.9814 2.43635 12.8603 2.14387 12.6052 2.03819C12.35 1.93252 12.0575 2.05367 11.9519 2.30879L10.0385 6.92819Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9623 7.31087L12.8758 2.69147C12.9814 2.43635 12.8603 2.14387 12.6052 2.03819C12.35 1.93252 12.0575 2.05367 11.9519 2.30879L10.0385 6.92819C9.93278 7.18331 10.0539 7.47579 10.3091 7.58147C10.5642 7.68714 10.8567 7.56599 10.9623 7.31087Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47ZM5.96936 8.6601L3 6.80425V17.1958L5.96936 15.3399V8.6601ZM6.96936 14.7149V9.2851L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.9458 19H8.05425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L6.96936 14.7149ZM7.42925 20H16.5708L17.1958 21L6.80425 21L7.42925 20Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.8862 7.69382L13.7996 3.07442C14.1167 2.30905 13.7532 1.4316 12.9878 1.11457C12.2225 0.797548 11.345 1.161 11.028 1.92637L9.11457 6.54577C8.79755 7.31113 9.161 8.18858 9.92637 8.50561C10.6917 8.82264 11.5692 8.45918 11.8862 7.69382ZM10.9623 7.31113L12.8757 2.69173C12.9814 2.43661 12.8603 2.14413 12.6052 2.03845C12.35 1.93278 12.0575 2.05393 11.9519 2.30905L10.0385 6.92845C9.93278 7.18357 10.0539 7.47605 10.3091 7.58173C10.5642 7.6874 10.8567 7.56625 10.9623 7.31113Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.96948 8.66054L3.00012 6.80469V17.1962L5.96948 15.3403V8.66054ZM7.42937 20.0004H16.5709L17.1959 21.0004L6.80437 21.0004L7.42937 20.0004Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.96936 14.7146V9.28484L9.3484 10.7717C9.5868 10.9207 9.86227 10.9997 10.1434 10.9997H14C14.1874 10.9997 14.3711 10.9471 14.53 10.8477L21 6.80399L21 17.1955L14.53 13.1517C14.1351 12.9049 13.6222 12.9634 13.2929 13.2926C12.9636 13.6219 12.9052 14.1349 13.152 14.5297L15.9458 18.9997H8.05425L10.848 14.5297C11.0948 14.1349 11.0364 13.6219 10.7071 13.2926C10.3778 12.9634 9.86488 12.9049 9.47 13.1517L6.96936 14.7146Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M10.0385 6.92819C9.93278 7.18331 10.0539 7.47579 10.3091 7.58147C10.5642 7.68714 10.8567 7.56599 10.9623 7.31087L12.8758 2.69147C12.9814 2.43635 12.8603 2.14387 12.6052 2.03819C12.35 1.93252 12.0575 2.05367 11.9519 2.30879L10.0385 6.92819Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9623 7.31087L12.8758 2.69147C12.9814 2.43635 12.8603 2.14387 12.6052 2.03819C12.35 1.93252 12.0575 2.05367 11.9519 2.30879L10.0385 6.92819C9.93278 7.18331 10.0539 7.47579 10.3091 7.58147C10.5642 7.68714 10.8567 7.56599 10.9623 7.31087Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-analog-inleft-right-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAnalogInleftRight25",
          "declaration": {
            "name": "ObiThreewayAnalogInleftRight25",
            "module": "src/icons/icon-threeway-analog-inleft-right-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-analog-inleft-right-25",
          "declaration": {
            "name": "ObiThreewayAnalogInleftRight25",
            "module": "src/icons/icon-threeway-analog-inleft-right-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-analog-inleft-right-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAnalogInleftRight50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9458 19L17.1958 21H6.80425L8.05425 19H15.9458ZM18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47ZM5 8.05425L3 6.80425V17.1958L5 15.9458V8.05425ZM6 15.3208V8.67925L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.3208 18H8.67925L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L6 15.3208ZM6.38025 20.735L6.80425 21L6.38025 20.735Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5607 7.0962L14.0962 3.56066C14.682 2.97487 14.682 2.02513 14.0962 1.43934C13.5104 0.853554 12.5607 0.853553 11.9749 1.43934L8.43934 4.97487C7.85355 5.56066 7.85355 6.51041 8.43934 7.0962C9.02513 7.68198 9.97487 7.68198 10.5607 7.0962ZM9.85355 6.38909L13.3891 2.85355C13.5843 2.65829 13.5843 2.34171 13.3891 2.14645C13.1938 1.95118 12.8772 1.95118 12.682 2.14645L9.14645 5.68198C8.95118 5.87724 8.95118 6.19383 9.14645 6.38909C9.34171 6.58435 9.65829 6.58435 9.85355 6.38909Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9459 19.0004L17.1959 21.0004H6.80437L8.05437 19.0004H15.9459ZM5.00012 8.05469L3.00012 6.80469V17.1962L5.00012 15.9462V8.05469Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 15.3208V8.67925L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425L21 17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.3208 18H8.67925L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L6 15.3208Z\" fill=\"currentColor\"/> <path d=\"M9.14645 5.68198C8.95118 5.87724 8.95118 6.19383 9.14645 6.38909C9.34171 6.58435 9.65829 6.58435 9.85355 6.38909L13.3891 2.85355C13.5843 2.65829 13.5843 2.34171 13.3891 2.14645C13.1938 1.95118 12.8772 1.95118 12.682 2.14645L9.14645 5.68198Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.85355 6.38909L13.3891 2.85355C13.5843 2.65829 13.5843 2.34171 13.3891 2.14645C13.1938 1.95118 12.8772 1.95118 12.682 2.14645L9.14645 5.68198C8.95118 5.87724 8.95118 6.19383 9.14645 6.38909C9.34171 6.58435 9.65829 6.58435 9.85355 6.38909Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9458 19L17.1958 21H6.80425L8.05425 19H15.9458ZM18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47ZM5 8.05425L3 6.80425V17.1958L5 15.9458V8.05425ZM6 15.3208V8.67925L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.3208 18H8.67925L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L6 15.3208ZM6.38025 20.735L6.80425 21L6.38025 20.735Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5607 7.0962L14.0962 3.56066C14.682 2.97487 14.682 2.02513 14.0962 1.43934C13.5104 0.853554 12.5607 0.853553 11.9749 1.43934L8.43934 4.97487C7.85355 5.56066 7.85355 6.51041 8.43934 7.0962C9.02513 7.68198 9.97487 7.68198 10.5607 7.0962ZM9.85355 6.38909L13.3891 2.85355C13.5843 2.65829 13.5843 2.34171 13.3891 2.14645C13.1938 1.95118 12.8772 1.95118 12.682 2.14645L9.14645 5.68198C8.95118 5.87724 8.95118 6.19383 9.14645 6.38909C9.34171 6.58435 9.65829 6.58435 9.85355 6.38909Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9459 19.0004L17.1959 21.0004H6.80437L8.05437 19.0004H15.9459ZM5.00012 8.05469L3.00012 6.80469V17.1962L5.00012 15.9462V8.05469Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 15.3208V8.67925L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425L21 17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.3208 18H8.67925L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L6 15.3208Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M9.14645 5.68198C8.95118 5.87724 8.95118 6.19383 9.14645 6.38909C9.34171 6.58435 9.65829 6.58435 9.85355 6.38909L13.3891 2.85355C13.5843 2.65829 13.5843 2.34171 13.3891 2.14645C13.1938 1.95118 12.8772 1.95118 12.682 2.14645L9.14645 5.68198Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.85355 6.38909L13.3891 2.85355C13.5843 2.65829 13.5843 2.34171 13.3891 2.14645C13.1938 1.95118 12.8772 1.95118 12.682 2.14645L9.14645 5.68198C8.95118 5.87724 8.95118 6.19383 9.14645 6.38909C9.34171 6.58435 9.65829 6.58435 9.85355 6.38909Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-analog-inleft-right-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAnalogInleftRight50",
          "declaration": {
            "name": "ObiThreewayAnalogInleftRight50",
            "module": "src/icons/icon-threeway-analog-inleft-right-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-analog-inleft-right-50",
          "declaration": {
            "name": "ObiThreewayAnalogInleftRight50",
            "module": "src/icons/icon-threeway-analog-inleft-right-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-analog-inleft-right-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayAnalogInleftRight75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.00012 7.42969V16.5712L3.00012 17.1962V6.80469L4.00012 7.42969ZM15.2818 17.9379H8.71843L6.80437 21.0004L17.1959 21.0004L15.2818 17.9379Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924ZM5 15.9458L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L9.34331 16.9375H14.6567L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772L5 8.05425V15.9458ZM4 7.42925V16.5708L3 17.1958V6.80425L4 7.42925ZM15.2817 17.9375H8.71831L6.80425 21L17.1958 21L15.2817 17.9375Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.0744 6.79963L14.6938 4.88621C15.4592 4.56919 15.8226 3.69173 15.5056 2.92637C15.1886 2.161 14.3111 1.79755 13.5458 2.11457L8.92637 4.02799C8.161 4.34502 7.79755 5.22247 8.11457 5.98783C8.4316 6.7532 9.30905 7.11665 10.0744 6.79963ZM9.69173 5.87575L14.3111 3.96233C14.5663 3.85666 14.6874 3.56417 14.5817 3.30905C14.4761 3.05393 14.1836 2.93278 13.9284 3.03845L9.30905 4.95187C9.05393 5.05754 8.93278 5.35003 9.03845 5.60515C9.14413 5.86027 9.43661 5.98142 9.69173 5.87575Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 15.9455L9.47 13.1517C9.86488 12.9049 10.3778 12.9634 10.7071 13.2926C11.0364 13.6219 11.0948 14.1349 10.848 14.5297L9.34331 16.9372H14.6567L13.152 14.5297C12.9052 14.1349 12.9636 13.6219 13.2929 13.2926C13.6222 12.9634 14.1351 12.9049 14.53 13.1517L21 17.1955L21 6.80399L14.53 10.8477C14.3711 10.9471 14.1874 10.9997 14 10.9997H10.1434C9.86227 10.9997 9.58679 10.9207 9.3484 10.7717L5 8.05399V15.9455Z\" fill=\"currentColor\"/> <path d=\"M9.30905 4.95161C9.05393 5.05728 8.93278 5.34977 9.03845 5.60489C9.14413 5.86001 9.43661 5.98116 9.69173 5.87549L14.3111 3.96207C14.5663 3.8564 14.6874 3.56391 14.5817 3.30879C14.4761 3.05367 14.1836 2.93252 13.9284 3.03819L9.30905 4.95161Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.69173 5.87549L14.3111 3.96207C14.5663 3.8564 14.6874 3.56391 14.5817 3.30879C14.4761 3.05367 14.1836 2.93252 13.9284 3.03819L9.30905 4.95161C9.05393 5.05728 8.93278 5.34977 9.03845 5.60489C9.14413 5.86001 9.43661 5.98116 9.69173 5.87549Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.00012 7.42969V16.5712L3.00012 17.1962V6.80469L4.00012 7.42969ZM15.2818 17.9379H8.71843L6.80437 21.0004L17.1959 21.0004L15.2818 17.9379Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924ZM5 15.9458L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L9.34331 16.9375H14.6567L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772L5 8.05425V15.9458ZM4 7.42925V16.5708L3 17.1958V6.80425L4 7.42925ZM15.2817 17.9375H8.71831L6.80425 21L17.1958 21L15.2817 17.9375Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.0744 6.79963L14.6938 4.88621C15.4592 4.56919 15.8226 3.69173 15.5056 2.92637C15.1886 2.161 14.3111 1.79755 13.5458 2.11457L8.92637 4.02799C8.161 4.34502 7.79755 5.22247 8.11457 5.98783C8.4316 6.7532 9.30905 7.11665 10.0744 6.79963ZM9.69173 5.87575L14.3111 3.96233C14.5663 3.85666 14.6874 3.56417 14.5817 3.30905C14.4761 3.05393 14.1836 2.93278 13.9284 3.03845L9.30905 4.95187C9.05393 5.05754 8.93278 5.35003 9.03845 5.60515C9.14413 5.86027 9.43661 5.98142 9.69173 5.87575Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 15.9455L9.47 13.1517C9.86488 12.9049 10.3778 12.9634 10.7071 13.2926C11.0364 13.6219 11.0948 14.1349 10.848 14.5297L9.34331 16.9372H14.6567L13.152 14.5297C12.9052 14.1349 12.9636 13.6219 13.2929 13.2926C13.6222 12.9634 14.1351 12.9049 14.53 13.1517L21 17.1955L21 6.80399L14.53 10.8477C14.3711 10.9471 14.1874 10.9997 14 10.9997H10.1434C9.86227 10.9997 9.58679 10.9207 9.3484 10.7717L5 8.05399V15.9455Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M9.30905 4.95161C9.05393 5.05728 8.93278 5.34977 9.03845 5.60489C9.14413 5.86001 9.43661 5.98116 9.69173 5.87549L14.3111 3.96207C14.5663 3.8564 14.6874 3.56391 14.5817 3.30879C14.4761 3.05367 14.1836 2.93252 13.9284 3.03819L9.30905 4.95161Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.69173 5.87549L14.3111 3.96207C14.5663 3.8564 14.6874 3.56391 14.5817 3.30879C14.4761 3.05367 14.1836 2.93252 13.9284 3.03819L9.30905 4.95161C9.05393 5.05728 8.93278 5.34977 9.03845 5.60489C9.14413 5.86001 9.43661 5.98116 9.69173 5.87549Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-analog-inleft-right-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayAnalogInleftRight75",
          "declaration": {
            "name": "ObiThreewayAnalogInleftRight75",
            "module": "src/icons/icon-threeway-analog-inleft-right-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-analog-inleft-right-75",
          "declaration": {
            "name": "ObiThreewayAnalogInleftRight75",
            "module": "src/icons/icon-threeway-analog-inleft-right-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-digital-closed-bottom.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayDigitalClosedBottom",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 11.0001C14.1874 11.0001 14.3711 10.9474 14.53 10.8481L21 6.80433V17.1958L14.53 13.1521C14.3711 13.0528 14.1874 13.0001 14 13.0001H10C9.81258 13.0001 9.62893 13.0528 9.47 13.1521L3 17.1958L3 6.80433L9.3484 10.7721C9.5868 10.9211 9.86227 11.0001 10.1434 11.0001H14ZM14 10.0001H10.1434C10.0497 10.0001 9.95786 9.97375 9.8784 9.92408L3.53 5.95634C2.86395 5.54005 2 6.0189 2 6.80433V17.1958C2 17.9813 2.86395 18.4601 3.53 18.0438L10 14.0001H14L20.47 18.0438C21.136 18.4601 22 17.9813 22 17.1958V6.80433C22 6.0189 21.136 5.54005 20.47 5.95634L14 10.0001Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16.0002L6.94317 21.0002H17.0568L13.4854 16.0002H10.5146Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 10.9996C14.1874 10.9996 14.3711 10.9469 14.53 10.8476L21 6.80381V17.1953L14.53 13.1516C14.3711 13.0522 14.1874 12.9996 14 12.9996L10 12.9996C9.81258 12.9996 9.62893 13.0522 9.47 13.1516L3 17.1953L3 6.80381L9.3484 10.7716C9.5868 10.9206 9.86227 10.9996 10.1434 10.9996L14 10.9996Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 11.0001C14.1874 11.0001 14.3711 10.9474 14.53 10.8481L21 6.80433V17.1958L14.53 13.1521C14.3711 13.0528 14.1874 13.0001 14 13.0001H10C9.81258 13.0001 9.62893 13.0528 9.47 13.1521L3 17.1958L3 6.80433L9.3484 10.7721C9.5868 10.9211 9.86227 11.0001 10.1434 11.0001H14ZM14 10.0001H10.1434C10.0497 10.0001 9.95786 9.97375 9.8784 9.92408L3.53 5.95634C2.86395 5.54005 2 6.0189 2 6.80433V17.1958C2 17.9813 2.86395 18.4601 3.53 18.0438L10 14.0001H14L20.47 18.0438C21.136 18.4601 22 17.9813 22 17.1958V6.80433C22 6.0189 21.136 5.54005 20.47 5.95634L14 10.0001Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16.0002L6.94317 21.0002H17.0568L13.4854 16.0002H10.5146Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 10.9996C14.1874 10.9996 14.3711 10.9469 14.53 10.8476L21 6.80381V17.1953L14.53 13.1516C14.3711 13.0522 14.1874 12.9996 14 12.9996L10 12.9996C9.81258 12.9996 9.62893 13.0522 9.47 13.1516L3 17.1953L3 6.80381L9.3484 10.7716C9.5868 10.9206 9.86227 10.9996 10.1434 10.9996L14 10.9996Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-digital-closed-bottom",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayDigitalClosedBottom",
          "declaration": {
            "name": "ObiThreewayDigitalClosedBottom",
            "module": "src/icons/icon-threeway-digital-closed-bottom.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-digital-closed-bottom",
          "declaration": {
            "name": "ObiThreewayDigitalClosedBottom",
            "module": "src/icons/icon-threeway-digital-closed-bottom.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-digital-closed-left.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayDigitalClosedLeft",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.53 10.8481C14.3711 10.9474 14.1874 11.0001 14 11.0001H11V14.0001C11 14.1875 10.9473 14.3712 10.848 14.5301L6.80425 21.0001H17.1958L13.152 14.5301C12.9052 14.1352 12.9636 13.6222 13.2929 13.293C13.6222 12.9637 14.1351 12.9053 14.53 13.1521L21 17.1958V6.80433L14.53 10.8481ZM20.47 18.0438C21.136 18.4601 22 17.9813 22 17.1958V6.80433C22 6.0189 21.136 5.54005 20.47 5.95634L14 10.0001H10.5C10.2239 10.0001 10 10.2239 10 10.5001V14.0001L5.95625 20.4701C5.53997 21.1361 6.01881 22.0001 6.80425 22.0001H17.1958C17.9812 22.0001 18.46 21.1361 18.0438 20.4701L14 14.0001L20.47 18.0438Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0569L8 13.4855V10.5147L3 6.94329V17.0569Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.53 10.8484C14.3711 10.9478 14.1874 11.0004 14 11.0004H11V14.0004C11 14.1879 10.9473 14.3715 10.848 14.5304L6.80426 21.0004H17.1958L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2929 13.2933C13.6222 12.9641 14.1351 12.9056 14.53 13.1524L21 17.1962L21 6.80469L14.53 10.8484Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.53 10.8481C14.3711 10.9474 14.1874 11.0001 14 11.0001H11V14.0001C11 14.1875 10.9473 14.3712 10.848 14.5301L6.80425 21.0001H17.1958L13.152 14.5301C12.9052 14.1352 12.9636 13.6222 13.2929 13.293C13.6222 12.9637 14.1351 12.9053 14.53 13.1521L21 17.1958V6.80433L14.53 10.8481ZM20.47 18.0438C21.136 18.4601 22 17.9813 22 17.1958V6.80433C22 6.0189 21.136 5.54005 20.47 5.95634L14 10.0001H10.5C10.2239 10.0001 10 10.2239 10 10.5001V14.0001L5.95625 20.4701C5.53997 21.1361 6.01881 22.0001 6.80425 22.0001H17.1958C17.9812 22.0001 18.46 21.1361 18.0438 20.4701L14 14.0001L20.47 18.0438Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0569L8 13.4855V10.5147L3 6.94329V17.0569Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.53 10.8484C14.3711 10.9478 14.1874 11.0004 14 11.0004H11V14.0004C11 14.1879 10.9473 14.3715 10.848 14.5304L6.80426 21.0004H17.1958L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2929 13.2933C13.6222 12.9641 14.1351 12.9056 14.53 13.1524L21 17.1962L21 6.80469L14.53 10.8484Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-digital-closed-left",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayDigitalClosedLeft",
          "declaration": {
            "name": "ObiThreewayDigitalClosedLeft",
            "module": "src/icons/icon-threeway-digital-closed-left.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-digital-closed-left",
          "declaration": {
            "name": "ObiThreewayDigitalClosedLeft",
            "module": "src/icons/icon-threeway-digital-closed-left.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-digital-closed-right.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayDigitalClosedRight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.47 10.8481C9.62893 10.9474 9.81258 11.0001 10 11.0001H13V14.0001C13 14.1875 13.0527 14.3712 13.152 14.5301L17.1958 21.0001H6.80425L10.848 14.5301C11.0948 14.1352 11.0364 13.6222 10.7071 13.293C10.3778 12.9637 9.86488 12.9053 9.47 13.1521L3 17.1958L3 6.80433L9.47 10.8481ZM3.53 18.0438C2.86395 18.4601 2 17.9813 2 17.1958V6.80433C2 6.0189 2.86395 5.54005 3.53 5.95634L10 10.0001H13.5C13.7761 10.0001 14 10.2239 14 10.5001V14.0001L18.0438 20.4701C18.46 21.1361 17.9812 22.0001 17.1958 22.0001H6.80425C6.01881 22.0001 5.53997 21.1361 5.95625 20.4701L10 14.0001L3.53 18.0438Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0569L16 13.4855V10.5147L21 6.94329V17.0569Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.47 10.848C9.62893 10.9473 9.81258 11 10 11L13 11L13 14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.47 10.8481C9.62893 10.9474 9.81258 11.0001 10 11.0001H13V14.0001C13 14.1875 13.0527 14.3712 13.152 14.5301L17.1958 21.0001H6.80425L10.848 14.5301C11.0948 14.1352 11.0364 13.6222 10.7071 13.293C10.3778 12.9637 9.86488 12.9053 9.47 13.1521L3 17.1958L3 6.80433L9.47 10.8481ZM3.53 18.0438C2.86395 18.4601 2 17.9813 2 17.1958V6.80433C2 6.0189 2.86395 5.54005 3.53 5.95634L10 10.0001H13.5C13.7761 10.0001 14 10.2239 14 10.5001V14.0001L18.0438 20.4701C18.46 21.1361 17.9812 22.0001 17.1958 22.0001H6.80425C6.01881 22.0001 5.53997 21.1361 5.95625 20.4701L10 14.0001L3.53 18.0438Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0569L16 13.4855V10.5147L21 6.94329V17.0569Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.47 10.848C9.62893 10.9473 9.81258 11 10 11L13 11L13 14C13 14.1874 13.0527 14.3711 13.152 14.53L17.1958 21H6.80425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-digital-closed-right",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayDigitalClosedRight",
          "declaration": {
            "name": "ObiThreewayDigitalClosedRight",
            "module": "src/icons/icon-threeway-digital-closed-right.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-digital-closed-right",
          "declaration": {
            "name": "ObiThreewayDigitalClosedRight",
            "module": "src/icons/icon-threeway-digital-closed-right.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-digital-closed.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayDigitalClosed",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 21L7 21L11.5 15H12.5L17 21ZM3 17L3 7L9 11.5V12.5L3 17ZM21 7V17L15 12.5V11.5L21 7Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 21L7 21L11.5 15H12.5L17 21ZM3 17L3 7L9 11.5V12.5L3 17ZM21 7L21 17L15 12.5V11.5L21 7ZM7 22L17 22C17.824 22 18.2944 21.0592 17.8 20.4L13.3 14.4C13.1111 14.1482 12.8148 14 12.5 14H11.5C11.1852 14 10.8889 14.1482 10.7 14.4L6.2 20.4C5.70557 21.0592 6.17595 22 7 22ZM2 17L2 7C2 6.17595 2.94076 5.70557 3.6 6.2L9.6 10.7C9.85181 10.8889 10 11.1852 10 11.5V12.5C10 12.8148 9.85181 13.1111 9.6 13.3L3.6 17.8C2.94076 18.2944 2 17.824 2 17ZM22 7L22 17C22 17.824 21.0592 18.2944 20.4 17.8L14.4 13.3C14.1482 13.1111 14 12.8148 14 12.5V11.5C14 11.1852 14.1482 10.8889 14.4 10.7L20.4 6.2C21.0592 5.70557 22 6.17595 22 7Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 21L7 21L11.5 15H12.5L17 21ZM3 17L3 7L9 11.5V12.5L3 17ZM21 7V17L15 12.5V11.5L21 7Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 21L7 21L11.5 15H12.5L17 21ZM3 17L3 7L9 11.5V12.5L3 17ZM21 7L21 17L15 12.5V11.5L21 7ZM7 22L17 22C17.824 22 18.2944 21.0592 17.8 20.4L13.3 14.4C13.1111 14.1482 12.8148 14 12.5 14H11.5C11.1852 14 10.8889 14.1482 10.7 14.4L6.2 20.4C5.70557 21.0592 6.17595 22 7 22ZM2 17L2 7C2 6.17595 2.94076 5.70557 3.6 6.2L9.6 10.7C9.85181 10.8889 10 11.1852 10 11.5V12.5C10 12.8148 9.85181 13.1111 9.6 13.3L3.6 17.8C2.94076 18.2944 2 17.824 2 17ZM22 7L22 17C22 17.824 21.0592 18.2944 20.4 17.8L14.4 13.3C14.1482 13.1111 14 12.8148 14 12.5V11.5C14 11.1852 14.1482 10.8889 14.4 10.7L20.4 6.2C21.0592 5.70557 22 6.17595 22 7Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-digital-closed",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayDigitalClosed",
          "declaration": {
            "name": "ObiThreewayDigitalClosed",
            "module": "src/icons/icon-threeway-digital-closed.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-digital-closed",
          "declaration": {
            "name": "ObiThreewayDigitalClosed",
            "module": "src/icons/icon-threeway-digital-closed.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-digital-open.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayDigitalOpen",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.1216 9.92409L20.47 5.95633C21.136 5.54005 22 6.0189 22 6.80433V17.1958C22 17.9813 21.136 18.4601 20.47 18.0438L14 14.0001L18.0438 20.4701C18.46 21.1361 17.9812 22.0001 17.1958 22.0001L6.80425 22.0001C6.01881 22.0001 5.53997 21.1361 5.95625 20.4701L10 14.0001L3.53 18.0438C2.86395 18.4601 2 17.9813 2 17.1958L2 6.80433C2 6.0189 2.86395 5.54005 3.53 5.95633L10 10.0001L13.8566 10.0001C13.9503 10.0001 14.0421 9.97375 14.1216 9.92409ZM10 11.0001C9.81258 11.0001 9.62893 10.9474 9.47 10.8481L3 6.80433L3 17.1958L9.47 13.1521C9.86488 12.9053 10.3778 12.9637 10.7071 13.293C11.0364 13.6222 11.0948 14.1352 10.848 14.5301L6.80425 21.0001H17.1958L13.152 14.5301C12.9052 14.1352 12.9636 13.6222 13.2929 13.293C13.6222 12.9637 14.1351 12.9053 14.53 13.1521L21 17.1958V6.80433L14.6516 10.7721C14.4132 10.9211 14.1377 11.0001 13.8566 11.0001L10 11.0001Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 11.0004C9.81258 11.0004 9.62893 10.9478 9.47 10.8484L3 6.80469L3 17.1962L9.47 13.1524C9.86488 12.9056 10.3778 12.9641 10.7071 13.2933C11.0364 13.6226 11.0948 14.1356 10.848 14.5304L6.80425 21.0004H17.1958L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2929 13.2933C13.6222 12.9641 14.1351 12.9056 14.53 13.1524L21 17.1962V6.80469L14.6516 10.7724C14.4132 10.9214 14.1377 11.0004 13.8566 11.0004H10Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.1216 9.92409L20.47 5.95633C21.136 5.54005 22 6.0189 22 6.80433V17.1958C22 17.9813 21.136 18.4601 20.47 18.0438L14 14.0001L18.0438 20.4701C18.46 21.1361 17.9812 22.0001 17.1958 22.0001L6.80425 22.0001C6.01881 22.0001 5.53997 21.1361 5.95625 20.4701L10 14.0001L3.53 18.0438C2.86395 18.4601 2 17.9813 2 17.1958L2 6.80433C2 6.0189 2.86395 5.54005 3.53 5.95633L10 10.0001L13.8566 10.0001C13.9503 10.0001 14.0421 9.97375 14.1216 9.92409ZM10 11.0001C9.81258 11.0001 9.62893 10.9474 9.47 10.8481L3 6.80433L3 17.1958L9.47 13.1521C9.86488 12.9053 10.3778 12.9637 10.7071 13.293C11.0364 13.6222 11.0948 14.1352 10.848 14.5301L6.80425 21.0001H17.1958L13.152 14.5301C12.9052 14.1352 12.9636 13.6222 13.2929 13.293C13.6222 12.9637 14.1351 12.9053 14.53 13.1521L21 17.1958V6.80433L14.6516 10.7721C14.4132 10.9211 14.1377 11.0001 13.8566 11.0001L10 11.0001Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 11.0004C9.81258 11.0004 9.62893 10.9478 9.47 10.8484L3 6.80469L3 17.1962L9.47 13.1524C9.86488 12.9056 10.3778 12.9641 10.7071 13.2933C11.0364 13.6226 11.0948 14.1356 10.848 14.5304L6.80425 21.0004H17.1958L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2929 13.2933C13.6222 12.9641 14.1351 12.9056 14.53 13.1524L21 17.1962V6.80469L14.6516 10.7724C14.4132 10.9214 14.1377 11.0004 13.8566 11.0004H10Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-digital-open",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayDigitalOpen",
          "declaration": {
            "name": "ObiThreewayDigitalOpen",
            "module": "src/icons/icon-threeway-digital-open.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-digital-open",
          "declaration": {
            "name": "ObiThreewayDigitalOpen",
            "module": "src/icons/icon-threeway-digital-open.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-digital-static.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayDigitalStatic",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.1216 9.92409L20.47 5.95633C21.136 5.54005 22 6.0189 22 6.80433V17.1958C22 17.9813 21.136 18.4601 20.47 18.0438L14 14.0001L18.0438 20.4701C18.46 21.1361 17.9812 22.0001 17.1958 22.0001L6.80425 22.0001C6.01881 22.0001 5.53997 21.1361 5.95625 20.4701L10 14.0001L3.53 18.0438C2.86395 18.4601 2 17.9813 2 17.1958L2 6.80433C2 6.0189 2.86395 5.54005 3.53 5.95633L10 10.0001L13.8566 10.0001C13.9503 10.0001 14.0421 9.97375 14.1216 9.92409ZM10 11.0001C9.81258 11.0001 9.62893 10.9474 9.47 10.8481L3 6.80433L3 17.1958L9.47 13.1521C9.86488 12.9053 10.3778 12.9637 10.7071 13.293C11.0364 13.6222 11.0948 14.1352 10.848 14.5301L6.80425 21.0001H17.1958L13.152 14.5301C12.9052 14.1352 12.9636 13.6222 13.2929 13.293C13.6222 12.9637 14.1351 12.9053 14.53 13.1521L21 17.1958V6.80433L14.6516 10.7721C14.4132 10.9211 14.1377 11.0001 13.8566 11.0001L10 11.0001Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 11.0004C9.81258 11.0004 9.62893 10.9478 9.47 10.8484L3 6.80469L3 17.1962L9.47 13.1524C9.86488 12.9056 10.3778 12.9641 10.7071 13.2933C11.0364 13.6226 11.0948 14.1356 10.848 14.5304L6.80425 21.0004H17.1958L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2929 13.2933C13.6222 12.9641 14.1351 12.9056 14.53 13.1524L21 17.1962V6.80469L14.6516 10.7724C14.4132 10.9214 14.1377 11.0004 13.8566 11.0004H10Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.1216 9.92409L20.47 5.95633C21.136 5.54005 22 6.0189 22 6.80433V17.1958C22 17.9813 21.136 18.4601 20.47 18.0438L14 14.0001L18.0438 20.4701C18.46 21.1361 17.9812 22.0001 17.1958 22.0001L6.80425 22.0001C6.01881 22.0001 5.53997 21.1361 5.95625 20.4701L10 14.0001L3.53 18.0438C2.86395 18.4601 2 17.9813 2 17.1958L2 6.80433C2 6.0189 2.86395 5.54005 3.53 5.95633L10 10.0001L13.8566 10.0001C13.9503 10.0001 14.0421 9.97375 14.1216 9.92409ZM10 11.0001C9.81258 11.0001 9.62893 10.9474 9.47 10.8481L3 6.80433L3 17.1958L9.47 13.1521C9.86488 12.9053 10.3778 12.9637 10.7071 13.293C11.0364 13.6222 11.0948 14.1352 10.848 14.5301L6.80425 21.0001H17.1958L13.152 14.5301C12.9052 14.1352 12.9636 13.6222 13.2929 13.293C13.6222 12.9637 14.1351 12.9053 14.53 13.1521L21 17.1958V6.80433L14.6516 10.7721C14.4132 10.9211 14.1377 11.0001 13.8566 11.0001L10 11.0001Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 11.0004C9.81258 11.0004 9.62893 10.9478 9.47 10.8484L3 6.80469L3 17.1962L9.47 13.1524C9.86488 12.9056 10.3778 12.9641 10.7071 13.2933C11.0364 13.6226 11.0948 14.1356 10.848 14.5304L6.80425 21.0004H17.1958L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2929 13.2933C13.6222 12.9641 14.1351 12.9056 14.53 13.1524L21 17.1962V6.80469L14.6516 10.7724C14.4132 10.9214 14.1377 11.0004 13.8566 11.0004H10Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-digital-static",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayDigitalStatic",
          "declaration": {
            "name": "ObiThreewayDigitalStatic",
            "module": "src/icons/icon-threeway-digital-static.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-digital-static",
          "declaration": {
            "name": "ObiThreewayDigitalStatic",
            "module": "src/icons/icon-threeway-digital-static.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-closed-bottom.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedClosedBottom",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_993)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14H10L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H11V0H13V10ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772L3 6.80425L3 17.1958L9.47 13.152C9.62893 13.0527 9.81258 13 10 13H14C14.1874 13 14.3711 13.0527 14.53 13.152L21 17.1958V6.80425L14.53 10.848Z\" fill=\"currentColor\"/> <path d=\"M6.94312 21L10.5145 16H13.4853L17.0567 21H6.94312Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16L10.5146 16ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" fill=\"currentColor\"/> <path d=\"M14 11.0004C14.1874 11.0004 14.3711 10.9478 14.53 10.8484L21 6.80469V17.1962L14.53 13.1524C14.3711 13.0531 14.1874 13.0004 14 13.0004H10C9.81258 13.0004 9.62893 13.0531 9.47 13.1524L3 17.1962L3 6.80469L9.3484 10.7724C9.5868 10.9214 9.86227 11.0004 10.1434 11.0004H14Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_993\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_993)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14H10L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H11V0H13V10ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772L3 6.80425L3 17.1958L9.47 13.152C9.62893 13.0527 9.81258 13 10 13H14C14.1874 13 14.3711 13.0527 14.53 13.152L21 17.1958V6.80425L14.53 10.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M6.94312 21L10.5145 16H13.4853L17.0567 21H6.94312Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16L10.5146 16ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14 11.0004C14.1874 11.0004 14.3711 10.9478 14.53 10.8484L21 6.80469V17.1962L14.53 13.1524C14.3711 13.0531 14.1874 13.0004 14 13.0004H10C9.81258 13.0004 9.62893 13.0531 9.47 13.1524L3 17.1962L3 6.80469L9.3484 10.7724C9.5868 10.9214 9.86227 11.0004 10.1434 11.0004H14Z\" style=\"fill: var(--automation-device-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_993\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-closed-bottom",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedClosedBottom",
          "declaration": {
            "name": "ObiThreewayStackedClosedBottom",
            "module": "src/icons/icon-threeway-stacked-closed-bottom.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-closed-bottom",
          "declaration": {
            "name": "ObiThreewayStackedClosedBottom",
            "module": "src/icons/icon-threeway-stacked-closed-bottom.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-closed-left.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedClosedLeft",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_991)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14V10.5C14 10.2239 13.7761 10 13.5 10H13V0H11ZM10 11C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21H17.1958L13.152 14.53C13.0527 14.3711 13 14.1874 13 14V11H10Z\" fill=\"currentColor\"/> <path d=\"M16 13.4852L21 17.0566V6.94302L16 10.5144V13.4852Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" fill=\"currentColor\"/> <path d=\"M9.47 10.8484C9.62893 10.9478 9.81258 11.0004 10 11.0004H13V14.0004C13 14.1879 13.0527 14.3715 13.152 14.5304L17.1958 21.0004H6.80425L10.848 14.5304C11.0948 14.1356 11.0364 13.6226 10.7071 13.2933C10.3778 12.9641 9.86488 12.9056 9.47 13.1524L3 17.1962L3 6.80469L9.47 10.8484Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_991\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_991)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14V10.5C14 10.2239 13.7761 10 13.5 10H13V0H11ZM10 11C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21H17.1958L13.152 14.53C13.0527 14.3711 13 14.1874 13 14V11H10Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M16 13.4852L21 17.0566V6.94302L16 10.5144V13.4852Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M9.47 10.8484C9.62893 10.9478 9.81258 11.0004 10 11.0004H13V14.0004C13 14.1879 13.0527 14.3715 13.152 14.5304L17.1958 21.0004H6.80425L10.848 14.5304C11.0948 14.1356 11.0364 13.6226 10.7071 13.2933C10.3778 12.9641 9.86488 12.9056 9.47 13.1524L3 17.1962L3 6.80469L9.47 10.8484Z\" style=\"fill: var(--automation-device-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_991\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-closed-left",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedClosedLeft",
          "declaration": {
            "name": "ObiThreewayStackedClosedLeft",
            "module": "src/icons/icon-threeway-stacked-closed-left.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-closed-left",
          "declaration": {
            "name": "ObiThreewayStackedClosedLeft",
            "module": "src/icons/icon-threeway-stacked-closed-left.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-closed-right.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedClosedRight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_992)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V0H13ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21H6.80425L10.848 14.53C10.9473 14.3711 11 14.1874 11 14V11H14Z\" fill=\"currentColor\"/> <path d=\"M8 13.4852L3 17.0566V6.94302L8 10.5144V13.4852Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" fill=\"currentColor\"/> <path d=\"M14.53 10.8484C14.3711 10.9478 14.1874 11.0004 14 11.0004H11V14.0004C11 14.1879 10.9473 14.3715 10.848 14.5304L6.80426 21.0004H17.1958L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2929 13.2933C13.6222 12.9641 14.1351 12.9056 14.53 13.1524L21 17.1962L21 6.80469L14.53 10.8484Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_992\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_992)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V0H13ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21H6.80425L10.848 14.53C10.9473 14.3711 11 14.1874 11 14V11H14Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M8 13.4852L3 17.0566V6.94302L8 10.5144V13.4852Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14.53 10.8484C14.3711 10.9478 14.1874 11.0004 14 11.0004H11V14.0004C11 14.1879 10.9473 14.3715 10.848 14.5304L6.80426 21.0004H17.1958L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2929 13.2933C13.6222 12.9641 14.1351 12.9056 14.53 13.1524L21 17.1962L21 6.80469L14.53 10.8484Z\" style=\"fill: var(--automation-device-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_992\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-closed-right",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedClosedRight",
          "declaration": {
            "name": "ObiThreewayStackedClosedRight",
            "module": "src/icons/icon-threeway-stacked-closed-right.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-closed-right",
          "declaration": {
            "name": "ObiThreewayStackedClosedRight",
            "module": "src/icons/icon-threeway-stacked-closed-right.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-closed.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedClosed",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_990)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 10.5148L3 6.94336V17.057L8 13.4856V10.5148Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.057L16 13.4856V10.5148L21 6.9434V17.057Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16.0002L6.94317 21.0002H17.0568L13.4854 16.0002H10.5146Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.58124 6.12944C2.91937 5.65667 2 6.1298 2 6.94317V17.0568C2 17.8702 2.91937 18.3433 3.58124 17.8705L8.58124 14.2991C8.84403 14.1114 9 13.8083 9 13.4854V10.5146C9 10.1916 8.84403 9.88858 8.58124 9.70086L3.58124 6.12944ZM8 10.5146L3 6.94317V17.0568L8 13.4854V10.5146Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146V13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706ZM21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188ZM10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0L13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12L11 8.74224e-08L13 0Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_990\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_990)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 10.5148L3 6.94336V17.057L8 13.4856V10.5148Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.057L16 13.4856V10.5148L21 6.9434V17.057Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16.0002L6.94317 21.0002H17.0568L13.4854 16.0002H10.5146Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.58124 6.12944C2.91937 5.65667 2 6.1298 2 6.94317V17.0568C2 17.8702 2.91937 18.3433 3.58124 17.8705L8.58124 14.2991C8.84403 14.1114 9 13.8083 9 13.4854V10.5146C9 10.1916 8.84403 9.88858 8.58124 9.70086L3.58124 6.12944ZM8 10.5146L3 6.94317V17.0568L8 13.4854V10.5146Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146V13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706ZM21 17.0568L16 13.4854V10.5146L21 6.94321V17.0568Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188ZM10.5146 16L6.94317 21H17.0568L13.4854 16H10.5146Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0L13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12L11 8.74224e-08L13 0Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_990\"> <rect width=\"24\" height=\"24\" fill=\"none\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-closed",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedClosed",
          "declaration": {
            "name": "ObiThreewayStackedClosed",
            "module": "src/icons/icon-threeway-stacked-closed.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-closed",
          "declaration": {
            "name": "ObiThreewayStackedClosed",
            "module": "src/icons/icon-threeway-stacked-closed.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-inleft-bottom-0.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedInleftBottom0",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_999)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14V10.5C14 10.2239 13.7761 10 13.5 10H13V0H11ZM10 11C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21H17.1958L13.152 14.53C13.0527 14.3711 13 14.1874 13 14V11H10Z\" fill=\"currentColor\"/> <path d=\"M16 13.4852L21 17.0566V6.94302L16 10.5144V13.4852Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" fill=\"currentColor\"/> <path d=\"M9.47 10.8484C9.62893 10.9478 9.81258 11.0004 10 11.0004H13V14.0004C13 14.1879 13.0527 14.3715 13.152 14.5304L17.1958 21.0004H6.80425L10.848 14.5304C11.0948 14.1356 11.0364 13.6226 10.7071 13.2933C10.3778 12.9641 9.86488 12.9056 9.47 13.1524L3 17.1962L3 6.80469L9.47 10.8484Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_999\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_999)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14V10.5C14 10.2239 13.7761 10 13.5 10H13V0H11ZM10 11C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21H17.1958L13.152 14.53C13.0527 14.3711 13 14.1874 13 14V11H10Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M16 13.4852L21 17.0566V6.94302L16 10.5144V13.4852Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M9.47 10.8484C9.62893 10.9478 9.81258 11.0004 10 11.0004H13V14.0004C13 14.1879 13.0527 14.3715 13.152 14.5304L17.1958 21.0004H6.80425L10.848 14.5304C11.0948 14.1356 11.0364 13.6226 10.7071 13.2933C10.3778 12.9641 9.86488 12.9056 9.47 13.1524L3 17.1962L3 6.80469L9.47 10.8484Z\" style=\"fill: var(--automation-device-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_999\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-inleft-bottom-0",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedInleftBottom0",
          "declaration": {
            "name": "ObiThreewayStackedInleftBottom0",
            "module": "src/icons/icon-threeway-stacked-inleft-bottom-0.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-inleft-bottom-0",
          "declaration": {
            "name": "ObiThreewayStackedInleftBottom0",
            "module": "src/icons/icon-threeway-stacked-inleft-bottom-0.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-inleft-bottom-100.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedInleftBottom100",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1003)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V0H13ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21H6.80425L10.848 14.53C10.9473 14.3711 11 14.1874 11 14V11H14Z\" fill=\"currentColor\"/> <path d=\"M8 13.4852L3 17.0566V6.94302L8 10.5144V13.4852Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" fill=\"currentColor\"/> <path d=\"M14.53 10.8484C14.371 10.9478 14.1874 11.0004 14 11.0004H11V14.0004C11 14.1879 10.9473 14.3715 10.8479 14.5304L6.8042 21.0004H17.1957L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2928 13.2933C13.6221 12.9641 14.1351 12.9056 14.53 13.1524L21 17.1962L21 6.80469L14.53 10.8484Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_1003\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1003)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V0H13ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21H6.80425L10.848 14.53C10.9473 14.3711 11 14.1874 11 14V11H14Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M8 13.4852L3 17.0566V6.94302L8 10.5144V13.4852Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14.53 10.8484C14.371 10.9478 14.1874 11.0004 14 11.0004H11V14.0004C11 14.1879 10.9473 14.3715 10.8479 14.5304L6.8042 21.0004H17.1957L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2928 13.2933C13.6221 12.9641 14.1351 12.9056 14.53 13.1524L21 17.1962L21 6.80469L14.53 10.8484Z\" style=\"fill: var(--automation-device-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_1003\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-inleft-bottom-100",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedInleftBottom100",
          "declaration": {
            "name": "ObiThreewayStackedInleftBottom100",
            "module": "src/icons/icon-threeway-stacked-inleft-bottom-100.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-inleft-bottom-100",
          "declaration": {
            "name": "ObiThreewayStackedInleftBottom100",
            "module": "src/icons/icon-threeway-stacked-inleft-bottom-100.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-inleft-bottom-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedInleftBottom25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V0H11ZM6 8.67925V15.3208L3 17.1958L3 6.80425L6 8.67925ZM14.6516 10.772L19 8.05425V15.9458L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L7 14.6958V9.30425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772ZM20 7.42925V16.5708L21 17.1958V6.80425L20 7.42925Z\" fill=\"currentColor\"/> <path d=\"M20 16.5712V7.42969L21 6.80469V17.1962L20 16.5712Z\" fill=\"currentColor\"/> <path d=\"M6 15.3212V8.67969L3 6.80469L3 17.1962L6 15.3212Z\" fill=\"currentColor\"/> <path d=\"M19 8.05469L14.6516 10.7724C14.4132 10.9214 14.1377 11.0004 13.8566 11.0004H9.99995C9.81253 11.0004 9.62888 10.9478 9.46995 10.8484L6.99995 9.30469V14.6962L9.46995 13.1524C9.86483 12.9056 10.3778 12.9641 10.7071 13.2933C11.0363 13.6226 11.0947 14.1356 10.848 14.5304L6.8042 21.0004L17.1957 21.0004L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2928 13.2933C13.6221 12.9641 14.1351 12.9056 14.53 13.1524L19 15.9462V8.05469Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V0H11ZM6 8.67925V15.3208L3 17.1958L3 6.80425L6 8.67925ZM14.6516 10.772L19 8.05425V15.9458L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L7 14.6958V9.30425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772ZM20 7.42925V16.5708L21 17.1958V6.80425L20 7.42925Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M20 16.5712V7.42969L21 6.80469V17.1962L20 16.5712Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M6 15.3212V8.67969L3 6.80469L3 17.1962L6 15.3212Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M19 8.05469L14.6516 10.7724C14.4132 10.9214 14.1377 11.0004 13.8566 11.0004H9.99995C9.81253 11.0004 9.62888 10.9478 9.46995 10.8484L6.99995 9.30469V14.6962L9.46995 13.1524C9.86483 12.9056 10.3778 12.9641 10.7071 13.2933C11.0363 13.6226 11.0947 14.1356 10.848 14.5304L6.8042 21.0004L17.1957 21.0004L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2928 13.2933C13.6221 12.9641 14.1351 12.9056 14.53 13.1524L19 15.9462V8.05469Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-inleft-bottom-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedInleftBottom25",
          "declaration": {
            "name": "ObiThreewayStackedInleftBottom25",
            "module": "src/icons/icon-threeway-stacked-inleft-bottom-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-inleft-bottom-25",
          "declaration": {
            "name": "ObiThreewayStackedInleftBottom25",
            "module": "src/icons/icon-threeway-stacked-inleft-bottom-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-inleft-bottom-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedInleftBottom50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V0H11ZM5 8.05425V15.9458L3 17.1958L3 6.80425L5 8.05425ZM14.6516 10.772L18 8.67925V15.3208L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L6 15.3208V8.67925L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772ZM19 8.05425V15.9458L21 17.1958V6.80425L19 8.05425Z\" fill=\"currentColor\"/> <path d=\"M19 15.9462V8.05469L21 6.80469V17.1962L19 15.9462Z\" fill=\"currentColor\"/> <path d=\"M5 15.9462V8.05469L3 6.80469L3 17.1962L5 15.9462Z\" fill=\"currentColor\"/> <path d=\"M18 8.67969L14.6516 10.7724C14.4132 10.9214 14.1377 11.0004 13.8566 11.0004H10C9.81258 11.0004 9.62893 10.9478 9.47 10.8484L6 8.67969V15.3212L9.47 13.1524C9.86488 12.9056 10.3778 12.9641 10.7071 13.2933C11.0364 13.6226 11.0948 14.1356 10.848 14.5304L6.80425 21.0004L17.1958 21.0004L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2929 13.2933C13.6222 12.9641 14.1351 12.9056 14.53 13.1524L18 15.3212V8.67969Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V0H11ZM5 8.05425V15.9458L3 17.1958L3 6.80425L5 8.05425ZM14.6516 10.772L18 8.67925V15.3208L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L6 15.3208V8.67925L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772ZM19 8.05425V15.9458L21 17.1958V6.80425L19 8.05425Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M19 15.9462V8.05469L21 6.80469V17.1962L19 15.9462Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M5 15.9462V8.05469L3 6.80469L3 17.1962L5 15.9462Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M18 8.67969L14.6516 10.7724C14.4132 10.9214 14.1377 11.0004 13.8566 11.0004H10C9.81258 11.0004 9.62893 10.9478 9.47 10.8484L6 8.67969V15.3212L9.47 13.1524C9.86488 12.9056 10.3778 12.9641 10.7071 13.2933C11.0364 13.6226 11.0948 14.1356 10.848 14.5304L6.80425 21.0004L17.1958 21.0004L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2929 13.2933C13.6222 12.9641 14.1351 12.9056 14.53 13.1524L18 15.3212V8.67969Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-inleft-bottom-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedInleftBottom50",
          "declaration": {
            "name": "ObiThreewayStackedInleftBottom50",
            "module": "src/icons/icon-threeway-stacked-inleft-bottom-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-inleft-bottom-50",
          "declaration": {
            "name": "ObiThreewayStackedInleftBottom50",
            "module": "src/icons/icon-threeway-stacked-inleft-bottom-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-inleft-bottom-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedInleftBottom75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V0H11ZM14.6516 10.772L17 9.30425V14.6958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L5 15.9458V8.05425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772ZM18 8.67925V15.3208L21 17.1958V6.80425L18 8.67925ZM4 7.42925V16.5708L3 17.1958L3 6.80425L4 7.42925Z\" fill=\"currentColor\"/> <path d=\"M18 15.3212V8.67969L21 6.80469V17.1962L18 15.3212Z\" fill=\"currentColor\"/> <path d=\"M4 16.5712V7.42969L3 6.80469L3 17.1962L4 16.5712Z\" fill=\"currentColor\"/> <path d=\"M17 9.30469L14.6516 10.7724C14.4132 10.9214 14.1377 11.0004 13.8566 11.0004H10C9.81258 11.0004 9.62893 10.9478 9.47 10.8484L5 8.05469V15.9462L9.47 13.1524C9.86488 12.9056 10.3778 12.9641 10.7071 13.2933C11.0364 13.6226 11.0948 14.1356 10.848 14.5304L6.80425 21.0004L17.1958 21.0004L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2929 13.2933C13.6222 12.9641 14.1351 12.9056 14.53 13.1524L17 14.6962V9.30469Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V0H11ZM14.6516 10.772L17 9.30425V14.6958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21L6.80425 21L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L5 15.9458V8.05425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772ZM18 8.67925V15.3208L21 17.1958V6.80425L18 8.67925ZM4 7.42925V16.5708L3 17.1958L3 6.80425L4 7.42925Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M18 15.3212V8.67969L21 6.80469V17.1962L18 15.3212Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M4 16.5712V7.42969L3 6.80469L3 17.1962L4 16.5712Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M17 9.30469L14.6516 10.7724C14.4132 10.9214 14.1377 11.0004 13.8566 11.0004H10C9.81258 11.0004 9.62893 10.9478 9.47 10.8484L5 8.05469V15.9462L9.47 13.1524C9.86488 12.9056 10.3778 12.9641 10.7071 13.2933C11.0364 13.6226 11.0948 14.1356 10.848 14.5304L6.80425 21.0004L17.1958 21.0004L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2929 13.2933C13.6222 12.9641 14.1351 12.9056 14.53 13.1524L17 14.6962V9.30469Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-inleft-bottom-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedInleftBottom75",
          "declaration": {
            "name": "ObiThreewayStackedInleftBottom75",
            "module": "src/icons/icon-threeway-stacked-inleft-bottom-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-inleft-bottom-75",
          "declaration": {
            "name": "ObiThreewayStackedInleftBottom75",
            "module": "src/icons/icon-threeway-stacked-inleft-bottom-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-inleft-left-0.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedInleftLeft0",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_994)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14V10.5C14 10.2239 13.7761 10 13.5 10H13V0H11ZM10 11C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21H17.1958L13.152 14.53C13.0527 14.3711 13 14.1874 13 14V11H10Z\" fill=\"currentColor\"/> <path d=\"M16 13.4852L21 17.0566V6.94302L16 10.5144V13.4852Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" fill=\"currentColor\"/> <path d=\"M9.47 10.8484C9.62893 10.9478 9.81258 11.0004 10 11.0004H13V14.0004C13 14.1879 13.0527 14.3715 13.152 14.5304L17.1958 21.0004H6.80425L10.848 14.5304C11.0948 14.1356 11.0364 13.6226 10.7071 13.2933C10.3778 12.9641 9.86488 12.9056 9.47 13.1524L3 17.1962L3 6.80469L9.47 10.8484Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_994\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_994)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14V10.5C14 10.2239 13.7761 10 13.5 10H13V0H11ZM10 11C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21H17.1958L13.152 14.53C13.0527 14.3711 13 14.1874 13 14V11H10Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M16 13.4852L21 17.0566V6.94302L16 10.5144V13.4852Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 17.0568L16 13.4854L16 10.5146L21 6.94321V17.0568ZM20.4188 17.8706C21.0806 18.3433 22 17.8702 22 17.0568V6.94321C22 6.12984 21.0806 5.65671 20.4188 6.12948L15.4188 9.7009C15.156 9.88862 15 10.1917 15 10.5146L15 13.4854C15 13.8084 15.156 14.1114 15.4188 14.2991L20.4188 17.8706Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M9.47 10.8484C9.62893 10.9478 9.81258 11.0004 10 11.0004H13V14.0004C13 14.1879 13.0527 14.3715 13.152 14.5304L17.1958 21.0004H6.80425L10.848 14.5304C11.0948 14.1356 11.0364 13.6226 10.7071 13.2933C10.3778 12.9641 9.86488 12.9056 9.47 13.1524L3 17.1962L3 6.80469L9.47 10.8484Z\" style=\"fill: var(--automation-device-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_994\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-inleft-left-0",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedInleftLeft0",
          "declaration": {
            "name": "ObiThreewayStackedInleftLeft0",
            "module": "src/icons/icon-threeway-stacked-inleft-left-0.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-inleft-left-0",
          "declaration": {
            "name": "ObiThreewayStackedInleftLeft0",
            "module": "src/icons/icon-threeway-stacked-inleft-left-0.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-inleft-left-100.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedInleftLeft100",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_998)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14H10L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H11V0H13V10ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772L3 6.80425L3 17.1958L9.47 13.152C9.62893 13.0527 9.81258 13 10 13H14C14.1874 13 14.3711 13.0527 14.53 13.152L21 17.1958V6.80425L14.53 10.848Z\" fill=\"currentColor\"/> <path d=\"M6.94312 21L10.5145 16H13.4853L17.0567 21H6.94312Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16L10.5146 16ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" fill=\"currentColor\"/> <path d=\"M14 11.0004C14.1874 11.0004 14.3711 10.9478 14.53 10.8484L21 6.80469V17.1962L14.53 13.1524C14.3711 13.0531 14.1874 13.0004 14 13.0004H10C9.81258 13.0004 9.62893 13.0531 9.47 13.1524L3 17.1962L3 6.80469L9.3484 10.7724C9.5868 10.9214 9.86227 11.0004 10.1434 11.0004H14Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_998\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_998)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14H10L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H11V0H13V10ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772L3 6.80425L3 17.1958L9.47 13.152C9.62893 13.0527 9.81258 13 10 13H14C14.1874 13 14.3711 13.0527 14.53 13.152L21 17.1958V6.80425L14.53 10.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M6.94312 21L10.5145 16H13.4853L17.0567 21H6.94312Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16L10.5146 16ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14 11.0004C14.1874 11.0004 14.3711 10.9478 14.53 10.8484L21 6.80469V17.1962L14.53 13.1524C14.3711 13.0531 14.1874 13.0004 14 13.0004H10C9.81258 13.0004 9.62893 13.0531 9.47 13.1524L3 17.1962L3 6.80469L9.3484 10.7724C9.5868 10.9214 9.86227 11.0004 10.1434 11.0004H14Z\" style=\"fill: var(--automation-device-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_998\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-inleft-left-100",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedInleftLeft100",
          "declaration": {
            "name": "ObiThreewayStackedInleftLeft100",
            "module": "src/icons/icon-threeway-stacked-inleft-left-100.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-inleft-left-100",
          "declaration": {
            "name": "ObiThreewayStackedInleftLeft100",
            "module": "src/icons/icon-threeway-stacked-inleft-left-100.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-inleft-left-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedInleftLeft25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V0H11ZM14.53 13.152L17.0306 14.7149V9.2851L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.05425 19H15.9458L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152ZM18.0306 15.3399V8.6601L21 6.80425V17.1958L18.0306 15.3399ZM16.5708 20H7.42925L6.80425 21L17.1958 21L16.5708 20Z\" fill=\"currentColor\"/> <path d=\"M7.4292 20.0004H16.5707L17.1957 21.0004L6.8042 21.0004L7.4292 20.0004Z\" fill=\"currentColor\"/> <path d=\"M18.0306 8.66054V15.3403L21 17.1962V6.80469L18.0306 8.66054Z\" fill=\"currentColor\"/> <path d=\"M17.0306 14.7153L14.53 13.1524C14.1351 12.9056 13.6222 12.9641 13.2929 13.2933C12.9636 13.6226 12.9052 14.1356 13.152 14.5304L15.9458 19.0004H8.05425L10.848 14.5304C11.0948 14.1356 11.0364 13.6226 10.7071 13.2933C10.3778 12.9641 9.86488 12.9056 9.47 13.1524L3 17.1962L3 6.80469L9.47 10.8484C9.62893 10.9478 9.81258 11.0004 10 11.0004H13.8566C14.1377 11.0004 14.4132 10.9214 14.6516 10.7724L17.0306 9.28554V14.7153Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V0H11ZM14.53 13.152L17.0306 14.7149V9.2851L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.05425 19H15.9458L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152ZM18.0306 15.3399V8.6601L21 6.80425V17.1958L18.0306 15.3399ZM16.5708 20H7.42925L6.80425 21L17.1958 21L16.5708 20Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M7.4292 20.0004H16.5707L17.1957 21.0004L6.8042 21.0004L7.4292 20.0004Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M18.0306 8.66054V15.3403L21 17.1962V6.80469L18.0306 8.66054Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M17.0306 14.7153L14.53 13.1524C14.1351 12.9056 13.6222 12.9641 13.2929 13.2933C12.9636 13.6226 12.9052 14.1356 13.152 14.5304L15.9458 19.0004H8.05425L10.848 14.5304C11.0948 14.1356 11.0364 13.6226 10.7071 13.2933C10.3778 12.9641 9.86488 12.9056 9.47 13.1524L3 17.1962L3 6.80469L9.47 10.8484C9.62893 10.9478 9.81258 11.0004 10 11.0004H13.8566C14.1377 11.0004 14.4132 10.9214 14.6516 10.7724L17.0306 9.28554V14.7153Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-inleft-left-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedInleftLeft25",
          "declaration": {
            "name": "ObiThreewayStackedInleftLeft25",
            "module": "src/icons/icon-threeway-stacked-inleft-left-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-inleft-left-25",
          "declaration": {
            "name": "ObiThreewayStackedInleftLeft25",
            "module": "src/icons/icon-threeway-stacked-inleft-left-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-inleft-left-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedInleftLeft50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V0H11ZM8.05425 19H15.9458L17.1958 21H6.80425L8.05425 19ZM14.6516 10.772L18 8.67925V15.3208L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.3208 18H8.67925L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772ZM19 8.05425V15.9458L21 17.1958V6.80425L19 8.05425Z\" fill=\"currentColor\"/> <path d=\"M15.9457 19.0004H8.0542L6.8042 21.0004H17.1957L15.9457 19.0004Z\" fill=\"currentColor\"/> <path d=\"M19 15.9462V8.05469L21 6.80469V17.1962L19 15.9462Z\" fill=\"currentColor\"/> <path d=\"M18 8.67969L14.6516 10.7724C14.4132 10.9214 14.1377 11.0004 13.8566 11.0004H10C9.81258 11.0004 9.62893 10.9478 9.47 10.8484L3 6.80469L3 17.1962L9.47 13.1524C9.86488 12.9056 10.3778 12.9641 10.7071 13.2933C11.0364 13.6226 11.0948 14.1356 10.848 14.5304L8.67925 18.0004H15.3208L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2929 13.2933C13.6222 12.9641 14.1351 12.9056 14.53 13.1524L18 15.3212V8.67969Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V0H11ZM8.05425 19H15.9458L17.1958 21H6.80425L8.05425 19ZM14.6516 10.772L18 8.67925V15.3208L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.3208 18H8.67925L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772ZM19 8.05425V15.9458L21 17.1958V6.80425L19 8.05425Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M15.9457 19.0004H8.0542L6.8042 21.0004H17.1957L15.9457 19.0004Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M19 15.9462V8.05469L21 6.80469V17.1962L19 15.9462Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M18 8.67969L14.6516 10.7724C14.4132 10.9214 14.1377 11.0004 13.8566 11.0004H10C9.81258 11.0004 9.62893 10.9478 9.47 10.8484L3 6.80469L3 17.1962L9.47 13.1524C9.86488 12.9056 10.3778 12.9641 10.7071 13.2933C11.0364 13.6226 11.0948 14.1356 10.848 14.5304L8.67925 18.0004H15.3208L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2929 13.2933C13.6222 12.9641 14.1351 12.9056 14.53 13.1524L18 15.3212V8.67969Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-inleft-left-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedInleftLeft50",
          "declaration": {
            "name": "ObiThreewayStackedInleftLeft50",
            "module": "src/icons/icon-threeway-stacked-inleft-left-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-inleft-left-50",
          "declaration": {
            "name": "ObiThreewayStackedInleftLeft50",
            "module": "src/icons/icon-threeway-stacked-inleft-left-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-inleft-left-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedInleftLeft75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0437 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V0H11ZM8.71831 17.9375H15.2817L17.1958 21H6.80425L8.71831 17.9375ZM14.6516 10.772L19 8.05425V15.9458L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L14.6567 16.9375H9.34331L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772ZM20 7.42925V16.5708L21 17.1958V6.80425L20 7.42925Z\" fill=\"currentColor\"/> <path d=\"M15.2816 17.9379H8.71826L6.8042 21.0004H17.1957L15.2816 17.9379Z\" fill=\"currentColor\"/> <path d=\"M20 16.5712V7.42969L21 6.80469V17.1962L20 16.5712Z\" fill=\"currentColor\"/> <path d=\"M19 8.05469L14.6516 10.7724C14.4132 10.9214 14.1377 11.0004 13.8566 11.0004H10C9.81258 11.0004 9.62893 10.9478 9.47 10.8484L3 6.80469L3 17.1962L9.47 13.1524C9.86488 12.9056 10.3778 12.9641 10.7071 13.2933C11.0364 13.6226 11.0948 14.1356 10.848 14.5304L9.34331 16.9379H14.6567L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2929 13.2933C13.6222 12.9641 14.1351 12.9056 14.53 13.1524L19 15.9462V8.05469Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0437 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V0H11ZM8.71831 17.9375H15.2817L17.1958 21H6.80425L8.71831 17.9375ZM14.6516 10.772L19 8.05425V15.9458L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L14.6567 16.9375H9.34331L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152L3 17.1958L3 6.80425L9.47 10.848C9.62893 10.9473 9.81258 11 10 11H13.8566C14.1377 11 14.4132 10.921 14.6516 10.772ZM20 7.42925V16.5708L21 17.1958V6.80425L20 7.42925Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M15.2816 17.9379H8.71826L6.8042 21.0004H17.1957L15.2816 17.9379Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M20 16.5712V7.42969L21 6.80469V17.1962L20 16.5712Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M19 8.05469L14.6516 10.7724C14.4132 10.9214 14.1377 11.0004 13.8566 11.0004H10C9.81258 11.0004 9.62893 10.9478 9.47 10.8484L3 6.80469L3 17.1962L9.47 13.1524C9.86488 12.9056 10.3778 12.9641 10.7071 13.2933C11.0364 13.6226 11.0948 14.1356 10.848 14.5304L9.34331 16.9379H14.6567L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2929 13.2933C13.6222 12.9641 14.1351 12.9056 14.53 13.1524L19 15.9462V8.05469Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-inleft-left-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedInleftLeft75",
          "declaration": {
            "name": "ObiThreewayStackedInleftLeft75",
            "module": "src/icons/icon-threeway-stacked-inleft-left-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-inleft-left-75",
          "declaration": {
            "name": "ObiThreewayStackedInleftLeft75",
            "module": "src/icons/icon-threeway-stacked-inleft-left-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-inleft-right-0.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedInleftRight0",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1004)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14H10L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H11V0H13V10ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772L3 6.80425L3 17.1958L9.47 13.152C9.62893 13.0527 9.81258 13 10 13H14C14.1874 13 14.3711 13.0527 14.53 13.152L21 17.1958V6.80425L14.53 10.848Z\" fill=\"currentColor\"/> <path d=\"M6.94312 21L10.5145 16H13.4853L17.0567 21H6.94312Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16L10.5146 16ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" fill=\"currentColor\"/> <path d=\"M14 11.0004C14.1874 11.0004 14.3711 10.9478 14.53 10.8484L21 6.80469V17.1962L14.53 13.1524C14.3711 13.0531 14.1874 13.0004 14 13.0004H10C9.81258 13.0004 9.62893 13.0531 9.47 13.1524L3 17.1962L3 6.80469L9.3484 10.7724C9.5868 10.9214 9.86227 11.0004 10.1434 11.0004H14Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_1004\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1004)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14H10L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H11V0H13V10ZM14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772L3 6.80425L3 17.1958L9.47 13.152C9.62893 13.0527 9.81258 13 10 13H14C14.1874 13 14.3711 13.0527 14.53 13.152L21 17.1958V6.80425L14.53 10.848Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M6.94312 21L10.5145 16H13.4853L17.0567 21H6.94312Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5146 16L6.94317 21H17.0568L13.4854 16L10.5146 16ZM6.12944 20.4188C5.65667 21.0806 6.1298 22 6.94317 22H17.0568C17.8702 22 18.3433 21.0806 17.8705 20.4188L14.2991 15.4188C14.1114 15.156 13.8083 15 13.4854 15H10.5146C10.1916 15 9.88858 15.156 9.70086 15.4188L6.12944 20.4188Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14 11.0004C14.1874 11.0004 14.3711 10.9478 14.53 10.8484L21 6.80469V17.1962L14.53 13.1524C14.3711 13.0531 14.1874 13.0004 14 13.0004H10C9.81258 13.0004 9.62893 13.0531 9.47 13.1524L3 17.1962L3 6.80469L9.3484 10.7724C9.5868 10.9214 9.86227 11.0004 10.1434 11.0004H14Z\" style=\"fill: var(--automation-device-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_1004\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-inleft-right-0",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedInleftRight0",
          "declaration": {
            "name": "ObiThreewayStackedInleftRight0",
            "module": "src/icons/icon-threeway-stacked-inleft-right-0.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-inleft-right-0",
          "declaration": {
            "name": "ObiThreewayStackedInleftRight0",
            "module": "src/icons/icon-threeway-stacked-inleft-right-0.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-inleft-right-100.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedInleftRight100",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1008)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V0H13ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21H6.80425L10.848 14.53C10.9473 14.3711 11 14.1874 11 14V11H14Z\" fill=\"currentColor\"/> <path d=\"M8 13.4852L3 17.0566V6.94302L8 10.5144V13.4852Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" fill=\"currentColor\"/> <path d=\"M14.53 10.8484C14.371 10.9478 14.1874 11.0004 14 11.0004H11V14.0004C11 14.1879 10.9473 14.3715 10.8479 14.5304L6.8042 21.0004H17.1957L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2928 13.2933C13.6221 12.9641 14.1351 12.9056 14.53 13.1524L21 17.1962L21 6.80469L14.53 10.8484Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_2539_1008\"> <rect width=\"24\" height=\"24\" fill=\"currentColor\"/> </clipPath> </defs> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_2539_1008)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14V10.5C10 10.2239 10.2239 10 10.5 10H11V0H13ZM14 11C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L17.1958 21H6.80425L10.848 14.53C10.9473 14.3711 11 14.1874 11 14V11H14Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M8 13.4852L3 17.0566V6.94302L8 10.5144V13.4852Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17.0568L8 13.4854V10.5146L3 6.94317V17.0568ZM3.58124 17.8705C2.91937 18.3433 2 17.8702 2 17.0568V6.94317C2 6.1298 2.91937 5.65667 3.58124 6.12944L8.58124 9.70086C8.84403 9.88858 9 10.1916 9 10.5146V13.4854C9 13.8083 8.84403 14.1114 8.58124 14.2991L3.58124 17.8705Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14.53 10.8484C14.371 10.9478 14.1874 11.0004 14 11.0004H11V14.0004C11 14.1879 10.9473 14.3715 10.8479 14.5304L6.8042 21.0004H17.1957L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2928 13.2933C13.6221 12.9641 14.1351 12.9056 14.53 13.1524L21 17.1962L21 6.80469L14.53 10.8484Z\" style=\"fill: var(--automation-device-primary-color)\"/> </g> <defs> <clipPath id=\"clip0_2539_1008\"> <rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/> </clipPath> </defs> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-inleft-right-100",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedInleftRight100",
          "declaration": {
            "name": "ObiThreewayStackedInleftRight100",
            "module": "src/icons/icon-threeway-stacked-inleft-right-100.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-inleft-right-100",
          "declaration": {
            "name": "ObiThreewayStackedInleftRight100",
            "module": "src/icons/icon-threeway-stacked-inleft-right-100.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-inleft-right-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedInleftRight25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H11V0H13ZM9.47 13.152L6.96936 14.7149V9.2851L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.9458 19H8.05425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152ZM5.96936 15.3399V8.6601L3 6.80425V17.1958L5.96936 15.3399ZM7.42925 20H16.5708L17.1958 21L6.80425 21L7.42925 20Z\" fill=\"currentColor\"/> <path d=\"M16.5708 20.0004H7.42925L6.80425 21.0004L17.1958 21.0004L16.5708 20.0004Z\" fill=\"currentColor\"/> <path d=\"M5.96936 8.66054V15.3403L3 17.1962V6.80469L5.96936 8.66054Z\" fill=\"currentColor\"/> <path d=\"M6.96936 14.7153L9.47 13.1524C9.86488 12.9056 10.3778 12.9641 10.7071 13.2933C11.0364 13.6226 11.0948 14.1356 10.848 14.5304L8.05425 19.0004H15.9458L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2929 13.2933C13.6222 12.9641 14.1351 12.9056 14.53 13.1524L21 17.1962L21 6.80469L14.53 10.8484C14.3711 10.9478 14.1874 11.0004 14 11.0004H10.1434C9.86227 11.0004 9.5868 10.9214 9.3484 10.7724L6.96936 9.28554V14.7153Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H11V0H13ZM9.47 13.152L6.96936 14.7149V9.2851L9.3484 10.772C9.5868 10.921 9.86227 11 10.1434 11H14C14.1874 11 14.3711 10.9473 14.53 10.848L21 6.80425V17.1958L14.53 13.152C14.1351 12.9052 13.6222 12.9636 13.2929 13.2929C12.9636 13.6222 12.9052 14.1351 13.152 14.53L15.9458 19H8.05425L10.848 14.53C11.0948 14.1351 11.0364 13.6222 10.7071 13.2929C10.3778 12.9636 9.86488 12.9052 9.47 13.152ZM5.96936 15.3399V8.6601L3 6.80425V17.1958L5.96936 15.3399ZM7.42925 20H16.5708L17.1958 21L6.80425 21L7.42925 20Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M16.5708 20.0004H7.42925L6.80425 21.0004L17.1958 21.0004L16.5708 20.0004Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M5.96936 8.66054V15.3403L3 17.1962V6.80469L5.96936 8.66054Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M6.96936 14.7153L9.47 13.1524C9.86488 12.9056 10.3778 12.9641 10.7071 13.2933C11.0364 13.6226 11.0948 14.1356 10.848 14.5304L8.05425 19.0004H15.9458L13.152 14.5304C12.9052 14.1356 12.9636 13.6226 13.2929 13.2933C13.6222 12.9641 14.1351 12.9056 14.53 13.1524L21 17.1962L21 6.80469L14.53 10.8484C14.3711 10.9478 14.1874 11.0004 14 11.0004H10.1434C9.86227 11.0004 9.5868 10.9214 9.3484 10.7724L6.96936 9.28554V14.7153Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-inleft-right-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedInleftRight25",
          "declaration": {
            "name": "ObiThreewayStackedInleftRight25",
            "module": "src/icons/icon-threeway-stacked-inleft-right-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-inleft-right-25",
          "declaration": {
            "name": "ObiThreewayStackedInleftRight25",
            "module": "src/icons/icon-threeway-stacked-inleft-right-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-inleft-right-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedInleftRight50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H11V0H13ZM15.9458 19H8.05425L6.80425 21H17.1958L15.9458 19ZM9.3484 10.772L6 8.67925V15.3208L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.67925 18H15.3208L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772ZM5 8.05425V15.9458L3 17.1958V6.80425L5 8.05425Z\" fill=\"currentColor\"/> <path d=\"M8.05425 19.0004H15.9458L17.1958 21.0004H6.80425L8.05425 19.0004Z\" fill=\"currentColor\"/> <path d=\"M5 15.9462V8.05469L3 6.80469V17.1962L5 15.9462Z\" fill=\"currentColor\"/> <path d=\"M6 8.67969L9.3484 10.7724C9.5868 10.9214 9.86227 11.0004 10.1434 11.0004H14C14.1874 11.0004 14.3711 10.9478 14.53 10.8484L21 6.80469L21 17.1962L14.53 13.1524C14.1351 12.9056 13.6222 12.9641 13.2929 13.2933C12.9636 13.6226 12.9052 14.1356 13.152 14.5304L15.3208 18.0004H8.67925L10.848 14.5304C11.0948 14.1356 11.0364 13.6226 10.7071 13.2933C10.3778 12.9641 9.86488 12.9056 9.47 13.1524L6 15.3212V8.67969Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H11V0H13ZM15.9458 19H8.05425L6.80425 21H17.1958L15.9458 19ZM9.3484 10.772L6 8.67925V15.3208L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L8.67925 18H15.3208L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772ZM5 8.05425V15.9458L3 17.1958V6.80425L5 8.05425Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M8.05425 19.0004H15.9458L17.1958 21.0004H6.80425L8.05425 19.0004Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M5 15.9462V8.05469L3 6.80469V17.1962L5 15.9462Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M6 8.67969L9.3484 10.7724C9.5868 10.9214 9.86227 11.0004 10.1434 11.0004H14C14.1874 11.0004 14.3711 10.9478 14.53 10.8484L21 6.80469L21 17.1962L14.53 13.1524C14.1351 12.9056 13.6222 12.9641 13.2929 13.2933C12.9636 13.6226 12.9052 14.1356 13.152 14.5304L15.3208 18.0004H8.67925L10.848 14.5304C11.0948 14.1356 11.0364 13.6226 10.7071 13.2933C10.3778 12.9641 9.86488 12.9056 9.47 13.1524L6 15.3212V8.67969Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-inleft-right-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedInleftRight50",
          "declaration": {
            "name": "ObiThreewayStackedInleftRight50",
            "module": "src/icons/icon-threeway-stacked-inleft-right-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-inleft-right-50",
          "declaration": {
            "name": "ObiThreewayStackedInleftRight50",
            "module": "src/icons/icon-threeway-stacked-inleft-right-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-inleft-right-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedInleftRight75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H11V0H13ZM15.2817 17.9375H8.71831L6.80425 21H17.1958L15.2817 17.9375ZM9.3484 10.772L5 8.05425V15.9458L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L9.34331 16.9375H14.6567L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772ZM4 7.42925V16.5708L3 17.1958V6.80425L4 7.42925Z\" fill=\"currentColor\"/> <path d=\"M8.71837 17.9379H15.2818L17.1958 21.0004H6.80431L8.71837 17.9379Z\" fill=\"currentColor\"/> <path d=\"M4.00006 16.5712V7.42969L3.00006 6.80469V17.1962L4.00006 16.5712Z\" fill=\"currentColor\"/> <path d=\"M5 8.05469L9.3484 10.7724C9.58679 10.9214 9.86227 11.0004 10.1434 11.0004H14C14.1874 11.0004 14.3711 10.9478 14.53 10.8484L21 6.80469L21 17.1962L14.53 13.1524C14.1351 12.9056 13.6222 12.9641 13.2929 13.2933C12.9636 13.6226 12.9052 14.1356 13.152 14.5304L14.6567 16.9379H9.34331L10.848 14.5304C11.0948 14.1356 11.0364 13.6226 10.7071 13.2933C10.3778 12.9641 9.86488 12.9056 9.47 13.1524L5 15.9462V8.05469Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V10H14L20.47 5.95625C21.136 5.53997 22 6.01881 22 6.80425V17.1958C22 17.9812 21.136 18.46 20.47 18.0438L14 14L18.0438 20.47C18.46 21.136 17.9812 22 17.1958 22H6.80425C6.01881 22 5.53997 21.136 5.95625 20.47L10 14L3.53 18.0438C2.86395 18.46 2 17.9812 2 17.1958V6.80425C2 6.01881 2.86395 5.53997 3.53 5.95625L9.8784 9.924C9.95786 9.97367 10.0497 10 10.1434 10H11V0H13ZM15.2817 17.9375H8.71831L6.80425 21H17.1958L15.2817 17.9375ZM9.3484 10.772L5 8.05425V15.9458L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L9.34331 16.9375H14.6567L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.53 10.848C14.3711 10.9473 14.1874 11 14 11H10.1434C9.86227 11 9.5868 10.921 9.3484 10.772ZM4 7.42925V16.5708L3 17.1958V6.80425L4 7.42925Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M8.71837 17.9379H15.2818L17.1958 21.0004H6.80431L8.71837 17.9379Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M4.00006 16.5712V7.42969L3.00006 6.80469V17.1962L4.00006 16.5712Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M5 8.05469L9.3484 10.7724C9.58679 10.9214 9.86227 11.0004 10.1434 11.0004H14C14.1874 11.0004 14.3711 10.9478 14.53 10.8484L21 6.80469L21 17.1962L14.53 13.1524C14.1351 12.9056 13.6222 12.9641 13.2929 13.2933C12.9636 13.6226 12.9052 14.1356 13.152 14.5304L14.6567 16.9379H9.34331L10.848 14.5304C11.0948 14.1356 11.0364 13.6226 10.7071 13.2933C10.3778 12.9641 9.86488 12.9056 9.47 13.1524L5 15.9462V8.05469Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-inleft-right-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedInleftRight75",
          "declaration": {
            "name": "ObiThreewayStackedInleftRight75",
            "module": "src/icons/icon-threeway-stacked-inleft-right-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-inleft-right-75",
          "declaration": {
            "name": "ObiThreewayStackedInleftRight75",
            "module": "src/icons/icon-threeway-stacked-inleft-right-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-threeway-stacked-open.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiThreewayStackedOpen",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V0H11ZM10 11C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10Z\" fill=\"currentColor\"/> <path d=\"M9.47 10.8484C9.62893 10.9478 9.81258 11.0004 10 11.0004H13.8566C14.1377 11.0004 14.4132 10.9214 14.6516 10.7724L21 6.80469V17.1962L14.53 13.1524C14.1351 12.9056 13.6222 12.9641 13.2929 13.2933C12.9636 13.6226 12.9052 14.1356 13.152 14.5304L17.1958 21.0004L6.80425 21.0004L10.848 14.5304C11.0948 14.1356 11.0364 13.6226 10.7071 13.2933C10.3778 12.9641 9.86488 12.9056 9.47 13.1524L3 17.1962L3 6.80469L9.47 10.8484Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10H10L3.53 5.95625C2.86395 5.53997 2 6.01881 2 6.80425V17.1958C2 17.9812 2.86395 18.46 3.53 18.0438L10 14L5.95625 20.47C5.53997 21.136 6.01881 22 6.80425 22H17.1958C17.9812 22 18.46 21.136 18.0438 20.47L14 14L20.47 18.0438C21.136 18.46 22 17.9812 22 17.1958V6.80425C22 6.01881 21.136 5.53997 20.47 5.95625L14.1216 9.924C14.0421 9.97367 13.9503 10 13.8566 10H13V0H11ZM10 11C9.81258 11 9.62893 10.9473 9.47 10.848L3 6.80425L3 17.1958L9.47 13.152C9.86488 12.9052 10.3778 12.9636 10.7071 13.2929C11.0364 13.6222 11.0948 14.1351 10.848 14.53L6.80425 21L17.1958 21L13.152 14.53C12.9052 14.1351 12.9636 13.6222 13.2929 13.2929C13.6222 12.9636 14.1351 12.9052 14.53 13.152L21 17.1958V6.80425L14.6516 10.772C14.4132 10.921 14.1377 11 13.8566 11H10Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M9.47 10.8484C9.62893 10.9478 9.81258 11.0004 10 11.0004H13.8566C14.1377 11.0004 14.4132 10.9214 14.6516 10.7724L21 6.80469V17.1962L14.53 13.1524C14.1351 12.9056 13.6222 12.9641 13.2929 13.2933C12.9636 13.6226 12.9052 14.1356 13.152 14.5304L17.1958 21.0004L6.80425 21.0004L10.848 14.5304C11.0948 14.1356 11.0364 13.6226 10.7071 13.2933C10.3778 12.9641 9.86488 12.9056 9.47 13.1524L3 17.1962L3 6.80469L9.47 10.8484Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-threeway-stacked-open",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiThreewayStackedOpen",
          "declaration": {
            "name": "ObiThreewayStackedOpen",
            "module": "src/icons/icon-threeway-stacked-open.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-threeway-stacked-open",
          "declaration": {
            "name": "ObiThreewayStackedOpen",
            "module": "src/icons/icon-threeway-stacked-open.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-tidal-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTidalIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.0002 0.231689L5.62061 7.67459L6.37986 8.32538L11.5002 2.35161V7.81502L5.62061 14.6746L6.37986 15.3254L11.5002 9.35161V14.815L5.62061 21.6746L6.37986 22.3254L11.5002 16.3516V24H12.5002V16.3516L17.6206 22.3254L18.3799 21.6746L12.5002 14.815V9.35161L17.6206 15.3254L18.3799 14.6746L12.5002 7.81502V2.35161L17.6206 8.32538L18.3799 7.67459L12.0002 0.231689Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.0002 0.231689L5.62061 7.67459L6.37986 8.32538L11.5002 2.35161V7.81502L5.62061 14.6746L6.37986 15.3254L11.5002 9.35161V14.815L5.62061 21.6746L6.37986 22.3254L11.5002 16.3516V24H12.5002V16.3516L17.6206 22.3254L18.3799 21.6746L12.5002 14.815V9.35161L17.6206 15.3254L18.3799 14.6746L12.5002 7.81502V2.35161L17.6206 8.32538L18.3799 7.67459L12.0002 0.231689Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-tidal-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTidalIec",
          "declaration": {
            "name": "ObiTidalIec",
            "module": "src/icons/icon-tidal-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-tidal-iec",
          "declaration": {
            "name": "ObiTidalIec",
            "module": "src/icons/icon-tidal-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-tide-high.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTideHigh",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 22.1921V20.1921H22V22.1921H2Z\" fill=\"currentColor\"/> <path d=\"M21 15.9792C19.97 15.9792 18.94 15.7292 18 15.2292C16.11 16.2292 13.89 16.2292 12 15.2292C10.11 16.2292 7.89 16.2292 6 15.2292C5.05 15.7292 4.03 15.9792 3 15.9792H2V13.9792H3C3.68364 13.9792 4.36195 13.828 5.01151 13.5397C5.31146 13.4105 6 12.9792 6 12.9792C6 12.9792 6.6857 13.4073 6.98565 13.5365C8.27971 14.0947 9.71724 14.0939 11.0115 13.5365C11.3115 13.4073 12 12.9792 12 12.9792C12 12.9792 12.6885 13.4073 12.9885 13.5365C14.2809 14.0931 15.7161 14.0935 17.0086 13.5377C17.3086 13.4085 17.9994 12.9866 17.9994 12.9866C17.9994 12.9866 18.6879 13.4146 18.9878 13.5438C19.6348 13.8294 20.3196 13.9792 21 13.9792H22V15.9792H21Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0001 5.82818L11 10.9998H13L13.0001 5.82818L14.793 7.62108L16.2072 6.20686L12.0001 1.99976L7.79297 6.20686L9.20718 7.62108L11.0001 5.82818Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 22.1921V20.1921H22V22.1921H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 15.9792C19.97 15.9792 18.94 15.7292 18 15.2292C16.11 16.2292 13.89 16.2292 12 15.2292C10.11 16.2292 7.89 16.2292 6 15.2292C5.05 15.7292 4.03 15.9792 3 15.9792H2V13.9792H3C3.68364 13.9792 4.36195 13.828 5.01151 13.5397C5.31146 13.4105 6 12.9792 6 12.9792C6 12.9792 6.6857 13.4073 6.98565 13.5365C8.27971 14.0947 9.71724 14.0939 11.0115 13.5365C11.3115 13.4073 12 12.9792 12 12.9792C12 12.9792 12.6885 13.4073 12.9885 13.5365C14.2809 14.0931 15.7161 14.0935 17.0086 13.5377C17.3086 13.4085 17.9994 12.9866 17.9994 12.9866C17.9994 12.9866 18.6879 13.4146 18.9878 13.5438C19.6348 13.8294 20.3196 13.9792 21 13.9792H22V15.9792H21Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0001 5.82818L11 10.9998H13L13.0001 5.82818L14.793 7.62108L16.2072 6.20686L12.0001 1.99976L7.79297 6.20686L9.20718 7.62108L11.0001 5.82818Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-tide-high",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTideHigh",
          "declaration": {
            "name": "ObiTideHigh",
            "module": "src/icons/icon-tide-high.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-tide-high",
          "declaration": {
            "name": "ObiTideHigh",
            "module": "src/icons/icon-tide-high.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-tide-low.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTideLow",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 20V22H22V20H2Z\" fill=\"currentColor\"/> <path d=\"M21 18C19.97 18 18.94 17.75 18 17.25C16.11 18.25 13.89 18.25 12 17.25C10.11 18.25 7.89 18.25 6 17.25C5.05 17.75 4.03 18 3 18H2V16H3C3.68364 16 4.36195 15.8488 5.01151 15.5605C5.31146 15.4313 6 15 6 15C6 15 6.6857 15.428 6.98565 15.5572C8.27971 16.1155 9.71724 16.1147 11.0115 15.5572C11.3115 15.428 12 15 12 15C12 15 12.6885 15.428 12.9885 15.5572C14.2809 16.1139 15.7161 16.1143 17.0086 15.5584C17.3086 15.4292 17.9994 15.0073 17.9994 15.0073C17.9994 15.0073 18.6879 15.4353 18.9878 15.5645C19.6348 15.8502 20.3196 16 21 16H22V18H21Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0001 9.17157L11 3H13L13.0001 9.17157L14.793 7.37868L16.2072 8.79289L12.0001 13L7.79297 8.79289L9.20718 7.37868L11.0001 9.17157Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 20V22H22V20H2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 18C19.97 18 18.94 17.75 18 17.25C16.11 18.25 13.89 18.25 12 17.25C10.11 18.25 7.89 18.25 6 17.25C5.05 17.75 4.03 18 3 18H2V16H3C3.68364 16 4.36195 15.8488 5.01151 15.5605C5.31146 15.4313 6 15 6 15C6 15 6.6857 15.428 6.98565 15.5572C8.27971 16.1155 9.71724 16.1147 11.0115 15.5572C11.3115 15.428 12 15 12 15C12 15 12.6885 15.428 12.9885 15.5572C14.2809 16.1139 15.7161 16.1143 17.0086 15.5584C17.3086 15.4292 17.9994 15.0073 17.9994 15.0073C17.9994 15.0073 18.6879 15.4353 18.9878 15.5645C19.6348 15.8502 20.3196 16 21 16H22V18H21Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0001 9.17157L11 3H13L13.0001 9.17157L14.793 7.37868L16.2072 8.79289L12.0001 13L7.79297 8.79289L9.20718 7.37868L11.0001 9.17157Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-tide-low",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTideLow",
          "declaration": {
            "name": "ObiTideLow",
            "module": "src/icons/icon-tide-low.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-tide-low",
          "declaration": {
            "name": "ObiTideLow",
            "module": "src/icons/icon-tide-low.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-tide.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTide",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 11L6.00008 5.82843L4.20718 7.62132L2.79297 6.20711L7.00008 2L11.2072 6.20711L9.79297 7.62132L8.00008 5.82843L8 11H6Z\" fill=\"currentColor\"/> <path d=\"M15.9985 2L15.9986 7.17157L14.2057 5.37868L12.7915 6.79289L16.9986 11L21.2057 6.79289L19.7915 5.37868L17.9986 7.17157L17.9985 2H15.9985Z\" fill=\"currentColor\"/> <path d=\"M21 17C19.97 17 18.94 16.75 18 16.25C16.11 17.25 13.89 17.25 12 16.25C10.11 17.25 7.89 17.25 6 16.25C5.05 16.75 4.03 17 3 17H2V15H3C3.68364 15 4.36195 14.8488 5.01151 14.5605C5.31146 14.4313 6 14 6 14C6 14 6.6857 14.428 6.98565 14.5572C8.27971 15.1155 9.71724 15.1147 11.0115 14.5572C11.3115 14.428 12 14 12 14C12 14 12.6885 14.428 12.9885 14.5572C14.2809 15.1139 15.7161 15.1143 17.0086 14.5584C17.3086 14.4292 17.9994 14.0073 17.9994 14.0073C17.9994 14.0073 18.6879 14.4353 18.9878 14.5645C19.6348 14.8502 20.3196 15 21 15H22V17H21Z\" fill=\"currentColor\"/> <path d=\"M2 20V22H22V20H2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 11L6.00008 5.82843L4.20718 7.62132L2.79297 6.20711L7.00008 2L11.2072 6.20711L9.79297 7.62132L8.00008 5.82843L8 11H6Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.9985 2L15.9986 7.17157L14.2057 5.37868L12.7915 6.79289L16.9986 11L21.2057 6.79289L19.7915 5.37868L17.9986 7.17157L17.9985 2H15.9985Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 17C19.97 17 18.94 16.75 18 16.25C16.11 17.25 13.89 17.25 12 16.25C10.11 17.25 7.89 17.25 6 16.25C5.05 16.75 4.03 17 3 17H2V15H3C3.68364 15 4.36195 14.8488 5.01151 14.5605C5.31146 14.4313 6 14 6 14C6 14 6.6857 14.428 6.98565 14.5572C8.27971 15.1155 9.71724 15.1147 11.0115 14.5572C11.3115 14.428 12 14 12 14C12 14 12.6885 14.428 12.9885 14.5572C14.2809 15.1139 15.7161 15.1143 17.0086 14.5584C17.3086 14.4292 17.9994 14.0073 17.9994 14.0073C17.9994 14.0073 18.6879 14.4353 18.9878 14.5645C19.6348 14.8502 20.3196 15 21 15H22V17H21Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 20V22H22V20H2Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-tide",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTide",
          "declaration": {
            "name": "ObiTide",
            "module": "src/icons/icon-tide.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-tide",
          "declaration": {
            "name": "ObiTide",
            "module": "src/icons/icon-tide.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-time-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTimeGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z\" fill=\"currentColor\"/> <path d=\"M12.5 7H11V13L16.25 16.15L17 14.92L12.5 12.25V7Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.5 7H11V13L16.25 16.15L17 14.92L12.5 12.25V7Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-time-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTimeGoogle",
          "declaration": {
            "name": "ObiTimeGoogle",
            "module": "src/icons/icon-time-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-time-google",
          "declaration": {
            "name": "ObiTimeGoogle",
            "module": "src/icons/icon-time-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-time-less.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTimeLess",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 12C2 6.48 6.47 2 11.99 2C17.52 2 22 6.48 22 12C22 12.6849 21.931 13.3537 21.7997 14H19.7482C19.9126 13.3608 20 12.6907 20 12C20 7.58 16.42 4 12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20H17.9966C16.3237 21.2557 14.2441 22 11.99 22C6.47 22 2 17.52 2 12Z\" fill=\"currentColor\"/> <path d=\"M12.5 12.25L15.4494 14H12.6667L11 13V7H12.5V12.25Z\" fill=\"currentColor\"/> <path d=\"M21.5 16H13.5V18H21.5V16Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 12C2 6.48 6.47 2 11.99 2C17.52 2 22 6.48 22 12C22 12.6849 21.931 13.3537 21.7997 14H19.7482C19.9126 13.3608 20 12.6907 20 12C20 7.58 16.42 4 12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20H17.9966C16.3237 21.2557 14.2441 22 11.99 22C6.47 22 2 17.52 2 12Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.5 12.25L15.4494 14H12.6667L11 13V7H12.5V12.25Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21.5 16H13.5V18H21.5V16Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-time-less",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTimeLess",
          "declaration": {
            "name": "ObiTimeLess",
            "module": "src/icons/icon-time-less.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-time-less",
          "declaration": {
            "name": "ObiTimeLess",
            "module": "src/icons/icon-time-less.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-time-more.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTimeMore",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 12C2 6.48 6.47 2 11.99 2C17.52 2 22 6.48 22 12C22 12.8631 21.8905 13.7009 21.6845 14.5H20V12C20 7.58 16.42 4 12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C12.9819 20 13.9224 19.8233 14.7913 19.5H15V21.5399C14.05 21.8388 13.0389 22 11.99 22C6.47 22 2 17.52 2 12Z\" fill=\"currentColor\"/> <path d=\"M15 13.7333V14.5H13.5L11 13V7H12.5V12.25L15 13.7333Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5 16V13H18.5V16H21.5V18H18.5V21H16.5V18H13.5V16H16.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 12C2 6.48 6.47 2 11.99 2C17.52 2 22 6.48 22 12C22 12.8631 21.8905 13.7009 21.6845 14.5H20V12C20 7.58 16.42 4 12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C12.9819 20 13.9224 19.8233 14.7913 19.5H15V21.5399C14.05 21.8388 13.0389 22 11.99 22C6.47 22 2 17.52 2 12Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15 13.7333V14.5H13.5L11 13V7H12.5V12.25L15 13.7333Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5 16V13H18.5V16H21.5V18H18.5V21H16.5V18H13.5V16H16.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-time-more",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTimeMore",
          "declaration": {
            "name": "ObiTimeMore",
            "module": "src/icons/icon-time-more.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-time-more",
          "declaration": {
            "name": "ObiTimeMore",
            "module": "src/icons/icon-time-more.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-track-no.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTrackNo",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.1962 8.80387C14.2558 8.86233 13.3344 9.2514 12.6179 9.96796L8.4638 14.122L9.87802 15.5363L14.0321 11.3822C14.7487 10.6656 15.1377 9.7443 15.1962 8.80387ZM17 7.00002C14.9983 6.46546 12.774 6.98337 11.2037 8.55375L5.63538 14.122L9.87802 18.3647L15.4463 12.7964C17.0167 11.226 17.5346 9.00172 17 7.00002Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.1962 8.80387C14.2558 8.86233 13.3344 9.2514 12.6179 9.96796L8.4638 14.122L9.87802 15.5363L14.0321 11.3822C14.7487 10.6656 15.1377 9.7443 15.1962 8.80387ZM17 7.00002C14.9983 6.46546 12.774 6.98337 11.2037 8.55375L5.63538 14.122L9.87802 18.3647L15.4463 12.7964C17.0167 11.226 17.5346 9.00172 17 7.00002Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-track-no",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTrackNo",
          "declaration": {
            "name": "ObiTrackNo",
            "module": "src/icons/icon-track-no.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-track-no",
          "declaration": {
            "name": "ObiTrackNo",
            "module": "src/icons/icon-track-no.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-track-off-port.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTrackOffPort",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9207 4.00749C9.98025 4.06595 9.05893 4.45502 8.34237 5.17159L4.18829 9.32566L5.6025 10.7399L9.75658 6.5858C10.4731 5.86924 10.8622 4.94792 10.9207 4.00749ZM12.7245 2.20364C10.7228 1.66909 8.49853 2.187 6.92816 3.75737L1.35986 9.32566L5.6025 13.5683L11.1708 8.00001C12.7412 6.42964 13.2591 4.20534 12.7245 2.20364Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.4571 8.95719L14.9571 10.4572L13.5429 9.04298L15.0429 7.54298L16.4571 8.95719ZM19.4572 5.95719L17.9572 7.45719L16.5429 6.04298L18.0429 4.54297L19.4572 5.95719ZM22.4572 2.95718L20.9572 4.45718L19.5429 3.04297L21.0429 1.54297L22.4572 2.95718Z\" fill=\"currentColor\"/> <path d=\"M1.54291 21.043L2.95712 22.4572L13.4571 11.9572L12.0429 10.543L1.54291 21.043Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9207 4.00749C9.98025 4.06595 9.05893 4.45502 8.34237 5.17159L4.18829 9.32566L5.6025 10.7399L9.75658 6.5858C10.4731 5.86924 10.8622 4.94792 10.9207 4.00749ZM12.7245 2.20364C10.7228 1.66909 8.49853 2.187 6.92816 3.75737L1.35986 9.32566L5.6025 13.5683L11.1708 8.00001C12.7412 6.42964 13.2591 4.20534 12.7245 2.20364Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.4571 8.95719L14.9571 10.4572L13.5429 9.04298L15.0429 7.54298L16.4571 8.95719ZM19.4572 5.95719L17.9572 7.45719L16.5429 6.04298L18.0429 4.54297L19.4572 5.95719ZM22.4572 2.95718L20.9572 4.45718L19.5429 3.04297L21.0429 1.54297L22.4572 2.95718Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M1.54291 21.043L2.95712 22.4572L13.4571 11.9572L12.0429 10.543L1.54291 21.043Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-track-off-port",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTrackOffPort",
          "declaration": {
            "name": "ObiTrackOffPort",
            "module": "src/icons/icon-track-off-port.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-track-off-port",
          "declaration": {
            "name": "ObiTrackOffPort",
            "module": "src/icons/icon-track-off-port.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-track-off-strb.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTrackOffStrb",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5608 12.0075C19.6204 12.0659 18.6991 12.455 17.9825 13.1716L13.8284 17.3257L15.2426 18.7399L19.3967 14.5858C20.1133 13.8692 20.5024 12.9479 20.5608 12.0075ZM22.3647 10.2036C20.363 9.66907 18.1387 10.187 16.5683 11.7574L11 17.3257L15.2426 21.5683L20.8109 16C22.3813 14.4296 22.8992 12.2053 22.3647 10.2036Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.4572 8.95719L14.9572 10.4572L13.543 9.04298L15.043 7.54298L16.4572 8.95719ZM19.4572 5.95719L17.9572 7.45719L16.543 6.04298L18.043 4.54297L19.4572 5.95719ZM22.4572 2.95718L20.9572 4.45718L19.543 3.04297L21.043 1.54297L22.4572 2.95718Z\" fill=\"currentColor\"/> <path d=\"M1.54297 21.043L2.95718 22.4572L13.4572 11.9572L12.043 10.543L1.54297 21.043Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5608 12.0075C19.6204 12.0659 18.6991 12.455 17.9825 13.1716L13.8284 17.3257L15.2426 18.7399L19.3967 14.5858C20.1133 13.8692 20.5024 12.9479 20.5608 12.0075ZM22.3647 10.2036C20.363 9.66907 18.1387 10.187 16.5683 11.7574L11 17.3257L15.2426 21.5683L20.8109 16C22.3813 14.4296 22.8992 12.2053 22.3647 10.2036Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.4572 8.95719L14.9572 10.4572L13.543 9.04298L15.043 7.54298L16.4572 8.95719ZM19.4572 5.95719L17.9572 7.45719L16.543 6.04298L18.043 4.54297L19.4572 5.95719ZM22.4572 2.95718L20.9572 4.45718L19.543 3.04297L21.043 1.54297L22.4572 2.95718Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M1.54297 21.043L2.95718 22.4572L13.4572 11.9572L12.043 10.543L1.54297 21.043Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-track-off-strb",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTrackOffStrb",
          "declaration": {
            "name": "ObiTrackOffStrb",
            "module": "src/icons/icon-track-off-strb.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-track-off-strb",
          "declaration": {
            "name": "ObiTrackOffStrb",
            "module": "src/icons/icon-track-off-strb.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-track-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTrackOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M22.4574 2.95718L20.9574 4.45718L19.5431 3.04297L21.0431 1.54297L22.4574 2.95718Z\" fill=\"currentColor\"/> <path d=\"M17.9574 7.45719L19.4574 5.95719L18.0431 4.54297L16.5431 6.04298L17.9574 7.45719Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 8C13.9983 7.46544 11.774 7.98336 10.2037 9.55373L4.63538 15.122L6.04971 16.5364L1.54309 21.043L2.9573 22.4572L7.46392 17.9506L8.87802 19.3647L14.4463 13.7964C16.0167 12.226 16.5346 10.0017 16 8ZM14.1962 9.80385C13.2558 9.86231 12.3344 10.2514 11.6179 10.9679L7.4638 15.122L8.87802 16.5362L13.0321 12.3822C13.7487 11.6656 14.1377 10.7443 14.1962 9.80385Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M22.4574 2.95718L20.9574 4.45718L19.5431 3.04297L21.0431 1.54297L22.4574 2.95718Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.9574 7.45719L19.4574 5.95719L18.0431 4.54297L16.5431 6.04298L17.9574 7.45719Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 8C13.9983 7.46544 11.774 7.98336 10.2037 9.55373L4.63538 15.122L6.04971 16.5364L1.54309 21.043L2.9573 22.4572L7.46392 17.9506L8.87802 19.3647L14.4463 13.7964C16.0167 12.226 16.5346 10.0017 16 8ZM14.1962 9.80385C13.2558 9.86231 12.3344 10.2514 11.6179 10.9679L7.4638 15.122L8.87802 16.5362L13.0321 12.3822C13.7487 11.6656 14.1377 10.7443 14.1962 9.80385Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-track-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTrackOn",
          "declaration": {
            "name": "ObiTrackOn",
            "module": "src/icons/icon-track-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-track-on",
          "declaration": {
            "name": "ObiTrackOn",
            "module": "src/icons/icon-track-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-transformer-01-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTransformer01Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 18C9.17142 18 10.2644 17.6643 11.1881 17.0839C9.84058 15.808 9 14.0022 9 12C9 9.99784 9.84058 8.192 11.1881 6.91614C10.2644 6.3357 9.17142 6 8 6C4.68629 6 2 8.68629 2 12C2 15.3137 4.68629 18 8 18Z\" fill=\"currentColor\"/> <path d=\"M12 7.52779C10.7725 8.62643 10 10.223 10 12C10 13.777 10.7725 15.3736 12 16.4722C13.2275 15.3736 14 13.777 14 12C14 10.223 13.2275 8.62643 12 7.52779Z\" fill=\"currentColor\"/> <path d=\"M12.8119 6.91614C14.1594 8.192 15 9.99784 15 12C15 14.0022 14.1594 15.808 12.8119 17.0839C13.7356 17.6643 14.8286 18 16 18C19.3137 18 22 15.3137 22 12C22 8.68629 19.3137 6 16 6C14.8286 6 13.7356 6.3357 12.8119 6.91614Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 17.7453C10.8662 18.5362 9.48725 19 8 19C4.13401 19 1 15.866 1 12C1 8.13401 4.13401 5 8 5C9.48725 5 10.8662 5.46381 12 6.25469C13.1338 5.46381 14.5128 5 16 5C19.866 5 23 8.13401 23 12C23 15.866 19.866 19 16 19C14.5128 19 13.1338 18.5362 12 17.7453ZM11.1881 17.0839C10.2644 17.6643 9.17142 18 8 18C4.68629 18 2 15.3137 2 12C2 8.68629 4.68629 6 8 6C9.17142 6 10.2644 6.3357 11.1881 6.91614C9.84058 8.192 9 9.99784 9 12C9 14.0022 9.84058 15.808 11.1881 17.0839ZM12.8119 6.91614C13.7356 6.3357 14.8286 6 16 6C19.3137 6 22 8.68629 22 12C22 15.3137 19.3137 18 16 18C14.8286 18 13.7356 17.6643 12.8119 17.0839C14.1594 15.808 15 14.0022 15 12C15 9.99784 14.1594 8.192 12.8119 6.91614ZM12 7.52779C13.2275 8.62643 14 10.223 14 12C14 13.777 13.2275 15.3736 12 16.4722C10.7725 15.3736 10 13.777 10 12C10 10.223 10.7725 8.62643 12 7.52779Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 18C9.17142 18 10.2644 17.6643 11.1881 17.0839C9.84058 15.808 9 14.0022 9 12C9 9.99784 9.84058 8.192 11.1881 6.91614C10.2644 6.3357 9.17142 6 8 6C4.68629 6 2 8.68629 2 12C2 15.3137 4.68629 18 8 18Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M12 7.52779C10.7725 8.62643 10 10.223 10 12C10 13.777 10.7725 15.3736 12 16.4722C13.2275 15.3736 14 13.777 14 12C14 10.223 13.2275 8.62643 12 7.52779Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M12.8119 6.91614C14.1594 8.192 15 9.99784 15 12C15 14.0022 14.1594 15.808 12.8119 17.0839C13.7356 17.6643 14.8286 18 16 18C19.3137 18 22 15.3137 22 12C22 8.68629 19.3137 6 16 6C14.8286 6 13.7356 6.3357 12.8119 6.91614Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 17.7453C10.8662 18.5362 9.48725 19 8 19C4.13401 19 1 15.866 1 12C1 8.13401 4.13401 5 8 5C9.48725 5 10.8662 5.46381 12 6.25469C13.1338 5.46381 14.5128 5 16 5C19.866 5 23 8.13401 23 12C23 15.866 19.866 19 16 19C14.5128 19 13.1338 18.5362 12 17.7453ZM11.1881 17.0839C10.2644 17.6643 9.17142 18 8 18C4.68629 18 2 15.3137 2 12C2 8.68629 4.68629 6 8 6C9.17142 6 10.2644 6.3357 11.1881 6.91614C9.84058 8.192 9 9.99784 9 12C9 14.0022 9.84058 15.808 11.1881 17.0839ZM12.8119 6.91614C13.7356 6.3357 14.8286 6 16 6C19.3137 6 22 8.68629 22 12C22 15.3137 19.3137 18 16 18C14.8286 18 13.7356 17.6643 12.8119 17.0839C14.1594 15.808 15 14.0022 15 12C15 9.99784 14.1594 8.192 12.8119 6.91614ZM12 7.52779C13.2275 8.62643 14 10.223 14 12C14 13.777 13.2275 15.3736 12 16.4722C10.7725 15.3736 10 13.777 10 12C10 10.223 10.7725 8.62643 12 7.52779Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-transformer-01-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTransformer01Off",
          "declaration": {
            "name": "ObiTransformer01Off",
            "module": "src/icons/icon-transformer-01-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-transformer-01-off",
          "declaration": {
            "name": "ObiTransformer01Off",
            "module": "src/icons/icon-transformer-01-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-transformer-01-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTransformer01On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 18C9.17142 18 10.2644 17.6643 11.1881 17.0839C9.84058 15.808 9 14.0022 9 12C9 9.99784 9.84058 8.192 11.1881 6.91614C10.2644 6.3357 9.17142 6 8 6C4.68629 6 2 8.68629 2 12C2 15.3137 4.68629 18 8 18Z\" fill=\"currentColor\"/> <path d=\"M12 7.52779C10.7725 8.62643 10 10.223 10 12C10 13.777 10.7725 15.3736 12 16.4722C13.2275 15.3736 14 13.777 14 12C14 10.223 13.2275 8.62643 12 7.52779Z\" fill=\"currentColor\"/> <path d=\"M12.8119 6.91614C14.1594 8.192 15 9.99784 15 12C15 14.0022 14.1594 15.808 12.8119 17.0839C13.7356 17.6643 14.8286 18 16 18C19.3137 18 22 15.3137 22 12C22 8.68629 19.3137 6 16 6C14.8286 6 13.7356 6.3357 12.8119 6.91614Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 17.7453C10.8662 18.5362 9.48725 19 8 19C4.13401 19 1 15.866 1 12C1 8.13401 4.13401 5 8 5C9.48725 5 10.8662 5.46381 12 6.25469C13.1338 5.46381 14.5128 5 16 5C19.866 5 23 8.13401 23 12C23 15.866 19.866 19 16 19C14.5128 19 13.1338 18.5362 12 17.7453ZM11.1881 17.0839C10.2644 17.6643 9.17142 18 8 18C4.68629 18 2 15.3137 2 12C2 8.68629 4.68629 6 8 6C9.17142 6 10.2644 6.3357 11.1881 6.91614C9.84058 8.192 9 9.99784 9 12C9 14.0022 9.84058 15.808 11.1881 17.0839ZM12.8119 6.91614C13.7356 6.3357 14.8286 6 16 6C19.3137 6 22 8.68629 22 12C22 15.3137 19.3137 18 16 18C14.8286 18 13.7356 17.6643 12.8119 17.0839C14.1594 15.808 15 14.0022 15 12C15 9.99784 14.1594 8.192 12.8119 6.91614ZM12 7.52779C13.2275 8.62643 14 10.223 14 12C14 13.777 13.2275 15.3736 12 16.4722C10.7725 15.3736 10 13.777 10 12C10 10.223 10.7725 8.62643 12 7.52779Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8 18C9.17142 18 10.2644 17.6643 11.1881 17.0839C9.84058 15.808 9 14.0022 9 12C9 9.99784 9.84058 8.192 11.1881 6.91614C10.2644 6.3357 9.17142 6 8 6C4.68629 6 2 8.68629 2 12C2 15.3137 4.68629 18 8 18Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M12 7.52779C10.7725 8.62643 10 10.223 10 12C10 13.777 10.7725 15.3736 12 16.4722C13.2275 15.3736 14 13.777 14 12C14 10.223 13.2275 8.62643 12 7.52779Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M12.8119 6.91614C14.1594 8.192 15 9.99784 15 12C15 14.0022 14.1594 15.808 12.8119 17.0839C13.7356 17.6643 14.8286 18 16 18C19.3137 18 22 15.3137 22 12C22 8.68629 19.3137 6 16 6C14.8286 6 13.7356 6.3357 12.8119 6.91614Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 17.7453C10.8662 18.5362 9.48725 19 8 19C4.13401 19 1 15.866 1 12C1 8.13401 4.13401 5 8 5C9.48725 5 10.8662 5.46381 12 6.25469C13.1338 5.46381 14.5128 5 16 5C19.866 5 23 8.13401 23 12C23 15.866 19.866 19 16 19C14.5128 19 13.1338 18.5362 12 17.7453ZM11.1881 17.0839C10.2644 17.6643 9.17142 18 8 18C4.68629 18 2 15.3137 2 12C2 8.68629 4.68629 6 8 6C9.17142 6 10.2644 6.3357 11.1881 6.91614C9.84058 8.192 9 9.99784 9 12C9 14.0022 9.84058 15.808 11.1881 17.0839ZM12.8119 6.91614C13.7356 6.3357 14.8286 6 16 6C19.3137 6 22 8.68629 22 12C22 15.3137 19.3137 18 16 18C14.8286 18 13.7356 17.6643 12.8119 17.0839C14.1594 15.808 15 14.0022 15 12C15 9.99784 14.1594 8.192 12.8119 6.91614ZM12 7.52779C13.2275 8.62643 14 10.223 14 12C14 13.777 13.2275 15.3736 12 16.4722C10.7725 15.3736 10 13.777 10 12C10 10.223 10.7725 8.62643 12 7.52779Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-transformer-01-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTransformer01On",
          "declaration": {
            "name": "ObiTransformer01On",
            "module": "src/icons/icon-transformer-01-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-transformer-01-on",
          "declaration": {
            "name": "ObiTransformer01On",
            "module": "src/icons/icon-transformer-01-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-transformer-01.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTransformer01",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 17.7453C10.8662 18.5362 9.48725 19 8 19C4.13401 19 1 15.866 1 12C1 8.13401 4.13401 5 8 5C9.48725 5 10.8662 5.46381 12 6.25469C13.1338 5.46381 14.5128 5 16 5C19.866 5 23 8.13401 23 12C23 15.866 19.866 19 16 19C14.5128 19 13.1338 18.5362 12 17.7453ZM10.5003 16.3309C9.76477 16.7565 8.91083 17 8 17C5.23858 17 3 14.7614 3 12C3 9.23858 5.23858 7 8 7C8.91083 7 9.76477 7.24354 10.5003 7.66906C9.56068 8.86059 9 10.3648 9 12C9 13.6352 9.56068 15.1394 10.5003 16.3309ZM13.4997 7.66907C14.2352 7.24355 15.0892 7 16 7C18.7614 7 21 9.23858 21 12C21 14.7614 18.7614 17 16 17C15.0892 17 14.2352 16.7565 13.4997 16.3309C14.4393 15.1394 15 13.6352 15 12C15 10.3648 14.4393 8.86059 13.4997 7.66907ZM12 8.99952C12.6279 9.83526 13 10.8742 13 12C13 13.1258 12.6279 14.1647 12 15.0005C11.3721 14.1647 11 13.1258 11 12C11 10.8742 11.3721 9.83526 12 8.99952Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 17.7453C10.8662 18.5362 9.48725 19 8 19C4.13401 19 1 15.866 1 12C1 8.13401 4.13401 5 8 5C9.48725 5 10.8662 5.46381 12 6.25469C13.1338 5.46381 14.5128 5 16 5C19.866 5 23 8.13401 23 12C23 15.866 19.866 19 16 19C14.5128 19 13.1338 18.5362 12 17.7453ZM10.5003 16.3309C9.76477 16.7565 8.91083 17 8 17C5.23858 17 3 14.7614 3 12C3 9.23858 5.23858 7 8 7C8.91083 7 9.76477 7.24354 10.5003 7.66906C9.56068 8.86059 9 10.3648 9 12C9 13.6352 9.56068 15.1394 10.5003 16.3309ZM13.4997 7.66907C14.2352 7.24355 15.0892 7 16 7C18.7614 7 21 9.23858 21 12C21 14.7614 18.7614 17 16 17C15.0892 17 14.2352 16.7565 13.4997 16.3309C14.4393 15.1394 15 13.6352 15 12C15 10.3648 14.4393 8.86059 13.4997 7.66907ZM12 8.99952C12.6279 9.83526 13 10.8742 13 12C13 13.1258 12.6279 14.1647 12 15.0005C11.3721 14.1647 11 13.1258 11 12C11 10.8742 11.3721 9.83526 12 8.99952Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-transformer-01",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTransformer01",
          "declaration": {
            "name": "ObiTransformer01",
            "module": "src/icons/icon-transformer-01.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-transformer-01",
          "declaration": {
            "name": "ObiTransformer01",
            "module": "src/icons/icon-transformer-01.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-transformer-02-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTransformer02Off",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 22C12.6955 22 10.6944 20.7008 9.68929 18.7948C11.7532 18.2834 13.4557 16.8562 14.3408 14.9694C14.5578 14.9896 14.7777 15 15 15C17.0022 15 18.808 14.1594 20.0839 12.8119C20.6643 13.7356 21 14.8286 21 16C21 19.3137 18.3137 22 15 22Z\" fill=\"currentColor\"/> <path d=\"M21 8C21 9.17142 20.6643 10.2644 20.0839 11.1881C18.808 9.84058 17.0022 9 15 9C14.7777 9 14.5578 9.01036 14.3408 9.03063C13.4557 7.14378 11.7532 5.71662 9.68929 5.2052C10.6944 3.29924 12.6955 2 15 2C18.3137 2 21 4.68629 21 8Z\" fill=\"currentColor\"/> <path d=\"M15 10C14.9035 10 14.8075 10.0023 14.7121 10.0068C14.8994 10.6385 15 11.3075 15 12C15 12.6925 14.8994 13.3615 14.7121 13.9932C14.8075 13.9977 14.9035 14 15 14C16.777 14 18.3736 13.2275 19.4722 12C18.3736 10.7725 16.777 10 15 10Z\" fill=\"currentColor\"/> <path d=\"M9.29392 6.13988C11.039 6.52345 12.4994 7.66665 13.3107 9.2052C11.992 9.53197 10.8208 10.2326 9.91614 11.1881C9.3357 10.2644 9 9.17142 9 8C9 7.35071 9.10314 6.7255 9.29392 6.13988Z\" fill=\"currentColor\"/> <path d=\"M13.7061 10.1399C12.4559 10.4147 11.3518 11.0794 10.5278 12C11.3518 12.9206 12.4559 13.5853 13.7061 13.8601C13.8969 13.2745 14 12.6493 14 12C14 11.3507 13.8969 10.7255 13.7061 10.1399Z\" fill=\"currentColor\"/> <path d=\"M13.3107 14.7948C11.992 14.468 10.8208 13.7674 9.91614 12.8119C9.3357 13.7356 9 14.8286 9 16C9 16.6493 9.10314 17.2745 9.29392 17.8601C11.039 17.4766 12.4994 16.3334 13.3107 14.7948Z\" fill=\"currentColor\"/> <path d=\"M8 16C8 14.5128 8.46381 13.1338 9.25469 12C8.46381 10.8662 8 9.48725 8 8C8 7.30751 8.10056 6.6385 8.28786 6.00678C8.19247 6.00228 8.0965 6 8 6C4.68629 6 2 8.68629 2 12C2 15.3137 4.68629 18 8 18C8.0965 18 8.19248 17.9977 8.28787 17.9932C8.10056 17.3615 8 16.6925 8 16Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 5C8.2223 5 8.44217 5.01036 8.65917 5.03063C9.77632 2.64918 12.1956 1 15 1C18.866 1 22 4.13401 22 8C22 9.48725 21.5362 10.8662 20.7453 12C21.5362 13.1338 22 14.5128 22 16C22 19.866 18.866 23 15 23C12.1956 23 9.77632 21.3508 8.65917 18.9694C8.44217 18.9896 8.2223 19 8 19C4.13401 19 1 15.866 1 12C1 8.13401 4.13401 5 8 5ZM9.68929 18.7948C10.6944 20.7008 12.6955 22 15 22C18.3137 22 21 19.3137 21 16C21 14.8286 20.6643 13.7356 20.0839 12.8119C18.808 14.1594 17.0022 15 15 15C14.7777 15 14.5578 14.9896 14.3408 14.9694C13.4557 16.8562 11.7532 18.2834 9.68929 18.7948ZM20.0839 11.1881C20.6643 10.2644 21 9.17142 21 8C21 4.68629 18.3137 2 15 2C12.6955 2 10.6944 3.29924 9.68929 5.2052C11.7532 5.71662 13.4557 7.14378 14.3408 9.03063C14.5578 9.01036 14.7777 9 15 9C17.0022 9 18.808 9.84058 20.0839 11.1881ZM14.7121 10.0068C14.8075 10.0023 14.9035 10 15 10C16.777 10 18.3736 10.7725 19.4722 12C18.3736 13.2275 16.777 14 15 14C14.9035 14 14.8075 13.9977 14.7121 13.9932C14.8994 13.3615 15 12.6925 15 12C15 11.3075 14.8994 10.6385 14.7121 10.0068ZM13.3107 9.2052C12.4994 7.66665 11.039 6.52345 9.29392 6.13988C9.10314 6.7255 9 7.35071 9 8C9 9.17142 9.3357 10.2644 9.91614 11.1881C10.8208 10.2326 11.992 9.53197 13.3107 9.2052ZM10.5278 12C11.3518 11.0794 12.4559 10.4147 13.7061 10.1399C13.8969 10.7255 14 11.3507 14 12C14 12.6493 13.8969 13.2745 13.7061 13.8601C12.4559 13.5853 11.3518 12.9206 10.5278 12ZM9.91614 12.8119C10.8208 13.7674 11.992 14.468 13.3107 14.7948C12.4994 16.3334 11.039 17.4766 9.29392 17.8601C9.10314 17.2745 9 16.6493 9 16C9 14.8286 9.3357 13.7356 9.91614 12.8119ZM9.25469 12C8.46381 13.1338 8 14.5128 8 16C8 16.6925 8.10056 17.3615 8.28787 17.9932C8.19248 17.9977 8.0965 18 8 18C4.68629 18 2 15.3137 2 12C2 8.68629 4.68629 6 8 6C8.0965 6 8.19247 6.00228 8.28786 6.00678C8.10056 6.6385 8 7.30751 8 8C8 9.48725 8.46381 10.8662 9.25469 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 22C12.6955 22 10.6944 20.7008 9.68929 18.7948C11.7532 18.2834 13.4557 16.8562 14.3408 14.9694C14.5578 14.9896 14.7777 15 15 15C17.0022 15 18.808 14.1594 20.0839 12.8119C20.6643 13.7356 21 14.8286 21 16C21 19.3137 18.3137 22 15 22Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M21 8C21 9.17142 20.6643 10.2644 20.0839 11.1881C18.808 9.84058 17.0022 9 15 9C14.7777 9 14.5578 9.01036 14.3408 9.03063C13.4557 7.14378 11.7532 5.71662 9.68929 5.2052C10.6944 3.29924 12.6955 2 15 2C18.3137 2 21 4.68629 21 8Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M15 10C14.9035 10 14.8075 10.0023 14.7121 10.0068C14.8994 10.6385 15 11.3075 15 12C15 12.6925 14.8994 13.3615 14.7121 13.9932C14.8075 13.9977 14.9035 14 15 14C16.777 14 18.3736 13.2275 19.4722 12C18.3736 10.7725 16.777 10 15 10Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M9.29392 6.13988C11.039 6.52345 12.4994 7.66665 13.3107 9.2052C11.992 9.53197 10.8208 10.2326 9.91614 11.1881C9.3357 10.2644 9 9.17142 9 8C9 7.35071 9.10314 6.7255 9.29392 6.13988Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M13.7061 10.1399C12.4559 10.4147 11.3518 11.0794 10.5278 12C11.3518 12.9206 12.4559 13.5853 13.7061 13.8601C13.8969 13.2745 14 12.6493 14 12C14 11.3507 13.8969 10.7255 13.7061 10.1399Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M13.3107 14.7948C11.992 14.468 10.8208 13.7674 9.91614 12.8119C9.3357 13.7356 9 14.8286 9 16C9 16.6493 9.10314 17.2745 9.29392 17.8601C11.039 17.4766 12.4994 16.3334 13.3107 14.7948Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M8 16C8 14.5128 8.46381 13.1338 9.25469 12C8.46381 10.8662 8 9.48725 8 8C8 7.30751 8.10056 6.6385 8.28786 6.00678C8.19247 6.00228 8.0965 6 8 6C4.68629 6 2 8.68629 2 12C2 15.3137 4.68629 18 8 18C8.0965 18 8.19248 17.9977 8.28787 17.9932C8.10056 17.3615 8 16.6925 8 16Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 5C8.2223 5 8.44217 5.01036 8.65917 5.03063C9.77632 2.64918 12.1956 1 15 1C18.866 1 22 4.13401 22 8C22 9.48725 21.5362 10.8662 20.7453 12C21.5362 13.1338 22 14.5128 22 16C22 19.866 18.866 23 15 23C12.1956 23 9.77632 21.3508 8.65917 18.9694C8.44217 18.9896 8.2223 19 8 19C4.13401 19 1 15.866 1 12C1 8.13401 4.13401 5 8 5ZM9.68929 18.7948C10.6944 20.7008 12.6955 22 15 22C18.3137 22 21 19.3137 21 16C21 14.8286 20.6643 13.7356 20.0839 12.8119C18.808 14.1594 17.0022 15 15 15C14.7777 15 14.5578 14.9896 14.3408 14.9694C13.4557 16.8562 11.7532 18.2834 9.68929 18.7948ZM20.0839 11.1881C20.6643 10.2644 21 9.17142 21 8C21 4.68629 18.3137 2 15 2C12.6955 2 10.6944 3.29924 9.68929 5.2052C11.7532 5.71662 13.4557 7.14378 14.3408 9.03063C14.5578 9.01036 14.7777 9 15 9C17.0022 9 18.808 9.84058 20.0839 11.1881ZM14.7121 10.0068C14.8075 10.0023 14.9035 10 15 10C16.777 10 18.3736 10.7725 19.4722 12C18.3736 13.2275 16.777 14 15 14C14.9035 14 14.8075 13.9977 14.7121 13.9932C14.8994 13.3615 15 12.6925 15 12C15 11.3075 14.8994 10.6385 14.7121 10.0068ZM13.3107 9.2052C12.4994 7.66665 11.039 6.52345 9.29392 6.13988C9.10314 6.7255 9 7.35071 9 8C9 9.17142 9.3357 10.2644 9.91614 11.1881C10.8208 10.2326 11.992 9.53197 13.3107 9.2052ZM10.5278 12C11.3518 11.0794 12.4559 10.4147 13.7061 10.1399C13.8969 10.7255 14 11.3507 14 12C14 12.6493 13.8969 13.2745 13.7061 13.8601C12.4559 13.5853 11.3518 12.9206 10.5278 12ZM9.91614 12.8119C10.8208 13.7674 11.992 14.468 13.3107 14.7948C12.4994 16.3334 11.039 17.4766 9.29392 17.8601C9.10314 17.2745 9 16.6493 9 16C9 14.8286 9.3357 13.7356 9.91614 12.8119ZM9.25469 12C8.46381 13.1338 8 14.5128 8 16C8 16.6925 8.10056 17.3615 8.28787 17.9932C8.19248 17.9977 8.0965 18 8 18C4.68629 18 2 15.3137 2 12C2 8.68629 4.68629 6 8 6C8.0965 6 8.19247 6.00228 8.28786 6.00678C8.10056 6.6385 8 7.30751 8 8C8 9.48725 8.46381 10.8662 9.25469 12Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-transformer-02-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTransformer02Off",
          "declaration": {
            "name": "ObiTransformer02Off",
            "module": "src/icons/icon-transformer-02-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-transformer-02-off",
          "declaration": {
            "name": "ObiTransformer02Off",
            "module": "src/icons/icon-transformer-02-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-transformer-02-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTransformer02On",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 22C12.6955 22 10.6944 20.7008 9.68929 18.7948C11.7532 18.2834 13.4557 16.8562 14.3408 14.9694C14.5578 14.9896 14.7777 15 15 15C17.0022 15 18.808 14.1594 20.0839 12.8119C20.6643 13.7356 21 14.8286 21 16C21 19.3137 18.3137 22 15 22Z\" fill=\"currentColor\"/> <path d=\"M21 8C21 9.17142 20.6643 10.2644 20.0839 11.1881C18.808 9.84058 17.0022 9 15 9C14.7777 9 14.5578 9.01036 14.3408 9.03063C13.4557 7.14378 11.7532 5.71662 9.68929 5.2052C10.6944 3.29924 12.6955 2 15 2C18.3137 2 21 4.68629 21 8Z\" fill=\"currentColor\"/> <path d=\"M15 10C14.9035 10 14.8075 10.0023 14.7121 10.0068C14.8994 10.6385 15 11.3075 15 12C15 12.6925 14.8994 13.3615 14.7121 13.9932C14.8075 13.9977 14.9035 14 15 14C16.777 14 18.3736 13.2275 19.4722 12C18.3736 10.7725 16.777 10 15 10Z\" fill=\"currentColor\"/> <path d=\"M9.29392 6.13988C11.039 6.52345 12.4994 7.66665 13.3107 9.2052C11.992 9.53197 10.8208 10.2326 9.91614 11.1881C9.3357 10.2644 9 9.17142 9 8C9 7.35071 9.10314 6.7255 9.29392 6.13988Z\" fill=\"currentColor\"/> <path d=\"M13.7061 10.1399C12.4559 10.4147 11.3518 11.0794 10.5278 12C11.3518 12.9206 12.4559 13.5853 13.7061 13.8601C13.8969 13.2745 14 12.6493 14 12C14 11.3507 13.8969 10.7255 13.7061 10.1399Z\" fill=\"currentColor\"/> <path d=\"M13.3107 14.7948C11.992 14.468 10.8208 13.7674 9.91614 12.8119C9.3357 13.7356 9 14.8286 9 16C9 16.6493 9.10314 17.2745 9.29392 17.8601C11.039 17.4766 12.4994 16.3334 13.3107 14.7948Z\" fill=\"currentColor\"/> <path d=\"M8 16C8 14.5128 8.46381 13.1338 9.25469 12C8.46381 10.8662 8 9.48725 8 8C8 7.30751 8.10056 6.6385 8.28786 6.00678C8.19247 6.00228 8.0965 6 8 6C4.68629 6 2 8.68629 2 12C2 15.3137 4.68629 18 8 18C8.0965 18 8.19248 17.9977 8.28787 17.9932C8.10056 17.3615 8 16.6925 8 16Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 5C8.2223 5 8.44217 5.01036 8.65917 5.03063C9.77632 2.64918 12.1956 1 15 1C18.866 1 22 4.13401 22 8C22 9.48725 21.5362 10.8662 20.7453 12C21.5362 13.1338 22 14.5128 22 16C22 19.866 18.866 23 15 23C12.1956 23 9.77632 21.3508 8.65917 18.9694C8.44217 18.9896 8.2223 19 8 19C4.13401 19 1 15.866 1 12C1 8.13401 4.13401 5 8 5ZM9.68929 18.7948C10.6944 20.7008 12.6955 22 15 22C18.3137 22 21 19.3137 21 16C21 14.8286 20.6643 13.7356 20.0839 12.8119C18.808 14.1594 17.0022 15 15 15C14.7777 15 14.5578 14.9896 14.3408 14.9694C13.4557 16.8562 11.7532 18.2834 9.68929 18.7948ZM20.0839 11.1881C20.6643 10.2644 21 9.17142 21 8C21 4.68629 18.3137 2 15 2C12.6955 2 10.6944 3.29924 9.68929 5.2052C11.7532 5.71662 13.4557 7.14378 14.3408 9.03063C14.5578 9.01036 14.7777 9 15 9C17.0022 9 18.808 9.84058 20.0839 11.1881ZM14.7121 10.0068C14.8075 10.0023 14.9035 10 15 10C16.777 10 18.3736 10.7725 19.4722 12C18.3736 13.2275 16.777 14 15 14C14.9035 14 14.8075 13.9977 14.7121 13.9932C14.8994 13.3615 15 12.6925 15 12C15 11.3075 14.8994 10.6385 14.7121 10.0068ZM13.3107 9.2052C12.4994 7.66665 11.039 6.52345 9.29392 6.13988C9.10314 6.7255 9 7.35071 9 8C9 9.17142 9.3357 10.2644 9.91614 11.1881C10.8208 10.2326 11.992 9.53197 13.3107 9.2052ZM10.5278 12C11.3518 11.0794 12.4559 10.4147 13.7061 10.1399C13.8969 10.7255 14 11.3507 14 12C14 12.6493 13.8969 13.2745 13.7061 13.8601C12.4559 13.5853 11.3518 12.9206 10.5278 12ZM9.91614 12.8119C10.8208 13.7674 11.992 14.468 13.3107 14.7948C12.4994 16.3334 11.039 17.4766 9.29392 17.8601C9.10314 17.2745 9 16.6493 9 16C9 14.8286 9.3357 13.7356 9.91614 12.8119ZM9.25469 12C8.46381 13.1338 8 14.5128 8 16C8 16.6925 8.10056 17.3615 8.28787 17.9932C8.19248 17.9977 8.0965 18 8 18C4.68629 18 2 15.3137 2 12C2 8.68629 4.68629 6 8 6C8.0965 6 8.19247 6.00228 8.28786 6.00678C8.10056 6.6385 8 7.30751 8 8C8 9.48725 8.46381 10.8662 9.25469 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 22C12.6955 22 10.6944 20.7008 9.68929 18.7948C11.7532 18.2834 13.4557 16.8562 14.3408 14.9694C14.5578 14.9896 14.7777 15 15 15C17.0022 15 18.808 14.1594 20.0839 12.8119C20.6643 13.7356 21 14.8286 21 16C21 19.3137 18.3137 22 15 22Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M21 8C21 9.17142 20.6643 10.2644 20.0839 11.1881C18.808 9.84058 17.0022 9 15 9C14.7777 9 14.5578 9.01036 14.3408 9.03063C13.4557 7.14378 11.7532 5.71662 9.68929 5.2052C10.6944 3.29924 12.6955 2 15 2C18.3137 2 21 4.68629 21 8Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M15 10C14.9035 10 14.8075 10.0023 14.7121 10.0068C14.8994 10.6385 15 11.3075 15 12C15 12.6925 14.8994 13.3615 14.7121 13.9932C14.8075 13.9977 14.9035 14 15 14C16.777 14 18.3736 13.2275 19.4722 12C18.3736 10.7725 16.777 10 15 10Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M9.29392 6.13988C11.039 6.52345 12.4994 7.66665 13.3107 9.2052C11.992 9.53197 10.8208 10.2326 9.91614 11.1881C9.3357 10.2644 9 9.17142 9 8C9 7.35071 9.10314 6.7255 9.29392 6.13988Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M13.7061 10.1399C12.4559 10.4147 11.3518 11.0794 10.5278 12C11.3518 12.9206 12.4559 13.5853 13.7061 13.8601C13.8969 13.2745 14 12.6493 14 12C14 11.3507 13.8969 10.7255 13.7061 10.1399Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M13.3107 14.7948C11.992 14.468 10.8208 13.7674 9.91614 12.8119C9.3357 13.7356 9 14.8286 9 16C9 16.6493 9.10314 17.2745 9.29392 17.8601C11.039 17.4766 12.4994 16.3334 13.3107 14.7948Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M8 16C8 14.5128 8.46381 13.1338 9.25469 12C8.46381 10.8662 8 9.48725 8 8C8 7.30751 8.10056 6.6385 8.28786 6.00678C8.19247 6.00228 8.0965 6 8 6C4.68629 6 2 8.68629 2 12C2 15.3137 4.68629 18 8 18C8.0965 18 8.19248 17.9977 8.28787 17.9932C8.10056 17.3615 8 16.6925 8 16Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 5C8.2223 5 8.44217 5.01036 8.65917 5.03063C9.77632 2.64918 12.1956 1 15 1C18.866 1 22 4.13401 22 8C22 9.48725 21.5362 10.8662 20.7453 12C21.5362 13.1338 22 14.5128 22 16C22 19.866 18.866 23 15 23C12.1956 23 9.77632 21.3508 8.65917 18.9694C8.44217 18.9896 8.2223 19 8 19C4.13401 19 1 15.866 1 12C1 8.13401 4.13401 5 8 5ZM9.68929 18.7948C10.6944 20.7008 12.6955 22 15 22C18.3137 22 21 19.3137 21 16C21 14.8286 20.6643 13.7356 20.0839 12.8119C18.808 14.1594 17.0022 15 15 15C14.7777 15 14.5578 14.9896 14.3408 14.9694C13.4557 16.8562 11.7532 18.2834 9.68929 18.7948ZM20.0839 11.1881C20.6643 10.2644 21 9.17142 21 8C21 4.68629 18.3137 2 15 2C12.6955 2 10.6944 3.29924 9.68929 5.2052C11.7532 5.71662 13.4557 7.14378 14.3408 9.03063C14.5578 9.01036 14.7777 9 15 9C17.0022 9 18.808 9.84058 20.0839 11.1881ZM14.7121 10.0068C14.8075 10.0023 14.9035 10 15 10C16.777 10 18.3736 10.7725 19.4722 12C18.3736 13.2275 16.777 14 15 14C14.9035 14 14.8075 13.9977 14.7121 13.9932C14.8994 13.3615 15 12.6925 15 12C15 11.3075 14.8994 10.6385 14.7121 10.0068ZM13.3107 9.2052C12.4994 7.66665 11.039 6.52345 9.29392 6.13988C9.10314 6.7255 9 7.35071 9 8C9 9.17142 9.3357 10.2644 9.91614 11.1881C10.8208 10.2326 11.992 9.53197 13.3107 9.2052ZM10.5278 12C11.3518 11.0794 12.4559 10.4147 13.7061 10.1399C13.8969 10.7255 14 11.3507 14 12C14 12.6493 13.8969 13.2745 13.7061 13.8601C12.4559 13.5853 11.3518 12.9206 10.5278 12ZM9.91614 12.8119C10.8208 13.7674 11.992 14.468 13.3107 14.7948C12.4994 16.3334 11.039 17.4766 9.29392 17.8601C9.10314 17.2745 9 16.6493 9 16C9 14.8286 9.3357 13.7356 9.91614 12.8119ZM9.25469 12C8.46381 13.1338 8 14.5128 8 16C8 16.6925 8.10056 17.3615 8.28787 17.9932C8.19248 17.9977 8.0965 18 8 18C4.68629 18 2 15.3137 2 12C2 8.68629 4.68629 6 8 6C8.0965 6 8.19247 6.00228 8.28786 6.00678C8.10056 6.6385 8 7.30751 8 8C8 9.48725 8.46381 10.8662 9.25469 12Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-transformer-02-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTransformer02On",
          "declaration": {
            "name": "ObiTransformer02On",
            "module": "src/icons/icon-transformer-02-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-transformer-02-on",
          "declaration": {
            "name": "ObiTransformer02On",
            "module": "src/icons/icon-transformer-02-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-transformer-02.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTransformer02",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 5C8.2223 5 8.44217 5.01036 8.65917 5.03063C9.77632 2.64918 12.1956 1 15 1C18.866 1 22 4.13401 22 8C22 9.48725 21.5362 10.8662 20.7453 12C21.5362 13.1338 22 14.5128 22 16C22 19.866 18.866 23 15 23C12.1956 23 9.77632 21.3508 8.65917 18.9694C8.44217 18.9896 8.2223 19 8 19C4.13401 19 1 15.866 1 12C1 8.13401 4.13401 5 8 5ZM10.6565 18.4783C11.5179 19.9848 13.1404 21 15 21C17.7614 21 20 18.7614 20 16C20 15.0892 19.7565 14.2352 19.3309 13.4997C18.1394 14.4393 16.6352 15 15 15C14.7777 15 14.5578 14.9896 14.3408 14.9694C13.5983 16.5523 12.2804 17.8118 10.6565 18.4783ZM19.3309 10.5003C19.7565 9.76477 20 8.91083 20 8C20 5.23858 17.7614 3 15 3C13.1404 3 11.5179 4.01522 10.6565 5.52165C12.2804 6.18825 13.5983 7.44767 14.3408 9.03063C14.5578 9.01036 14.7777 9 15 9C16.6352 9 18.1394 9.56068 19.3309 10.5003ZM14.9292 11.0005C14.9527 11.0002 14.9764 11 15 11C16.1258 11 17.1647 11.3721 18.0005 12C17.1647 12.6279 16.1258 13 15 13C14.9764 13 14.9527 12.9998 14.9292 12.9995C14.9759 12.6731 15 12.3394 15 12C15 11.6606 14.9759 11.3269 14.9292 11.0005ZM12.3435 9.52165C11.8173 8.60135 11.007 7.86438 10.0321 7.43021C10.0109 7.61721 10 7.80733 10 8C10 8.91083 10.2435 9.76477 10.6691 10.5003C11.1754 10.101 11.7382 9.77013 12.3435 9.52165ZM11.9995 12C12.2981 11.7756 12.6227 11.5839 12.9679 11.4302C12.9891 11.6172 13 11.8073 13 12C13 12.1927 12.9891 12.3828 12.9679 12.5698C12.6227 12.4161 12.2981 12.2244 11.9995 12ZM10.6691 13.4997C11.1754 13.899 11.7382 14.2299 12.3435 14.4783C11.8173 15.3987 11.007 16.1356 10.0321 16.5698C10.0109 16.3828 10 16.1927 10 16C10 15.0892 10.2435 14.2352 10.6691 13.4997ZM9.25469 12C8.46381 13.1338 8 14.5128 8 16C8 16.3393 8.02415 16.6731 8.07082 16.9995C8.04725 16.9998 8.02365 17 8 17C5.23858 17 3 14.7614 3 12C3 9.23858 5.23858 7 8 7C8.02365 7 8.04725 7.00017 8.07082 7.00049C8.02415 7.32694 8 7.66065 8 8C8 9.48725 8.46381 10.8662 9.25469 12Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 5C8.2223 5 8.44217 5.01036 8.65917 5.03063C9.77632 2.64918 12.1956 1 15 1C18.866 1 22 4.13401 22 8C22 9.48725 21.5362 10.8662 20.7453 12C21.5362 13.1338 22 14.5128 22 16C22 19.866 18.866 23 15 23C12.1956 23 9.77632 21.3508 8.65917 18.9694C8.44217 18.9896 8.2223 19 8 19C4.13401 19 1 15.866 1 12C1 8.13401 4.13401 5 8 5ZM10.6565 18.4783C11.5179 19.9848 13.1404 21 15 21C17.7614 21 20 18.7614 20 16C20 15.0892 19.7565 14.2352 19.3309 13.4997C18.1394 14.4393 16.6352 15 15 15C14.7777 15 14.5578 14.9896 14.3408 14.9694C13.5983 16.5523 12.2804 17.8118 10.6565 18.4783ZM19.3309 10.5003C19.7565 9.76477 20 8.91083 20 8C20 5.23858 17.7614 3 15 3C13.1404 3 11.5179 4.01522 10.6565 5.52165C12.2804 6.18825 13.5983 7.44767 14.3408 9.03063C14.5578 9.01036 14.7777 9 15 9C16.6352 9 18.1394 9.56068 19.3309 10.5003ZM14.9292 11.0005C14.9527 11.0002 14.9764 11 15 11C16.1258 11 17.1647 11.3721 18.0005 12C17.1647 12.6279 16.1258 13 15 13C14.9764 13 14.9527 12.9998 14.9292 12.9995C14.9759 12.6731 15 12.3394 15 12C15 11.6606 14.9759 11.3269 14.9292 11.0005ZM12.3435 9.52165C11.8173 8.60135 11.007 7.86438 10.0321 7.43021C10.0109 7.61721 10 7.80733 10 8C10 8.91083 10.2435 9.76477 10.6691 10.5003C11.1754 10.101 11.7382 9.77013 12.3435 9.52165ZM11.9995 12C12.2981 11.7756 12.6227 11.5839 12.9679 11.4302C12.9891 11.6172 13 11.8073 13 12C13 12.1927 12.9891 12.3828 12.9679 12.5698C12.6227 12.4161 12.2981 12.2244 11.9995 12ZM10.6691 13.4997C11.1754 13.899 11.7382 14.2299 12.3435 14.4783C11.8173 15.3987 11.007 16.1356 10.0321 16.5698C10.0109 16.3828 10 16.1927 10 16C10 15.0892 10.2435 14.2352 10.6691 13.4997ZM9.25469 12C8.46381 13.1338 8 14.5128 8 16C8 16.3393 8.02415 16.6731 8.07082 16.9995C8.04725 16.9998 8.02365 17 8 17C5.23858 17 3 14.7614 3 12C3 9.23858 5.23858 7 8 7C8.02365 7 8.04725 7.00017 8.07082 7.00049C8.02415 7.32694 8 7.66065 8 8C8 9.48725 8.46381 10.8662 9.25469 12Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-transformer-02",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTransformer02",
          "declaration": {
            "name": "ObiTransformer02",
            "module": "src/icons/icon-transformer-02.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-transformer-02",
          "declaration": {
            "name": "ObiTransformer02",
            "module": "src/icons/icon-transformer-02.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-trend-down.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTrendDown",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M22.6076 16.3224L21.5077 10.6015L19.9847 11.9612L13.4998 4.66762L9.49985 8.66762L3.49985 2.65762L1.99985 4.15762L9.49985 11.6676L13.4998 7.66762L18.4993 13.2875L17.0473 14.5839L22.6076 16.3224Z\" fill=\"currentColor\"/> <path d=\"M1.99985 18.9999H21.9998V20.9999H1.99985V18.9999Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M22.6076 16.3224L21.5077 10.6015L19.9847 11.9612L13.4998 4.66762L9.49985 8.66762L3.49985 2.65762L1.99985 4.15762L9.49985 11.6676L13.4998 7.66762L18.4993 13.2875L17.0473 14.5839L22.6076 16.3224Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M1.99985 18.9999H21.9998V20.9999H1.99985V18.9999Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-trend-down",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTrendDown",
          "declaration": {
            "name": "ObiTrendDown",
            "module": "src/icons/icon-trend-down.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-trend-down",
          "declaration": {
            "name": "ObiTrendDown",
            "module": "src/icons/icon-trend-down.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-trend-up.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTrendUp",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M22.6077 2.31523L21.5078 8.03613L19.9849 6.67639L13.5 13.97L9.5 9.96999L3.5 15.98L2 14.48L9.5 6.96999L13.5 10.97L18.4994 5.35007L17.0475 4.05375L22.6077 2.31523Z\" fill=\"currentColor\"/> <path d=\"M2 19H22V21H2V19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M22.6077 2.31523L21.5078 8.03613L19.9849 6.67639L13.5 13.97L9.5 9.96999L3.5 15.98L2 14.48L9.5 6.96999L13.5 10.97L18.4994 5.35007L17.0475 4.05375L22.6077 2.31523Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 19H22V21H2V19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-trend-up",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTrendUp",
          "declaration": {
            "name": "ObiTrendUp",
            "module": "src/icons/icon-trend-up.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-trend-up",
          "declaration": {
            "name": "ObiTrendUp",
            "module": "src/icons/icon-trend-up.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-trend.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTrend",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.5 9.97L3.5 15.98L2 14.48L9.5 6.97L13.5 10.97L20.59 3L22 4.41L13.5 13.97L9.5 9.97Z\" fill=\"currentColor\"/> <path d=\"M22 19H2V21H22V19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.5 9.97L3.5 15.98L2 14.48L9.5 6.97L13.5 10.97L20.59 3L22 4.41L13.5 13.97L9.5 9.97Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 19H2V21H22V19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-trend",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTrend",
          "declaration": {
            "name": "ObiTrend",
            "module": "src/icons/icon-trend.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-trend",
          "declaration": {
            "name": "ObiTrend",
            "module": "src/icons/icon-trend.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-trial-settings-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTrialSettingsProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.18768 19.8625C3.54602 20.6208 4.15018 21 5.00018 21H11.6736C11.3783 20.3783 11.1719 19.7061 11.0709 19H5.00018L11.0002 11.7V5H13.0002V11.7L13.6623 12.5056C14.1882 12.0898 14.7753 11.748 15.4077 11.4957L15.0002 11V5H16.0002C16.2835 5 16.521 4.90417 16.7127 4.7125C16.9044 4.52083 17.0002 4.28333 17.0002 4C17.0002 3.71667 16.9044 3.47917 16.7127 3.2875C16.521 3.09583 16.2835 3 16.0002 3H8.00018C7.71685 3 7.47935 3.09583 7.28768 3.2875C7.09602 3.47917 7.00018 3.71667 7.00018 4C7.00018 4.28333 7.09602 4.52083 7.28768 4.7125C7.47935 4.90417 7.71685 5 8.00018 5H9.00018V11L3.45018 17.75C2.91685 18.4 2.82935 19.1042 3.18768 19.8625Z\" fill=\"currentColor\"/> <path d=\"M16.9999 23L16.6999 21.5C16.4999 21.4167 16.3124 21.3292 16.1374 21.2375C15.9624 21.1458 15.7832 21.0333 15.5999 20.9L14.1499 21.35L13.1499 19.65L14.2999 18.65C14.2666 18.4167 14.2499 18.2 14.2499 18C14.2499 17.8 14.2666 17.5833 14.2999 17.35L13.1499 16.35L14.1499 14.65L15.5999 15.1C15.7832 14.9667 15.9624 14.8542 16.1374 14.7625C16.3124 14.6708 16.4999 14.5833 16.6999 14.5L16.9999 13H18.9999L19.2999 14.5C19.4999 14.5833 19.6874 14.675 19.8624 14.775C20.0374 14.875 20.2166 15 20.3999 15.15L21.8499 14.65L22.8499 16.4L21.6999 17.4C21.7332 17.6 21.7499 17.8083 21.7499 18.025C21.7499 18.2417 21.7332 18.45 21.6999 18.65L22.8499 19.65L21.8499 21.35L20.3999 20.9C20.2166 21.0333 20.0374 21.1458 19.8624 21.2375C19.6874 21.3292 19.4999 21.4167 19.2999 21.5L18.9999 23H16.9999ZM17.9999 20C18.5499 20 19.0207 19.8042 19.4124 19.4125C19.8041 19.0208 19.9999 18.55 19.9999 18C19.9999 17.45 19.8041 16.9792 19.4124 16.5875C19.0207 16.1958 18.5499 16 17.9999 16C17.4499 16 16.9791 16.1958 16.5874 16.5875C16.1957 16.9792 15.9999 17.45 15.9999 18C15.9999 18.55 16.1957 19.0208 16.5874 19.4125C16.9791 19.8042 17.4499 20 17.9999 20Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.18768 19.8625C3.54602 20.6208 4.15018 21 5.00018 21H11.6736C11.3783 20.3783 11.1719 19.7061 11.0709 19H5.00018L11.0002 11.7V5H13.0002V11.7L13.6623 12.5056C14.1882 12.0898 14.7753 11.748 15.4077 11.4957L15.0002 11V5H16.0002C16.2835 5 16.521 4.90417 16.7127 4.7125C16.9044 4.52083 17.0002 4.28333 17.0002 4C17.0002 3.71667 16.9044 3.47917 16.7127 3.2875C16.521 3.09583 16.2835 3 16.0002 3H8.00018C7.71685 3 7.47935 3.09583 7.28768 3.2875C7.09602 3.47917 7.00018 3.71667 7.00018 4C7.00018 4.28333 7.09602 4.52083 7.28768 4.7125C7.47935 4.90417 7.71685 5 8.00018 5H9.00018V11L3.45018 17.75C2.91685 18.4 2.82935 19.1042 3.18768 19.8625Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.9999 23L16.6999 21.5C16.4999 21.4167 16.3124 21.3292 16.1374 21.2375C15.9624 21.1458 15.7832 21.0333 15.5999 20.9L14.1499 21.35L13.1499 19.65L14.2999 18.65C14.2666 18.4167 14.2499 18.2 14.2499 18C14.2499 17.8 14.2666 17.5833 14.2999 17.35L13.1499 16.35L14.1499 14.65L15.5999 15.1C15.7832 14.9667 15.9624 14.8542 16.1374 14.7625C16.3124 14.6708 16.4999 14.5833 16.6999 14.5L16.9999 13H18.9999L19.2999 14.5C19.4999 14.5833 19.6874 14.675 19.8624 14.775C20.0374 14.875 20.2166 15 20.3999 15.15L21.8499 14.65L22.8499 16.4L21.6999 17.4C21.7332 17.6 21.7499 17.8083 21.7499 18.025C21.7499 18.2417 21.7332 18.45 21.6999 18.65L22.8499 19.65L21.8499 21.35L20.3999 20.9C20.2166 21.0333 20.0374 21.1458 19.8624 21.2375C19.6874 21.3292 19.4999 21.4167 19.2999 21.5L18.9999 23H16.9999ZM17.9999 20C18.5499 20 19.0207 19.8042 19.4124 19.4125C19.8041 19.0208 19.9999 18.55 19.9999 18C19.9999 17.45 19.8041 16.9792 19.4124 16.5875C19.0207 16.1958 18.5499 16 17.9999 16C17.4499 16 16.9791 16.1958 16.5874 16.5875C16.1957 16.9792 15.9999 17.45 15.9999 18C15.9999 18.55 16.1957 19.0208 16.5874 19.4125C16.9791 19.8042 17.4499 20 17.9999 20Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-trial-settings-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTrialSettingsProposal",
          "declaration": {
            "name": "ObiTrialSettingsProposal",
            "module": "src/icons/icon-trial-settings-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-trial-settings-proposal",
          "declaration": {
            "name": "ObiTrialSettingsProposal",
            "module": "src/icons/icon-trial-settings-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-trophy.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTrophy",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 17C8.57914 17 6.56012 15.2795 6.09893 12.9946C5.66427 12.984 5.29777 12.9529 4.96473 12.8637C3.58436 12.4938 2.50617 11.4156 2.1363 10.0353C1.99921 9.52363 1.99952 8.93296 1.99996 8.13758L2 5H6V2H18V5H22L22 8.13758C22.0005 8.93296 22.0008 9.52363 21.8637 10.0353C21.4938 11.4156 20.4156 12.4938 19.0353 12.8637C18.7022 12.9529 18.3357 12.984 17.9011 12.9946C17.4399 15.2795 15.4209 17 13 17V20H15.4C15.9601 20 16.2401 20 16.454 20.109C16.6422 20.2049 16.7951 20.3578 16.891 20.546C17 20.7599 17 21.0399 17 21.6V22H7V21.6C7 21.0399 7 20.7599 7.10899 20.546C7.20487 20.3578 7.35785 20.2049 7.54601 20.109C7.75992 20 8.03995 20 8.6 20H11V17ZM11 15H13C14.6569 15 16 13.6569 16 12V4H8V12C8 13.6569 9.34315 15 11 15ZM18 10.9901C18.2576 10.981 18.3988 10.9637 18.5176 10.9319C19.2078 10.7469 19.7469 10.2078 19.9318 9.51764C19.9914 9.29536 20 8.99435 20 8V7H18V10.9901ZM6 10.9901V7H4.00001V8C4.00001 8.99435 4.00859 9.29536 4.06815 9.51764C4.25309 10.2078 4.79218 10.7469 5.48237 10.9319C5.60116 10.9637 5.74243 10.981 6 10.9901Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 17C8.57914 17 6.56012 15.2795 6.09893 12.9946C5.66427 12.984 5.29777 12.9529 4.96473 12.8637C3.58436 12.4938 2.50617 11.4156 2.1363 10.0353C1.99921 9.52363 1.99952 8.93296 1.99996 8.13758L2 5H6V2H18V5H22L22 8.13758C22.0005 8.93296 22.0008 9.52363 21.8637 10.0353C21.4938 11.4156 20.4156 12.4938 19.0353 12.8637C18.7022 12.9529 18.3357 12.984 17.9011 12.9946C17.4399 15.2795 15.4209 17 13 17V20H15.4C15.9601 20 16.2401 20 16.454 20.109C16.6422 20.2049 16.7951 20.3578 16.891 20.546C17 20.7599 17 21.0399 17 21.6V22H7V21.6C7 21.0399 7 20.7599 7.10899 20.546C7.20487 20.3578 7.35785 20.2049 7.54601 20.109C7.75992 20 8.03995 20 8.6 20H11V17ZM11 15H13C14.6569 15 16 13.6569 16 12V4H8V12C8 13.6569 9.34315 15 11 15ZM18 10.9901C18.2576 10.981 18.3988 10.9637 18.5176 10.9319C19.2078 10.7469 19.7469 10.2078 19.9318 9.51764C19.9914 9.29536 20 8.99435 20 8V7H18V10.9901ZM6 10.9901V7H4.00001V8C4.00001 8.99435 4.00859 9.29536 4.06815 9.51764C4.25309 10.2078 4.79218 10.7469 5.48237 10.9319C5.60116 10.9637 5.74243 10.981 6 10.9901Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-trophy",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTrophy",
          "declaration": {
            "name": "ObiTrophy",
            "module": "src/icons/icon-trophy.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-trophy",
          "declaration": {
            "name": "ObiTrophy",
            "module": "src/icons/icon-trophy.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-true-relative-vector-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTrueRelativeVectorIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21.7033 6.99996H18.4313V1.28796H21.7033V2.23996H19.5833V3.55196H21.5593V4.50396H19.5833V6.03996H21.7033V6.99996Z\" fill=\"currentColor\"/> <path d=\"M17.0158 4.98396C17.0158 5.37863 16.9305 5.73596 16.7598 6.05596C16.5891 6.37063 16.3305 6.6213 15.9838 6.80796C15.6371 6.9893 15.1998 7.07996 14.6718 7.07996C13.9198 7.07996 13.3465 6.88796 12.9518 6.50396C12.5625 6.11463 12.3678 5.60263 12.3678 4.96796V1.28796H13.5198V4.80796C13.5198 5.2773 13.6185 5.6133 13.8158 5.81596C14.0131 6.0133 14.3091 6.11196 14.7038 6.11196C14.9758 6.11196 15.1971 6.06396 15.3678 5.96796C15.5385 5.87196 15.6638 5.72796 15.7438 5.53596C15.8292 5.33863 15.8718 5.0933 15.8718 4.79996V1.28796H17.0158V4.98396Z\" fill=\"currentColor\"/> <path d=\"M8.81382 1.28796C9.32582 1.28796 9.74715 1.35196 10.0778 1.47996C10.4085 1.60263 10.6565 1.7893 10.8218 2.03996C10.9872 2.29063 11.0698 2.60796 11.0698 2.99196C11.0698 3.25863 11.0192 3.49063 10.9178 3.68796C10.8165 3.87996 10.6832 4.04263 10.5178 4.17596C10.3578 4.3093 10.1845 4.41863 9.99782 4.50396L11.6618 6.99996H10.3738L9.01382 4.79196H8.30982V6.99996H7.15782V1.28796H8.81382ZM8.72582 2.23996H8.30982V3.84796H8.74982C9.02182 3.84796 9.24315 3.81863 9.41382 3.75996C9.58448 3.69596 9.70715 3.60263 9.78182 3.47996C9.86182 3.35196 9.90182 3.19996 9.90182 3.02396C9.90182 2.83196 9.85915 2.67996 9.77382 2.56796C9.68848 2.45596 9.55782 2.3733 9.38182 2.31996C9.21115 2.26663 8.99248 2.23996 8.72582 2.23996Z\" fill=\"currentColor\"/> <path d=\"M4.70044 6.99996H3.54844V2.25596H1.97244V1.28796H6.27644V2.25596H4.70044V6.99996Z\" fill=\"currentColor\"/> <path d=\"M15.3531 23V17.288H16.5051V22.04H18.8411V23H15.3531Z\" fill=\"currentColor\"/> <path d=\"M14.1486 23H10.8766V17.288H14.1486V18.24H12.0286V19.552H14.0046V20.504H12.0286V22.04H14.1486V23Z\" fill=\"currentColor\"/> <path d=\"M7.28257 17.288C7.79457 17.288 8.2159 17.352 8.54657 17.48C8.87723 17.6026 9.12523 17.7893 9.29057 18.04C9.4559 18.2906 9.53857 18.608 9.53857 18.992C9.53857 19.2586 9.4879 19.4906 9.38657 19.688C9.28523 19.88 9.1519 20.0426 8.98657 20.176C8.82657 20.3093 8.65323 20.4186 8.46657 20.504L10.1306 23H8.84257L7.48257 20.792H6.77857V23H5.62657V17.288H7.28257ZM7.19457 18.24H6.77857V19.848H7.21857C7.49057 19.848 7.7119 19.8186 7.88257 19.76C8.05323 19.696 8.1759 19.6026 8.25057 19.48C8.33057 19.352 8.37057 19.2 8.37057 19.024C8.37057 18.832 8.3279 18.68 8.24257 18.568C8.15723 18.456 8.02657 18.3733 7.85057 18.32C7.6799 18.2666 7.46123 18.24 7.19457 18.24Z\" fill=\"currentColor\"/> <path d=\"M19.5378 14.086L18.9555 11.9127L1.56889 16.5714L1.18066 15.1225L18.5673 10.4638L17.9849 8.2904L22.6251 10.1529L19.5378 14.086Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21.7033 6.99996H18.4313V1.28796H21.7033V2.23996H19.5833V3.55196H21.5593V4.50396H19.5833V6.03996H21.7033V6.99996Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.0158 4.98396C17.0158 5.37863 16.9305 5.73596 16.7598 6.05596C16.5891 6.37063 16.3305 6.6213 15.9838 6.80796C15.6371 6.9893 15.1998 7.07996 14.6718 7.07996C13.9198 7.07996 13.3465 6.88796 12.9518 6.50396C12.5625 6.11463 12.3678 5.60263 12.3678 4.96796V1.28796H13.5198V4.80796C13.5198 5.2773 13.6185 5.6133 13.8158 5.81596C14.0131 6.0133 14.3091 6.11196 14.7038 6.11196C14.9758 6.11196 15.1971 6.06396 15.3678 5.96796C15.5385 5.87196 15.6638 5.72796 15.7438 5.53596C15.8292 5.33863 15.8718 5.0933 15.8718 4.79996V1.28796H17.0158V4.98396Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8.81382 1.28796C9.32582 1.28796 9.74715 1.35196 10.0778 1.47996C10.4085 1.60263 10.6565 1.7893 10.8218 2.03996C10.9872 2.29063 11.0698 2.60796 11.0698 2.99196C11.0698 3.25863 11.0192 3.49063 10.9178 3.68796C10.8165 3.87996 10.6832 4.04263 10.5178 4.17596C10.3578 4.3093 10.1845 4.41863 9.99782 4.50396L11.6618 6.99996H10.3738L9.01382 4.79196H8.30982V6.99996H7.15782V1.28796H8.81382ZM8.72582 2.23996H8.30982V3.84796H8.74982C9.02182 3.84796 9.24315 3.81863 9.41382 3.75996C9.58448 3.69596 9.70715 3.60263 9.78182 3.47996C9.86182 3.35196 9.90182 3.19996 9.90182 3.02396C9.90182 2.83196 9.85915 2.67996 9.77382 2.56796C9.68848 2.45596 9.55782 2.3733 9.38182 2.31996C9.21115 2.26663 8.99248 2.23996 8.72582 2.23996Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.70044 6.99996H3.54844V2.25596H1.97244V1.28796H6.27644V2.25596H4.70044V6.99996Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M15.3531 23V17.288H16.5051V22.04H18.8411V23H15.3531Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14.1486 23H10.8766V17.288H14.1486V18.24H12.0286V19.552H14.0046V20.504H12.0286V22.04H14.1486V23Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.28257 17.288C7.79457 17.288 8.2159 17.352 8.54657 17.48C8.87723 17.6026 9.12523 17.7893 9.29057 18.04C9.4559 18.2906 9.53857 18.608 9.53857 18.992C9.53857 19.2586 9.4879 19.4906 9.38657 19.688C9.28523 19.88 9.1519 20.0426 8.98657 20.176C8.82657 20.3093 8.65323 20.4186 8.46657 20.504L10.1306 23H8.84257L7.48257 20.792H6.77857V23H5.62657V17.288H7.28257ZM7.19457 18.24H6.77857V19.848H7.21857C7.49057 19.848 7.7119 19.8186 7.88257 19.76C8.05323 19.696 8.1759 19.6026 8.25057 19.48C8.33057 19.352 8.37057 19.2 8.37057 19.024C8.37057 18.832 8.3279 18.68 8.24257 18.568C8.15723 18.456 8.02657 18.3733 7.85057 18.32C7.6799 18.2666 7.46123 18.24 7.19457 18.24Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M19.5378 14.086L18.9555 11.9127L1.56889 16.5714L1.18066 15.1225L18.5673 10.4638L17.9849 8.2904L22.6251 10.1529L19.5378 14.086Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-true-relative-vector-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTrueRelativeVectorIec",
          "declaration": {
            "name": "ObiTrueRelativeVectorIec",
            "module": "src/icons/icon-true-relative-vector-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-true-relative-vector-iec",
          "declaration": {
            "name": "ObiTrueRelativeVectorIec",
            "module": "src/icons/icon-true-relative-vector-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-true-relative-vector-proposal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTrueRelativeVectorProposal",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.5 19.5001C8.5 19.9366 8.43009 20.3568 8.30084 20.75L21 20.75V19.25H20.9834C20.8962 17.2736 20.4645 15.3256 19.706 13.4944C19.1402 12.1286 18.4 10.8454 17.5061 9.67594L16.4351 10.7469C17.1962 11.7699 17.83 12.8851 18.3201 14.0684C19.0033 15.7176 19.3957 17.4707 19.4818 19.25H15.9767C15.8941 17.9307 15.5939 16.6323 15.0867 15.4078C14.7733 14.6511 14.384 13.9303 13.9259 13.2561L12.8433 14.3387C13.1762 14.8588 13.4635 15.4086 13.7009 15.9818C14.1327 17.0242 14.393 18.1278 14.4734 19.25L8.49231 19.25C8.49741 19.3327 8.5 19.4161 8.5 19.5001Z\" fill=\"currentColor\"/> <path d=\"M10.5056 4.29405C11.8714 4.85979 13.1546 5.60001 14.3241 6.49395L13.2531 7.56495C12.2302 6.80378 11.1149 6.17001 9.93159 5.67987C8.05105 4.90092 6.03549 4.5 4 4.5V3C6.23247 3 8.44308 3.43972 10.5056 4.29405Z\" fill=\"currentColor\"/> <path d=\"M18.1876 6.87372L19.7785 8.46462L20.4856 3.51488L15.5358 4.22198L17.1269 5.81306L5.65682 17.2832C5.31103 17.1024 4.91769 17.0002 4.50049 17.0002C3.11975 17.0002 2.00049 18.1195 2.00049 19.5002C2.00049 20.881 3.11975 22.0002 4.50049 22.0002C5.88122 22.0002 7.00049 20.881 7.00049 19.5002C7.00049 19.083 6.89827 18.6896 6.71751 18.3438L18.1876 6.87372Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.5 19.5001C8.5 19.9366 8.43009 20.3568 8.30084 20.75L21 20.75V19.25H20.9834C20.8962 17.2736 20.4645 15.3256 19.706 13.4944C19.1402 12.1286 18.4 10.8454 17.5061 9.67594L16.4351 10.7469C17.1962 11.7699 17.83 12.8851 18.3201 14.0684C19.0033 15.7176 19.3957 17.4707 19.4818 19.25H15.9767C15.8941 17.9307 15.5939 16.6323 15.0867 15.4078C14.7733 14.6511 14.384 13.9303 13.9259 13.2561L12.8433 14.3387C13.1762 14.8588 13.4635 15.4086 13.7009 15.9818C14.1327 17.0242 14.393 18.1278 14.4734 19.25L8.49231 19.25C8.49741 19.3327 8.5 19.4161 8.5 19.5001Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.5056 4.29405C11.8714 4.85979 13.1546 5.60001 14.3241 6.49395L13.2531 7.56495C12.2302 6.80378 11.1149 6.17001 9.93159 5.67987C8.05105 4.90092 6.03549 4.5 4 4.5V3C6.23247 3 8.44308 3.43972 10.5056 4.29405Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18.1876 6.87372L19.7785 8.46462L20.4856 3.51488L15.5358 4.22198L17.1269 5.81306L5.65682 17.2832C5.31103 17.1024 4.91769 17.0002 4.50049 17.0002C3.11975 17.0002 2.00049 18.1195 2.00049 19.5002C2.00049 20.881 3.11975 22.0002 4.50049 22.0002C5.88122 22.0002 7.00049 20.881 7.00049 19.5002C7.00049 19.083 6.89827 18.6896 6.71751 18.3438L18.1876 6.87372Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-true-relative-vector-proposal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTrueRelativeVectorProposal",
          "declaration": {
            "name": "ObiTrueRelativeVectorProposal",
            "module": "src/icons/icon-true-relative-vector-proposal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-true-relative-vector-proposal",
          "declaration": {
            "name": "ObiTrueRelativeVectorProposal",
            "module": "src/icons/icon-true-relative-vector-proposal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-turn.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTurn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17.1502 9.81858C15.3805 9.18451 13.1107 8.88808 10.8261 9.03847C8.5267 9.18983 6.56869 9.76946 5.31048 10.536C4.01415 11.3258 3.98682 11.9327 4.00444 12.0671C4.03815 12.3242 4.39525 13.0809 6.01228 13.8381C7.14125 14.3668 8.60154 14.7474 10.2183 14.9109L8.24744 12.6586L9.75259 11.3416L13.8288 16.0001L9.75259 20.6586L8.24744 19.3416L10.3558 16.932C8.42207 16.7708 6.61257 16.3277 5.16407 15.6493C3.30716 14.7797 2.18712 13.5912 2.02141 12.327C1.85622 11.0669 2.65083 9.81447 4.26989 8.82805C5.88056 7.84675 8.17747 7.20849 10.6947 7.04279C13.212 6.87709 15.761 7.19635 17.8248 7.93578C19.8898 8.67568 21.3128 9.78026 21.8079 11.0246C22.0312 11.586 22.076 12.2276 21.8409 12.8884C21.6128 13.5294 21.1493 14.1119 20.492 14.6404C19.515 15.4259 18.1291 16.0547 16.5 16.4652V14.3928C17.6866 14.0443 18.6208 13.5786 19.2388 13.0817C19.7056 12.7064 19.8889 12.4081 19.9566 12.2179C20.0173 12.0474 20.0067 11.9076 19.9495 11.7639C19.7691 11.3104 19.0064 10.4837 17.1502 9.81858Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17.1502 9.81858C15.3805 9.18451 13.1107 8.88808 10.8261 9.03847C8.5267 9.18983 6.56869 9.76946 5.31048 10.536C4.01415 11.3258 3.98682 11.9327 4.00444 12.0671C4.03815 12.3242 4.39525 13.0809 6.01228 13.8381C7.14125 14.3668 8.60154 14.7474 10.2183 14.9109L8.24744 12.6586L9.75259 11.3416L13.8288 16.0001L9.75259 20.6586L8.24744 19.3416L10.3558 16.932C8.42207 16.7708 6.61257 16.3277 5.16407 15.6493C3.30716 14.7797 2.18712 13.5912 2.02141 12.327C1.85622 11.0669 2.65083 9.81447 4.26989 8.82805C5.88056 7.84675 8.17747 7.20849 10.6947 7.04279C13.212 6.87709 15.761 7.19635 17.8248 7.93578C19.8898 8.67568 21.3128 9.78026 21.8079 11.0246C22.0312 11.586 22.076 12.2276 21.8409 12.8884C21.6128 13.5294 21.1493 14.1119 20.492 14.6404C19.515 15.4259 18.1291 16.0547 16.5 16.4652V14.3928C17.6866 14.0443 18.6208 13.5786 19.2388 13.0817C19.7056 12.7064 19.8889 12.4081 19.9566 12.2179C20.0173 12.0474 20.0067 11.9076 19.9495 11.7639C19.7691 11.3104 19.0064 10.4837 17.1502 9.81858Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-turn",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTurn",
          "declaration": {
            "name": "ObiTurn",
            "module": "src/icons/icon-turn.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-turn",
          "declaration": {
            "name": "ObiTurn",
            "module": "src/icons/icon-turn.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-acuator-general-10.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAcuatorGeneral10",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10L3.5547 5.03646C2.89014 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03646L13 10V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM9 14.1315L3 18.1315L3 5.86852L9 9.86852V14.1315ZM10 13.4648L10.6972 13H13.3028L14 13.4648V10.5352L13.3028 11H10.6972L10 10.5352V13.4648ZM15 9.86852V14.1315L21 18.1315L21 5.86852L15 9.86852Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 14.1311L3 18.1311L3 5.86816L9 9.86817V14.1311ZM15 9.86816V14.1311L21 18.1311L21 5.86816M21 5.86816L15 9.86816L21 5.86816Z\" fill=\"currentColor\"/> <path d=\"M7.10117 4.41917C7.08829 4.46048 7.08101 4.48526 7.078 4.49551L16.9221 4.49551C16.9191 4.48526 16.9118 4.46048 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21678C16.7781 4.05448 16.721 3.90084 16.6795 3.80986C16.4337 3.27038 16.0705 2.77366 15.6054 2.35085C15.1401 1.92789 14.5827 1.58791 13.9629 1.35451C13.343 1.12109 12.6758 1 12 1C11.3243 1 10.6571 1.12109 10.0372 1.35451C9.41737 1.58792 8.85998 1.92789 8.39472 2.35085C7.92964 2.77366 7.56637 3.27039 7.32057 3.80987C7.27912 3.90084 7.22197 4.05448 7.16705 4.21679C7.14115 4.29334 7.11835 4.36406 7.10117 4.41917Z\" fill=\"currentColor\"/> <path d=\"M10.6972 13L10 13.4648V10.5352L10.6972 11H13.3028L14 10.5352V13.4648L13.3028 13H10.6972Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10L3.5547 5.03646C2.89014 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03646L13 10V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM9 14.1315L3 18.1315L3 5.86852L9 9.86852V14.1315ZM10 13.4648L10.6972 13H13.3028L14 13.4648V10.5352L13.3028 11H10.6972L10 10.5352V13.4648ZM15 9.86852V14.1315L21 18.1315L21 5.86852L15 9.86852Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 14.1311L3 18.1311L3 5.86816L9 9.86817V14.1311ZM15 9.86816V14.1311L21 18.1311L21 5.86816M21 5.86816L15 9.86816L21 5.86816Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M7.10117 4.41917C7.08829 4.46048 7.08101 4.48526 7.078 4.49551L16.9221 4.49551C16.9191 4.48526 16.9118 4.46048 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21678C16.7781 4.05448 16.721 3.90084 16.6795 3.80986C16.4337 3.27038 16.0705 2.77366 15.6054 2.35085C15.1401 1.92789 14.5827 1.58791 13.9629 1.35451C13.343 1.12109 12.6758 1 12 1C11.3243 1 10.6571 1.12109 10.0372 1.35451C9.41737 1.58792 8.85998 1.92789 8.39472 2.35085C7.92964 2.77366 7.56637 3.27039 7.32057 3.80987C7.27912 3.90084 7.22197 4.05448 7.16705 4.21679C7.14115 4.29334 7.11835 4.36406 7.10117 4.41917Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M10.6972 13L10 13.4648V10.5352L10.6972 11H13.3028L14 10.5352V13.4648L13.3028 13H10.6972Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-acuator-general-10",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAcuatorGeneral10",
          "declaration": {
            "name": "ObiTwowayAcuatorGeneral10",
            "module": "src/icons/icon-twoway-acuator-general-10.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-acuator-general-10",
          "declaration": {
            "name": "ObiTwowayAcuatorGeneral10",
            "module": "src/icons/icon-twoway-acuator-general-10.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-acuator-general-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAcuatorGeneral25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10L3.5547 5.03646C2.89014 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03646L13 10V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM7 15.4648L3 18.1315L3 5.86852L7 8.53518V15.4648ZM8 14.7981L10.6972 13H13.3028L16 14.7981V9.20185L13.3028 11H10.6972L8 9.20185V14.7981ZM17 8.53518V15.4648L21 18.1315L21 5.86851L17 8.53518Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 15.4645L3 18.1311L3 5.86816L7 8.53483V15.4645ZM17 8.53483V15.4645L21 18.1311L21 5.86816M21 5.86816L17 8.53483L21 5.86816Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.99996 14.7981L10.6972 13H13.3027L16 14.7981V9.20185L13.3027 11H10.6972L7.99996 9.20185V14.7981Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9234 4.5L7.07703 4.5L16.9234 4.5ZM7.07795 4.49551C7.08095 4.48526 7.08824 4.46048 7.10111 4.41917C7.11829 4.36406 7.1411 4.29334 7.167 4.21679C7.22191 4.05448 7.27906 3.90084 7.32051 3.80987C7.56632 3.27039 7.92958 2.77366 8.39467 2.35085C8.85993 1.92789 9.41732 1.58792 10.0372 1.35451C10.657 1.12109 11.3243 1 12 1C12.6757 1 13.3429 1.12109 13.9628 1.35451C14.5827 1.58791 15.1401 1.92789 15.6053 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.7209 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9117 4.46048 16.919 4.48526 16.922 4.49551\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10L3.5547 5.03646C2.89014 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03646L13 10V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM7 15.4648L3 18.1315L3 5.86852L7 8.53518V15.4648ZM8 14.7981L10.6972 13H13.3028L16 14.7981V9.20185L13.3028 11H10.6972L8 9.20185V14.7981ZM17 8.53518V15.4648L21 18.1315L21 5.86851L17 8.53518Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 15.4645L3 18.1311L3 5.86816L7 8.53483V15.4645ZM17 8.53483V15.4645L21 18.1311L21 5.86816M21 5.86816L17 8.53483L21 5.86816Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.99996 14.7981L10.6972 13H13.3027L16 14.7981V9.20185L13.3027 11H10.6972L7.99996 9.20185V14.7981Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9234 4.5L7.07703 4.5L16.9234 4.5ZM7.07795 4.49551C7.08095 4.48526 7.08824 4.46048 7.10111 4.41917C7.11829 4.36406 7.1411 4.29334 7.167 4.21679C7.22191 4.05448 7.27906 3.90084 7.32051 3.80987C7.56632 3.27039 7.92958 2.77366 8.39467 2.35085C8.85993 1.92789 9.41732 1.58792 10.0372 1.35451C10.657 1.12109 11.3243 1 12 1C12.6757 1 13.3429 1.12109 13.9628 1.35451C14.5827 1.58791 15.1401 1.92789 15.6053 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.7209 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9117 4.46048 16.919 4.48526 16.922 4.49551\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-acuator-general-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAcuatorGeneral25",
          "declaration": {
            "name": "ObiTwowayAcuatorGeneral25",
            "module": "src/icons/icon-twoway-acuator-general-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-acuator-general-25",
          "declaration": {
            "name": "ObiTwowayAcuatorGeneral25",
            "module": "src/icons/icon-twoway-acuator-general-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-acuator-general-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAcuatorGeneral50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4453 5.03646C21.1099 4.59343 22 5.06982 22 5.86852V18.1315C22 18.9302 21.1099 19.4066 20.4453 18.9635L13 14H11L3.5547 18.9635C2.89015 19.4066 2 18.9302 2 18.1315V5.86852C2 5.06982 2.89015 4.59343 3.5547 5.03646L11 10V5.5L6.97035 5.5C6.41807 5.5 5.97222 5.05024 6.06051 4.50506C6.08182 4.3735 6.10051 4.2806 6.10792 4.25168C6.12942 4.16781 6.28385 3.67334 6.41056 3.39524C6.71459 2.72797 7.16023 2.12165 7.72203 1.61091C8.28382 1.1002 8.95076 0.695067 9.68479 0.418662C10.4188 0.142263 11.2055 0 12 0C12.7945 0 13.5812 0.142261 14.3153 0.418661C15.0493 0.695066 15.7162 1.1002 16.278 1.61091C16.8398 2.12164 17.2855 2.72796 17.5895 3.39524C17.7162 3.67333 17.8706 4.16781 17.8921 4.25167C17.8996 4.28059 17.9182 4.3735 17.9395 4.50506C18.0278 5.05024 17.582 5.5 17.0297 5.5L13 5.5V10L20.4453 5.03646ZM5 16.7981V7.20185L3 5.86852L3 18.1315L5 16.7981ZM18 16.1315V7.86852L13.3028 11H10.6972L6 7.86852V16.1315L10.6972 13H13.3028L18 16.1315ZM19 7.20185V16.7981L21 18.1315L21 5.86852L19 7.20185ZM7.10115 4.41917C7.08828 4.46048 7.08099 4.48526 7.07799 4.49551L16.9221 4.49551C16.9191 4.48526 16.9118 4.46048 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21678C16.7781 4.05448 16.721 3.90084 16.6795 3.80986C16.4337 3.27038 16.0704 2.77366 15.6054 2.35085C15.1401 1.92789 14.5827 1.58791 13.9629 1.35451C13.343 1.12109 12.6758 1 12 1C11.3243 1 10.6571 1.12109 10.0372 1.35451C9.41736 1.58792 8.85997 1.92789 8.39471 2.35085C7.92962 2.77366 7.56636 3.27039 7.32055 3.80987C7.2791 3.90084 7.22195 4.05448 7.16704 4.21679C7.14114 4.29334 7.11833 4.36406 7.10115 4.41917Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5.86816L5 7.2015V16.7978L3 18.1311L3 5.86816ZM19 7.2015V16.7978L21 18.1311L21 5.86816L19 7.2015Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 16.1315L10.6972 13H13.3028L18 16.1315V7.86852L13.3028 11H10.6972L6 7.86852V16.1315Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9235 4.5L7.07707 4.5L16.9235 4.5ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4453 5.03646C21.1099 4.59343 22 5.06982 22 5.86852V18.1315C22 18.9302 21.1099 19.4066 20.4453 18.9635L13 14H11L3.5547 18.9635C2.89015 19.4066 2 18.9302 2 18.1315V5.86852C2 5.06982 2.89015 4.59343 3.5547 5.03646L11 10V5.5L6.97035 5.5C6.41807 5.5 5.97222 5.05024 6.06051 4.50506C6.08182 4.3735 6.10051 4.2806 6.10792 4.25168C6.12942 4.16781 6.28385 3.67334 6.41056 3.39524C6.71459 2.72797 7.16023 2.12165 7.72203 1.61091C8.28382 1.1002 8.95076 0.695067 9.68479 0.418662C10.4188 0.142263 11.2055 0 12 0C12.7945 0 13.5812 0.142261 14.3153 0.418661C15.0493 0.695066 15.7162 1.1002 16.278 1.61091C16.8398 2.12164 17.2855 2.72796 17.5895 3.39524C17.7162 3.67333 17.8706 4.16781 17.8921 4.25167C17.8996 4.28059 17.9182 4.3735 17.9395 4.50506C18.0278 5.05024 17.582 5.5 17.0297 5.5L13 5.5V10L20.4453 5.03646ZM5 16.7981V7.20185L3 5.86852L3 18.1315L5 16.7981ZM18 16.1315V7.86852L13.3028 11H10.6972L6 7.86852V16.1315L10.6972 13H13.3028L18 16.1315ZM19 7.20185V16.7981L21 18.1315L21 5.86852L19 7.20185ZM7.10115 4.41917C7.08828 4.46048 7.08099 4.48526 7.07799 4.49551L16.9221 4.49551C16.9191 4.48526 16.9118 4.46048 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21678C16.7781 4.05448 16.721 3.90084 16.6795 3.80986C16.4337 3.27038 16.0704 2.77366 15.6054 2.35085C15.1401 1.92789 14.5827 1.58791 13.9629 1.35451C13.343 1.12109 12.6758 1 12 1C11.3243 1 10.6571 1.12109 10.0372 1.35451C9.41736 1.58792 8.85997 1.92789 8.39471 2.35085C7.92962 2.77366 7.56636 3.27039 7.32055 3.80987C7.2791 3.90084 7.22195 4.05448 7.16704 4.21679C7.14114 4.29334 7.11833 4.36406 7.10115 4.41917Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5.86816L5 7.2015V16.7978L3 18.1311L3 5.86816ZM19 7.2015V16.7978L21 18.1311L21 5.86816L19 7.2015Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 16.1315L10.6972 13H13.3028L18 16.1315V7.86852L13.3028 11H10.6972L6 7.86852V16.1315Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9235 4.5L7.07707 4.5L16.9235 4.5ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-acuator-general-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAcuatorGeneral50",
          "declaration": {
            "name": "ObiTwowayAcuatorGeneral50",
            "module": "src/icons/icon-twoway-acuator-general-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-acuator-general-50",
          "declaration": {
            "name": "ObiTwowayAcuatorGeneral50",
            "module": "src/icons/icon-twoway-acuator-general-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-acuator-general-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAcuatorGeneral75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10L3.5547 5.03647C2.89015 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM3 18.1315L3 5.86852L4 6.53518V17.4648L3 18.1315ZM5 7.20185V16.7981L10.6972 13H13.3028L19 16.7981V7.20185L13.3028 11H10.6972L5 7.20185ZM20 6.53518V17.4648L21 18.1315V5.86852L20 6.53518Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5.86816L4 6.53483V17.4645L3 18.1311L3 5.86816ZM20 6.53483V17.4645L21 18.1311V5.86816L20 6.53483Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 16.7981L10.6972 13H13.3028L19 16.7981V7.20185L13.3028 11H10.6972L5 7.20185V16.7981Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9235 4.5L7.07707 4.5L16.9235 4.5ZM7.07799 4.49551C7.14572 4.26422 7.22055 4.02934 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.7795 4.02936 16.8543 4.26397 16.9221 4.49551\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5895 3.39524C17.2855 2.72796 16.8398 2.12164 16.278 1.61091C15.7162 1.1002 15.0493 0.695066 14.3153 0.418661C13.5812 0.142261 12.7945 0 12 0C11.2055 0 10.4188 0.142263 9.68479 0.418662C8.95076 0.695067 8.28382 1.1002 7.72203 1.61091C7.16023 2.12165 6.71459 2.72797 6.41056 3.39524C6.28385 3.67334 6.12942 4.16781 6.10792 4.25168C6.10051 4.2806 6.08182 4.3735 6.06051 4.50506C5.97222 5.05024 6.41807 5.5 6.97035 5.5L11 5.5V10L3.5547 5.03647C2.89015 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V5.5L17.0297 5.5C17.582 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8996 4.28059 17.8921 4.25167C17.8706 4.16781 17.7162 3.67333 17.5895 3.39524ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551ZM3 18.1315L3 5.86852L4 6.53518V17.4648L3 18.1315ZM5 7.20185V16.7981L10.6972 13H13.3028L19 16.7981V7.20185L13.3028 11H10.6972L5 7.20185ZM20 6.53518V17.4648L21 18.1315V5.86852L20 6.53518Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5.86816L4 6.53483V17.4645L3 18.1311L3 5.86816ZM20 6.53483V17.4645L21 18.1311V5.86816L20 6.53483Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 16.7981L10.6972 13H13.3028L19 16.7981V7.20185L13.3028 11H10.6972L5 7.20185V16.7981Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9235 4.5L7.07707 4.5L16.9235 4.5ZM7.07799 4.49551C7.14572 4.26422 7.22055 4.02934 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.7795 4.02936 16.8543 4.26397 16.9221 4.49551\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-acuator-general-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAcuatorGeneral75",
          "declaration": {
            "name": "ObiTwowayAcuatorGeneral75",
            "module": "src/icons/icon-twoway-acuator-general-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-acuator-general-75",
          "declaration": {
            "name": "ObiTwowayAcuatorGeneral75",
            "module": "src/icons/icon-twoway-acuator-general-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-acuator-general-closed-left.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAcuatorGeneralClosedLeft",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.72197 1.61091C7.16017 2.12164 6.71453 2.72796 6.4105 3.39524C6.28379 3.67333 6.12936 4.16781 6.10786 4.25167C6.10045 4.28059 6.08176 4.3735 6.06045 4.50506C5.97216 5.05024 6.41801 5.5 6.97029 5.5L11 5.5V14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V5.5L17.0296 5.5C17.5819 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8995 4.2806 17.8921 4.25168C17.8706 4.16781 17.7162 3.67334 17.5894 3.39524C17.2854 2.72797 16.8398 2.12165 16.278 1.61091C15.7162 1.1002 15.0492 0.695067 14.3152 0.418662C13.5812 0.142263 12.7945 0 12 0C11.2055 0 10.4188 0.142261 9.68473 0.418661C8.9507 0.695066 8.28376 1.1002 7.72197 1.61091ZM21 18.1315L13 12.75V11.25L21 5.86852V18.1315ZM16.8988 4.41917C16.9117 4.46048 16.919 4.48526 16.922 4.49551L7.07792 4.49551C7.08093 4.48526 7.08822 4.46048 7.10109 4.41917C7.11827 4.36406 7.14108 4.29334 7.16698 4.21678C7.22189 4.05448 7.27904 3.90084 7.32049 3.80986C7.5663 3.27038 7.92956 2.77366 8.39465 2.35085C8.85991 1.92789 9.4173 1.58791 10.0371 1.35451C10.657 1.12109 11.3242 1 12 1C12.6757 1 13.3429 1.12109 13.9628 1.35451C14.5826 1.58792 15.14 1.92789 15.6053 2.35085C16.0704 2.77366 16.4336 3.27039 16.6794 3.80987C16.7209 3.90084 16.778 4.05448 16.833 4.21679C16.8589 4.29334 16.8817 4.36406 16.8988 4.41917Z\" fill=\"currentColor\"/> <path d=\"M9 13.5V10.5L3 6V18L9 13.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 10.5V13.5L3 18V5.99998L9 10.5ZM10 14V9.99998L3.6 5.19998C2.94076 4.70556 2 5.17594 2 5.99998V18C2 18.824 2.94076 19.2944 3.6 18.8L10 14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 12.75L21 18.1315V5.86852L13 11.25V12.75ZM16.922 4.49551C16.8542 4.26397 16.7795 4.02936 16.6795 3.80987C16.4337 3.27039 16.0704 2.77366 15.6053 2.35085C15.1401 1.92789 14.5827 1.58792 13.9628 1.35451C13.3429 1.12109 12.6757 1 12 1C11.3243 1 10.657 1.12109 10.0372 1.35451C9.41732 1.58791 8.85993 1.92789 8.39467 2.35085C7.92958 2.77366 7.56632 3.27038 7.32051 3.80986C7.2205 4.02936 7.14575 4.26397 7.07795 4.49551L16.922 4.49551Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.72197 1.61091C7.16017 2.12164 6.71453 2.72796 6.4105 3.39524C6.28379 3.67333 6.12936 4.16781 6.10786 4.25167C6.10045 4.28059 6.08176 4.3735 6.06045 4.50506C5.97216 5.05024 6.41801 5.5 6.97029 5.5L11 5.5V14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V5.5L17.0296 5.5C17.5819 5.5 18.0278 5.05024 17.9395 4.50506C17.9182 4.3735 17.8995 4.2806 17.8921 4.25168C17.8706 4.16781 17.7162 3.67334 17.5894 3.39524C17.2854 2.72797 16.8398 2.12165 16.278 1.61091C15.7162 1.1002 15.0492 0.695067 14.3152 0.418662C13.5812 0.142263 12.7945 0 12 0C11.2055 0 10.4188 0.142261 9.68473 0.418661C8.9507 0.695066 8.28376 1.1002 7.72197 1.61091ZM21 18.1315L13 12.75V11.25L21 5.86852V18.1315ZM16.8988 4.41917C16.9117 4.46048 16.919 4.48526 16.922 4.49551L7.07792 4.49551C7.08093 4.48526 7.08822 4.46048 7.10109 4.41917C7.11827 4.36406 7.14108 4.29334 7.16698 4.21678C7.22189 4.05448 7.27904 3.90084 7.32049 3.80986C7.5663 3.27038 7.92956 2.77366 8.39465 2.35085C8.85991 1.92789 9.4173 1.58791 10.0371 1.35451C10.657 1.12109 11.3242 1 12 1C12.6757 1 13.3429 1.12109 13.9628 1.35451C14.5826 1.58792 15.14 1.92789 15.6053 2.35085C16.0704 2.77366 16.4336 3.27039 16.6794 3.80987C16.7209 3.90084 16.778 4.05448 16.833 4.21679C16.8589 4.29334 16.8817 4.36406 16.8988 4.41917Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M9 13.5V10.5L3 6V18L9 13.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 10.5V13.5L3 18V5.99998L9 10.5ZM10 14V9.99998L3.6 5.19998C2.94076 4.70556 2 5.17594 2 5.99998V18C2 18.824 2.94076 19.2944 3.6 18.8L10 14Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 12.75L21 18.1315V5.86852L13 11.25V12.75ZM16.922 4.49551C16.8542 4.26397 16.7795 4.02936 16.6795 3.80987C16.4337 3.27039 16.0704 2.77366 15.6053 2.35085C15.1401 1.92789 14.5827 1.58792 13.9628 1.35451C13.3429 1.12109 12.6757 1 12 1C11.3243 1 10.657 1.12109 10.0372 1.35451C9.41732 1.58791 8.85993 1.92789 8.39467 2.35085C7.92958 2.77366 7.56632 3.27038 7.32051 3.80986C7.2205 4.02936 7.14575 4.26397 7.07795 4.49551L16.922 4.49551Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-acuator-general-closed-left",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAcuatorGeneralClosedLeft",
          "declaration": {
            "name": "ObiTwowayAcuatorGeneralClosedLeft",
            "module": "src/icons/icon-twoway-acuator-general-closed-left.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-acuator-general-closed-left",
          "declaration": {
            "name": "ObiTwowayAcuatorGeneralClosedLeft",
            "module": "src/icons/icon-twoway-acuator-general-closed-left.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-acuator-general-closed-right.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAcuatorGeneralClosedRight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.278 1.61091C16.8398 2.12164 17.2855 2.72796 17.5895 3.39524C17.7162 3.67333 17.8706 4.16781 17.8921 4.25167C17.8996 4.28059 17.9182 4.3735 17.9395 4.50506C18.0278 5.05024 17.582 5.5 17.0297 5.5L13 5.5V14H11L3.5547 18.9635C2.89015 19.4066 2 18.9302 2 18.1315V5.86852C2 5.06982 2.89015 4.59343 3.5547 5.03647L11 10V5.5L6.97035 5.5C6.41807 5.5 5.97222 5.05024 6.06051 4.50506C6.08182 4.3735 6.10051 4.2806 6.10792 4.25168C6.12942 4.16781 6.28385 3.67334 6.41056 3.39524C6.71459 2.72797 7.16023 2.12165 7.72203 1.61091C8.28382 1.1002 8.95076 0.695067 9.68479 0.418662C10.4188 0.142263 11.2055 0 12 0C12.7945 0 13.5812 0.142261 14.3153 0.418661C15.0493 0.695066 15.7162 1.1002 16.278 1.61091ZM3 18.1315L11 12.75V11.25L3 5.86852L3 18.1315ZM7.10115 4.41917C7.08828 4.46048 7.08099 4.48526 7.07799 4.49551L16.9221 4.49551C16.9191 4.48526 16.9118 4.46048 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21678C16.7781 4.05448 16.721 3.90084 16.6795 3.80986C16.4337 3.27038 16.0704 2.77366 15.6054 2.35085C15.1401 1.92789 14.5827 1.58791 13.9629 1.35451C13.343 1.12109 12.6758 1 12 1C11.3243 1 10.6571 1.12109 10.0372 1.35451C9.41736 1.58792 8.85997 1.92789 8.39471 2.35085C7.92962 2.77366 7.56636 3.27039 7.32055 3.80987C7.2791 3.90084 7.22195 4.05448 7.16704 4.21679C7.14114 4.29334 7.11833 4.36406 7.10115 4.41917Z\" fill=\"currentColor\"/> <path d=\"M15 13.5V10.5L21 6V18L15 13.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10.5V13.5L21 18V5.99998L15 10.5ZM14 14V9.99998L20.4 5.19998C21.0592 4.70556 22 5.17594 22 5.99998V18C22 18.824 21.0592 19.2944 20.4 18.8L14 14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 12.75L3 18.1315L3 5.86852L11 11.25V12.75ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.278 1.61091C16.8398 2.12164 17.2855 2.72796 17.5895 3.39524C17.7162 3.67333 17.8706 4.16781 17.8921 4.25167C17.8996 4.28059 17.9182 4.3735 17.9395 4.50506C18.0278 5.05024 17.582 5.5 17.0297 5.5L13 5.5V14H11L3.5547 18.9635C2.89015 19.4066 2 18.9302 2 18.1315V5.86852C2 5.06982 2.89015 4.59343 3.5547 5.03647L11 10V5.5L6.97035 5.5C6.41807 5.5 5.97222 5.05024 6.06051 4.50506C6.08182 4.3735 6.10051 4.2806 6.10792 4.25168C6.12942 4.16781 6.28385 3.67334 6.41056 3.39524C6.71459 2.72797 7.16023 2.12165 7.72203 1.61091C8.28382 1.1002 8.95076 0.695067 9.68479 0.418662C10.4188 0.142263 11.2055 0 12 0C12.7945 0 13.5812 0.142261 14.3153 0.418661C15.0493 0.695066 15.7162 1.1002 16.278 1.61091ZM3 18.1315L11 12.75V11.25L3 5.86852L3 18.1315ZM7.10115 4.41917C7.08828 4.46048 7.08099 4.48526 7.07799 4.49551L16.9221 4.49551C16.9191 4.48526 16.9118 4.46048 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21678C16.7781 4.05448 16.721 3.90084 16.6795 3.80986C16.4337 3.27038 16.0704 2.77366 15.6054 2.35085C15.1401 1.92789 14.5827 1.58791 13.9629 1.35451C13.343 1.12109 12.6758 1 12 1C11.3243 1 10.6571 1.12109 10.0372 1.35451C9.41736 1.58792 8.85997 1.92789 8.39471 2.35085C7.92962 2.77366 7.56636 3.27039 7.32055 3.80987C7.2791 3.90084 7.22195 4.05448 7.16704 4.21679C7.14114 4.29334 7.11833 4.36406 7.10115 4.41917Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M15 13.5V10.5L21 6V18L15 13.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10.5V13.5L21 18V5.99998L15 10.5ZM14 14V9.99998L20.4 5.19998C21.0592 4.70556 22 5.17594 22 5.99998V18C22 18.824 21.0592 19.2944 20.4 18.8L14 14Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 12.75L3 18.1315L3 5.86852L11 11.25V12.75ZM7.07799 4.49551C7.08099 4.48526 7.08828 4.46048 7.10115 4.41917C7.11833 4.36406 7.14114 4.29334 7.16704 4.21679C7.22195 4.05448 7.2791 3.90084 7.32055 3.80987C7.56636 3.27039 7.92962 2.77366 8.39471 2.35085C8.85997 1.92789 9.41736 1.58792 10.0372 1.35451C10.6571 1.12109 11.3243 1 12 1C12.6758 1 13.343 1.12109 13.9629 1.35451C14.5827 1.58791 15.1401 1.92789 15.6054 2.35085C16.0704 2.77366 16.4337 3.27038 16.6795 3.80986C16.721 3.90084 16.7781 4.05448 16.833 4.21678C16.8589 4.29334 16.8817 4.36406 16.8989 4.41917C16.9118 4.46048 16.9191 4.48526 16.9221 4.49551L7.07799 4.49551Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-acuator-general-closed-right",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAcuatorGeneralClosedRight",
          "declaration": {
            "name": "ObiTwowayAcuatorGeneralClosedRight",
            "module": "src/icons/icon-twoway-acuator-general-closed-right.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-acuator-general-closed-right",
          "declaration": {
            "name": "ObiTwowayAcuatorGeneralClosedRight",
            "module": "src/icons/icon-twoway-acuator-general-closed-right.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-acuator-general-closed.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAcuatorGeneralClosed",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 9.51462L3 5.94319V18.0568L8 14.4854V9.51462Z\" fill=\"currentColor\"/> <path d=\"M16 14.4854V9.51462L21 5.94319L21 18.0568L16 14.4854Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9235 5L7.07707 5L16.9235 5ZM7.07798 4.99551C7.08099 4.98526 7.08828 4.96048 7.10115 4.91917C7.11833 4.86406 7.14114 4.79334 7.16704 4.71679C7.22195 4.55448 7.2791 4.40084 7.32055 4.30987C7.56636 3.77039 7.92962 3.27366 8.39471 2.85085C8.85997 2.42789 9.41736 2.08792 10.0372 1.85451C10.6571 1.62109 11.3243 1.5 12 1.5C12.6758 1.5 13.343 1.62109 13.9629 1.85451C14.5827 2.08791 15.1401 2.42789 15.6054 2.85085C16.0704 3.27366 16.4337 3.77038 16.6795 4.30986C16.721 4.40084 16.7781 4.55448 16.833 4.71678C16.8589 4.79334 16.8817 4.86406 16.8989 4.91917C16.9118 4.96048 16.9191 4.98526 16.9221 4.99551\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.278 2.11091C16.8398 2.62164 17.2855 3.22796 17.5895 3.89524C17.7162 4.17333 17.8706 4.66781 17.8921 4.75167C17.8996 4.78059 17.9182 4.8735 17.9395 5.00506C18.0278 5.55024 17.582 6 17.0297 6L13 6V14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14V6L6.97035 6C6.41807 6 5.97222 5.55024 6.06051 5.00506C6.08182 4.8735 6.10051 4.7806 6.10792 4.75168C6.12942 4.66781 6.28385 4.17334 6.41056 3.89524C6.71459 3.22797 7.16023 2.62165 7.72203 2.11091C8.28382 1.6002 8.95076 1.19507 9.68479 0.918662C10.4188 0.642263 11.2055 0.5 12 0.5C12.7945 0.5 13.5812 0.642261 14.3153 0.918661C15.0493 1.19507 15.7162 1.6002 16.278 2.11091ZM7.10115 4.91917C7.08828 4.96048 7.08099 4.98526 7.07799 4.99551L16.9221 4.99551C16.9191 4.98526 16.9118 4.96048 16.8989 4.91917C16.8817 4.86406 16.8589 4.79334 16.833 4.71678C16.7781 4.55448 16.721 4.40084 16.6795 4.30986C16.4337 3.77038 16.0704 3.27366 15.6054 2.85085C15.1401 2.42789 14.5827 2.08791 13.9629 1.85451C13.343 1.62109 12.6758 1.5 12 1.5C11.3243 1.5 10.6571 1.62109 10.0372 1.85451C9.41736 2.08792 8.85997 2.42789 8.39471 2.85085C7.92962 3.27366 7.56636 3.77039 7.32055 4.30987C7.2791 4.40084 7.22195 4.55448 7.16704 4.71679C7.14114 4.79334 7.11833 4.86406 7.10115 4.91917Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.58124 5.12945C2.91937 4.65669 2 5.12982 2 5.94319V18.0568C2 18.8702 2.91937 19.3433 3.58124 18.8705L9 15V9L3.58124 5.12945ZM8 9.51462L3 5.94319V18.0568L8 14.4854V9.51462Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 5.94319V18.0568C22 18.8702 21.0806 19.3433 20.4188 18.8705L15 15V9L20.4188 5.12945C21.0806 4.65669 22 5.12982 22 5.94319ZM16 9.51462V14.4854L21 18.0568L21 5.94319L16 9.51462Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 9.51462L3 5.94319V18.0568L8 14.4854V9.51462Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M16 14.4854V9.51462L21 5.94319L21 18.0568L16 14.4854Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9235 5L7.07707 5L16.9235 5ZM7.07798 4.99551C7.08099 4.98526 7.08828 4.96048 7.10115 4.91917C7.11833 4.86406 7.14114 4.79334 7.16704 4.71679C7.22195 4.55448 7.2791 4.40084 7.32055 4.30987C7.56636 3.77039 7.92962 3.27366 8.39471 2.85085C8.85997 2.42789 9.41736 2.08792 10.0372 1.85451C10.6571 1.62109 11.3243 1.5 12 1.5C12.6758 1.5 13.343 1.62109 13.9629 1.85451C14.5827 2.08791 15.1401 2.42789 15.6054 2.85085C16.0704 3.27366 16.4337 3.77038 16.6795 4.30986C16.721 4.40084 16.7781 4.55448 16.833 4.71678C16.8589 4.79334 16.8817 4.86406 16.8989 4.91917C16.9118 4.96048 16.9191 4.98526 16.9221 4.99551\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.278 2.11091C16.8398 2.62164 17.2855 3.22796 17.5895 3.89524C17.7162 4.17333 17.8706 4.66781 17.8921 4.75167C17.8996 4.78059 17.9182 4.8735 17.9395 5.00506C18.0278 5.55024 17.582 6 17.0297 6L13 6V14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14V6L6.97035 6C6.41807 6 5.97222 5.55024 6.06051 5.00506C6.08182 4.8735 6.10051 4.7806 6.10792 4.75168C6.12942 4.66781 6.28385 4.17334 6.41056 3.89524C6.71459 3.22797 7.16023 2.62165 7.72203 2.11091C8.28382 1.6002 8.95076 1.19507 9.68479 0.918662C10.4188 0.642263 11.2055 0.5 12 0.5C12.7945 0.5 13.5812 0.642261 14.3153 0.918661C15.0493 1.19507 15.7162 1.6002 16.278 2.11091ZM7.10115 4.91917C7.08828 4.96048 7.08099 4.98526 7.07799 4.99551L16.9221 4.99551C16.9191 4.98526 16.9118 4.96048 16.8989 4.91917C16.8817 4.86406 16.8589 4.79334 16.833 4.71678C16.7781 4.55448 16.721 4.40084 16.6795 4.30986C16.4337 3.77038 16.0704 3.27366 15.6054 2.85085C15.1401 2.42789 14.5827 2.08791 13.9629 1.85451C13.343 1.62109 12.6758 1.5 12 1.5C11.3243 1.5 10.6571 1.62109 10.0372 1.85451C9.41736 2.08792 8.85997 2.42789 8.39471 2.85085C7.92962 3.27366 7.56636 3.77039 7.32055 4.30987C7.2791 4.40084 7.22195 4.55448 7.16704 4.71679C7.14114 4.79334 7.11833 4.86406 7.10115 4.91917Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.58124 5.12945C2.91937 4.65669 2 5.12982 2 5.94319V18.0568C2 18.8702 2.91937 19.3433 3.58124 18.8705L9 15V9L3.58124 5.12945ZM8 9.51462L3 5.94319V18.0568L8 14.4854V9.51462Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 5.94319V18.0568C22 18.8702 21.0806 19.3433 20.4188 18.8705L15 15V9L20.4188 5.12945C21.0806 4.65669 22 5.12982 22 5.94319ZM16 9.51462V14.4854L21 18.0568L21 5.94319L16 9.51462Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-acuator-general-closed",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAcuatorGeneralClosed",
          "declaration": {
            "name": "ObiTwowayAcuatorGeneralClosed",
            "module": "src/icons/icon-twoway-acuator-general-closed.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-acuator-general-closed",
          "declaration": {
            "name": "ObiTwowayAcuatorGeneralClosed",
            "module": "src/icons/icon-twoway-acuator-general-closed.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-acuator-general-open.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAcuatorGeneralOpen",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5547 5.03645L11 9.99998V5.5L6.97036 5.5C6.41807 5.5 5.97222 5.05024 6.06052 4.50506C6.08182 4.3735 6.10051 4.2806 6.10793 4.25168C6.12943 4.16781 6.28385 3.67334 6.41056 3.39524C6.7146 2.72797 7.16023 2.12165 7.72204 1.61091C8.28382 1.1002 8.95077 0.695068 9.6848 0.418663C10.4188 0.142263 11.2055 0 12 0C12.7945 0 13.5813 0.142261 14.3153 0.418661C15.0493 0.695066 15.7162 1.1002 16.278 1.61091C16.8398 2.12164 17.2855 2.72796 17.5895 3.39524C17.7162 3.67333 17.8706 4.16781 17.8921 4.25167C17.8996 4.28059 17.9182 4.3735 17.9396 4.50506C18.0278 5.05024 17.582 5.5 17.0297 5.5L13 5.5V10L20.4453 5.03645C21.1099 4.59342 22 5.06981 22 5.8685V18.1315C22 18.9302 21.1099 19.4066 20.4453 18.9635L13 14H11L3.5547 18.9635C2.89015 19.4066 2 18.9302 2 18.1315V5.8685C2 5.06981 2.89015 4.59342 3.5547 5.03645ZM13.5813 4.5L16.9235 4.5C16.9229 4.49805 16.9216 4.49565 16.9208 4.49282C16.9165 4.47799 16.909 4.45158 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21678C16.7781 4.05448 16.721 3.90084 16.6795 3.80986C16.4337 3.27038 16.0704 2.77366 15.6054 2.35085C15.1401 1.92789 14.5827 1.58791 13.9629 1.35451C13.343 1.12109 12.6758 1 12 1C11.3243 1 10.6571 1.12109 10.0372 1.35451C9.41736 1.58792 8.85997 1.92789 8.39471 2.35085C7.92962 2.77366 7.56636 3.27039 7.32056 3.80987C7.2791 3.90084 7.22196 4.05448 7.16704 4.21679C7.14114 4.29334 7.11834 4.36406 7.10116 4.41917C7.08828 4.46048 7.08099 4.48526 7.07799 4.49551L13.5813 4.5ZM3 5.8685L3 18.1315L10.6972 13H13.3028L21 18.1315V5.8685L13.3028 11H10.6972L3 5.8685Z\" fill=\"currentColor\"/> <path d=\"M10.6972 11H13.3028L21 5.8685V18.1315L13.3028 13H10.6972L3 18.1315V5.8685L10.6972 11Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9236 4.5L7.07715 4.5L16.9236 4.5ZM7.07807 4.49551C7.08107 4.48526 7.08836 4.46048 7.10124 4.41917C7.11842 4.36406 7.14122 4.29334 7.16712 4.21679C7.22203 4.05448 7.27918 3.90084 7.32063 3.80987C7.56644 3.27039 7.9297 2.77366 8.39479 2.35085C8.86005 1.92789 9.41744 1.58792 10.0373 1.35451C10.6572 1.12109 11.3244 1 12.0001 1C12.6758 1 13.3431 1.12109 13.9629 1.35451C14.5828 1.58791 15.1402 1.92789 15.6054 2.35085C16.0705 2.77366 16.4338 3.27038 16.6796 3.80986C16.721 3.90084 16.7782 4.05448 16.8331 4.21678C16.859 4.29334 16.8818 4.36406 16.899 4.41917C16.9119 4.46048 16.9206 4.48975 16.9236 4.5\" fill=\"currentColor\"/> <path d=\"M7.07807 4.49551C7.08107 4.48526 7.08836 4.46048 7.10124 4.41917C7.11842 4.36406 7.14122 4.29334 7.16712 4.21679C7.22203 4.05448 7.27918 3.90084 7.32063 3.80987C7.56644 3.27039 7.9297 2.77366 8.39479 2.35085C8.86005 1.92789 9.41744 1.58792 10.0373 1.35451C10.6572 1.12109 11.3244 1 12.0001 1C12.6758 1 13.3431 1.12109 13.9629 1.35451C14.5828 1.58791 15.1402 1.92789 15.6054 2.35085C16.0705 2.77366 16.4338 3.27038 16.6796 3.80986C16.721 3.90084 16.7782 4.05448 16.8331 4.21678C16.859 4.29334 16.8818 4.36406 16.899 4.41917C16.9119 4.46048 16.9206 4.48975 16.9236 4.5L7.07807 4.49551Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5547 5.03645L11 9.99998V5.5L6.97036 5.5C6.41807 5.5 5.97222 5.05024 6.06052 4.50506C6.08182 4.3735 6.10051 4.2806 6.10793 4.25168C6.12943 4.16781 6.28385 3.67334 6.41056 3.39524C6.7146 2.72797 7.16023 2.12165 7.72204 1.61091C8.28382 1.1002 8.95077 0.695068 9.6848 0.418663C10.4188 0.142263 11.2055 0 12 0C12.7945 0 13.5813 0.142261 14.3153 0.418661C15.0493 0.695066 15.7162 1.1002 16.278 1.61091C16.8398 2.12164 17.2855 2.72796 17.5895 3.39524C17.7162 3.67333 17.8706 4.16781 17.8921 4.25167C17.8996 4.28059 17.9182 4.3735 17.9396 4.50506C18.0278 5.05024 17.582 5.5 17.0297 5.5L13 5.5V10L20.4453 5.03645C21.1099 4.59342 22 5.06981 22 5.8685V18.1315C22 18.9302 21.1099 19.4066 20.4453 18.9635L13 14H11L3.5547 18.9635C2.89015 19.4066 2 18.9302 2 18.1315V5.8685C2 5.06981 2.89015 4.59342 3.5547 5.03645ZM13.5813 4.5L16.9235 4.5C16.9229 4.49805 16.9216 4.49565 16.9208 4.49282C16.9165 4.47799 16.909 4.45158 16.8989 4.41917C16.8817 4.36406 16.8589 4.29334 16.833 4.21678C16.7781 4.05448 16.721 3.90084 16.6795 3.80986C16.4337 3.27038 16.0704 2.77366 15.6054 2.35085C15.1401 1.92789 14.5827 1.58791 13.9629 1.35451C13.343 1.12109 12.6758 1 12 1C11.3243 1 10.6571 1.12109 10.0372 1.35451C9.41736 1.58792 8.85997 1.92789 8.39471 2.35085C7.92962 2.77366 7.56636 3.27039 7.32056 3.80987C7.2791 3.90084 7.22196 4.05448 7.16704 4.21679C7.14114 4.29334 7.11834 4.36406 7.10116 4.41917C7.08828 4.46048 7.08099 4.48526 7.07799 4.49551L13.5813 4.5ZM3 5.8685L3 18.1315L10.6972 13H13.3028L21 18.1315V5.8685L13.3028 11H10.6972L3 5.8685Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M10.6972 11H13.3028L21 5.8685V18.1315L13.3028 13H10.6972L3 18.1315V5.8685L10.6972 11Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9236 4.5L7.07715 4.5L16.9236 4.5ZM7.07807 4.49551C7.08107 4.48526 7.08836 4.46048 7.10124 4.41917C7.11842 4.36406 7.14122 4.29334 7.16712 4.21679C7.22203 4.05448 7.27918 3.90084 7.32063 3.80987C7.56644 3.27039 7.9297 2.77366 8.39479 2.35085C8.86005 1.92789 9.41744 1.58792 10.0373 1.35451C10.6572 1.12109 11.3244 1 12.0001 1C12.6758 1 13.3431 1.12109 13.9629 1.35451C14.5828 1.58791 15.1402 1.92789 15.6054 2.35085C16.0705 2.77366 16.4338 3.27038 16.6796 3.80986C16.721 3.90084 16.7782 4.05448 16.8331 4.21678C16.859 4.29334 16.8818 4.36406 16.899 4.41917C16.9119 4.46048 16.9206 4.48975 16.9236 4.5\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M7.07807 4.49551C7.08107 4.48526 7.08836 4.46048 7.10124 4.41917C7.11842 4.36406 7.14122 4.29334 7.16712 4.21679C7.22203 4.05448 7.27918 3.90084 7.32063 3.80987C7.56644 3.27039 7.9297 2.77366 8.39479 2.35085C8.86005 1.92789 9.41744 1.58792 10.0373 1.35451C10.6572 1.12109 11.3244 1 12.0001 1C12.6758 1 13.3431 1.12109 13.9629 1.35451C14.5828 1.58791 15.1402 1.92789 15.6054 2.35085C16.0705 2.77366 16.4338 3.27038 16.6796 3.80986C16.721 3.90084 16.7782 4.05448 16.8331 4.21678C16.859 4.29334 16.8818 4.36406 16.899 4.41917C16.9119 4.46048 16.9206 4.48975 16.9236 4.5L7.07807 4.49551Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-acuator-general-open",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAcuatorGeneralOpen",
          "declaration": {
            "name": "ObiTwowayAcuatorGeneralOpen",
            "module": "src/icons/icon-twoway-acuator-general-open.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-acuator-general-open",
          "declaration": {
            "name": "ObiTwowayAcuatorGeneralOpen",
            "module": "src/icons/icon-twoway-acuator-general-open.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-acuator-piston-10.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAcuatorPiston10",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4453 5.03647C21.1099 4.59343 22 5.06982 22 5.86852V18.1315C22 18.9302 21.1099 19.4066 20.4453 18.9635L13 14H11L3.5547 18.9635C2.89015 19.4066 2 18.9302 2 18.1315V5.86852C2 5.06982 2.89014 4.59343 3.5547 5.03647L11 10V6L7.49854 6.00366C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015C17.0538 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0537 6.00366 16.5015 6.00366L13 6V10L20.4453 5.03647ZM3 5.86852L3 18.1315L9 14.1315V9.86852L3 5.86852ZM14 13.4648V10.5352L13.3028 11H10.6972L10 10.5352V13.4648L10.6972 13H13.3028L14 13.4648ZM15 9.86852V14.1315L21 18.1315L21 5.86852L15 9.86852ZM16.5015 2H7.49854V5.00366H16.5015V2Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 14.1311L3 18.1311L3 5.86816L9 9.86817V14.1311ZM15 9.86816V14.1311L21 18.1311L21 5.86816M21 5.86816L15 9.86816L21 5.86816Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 13.4648L10.6972 13H13.3028L14 13.4648V10.5352L13.3028 11H10.6972L10 10.5352V13.4648Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 2H7.49854L7.49854 5.00366H16.5015V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.4453 5.03647C21.1099 4.59343 22 5.06982 22 5.86852V18.1315C22 18.9302 21.1099 19.4066 20.4453 18.9635L13 14H11L3.5547 18.9635C2.89015 19.4066 2 18.9302 2 18.1315V5.86852C2 5.06982 2.89014 4.59343 3.5547 5.03647L11 10V6L7.49854 6.00366C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015C17.0538 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0537 6.00366 16.5015 6.00366L13 6V10L20.4453 5.03647ZM3 5.86852L3 18.1315L9 14.1315V9.86852L3 5.86852ZM14 13.4648V10.5352L13.3028 11H10.6972L10 10.5352V13.4648L10.6972 13H13.3028L14 13.4648ZM15 9.86852V14.1315L21 18.1315L21 5.86852L15 9.86852ZM16.5015 2H7.49854V5.00366H16.5015V2Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 14.1311L3 18.1311L3 5.86816L9 9.86817V14.1311ZM15 9.86816V14.1311L21 18.1311L21 5.86816M21 5.86816L15 9.86816L21 5.86816Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 13.4648L10.6972 13H13.3028L14 13.4648V10.5352L13.3028 11H10.6972L10 10.5352V13.4648Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 2H7.49854L7.49854 5.00366H16.5015V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-acuator-piston-10",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAcuatorPiston10",
          "declaration": {
            "name": "ObiTwowayAcuatorPiston10",
            "module": "src/icons/icon-twoway-acuator-piston-10.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-acuator-piston-10",
          "declaration": {
            "name": "ObiTwowayAcuatorPiston10",
            "module": "src/icons/icon-twoway-acuator-piston-10.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-acuator-piston-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAcuatorPiston25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10L3.5547 5.03647C2.89014 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM7 15.4648L3 18.1315L3 5.86852L7 8.53518V15.4648ZM8 14.7981L10.6972 13H13.3028L16 14.7981V9.20185L13.3028 11H10.6972L8 9.20185V14.7981ZM17 8.53518V15.4648L21 18.1315L21 5.86852L17 8.53518Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 15.4645L3 18.1311L3 5.86816L7 8.53483V15.4645ZM17 8.53483V15.4645L21 18.1311L21 5.86816M21 5.86816L17 8.53483L21 5.86816Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 14.7981L10.6972 13H13.3028L16 14.7981V9.20185L13.3028 11H10.6972L8 9.20185V14.7981Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 2H7.49854L7.49854 5.00366H16.5015V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10L3.5547 5.03647C2.89014 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM7 15.4648L3 18.1315L3 5.86852L7 8.53518V15.4648ZM8 14.7981L10.6972 13H13.3028L16 14.7981V9.20185L13.3028 11H10.6972L8 9.20185V14.7981ZM17 8.53518V15.4648L21 18.1315L21 5.86852L17 8.53518Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 15.4645L3 18.1311L3 5.86816L7 8.53483V15.4645ZM17 8.53483V15.4645L21 18.1311L21 5.86816M21 5.86816L17 8.53483L21 5.86816Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 14.7981L10.6972 13H13.3028L16 14.7981V9.20185L13.3028 11H10.6972L8 9.20185V14.7981Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 2H7.49854L7.49854 5.00366H16.5015V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-acuator-piston-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAcuatorPiston25",
          "declaration": {
            "name": "ObiTwowayAcuatorPiston25",
            "module": "src/icons/icon-twoway-acuator-piston-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-acuator-piston-25",
          "declaration": {
            "name": "ObiTwowayAcuatorPiston25",
            "module": "src/icons/icon-twoway-acuator-piston-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-acuator-piston-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAcuatorPiston50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10L3.5547 5.03647C2.89015 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM3 5.86852L5 7.20185V16.7982L3 18.1315L3 5.86852ZM6 16.1315L10.6972 13H13.3028L18 16.1315V7.86852L13.3028 11H10.6972L6 7.86852V16.1315ZM19 7.20185V16.7981L21 18.1315L21 5.86852L19 7.20185Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5.86816L5 7.2015V16.7978L3 18.1311L3 5.86816ZM19 7.2015V16.7978L21 18.1311L21 5.86816L19 7.2015Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 16.1315L10.6972 13H13.3028L18 16.1315V7.86852L13.3028 11H10.6972L6 7.86852V16.1315Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 2H7.49854L7.49854 5.00366H16.5015V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10L3.5547 5.03647C2.89015 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM3 5.86852L5 7.20185V16.7982L3 18.1315L3 5.86852ZM6 16.1315L10.6972 13H13.3028L18 16.1315V7.86852L13.3028 11H10.6972L6 7.86852V16.1315ZM19 7.20185V16.7981L21 18.1315L21 5.86852L19 7.20185Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5.86816L5 7.2015V16.7978L3 18.1311L3 5.86816ZM19 7.2015V16.7978L21 18.1311L21 5.86816L19 7.2015Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 16.1315L10.6972 13H13.3028L18 16.1315V7.86852L13.3028 11H10.6972L6 7.86852V16.1315Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 2H7.49854L7.49854 5.00366H16.5015V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-acuator-piston-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAcuatorPiston50",
          "declaration": {
            "name": "ObiTwowayAcuatorPiston50",
            "module": "src/icons/icon-twoway-acuator-piston-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-acuator-piston-50",
          "declaration": {
            "name": "ObiTwowayAcuatorPiston50",
            "module": "src/icons/icon-twoway-acuator-piston-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-acuator-piston-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAcuatorPiston75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10L3.5547 5.03647C2.89015 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM3 5.86852L4 6.53518V17.4648L3 18.1315L3 5.86852ZM5 16.7981L10.6972 13H13.3028L19 16.7981V7.20185L13.3028 11H10.6972L5 7.20185V16.7981ZM20 6.53518V17.4648L21 18.1315V5.86852L20 6.53518Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5.86816L4 6.53483V17.4645L3 18.1311L3 5.86816ZM20 6.53483V17.4645L21 18.1311V5.86816L20 6.53483Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 16.7981L10.6972 13H13.3028L19 16.7981V7.20185L13.3028 11H10.6972L5 7.20185V16.7981Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 2H7.49854L7.49854 5.00366H16.5015V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10L3.5547 5.03647C2.89015 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM3 5.86852L4 6.53518V17.4648L3 18.1315L3 5.86852ZM5 16.7981L10.6972 13H13.3028L19 16.7981V7.20185L13.3028 11H10.6972L5 7.20185V16.7981ZM20 6.53518V17.4648L21 18.1315V5.86852L20 6.53518Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5.86816L4 6.53483V17.4645L3 18.1311L3 5.86816ZM20 6.53483V17.4645L21 18.1311V5.86816L20 6.53483Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 16.7981L10.6972 13H13.3028L19 16.7981V7.20185L13.3028 11H10.6972L5 7.20185V16.7981Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 2H7.49854L7.49854 5.00366H16.5015V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-acuator-piston-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAcuatorPiston75",
          "declaration": {
            "name": "ObiTwowayAcuatorPiston75",
            "module": "src/icons/icon-twoway-acuator-piston-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-acuator-piston-75",
          "declaration": {
            "name": "ObiTwowayAcuatorPiston75",
            "module": "src/icons/icon-twoway-acuator-piston-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-acuator-piston-closed-left.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAcuatorPistonClosedLeft",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM13 12.7981V11.2019L21 5.86852V18.1315L13 12.7981Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 10.5L3 6L3 18L9 13.5V10.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 10.5001L3 6.00011L3 18.0001L9 13.5001V10.5001ZM10 10.0001L3.6 5.20011C2.94076 4.70568 2 5.17606 2 6.00011V18.0001C2 18.8242 2.94076 19.2945 3.6 18.8001L10 14.0001V10.0001Z\" fill=\"currentColor\"/> <path d=\"M21 18.1315V5.86852L13 11.2019V12.7981L21 18.1315Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 2H7.49854L7.49854 5.00366H16.5015V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM13 12.7981V11.2019L21 5.86852V18.1315L13 12.7981Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 10.5L3 6L3 18L9 13.5V10.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 10.5001L3 6.00011L3 18.0001L9 13.5001V10.5001ZM10 10.0001L3.6 5.20011C2.94076 4.70568 2 5.17606 2 6.00011V18.0001C2 18.8242 2.94076 19.2945 3.6 18.8001L10 14.0001V10.0001Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M21 18.1315V5.86852L13 11.2019V12.7981L21 18.1315Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 2H7.49854L7.49854 5.00366H16.5015V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-acuator-piston-closed-left",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAcuatorPistonClosedLeft",
          "declaration": {
            "name": "ObiTwowayAcuatorPistonClosedLeft",
            "module": "src/icons/icon-twoway-acuator-piston-closed-left.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-acuator-piston-closed-left",
          "declaration": {
            "name": "ObiTwowayAcuatorPistonClosedLeft",
            "module": "src/icons/icon-twoway-acuator-piston-closed-left.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-acuator-piston-closed-right.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAcuatorPistonClosedRight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 1C17.0537 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0537 6.00366 16.5015 6.00366H13V14H11L3.5547 18.9635C2.89014 19.4066 2 18.9302 2 18.1315V5.86852C2 5.06982 2.89015 4.59343 3.5547 5.03647L11 10V6.00366H7.49854C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015ZM7.49854 2H16.5015V5.00366H7.49854V2ZM11 12.7981V11.2019L3 5.86852V18.1315L11 12.7981Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10.5L21 6V18L15 13.5V10.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10.4999L21 5.99986V17.9999L15 13.4999V10.4999ZM14 9.99986L20.4 5.19986C21.0592 4.70544 22 5.17582 22 5.99986V17.9999C22 18.8239 21.0592 19.2943 20.4 18.7999L14 13.9999V9.99986Z\" fill=\"currentColor\"/> <path d=\"M3 18.1315V5.86852L11 11.2019V12.7981L3 18.1315Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 1C17.0537 1 17.5015 1.44772 17.5015 2V5.00366C17.5015 5.55595 17.0537 6.00366 16.5015 6.00366H13V14H11L3.5547 18.9635C2.89014 19.4066 2 18.9302 2 18.1315V5.86852C2 5.06982 2.89015 4.59343 3.5547 5.03647L11 10V6.00366H7.49854C6.94625 6.00366 6.49854 5.55595 6.49854 5.00366V2C6.49854 1.44772 6.94625 1 7.49854 1H16.5015ZM7.49854 2H16.5015V5.00366H7.49854V2ZM11 12.7981V11.2019L3 5.86852V18.1315L11 12.7981Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10.5L21 6V18L15 13.5V10.5Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10.4999L21 5.99986V17.9999L15 13.4999V10.4999ZM14 9.99986L20.4 5.19986C21.0592 4.70544 22 5.17582 22 5.99986V17.9999C22 18.8239 21.0592 19.2943 20.4 18.7999L14 13.9999V9.99986Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M3 18.1315V5.86852L11 11.2019V12.7981L3 18.1315Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 2H16.5015V5.00366H7.49854V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-acuator-piston-closed-right",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAcuatorPistonClosedRight",
          "declaration": {
            "name": "ObiTwowayAcuatorPistonClosedRight",
            "module": "src/icons/icon-twoway-acuator-piston-closed-right.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-acuator-piston-closed-right",
          "declaration": {
            "name": "ObiTwowayAcuatorPistonClosedRight",
            "module": "src/icons/icon-twoway-acuator-piston-closed-right.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-acuator-piston-closed.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAcuatorPistonClosed",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 9.51462L3 5.94319V18.0568L8 14.4854V9.51462Z\" fill=\"currentColor\"/> <path d=\"M16 14.4854V9.51462L21 5.94319L21 18.0568L16 14.4854Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 2H7.49854V5.00366H16.5015V2Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V15C11 15.5523 11.4477 16 12 16C12.5523 16 13 15.5523 13 15V6.00366ZM16.5015 2H7.49854V5.00366H11.9138C11.9422 5.00124 11.971 5 12 5C12.029 5 12.0578 5.00124 12.0862 5.00366H16.5015V2Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.58124 5.12946C2.91937 4.65669 2 5.12982 2 5.94319V18.0568C2 18.8702 2.91937 19.3433 3.58124 18.8705L9 15V9L3.58124 5.12946ZM8 9.51462L3 5.94319V18.0568L8 14.4854V9.51462Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 5.94319V18.0568C22 18.8702 21.0806 19.3433 20.4188 18.8705L15 15V9L20.4188 5.12946C21.0806 4.65669 22 5.12982 22 5.94319ZM16 9.51462V14.4854L21 18.0568L21 5.94319L16 9.51462Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 9.51462L3 5.94319V18.0568L8 14.4854V9.51462Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M16 14.4854V9.51462L21 5.94319L21 18.0568L16 14.4854Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 2H7.49854V5.00366H16.5015V2Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V15C11 15.5523 11.4477 16 12 16C12.5523 16 13 15.5523 13 15V6.00366ZM16.5015 2H7.49854V5.00366H11.9138C11.9422 5.00124 11.971 5 12 5C12.029 5 12.0578 5.00124 12.0862 5.00366H16.5015V2Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.58124 5.12946C2.91937 4.65669 2 5.12982 2 5.94319V18.0568C2 18.8702 2.91937 19.3433 3.58124 18.8705L9 15V9L3.58124 5.12946ZM8 9.51462L3 5.94319V18.0568L8 14.4854V9.51462Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 5.94319V18.0568C22 18.8702 21.0806 19.3433 20.4188 18.8705L15 15V9L20.4188 5.12946C21.0806 4.65669 22 5.12982 22 5.94319ZM16 9.51462V14.4854L21 18.0568L21 5.94319L16 9.51462Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-acuator-piston-closed",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAcuatorPistonClosed",
          "declaration": {
            "name": "ObiTwowayAcuatorPistonClosed",
            "module": "src/icons/icon-twoway-acuator-piston-closed.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-acuator-piston-closed",
          "declaration": {
            "name": "ObiTwowayAcuatorPistonClosed",
            "module": "src/icons/icon-twoway-acuator-piston-closed.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-acuator-piston-open.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAcuatorPistonOpen",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10L3.5547 5.03647C2.89015 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM3 5.86852L10.6972 11H13.3028L21 5.86852V18.1315L13.3028 13H10.6972L3 18.1315L3 5.86852Z\" fill=\"currentColor\"/> <path d=\"M3 5.86852V18.1315L10.6972 13H13.3028L21 18.1315V5.86852L13.3028 11H10.6972L3 5.86852Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 2H7.49854V5.00366H16.5015V2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49854 1C6.94625 1 6.49854 1.44772 6.49854 2V5.00366C6.49854 5.55595 6.94625 6.00366 7.49854 6.00366H11V10L3.5547 5.03647C2.89015 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V6.00366H16.5015C17.0537 6.00366 17.5015 5.55595 17.5015 5.00366V2C17.5015 1.44772 17.0538 1 16.5015 1H7.49854ZM16.5015 2H7.49854V5.00366H16.5015V2ZM3 5.86852L10.6972 11H13.3028L21 5.86852V18.1315L13.3028 13H10.6972L3 18.1315L3 5.86852Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M3 5.86852V18.1315L10.6972 13H13.3028L21 18.1315V5.86852L13.3028 11H10.6972L3 5.86852Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5015 2H7.49854V5.00366H16.5015V2Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-acuator-piston-open",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAcuatorPistonOpen",
          "declaration": {
            "name": "ObiTwowayAcuatorPistonOpen",
            "module": "src/icons/icon-twoway-acuator-piston-open.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-acuator-piston-open",
          "declaration": {
            "name": "ObiTwowayAcuatorPistonOpen",
            "module": "src/icons/icon-twoway-acuator-piston-open.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-analog-10.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAnalog10",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 11H13L20.4453 6.03645C21.1099 5.59342 22 6.06981 22 6.8685V19.1315C22 19.9302 21.1099 20.4066 20.4453 19.9635L13 15H11L3.5547 19.9635C2.89015 20.4066 2 19.9302 2 19.1315V6.8685C2 6.06981 2.89014 5.59342 3.5547 6.03645L11 11ZM9 15.1315L3 19.1315L3 6.8685L9 10.8685V15.1315ZM10 14.4648L10.6972 14H13.3028L14 14.4648V11.5352L13.3028 12H10.6972L10 11.5352V14.4648ZM15 10.8685V15.1315L21 19.1315L21 6.8685M21 6.8685L15 10.8685L21 6.8685Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2434 2.8886L12.9493 7.71823C12.7348 8.51843 11.9123 8.9933 11.1121 8.77889C10.3119 8.56448 9.83707 7.74197 10.0515 6.94177L11.3456 2.11214C11.56 1.31194 12.3825 0.837071 13.1827 1.05148C13.9829 1.2659 14.4578 2.0884 14.2434 2.8886ZM13.2774 2.62978L11.9833 7.45941C11.9119 7.72614 11.6377 7.88443 11.371 7.81296C11.1042 7.74149 10.9459 7.46732 11.0174 7.20059L12.3115 2.37096C12.383 2.10423 12.6571 1.94594 12.9239 2.01741C13.1906 2.08888 13.3489 2.36305 13.2774 2.62978Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 15.1311L3 19.1311L3 6.86816L9 10.8682V15.1311ZM15 10.8682V15.1311L21 19.1311L21 6.86816M21 6.86816L15 10.8682L21 6.86816Z\" fill=\"currentColor\"/> <path d=\"M13.2774 2.62953C13.3489 2.3628 13.1906 2.08863 12.9239 2.01716C12.6571 1.94569 12.383 2.10398 12.3115 2.37071L11.0174 7.20034C10.9459 7.46708 11.1042 7.74125 11.371 7.81272C11.6377 7.88419 11.9119 7.7259 11.9833 7.45916L13.2774 2.62953Z\" fill=\"currentColor\"/> <path d=\"M10.6972 13.9997L10 14.4645V11.5349L10.6972 11.9997H13.3028L14 11.5349V14.4645L13.3028 13.9997H10.6972Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 11H13L20.4453 6.03645C21.1099 5.59342 22 6.06981 22 6.8685V19.1315C22 19.9302 21.1099 20.4066 20.4453 19.9635L13 15H11L3.5547 19.9635C2.89015 20.4066 2 19.9302 2 19.1315V6.8685C2 6.06981 2.89014 5.59342 3.5547 6.03645L11 11ZM9 15.1315L3 19.1315L3 6.8685L9 10.8685V15.1315ZM10 14.4648L10.6972 14H13.3028L14 14.4648V11.5352L13.3028 12H10.6972L10 11.5352V14.4648ZM15 10.8685V15.1315L21 19.1315L21 6.8685M21 6.8685L15 10.8685L21 6.8685Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2434 2.8886L12.9493 7.71823C12.7348 8.51843 11.9123 8.9933 11.1121 8.77889C10.3119 8.56448 9.83707 7.74197 10.0515 6.94177L11.3456 2.11214C11.56 1.31194 12.3825 0.837071 13.1827 1.05148C13.9829 1.2659 14.4578 2.0884 14.2434 2.8886ZM13.2774 2.62978L11.9833 7.45941C11.9119 7.72614 11.6377 7.88443 11.371 7.81296C11.1042 7.74149 10.9459 7.46732 11.0174 7.20059L12.3115 2.37096C12.383 2.10423 12.6571 1.94594 12.9239 2.01741C13.1906 2.08888 13.3489 2.36305 13.2774 2.62978Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 15.1311L3 19.1311L3 6.86816L9 10.8682V15.1311ZM15 10.8682V15.1311L21 19.1311L21 6.86816M21 6.86816L15 10.8682L21 6.86816Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M13.2774 2.62953C13.3489 2.3628 13.1906 2.08863 12.9239 2.01716C12.6571 1.94569 12.383 2.10398 12.3115 2.37071L11.0174 7.20034C10.9459 7.46708 11.1042 7.74125 11.371 7.81272C11.6377 7.88419 11.9119 7.7259 11.9833 7.45916L13.2774 2.62953Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M10.6972 13.9997L10 14.4645V11.5349L10.6972 11.9997H13.3028L14 11.5349V14.4645L13.3028 13.9997H10.6972Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-analog-10",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAnalog10",
          "declaration": {
            "name": "ObiTwowayAnalog10",
            "module": "src/icons/icon-twoway-analog-10.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-analog-10",
          "declaration": {
            "name": "ObiTwowayAnalog10",
            "module": "src/icons/icon-twoway-analog-10.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-analog-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAnalog25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 11H13L20.4453 6.03645C21.1099 5.59342 22 6.06981 22 6.8685V19.1315C22 19.9302 21.1099 20.4066 20.4453 19.9635L13 15H11L3.5547 19.9635C2.89015 20.4066 2 19.9302 2 19.1315V6.8685C2 6.06981 2.89014 5.59342 3.5547 6.03645L11 11ZM7 16.4648L3 19.1315L3 6.8685L7 9.53517V16.4648ZM8 15.7981L10.6972 14H13.3028L16 15.7981V10.2018L13.3028 12H10.6972L8 10.2018V15.7981ZM17 9.53517V16.4648L21 19.1315L21 6.8685M21 6.8685L17 9.53517L21 6.8685Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.7993 7.58038L14.2993 3.25025C14.7135 2.53281 14.4677 1.61543 13.7503 1.20121C13.0328 0.786999 12.1154 1.03281 11.7012 1.75025L9.20121 6.08038C8.787 6.79782 9.03281 7.7152 9.75025 8.12942C10.4677 8.54363 11.3851 8.29782 11.7993 7.58038ZM10.9333 7.08038L13.4333 2.75025C13.5713 2.5111 13.4894 2.20531 13.2503 2.06724C13.0111 1.92917 12.7053 2.0111 12.5672 2.25025L10.0672 6.58038C9.92917 6.81952 10.0111 7.12532 10.2502 7.26339C10.4894 7.40146 10.7952 7.31952 10.9333 7.08038Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 16.4645L3 19.1311L3 6.86816L7 9.53483V16.4645ZM17 9.53483V16.4645L21 19.1311L21 6.86816M21 6.86816L17 9.53483L21 6.86816Z\" fill=\"currentColor\"/> <path d=\"M10.2503 7.26347C10.0112 7.1254 9.92924 6.8196 10.0673 6.58045L12.5673 2.25033C12.7054 2.01118 13.0112 1.92924 13.2503 2.06732C13.4895 2.20539 13.5714 2.51118 13.4333 2.75033L10.9333 7.08045C10.7953 7.3196 10.4895 7.40154 10.2503 7.26347Z\" fill=\"currentColor\"/> <path d=\"M10.6972 14.0001L8 15.7982V10.2019L10.6972 12.0001H13.3028L16 10.2019V15.7982L13.3028 14.0001H10.6972Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 11H13L20.4453 6.03645C21.1099 5.59342 22 6.06981 22 6.8685V19.1315C22 19.9302 21.1099 20.4066 20.4453 19.9635L13 15H11L3.5547 19.9635C2.89015 20.4066 2 19.9302 2 19.1315V6.8685C2 6.06981 2.89014 5.59342 3.5547 6.03645L11 11ZM7 16.4648L3 19.1315L3 6.8685L7 9.53517V16.4648ZM8 15.7981L10.6972 14H13.3028L16 15.7981V10.2018L13.3028 12H10.6972L8 10.2018V15.7981ZM17 9.53517V16.4648L21 19.1315L21 6.8685M21 6.8685L17 9.53517L21 6.8685Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.7993 7.58038L14.2993 3.25025C14.7135 2.53281 14.4677 1.61543 13.7503 1.20121C13.0328 0.786999 12.1154 1.03281 11.7012 1.75025L9.20121 6.08038C8.787 6.79782 9.03281 7.7152 9.75025 8.12942C10.4677 8.54363 11.3851 8.29782 11.7993 7.58038ZM10.9333 7.08038L13.4333 2.75025C13.5713 2.5111 13.4894 2.20531 13.2503 2.06724C13.0111 1.92917 12.7053 2.0111 12.5672 2.25025L10.0672 6.58038C9.92917 6.81952 10.0111 7.12532 10.2502 7.26339C10.4894 7.40146 10.7952 7.31952 10.9333 7.08038Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 16.4645L3 19.1311L3 6.86816L7 9.53483V16.4645ZM17 9.53483V16.4645L21 19.1311L21 6.86816M21 6.86816L17 9.53483L21 6.86816Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M10.2503 7.26347C10.0112 7.1254 9.92924 6.8196 10.0673 6.58045L12.5673 2.25033C12.7054 2.01118 13.0112 1.92924 13.2503 2.06732C13.4895 2.20539 13.5714 2.51118 13.4333 2.75033L10.9333 7.08045C10.7953 7.3196 10.4895 7.40154 10.2503 7.26347Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M10.6972 14.0001L8 15.7982V10.2019L10.6972 12.0001H13.3028L16 10.2019V15.7982L13.3028 14.0001H10.6972Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-analog-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAnalog25",
          "declaration": {
            "name": "ObiTwowayAnalog25",
            "module": "src/icons/icon-twoway-analog-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-analog-25",
          "declaration": {
            "name": "ObiTwowayAnalog25",
            "module": "src/icons/icon-twoway-analog-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-analog-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAnalog50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 11H13L20.4453 6.03645C21.1099 5.59342 22 6.06981 22 6.8685V19.1315C22 19.9302 21.1099 20.4066 20.4453 19.9635L13 15H11L3.5547 19.9635C2.89015 20.4066 2 19.9302 2 19.1315V6.8685C2 6.06981 2.89015 5.59342 3.5547 6.03645L11 11ZM3 6.8685L5 8.20184V17.7981L3 19.1315L3 6.8685ZM6 17.1315L10.6972 14H13.3028L18 17.1315V8.8685L13.3028 12H10.6972L6 8.8685V17.1315ZM19 8.20184V17.7981L21 19.1315L21 6.8685L19 8.20184Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5607 7.09619L15.0962 3.56066C15.682 2.97487 15.682 2.02513 15.0962 1.43934C14.5104 0.853554 13.5607 0.853553 12.9749 1.43934L9.43934 4.97487C8.85355 5.56066 8.85355 6.51041 9.43934 7.09619C10.0251 7.68198 10.9749 7.68198 11.5607 7.09619ZM10.8536 6.38909L14.3891 2.85355C14.5843 2.65829 14.5843 2.34171 14.3891 2.14645C14.1938 1.95118 13.8772 1.95118 13.682 2.14645L10.1464 5.68198C9.95118 5.87724 9.95118 6.19382 10.1464 6.38909C10.3417 6.58435 10.6583 6.58435 10.8536 6.38909Z\" fill=\"currentColor\"/> <path d=\"M5 17.7978V8.2015L3 6.86816L3 19.1311L5 17.7978Z\" fill=\"currentColor\"/> <path d=\"M19 17.7978V8.2015L21 6.86816L21 19.1311L19 17.7978Z\" fill=\"currentColor\"/> <path d=\"M10.1464 6.38909C9.95118 6.19383 9.95118 5.87724 10.1464 5.68198L13.682 2.14645C13.8772 1.95118 14.1938 1.95118 14.3891 2.14645C14.5843 2.34171 14.5843 2.65829 14.3891 2.85355L10.8536 6.38909C10.6583 6.58435 10.3417 6.58435 10.1464 6.38909Z\" fill=\"currentColor\"/> <path d=\"M10.6972 14L6 17.1315V8.86853L10.6972 12H13.3028L18 8.86853V17.1315L13.3028 14H10.6972Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 11H13L20.4453 6.03645C21.1099 5.59342 22 6.06981 22 6.8685V19.1315C22 19.9302 21.1099 20.4066 20.4453 19.9635L13 15H11L3.5547 19.9635C2.89015 20.4066 2 19.9302 2 19.1315V6.8685C2 6.06981 2.89015 5.59342 3.5547 6.03645L11 11ZM3 6.8685L5 8.20184V17.7981L3 19.1315L3 6.8685ZM6 17.1315L10.6972 14H13.3028L18 17.1315V8.8685L13.3028 12H10.6972L6 8.8685V17.1315ZM19 8.20184V17.7981L21 19.1315L21 6.8685L19 8.20184Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5607 7.09619L15.0962 3.56066C15.682 2.97487 15.682 2.02513 15.0962 1.43934C14.5104 0.853554 13.5607 0.853553 12.9749 1.43934L9.43934 4.97487C8.85355 5.56066 8.85355 6.51041 9.43934 7.09619C10.0251 7.68198 10.9749 7.68198 11.5607 7.09619ZM10.8536 6.38909L14.3891 2.85355C14.5843 2.65829 14.5843 2.34171 14.3891 2.14645C14.1938 1.95118 13.8772 1.95118 13.682 2.14645L10.1464 5.68198C9.95118 5.87724 9.95118 6.19382 10.1464 6.38909C10.3417 6.58435 10.6583 6.58435 10.8536 6.38909Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M5 17.7978V8.2015L3 6.86816L3 19.1311L5 17.7978Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M19 17.7978V8.2015L21 6.86816L21 19.1311L19 17.7978Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M10.1464 6.38909C9.95118 6.19383 9.95118 5.87724 10.1464 5.68198L13.682 2.14645C13.8772 1.95118 14.1938 1.95118 14.3891 2.14645C14.5843 2.34171 14.5843 2.65829 14.3891 2.85355L10.8536 6.38909C10.6583 6.58435 10.3417 6.58435 10.1464 6.38909Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M10.6972 14L6 17.1315V8.86853L10.6972 12H13.3028L18 8.86853V17.1315L13.3028 14H10.6972Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-analog-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAnalog50",
          "declaration": {
            "name": "ObiTwowayAnalog50",
            "module": "src/icons/icon-twoway-analog-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-analog-50",
          "declaration": {
            "name": "ObiTwowayAnalog50",
            "module": "src/icons/icon-twoway-analog-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-analog-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAnalog75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 11H13L20.4453 6.03645C21.1099 5.59342 22 6.06981 22 6.8685V19.1315C22 19.9302 21.1099 20.4066 20.4453 19.9635L13 15H11L3.5547 19.9635C2.89015 20.4066 2 19.9302 2 19.1315V6.8685C2 6.06981 2.89015 5.59342 3.5547 6.03645L11 11ZM3 6.8685L4 7.53517V18.4648L3 19.1315L3 6.8685ZM5 17.7981L10.6972 14H13.3028L19 17.7981V8.20184L13.3028 12H10.6972L5 8.20184V17.7981ZM20 7.53517V18.4648L21 19.1315V6.8685L20 7.53517Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.8886 6.24336L14.7182 4.94926C15.5184 4.73485 15.9933 3.91234 15.7789 3.11214C15.5645 2.31194 14.742 1.83707 13.9418 2.05148L9.11214 3.34558C8.31194 3.55999 7.83707 4.3825 8.05148 5.1827C8.2659 5.98289 9.0884 6.45777 9.8886 6.24336ZM9.62978 5.27743L14.4594 3.98334C14.7261 3.91186 14.8844 3.6377 14.813 3.37096C14.7415 3.10423 14.4673 2.94594 14.2006 3.01741L9.37096 4.31151C9.10423 4.38298 8.94594 4.65715 9.01741 4.92388C9.08888 5.19061 9.36305 5.3489 9.62978 5.27743Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 6.86816L4 7.53483V18.4645L3 19.1311L3 6.86816ZM20 7.53483V18.4645L21 19.1311V6.86816L20 7.53483Z\" fill=\"currentColor\"/> <path d=\"M9.01741 4.92363C8.94593 4.6569 9.10423 4.38273 9.37096 4.31126L14.2006 3.01716C14.4673 2.94569 14.7415 3.10398 14.813 3.37071C14.8844 3.63745 14.7261 3.91162 14.4594 3.98309L9.62978 5.27718C9.36304 5.34865 9.08888 5.19036 9.01741 4.92363Z\" fill=\"currentColor\"/> <path d=\"M10.6972 13.9997L5 17.7979V8.2016L10.6972 11.9997H13.3028L19 8.2016V17.7979L13.3028 13.9997H10.6972Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 11H13L20.4453 6.03645C21.1099 5.59342 22 6.06981 22 6.8685V19.1315C22 19.9302 21.1099 20.4066 20.4453 19.9635L13 15H11L3.5547 19.9635C2.89015 20.4066 2 19.9302 2 19.1315V6.8685C2 6.06981 2.89015 5.59342 3.5547 6.03645L11 11ZM3 6.8685L4 7.53517V18.4648L3 19.1315L3 6.8685ZM5 17.7981L10.6972 14H13.3028L19 17.7981V8.20184L13.3028 12H10.6972L5 8.20184V17.7981ZM20 7.53517V18.4648L21 19.1315V6.8685L20 7.53517Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.8886 6.24336L14.7182 4.94926C15.5184 4.73485 15.9933 3.91234 15.7789 3.11214C15.5645 2.31194 14.742 1.83707 13.9418 2.05148L9.11214 3.34558C8.31194 3.55999 7.83707 4.3825 8.05148 5.1827C8.2659 5.98289 9.0884 6.45777 9.8886 6.24336ZM9.62978 5.27743L14.4594 3.98334C14.7261 3.91186 14.8844 3.6377 14.813 3.37096C14.7415 3.10423 14.4673 2.94594 14.2006 3.01741L9.37096 4.31151C9.10423 4.38298 8.94594 4.65715 9.01741 4.92388C9.08888 5.19061 9.36305 5.3489 9.62978 5.27743Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 6.86816L4 7.53483V18.4645L3 19.1311L3 6.86816ZM20 7.53483V18.4645L21 19.1311V6.86816L20 7.53483Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M9.01741 4.92363C8.94593 4.6569 9.10423 4.38273 9.37096 4.31126L14.2006 3.01716C14.4673 2.94569 14.7415 3.10398 14.813 3.37071C14.8844 3.63745 14.7261 3.91162 14.4594 3.98309L9.62978 5.27718C9.36304 5.34865 9.08888 5.19036 9.01741 4.92363Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M10.6972 13.9997L5 17.7979V8.2016L10.6972 11.9997H13.3028L19 8.2016V17.7979L13.3028 13.9997H10.6972Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-analog-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAnalog75",
          "declaration": {
            "name": "ObiTwowayAnalog75",
            "module": "src/icons/icon-twoway-analog-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-analog-75",
          "declaration": {
            "name": "ObiTwowayAnalog75",
            "module": "src/icons/icon-twoway-analog-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-analog-closed.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAnalogClosed",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 14.4645V11.5348L21 6.86816V19.1311L14 14.4645Z\" fill=\"currentColor\"/> <path d=\"M3 19.1311L10 14.4645V11.5348L3 6.86816V19.1311Z\" fill=\"currentColor\"/> <path d=\"M11 8C11 8.55228 11.4477 9 12 9C12.5523 9 13 8.55228 13 8V2C13 1.44772 12.5523 1 12 1C11.4477 1 11 1.44772 11 2V8Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 11V15L20.4453 19.9635C21.1099 20.4066 22 19.9302 22 19.1315V6.8685C22 6.06981 21.1099 5.59342 20.4453 6.03645L13 11ZM14 14.4648V11.5352L21 6.8685V19.1315L14 14.4648Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5547 6.03645L11 11V15L3.5547 19.9635C2.89015 20.4066 2 19.9302 2 19.1315V6.8685C2 6.06981 2.89015 5.59342 3.5547 6.03645ZM3 19.1315L10 14.4648V11.5352L3 6.8685L3 19.1315Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 14.4645V11.5348L21 6.86816V19.1311L14 14.4645Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M3 19.1311L10 14.4645V11.5348L3 6.86816V19.1311Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M11 8C11 8.55228 11.4477 9 12 9C12.5523 9 13 8.55228 13 8V2C13 1.44772 12.5523 1 12 1C11.4477 1 11 1.44772 11 2V8Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 11V15L20.4453 19.9635C21.1099 20.4066 22 19.9302 22 19.1315V6.8685C22 6.06981 21.1099 5.59342 20.4453 6.03645L13 11ZM14 14.4648V11.5352L21 6.8685V19.1315L14 14.4648Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5547 6.03645L11 11V15L3.5547 19.9635C2.89015 20.4066 2 19.9302 2 19.1315V6.8685C2 6.06981 2.89015 5.59342 3.5547 6.03645ZM3 19.1315L10 14.4648V11.5352L3 6.8685L3 19.1315Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-analog-closed",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAnalogClosed",
          "declaration": {
            "name": "ObiTwowayAnalogClosed",
            "module": "src/icons/icon-twoway-analog-closed.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-analog-closed",
          "declaration": {
            "name": "ObiTwowayAnalogClosed",
            "module": "src/icons/icon-twoway-analog-closed.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-analog-open.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayAnalogOpen",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 11L3.5547 6.03645C2.89015 5.59342 2 6.06981 2 6.8685V19.1315C2 19.9302 2.89015 20.4066 3.5547 19.9635L11 15H13L20.4453 19.9635C21.1099 20.4066 22 19.9302 22 19.1315V6.8685C22 6.06981 21.1099 5.59342 20.4453 6.03645L13 11H11ZM3 6.8685L3 19.1315L10.6972 14H13.3028L21 19.1315V6.8685L13.3028 12H10.6972L3 6.8685Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 5H14.5C15.3284 5 16 4.32843 16 3.5C16 2.67157 15.3284 2 14.5 2H9.5C8.67157 2 8 2.67157 8 3.5C8 4.32843 8.67157 5 9.5 5ZM9.5 4L14.5 4C14.7761 4 15 3.77614 15 3.5C15 3.22386 14.7761 3 14.5 3L9.5 3C9.22386 3 9 3.22386 9 3.5C9 3.77614 9.22386 4 9.5 4Z\" fill=\"currentColor\"/> <path d=\"M10.6972 12H13.3028L21 6.8685V19.1315L13.3028 14H10.6972L3 19.1315V6.8685L10.6972 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 4L14.5 4C14.7761 4 15 3.77614 15 3.5C15 3.22386 14.7761 3 14.5 3L9.5 3C9.22386 3 9 3.22386 9 3.5C9 3.77614 9.22386 4 9.5 4Z\" fill=\"currentColor\"/> <path d=\"M14.5 4L9.5 4C9.22386 4 9 3.77614 9 3.5C9 3.22386 9.22386 3 9.5 3L14.5 3C14.7761 3 15 3.22386 15 3.5C15 3.77614 14.7761 4 14.5 4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 11L3.5547 6.03645C2.89015 5.59342 2 6.06981 2 6.8685V19.1315C2 19.9302 2.89015 20.4066 3.5547 19.9635L11 15H13L20.4453 19.9635C21.1099 20.4066 22 19.9302 22 19.1315V6.8685C22 6.06981 21.1099 5.59342 20.4453 6.03645L13 11H11ZM3 6.8685L3 19.1315L10.6972 14H13.3028L21 19.1315V6.8685L13.3028 12H10.6972L3 6.8685Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 5H14.5C15.3284 5 16 4.32843 16 3.5C16 2.67157 15.3284 2 14.5 2H9.5C8.67157 2 8 2.67157 8 3.5C8 4.32843 8.67157 5 9.5 5ZM9.5 4L14.5 4C14.7761 4 15 3.77614 15 3.5C15 3.22386 14.7761 3 14.5 3L9.5 3C9.22386 3 9 3.22386 9 3.5C9 3.77614 9.22386 4 9.5 4Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M10.6972 12H13.3028L21 6.8685V19.1315L13.3028 14H10.6972L3 19.1315V6.8685L10.6972 12Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 4L14.5 4C14.7761 4 15 3.77614 15 3.5C15 3.22386 14.7761 3 14.5 3L9.5 3C9.22386 3 9 3.22386 9 3.5C9 3.77614 9.22386 4 9.5 4Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M14.5 4L9.5 4C9.22386 4 9 3.77614 9 3.5C9 3.22386 9.22386 3 9.5 3L14.5 3C14.7761 3 15 3.22386 15 3.5C15 3.77614 14.7761 4 14.5 4Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-analog-open",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayAnalogOpen",
          "declaration": {
            "name": "ObiTwowayAnalogOpen",
            "module": "src/icons/icon-twoway-analog-open.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-analog-open",
          "declaration": {
            "name": "ObiTwowayAnalogOpen",
            "module": "src/icons/icon-twoway-analog-open.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-digital-closed.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayDigitalClosed",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 13.4645V10.5348L21 5.86816V18.1311L14 13.4645Z\" fill=\"currentColor\"/> <path d=\"M3 18.1311L10 13.4645V10.5348L3 5.86816V18.1311Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 10.5355V13.4652L21 18.1318V5.86887L14 10.5355ZM13 14.0004V10.0004L20.4453 5.03682C21.1099 4.59378 22 5.07017 22 5.86887V18.1318C22 18.9305 21.1099 19.4069 20.4453 18.9639L13 14.0004ZM10 13.4652L3 18.1318L3 5.86887L10 10.5355V13.4652ZM11 10.0004L3.5547 5.03682C2.89015 4.59378 2 5.07017 2 5.86887V18.1318C2 18.9305 2.89015 19.4069 3.5547 18.9639L11 14.0004V10.0004Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 13.4645V10.5348L21 5.86816V18.1311L14 13.4645Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M3 18.1311L10 13.4645V10.5348L3 5.86816V18.1311Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 10.5355V13.4652L21 18.1318V5.86887L14 10.5355ZM13 14.0004V10.0004L20.4453 5.03682C21.1099 4.59378 22 5.07017 22 5.86887V18.1318C22 18.9305 21.1099 19.4069 20.4453 18.9639L13 14.0004ZM10 13.4652L3 18.1318L3 5.86887L10 10.5355V13.4652ZM11 10.0004L3.5547 5.03682C2.89015 4.59378 2 5.07017 2 5.86887V18.1318C2 18.9305 2.89015 19.4069 3.5547 18.9639L11 14.0004V10.0004Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-digital-closed",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayDigitalClosed",
          "declaration": {
            "name": "ObiTwowayDigitalClosed",
            "module": "src/icons/icon-twoway-digital-closed.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-digital-closed",
          "declaration": {
            "name": "ObiTwowayDigitalClosed",
            "module": "src/icons/icon-twoway-digital-closed.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-digital-non-return.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayDigitalNonReturn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.0004V14.0004H11L3.5547 18.9639C2.89015 19.4069 2 18.9305 2 18.1318V5.86887C2 5.07017 2.89015 4.59378 3.5547 5.03682L11 10.0004H13ZM10.6972 11.0004H12V13.0004H10.6972L3 18.1318L3 5.86887L10.6972 11.0004Z\" fill=\"currentColor\"/> <path d=\"M14 13.9999V9.99986L20.4 5.19986C21.0592 4.70544 22 5.17582 22 5.99986V17.9999C22 18.8239 21.0592 19.2943 20.4 18.7999L14 13.9999Z\" fill=\"currentColor\"/> <path d=\"M10.6972 10.9996H12V12.9996H10.6972L3 18.1311V5.86816L10.6972 10.9996Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.0004V14.0004H11L3.5547 18.9639C2.89015 19.4069 2 18.9305 2 18.1318V5.86887C2 5.07017 2.89015 4.59378 3.5547 5.03682L11 10.0004H13ZM10.6972 11.0004H12V13.0004H10.6972L3 18.1318L3 5.86887L10.6972 11.0004Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14 13.9999V9.99986L20.4 5.19986C21.0592 4.70544 22 5.17582 22 5.99986V17.9999C22 18.8239 21.0592 19.2943 20.4 18.7999L14 13.9999Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M10.6972 10.9996H12V12.9996H10.6972L3 18.1311V5.86816L10.6972 10.9996Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-digital-non-return",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayDigitalNonReturn",
          "declaration": {
            "name": "ObiTwowayDigitalNonReturn",
            "module": "src/icons/icon-twoway-digital-non-return.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-digital-non-return",
          "declaration": {
            "name": "ObiTwowayDigitalNonReturn",
            "module": "src/icons/icon-twoway-digital-non-return.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-digital-open.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayDigitalOpen",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.5547 5.03682L11 10.0004H13L20.4453 5.03682C21.1099 4.59378 22 5.07017 22 5.86887V18.1318C22 18.9305 21.1099 19.4069 20.4453 18.9639L13 14.0004H11L3.5547 18.9639C2.89015 19.4069 2 18.9305 2 18.1318V5.86887C2 5.07017 2.89015 4.59378 3.5547 5.03682Z\" fill=\"currentColor\"/> <path d=\"M10.6972 10.9996H13.3028L21 5.86816V18.1311L13.3028 12.9996H10.6972L3 18.1311V5.86816L10.6972 10.9996Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.5547 5.03682L11 10.0004H13L20.4453 5.03682C21.1099 4.59378 22 5.07017 22 5.86887V18.1318C22 18.9305 21.1099 19.4069 20.4453 18.9639L13 14.0004H11L3.5547 18.9639C2.89015 19.4069 2 18.9305 2 18.1318V5.86887C2 5.07017 2.89015 4.59378 3.5547 5.03682Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M10.6972 10.9996H13.3028L21 5.86816V18.1311L13.3028 12.9996H10.6972L3 18.1311V5.86816L10.6972 10.9996Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-digital-open",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayDigitalOpen",
          "declaration": {
            "name": "ObiTwowayDigitalOpen",
            "module": "src/icons/icon-twoway-digital-open.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-digital-open",
          "declaration": {
            "name": "ObiTwowayDigitalOpen",
            "module": "src/icons/icon-twoway-digital-open.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-digital-static.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayDigitalStatic",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.5547 5.03682L11 10.0004H13L20.4453 5.03682C21.1099 4.59378 22 5.07017 22 5.86887V18.1318C22 18.9305 21.1099 19.4069 20.4453 18.9639L13 14.0004H11L3.5547 18.9639C2.89015 19.4069 2 18.9305 2 18.1318V5.86887C2 5.07017 2.89015 4.59378 3.5547 5.03682Z\" fill=\"currentColor\"/> <path d=\"M10.6972 10.9996H13.3028L21 5.86816V18.1311L13.3028 12.9996H10.6972L3 18.1311V5.86816L10.6972 10.9996Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.5547 5.03682L11 10.0004H13L20.4453 5.03682C21.1099 4.59378 22 5.07017 22 5.86887V18.1318C22 18.9305 21.1099 19.4069 20.4453 18.9639L13 14.0004H11L3.5547 18.9639C2.89015 19.4069 2 18.9305 2 18.1318V5.86887C2 5.07017 2.89015 4.59378 3.5547 5.03682Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M10.6972 10.9996H13.3028L21 5.86816V18.1311L13.3028 12.9996H10.6972L3 18.1311V5.86816L10.6972 10.9996Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-digital-static",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayDigitalStatic",
          "declaration": {
            "name": "ObiTwowayDigitalStatic",
            "module": "src/icons/icon-twoway-digital-static.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-digital-static",
          "declaration": {
            "name": "ObiTwowayDigitalStatic",
            "module": "src/icons/icon-twoway-digital-static.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-stacked-10.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayStacked10",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10L3.5547 5.03647C2.89014 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V0H11ZM9 14.1315V9.86852L3 5.86852L3 18.1315L9 14.1315ZM10 13.4648V10.5352L10.6972 11H13.3028L14 10.5352V13.4648L13.3028 13H10.6972L10 13.4648ZM15 14.1315V9.86852L21 5.86852L21 18.1315L15 14.1315Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 14.1311L3 18.1311L3 5.86816L9 9.86817V14.1311ZM15 9.86816V14.1311L21 18.1311L21 5.86816M21 5.86816L15 9.86816L21 5.86816Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 13.4648L10.6972 13H13.3028L14 13.4648V10.5352L13.3028 11H10.6972L10 10.5352V13.4648Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10L3.5547 5.03647C2.89014 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V0H11ZM9 14.1315V9.86852L3 5.86852L3 18.1315L9 14.1315ZM10 13.4648V10.5352L10.6972 11H13.3028L14 10.5352V13.4648L13.3028 13H10.6972L10 13.4648ZM15 14.1315V9.86852L21 5.86852L21 18.1315L15 14.1315Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 14.1311L3 18.1311L3 5.86816L9 9.86817V14.1311ZM15 9.86816V14.1311L21 18.1311L21 5.86816M21 5.86816L15 9.86816L21 5.86816Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 13.4648L10.6972 13H13.3028L14 13.4648V10.5352L13.3028 11H10.6972L10 10.5352V13.4648Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-stacked-10",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayStacked10",
          "declaration": {
            "name": "ObiTwowayStacked10",
            "module": "src/icons/icon-twoway-stacked-10.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-stacked-10",
          "declaration": {
            "name": "ObiTwowayStacked10",
            "module": "src/icons/icon-twoway-stacked-10.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-stacked-25.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayStacked25",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10L3.5547 5.03647C2.89014 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V0H11ZM7 15.4648V8.53518L3 5.86852L3 18.1315L7 15.4648ZM8 14.7981V9.20185L10.6972 11H13.3028L16 9.20185V14.7981L13.3028 13H10.6972L8 14.7981ZM17 15.4648V8.53518L21 5.86852L21 18.1315L17 15.4648Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 15.4645L3 18.1311L3 5.86816L7 8.53483V15.4645ZM17 8.53483V15.4645L21 18.1311L21 5.86816M21 5.86816L17 8.53483L21 5.86816Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 14.7984L10.6972 13.0003H13.3028L16 14.7984V9.20215L13.3028 11.0003H10.6972L8 9.20215V14.7984Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10L3.5547 5.03647C2.89014 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V0H11ZM7 15.4648V8.53518L3 5.86852L3 18.1315L7 15.4648ZM8 14.7981V9.20185L10.6972 11H13.3028L16 9.20185V14.7981L13.3028 13H10.6972L8 14.7981ZM17 15.4648V8.53518L21 5.86852L21 18.1315L17 15.4648Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 15.4645L3 18.1311L3 5.86816L7 8.53483V15.4645ZM17 8.53483V15.4645L21 18.1311L21 5.86816M21 5.86816L17 8.53483L21 5.86816Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 14.7984L10.6972 13.0003H13.3028L16 14.7984V9.20215L13.3028 11.0003H10.6972L8 9.20215V14.7984Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-stacked-25",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayStacked25",
          "declaration": {
            "name": "ObiTwowayStacked25",
            "module": "src/icons/icon-twoway-stacked-25.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-stacked-25",
          "declaration": {
            "name": "ObiTwowayStacked25",
            "module": "src/icons/icon-twoway-stacked-25.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-stacked-50.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayStacked50",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10L3.5547 5.03647C2.89015 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V0H11ZM3 5.86852L3 18.1315L5 16.7981V7.20185L3 5.86852ZM6 16.1315V7.86852L10.6972 11H13.3028L18 7.86852V16.1315L13.3028 13H10.6972L6 16.1315ZM19 16.7981V7.20185L21 5.86852L21 18.1315L19 16.7981Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5.86816L5 7.2015V16.7978L3 18.1311L3 5.86816ZM19 7.2015V16.7978L21 18.1311L21 5.86816L19 7.2015Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 16.1321L10.6972 13.0006H13.3028L18 16.1321V7.86914L13.3028 11.0006H10.6972L6 7.86914V16.1321Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10L3.5547 5.03647C2.89015 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V0H11ZM3 5.86852L3 18.1315L5 16.7981V7.20185L3 5.86852ZM6 16.1315V7.86852L10.6972 11H13.3028L18 7.86852V16.1315L13.3028 13H10.6972L6 16.1315ZM19 16.7981V7.20185L21 5.86852L21 18.1315L19 16.7981Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5.86816L5 7.2015V16.7978L3 18.1311L3 5.86816ZM19 7.2015V16.7978L21 18.1311L21 5.86816L19 7.2015Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 16.1321L10.6972 13.0006H13.3028L18 16.1321V7.86914L13.3028 11.0006H10.6972L6 7.86914V16.1321Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-stacked-50",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayStacked50",
          "declaration": {
            "name": "ObiTwowayStacked50",
            "module": "src/icons/icon-twoway-stacked-50.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-stacked-50",
          "declaration": {
            "name": "ObiTwowayStacked50",
            "module": "src/icons/icon-twoway-stacked-50.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-stacked-75.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayStacked75",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10L3.5547 5.03647C2.89015 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V0H11ZM3 5.86852L3 18.1315L4 17.4648V6.53518L3 5.86852ZM5 16.7981V7.20185L10.6972 11H13.3028L19 7.20185V16.7981L13.3028 13H10.6972L5 16.7981ZM20 17.4648V6.53518L21 5.86852V18.1315L20 17.4648Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5.86816L4 6.53483V17.4645L3 18.1311L3 5.86816ZM20 6.53483V17.4645L21 18.1311V5.86816L20 6.53483Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 16.7984L10.6972 13.0003H13.3028L19 16.7984V7.20215L13.3028 11.0003H10.6972L5 7.20215V16.7984Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10L3.5547 5.03647C2.89015 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V0H11ZM3 5.86852L3 18.1315L4 17.4648V6.53518L3 5.86852ZM5 16.7981V7.20185L10.6972 11H13.3028L19 7.20185V16.7981L13.3028 13H10.6972L5 16.7981ZM20 17.4648V6.53518L21 5.86852V18.1315L20 17.4648Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5.86816L4 6.53483V17.4645L3 18.1311L3 5.86816ZM20 6.53483V17.4645L21 18.1311V5.86816L20 6.53483Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 16.7984L10.6972 13.0003H13.3028L19 16.7984V7.20215L13.3028 11.0003H10.6972L5 7.20215V16.7984Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-stacked-75",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayStacked75",
          "declaration": {
            "name": "ObiTwowayStacked75",
            "module": "src/icons/icon-twoway-stacked-75.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-stacked-75",
          "declaration": {
            "name": "ObiTwowayStacked75",
            "module": "src/icons/icon-twoway-stacked-75.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-stacked-closed-left.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayStackedClosedLeft",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V0H11ZM13 11.25V12.75L21 18.1315V5.86852L13 11.25Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 10.4999L3 5.99986L3 17.9999L9 13.4999V10.4999Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 10.4999L3 5.99986L3 17.9999L9 13.4999V10.4999ZM10 9.99986L3.6 5.19986C2.94076 4.70544 2 5.17582 2 5.99986V17.9999C2 18.8239 2.94076 19.2943 3.6 18.7999L10 13.9999V9.99986Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.9999 12.7496L21 18.1311L21 5.86816L13 11.2496L12.9999 12.7496Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V0H11ZM13 11.25V12.75L21 18.1315V5.86852L13 11.25Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 10.4999L3 5.99986L3 17.9999L9 13.4999V10.4999Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 10.4999L3 5.99986L3 17.9999L9 13.4999V10.4999ZM10 9.99986L3.6 5.19986C2.94076 4.70544 2 5.17582 2 5.99986V17.9999C2 18.8239 2.94076 19.2943 3.6 18.7999L10 13.9999V9.99986Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.9999 12.7496L21 18.1311L21 5.86816L13 11.2496L12.9999 12.7496Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-stacked-closed-left",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayStackedClosedLeft",
          "declaration": {
            "name": "ObiTwowayStackedClosedLeft",
            "module": "src/icons/icon-twoway-stacked-closed-left.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-stacked-closed-left",
          "declaration": {
            "name": "ObiTwowayStackedClosedLeft",
            "module": "src/icons/icon-twoway-stacked-closed-left.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-stacked-closed-right.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayStackedClosedRight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V14H11L3.5547 18.9635C2.89014 19.4066 2 18.9302 2 18.1315V5.86852C2 5.06982 2.89015 4.59343 3.5547 5.03647L11 10V0H13ZM11 11.25V12.75L3 18.1315V5.86852L11 11.25Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10.4999L21 5.99986V17.9999L15 13.4999V10.4999Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10.4999L21 5.99986V17.9999L15 13.4999V10.4999ZM14 9.99986L20.4 5.19986C21.0592 4.70544 22 5.17582 22 5.99986V17.9999C22 18.8239 21.0592 19.2943 20.4 18.7999L14 13.9999V9.99986Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9999 12.7496L2.99988 18.1311L2.99988 5.86816L10.9999 11.2496L10.9999 12.7496Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 0V14H11L3.5547 18.9635C2.89014 19.4066 2 18.9302 2 18.1315V5.86852C2 5.06982 2.89015 4.59343 3.5547 5.03647L11 10V0H13ZM11 11.25V12.75L3 18.1315V5.86852L11 11.25Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10.4999L21 5.99986V17.9999L15 13.4999V10.4999Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10.4999L21 5.99986V17.9999L15 13.4999V10.4999ZM14 9.99986L20.4 5.19986C21.0592 4.70544 22 5.17582 22 5.99986V17.9999C22 18.8239 21.0592 19.2943 20.4 18.7999L14 13.9999V9.99986Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9999 12.7496L2.99988 18.1311L2.99988 5.86816L10.9999 11.2496L10.9999 12.7496Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-stacked-closed-right",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayStackedClosedRight",
          "declaration": {
            "name": "ObiTwowayStackedClosedRight",
            "module": "src/icons/icon-twoway-stacked-closed-right.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-stacked-closed-right",
          "declaration": {
            "name": "ObiTwowayStackedClosedRight",
            "module": "src/icons/icon-twoway-stacked-closed-right.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-stacked-closed.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayStackedClosed",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 9.51479L3 5.94336V18.057L8 14.4856V9.51479Z\" fill=\"currentColor\"/> <path d=\"M16 14.4856V9.51479L21 5.94336L21 18.057L16 14.4856Z\" fill=\"currentColor\"/> <path d=\"M13 0H11L11 15C11 15.5523 11.4477 16 12 16C12.5523 16 13 15.5523 13 15L13 0Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 5.94319C2 5.12982 2.91937 4.65669 3.58124 5.12946L9 9V15L3.58124 18.8705C2.91937 19.3433 2 18.8702 2 18.0568V5.94319ZM3 5.94319L8 9.51462V14.4854L3 18.0568V5.94319Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 18.0568V5.94319C22 5.12982 21.0806 4.65669 20.4188 5.12946L15 9V15L20.4188 18.8705C21.0806 19.3433 22 18.8702 22 18.0568ZM16 14.4854V9.51462L21 5.94319L21 18.0568L16 14.4854Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 9.51479L3 5.94336V18.057L8 14.4856V9.51479Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M16 14.4856V9.51479L21 5.94336L21 18.057L16 14.4856Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M13 0H11L11 15C11 15.5523 11.4477 16 12 16C12.5523 16 13 15.5523 13 15L13 0Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 5.94319C2 5.12982 2.91937 4.65669 3.58124 5.12946L9 9V15L3.58124 18.8705C2.91937 19.3433 2 18.8702 2 18.0568V5.94319ZM3 5.94319L8 9.51462V14.4854L3 18.0568V5.94319Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 18.0568V5.94319C22 5.12982 21.0806 4.65669 20.4188 5.12946L15 9V15L20.4188 18.8705C21.0806 19.3433 22 18.8702 22 18.0568ZM16 14.4854V9.51462L21 5.94319L21 18.0568L16 14.4854Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-stacked-closed",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayStackedClosed",
          "declaration": {
            "name": "ObiTwowayStackedClosed",
            "module": "src/icons/icon-twoway-stacked-closed.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-stacked-closed",
          "declaration": {
            "name": "ObiTwowayStackedClosed",
            "module": "src/icons/icon-twoway-stacked-closed.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-twoway-stacked-open.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiTwowayStackedOpen",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10L3.5547 5.03647C2.89015 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V0H11ZM3 5.86852L10.6972 11H13.3028L21 5.86852V18.1315L13.3028 13H10.6972L3 18.1315L3 5.86852Z\" fill=\"currentColor\"/> <path d=\"M3 5.86816V18.1311L10.6972 12.9996H13.3028L21 18.1311V5.86816L13.3028 10.9996H10.6972L3 5.86816Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 0V10L3.5547 5.03647C2.89015 4.59343 2 5.06982 2 5.86852V18.1315C2 18.9302 2.89015 19.4066 3.5547 18.9635L11 14H13L20.4453 18.9635C21.1099 19.4066 22 18.9302 22 18.1315V5.86852C22 5.06982 21.1099 4.59343 20.4453 5.03647L13 10V0H11ZM3 5.86852L10.6972 11H13.3028L21 5.86852V18.1315L13.3028 13H10.6972L3 18.1315L3 5.86852Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M3 5.86816V18.1311L10.6972 12.9996H13.3028L21 18.1311V5.86816L13.3028 10.9996H10.6972L3 5.86816Z\" style=\"fill: var(--automation-device-primary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-twoway-stacked-open",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiTwowayStackedOpen",
          "declaration": {
            "name": "ObiTwowayStackedOpen",
            "module": "src/icons/icon-twoway-stacked-open.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-twoway-stacked-open",
          "declaration": {
            "name": "ObiTwowayStackedOpen",
            "module": "src/icons/icon-twoway-stacked-open.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-underwaysailing.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiUnderwaysailing",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.5 12.5H20C20 8.5 16.5 3.5 12.5 2C13.5492 5.07351 13.7285 9.46764 12.5 12.5Z\" fill=\"currentColor\"/> <path d=\"M11 3L4 12.5H11V3Z\" fill=\"currentColor\"/> <path d=\"M21 14H3C3 14.9258 3.25793 15.7406 3.70349 16.447C4.14953 16.3799 4.58541 16.2497 5.01172 16.0605C5.31167 15.9313 6.00021 15.5 6.00021 15.5C6.00021 15.5 6.6857 15.9268 6.98565 16.056C8.27971 16.6143 9.71724 16.6147 11.0115 16.0572C11.3115 15.928 12.0002 15.5 12.0002 15.5C12.0002 15.5 12.6885 15.928 12.9885 16.0572C14.2809 16.6139 15.7161 16.6143 17.0086 16.0584C17.3086 15.9292 17.9996 15.5073 17.9996 15.5073C17.9996 15.5073 18.6879 15.9353 18.9878 16.0645C19.4118 16.2517 19.8519 16.3805 20.2964 16.4471C20.742 15.7407 21 14.9259 21 14Z\" fill=\"currentColor\"/> <path d=\"M18 19.25C18.94 19.75 19.97 20 21 20H22V18H21C20.3196 18 19.6348 17.8502 18.9878 17.5645C18.6879 17.4353 17.9996 17.0073 17.9996 17.0073C17.9996 17.0073 17.3086 17.4292 17.0086 17.5584C15.7161 18.1143 14.2809 18.1139 12.9885 17.5572C12.6885 17.428 12.0002 17 12.0002 17C12.0002 17 11.3115 17.428 11.0115 17.5572C9.71724 18.1147 8.27971 18.1143 6.98565 17.556C6.6857 17.4268 6.00021 17 6.00021 17C6.00021 17 5.31167 17.4313 5.01172 17.5605C4.36216 17.8488 3.68364 18 3 18H2V20H3C4.03 20 5.05 19.75 6 19.25C7.89 20.25 10.11 20.25 12 19.25C13.89 20.25 16.11 20.25 18 19.25Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.5 12.5H20C20 8.5 16.5 3.5 12.5 2C13.5492 5.07351 13.7285 9.46764 12.5 12.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 3L4 12.5H11V3Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 14H3C3 14.9258 3.25793 15.7406 3.70349 16.447C4.14953 16.3799 4.58541 16.2497 5.01172 16.0605C5.31167 15.9313 6.00021 15.5 6.00021 15.5C6.00021 15.5 6.6857 15.9268 6.98565 16.056C8.27971 16.6143 9.71724 16.6147 11.0115 16.0572C11.3115 15.928 12.0002 15.5 12.0002 15.5C12.0002 15.5 12.6885 15.928 12.9885 16.0572C14.2809 16.6139 15.7161 16.6143 17.0086 16.0584C17.3086 15.9292 17.9996 15.5073 17.9996 15.5073C17.9996 15.5073 18.6879 15.9353 18.9878 16.0645C19.4118 16.2517 19.8519 16.3805 20.2964 16.4471C20.742 15.7407 21 14.9259 21 14Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 19.25C18.94 19.75 19.97 20 21 20H22V18H21C20.3196 18 19.6348 17.8502 18.9878 17.5645C18.6879 17.4353 17.9996 17.0073 17.9996 17.0073C17.9996 17.0073 17.3086 17.4292 17.0086 17.5584C15.7161 18.1143 14.2809 18.1139 12.9885 17.5572C12.6885 17.428 12.0002 17 12.0002 17C12.0002 17 11.3115 17.428 11.0115 17.5572C9.71724 18.1147 8.27971 18.1143 6.98565 17.556C6.6857 17.4268 6.00021 17 6.00021 17C6.00021 17 5.31167 17.4313 5.01172 17.5605C4.36216 17.8488 3.68364 18 3 18H2V20H3C4.03 20 5.05 19.75 6 19.25C7.89 20.25 10.11 20.25 12 19.25C13.89 20.25 16.11 20.25 18 19.25Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-underwaysailing",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiUnderwaysailing",
          "declaration": {
            "name": "ObiUnderwaysailing",
            "module": "src/icons/icon-underwaysailing.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-underwaysailing",
          "declaration": {
            "name": "ObiUnderwaysailing",
            "module": "src/icons/icon-underwaysailing.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-underwayusingengine.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiUnderwayusingengine",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.3599 9C21.9121 9 22.3599 9.44772 22.3599 10V18C22.3599 18.5523 21.9121 19 21.3599 19H20.3599V16.5H17.3598L17.3599 19H7.85982L4.85982 13.5H3.85986L3.85982 16.5H2.35986V8.5H3.85982L3.85977 11.5H4.85977L7.85982 7H10.3598V5.5H7.35982V4H15.3598V5.5H12.3598V7H15.8596L17.3598 11.5H20.3599V9H21.3599Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.3599 9C21.9121 9 22.3599 9.44772 22.3599 10V18C22.3599 18.5523 21.9121 19 21.3599 19H20.3599V16.5H17.3598L17.3599 19H7.85982L4.85982 13.5H3.85986L3.85982 16.5H2.35986V8.5H3.85982L3.85977 11.5H4.85977L7.85982 7H10.3598V5.5H7.35982V4H15.3598V5.5H12.3598V7H15.8596L17.3598 11.5H20.3599V9H21.3599Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-underwayusingengine",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiUnderwayusingengine",
          "declaration": {
            "name": "ObiUnderwayusingengine",
            "module": "src/icons/icon-underwayusingengine.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-underwayusingengine",
          "declaration": {
            "name": "ObiUnderwayusingengine",
            "module": "src/icons/icon-underwayusingengine.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-undo-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiUndoIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.31323 18.9473V16.9473H14.4132C15.4632 16.9473 16.3756 16.6139 17.1502 15.9473C17.9256 15.2806 18.3132 14.4473 18.3132 13.4473C18.3132 12.4473 17.9256 11.6139 17.1502 10.9473C16.3756 10.2806 15.4632 9.94727 14.4132 9.94727H8.11323L10.7132 12.5473L9.31323 13.9473L4.31323 8.94727L9.31323 3.94727L10.7132 5.34727L8.11323 7.94727H14.4132C16.0299 7.94727 17.4176 8.47227 18.5762 9.52227C19.7342 10.5723 20.3132 11.8806 20.3132 13.4473C20.3132 15.0139 19.7342 16.3223 18.5762 17.3723C17.4176 18.4223 16.0299 18.9473 14.4132 18.9473H7.31323Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7.31323 18.9473V16.9473H14.4132C15.4632 16.9473 16.3756 16.6139 17.1502 15.9473C17.9256 15.2806 18.3132 14.4473 18.3132 13.4473C18.3132 12.4473 17.9256 11.6139 17.1502 10.9473C16.3756 10.2806 15.4632 9.94727 14.4132 9.94727H8.11323L10.7132 12.5473L9.31323 13.9473L4.31323 8.94727L9.31323 3.94727L10.7132 5.34727L8.11323 7.94727H14.4132C16.0299 7.94727 17.4176 8.47227 18.5762 9.52227C19.7342 10.5723 20.3132 11.8806 20.3132 13.4473C20.3132 15.0139 19.7342 16.3223 18.5762 17.3723C17.4176 18.4223 16.0299 18.9473 14.4132 18.9473H7.31323Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-undo-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiUndoIec",
          "declaration": {
            "name": "ObiUndoIec",
            "module": "src/icons/icon-undo-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-undo-iec",
          "declaration": {
            "name": "ObiUndoIec",
            "module": "src/icons/icon-undo-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-unfold-less-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiUnfoldLessGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9899 8.17L8.81991 5L7.40991 6.41L11.9899 11L16.5799 6.41L15.1599 5L11.9899 8.17ZM12.0099 15.83L15.1799 19L16.5899 17.59L12.0099 13L7.41991 17.59L8.83991 19L12.0099 15.83Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9899 8.17L8.81991 5L7.40991 6.41L11.9899 11L16.5799 6.41L15.1599 5L11.9899 8.17ZM12.0099 15.83L15.1799 19L16.5899 17.59L12.0099 13L7.41991 17.59L8.83991 19L12.0099 15.83Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-unfold-less-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiUnfoldLessGoogle",
          "declaration": {
            "name": "ObiUnfoldLessGoogle",
            "module": "src/icons/icon-unfold-less-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-unfold-less-google",
          "declaration": {
            "name": "ObiUnfoldLessGoogle",
            "module": "src/icons/icon-unfold-less-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-unfold-more-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiUnfoldMoreGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.9999 6.83L15.1699 10L16.5799 8.59L11.9999 4L7.40991 8.59L8.82991 10L11.9999 6.83Z\" fill=\"currentColor\"/> <path d=\"M11.9999 17.17L8.82991 14L7.41991 15.41L11.9999 20L16.5899 15.41L15.1699 14L11.9999 17.17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.9999 6.83L15.1699 10L16.5799 8.59L11.9999 4L7.40991 8.59L8.82991 10L11.9999 6.83Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.9999 17.17L8.82991 14L7.41991 15.41L11.9999 20L16.5899 15.41L15.1699 14L11.9999 17.17Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-unfold-more-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiUnfoldMoreGoogle",
          "declaration": {
            "name": "ObiUnfoldMoreGoogle",
            "module": "src/icons/icon-unfold-more-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-unfold-more-google",
          "declaration": {
            "name": "ObiUnfoldMoreGoogle",
            "module": "src/icons/icon-unfold-more-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-unknownobject.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiUnknownobject",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.7102 12.7546V12.4992C10.7152 11.6229 10.7919 10.9244 10.9404 10.4036C11.0938 9.88284 11.3165 9.46222 11.6085 9.14175C11.9005 8.82128 12.2519 8.53086 12.6627 8.27048C12.9696 8.07018 13.2443 7.86238 13.4868 7.64706C13.7293 7.43174 13.9223 7.19389 14.0659 6.93351C14.2094 6.66812 14.2811 6.37269 14.2811 6.04721C14.2811 5.7017 14.1995 5.39876 14.0362 5.13838C13.8728 4.878 13.6526 4.6777 13.3754 4.5375C13.1032 4.39729 12.8013 4.32719 12.4697 4.32719C12.148 4.32719 11.8436 4.39979 11.5566 4.54501C11.2695 4.68521 11.0344 4.89552 10.8513 5.17593C10.6682 5.45134 10.5692 5.79434 10.5543 6.20494H7.52539C7.55014 5.20347 7.7877 4.37726 8.23809 3.7263C8.68847 3.07034 9.28486 2.58212 10.0272 2.26165C10.7696 1.93618 11.5887 1.77344 12.4846 1.77344C13.4695 1.77344 14.3405 1.93868 15.0978 2.26916C15.855 2.59464 16.4489 3.06784 16.8795 3.68875C17.3101 4.30966 17.5254 5.05826 17.5254 5.93455C17.5254 6.52041 17.4289 7.04117 17.2359 7.49684C17.0478 7.9475 16.783 8.34809 16.4415 8.6986C16.1 9.04411 15.6966 9.35707 15.2314 9.63748C14.8404 9.87282 14.5187 10.1182 14.2663 10.3736C14.0188 10.6289 13.8332 10.9244 13.7095 11.2599C13.5907 11.5954 13.5289 12.0085 13.5239 12.4992V12.7546H10.7102Z\" fill=\"currentColor\"/> <path d=\"M10.7102 14H13.5154V16.7734H10.7102V14Z\" fill=\"currentColor\"/> <path d=\"M20.9995 22C19.9695 22 18.9395 21.75 17.9995 21.25C16.1095 22.25 13.8895 22.25 11.9995 21.25C10.1095 22.25 7.88951 22.25 5.99951 21.25C5.04951 21.75 4.02951 22 2.99951 22H1.99951V20H2.99951C3.68315 20 4.36146 19.8488 5.01102 19.5605C5.31097 19.4313 5.99951 19 5.99951 19C5.99951 19 6.68521 19.428 6.98517 19.5572C8.27922 20.1155 9.71675 20.1147 11.011 19.5572C11.311 19.428 11.9995 19 11.9995 19C11.9995 19 12.6881 19.428 12.988 19.5572C14.2804 20.1139 15.7156 20.1143 17.0082 19.5584C17.3081 19.4292 17.9989 19.0073 17.9989 19.0073C17.9989 19.0073 18.6874 19.4353 18.9874 19.5645C19.6343 19.8502 20.3191 20 20.9995 20H21.9995V22H20.9995Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.7102 12.7546V12.4992C10.7152 11.6229 10.7919 10.9244 10.9404 10.4036C11.0938 9.88284 11.3165 9.46222 11.6085 9.14175C11.9005 8.82128 12.2519 8.53086 12.6627 8.27048C12.9696 8.07018 13.2443 7.86238 13.4868 7.64706C13.7293 7.43174 13.9223 7.19389 14.0659 6.93351C14.2094 6.66812 14.2811 6.37269 14.2811 6.04721C14.2811 5.7017 14.1995 5.39876 14.0362 5.13838C13.8728 4.878 13.6526 4.6777 13.3754 4.5375C13.1032 4.39729 12.8013 4.32719 12.4697 4.32719C12.148 4.32719 11.8436 4.39979 11.5566 4.54501C11.2695 4.68521 11.0344 4.89552 10.8513 5.17593C10.6682 5.45134 10.5692 5.79434 10.5543 6.20494H7.52539C7.55014 5.20347 7.7877 4.37726 8.23809 3.7263C8.68847 3.07034 9.28486 2.58212 10.0272 2.26165C10.7696 1.93618 11.5887 1.77344 12.4846 1.77344C13.4695 1.77344 14.3405 1.93868 15.0978 2.26916C15.855 2.59464 16.4489 3.06784 16.8795 3.68875C17.3101 4.30966 17.5254 5.05826 17.5254 5.93455C17.5254 6.52041 17.4289 7.04117 17.2359 7.49684C17.0478 7.9475 16.783 8.34809 16.4415 8.6986C16.1 9.04411 15.6966 9.35707 15.2314 9.63748C14.8404 9.87282 14.5187 10.1182 14.2663 10.3736C14.0188 10.6289 13.8332 10.9244 13.7095 11.2599C13.5907 11.5954 13.5289 12.0085 13.5239 12.4992V12.7546H10.7102Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M10.7102 14H13.5154V16.7734H10.7102V14Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.9995 22C19.9695 22 18.9395 21.75 17.9995 21.25C16.1095 22.25 13.8895 22.25 11.9995 21.25C10.1095 22.25 7.88951 22.25 5.99951 21.25C5.04951 21.75 4.02951 22 2.99951 22H1.99951V20H2.99951C3.68315 20 4.36146 19.8488 5.01102 19.5605C5.31097 19.4313 5.99951 19 5.99951 19C5.99951 19 6.68521 19.428 6.98517 19.5572C8.27922 20.1155 9.71675 20.1147 11.011 19.5572C11.311 19.428 11.9995 19 11.9995 19C11.9995 19 12.6881 19.428 12.988 19.5572C14.2804 20.1139 15.7156 20.1143 17.0082 19.5584C17.3081 19.4292 17.9989 19.0073 17.9989 19.0073C17.9989 19.0073 18.6874 19.4353 18.9874 19.5645C19.6343 19.8502 20.3191 20 20.9995 20H21.9995V22H20.9995Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-unknownobject",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiUnknownobject",
          "declaration": {
            "name": "ObiUnknownobject",
            "module": "src/icons/icon-unknownobject.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-unknownobject",
          "declaration": {
            "name": "ObiUnknownobject",
            "module": "src/icons/icon-unknownobject.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-up-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiUpIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 13H19V11H13V5H11V11H5V13H11V19H13V13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 13H19V11H13V5H11V11H5V13H11V19H13V13Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-up-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiUpIec",
          "declaration": {
            "name": "ObiUpIec",
            "module": "src/icons/icon-up-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-up-iec",
          "declaration": {
            "name": "ObiUpIec",
            "module": "src/icons/icon-up-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-usb-stick.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiUsbStick",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.75 5.5V7.5H11.25V5.5H9.75Z\" fill=\"currentColor\"/> <path d=\"M12.75 5.5V7.5H14.25V5.5H12.75Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.5 2.5V9H5.8C5.51997 9 5.37996 9 5.273 9.0545C5.17892 9.10243 5.10243 9.17892 5.0545 9.273C5 9.37996 5 9.51997 5 9.8V15.6C5 17.8402 5 18.9603 5.43597 19.816C5.81947 20.5686 6.43139 21.1805 7.18404 21.564C8.03969 22 9.15979 22 11.4 22H12.6C14.8402 22 15.9603 22 16.816 21.564C17.5686 21.1805 18.1805 20.5686 18.564 19.816C19 18.9603 19 17.8402 19 15.6V9.8C19 9.51997 19 9.37996 18.9455 9.273C18.8976 9.17892 18.8211 9.10243 18.727 9.0545C18.62 9 18.48 9 18.2 9H17.5V2.5C17.5 2.22386 17.2761 2 17 2H7C6.72386 2 6.5 2.22386 6.5 2.5ZM8.5 4V9H15.5V4H8.5ZM7 15.6V11H17V15.6C17 16.7531 16.9984 17.4977 16.9521 18.0643C16.9078 18.6077 16.8324 18.8091 16.782 18.908C16.5903 19.2843 16.2843 19.5903 15.908 19.782C15.8091 19.8324 15.6077 19.9078 15.0643 19.9521C14.4977 19.9984 13.7531 20 12.6 20H11.4C10.2469 20 9.50235 19.9984 8.93567 19.9521C8.39235 19.9078 8.19091 19.8324 8.09202 19.782C7.71569 19.5903 7.40973 19.2843 7.21799 18.908C7.1676 18.8091 7.09225 18.6077 7.04785 18.0643C7.00156 17.4977 7 16.7531 7 15.6Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.75 5.5V7.5H11.25V5.5H9.75Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.75 5.5V7.5H14.25V5.5H12.75Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.5 2.5V9H5.8C5.51997 9 5.37996 9 5.273 9.0545C5.17892 9.10243 5.10243 9.17892 5.0545 9.273C5 9.37996 5 9.51997 5 9.8V15.6C5 17.8402 5 18.9603 5.43597 19.816C5.81947 20.5686 6.43139 21.1805 7.18404 21.564C8.03969 22 9.15979 22 11.4 22H12.6C14.8402 22 15.9603 22 16.816 21.564C17.5686 21.1805 18.1805 20.5686 18.564 19.816C19 18.9603 19 17.8402 19 15.6V9.8C19 9.51997 19 9.37996 18.9455 9.273C18.8976 9.17892 18.8211 9.10243 18.727 9.0545C18.62 9 18.48 9 18.2 9H17.5V2.5C17.5 2.22386 17.2761 2 17 2H7C6.72386 2 6.5 2.22386 6.5 2.5ZM8.5 4V9H15.5V4H8.5ZM7 15.6V11H17V15.6C17 16.7531 16.9984 17.4977 16.9521 18.0643C16.9078 18.6077 16.8324 18.8091 16.782 18.908C16.5903 19.2843 16.2843 19.5903 15.908 19.782C15.8091 19.8324 15.6077 19.9078 15.0643 19.9521C14.4977 19.9984 13.7531 20 12.6 20H11.4C10.2469 20 9.50235 19.9984 8.93567 19.9521C8.39235 19.9078 8.19091 19.8324 8.09202 19.782C7.71569 19.5903 7.40973 19.2843 7.21799 18.908C7.1676 18.8091 7.09225 18.6077 7.04785 18.0643C7.00156 17.4977 7 16.7531 7 15.6Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-usb-stick",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiUsbStick",
          "declaration": {
            "name": "ObiUsbStick",
            "module": "src/icons/icon-usb-stick.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-usb-stick",
          "declaration": {
            "name": "ObiUsbStick",
            "module": "src/icons/icon-usb-stick.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-usb.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiUsb",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 21C11.45 21 10.9792 20.8042 10.5875 20.4125C10.1958 20.0208 10 19.55 10 19C10 18.65 10.0917 18.325 10.275 18.025C10.4583 17.725 10.7 17.4833 11 17.3V15H8C7.45 15 6.97917 14.8042 6.5875 14.4125C6.19583 14.0208 6 13.55 6 13V10.7C5.7 10.55 5.45833 10.325 5.275 10.025C5.09167 9.725 5 9.38333 5 9C5 8.45 5.19583 7.97917 5.5875 7.5875C5.97917 7.19583 6.45 7 7 7C7.55 7 8.02083 7.19583 8.4125 7.5875C8.80417 7.97917 9 8.45 9 9C9 9.38333 8.90833 9.71667 8.725 10C8.54167 10.2833 8.3 10.5167 8 10.7V13H11V5H9L12 1L15 5H13V13H16V11H15V7H19V11H18V13C18 13.55 17.8042 14.0208 17.4125 14.4125C17.0208 14.8042 16.55 15 16 15H13V17.3C13.3167 17.4667 13.5625 17.7 13.7375 18C13.9125 18.3 14 18.6333 14 19C14 19.55 13.8042 20.0208 13.4125 20.4125C13.0208 20.8042 12.55 21 12 21Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 21C11.45 21 10.9792 20.8042 10.5875 20.4125C10.1958 20.0208 10 19.55 10 19C10 18.65 10.0917 18.325 10.275 18.025C10.4583 17.725 10.7 17.4833 11 17.3V15H8C7.45 15 6.97917 14.8042 6.5875 14.4125C6.19583 14.0208 6 13.55 6 13V10.7C5.7 10.55 5.45833 10.325 5.275 10.025C5.09167 9.725 5 9.38333 5 9C5 8.45 5.19583 7.97917 5.5875 7.5875C5.97917 7.19583 6.45 7 7 7C7.55 7 8.02083 7.19583 8.4125 7.5875C8.80417 7.97917 9 8.45 9 9C9 9.38333 8.90833 9.71667 8.725 10C8.54167 10.2833 8.3 10.5167 8 10.7V13H11V5H9L12 1L15 5H13V13H16V11H15V7H19V11H18V13C18 13.55 17.8042 14.0208 17.4125 14.4125C17.0208 14.8042 16.55 15 16 15H13V17.3C13.3167 17.4667 13.5625 17.7 13.7375 18C13.9125 18.3 14 18.6333 14 19C14 19.55 13.8042 20.0208 13.4125 20.4125C13.0208 20.8042 12.55 21 12 21Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-usb",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiUsb",
          "declaration": {
            "name": "ObiUsb",
            "module": "src/icons/icon-usb.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-usb",
          "declaration": {
            "name": "ObiUsb",
            "module": "src/icons/icon-usb.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-user-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiUserGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 12C10.9 12 9.95833 11.6083 9.175 10.825C8.39167 10.0417 8 9.1 8 8C8 6.9 8.39167 5.95833 9.175 5.175C9.95833 4.39167 10.9 4 12 4C13.1 4 14.0417 4.39167 14.825 5.175C15.6083 5.95833 16 6.9 16 8C16 9.1 15.6083 10.0417 14.825 10.825C14.0417 11.6083 13.1 12 12 12ZM4 20V17.2C4 16.6333 4.14583 16.1125 4.4375 15.6375C4.72917 15.1625 5.11667 14.8 5.6 14.55C6.63333 14.0333 7.68333 13.6458 8.75 13.3875C9.81667 13.1292 10.9 13 12 13C13.1 13 14.1833 13.1292 15.25 13.3875C16.3167 13.6458 17.3667 14.0333 18.4 14.55C18.8833 14.8 19.2708 15.1625 19.5625 15.6375C19.8542 16.1125 20 16.6333 20 17.2V20H4ZM6 18H18V17.2C18 17.0167 17.9542 16.85 17.8625 16.7C17.7708 16.55 17.65 16.4333 17.5 16.35C16.6 15.9 15.6917 15.5625 14.775 15.3375C13.8583 15.1125 12.9333 15 12 15C11.0667 15 10.1417 15.1125 9.225 15.3375C8.30833 15.5625 7.4 15.9 6.5 16.35C6.35 16.4333 6.22917 16.55 6.1375 16.7C6.04583 16.85 6 17.0167 6 17.2V18ZM12 10C12.55 10 13.0208 9.80417 13.4125 9.4125C13.8042 9.02083 14 8.55 14 8C14 7.45 13.8042 6.97917 13.4125 6.5875C13.0208 6.19583 12.55 6 12 6C11.45 6 10.9792 6.19583 10.5875 6.5875C10.1958 6.97917 10 7.45 10 8C10 8.55 10.1958 9.02083 10.5875 9.4125C10.9792 9.80417 11.45 10 12 10Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 12C10.9 12 9.95833 11.6083 9.175 10.825C8.39167 10.0417 8 9.1 8 8C8 6.9 8.39167 5.95833 9.175 5.175C9.95833 4.39167 10.9 4 12 4C13.1 4 14.0417 4.39167 14.825 5.175C15.6083 5.95833 16 6.9 16 8C16 9.1 15.6083 10.0417 14.825 10.825C14.0417 11.6083 13.1 12 12 12ZM4 20V17.2C4 16.6333 4.14583 16.1125 4.4375 15.6375C4.72917 15.1625 5.11667 14.8 5.6 14.55C6.63333 14.0333 7.68333 13.6458 8.75 13.3875C9.81667 13.1292 10.9 13 12 13C13.1 13 14.1833 13.1292 15.25 13.3875C16.3167 13.6458 17.3667 14.0333 18.4 14.55C18.8833 14.8 19.2708 15.1625 19.5625 15.6375C19.8542 16.1125 20 16.6333 20 17.2V20H4ZM6 18H18V17.2C18 17.0167 17.9542 16.85 17.8625 16.7C17.7708 16.55 17.65 16.4333 17.5 16.35C16.6 15.9 15.6917 15.5625 14.775 15.3375C13.8583 15.1125 12.9333 15 12 15C11.0667 15 10.1417 15.1125 9.225 15.3375C8.30833 15.5625 7.4 15.9 6.5 16.35C6.35 16.4333 6.22917 16.55 6.1375 16.7C6.04583 16.85 6 17.0167 6 17.2V18ZM12 10C12.55 10 13.0208 9.80417 13.4125 9.4125C13.8042 9.02083 14 8.55 14 8C14 7.45 13.8042 6.97917 13.4125 6.5875C13.0208 6.19583 12.55 6 12 6C11.45 6 10.9792 6.19583 10.5875 6.5875C10.1958 6.97917 10 7.45 10 8C10 8.55 10.1958 9.02083 10.5875 9.4125C10.9792 9.80417 11.45 10 12 10Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-user-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiUserGoogle",
          "declaration": {
            "name": "ObiUserGoogle",
            "module": "src/icons/icon-user-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-user-google",
          "declaration": {
            "name": "ObiUserGoogle",
            "module": "src/icons/icon-user-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-user-profiles.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiUserProfiles",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1 20V17.2C1 16.6333 1.14583 16.1125 1.4375 15.6375C1.72917 15.1625 2.11667 14.8 2.6 14.55C3.63333 14.0333 4.68333 13.6458 5.75 13.3875C6.81667 13.1292 7.9 13 9 13C10.1 13 11.1833 13.1292 12.25 13.3875C13.3167 13.6458 14.3667 14.0333 15.4 14.55C15.8833 14.8 16.2708 15.1625 16.5625 15.6375C16.8542 16.1125 17 16.6333 17 17.2V20H1ZM19 20V17C19 16.2667 18.7958 15.5625 18.3875 14.8875C17.9792 14.2125 17.4 13.6333 16.65 13.15C17.5 13.25 18.3 13.4208 19.05 13.6625C19.8 13.9042 20.5 14.2 21.15 14.55C21.75 14.8833 22.2083 15.2542 22.525 15.6625C22.8417 16.0708 23 16.5167 23 17V20H19ZM9 12C7.9 12 6.95833 11.6083 6.175 10.825C5.39167 10.0417 5 9.1 5 8C5 6.9 5.39167 5.95833 6.175 5.175C6.95833 4.39167 7.9 4 9 4C10.1 4 11.0417 4.39167 11.825 5.175C12.6083 5.95833 13 6.9 13 8C13 9.1 12.6083 10.0417 11.825 10.825C11.0417 11.6083 10.1 12 9 12ZM19 8C19 9.1 18.6083 10.0417 17.825 10.825C17.0417 11.6083 16.1 12 15 12C14.8167 12 14.5833 11.9792 14.3 11.9375C14.0167 11.8958 13.7833 11.85 13.6 11.8C14.05 11.2667 14.3958 10.675 14.6375 10.025C14.8792 9.375 15 8.7 15 8C15 7.3 14.8792 6.625 14.6375 5.975C14.3958 5.325 14.05 4.73333 13.6 4.2C13.8333 4.11667 14.0667 4.0625 14.3 4.0375C14.5333 4.0125 14.7667 4 15 4C16.1 4 17.0417 4.39167 17.825 5.175C18.6083 5.95833 19 6.9 19 8ZM3 18H15V17.2C15 17.0167 14.9542 16.85 14.8625 16.7C14.7708 16.55 14.65 16.4333 14.5 16.35C13.6 15.9 12.6917 15.5625 11.775 15.3375C10.8583 15.1125 9.93333 15 9 15C8.06667 15 7.14167 15.1125 6.225 15.3375C5.30833 15.5625 4.4 15.9 3.5 16.35C3.35 16.4333 3.22917 16.55 3.1375 16.7C3.04583 16.85 3 17.0167 3 17.2V18ZM9 10C9.55 10 10.0208 9.80417 10.4125 9.4125C10.8042 9.02083 11 8.55 11 8C11 7.45 10.8042 6.97917 10.4125 6.5875C10.0208 6.19583 9.55 6 9 6C8.45 6 7.97917 6.19583 7.5875 6.5875C7.19583 6.97917 7 7.45 7 8C7 8.55 7.19583 9.02083 7.5875 9.4125C7.97917 9.80417 8.45 10 9 10Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1 20V17.2C1 16.6333 1.14583 16.1125 1.4375 15.6375C1.72917 15.1625 2.11667 14.8 2.6 14.55C3.63333 14.0333 4.68333 13.6458 5.75 13.3875C6.81667 13.1292 7.9 13 9 13C10.1 13 11.1833 13.1292 12.25 13.3875C13.3167 13.6458 14.3667 14.0333 15.4 14.55C15.8833 14.8 16.2708 15.1625 16.5625 15.6375C16.8542 16.1125 17 16.6333 17 17.2V20H1ZM19 20V17C19 16.2667 18.7958 15.5625 18.3875 14.8875C17.9792 14.2125 17.4 13.6333 16.65 13.15C17.5 13.25 18.3 13.4208 19.05 13.6625C19.8 13.9042 20.5 14.2 21.15 14.55C21.75 14.8833 22.2083 15.2542 22.525 15.6625C22.8417 16.0708 23 16.5167 23 17V20H19ZM9 12C7.9 12 6.95833 11.6083 6.175 10.825C5.39167 10.0417 5 9.1 5 8C5 6.9 5.39167 5.95833 6.175 5.175C6.95833 4.39167 7.9 4 9 4C10.1 4 11.0417 4.39167 11.825 5.175C12.6083 5.95833 13 6.9 13 8C13 9.1 12.6083 10.0417 11.825 10.825C11.0417 11.6083 10.1 12 9 12ZM19 8C19 9.1 18.6083 10.0417 17.825 10.825C17.0417 11.6083 16.1 12 15 12C14.8167 12 14.5833 11.9792 14.3 11.9375C14.0167 11.8958 13.7833 11.85 13.6 11.8C14.05 11.2667 14.3958 10.675 14.6375 10.025C14.8792 9.375 15 8.7 15 8C15 7.3 14.8792 6.625 14.6375 5.975C14.3958 5.325 14.05 4.73333 13.6 4.2C13.8333 4.11667 14.0667 4.0625 14.3 4.0375C14.5333 4.0125 14.7667 4 15 4C16.1 4 17.0417 4.39167 17.825 5.175C18.6083 5.95833 19 6.9 19 8ZM3 18H15V17.2C15 17.0167 14.9542 16.85 14.8625 16.7C14.7708 16.55 14.65 16.4333 14.5 16.35C13.6 15.9 12.6917 15.5625 11.775 15.3375C10.8583 15.1125 9.93333 15 9 15C8.06667 15 7.14167 15.1125 6.225 15.3375C5.30833 15.5625 4.4 15.9 3.5 16.35C3.35 16.4333 3.22917 16.55 3.1375 16.7C3.04583 16.85 3 17.0167 3 17.2V18ZM9 10C9.55 10 10.0208 9.80417 10.4125 9.4125C10.8042 9.02083 11 8.55 11 8C11 7.45 10.8042 6.97917 10.4125 6.5875C10.0208 6.19583 9.55 6 9 6C8.45 6 7.97917 6.19583 7.5875 6.5875C7.19583 6.97917 7 7.45 7 8C7 8.55 7.19583 9.02083 7.5875 9.4125C7.97917 9.80417 8.45 10 9 10Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-user-profiles",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiUserProfiles",
          "declaration": {
            "name": "ObiUserProfiles",
            "module": "src/icons/icon-user-profiles.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-user-profiles",
          "declaration": {
            "name": "ObiUserProfiles",
            "module": "src/icons/icon-user-profiles.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-user-settings.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiUserSettings",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 12C8.9 12 7.95833 11.6083 7.175 10.825C6.39167 10.0417 6 9.1 6 8C6 6.9 6.39167 5.95833 7.175 5.175C7.95833 4.39167 8.9 4 10 4C11.1 4 12.0417 4.39167 12.825 5.175C13.6083 5.95833 14 6.9 14 8C14 9.1 13.6083 10.0417 12.825 10.825C12.0417 11.6083 11.1 12 10 12ZM2 20V17.2C2 16.65 2.14167 16.1333 2.425 15.65C2.70833 15.1667 3.1 14.8 3.6 14.55C4.45 14.1167 5.40833 13.75 6.475 13.45C7.54167 13.15 8.71667 13 10 13H10.35C10.45 13 10.55 13.0167 10.65 13.05C10.5167 13.35 10.4042 13.6625 10.3125 13.9875C10.2208 14.3125 10.15 14.65 10.1 15H10C8.81667 15 7.75417 15.15 6.8125 15.45C5.87083 15.75 5.1 16.05 4.5 16.35C4.35 16.4333 4.22917 16.55 4.1375 16.7C4.04583 16.85 4 17.0167 4 17.2V18H10.3C10.4 18.35 10.5333 18.6958 10.7 19.0375C10.8667 19.3792 11.05 19.7 11.25 20H2ZM16 21L15.7 19.5C15.5 19.4167 15.3125 19.3292 15.1375 19.2375C14.9625 19.1458 14.7833 19.0333 14.6 18.9L13.15 19.35L12.15 17.65L13.3 16.65C13.2667 16.4167 13.25 16.2 13.25 16C13.25 15.8 13.2667 15.5833 13.3 15.35L12.15 14.35L13.15 12.65L14.6 13.1C14.7833 12.9667 14.9625 12.8542 15.1375 12.7625C15.3125 12.6708 15.5 12.5833 15.7 12.5L16 11H18L18.3 12.5C18.5 12.5833 18.6875 12.675 18.8625 12.775C19.0375 12.875 19.2167 13 19.4 13.15L20.85 12.65L21.85 14.4L20.7 15.4C20.7333 15.6 20.75 15.8083 20.75 16.025C20.75 16.2417 20.7333 16.45 20.7 16.65L21.85 17.65L20.85 19.35L19.4 18.9C19.2167 19.0333 19.0375 19.1458 18.8625 19.2375C18.6875 19.3292 18.5 19.4167 18.3 19.5L18 21H16ZM17 18C17.55 18 18.0208 17.8042 18.4125 17.4125C18.8042 17.0208 19 16.55 19 16C19 15.45 18.8042 14.9792 18.4125 14.5875C18.0208 14.1958 17.55 14 17 14C16.45 14 15.9792 14.1958 15.5875 14.5875C15.1958 14.9792 15 15.45 15 16C15 16.55 15.1958 17.0208 15.5875 17.4125C15.9792 17.8042 16.45 18 17 18ZM10 10C10.55 10 11.0208 9.80417 11.4125 9.4125C11.8042 9.02083 12 8.55 12 8C12 7.45 11.8042 6.97917 11.4125 6.5875C11.0208 6.19583 10.55 6 10 6C9.45 6 8.97917 6.19583 8.5875 6.5875C8.19583 6.97917 8 7.45 8 8C8 8.55 8.19583 9.02083 8.5875 9.4125C8.97917 9.80417 9.45 10 10 10Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 12C8.9 12 7.95833 11.6083 7.175 10.825C6.39167 10.0417 6 9.1 6 8C6 6.9 6.39167 5.95833 7.175 5.175C7.95833 4.39167 8.9 4 10 4C11.1 4 12.0417 4.39167 12.825 5.175C13.6083 5.95833 14 6.9 14 8C14 9.1 13.6083 10.0417 12.825 10.825C12.0417 11.6083 11.1 12 10 12ZM2 20V17.2C2 16.65 2.14167 16.1333 2.425 15.65C2.70833 15.1667 3.1 14.8 3.6 14.55C4.45 14.1167 5.40833 13.75 6.475 13.45C7.54167 13.15 8.71667 13 10 13H10.35C10.45 13 10.55 13.0167 10.65 13.05C10.5167 13.35 10.4042 13.6625 10.3125 13.9875C10.2208 14.3125 10.15 14.65 10.1 15H10C8.81667 15 7.75417 15.15 6.8125 15.45C5.87083 15.75 5.1 16.05 4.5 16.35C4.35 16.4333 4.22917 16.55 4.1375 16.7C4.04583 16.85 4 17.0167 4 17.2V18H10.3C10.4 18.35 10.5333 18.6958 10.7 19.0375C10.8667 19.3792 11.05 19.7 11.25 20H2ZM16 21L15.7 19.5C15.5 19.4167 15.3125 19.3292 15.1375 19.2375C14.9625 19.1458 14.7833 19.0333 14.6 18.9L13.15 19.35L12.15 17.65L13.3 16.65C13.2667 16.4167 13.25 16.2 13.25 16C13.25 15.8 13.2667 15.5833 13.3 15.35L12.15 14.35L13.15 12.65L14.6 13.1C14.7833 12.9667 14.9625 12.8542 15.1375 12.7625C15.3125 12.6708 15.5 12.5833 15.7 12.5L16 11H18L18.3 12.5C18.5 12.5833 18.6875 12.675 18.8625 12.775C19.0375 12.875 19.2167 13 19.4 13.15L20.85 12.65L21.85 14.4L20.7 15.4C20.7333 15.6 20.75 15.8083 20.75 16.025C20.75 16.2417 20.7333 16.45 20.7 16.65L21.85 17.65L20.85 19.35L19.4 18.9C19.2167 19.0333 19.0375 19.1458 18.8625 19.2375C18.6875 19.3292 18.5 19.4167 18.3 19.5L18 21H16ZM17 18C17.55 18 18.0208 17.8042 18.4125 17.4125C18.8042 17.0208 19 16.55 19 16C19 15.45 18.8042 14.9792 18.4125 14.5875C18.0208 14.1958 17.55 14 17 14C16.45 14 15.9792 14.1958 15.5875 14.5875C15.1958 14.9792 15 15.45 15 16C15 16.55 15.1958 17.0208 15.5875 17.4125C15.9792 17.8042 16.45 18 17 18ZM10 10C10.55 10 11.0208 9.80417 11.4125 9.4125C11.8042 9.02083 12 8.55 12 8C12 7.45 11.8042 6.97917 11.4125 6.5875C11.0208 6.19583 10.55 6 10 6C9.45 6 8.97917 6.19583 8.5875 6.5875C8.19583 6.97917 8 7.45 8 8C8 8.55 8.19583 9.02083 8.5875 9.4125C8.97917 9.80417 9.45 10 10 10Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-user-settings",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiUserSettings",
          "declaration": {
            "name": "ObiUserSettings",
            "module": "src/icons/icon-user-settings.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-user-settings",
          "declaration": {
            "name": "ObiUserSettings",
            "module": "src/icons/icon-user-settings.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-user.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiUser",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.85 17.1C6.7 16.45 7.65 15.9375 8.7 15.5625C9.75 15.1875 10.85 15 12 15C13.15 15 14.25 15.1875 15.3 15.5625C16.35 15.9375 17.3 16.45 18.15 17.1C18.7333 16.4167 19.1875 15.6417 19.5125 14.775C19.8375 13.9083 20 12.9833 20 12C20 9.78333 19.2208 7.89583 17.6625 6.3375C16.1042 4.77917 14.2167 4 12 4C9.78333 4 7.89583 4.77917 6.3375 6.3375C4.77917 7.89583 4 9.78333 4 12C4 12.9833 4.1625 13.9083 4.4875 14.775C4.8125 15.6417 5.26667 16.4167 5.85 17.1ZM12 13C11.0167 13 10.1875 12.6625 9.5125 11.9875C8.8375 11.3125 8.5 10.4833 8.5 9.5C8.5 8.51667 8.8375 7.6875 9.5125 7.0125C10.1875 6.3375 11.0167 6 12 6C12.9833 6 13.8125 6.3375 14.4875 7.0125C15.1625 7.6875 15.5 8.51667 15.5 9.5C15.5 10.4833 15.1625 11.3125 14.4875 11.9875C13.8125 12.6625 12.9833 13 12 13ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5.85 17.1C6.7 16.45 7.65 15.9375 8.7 15.5625C9.75 15.1875 10.85 15 12 15C13.15 15 14.25 15.1875 15.3 15.5625C16.35 15.9375 17.3 16.45 18.15 17.1C18.7333 16.4167 19.1875 15.6417 19.5125 14.775C19.8375 13.9083 20 12.9833 20 12C20 9.78333 19.2208 7.89583 17.6625 6.3375C16.1042 4.77917 14.2167 4 12 4C9.78333 4 7.89583 4.77917 6.3375 6.3375C4.77917 7.89583 4 9.78333 4 12C4 12.9833 4.1625 13.9083 4.4875 14.775C4.8125 15.6417 5.26667 16.4167 5.85 17.1ZM12 13C11.0167 13 10.1875 12.6625 9.5125 11.9875C8.8375 11.3125 8.5 10.4833 8.5 9.5C8.5 8.51667 8.8375 7.6875 9.5125 7.0125C10.1875 6.3375 11.0167 6 12 6C12.9833 6 13.8125 6.3375 14.4875 7.0125C15.1625 7.6875 15.5 8.51667 15.5 9.5C15.5 10.4833 15.1625 11.3125 14.4875 11.9875C13.8125 12.6625 12.9833 13 12 13ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-user",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiUser",
          "declaration": {
            "name": "ObiUser",
            "module": "src/icons/icon-user.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-user",
          "declaration": {
            "name": "ObiUser",
            "module": "src/icons/icon-user.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-view-gallery-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiViewGalleryGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 11V3H11V11H3ZM3 21V13H11V21H3ZM13 11V3H21V11H13ZM13 21V13H21V21H13ZM5 9H9V5H5V9ZM15 9H19V5H15V9ZM15 19H19V15H15V19ZM5 19H9V15H5V19Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 11V3H11V11H3ZM3 21V13H11V21H3ZM13 11V3H21V11H13ZM13 21V13H21V21H13ZM5 9H9V5H5V9ZM15 9H19V5H15V9ZM15 19H19V15H15V19ZM5 19H9V15H5V19Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-view-gallery-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiViewGalleryGoogle",
          "declaration": {
            "name": "ObiViewGalleryGoogle",
            "module": "src/icons/icon-view-gallery-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-view-gallery-google",
          "declaration": {
            "name": "ObiViewGalleryGoogle",
            "module": "src/icons/icon-view-gallery-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-view-single-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiViewSingleGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 7H6V17H2V7ZM7 5H17V19H7V5ZM18 7H22V17H18V7ZM9 7V17H15V7H9Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 7H6V17H2V7ZM7 5H17V19H7V5ZM18 7H22V17H18V7ZM9 7V17H15V7H9Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-view-single-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiViewSingleGoogle",
          "declaration": {
            "name": "ObiViewSingleGoogle",
            "module": "src/icons/icon-view-single-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-view-single-google",
          "declaration": {
            "name": "ObiViewSingleGoogle",
            "module": "src/icons/icon-view-single-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-visibility-off-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiVisibilityOffGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.1 13.3L14.65 11.85C14.8 11.0667 14.575 10.3333 13.975 9.64999C13.375 8.96665 12.6 8.69999 11.65 8.84999L10.2 7.39999C10.4833 7.26665 10.7708 7.16665 11.0625 7.09999C11.3542 7.03332 11.6667 6.99999 12 6.99999C13.25 6.99999 14.3125 7.43749 15.1875 8.31249C16.0625 9.18749 16.5 10.25 16.5 11.5C16.5 11.8333 16.4667 12.1458 16.4 12.4375C16.3333 12.7292 16.2333 13.0167 16.1 13.3ZM19.3 16.45L17.85 15.05C18.4833 14.5667 19.0458 14.0375 19.5375 13.4625C20.0292 12.8875 20.45 12.2333 20.8 11.5C19.9667 9.81666 18.7708 8.47916 17.2125 7.48749C15.6542 6.49582 13.9167 5.99999 12 5.99999C11.5167 5.99999 11.0417 6.03332 10.575 6.09999C10.1083 6.16665 9.65 6.26665 9.2 6.39999L7.65 4.84999C8.33333 4.56665 9.03333 4.35415 9.75 4.21249C10.4667 4.07082 11.2167 3.99999 12 3.99999C14.5167 3.99999 16.7583 4.69582 18.725 6.08749C20.6917 7.47916 22.1167 9.28332 23 11.5C22.6167 12.4833 22.1125 13.3958 21.4875 14.2375C20.8625 15.0792 20.1333 15.8167 19.3 16.45ZM19.8 22.6L15.6 18.45C15.0167 18.6333 14.4292 18.7708 13.8375 18.8625C13.2458 18.9542 12.6333 19 12 19C9.48333 19 7.24167 18.3042 5.275 16.9125C3.30833 15.5208 1.88333 13.7167 1 11.5C1.35 10.6167 1.79167 9.79582 2.325 9.03749C2.85833 8.27915 3.46667 7.59999 4.15 6.99999L1.4 4.19999L2.8 2.79999L21.2 21.2L19.8 22.6ZM5.55 8.39999C5.06667 8.83332 4.625 9.30832 4.225 9.82499C3.825 10.3417 3.48333 10.9 3.2 11.5C4.03333 13.1833 5.22917 14.5208 6.7875 15.5125C8.34583 16.5042 10.0833 17 12 17C12.3333 17 12.6583 16.9792 12.975 16.9375C13.2917 16.8958 13.6167 16.85 13.95 16.8L13.05 15.85C12.8667 15.9 12.6917 15.9375 12.525 15.9625C12.3583 15.9875 12.1833 16 12 16C10.75 16 9.6875 15.5625 8.8125 14.6875C7.9375 13.8125 7.5 12.75 7.5 11.5C7.5 11.3167 7.5125 11.1417 7.5375 10.975C7.5625 10.8083 7.6 10.6333 7.65 10.45L5.55 8.39999Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.1 13.3L14.65 11.85C14.8 11.0667 14.575 10.3333 13.975 9.64999C13.375 8.96665 12.6 8.69999 11.65 8.84999L10.2 7.39999C10.4833 7.26665 10.7708 7.16665 11.0625 7.09999C11.3542 7.03332 11.6667 6.99999 12 6.99999C13.25 6.99999 14.3125 7.43749 15.1875 8.31249C16.0625 9.18749 16.5 10.25 16.5 11.5C16.5 11.8333 16.4667 12.1458 16.4 12.4375C16.3333 12.7292 16.2333 13.0167 16.1 13.3ZM19.3 16.45L17.85 15.05C18.4833 14.5667 19.0458 14.0375 19.5375 13.4625C20.0292 12.8875 20.45 12.2333 20.8 11.5C19.9667 9.81666 18.7708 8.47916 17.2125 7.48749C15.6542 6.49582 13.9167 5.99999 12 5.99999C11.5167 5.99999 11.0417 6.03332 10.575 6.09999C10.1083 6.16665 9.65 6.26665 9.2 6.39999L7.65 4.84999C8.33333 4.56665 9.03333 4.35415 9.75 4.21249C10.4667 4.07082 11.2167 3.99999 12 3.99999C14.5167 3.99999 16.7583 4.69582 18.725 6.08749C20.6917 7.47916 22.1167 9.28332 23 11.5C22.6167 12.4833 22.1125 13.3958 21.4875 14.2375C20.8625 15.0792 20.1333 15.8167 19.3 16.45ZM19.8 22.6L15.6 18.45C15.0167 18.6333 14.4292 18.7708 13.8375 18.8625C13.2458 18.9542 12.6333 19 12 19C9.48333 19 7.24167 18.3042 5.275 16.9125C3.30833 15.5208 1.88333 13.7167 1 11.5C1.35 10.6167 1.79167 9.79582 2.325 9.03749C2.85833 8.27915 3.46667 7.59999 4.15 6.99999L1.4 4.19999L2.8 2.79999L21.2 21.2L19.8 22.6ZM5.55 8.39999C5.06667 8.83332 4.625 9.30832 4.225 9.82499C3.825 10.3417 3.48333 10.9 3.2 11.5C4.03333 13.1833 5.22917 14.5208 6.7875 15.5125C8.34583 16.5042 10.0833 17 12 17C12.3333 17 12.6583 16.9792 12.975 16.9375C13.2917 16.8958 13.6167 16.85 13.95 16.8L13.05 15.85C12.8667 15.9 12.6917 15.9375 12.525 15.9625C12.3583 15.9875 12.1833 16 12 16C10.75 16 9.6875 15.5625 8.8125 14.6875C7.9375 13.8125 7.5 12.75 7.5 11.5C7.5 11.3167 7.5125 11.1417 7.5375 10.975C7.5625 10.8083 7.6 10.6333 7.65 10.45L5.55 8.39999Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-visibility-off-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiVisibilityOffGoogle",
          "declaration": {
            "name": "ObiVisibilityOffGoogle",
            "module": "src/icons/icon-visibility-off-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-visibility-off-google",
          "declaration": {
            "name": "ObiVisibilityOffGoogle",
            "module": "src/icons/icon-visibility-off-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-visibility-on-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiVisibilityOnGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 16C13.25 16 14.3125 15.5625 15.1875 14.6875C16.0625 13.8125 16.5 12.75 16.5 11.5C16.5 10.25 16.0625 9.1875 15.1875 8.3125C14.3125 7.4375 13.25 7 12 7C10.75 7 9.6875 7.4375 8.8125 8.3125C7.9375 9.1875 7.5 10.25 7.5 11.5C7.5 12.75 7.9375 13.8125 8.8125 14.6875C9.6875 15.5625 10.75 16 12 16ZM12 14.2C11.25 14.2 10.6125 13.9375 10.0875 13.4125C9.5625 12.8875 9.3 12.25 9.3 11.5C9.3 10.75 9.5625 10.1125 10.0875 9.5875C10.6125 9.0625 11.25 8.8 12 8.8C12.75 8.8 13.3875 9.0625 13.9125 9.5875C14.4375 10.1125 14.7 10.75 14.7 11.5C14.7 12.25 14.4375 12.8875 13.9125 13.4125C13.3875 13.9375 12.75 14.2 12 14.2ZM12 19C9.56667 19 7.35 18.3208 5.35 16.9625C3.35 15.6042 1.9 13.7833 1 11.5C1.9 9.21667 3.35 7.39583 5.35 6.0375C7.35 4.67917 9.56667 4 12 4C14.4333 4 16.65 4.67917 18.65 6.0375C20.65 7.39583 22.1 9.21667 23 11.5C22.1 13.7833 20.65 15.6042 18.65 16.9625C16.65 18.3208 14.4333 19 12 19ZM12 17C13.8833 17 15.6125 16.5042 17.1875 15.5125C18.7625 14.5208 19.9667 13.1833 20.8 11.5C19.9667 9.81667 18.7625 8.47917 17.1875 7.4875C15.6125 6.49583 13.8833 6 12 6C10.1167 6 8.3875 6.49583 6.8125 7.4875C5.2375 8.47917 4.03333 9.81667 3.2 11.5C4.03333 13.1833 5.2375 14.5208 6.8125 15.5125C8.3875 16.5042 10.1167 17 12 17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 16C13.25 16 14.3125 15.5625 15.1875 14.6875C16.0625 13.8125 16.5 12.75 16.5 11.5C16.5 10.25 16.0625 9.1875 15.1875 8.3125C14.3125 7.4375 13.25 7 12 7C10.75 7 9.6875 7.4375 8.8125 8.3125C7.9375 9.1875 7.5 10.25 7.5 11.5C7.5 12.75 7.9375 13.8125 8.8125 14.6875C9.6875 15.5625 10.75 16 12 16ZM12 14.2C11.25 14.2 10.6125 13.9375 10.0875 13.4125C9.5625 12.8875 9.3 12.25 9.3 11.5C9.3 10.75 9.5625 10.1125 10.0875 9.5875C10.6125 9.0625 11.25 8.8 12 8.8C12.75 8.8 13.3875 9.0625 13.9125 9.5875C14.4375 10.1125 14.7 10.75 14.7 11.5C14.7 12.25 14.4375 12.8875 13.9125 13.4125C13.3875 13.9375 12.75 14.2 12 14.2ZM12 19C9.56667 19 7.35 18.3208 5.35 16.9625C3.35 15.6042 1.9 13.7833 1 11.5C1.9 9.21667 3.35 7.39583 5.35 6.0375C7.35 4.67917 9.56667 4 12 4C14.4333 4 16.65 4.67917 18.65 6.0375C20.65 7.39583 22.1 9.21667 23 11.5C22.1 13.7833 20.65 15.6042 18.65 16.9625C16.65 18.3208 14.4333 19 12 19ZM12 17C13.8833 17 15.6125 16.5042 17.1875 15.5125C18.7625 14.5208 19.9667 13.1833 20.8 11.5C19.9667 9.81667 18.7625 8.47917 17.1875 7.4875C15.6125 6.49583 13.8833 6 12 6C10.1167 6 8.3875 6.49583 6.8125 7.4875C5.2375 8.47917 4.03333 9.81667 3.2 11.5C4.03333 13.1833 5.2375 14.5208 6.8125 15.5125C8.3875 16.5042 10.1167 17 12 17Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-visibility-on-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiVisibilityOnGoogle",
          "declaration": {
            "name": "ObiVisibilityOnGoogle",
            "module": "src/icons/icon-visibility-on-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-visibility-on-google",
          "declaration": {
            "name": "ObiVisibilityOnGoogle",
            "module": "src/icons/icon-visibility-on-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-volume-off.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiVolumeOff",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 6.41406L7.41421 9.99985H4V13.9998H7.41421L11 17.5856V6.41406Z\" fill=\"currentColor\"/> <path d=\"M14 20.7246V18.6746C15.5 18.2413 16.7083 17.4079 17.625 16.1746C18.5417 14.9413 19 13.5413 19 11.9746C19 10.4079 18.5417 9.00794 17.625 7.77461C16.7083 6.54128 15.5 5.70794 14 5.27461V3.22461C16.0667 3.69128 17.75 4.73694 19.05 6.36161C20.35 7.98694 21 9.85794 21 11.9746C21 14.0913 20.35 15.9619 19.05 17.5866C17.75 19.2119 16.0667 20.2579 14 20.7246Z\" fill=\"currentColor\"/> <path d=\"M14 15.9996V7.94961C14.7833 8.31628 15.396 8.86628 15.838 9.59961C16.2793 10.3329 16.5 11.1329 16.5 11.9996C16.5 12.8496 16.2793 13.6369 15.838 14.3616C15.396 15.0869 14.7833 15.6329 14 15.9996Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 9H7L12 4V20L7 15H3V9ZM7.41421 10L11 6.41421V17.5858L7.41421 14H4V10H7.41421Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 6.41406L7.41421 9.99985H4V13.9998H7.41421L11 17.5856V6.41406Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"/> <path d=\"M14 20.7246V18.6746C15.5 18.2413 16.7083 17.4079 17.625 16.1746C18.5417 14.9413 19 13.5413 19 11.9746C19 10.4079 18.5417 9.00794 17.625 7.77461C16.7083 6.54128 15.5 5.70794 14 5.27461V3.22461C16.0667 3.69128 17.75 4.73694 19.05 6.36161C20.35 7.98694 21 9.85794 21 11.9746C21 14.0913 20.35 15.9619 19.05 17.5866C17.75 19.2119 16.0667 20.2579 14 20.7246Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path d=\"M14 15.9996V7.94961C14.7833 8.31628 15.396 8.86628 15.838 9.59961C16.2793 10.3329 16.5 11.1329 16.5 11.9996C16.5 12.8496 16.2793 13.6369 15.838 14.3616C15.396 15.0869 14.7833 15.6329 14 15.9996Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 9H7L12 4V20L7 15H3V9ZM7.41421 10L11 6.41421V17.5858L7.41421 14H4V10H7.41421Z\" style=\"fill: var(--automation-device-tertiary-inverted-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-volume-off",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiVolumeOff",
          "declaration": {
            "name": "ObiVolumeOff",
            "module": "src/icons/icon-volume-off.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-volume-off",
          "declaration": {
            "name": "ObiVolumeOff",
            "module": "src/icons/icon-volume-off.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-volume-on.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiVolumeOn",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 6.41406L7.41421 9.99985H4V13.9998H7.41421L11 17.5856V6.41406Z\" fill=\"currentColor\"/> <path d=\"M14 20.7246V18.6746C15.5 18.2413 16.7083 17.4079 17.625 16.1746C18.5417 14.9413 19 13.5413 19 11.9746C19 10.4079 18.5417 9.00794 17.625 7.77461C16.7083 6.54128 15.5 5.70794 14 5.27461V3.22461C16.0667 3.69128 17.75 4.73694 19.05 6.36161C20.35 7.98694 21 9.85794 21 11.9746C21 14.0913 20.35 15.9619 19.05 17.5866C17.75 19.2119 16.0667 20.2579 14 20.7246Z\" fill=\"currentColor\"/> <path d=\"M14 15.9996V7.94961C14.7833 8.31628 15.396 8.86628 15.838 9.59961C16.2793 10.3329 16.5 11.1329 16.5 11.9996C16.5 12.8496 16.2793 13.6369 15.838 14.3616C15.396 15.0869 14.7833 15.6329 14 15.9996Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 9H7L12 4V20L7 15H3V9ZM7.41421 10L11 6.41421V17.5858L7.41421 14H4V10H7.41421Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 6.41406L7.41421 9.99985H4V13.9998H7.41421L11 17.5856V6.41406Z\" style=\"fill: var(--automation-device-primary-color)\"/> <path d=\"M14 20.7246V18.6746C15.5 18.2413 16.7083 17.4079 17.625 16.1746C18.5417 14.9413 19 13.5413 19 11.9746C19 10.4079 18.5417 9.00794 17.625 7.77461C16.7083 6.54128 15.5 5.70794 14 5.27461V3.22461C16.0667 3.69128 17.75 4.73694 19.05 6.36161C20.35 7.98694 21 9.85794 21 11.9746C21 14.0913 20.35 15.9619 19.05 17.5866C17.75 19.2119 16.0667 20.2579 14 20.7246Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path d=\"M14 15.9996V7.94961C14.7833 8.31628 15.396 8.86628 15.838 9.59961C16.2793 10.3329 16.5 11.1329 16.5 11.9996C16.5 12.8496 16.2793 13.6369 15.838 14.3616C15.396 15.0869 14.7833 15.6329 14 15.9996Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 9H7L12 4V20L7 15H3V9ZM7.41421 10L11 6.41421V17.5858L7.41421 14H4V10H7.41421Z\" style=\"fill: var(--automation-device-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-volume-on",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiVolumeOn",
          "declaration": {
            "name": "ObiVolumeOn",
            "module": "src/icons/icon-volume-on.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-volume-on",
          "declaration": {
            "name": "ObiVolumeOn",
            "module": "src/icons/icon-volume-on.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-volume.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiVolume",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 20.7246V18.6746C15.5 18.2413 16.7083 17.4079 17.625 16.1746C18.5417 14.9413 19 13.5413 19 11.9746C19 10.4079 18.5417 9.00794 17.625 7.77461C16.7083 6.54128 15.5 5.70794 14 5.27461V3.22461C16.0667 3.69128 17.75 4.73694 19.05 6.36161C20.35 7.98694 21 9.85794 21 11.9746C21 14.0913 20.35 15.9619 19.05 17.5866C17.75 19.2119 16.0667 20.2579 14 20.7246Z\" fill=\"currentColor\"/> <path d=\"M14 15.9996V7.94961C14.7833 8.31628 15.396 8.86628 15.838 9.59961C16.2793 10.3329 16.5 11.1329 16.5 11.9996C16.5 12.8496 16.2793 13.6369 15.838 14.3616C15.396 15.0869 14.7833 15.6329 14 15.9996Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 9H7L12 4V20L7 15H3V9ZM7.41421 10L11 6.41421V17.5858L7.41421 14H4V10H7.41421Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 20.7246V18.6746C15.5 18.2413 16.7083 17.4079 17.625 16.1746C18.5417 14.9413 19 13.5413 19 11.9746C19 10.4079 18.5417 9.00794 17.625 7.77461C16.7083 6.54128 15.5 5.70794 14 5.27461V3.22461C16.0667 3.69128 17.75 4.73694 19.05 6.36161C20.35 7.98694 21 9.85794 21 11.9746C21 14.0913 20.35 15.9619 19.05 17.5866C17.75 19.2119 16.0667 20.2579 14 20.7246Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path d=\"M14 15.9996V7.94961C14.7833 8.31628 15.396 8.86628 15.838 9.59961C16.2793 10.3329 16.5 11.1329 16.5 11.9996C16.5 12.8496 16.2793 13.6369 15.838 14.3616C15.396 15.0869 14.7833 15.6329 14 15.9996Z\" style=\"fill: var(--automation-device-secondary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 9H7L12 4V20L7 15H3V9ZM7.41421 10L11 6.41421V17.5858L7.41421 14H4V10H7.41421Z\" style=\"fill: var(--automation-device-secondary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-volume",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiVolume",
          "declaration": {
            "name": "ObiVolume",
            "module": "src/icons/icon-volume.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-volume",
          "declaration": {
            "name": "ObiVolume",
            "module": "src/icons/icon-volume.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-voyages.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiVoyages",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 22V16H8.99982C11.7998 16 14.1667 18 15 19C14.1667 20 11.8 22 9 22H3ZM11.9649 19C11.8828 18.9466 11.7983 18.8937 11.7115 18.8418C10.8651 18.3361 9.92843 18 8.99982 18H5V20H9C9.92859 20 10.8653 19.6639 11.7115 19.1582C11.7983 19.1063 11.8828 19.0535 11.9649 19Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 8.5C2 6.01472 4.01472 4 6.5 4H12V6H6.5C5.11929 6 4 7.11929 4 8.5C4 9.88071 5.11929 11 6.5 11H17.5C19.9853 11 22 13.0147 22 15.5C22 17.9853 19.9853 20 17.5 20H17V18H17.5C18.8807 18 20 16.8807 20 15.5C20 14.1193 18.8807 13 17.5 13H6.5C4.01472 13 2 10.9853 2 8.5Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5 6.5C18.3284 6.5 19 5.82843 19 5C19 4.17157 18.3284 3.5 17.5 3.5C16.6716 3.5 16 4.17157 16 5C16 5.82843 16.6716 6.5 17.5 6.5ZM17.5 8.5C19.433 8.5 21 6.933 21 5C21 3.067 19.433 1.5 17.5 1.5C15.567 1.5 14 3.067 14 5C14 6.933 15.567 8.5 17.5 8.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 22V16H8.99982C11.7998 16 14.1667 18 15 19C14.1667 20 11.8 22 9 22H3ZM11.9649 19C11.8828 18.9466 11.7983 18.8937 11.7115 18.8418C10.8651 18.3361 9.92843 18 8.99982 18H5V20H9C9.92859 20 10.8653 19.6639 11.7115 19.1582C11.7983 19.1063 11.8828 19.0535 11.9649 19Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 8.5C2 6.01472 4.01472 4 6.5 4H12V6H6.5C5.11929 6 4 7.11929 4 8.5C4 9.88071 5.11929 11 6.5 11H17.5C19.9853 11 22 13.0147 22 15.5C22 17.9853 19.9853 20 17.5 20H17V18H17.5C18.8807 18 20 16.8807 20 15.5C20 14.1193 18.8807 13 17.5 13H6.5C4.01472 13 2 10.9853 2 8.5Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5 6.5C18.3284 6.5 19 5.82843 19 5C19 4.17157 18.3284 3.5 17.5 3.5C16.6716 3.5 16 4.17157 16 5C16 5.82843 16.6716 6.5 17.5 6.5ZM17.5 8.5C19.433 8.5 21 6.933 21 5C21 3.067 19.433 1.5 17.5 1.5C15.567 1.5 14 3.067 14 5C14 6.933 15.567 8.5 17.5 8.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-voyages",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiVoyages",
          "declaration": {
            "name": "ObiVoyages",
            "module": "src/icons/icon-voyages.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-voyages",
          "declaration": {
            "name": "ObiVoyages",
            "module": "src/icons/icon-voyages.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-warning-acknowledged-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWarningAcknowledgedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" fill=\"currentColor\"/> <path d=\"M13 13V7H11V13H13Z\" fill=\"currentColor\"/> <path d=\"M13 17V15H11V17H13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--alert-warning-color)\"/> <path d=\"M13 13V7H11V13H13Z\" style=\"fill: var(--on-warning-active-color)\"/> <path d=\"M13 17V15H11V17H13Z\" style=\"fill: var(--on-warning-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-warning-acknowledged-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWarningAcknowledgedIec",
          "declaration": {
            "name": "ObiWarningAcknowledgedIec",
            "module": "src/icons/icon-warning-acknowledged-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-warning-acknowledged-iec",
          "declaration": {
            "name": "ObiWarningAcknowledgedIec",
            "module": "src/icons/icon-warning-acknowledged-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-warning-badge.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWarningBadge",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"12\" cy=\"12\" r=\"10\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-warning-badge",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWarningBadge",
          "declaration": {
            "name": "ObiWarningBadge",
            "module": "src/icons/icon-warning-badge.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-warning-badge",
          "declaration": {
            "name": "ObiWarningBadge",
            "module": "src/icons/icon-warning-badge.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-warning-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWarningGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 6H13V14H11V6ZM13 16V18H11V16H13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 6H13V14H11V6ZM13 16V18H11V16H13Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-warning-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWarningGoogle",
          "declaration": {
            "name": "ObiWarningGoogle",
            "module": "src/icons/icon-warning-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-warning-google",
          "declaration": {
            "name": "ObiWarningGoogle",
            "module": "src/icons/icon-warning-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-warning-noack-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWarningNoackIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" fill=\"currentColor\"/> <path d=\"M19.743 5.67138L13.4143 12.0001L19.7429 18.3288C19.3198 18.8459 18.8458 19.3198 18.3287 19.743L12.0001 13.4143L5.67135 19.743C5.15423 19.3199 4.68029 18.8459 4.25712 18.3288L10.5859 12.0001L4.25705 5.67129C4.68021 5.15419 5.15416 4.68024 5.67126 4.25708L12.0001 10.5859L18.3288 4.25715C18.8459 4.68032 19.3199 5.15426 19.743 5.67138Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--alert-warning-color)\"/> <path d=\"M19.743 5.67138L13.4143 12.0001L19.7429 18.3288C19.3198 18.8459 18.8458 19.3198 18.3287 19.743L12.0001 13.4143L5.67135 19.743C5.15423 19.3199 4.68029 18.8459 4.25712 18.3288L10.5859 12.0001L4.25705 5.67129C4.68021 5.15419 5.15416 4.68024 5.67126 4.25708L12.0001 10.5859L18.3288 4.25715C18.8459 4.68032 19.3199 5.15426 19.743 5.67138Z\" style=\"fill: var(--on-warning-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-warning-noack-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWarningNoackIec",
          "declaration": {
            "name": "ObiWarningNoackIec",
            "module": "src/icons/icon-warning-noack-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-warning-noack-iec",
          "declaration": {
            "name": "ObiWarningNoackIec",
            "module": "src/icons/icon-warning-noack-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-warning-rectified-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWarningRectifiedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2071 9.20706L10.5 16.9142L5.79291 12.2071L7.20712 10.7928L10.5 14.0857L16.7929 7.79285L18.2071 9.20706Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--alert-warning-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2071 9.20706L10.5 16.9142L5.79291 12.2071L7.20712 10.7928L10.5 14.0857L16.7929 7.79285L18.2071 9.20706Z\" style=\"fill: var(--on-warning-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-warning-rectified-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWarningRectifiedIec",
          "declaration": {
            "name": "ObiWarningRectifiedIec",
            "module": "src/icons/icon-warning-rectified-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-warning-rectified-iec",
          "declaration": {
            "name": "ObiWarningRectifiedIec",
            "module": "src/icons/icon-warning-rectified-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-warning-rectified.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWarningRectified",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" fill=\"currentColor\" stroke=\"#CDCDCD\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" style=\"fill: var(--indent-enabled-background-color)\" style=\"stroke: var(--indent-enabled-border-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-warning-rectified",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWarningRectified",
          "declaration": {
            "name": "ObiWarningRectified",
            "module": "src/icons/icon-warning-rectified.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-warning-rectified",
          "declaration": {
            "name": "ObiWarningRectified",
            "module": "src/icons/icon-warning-rectified.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-warning-silenced-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWarningSilencedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" fill=\"currentColor\"/> <path d=\"M15.2395 13.1111L13.5 11.3716V9.55047C13.7148 9.59431 13.9239 9.66642 14.1217 9.76574C14.5436 9.97755 14.8969 10.3045 15.1407 10.7087C15.3845 11.1129 15.5089 11.5779 15.4995 12.0498C15.4921 12.4197 15.4028 12.782 15.2395 13.1111Z\" fill=\"currentColor\"/> <path d=\"M17.1171 14.9887L16.207 14.0786C16.5607 13.4478 16.75 12.7261 16.75 12C16.75 11.4418 16.6401 10.8892 16.4265 10.3736C16.2129 9.85792 15.8999 9.3894 15.5052 8.99476C14.9547 8.44422 14.2532 8.05163 13.5 7.86928V6.59163C13.8778 6.66148 14.2481 6.77089 14.6048 6.91862C15.2721 7.19502 15.8784 7.60015 16.3891 8.11087C16.8998 8.62159 17.3049 9.22791 17.5813 9.8952C17.8577 10.5625 18 11.2777 18 12C18 12.7222 17.8577 13.4374 17.5813 14.1047C17.4534 14.4136 17.2979 14.7094 17.1171 14.9887Z\" fill=\"currentColor\"/> <path d=\"M12 9.87164L10.3142 8.18586L12 6.50008V9.87164Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.40331 7.11092L7.11042 6.40381L18.3028 17.5962L17.5957 18.3033L15.7381 16.4457C15.077 16.9272 14.3041 17.2596 13.5 17.4083V16.1306C13.9751 16.0156 14.4322 15.8168 14.8401 15.5477L12 12.7076V17.5001L8.5 14.0001H6.5C6.22386 14.0001 6 13.7762 6 13.5001V10.5001C6 10.2239 6.22386 10.0001 6.5 10.0001H8.5L8.89624 9.60384L6.40331 7.11092Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--alert-warning-color)\"/> <path d=\"M15.2395 13.1111L13.5 11.3716V9.55047C13.7148 9.59431 13.9239 9.66642 14.1217 9.76574C14.5436 9.97755 14.8969 10.3045 15.1407 10.7087C15.3845 11.1129 15.5089 11.5779 15.4995 12.0498C15.4921 12.4197 15.4028 12.782 15.2395 13.1111Z\" style=\"fill: var(--on-warning-active-color)\"/> <path d=\"M17.1171 14.9887L16.207 14.0786C16.5607 13.4478 16.75 12.7261 16.75 12C16.75 11.4418 16.6401 10.8892 16.4265 10.3736C16.2129 9.85792 15.8999 9.3894 15.5052 8.99476C14.9547 8.44422 14.2532 8.05163 13.5 7.86928V6.59163C13.8778 6.66148 14.2481 6.77089 14.6048 6.91862C15.2721 7.19502 15.8784 7.60015 16.3891 8.11087C16.8998 8.62159 17.3049 9.22791 17.5813 9.8952C17.8577 10.5625 18 11.2777 18 12C18 12.7222 17.8577 13.4374 17.5813 14.1047C17.4534 14.4136 17.2979 14.7094 17.1171 14.9887Z\" style=\"fill: var(--on-warning-active-color)\"/> <path d=\"M12 9.87164L10.3142 8.18586L12 6.50008V9.87164Z\" style=\"fill: var(--on-warning-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.40331 7.11092L7.11042 6.40381L18.3028 17.5962L17.5957 18.3033L15.7381 16.4457C15.077 16.9272 14.3041 17.2596 13.5 17.4083V16.1306C13.9751 16.0156 14.4322 15.8168 14.8401 15.5477L12 12.7076V17.5001L8.5 14.0001H6.5C6.22386 14.0001 6 13.7762 6 13.5001V10.5001C6 10.2239 6.22386 10.0001 6.5 10.0001H8.5L8.89624 9.60384L6.40331 7.11092Z\" style=\"fill: var(--on-warning-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-warning-silenced-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWarningSilencedIec",
          "declaration": {
            "name": "ObiWarningSilencedIec",
            "module": "src/icons/icon-warning-silenced-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-warning-silenced-iec",
          "declaration": {
            "name": "ObiWarningSilencedIec",
            "module": "src/icons/icon-warning-silenced-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-warning-transferred-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWarningTransferredIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.2071 6.79297L18.4142 12.0001L13.2071 17.2072L11.7929 15.793L14.5858 13.0001H6V11.0001H14.5858L11.7929 8.20718L13.2071 6.79297Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--alert-warning-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.2071 6.79297L18.4142 12.0001L13.2071 17.2072L11.7929 15.793L14.5858 13.0001H6V11.0001H14.5858L11.7929 8.20718L13.2071 6.79297Z\" style=\"fill: var(--on-warning-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-warning-transferred-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWarningTransferredIec",
          "declaration": {
            "name": "ObiWarningTransferredIec",
            "module": "src/icons/icon-warning-transferred-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-warning-transferred-iec",
          "declaration": {
            "name": "ObiWarningTransferredIec",
            "module": "src/icons/icon-warning-transferred-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-warning-unacknowledged-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWarningUnacknowledgedIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" fill=\"currentColor\"/> <path d=\"M8.5 14H6.5C6.22386 14 6 13.7761 6 13.5V10.5C6 10.2239 6.22386 10 6.5 10H8.5L12 6.5V10.379V17.5L8.5 14Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.7678 13.7678C14.4186 14.117 13.9767 14.3522 13.5 14.4495V9.55053C13.9767 9.64784 14.4186 9.88307 14.7678 10.2323C15.2366 10.7011 15.5 11.337 15.5 12C15.5 12.6631 15.2366 13.299 14.7678 13.7678Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 6.59167V7.86933C14.2529 8.05163 14.9484 8.43799 15.5052 8.99482C16.3022 9.79185 16.75 10.8729 16.75 12C16.75 13.1272 16.3022 14.2082 15.5052 15.0052C14.9484 15.5621 14.2529 15.9484 13.5 16.1307V17.4084C14.5869 17.2074 15.5965 16.6817 16.3891 15.8891C17.4205 14.8577 18 13.4587 18 12C18 10.5413 17.4205 9.14239 16.3891 8.11094C15.5965 7.31836 14.5869 6.79266 13.5 6.59167Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--alert-warning-color)\"/> <path d=\"M8.5 14H6.5C6.22386 14 6 13.7761 6 13.5V10.5C6 10.2239 6.22386 10 6.5 10H8.5L12 6.5V10.379V17.5L8.5 14Z\" style=\"fill: var(--on-warning-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.7678 13.7678C14.4186 14.117 13.9767 14.3522 13.5 14.4495V9.55053C13.9767 9.64784 14.4186 9.88307 14.7678 10.2323C15.2366 10.7011 15.5 11.337 15.5 12C15.5 12.6631 15.2366 13.299 14.7678 13.7678Z\" style=\"fill: var(--on-warning-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 6.59167V7.86933C14.2529 8.05163 14.9484 8.43799 15.5052 8.99482C16.3022 9.79185 16.75 10.8729 16.75 12C16.75 13.1272 16.3022 14.2082 15.5052 15.0052C14.9484 15.5621 14.2529 15.9484 13.5 16.1307V17.4084C14.5869 17.2074 15.5965 16.6817 16.3891 15.8891C17.4205 14.8577 18 13.4587 18 12C18 10.5413 17.4205 9.14239 16.3891 8.11094C15.5965 7.31836 14.5869 6.79266 13.5 6.59167Z\" style=\"fill: var(--on-warning-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-warning-unacknowledged-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWarningUnacknowledgedIec",
          "declaration": {
            "name": "ObiWarningUnacknowledgedIec",
            "module": "src/icons/icon-warning-unacknowledged-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-warning-unacknowledged-iec",
          "declaration": {
            "name": "ObiWarningUnacknowledgedIec",
            "module": "src/icons/icon-warning-unacknowledged-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wave.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWave",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19.1812 8.44549C18.3528 8.15968 17.5978 8.1842 16.9171 8.52132C15.9867 8.98211 15.3892 9.9498 14.9294 10.7997C14.7853 11.0661 14.6498 11.3305 14.5188 11.5862L14.5182 11.5874C14.1943 12.2197 13.8989 12.795 13.5438 13.2793C13.0648 13.9327 12.5965 14.2489 12 14.2489C10.5147 14.2489 9.55017 13.2405 9.24434 12.1997C9.09023 11.6752 9.12905 11.2246 9.2712 10.9384C9.29791 10.8847 9.32889 10.8351 9.36453 10.79L9.36975 10.7834L9.37452 10.7765C9.58307 10.4728 9.8439 10.2977 10.0537 10.198C10.1586 10.1482 10.2498 10.1178 10.3132 10.1001C10.3448 10.0912 10.3693 10.0856 10.3849 10.0824C10.3927 10.0808 10.3982 10.0798 10.4012 10.0792L10.4039 10.0788L10.7358 10.0294L10.5914 9.72401C10.5914 9.72401 10.5351 9.61901 10.5084 9.57596C10.4551 9.48997 10.3748 9.37284 10.2641 9.24289C10.0428 8.98323 9.69691 8.66888 9.19931 8.45255L9.19038 8.44867L9.18118 8.44549C8.35282 8.15968 7.59779 8.1842 6.91712 8.52132C5.98674 8.98211 5.38919 9.9498 4.92942 10.7997C4.78524 11.0662 4.64984 11.3305 4.51878 11.5863L4.51823 11.5874C4.19429 12.2197 3.89893 12.795 3.54384 13.2793C3.06483 13.9327 2.59655 14.2489 2 14.2489L1.75 14.2489L1.75001 15.7489L2.00001 15.7489C3.27918 15.7489 4.14009 15.003 4.75358 14.1662C5.18498 13.5777 5.55432 12.8568 5.88646 12.2085L5.8915 12.1987C6.01475 11.9581 6.13287 11.7276 6.24874 11.5134C6.71998 10.6423 7.12638 10.0916 7.58285 9.86549C7.75578 9.77985 7.97459 9.72423 8.27053 9.76088C8.13483 9.91375 8.02026 10.085 7.92778 10.2712C7.57278 10.9859 7.57684 11.8455 7.80518 12.6226C8.26416 14.1846 9.73435 15.7489 12 15.7489C13.2792 15.7489 14.1401 15.003 14.7536 14.1662C15.185 13.5777 15.5543 12.8568 15.8865 12.2085L15.8915 12.1987C16.0148 11.9581 16.1329 11.7276 16.2487 11.5134C16.72 10.6423 17.1264 10.0916 17.5828 9.86549C17.7558 9.77985 17.9746 9.72423 18.2705 9.76088C18.1348 9.91375 18.0203 10.085 17.9278 10.2712C17.5728 10.9859 17.5768 11.8455 17.8052 12.6226C18.2642 14.1846 19.7344 15.7489 22 15.7489L22.25 15.7489L22.25 14.2489L22 14.2489C20.5147 14.2489 19.5502 13.2405 19.2443 12.1997C19.0902 11.6752 19.129 11.2246 19.2712 10.9384C19.2979 10.8847 19.3289 10.8351 19.3645 10.79L19.3697 10.7834L19.3745 10.7765C19.5831 10.4728 19.8439 10.2977 20.0537 10.198C20.1586 10.1482 20.2498 10.1178 20.3132 10.1001C20.3448 10.0912 20.3693 10.0856 20.3849 10.0824C20.3927 10.0808 20.3982 10.0798 20.4012 10.0792L20.4028 10.0789L20.4039 10.0788L20.7358 10.0294L20.5914 9.72401C20.5914 9.72401 20.5351 9.61901 20.5084 9.57596C20.4551 9.48997 20.3748 9.37284 20.2641 9.24289C20.0428 8.98323 19.6969 8.66888 19.1993 8.45255L19.1904 8.44867L19.1812 8.44549Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19.1812 8.44549C18.3528 8.15968 17.5978 8.1842 16.9171 8.52132C15.9867 8.98211 15.3892 9.9498 14.9294 10.7997C14.7853 11.0661 14.6498 11.3305 14.5188 11.5862L14.5182 11.5874C14.1943 12.2197 13.8989 12.795 13.5438 13.2793C13.0648 13.9327 12.5965 14.2489 12 14.2489C10.5147 14.2489 9.55017 13.2405 9.24434 12.1997C9.09023 11.6752 9.12905 11.2246 9.2712 10.9384C9.29791 10.8847 9.32889 10.8351 9.36453 10.79L9.36975 10.7834L9.37452 10.7765C9.58307 10.4728 9.8439 10.2977 10.0537 10.198C10.1586 10.1482 10.2498 10.1178 10.3132 10.1001C10.3448 10.0912 10.3693 10.0856 10.3849 10.0824C10.3927 10.0808 10.3982 10.0798 10.4012 10.0792L10.4039 10.0788L10.7358 10.0294L10.5914 9.72401C10.5914 9.72401 10.5351 9.61901 10.5084 9.57596C10.4551 9.48997 10.3748 9.37284 10.2641 9.24289C10.0428 8.98323 9.69691 8.66888 9.19931 8.45255L9.19038 8.44867L9.18118 8.44549C8.35282 8.15968 7.59779 8.1842 6.91712 8.52132C5.98674 8.98211 5.38919 9.9498 4.92942 10.7997C4.78524 11.0662 4.64984 11.3305 4.51878 11.5863L4.51823 11.5874C4.19429 12.2197 3.89893 12.795 3.54384 13.2793C3.06483 13.9327 2.59655 14.2489 2 14.2489L1.75 14.2489L1.75001 15.7489L2.00001 15.7489C3.27918 15.7489 4.14009 15.003 4.75358 14.1662C5.18498 13.5777 5.55432 12.8568 5.88646 12.2085L5.8915 12.1987C6.01475 11.9581 6.13287 11.7276 6.24874 11.5134C6.71998 10.6423 7.12638 10.0916 7.58285 9.86549C7.75578 9.77985 7.97459 9.72423 8.27053 9.76088C8.13483 9.91375 8.02026 10.085 7.92778 10.2712C7.57278 10.9859 7.57684 11.8455 7.80518 12.6226C8.26416 14.1846 9.73435 15.7489 12 15.7489C13.2792 15.7489 14.1401 15.003 14.7536 14.1662C15.185 13.5777 15.5543 12.8568 15.8865 12.2085L15.8915 12.1987C16.0148 11.9581 16.1329 11.7276 16.2487 11.5134C16.72 10.6423 17.1264 10.0916 17.5828 9.86549C17.7558 9.77985 17.9746 9.72423 18.2705 9.76088C18.1348 9.91375 18.0203 10.085 17.9278 10.2712C17.5728 10.9859 17.5768 11.8455 17.8052 12.6226C18.2642 14.1846 19.7344 15.7489 22 15.7489L22.25 15.7489L22.25 14.2489L22 14.2489C20.5147 14.2489 19.5502 13.2405 19.2443 12.1997C19.0902 11.6752 19.129 11.2246 19.2712 10.9384C19.2979 10.8847 19.3289 10.8351 19.3645 10.79L19.3697 10.7834L19.3745 10.7765C19.5831 10.4728 19.8439 10.2977 20.0537 10.198C20.1586 10.1482 20.2498 10.1178 20.3132 10.1001C20.3448 10.0912 20.3693 10.0856 20.3849 10.0824C20.3927 10.0808 20.3982 10.0798 20.4012 10.0792L20.4028 10.0789L20.4039 10.0788L20.7358 10.0294L20.5914 9.72401C20.5914 9.72401 20.5351 9.61901 20.5084 9.57596C20.4551 9.48997 20.3748 9.37284 20.2641 9.24289C20.0428 8.98323 19.6969 8.66888 19.1993 8.45255L19.1904 8.44867L19.1812 8.44549Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wave",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWave",
          "declaration": {
            "name": "ObiWave",
            "module": "src/icons/icon-wave.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wave",
          "declaration": {
            "name": "ObiWave",
            "module": "src/icons/icon-wave.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-waypoint-active-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWaypointActiveIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-waypoint-active-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWaypointActiveIec",
          "declaration": {
            "name": "ObiWaypointActiveIec",
            "module": "src/icons/icon-waypoint-active-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-waypoint-active-iec",
          "declaration": {
            "name": "ObiWaypointActiveIec",
            "module": "src/icons/icon-waypoint-active-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-waypoint-add-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWaypointAddIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.0001 8.99998C8.10467 8.99998 9.0001 8.10455 9.0001 6.99998C9.0001 5.89541 8.10467 4.99998 7.0001 4.99998C5.89553 4.99998 5.0001 5.89541 5.0001 6.99998C5.0001 8.10455 5.89553 8.99998 7.0001 8.99998ZM7.0001 11C9.20924 11 11.0001 9.20912 11.0001 6.99998C11.0001 4.79084 9.20924 2.99998 7.0001 2.99998C4.79096 2.99998 3.0001 4.79084 3.0001 6.99998C3.0001 9.20912 4.79096 11 7.0001 11Z\" fill=\"currentColor\"/> <path d=\"M4.48126 12.5367L6.41311 13.0544L5.89547 14.9862L3.96362 14.4686L4.48126 12.5367Z\" fill=\"currentColor\"/> <path d=\"M3.44598 16.4004L5.37783 16.9181L4.86019 18.8499L2.92834 18.3323L3.44598 16.4004Z\" fill=\"currentColor\"/> <path d=\"M2.4107 20.2641L4.34256 20.7818L3.82492 22.7136L1.89307 22.196L2.4107 20.2641Z\" fill=\"currentColor\"/> <path d=\"M13.0549 6.41286L12.5373 4.48101L14.4692 3.96337L14.9868 5.89523L13.0549 6.41286Z\" fill=\"currentColor\"/> <path d=\"M16.9186 5.37759L16.401 3.44574L18.3329 2.9281L18.8505 4.85995L16.9186 5.37759Z\" fill=\"currentColor\"/> <path d=\"M20.7823 4.34231L20.2647 2.41046L22.1966 1.89282L22.7142 3.82467L20.7823 4.34231Z\" fill=\"currentColor\"/> <path d=\"M17.0001 9.99998H15.0001V15H10.0001V17H15.0001V22H17.0001V17H22.0001V15H17.0001V9.99998Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.0001 8.99998C8.10467 8.99998 9.0001 8.10455 9.0001 6.99998C9.0001 5.89541 8.10467 4.99998 7.0001 4.99998C5.89553 4.99998 5.0001 5.89541 5.0001 6.99998C5.0001 8.10455 5.89553 8.99998 7.0001 8.99998ZM7.0001 11C9.20924 11 11.0001 9.20912 11.0001 6.99998C11.0001 4.79084 9.20924 2.99998 7.0001 2.99998C4.79096 2.99998 3.0001 4.79084 3.0001 6.99998C3.0001 9.20912 4.79096 11 7.0001 11Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.48126 12.5367L6.41311 13.0544L5.89547 14.9862L3.96362 14.4686L4.48126 12.5367Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.44598 16.4004L5.37783 16.9181L4.86019 18.8499L2.92834 18.3323L3.44598 16.4004Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.4107 20.2641L4.34256 20.7818L3.82492 22.7136L1.89307 22.196L2.4107 20.2641Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.0549 6.41286L12.5373 4.48101L14.4692 3.96337L14.9868 5.89523L13.0549 6.41286Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.9186 5.37759L16.401 3.44574L18.3329 2.9281L18.8505 4.85995L16.9186 5.37759Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.7823 4.34231L20.2647 2.41046L22.1966 1.89282L22.7142 3.82467L20.7823 4.34231Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.0001 9.99998H15.0001V15H10.0001V17H15.0001V22H17.0001V17H22.0001V15H17.0001V9.99998Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-waypoint-add-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWaypointAddIec",
          "declaration": {
            "name": "ObiWaypointAddIec",
            "module": "src/icons/icon-waypoint-add-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-waypoint-add-iec",
          "declaration": {
            "name": "ObiWaypointAddIec",
            "module": "src/icons/icon-waypoint-add-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-waypoint-delete-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWaypointDeleteIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20.2647 2.41046L20.7823 4.34231L22.7142 3.82467L22.1966 1.89282L20.2647 2.41046Z\" fill=\"currentColor\"/> <path d=\"M16.9186 5.37759L16.401 3.44574L18.3329 2.9281L18.8505 4.85995L16.9186 5.37759Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.0001 11C9.20924 11 11.0001 9.20912 11.0001 6.99998C11.0001 4.79084 9.20924 2.99998 7.0001 2.99998C4.79096 2.99998 3.0001 4.79084 3.0001 6.99998C3.0001 9.20912 4.79096 11 7.0001 11ZM7.0001 8.99998C8.10467 8.99998 9.0001 8.10455 9.0001 6.99998C9.0001 5.89541 8.10467 4.99998 7.0001 4.99998C5.89553 4.99998 5.0001 5.89541 5.0001 6.99998C5.0001 8.10455 5.89553 8.99998 7.0001 8.99998Z\" fill=\"currentColor\"/> <path d=\"M4.48126 12.5367L6.41311 13.0544L5.89547 14.9862L3.96362 14.4686L4.48126 12.5367Z\" fill=\"currentColor\"/> <path d=\"M5.37783 16.9181L3.44598 16.4004L2.92834 18.3323L4.86019 18.8499L5.37783 16.9181Z\" fill=\"currentColor\"/> <path d=\"M2.4107 20.2641L4.34256 20.7818L3.82492 22.7136L1.89307 22.196L2.4107 20.2641Z\" fill=\"currentColor\"/> <path d=\"M12.5373 4.48101L13.0549 6.41286L14.9868 5.89523L14.4692 3.96337L12.5373 4.48101Z\" fill=\"currentColor\"/> <path d=\"M17.0001 16.4394L18.4697 14.9697L19.5304 16.0304L18.0607 17.5001L19.5304 18.9697L18.4697 20.0304L17.0001 18.5607L15.5304 20.0304L14.4697 18.9697L15.9394 17.5001L14.4697 16.0304L15.5304 14.9697L17.0001 16.4394Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10H19V11H23V13H22V21C22 22.1046 21.1046 23 20 23H14C12.8954 23 12 22.1046 12 21V13H11V11H15V10ZM13.5 13.5H20.5V21C20.5 21.2761 20.2761 21.5 20 21.5H14C13.7239 21.5 13.5 21.2761 13.5 21V13.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20.2647 2.41046L20.7823 4.34231L22.7142 3.82467L22.1966 1.89282L20.2647 2.41046Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.9186 5.37759L16.401 3.44574L18.3329 2.9281L18.8505 4.85995L16.9186 5.37759Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.0001 11C9.20924 11 11.0001 9.20912 11.0001 6.99998C11.0001 4.79084 9.20924 2.99998 7.0001 2.99998C4.79096 2.99998 3.0001 4.79084 3.0001 6.99998C3.0001 9.20912 4.79096 11 7.0001 11ZM7.0001 8.99998C8.10467 8.99998 9.0001 8.10455 9.0001 6.99998C9.0001 5.89541 8.10467 4.99998 7.0001 4.99998C5.89553 4.99998 5.0001 5.89541 5.0001 6.99998C5.0001 8.10455 5.89553 8.99998 7.0001 8.99998Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.48126 12.5367L6.41311 13.0544L5.89547 14.9862L3.96362 14.4686L4.48126 12.5367Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5.37783 16.9181L3.44598 16.4004L2.92834 18.3323L4.86019 18.8499L5.37783 16.9181Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.4107 20.2641L4.34256 20.7818L3.82492 22.7136L1.89307 22.196L2.4107 20.2641Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12.5373 4.48101L13.0549 6.41286L14.9868 5.89523L14.4692 3.96337L12.5373 4.48101Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17.0001 16.4394L18.4697 14.9697L19.5304 16.0304L18.0607 17.5001L19.5304 18.9697L18.4697 20.0304L17.0001 18.5607L15.5304 20.0304L14.4697 18.9697L15.9394 17.5001L14.4697 16.0304L15.5304 14.9697L17.0001 16.4394Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 10H19V11H23V13H22V21C22 22.1046 21.1046 23 20 23H14C12.8954 23 12 22.1046 12 21V13H11V11H15V10ZM13.5 13.5H20.5V21C20.5 21.2761 20.2761 21.5 20 21.5H14C13.7239 21.5 13.5 21.2761 13.5 21V13.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-waypoint-delete-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWaypointDeleteIec",
          "declaration": {
            "name": "ObiWaypointDeleteIec",
            "module": "src/icons/icon-waypoint-delete-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-waypoint-delete-iec",
          "declaration": {
            "name": "ObiWaypointDeleteIec",
            "module": "src/icons/icon-waypoint-delete-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-waypoint-edit-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWaypointEditIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.99971 9.00009C8.10428 9.00009 8.99971 8.10466 8.99971 7.00009C8.99971 5.89552 8.10428 5.00009 6.99971 5.00009C5.89514 5.00009 4.99971 5.89552 4.99971 7.00009C4.99971 8.10466 5.89514 9.00009 6.99971 9.00009ZM6.99971 11.0001C9.20885 11.0001 10.9997 9.20923 10.9997 7.00009C10.9997 4.79095 9.20885 3.00009 6.99971 3.00009C4.79057 3.00009 2.99971 4.79095 2.99971 7.00009C2.99971 9.20923 4.79057 11.0001 6.99971 11.0001Z\" fill=\"currentColor\"/> <path d=\"M4.48077 12.537L6.41262 13.0546L5.89498 14.9864L3.96313 14.4688L4.48077 12.537Z\" fill=\"currentColor\"/> <path d=\"M3.44549 16.4007L5.37734 16.9183L4.85971 18.8502L2.92785 18.3325L3.44549 16.4007Z\" fill=\"currentColor\"/> <path d=\"M2.41022 20.2644L4.34207 20.782L3.82443 22.7139L1.89258 22.1962L2.41022 20.2644Z\" fill=\"currentColor\"/> <path d=\"M13.0545 6.41311L12.5368 4.48126L14.4687 3.96362L14.9863 5.89547L13.0545 6.41311Z\" fill=\"currentColor\"/> <path d=\"M16.9182 5.37783L16.4005 3.44598L18.3324 2.92834L18.85 4.86019L16.9182 5.37783Z\" fill=\"currentColor\"/> <path d=\"M20.7819 4.34256L20.2642 2.4107L22.1961 1.89307L22.7137 3.82492L20.7819 4.34256Z\" fill=\"currentColor\"/> <path d=\"M7.9998 21.9999V17.7499L17.1748 8.57493C17.3748 8.37493 17.5998 8.22493 17.8498 8.12493C18.0998 8.02493 18.3498 7.97493 18.5998 7.97493C18.8665 7.97493 19.1206 8.02493 19.3623 8.12493C19.604 8.22493 19.8248 8.37493 20.0248 8.57493L21.4248 9.99993C21.6081 10.1999 21.7498 10.4208 21.8498 10.6624C21.9498 10.9041 21.9998 11.1499 21.9998 11.3999C21.9998 11.6499 21.954 11.8958 21.8623 12.1374C21.7706 12.3791 21.6248 12.5999 21.4248 12.7999L12.2498 21.9999H7.9998ZM9.9998 19.9999H11.3998L17.1998 14.1999L16.4998 13.4999L15.7748 12.7999L9.9998 18.5749V19.9999Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.99971 9.00009C8.10428 9.00009 8.99971 8.10466 8.99971 7.00009C8.99971 5.89552 8.10428 5.00009 6.99971 5.00009C5.89514 5.00009 4.99971 5.89552 4.99971 7.00009C4.99971 8.10466 5.89514 9.00009 6.99971 9.00009ZM6.99971 11.0001C9.20885 11.0001 10.9997 9.20923 10.9997 7.00009C10.9997 4.79095 9.20885 3.00009 6.99971 3.00009C4.79057 3.00009 2.99971 4.79095 2.99971 7.00009C2.99971 9.20923 4.79057 11.0001 6.99971 11.0001Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M4.48077 12.537L6.41262 13.0546L5.89498 14.9864L3.96313 14.4688L4.48077 12.537Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M3.44549 16.4007L5.37734 16.9183L4.85971 18.8502L2.92785 18.3325L3.44549 16.4007Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2.41022 20.2644L4.34207 20.782L3.82443 22.7139L1.89258 22.1962L2.41022 20.2644Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M13.0545 6.41311L12.5368 4.48126L14.4687 3.96362L14.9863 5.89547L13.0545 6.41311Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M16.9182 5.37783L16.4005 3.44598L18.3324 2.92834L18.85 4.86019L16.9182 5.37783Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M20.7819 4.34256L20.2642 2.4107L22.1961 1.89307L22.7137 3.82492L20.7819 4.34256Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M7.9998 21.9999V17.7499L17.1748 8.57493C17.3748 8.37493 17.5998 8.22493 17.8498 8.12493C18.0998 8.02493 18.3498 7.97493 18.5998 7.97493C18.8665 7.97493 19.1206 8.02493 19.3623 8.12493C19.604 8.22493 19.8248 8.37493 20.0248 8.57493L21.4248 9.99993C21.6081 10.1999 21.7498 10.4208 21.8498 10.6624C21.9498 10.9041 21.9998 11.1499 21.9998 11.3999C21.9998 11.6499 21.954 11.8958 21.8623 12.1374C21.7706 12.3791 21.6248 12.5999 21.4248 12.7999L12.2498 21.9999H7.9998ZM9.9998 19.9999H11.3998L17.1998 14.1999L16.4998 13.4999L15.7748 12.7999L9.9998 18.5749V19.9999Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-waypoint-edit-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWaypointEditIec",
          "declaration": {
            "name": "ObiWaypointEditIec",
            "module": "src/icons/icon-waypoint-edit-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-waypoint-edit-iec",
          "declaration": {
            "name": "ObiWaypointEditIec",
            "module": "src/icons/icon-waypoint-edit-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-waypoint-next-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWaypointNextIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-waypoint-next-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWaypointNextIec",
          "declaration": {
            "name": "ObiWaypointNextIec",
            "module": "src/icons/icon-waypoint-next-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-waypoint-next-iec",
          "declaration": {
            "name": "ObiWaypointNextIec",
            "module": "src/icons/icon-waypoint-next-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-waypoint-optional-iec.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWaypointOptionalIec",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-waypoint-optional-iec",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWaypointOptionalIec",
          "declaration": {
            "name": "ObiWaypointOptionalIec",
            "module": "src/icons/icon-waypoint-optional-iec.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-waypoint-optional-iec",
          "declaration": {
            "name": "ObiWaypointOptionalIec",
            "module": "src/icons/icon-waypoint-optional-iec.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-weather.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWeather",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.2114 23.337C9.48203 22.7507 10.1212 22.5309 10.6897 22.7496L10.6999 22.7535L10.7097 22.7581C11.2961 23.0287 11.5158 23.6678 11.2972 24.2364L11.2918 24.2505L10.1734 26.8059C9.98659 27.2665 9.56454 27.4901 9.13006 27.4901C8.97913 27.4901 8.80988 27.444 8.70465 27.409L8.68713 27.4031L8.67037 27.3954C8.08401 27.1248 7.86427 26.4856 8.08294 25.9171L8.08836 25.903L9.2114 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.8781 26.0037C14.1487 25.4174 14.7878 25.1976 15.3564 25.4163L15.3665 25.4202L15.3764 25.4247C15.9628 25.6954 16.1825 26.3345 15.9638 26.9031L15.9584 26.9171L14.8401 29.4725C14.6533 29.9332 14.2312 30.1567 13.7967 30.1567C13.6458 30.1567 13.4765 30.1107 13.3713 30.0756L13.3538 30.0698L13.337 30.0621C12.7507 29.7914 12.5309 29.1523 12.7496 28.5837L12.755 28.5697L13.8781 26.0037Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8781 23.337C20.1487 22.7507 20.7878 22.5309 21.3564 22.7496L21.3665 22.7535L21.3764 22.7581C21.9628 23.0287 22.1825 23.6678 21.9638 24.2364L21.9584 24.2505L20.8401 26.8059C20.6533 27.2665 20.2312 27.4901 19.7967 27.4901C19.6458 27.4901 19.4765 27.444 19.3713 27.409L19.3538 27.4031L19.337 27.3954C18.7507 27.1248 18.5309 26.4856 18.7496 25.9171L18.755 25.903L19.8781 23.337Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8094 1.31501 11.4045 1.24899 11.6302 1.62937L12.8486 3.68309C13.0037 3.9446 13.3653 4.01422 13.6188 3.83136L15.6092 2.39533C15.9779 2.12935 16.4964 2.40973 16.4435 2.84648L16.1581 5.20454C16.1218 5.5048 16.3693 5.76462 16.6854 5.75791L19.1673 5.70515C19.627 5.69538 19.8708 6.21506 19.5596 6.54135L18.1679 8.00059C18.3829 7.99706 18.6027 8.00379 18.8271 8.02185C22.2421 8.29662 24.1525 10.0866 25.1071 11.9189C25.4389 12.5559 25.6451 13.1746 25.7741 13.6989C25.9743 13.7573 26.1852 13.8251 26.3986 13.9033C26.9122 14.0916 27.5832 14.3908 28.1496 14.8676C28.7331 15.3588 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66665C4.45752 21.3487 2.66666 19.5579 2.66666 17.3487C2.66666 16.4054 2.95375 15.385 3.69552 14.5796C4.4621 13.7473 5.52698 13.3487 6.66666 13.3487H7.25986C7.28933 13.2064 7.32725 13.0596 7.37562 12.9108C7.35564 12.9091 7.33532 12.9084 7.3147 12.9088L4.8328 12.9616C4.37312 12.9713 4.12931 12.4516 4.44049 12.1254L6.12063 10.3637C6.33457 10.1393 6.29566 9.78855 6.03776 9.61656L4.01239 8.26588C3.63727 8.01571 3.76126 7.45524 4.21191 7.36403L6.64504 6.8716C6.95486 6.8089 7.13946 6.50114 7.0382 6.21614L6.24299 3.97794C6.09571 3.5634 6.54015 3.1762 6.95813 3.35492L9.21488 4.31985C9.50224 4.44272 9.83984 4.29555 9.9339 4.00639L10.6726 1.73559ZM8.36312 11.3875C8.57298 11.2042 8.81852 11.0367 9.10556 10.8932C10.3817 10.2551 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5968 9.71689 14.6977 8.8461 16.0951 8.36647C15.6162 6.43897 13.6897 5.1214 11.5591 5.35774C9.24782 5.6141 7.57163 7.60187 7.81518 9.79755C7.87963 10.3786 8.07209 10.9161 8.36312 11.3875ZM27.3333 17.3487C27.4498 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6667 10.0154C16.5282 9.84334 14.8895 11.1453 13.8692 12.309C13.0855 13.203 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.999 13.014 11.1362 12.6646C10.7797 12.5202 10.3898 12.4871 9.99999 12.6821C9.66666 12.8487 9.45832 13.0987 9.33332 13.38C8.95832 14.2237 9.33332 15.3487 9.33332 15.3487H6.66666C5.33332 15.3487 4.66666 16.2442 4.66666 17.3487C4.66666 18.4533 5.56209 19.3487 6.66666 19.3487H25.3333C26.4379 19.3487 27.2486 18.4501 27.3333 17.3487Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.2114 23.337C9.48203 22.7507 10.1212 22.5309 10.6897 22.7496L10.6999 22.7535L10.7097 22.7581C11.2961 23.0287 11.5158 23.6678 11.2972 24.2364L11.2918 24.2505L10.1734 26.8059C9.98659 27.2665 9.56454 27.4901 9.13006 27.4901C8.97913 27.4901 8.80988 27.444 8.70465 27.409L8.68713 27.4031L8.67037 27.3954C8.08401 27.1248 7.86427 26.4856 8.08294 25.9171L8.08836 25.903L9.2114 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.8781 26.0037C14.1487 25.4174 14.7878 25.1976 15.3564 25.4163L15.3665 25.4202L15.3764 25.4247C15.9628 25.6954 16.1825 26.3345 15.9638 26.9031L15.9584 26.9171L14.8401 29.4725C14.6533 29.9332 14.2312 30.1567 13.7967 30.1567C13.6458 30.1567 13.4765 30.1107 13.3713 30.0756L13.3538 30.0698L13.337 30.0621C12.7507 29.7914 12.5309 29.1523 12.7496 28.5837L12.755 28.5697L13.8781 26.0037Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.8781 23.337C20.1487 22.7507 20.7878 22.5309 21.3564 22.7496L21.3665 22.7535L21.3764 22.7581C21.9628 23.0287 22.1825 23.6678 21.9638 24.2364L21.9584 24.2505L20.8401 26.8059C20.6533 27.2665 20.2312 27.4901 19.7967 27.4901C19.6458 27.4901 19.4765 27.444 19.3713 27.409L19.3538 27.4031L19.337 27.3954C18.7507 27.1248 18.5309 26.4856 18.7496 25.9171L18.755 25.903L19.8781 23.337Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6726 1.73559C10.8094 1.31501 11.4045 1.24899 11.6302 1.62937L12.8486 3.68309C13.0037 3.9446 13.3653 4.01422 13.6188 3.83136L15.6092 2.39533C15.9779 2.12935 16.4964 2.40973 16.4435 2.84648L16.1581 5.20454C16.1218 5.5048 16.3693 5.76462 16.6854 5.75791L19.1673 5.70515C19.627 5.69538 19.8708 6.21506 19.5596 6.54135L18.1679 8.00059C18.3829 7.99706 18.6027 8.00379 18.8271 8.02185C22.2421 8.29662 24.1525 10.0866 25.1071 11.9189C25.4389 12.5559 25.6451 13.1746 25.7741 13.6989C25.9743 13.7573 26.1852 13.8251 26.3986 13.9033C26.9122 14.0916 27.5832 14.3908 28.1496 14.8676C28.7331 15.3588 29.4242 16.2439 29.3274 17.5021C29.178 19.4449 27.6727 21.3487 25.3333 21.3487H6.66665C4.45752 21.3487 2.66666 19.5579 2.66666 17.3487C2.66666 16.4054 2.95375 15.385 3.69552 14.5796C4.4621 13.7473 5.52698 13.3487 6.66666 13.3487H7.25986C7.28933 13.2064 7.32725 13.0596 7.37562 12.9108C7.35564 12.9091 7.33532 12.9084 7.3147 12.9088L4.8328 12.9616C4.37312 12.9713 4.12931 12.4516 4.44049 12.1254L6.12063 10.3637C6.33457 10.1393 6.29566 9.78855 6.03776 9.61656L4.01239 8.26588C3.63727 8.01571 3.76126 7.45524 4.21191 7.36403L6.64504 6.8716C6.95486 6.8089 7.13946 6.50114 7.0382 6.21614L6.24299 3.97794C6.09571 3.5634 6.54015 3.1762 6.95813 3.35492L9.21488 4.31985C9.50224 4.44272 9.83984 4.29555 9.9339 4.00639L10.6726 1.73559ZM8.36312 11.3875C8.57298 11.2042 8.81852 11.0367 9.10556 10.8932C10.3817 10.2551 11.5414 10.5915 12.333 11.0276C12.4855 10.8521 12.6503 10.6732 12.8272 10.4944C13.5968 9.71689 14.6977 8.8461 16.0951 8.36647C15.6162 6.43897 13.6897 5.1214 11.5591 5.35774C9.24782 5.6141 7.57163 7.60187 7.81518 9.79755C7.87963 10.3786 8.07209 10.9161 8.36312 11.3875ZM27.3333 17.3487C27.4498 15.8351 24 15.3487 24 15.3487C24 15.3487 24 10.4445 18.6667 10.0154C16.5282 9.84334 14.8895 11.1453 13.8692 12.309C13.0855 13.203 12.6667 14.0154 12.6667 14.0154C12.6667 14.0154 11.999 13.014 11.1362 12.6646C10.7797 12.5202 10.3898 12.4871 9.99999 12.6821C9.66666 12.8487 9.45832 13.0987 9.33332 13.38C8.95832 14.2237 9.33332 15.3487 9.33332 15.3487H6.66666C5.33332 15.3487 4.66666 16.2442 4.66666 17.3487C4.66666 18.4533 5.56209 19.3487 6.66666 19.3487H25.3333C26.4379 19.3487 27.2486 18.4501 27.3333 17.3487Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-weather",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWeather",
          "declaration": {
            "name": "ObiWeather",
            "module": "src/icons/icon-weather.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-weather",
          "declaration": {
            "name": "ObiWeather",
            "module": "src/icons/icon-weather.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-whale.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWhale",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21 18.0001C19.97 18.0001 18.94 17.7501 18 17.2501C16.11 18.2501 13.89 18.2501 12 17.2501C10.11 18.2501 7.89 18.2501 6 17.2501C5.05 17.7501 4.03 18.0001 3 18.0001H2V16.0001H3C3.68364 16.0001 4.36195 15.8489 5.01151 15.5606C5.31146 15.4314 6 15.0001 6 15.0001C6 15.0001 6.6857 15.4281 6.98565 15.5573C8.27272 16.1126 9.70171 16.1148 10.9905 15.5663C11.2905 15.4371 12 15.0001 12 15.0001C12 15.0001 12.7096 15.4371 13.0095 15.5663C14.2964 16.114 15.7231 16.1114 17.0086 15.5586C17.3086 15.4294 17.9994 15.0075 17.9994 15.0075C17.9994 15.0075 18.6879 15.4355 18.9878 15.5646C19.6348 15.8503 20.3196 16.0001 21 16.0001H22V18.0001H21Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.4977 10.7454C18.5466 10.2654 20.7742 9.74359 20.9839 4.78682C20.9942 4.54383 20.668 4.42354 20.4935 4.59302C19.3929 5.66229 18.0162 5.75715 16.6552 5.85091C14.8474 5.97546 13.0676 6.09809 12 8.50012C10.9324 6.09809 9.15256 5.97546 7.34476 5.85091C5.98382 5.75715 4.60705 5.66229 3.50647 4.59302C3.33203 4.42354 3.00631 4.54208 3.01766 4.78503C3.23433 9.42238 5.40645 10.0089 7.43004 10.5554C8.88191 10.9474 10.7573 11.8188 10.7792 14.1508C10.8571 14.1216 10.9346 14.0905 11.0115 14.0573C11.3115 13.9281 12 13.5001 12 13.5001C12 13.5001 12.6885 13.9281 12.9885 14.0573C13.0666 14.091 13.1452 14.1226 13.2243 14.1521C13.2401 11.8914 15.0759 11.0785 16.4977 10.7454Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21 18.0001C19.97 18.0001 18.94 17.7501 18 17.2501C16.11 18.2501 13.89 18.2501 12 17.2501C10.11 18.2501 7.89 18.2501 6 17.2501C5.05 17.7501 4.03 18.0001 3 18.0001H2V16.0001H3C3.68364 16.0001 4.36195 15.8489 5.01151 15.5606C5.31146 15.4314 6 15.0001 6 15.0001C6 15.0001 6.6857 15.4281 6.98565 15.5573C8.27272 16.1126 9.70171 16.1148 10.9905 15.5663C11.2905 15.4371 12 15.0001 12 15.0001C12 15.0001 12.7096 15.4371 13.0095 15.5663C14.2964 16.114 15.7231 16.1114 17.0086 15.5586C17.3086 15.4294 17.9994 15.0075 17.9994 15.0075C17.9994 15.0075 18.6879 15.4355 18.9878 15.5646C19.6348 15.8503 20.3196 16.0001 21 16.0001H22V18.0001H21Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.4977 10.7454C18.5466 10.2654 20.7742 9.74359 20.9839 4.78682C20.9942 4.54383 20.668 4.42354 20.4935 4.59302C19.3929 5.66229 18.0162 5.75715 16.6552 5.85091C14.8474 5.97546 13.0676 6.09809 12 8.50012C10.9324 6.09809 9.15256 5.97546 7.34476 5.85091C5.98382 5.75715 4.60705 5.66229 3.50647 4.59302C3.33203 4.42354 3.00631 4.54208 3.01766 4.78503C3.23433 9.42238 5.40645 10.0089 7.43004 10.5554C8.88191 10.9474 10.7573 11.8188 10.7792 14.1508C10.8571 14.1216 10.9346 14.0905 11.0115 14.0573C11.3115 13.9281 12 13.5001 12 13.5001C12 13.5001 12.6885 13.9281 12.9885 14.0573C13.0666 14.091 13.1452 14.1226 13.2243 14.1521C13.2401 11.8914 15.0759 11.0785 16.4977 10.7454Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-whale",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWhale",
          "declaration": {
            "name": "ObiWhale",
            "module": "src/icons/icon-whale.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-whale",
          "declaration": {
            "name": "ObiWhale",
            "module": "src/icons/icon-whale.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-widget-add-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWidgetAddGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 13H13V17H11V13H7V11H11V7H13V11H17V13Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM4 18V6H20V18H4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 13H13V17H11V13H7V11H11V7H13V11H17V13Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM4 18V6H20V18H4Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-widget-add-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWidgetAddGoogle",
          "declaration": {
            "name": "ObiWidgetAddGoogle",
            "module": "src/icons/icon-widget-add-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-widget-add-google",
          "declaration": {
            "name": "ObiWidgetAddGoogle",
            "module": "src/icons/icon-widget-add-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wifi-bad-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWifiBadGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M24 8.48C20.93 5.4 16.69 3.5 12 3.5C7.31 3.5 3.07 5.4 0 8.48L12 20.5V11.5H20.99L24 8.48ZM19.59 13.5L17.5 15.59L15.41 13.5L14 14.91L16.09 17L14 19.09L15.41 20.5L17.5 18.42L19.59 20.5L21 19.09L18.92 17L21 14.91L19.59 13.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M24 8.48C20.93 5.4 16.69 3.5 12 3.5C7.31 3.5 3.07 5.4 0 8.48L12 20.5V11.5H20.99L24 8.48ZM19.59 13.5L17.5 15.59L15.41 13.5L14 14.91L16.09 17L14 19.09L15.41 20.5L17.5 18.42L19.59 20.5L21 19.09L18.92 17L21 14.91L19.59 13.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wifi-bad-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWifiBadGoogle",
          "declaration": {
            "name": "ObiWifiBadGoogle",
            "module": "src/icons/icon-wifi-bad-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wifi-bad-google",
          "declaration": {
            "name": "ObiWifiBadGoogle",
            "module": "src/icons/icon-wifi-bad-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wifi-off-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWifiOffGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23.64 7.595C23.19 7.255 18.71 3.595 12 3.595C10.68 3.595 9.44999 3.735 8.30999 3.975L18.43 14.095L23.64 7.595ZM3.40999 1.905L1.99999 3.315L4.04999 5.365C1.90999 6.355 0.589985 7.415 0.359985 7.595L12 22.095L15.91 17.225L19.23 20.545L20.64 19.135L3.40999 1.905Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M23.64 7.595C23.19 7.255 18.71 3.595 12 3.595C10.68 3.595 9.44999 3.735 8.30999 3.975L18.43 14.095L23.64 7.595ZM3.40999 1.905L1.99999 3.315L4.04999 5.365C1.90999 6.355 0.589985 7.415 0.359985 7.595L12 22.095L15.91 17.225L19.23 20.545L20.64 19.135L3.40999 1.905Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wifi-off-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWifiOffGoogle",
          "declaration": {
            "name": "ObiWifiOffGoogle",
            "module": "src/icons/icon-wifi-off-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wifi-off-google",
          "declaration": {
            "name": "ObiWifiOffGoogle",
            "module": "src/icons/icon-wifi-off-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wifi2-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWifi2Google",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 8.77626L3 10.7763C7.97 5.80626 16.03 5.80626 21 10.7763L23 8.77626C16.93 2.70625 7.08 2.70625 1 8.77626ZM9 16.7763L12 19.7763L15 16.7763C13.35 15.1163 10.66 15.1163 9 16.7763ZM7 14.7763L5 12.7763C8.87 8.91626 15.14 8.91626 19 12.7763L17 14.7763C14.24 12.0163 9.76 12.0163 7 14.7763Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 8.77626L3 10.7763C7.97 5.80626 16.03 5.80626 21 10.7763L23 8.77626C16.93 2.70625 7.08 2.70625 1 8.77626ZM9 16.7763L12 19.7763L15 16.7763C13.35 15.1163 10.66 15.1163 9 16.7763ZM7 14.7763L5 12.7763C8.87 8.91626 15.14 8.91626 19 12.7763L17 14.7763C14.24 12.0163 9.76 12.0163 7 14.7763Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wifi2-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWifi2Google",
          "declaration": {
            "name": "ObiWifi2Google",
            "module": "src/icons/icon-wifi2-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wifi2-google",
          "declaration": {
            "name": "ObiWifi2Google",
            "module": "src/icons/icon-wifi2-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wifi2-off-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWifi2OffGoogle",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4.22L3.41 2.81L20.38 19.78L18.97 21.19L11.89 14.11C10.11 14.13 8.35 14.82 7 16.17L5 14.17C6.27 12.91 7.79 12.06 9.41 11.63L7.17 9.39C5.65 10.01 4.23 10.94 3 12.17L1 10.17C2.22 8.96 3.59 8 5.05 7.27L2 4.22ZM23 10.17L21 12.17C18.49 9.66 15.18 8.42 11.88 8.44L9.3 5.86C14.13 5.02 19.27 6.44 23 10.17ZM15.28 11.84C16.64 12.32 17.92 13.09 19 14.17L18.3 14.86L15.28 11.84ZM9 18.17L12 21.17L15 18.17C13.35 16.51 10.66 16.51 9 18.17Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4.22L3.41 2.81L20.38 19.78L18.97 21.19L11.89 14.11C10.11 14.13 8.35 14.82 7 16.17L5 14.17C6.27 12.91 7.79 12.06 9.41 11.63L7.17 9.39C5.65 10.01 4.23 10.94 3 12.17L1 10.17C2.22 8.96 3.59 8 5.05 7.27L2 4.22ZM23 10.17L21 12.17C18.49 9.66 15.18 8.42 11.88 8.44L9.3 5.86C14.13 5.02 19.27 6.44 23 10.17ZM15.28 11.84C16.64 12.32 17.92 13.09 19 14.17L18.3 14.86L15.28 11.84ZM9 18.17L12 21.17L15 18.17C13.35 16.51 10.66 16.51 9 18.17Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wifi2-off-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWifi2OffGoogle",
          "declaration": {
            "name": "ObiWifi2OffGoogle",
            "module": "src/icons/icon-wifi2-off-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wifi2-off-google",
          "declaration": {
            "name": "ObiWifi2OffGoogle",
            "module": "src/icons/icon-wifi2-off-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wifistrengt-0-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWifistrengt0Google",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 3.5C7.31 3.5 3.07 5.4 0 8.48L12 20.5L24 8.48C20.93 5.4 16.69 3.5 12 3.5ZM2.92 8.57C5.51 6.58 8.67 5.5 12 5.5C15.33 5.5 18.49 6.58 21.08 8.57L12 17.67L2.92 8.57Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 3.5C7.31 3.5 3.07 5.4 0 8.48L12 20.5L24 8.48C20.93 5.4 16.69 3.5 12 3.5ZM2.92 8.57C5.51 6.58 8.67 5.5 12 5.5C15.33 5.5 18.49 6.58 21.08 8.57L12 17.67L2.92 8.57Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wifistrengt-0-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWifistrengt0Google",
          "declaration": {
            "name": "ObiWifistrengt0Google",
            "module": "src/icons/icon-wifistrengt-0-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wifistrengt-0-google",
          "declaration": {
            "name": "ObiWifistrengt0Google",
            "module": "src/icons/icon-wifistrengt-0-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wifistrengt-1-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWifistrengt1Google",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 8.48C3.07 5.4 7.31 3.5 12 3.5C16.69 3.5 20.93 5.4 24 8.48L12 20.5L0 8.48ZM12 5.5C8.67 5.5 5.51 6.58 2.92 8.57L8.39335 14.0554C9.418 13.3893 10.66 13 12 13C13.34 13 14.582 13.3893 15.6067 14.0554L21.08 8.57C18.49 6.58 15.33 5.5 12 5.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 8.48C3.07 5.4 7.31 3.5 12 3.5C16.69 3.5 20.93 5.4 24 8.48L12 20.5L0 8.48ZM12 5.5C8.67 5.5 5.51 6.58 2.92 8.57L8.39335 14.0554C9.418 13.3893 10.66 13 12 13C13.34 13 14.582 13.3893 15.6067 14.0554L21.08 8.57C18.49 6.58 15.33 5.5 12 5.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wifistrengt-1-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWifistrengt1Google",
          "declaration": {
            "name": "ObiWifistrengt1Google",
            "module": "src/icons/icon-wifistrengt-1-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wifistrengt-1-google",
          "declaration": {
            "name": "ObiWifistrengt1Google",
            "module": "src/icons/icon-wifistrengt-1-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wifistrengt-2-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWifistrengt2Google",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 8.48C3.07 5.4 7.31 3.5 12 3.5C16.69 3.5 20.93 5.4 24 8.48L12 20.5L0 8.48ZM12 5.5C8.67 5.5 5.51 6.58 2.92 8.57L5.98706 11.6438C7.65322 10.6119 9.73679 10 12 10C14.2632 10 16.3468 10.6119 18.0129 11.6438L21.08 8.57C18.49 6.58 15.33 5.5 12 5.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 8.48C3.07 5.4 7.31 3.5 12 3.5C16.69 3.5 20.93 5.4 24 8.48L12 20.5L0 8.48ZM12 5.5C8.67 5.5 5.51 6.58 2.92 8.57L5.98706 11.6438C7.65322 10.6119 9.73679 10 12 10C14.2632 10 16.3468 10.6119 18.0129 11.6438L21.08 8.57C18.49 6.58 15.33 5.5 12 5.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wifistrengt-2-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWifistrengt2Google",
          "declaration": {
            "name": "ObiWifistrengt2Google",
            "module": "src/icons/icon-wifistrengt-2-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wifistrengt-2-google",
          "declaration": {
            "name": "ObiWifistrengt2Google",
            "module": "src/icons/icon-wifistrengt-2-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wifistrengt-3-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWifistrengt3Google",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 8.48C3.07 5.4 7.31 3.5 12 3.5C16.69 3.5 20.93 5.4 24 8.48L12 20.5L0 8.48ZM12 5.5C8.67 5.5 5.51 6.58 2.92 8.57L4.29443 9.94746C6.4324 8.4106 9.10163 7.5 12 7.5C14.8984 7.5 17.5676 8.4106 19.7056 9.94746L21.08 8.57C18.49 6.58 15.33 5.5 12 5.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 8.48C3.07 5.4 7.31 3.5 12 3.5C16.69 3.5 20.93 5.4 24 8.48L12 20.5L0 8.48ZM12 5.5C8.67 5.5 5.51 6.58 2.92 8.57L4.29443 9.94746C6.4324 8.4106 9.10163 7.5 12 7.5C14.8984 7.5 17.5676 8.4106 19.7056 9.94746L21.08 8.57C18.49 6.58 15.33 5.5 12 5.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wifistrengt-3-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWifistrengt3Google",
          "declaration": {
            "name": "ObiWifistrengt3Google",
            "module": "src/icons/icon-wifistrengt-3-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wifistrengt-3-google",
          "declaration": {
            "name": "ObiWifistrengt3Google",
            "module": "src/icons/icon-wifistrengt-3-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wifistrengt-4-google.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWifistrengt4Google",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 3.5C7.31 3.5 3.07 5.4 0 8.48L12 20.5L24 8.48C20.93 5.4 16.69 3.5 12 3.5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 3.5C7.31 3.5 3.07 5.4 0 8.48L12 20.5L24 8.48C20.93 5.4 16.69 3.5 12 3.5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wifistrengt-4-google",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWifistrengt4Google",
          "declaration": {
            "name": "ObiWifistrengt4Google",
            "module": "src/icons/icon-wifistrengt-4-google.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wifistrengt-4-google",
          "declaration": {
            "name": "ObiWifistrengt4Google",
            "module": "src/icons/icon-wifistrengt-4-google.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-winch.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWinch",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 5C3 4.44772 3.44772 4 4 4H6C6.55228 4 7 4.44772 7 5V13C7 13.5523 6.55228 14 6 14H4C3.44772 14 3 13.5523 3 13V5Z\" fill=\"currentColor\"/> <path d=\"M8 6.5C8 6.22386 8.22386 6 8.5 6H9.5C9.77614 6 10 6.22386 10 6.5V11.5C10 11.7761 9.77614 12 9.5 12H8.5C8.22386 12 8 11.7761 8 11.5V6.5Z\" fill=\"currentColor\"/> <path d=\"M11 6.5C11 6.22386 11.2239 6 11.5 6H12.5C12.7761 6 13 6.22386 13 6.5V11.5C13 11.7761 12.7761 12 12.5 12H11.5C11.2239 12 11 11.7761 11 11.5V6.5Z\" fill=\"currentColor\"/> <path d=\"M14 6.5C14 6.22386 14.2239 6 14.5 6H15.5C15.7761 6 16 6.22386 16 6.5V19.5C16 19.7761 15.7761 20 15.5 20H14.5C14.2239 20 14 19.7761 14 19.5V6.5Z\" fill=\"currentColor\"/> <path d=\"M17 5C17 4.44772 17.4477 4 18 4H20C20.5523 4 21 4.44772 21 5V13C21 13.5523 20.5523 14 20 14H18C17.4477 14 17 13.5523 17 13V5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 5C3 4.44772 3.44772 4 4 4H6C6.55228 4 7 4.44772 7 5V13C7 13.5523 6.55228 14 6 14H4C3.44772 14 3 13.5523 3 13V5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 6.5C8 6.22386 8.22386 6 8.5 6H9.5C9.77614 6 10 6.22386 10 6.5V11.5C10 11.7761 9.77614 12 9.5 12H8.5C8.22386 12 8 11.7761 8 11.5V6.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11 6.5C11 6.22386 11.2239 6 11.5 6H12.5C12.7761 6 13 6.22386 13 6.5V11.5C13 11.7761 12.7761 12 12.5 12H11.5C11.2239 12 11 11.7761 11 11.5V6.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M14 6.5C14 6.22386 14.2239 6 14.5 6H15.5C15.7761 6 16 6.22386 16 6.5V19.5C16 19.7761 15.7761 20 15.5 20H14.5C14.2239 20 14 19.7761 14 19.5V6.5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M17 5C17 4.44772 17.4477 4 18 4H20C20.5523 4 21 4.44772 21 5V13C21 13.5523 20.5523 14 20 14H18C17.4477 14 17 13.5523 17 13V5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-winch",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWinch",
          "declaration": {
            "name": "ObiWinch",
            "module": "src/icons/icon-winch.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-winch",
          "declaration": {
            "name": "ObiWinch",
            "module": "src/icons/icon-winch.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wind-1.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWind1",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 2C6.47715 2 2 6.47715 2 12H3.90476C3.90476 7.52912 7.52912 3.90476 12 3.90476V2Z\" fill=\"currentColor\"/> <path d=\"M22 12C22 6.47715 17.5228 2 12 2V3.90476C16.4709 3.90476 20.0952 7.52912 20.0952 12H22Z\" fill=\"currentColor\"/> <path d=\"M12 22C17.5228 22 22 17.5228 22 12H20.0952C20.0952 16.4709 16.4709 20.0952 12 20.0952V22Z\" fill=\"currentColor\"/> <path d=\"M2 12C2 17.5228 6.47715 22 12 22V20.0952C7.52912 20.0952 3.90476 16.4709 3.90476 12H2Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 2C6.47715 2 2 6.47715 2 12H3.90476C3.90476 7.52912 7.52912 3.90476 12 3.90476V2Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 12C22 6.47715 17.5228 2 12 2V3.90476C16.4709 3.90476 20.0952 7.52912 20.0952 12H22Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M12 22C17.5228 22 22 17.5228 22 12H20.0952C20.0952 16.4709 16.4709 20.0952 12 20.0952V22Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M2 12C2 17.5228 6.47715 22 12 22V20.0952C7.52912 20.0952 3.90476 16.4709 3.90476 12H2Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wind-1",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWind1",
          "declaration": {
            "name": "ObiWind1",
            "module": "src/icons/icon-wind-1.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wind-1",
          "declaration": {
            "name": "ObiWind1",
            "module": "src/icons/icon-wind-1.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wind-10.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWind10",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 24H13L13 7H15L12 0L9 7H11L11 24Z\" fill=\"currentColor\"/> <path d=\"M5 24L5 22H11V24H5Z\" fill=\"currentColor\"/> <path d=\"M5 21L5 19H11V21H5Z\" fill=\"currentColor\"/> <path d=\"M5 18L5 16H11V18H5Z\" fill=\"currentColor\"/> <path d=\"M5 15L5 13H11V15H5Z\" fill=\"currentColor\"/> <path d=\"M8 12L8 10H11V12H8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 24H13L13 7H15L12 0L9 7H11L11 24Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 24L5 22H11V24H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 21L5 19H11V21H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 18L5 16H11V18H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 15L5 13H11V15H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 12L8 10H11V12H8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wind-10",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWind10",
          "declaration": {
            "name": "ObiWind10",
            "module": "src/icons/icon-wind-10.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wind-10",
          "declaration": {
            "name": "ObiWind10",
            "module": "src/icons/icon-wind-10.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wind-11.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWind11",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 22L13 24L13 7H15L12 0L9 7H11L11 20L5 22Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 22L13 24L13 7H15L12 0L9 7H11L11 20L5 22Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wind-11",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWind11",
          "declaration": {
            "name": "ObiWind11",
            "module": "src/icons/icon-wind-11.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wind-11",
          "declaration": {
            "name": "ObiWind11",
            "module": "src/icons/icon-wind-11.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wind-12.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWind12",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 22L13 24L13 7H15L12 0L9 7H11L11 19L5 22Z\" fill=\"currentColor\"/> <path d=\"M5 18L5 16H11V18H5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 22L13 24L13 7H15L12 0L9 7H11L11 19L5 22Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 18L5 16H11V18H5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wind-12",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWind12",
          "declaration": {
            "name": "ObiWind12",
            "module": "src/icons/icon-wind-12.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wind-12",
          "declaration": {
            "name": "ObiWind12",
            "module": "src/icons/icon-wind-12.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wind-13.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWind13",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 22L13 24L13 7H15L12 0L9 7H11L11 19L5 22Z\" fill=\"currentColor\"/> <path d=\"M5 18L5 16H11V18H5Z\" fill=\"currentColor\"/> <path d=\"M5 15L5 13H11V15H5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 22L13 24L13 7H15L12 0L9 7H11L11 19L5 22Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 18L5 16H11V18H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 15L5 13H11V15H5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wind-13",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWind13",
          "declaration": {
            "name": "ObiWind13",
            "module": "src/icons/icon-wind-13.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wind-13",
          "declaration": {
            "name": "ObiWind13",
            "module": "src/icons/icon-wind-13.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wind-2.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWind2",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 24H13L13 7H15L12 0L9 7H11L11 24Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 24H13L13 7H15L12 0L9 7H11L11 24Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wind-2",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWind2",
          "declaration": {
            "name": "ObiWind2",
            "module": "src/icons/icon-wind-2.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wind-2",
          "declaration": {
            "name": "ObiWind2",
            "module": "src/icons/icon-wind-2.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wind-3.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWind3",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 24L13 24L13 7L15 7L12 -1.74846e-07L9 7L11 7L11 24Z\" fill=\"currentColor\"/> <path d=\"M8 21L8 19L11 19L11 21L8 21Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 24L13 24L13 7L15 7L12 -1.74846e-07L9 7L11 7L11 24Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 21L8 19L11 19L11 21L8 21Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wind-3",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWind3",
          "declaration": {
            "name": "ObiWind3",
            "module": "src/icons/icon-wind-3.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wind-3",
          "declaration": {
            "name": "ObiWind3",
            "module": "src/icons/icon-wind-3.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wind-4.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWind4",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 24L13 24L13 7L15 7L12 -2.62268e-07L9 7L11 7L11 24Z\" fill=\"currentColor\"/> <path d=\"M6 24L6 22L11 22L11 24L6 24Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 24L13 24L13 7L15 7L12 -2.62268e-07L9 7L11 7L11 24Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6 24L6 22L11 22L11 24L6 24Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wind-4",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWind4",
          "declaration": {
            "name": "ObiWind4",
            "module": "src/icons/icon-wind-4.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wind-4",
          "declaration": {
            "name": "ObiWind4",
            "module": "src/icons/icon-wind-4.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wind-5.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWind5",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 24H13L13 7H15L12 0L9 7H11L11 24Z\" fill=\"currentColor\"/> <path d=\"M5 24L5 22H11V24H5Z\" fill=\"currentColor\"/> <path d=\"M8 21L8 19H11V21H8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 24H13L13 7H15L12 0L9 7H11L11 24Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 24L5 22H11V24H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 21L8 19H11V21H8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wind-5",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWind5",
          "declaration": {
            "name": "ObiWind5",
            "module": "src/icons/icon-wind-5.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wind-5",
          "declaration": {
            "name": "ObiWind5",
            "module": "src/icons/icon-wind-5.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wind-6.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWind6",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 24H13L13 7H15L12 0L9 7H11L11 24Z\" fill=\"currentColor\"/> <path d=\"M5 24L5 22H11V24H5Z\" fill=\"currentColor\"/> <path d=\"M5 21L5 19H11V21H5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 24H13L13 7H15L12 0L9 7H11L11 24Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 24L5 22H11V24H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 21L5 19H11V21H5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wind-6",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWind6",
          "declaration": {
            "name": "ObiWind6",
            "module": "src/icons/icon-wind-6.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wind-6",
          "declaration": {
            "name": "ObiWind6",
            "module": "src/icons/icon-wind-6.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wind-7.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWind7",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 24H13L13 7H15L12 0L9 7H11L11 24Z\" fill=\"currentColor\"/> <path d=\"M5 24L5 22H11V24H5Z\" fill=\"currentColor\"/> <path d=\"M5 21L5 19H11V21H5Z\" fill=\"currentColor\"/> <path d=\"M8 18L8 16H11V18H8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 24H13L13 7H15L12 0L9 7H11L11 24Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 24L5 22H11V24H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 21L5 19H11V21H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 18L8 16H11V18H8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wind-7",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWind7",
          "declaration": {
            "name": "ObiWind7",
            "module": "src/icons/icon-wind-7.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wind-7",
          "declaration": {
            "name": "ObiWind7",
            "module": "src/icons/icon-wind-7.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wind-8.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWind8",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 24H13L13 7H15L12 0L9 7H11L11 24Z\" fill=\"currentColor\"/> <path d=\"M5 24L5 22H11V24H5Z\" fill=\"currentColor\"/> <path d=\"M5 21L5 19H11V21H5Z\" fill=\"currentColor\"/> <path d=\"M5 18L5 16H11V18H5Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 24H13L13 7H15L12 0L9 7H11L11 24Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 24L5 22H11V24H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 21L5 19H11V21H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 18L5 16H11V18H5Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wind-8",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWind8",
          "declaration": {
            "name": "ObiWind8",
            "module": "src/icons/icon-wind-8.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wind-8",
          "declaration": {
            "name": "ObiWind8",
            "module": "src/icons/icon-wind-8.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wind-9.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWind9",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 24H13L13 7H15L12 0L9 7H11L11 24Z\" fill=\"currentColor\"/> <path d=\"M5 24L5 22H11V24H5Z\" fill=\"currentColor\"/> <path d=\"M5 21L5 19H11V21H5Z\" fill=\"currentColor\"/> <path d=\"M5 18L5 16H11V18H5Z\" fill=\"currentColor\"/> <path d=\"M8 15L8 13H11V15H8Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11 24H13L13 7H15L12 0L9 7H11L11 24Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 24L5 22H11V24H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 21L5 19H11V21H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M5 18L5 16H11V18H5Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M8 15L8 13H11V15H8Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wind-9",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWind9",
          "declaration": {
            "name": "ObiWind9",
            "module": "src/icons/icon-wind-9.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wind-9",
          "declaration": {
            "name": "ObiWind9",
            "module": "src/icons/icon-wind-9.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wind-turbine-land.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWindTurbineLand",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4576 3.42866L11.6272 6.52772C10.545 6.68951 9.68945 7.54501 9.52762 8.62727L4.4967 9.9753C4.78259 11.0422 5.87926 11.6754 6.94619 11.3895L10.0455 10.5591C10.3003 10.8781 10.6315 11.1334 11.0115 11.2971V17.5573H12.9885V11.4028L16.5962 15.0105C17.3773 14.2295 17.3773 12.9631 16.5962 12.1821L14.3278 9.91368C14.439 9.6307 14.5 9.32254 14.5 9.00012C14.5 8.20903 14.1326 7.50375 13.559 7.04566L14.9071 2.01445C13.8402 1.72856 12.7435 2.36173 12.4576 3.42866ZM12 10.0001C11.4477 10.0001 11 9.55241 11 9.00012C11 8.44784 11.4477 8.00012 12 8.00012C12.5523 8.00012 13 8.44784 13 9.00012C13 9.55241 12.5523 10.0001 12 10.0001Z\" fill=\"currentColor\"/> <path d=\"M21 19.0001V21.0001H3V19.0001H21Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4576 3.42866L11.6272 6.52772C10.545 6.68951 9.68945 7.54501 9.52762 8.62727L4.4967 9.9753C4.78259 11.0422 5.87926 11.6754 6.94619 11.3895L10.0455 10.5591C10.3003 10.8781 10.6315 11.1334 11.0115 11.2971V17.5573H12.9885V11.4028L16.5962 15.0105C17.3773 14.2295 17.3773 12.9631 16.5962 12.1821L14.3278 9.91368C14.439 9.6307 14.5 9.32254 14.5 9.00012C14.5 8.20903 14.1326 7.50375 13.559 7.04566L14.9071 2.01445C13.8402 1.72856 12.7435 2.36173 12.4576 3.42866ZM12 10.0001C11.4477 10.0001 11 9.55241 11 9.00012C11 8.44784 11.4477 8.00012 12 8.00012C12.5523 8.00012 13 8.44784 13 9.00012C13 9.55241 12.5523 10.0001 12 10.0001Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M21 19.0001V21.0001H3V19.0001H21Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wind-turbine-land",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWindTurbineLand",
          "declaration": {
            "name": "ObiWindTurbineLand",
            "module": "src/icons/icon-wind-turbine-land.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wind-turbine-land",
          "declaration": {
            "name": "ObiWindTurbineLand",
            "module": "src/icons/icon-wind-turbine-land.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wind-turbine-ocean.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWindTurbineOcean",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4576 3.42866L11.6272 6.52772C10.545 6.68951 9.68945 7.54501 9.52762 8.62727L4.4967 9.9753C4.78259 11.0422 5.87926 11.6754 6.94619 11.3895L10.0455 10.5591C10.3003 10.8781 10.6315 11.1334 11.0115 11.2971V18.0573C11.3115 17.9281 12 17.5001 12 17.5001C12 17.5001 12.6885 17.9281 12.9885 18.0573V11.4028L16.5962 15.0105C17.3773 14.2295 17.3773 12.9631 16.5962 12.1821L14.3278 9.91368C14.439 9.6307 14.5 9.32254 14.5 9.00012C14.5 8.20903 14.1326 7.50375 13.559 7.04566L14.9071 2.01445C13.8402 1.72856 12.7435 2.36173 12.4576 3.42866ZM12 10.0001C11.4477 10.0001 11 9.55241 11 9.00012C11 8.44784 11.4477 8.00012 12 8.00012C12.5523 8.00012 13 8.44784 13 9.00012C13 9.55241 12.5523 10.0001 12 10.0001Z\" fill=\"currentColor\"/> <path d=\"M18 21.2542C18.94 21.7542 19.97 22.0042 21 22.0042H22V20.0042H21C20.3196 20.0042 19.64 19.8503 18.993 19.5647C18.693 19.4355 18.0047 19.0075 18.0047 19.0075C18.0047 19.0075 17.3086 19.4294 17.0086 19.5586C15.7161 20.1144 14.2809 20.114 12.9885 19.5573C12.6885 19.4281 12.0053 19.0001 12.0053 19.0001C12.0053 19.0001 11.3115 19.4281 11.0115 19.5573C9.71724 20.1148 8.27971 20.1144 6.98565 19.5561C6.6857 19.4269 6.00533 19.0001 6.00533 19.0001C6.00533 19.0001 5.3168 19.4314 5.01684 19.5606C4.36728 19.8489 3.68364 20.0042 3 20.0042H2V22.0042H3C4.03 22.0042 5.05 21.7542 6 21.2542C7.89 22.2542 10.11 22.2542 12 21.2542C13.89 22.2542 16.11 22.2542 18 21.2542Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4576 3.42866L11.6272 6.52772C10.545 6.68951 9.68945 7.54501 9.52762 8.62727L4.4967 9.9753C4.78259 11.0422 5.87926 11.6754 6.94619 11.3895L10.0455 10.5591C10.3003 10.8781 10.6315 11.1334 11.0115 11.2971V18.0573C11.3115 17.9281 12 17.5001 12 17.5001C12 17.5001 12.6885 17.9281 12.9885 18.0573V11.4028L16.5962 15.0105C17.3773 14.2295 17.3773 12.9631 16.5962 12.1821L14.3278 9.91368C14.439 9.6307 14.5 9.32254 14.5 9.00012C14.5 8.20903 14.1326 7.50375 13.559 7.04566L14.9071 2.01445C13.8402 1.72856 12.7435 2.36173 12.4576 3.42866ZM12 10.0001C11.4477 10.0001 11 9.55241 11 9.00012C11 8.44784 11.4477 8.00012 12 8.00012C12.5523 8.00012 13 8.44784 13 9.00012C13 9.55241 12.5523 10.0001 12 10.0001Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M18 21.2542C18.94 21.7542 19.97 22.0042 21 22.0042H22V20.0042H21C20.3196 20.0042 19.64 19.8503 18.993 19.5647C18.693 19.4355 18.0047 19.0075 18.0047 19.0075C18.0047 19.0075 17.3086 19.4294 17.0086 19.5586C15.7161 20.1144 14.2809 20.114 12.9885 19.5573C12.6885 19.4281 12.0053 19.0001 12.0053 19.0001C12.0053 19.0001 11.3115 19.4281 11.0115 19.5573C9.71724 20.1148 8.27971 20.1144 6.98565 19.5561C6.6857 19.4269 6.00533 19.0001 6.00533 19.0001C6.00533 19.0001 5.3168 19.4314 5.01684 19.5606C4.36728 19.8489 3.68364 20.0042 3 20.0042H2V22.0042H3C4.03 22.0042 5.05 21.7542 6 21.2542C7.89 22.2542 10.11 22.2542 12 21.2542C13.89 22.2542 16.11 22.2542 18 21.2542Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wind-turbine-ocean",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWindTurbineOcean",
          "declaration": {
            "name": "ObiWindTurbineOcean",
            "module": "src/icons/icon-wind-turbine-ocean.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wind-turbine-ocean",
          "declaration": {
            "name": "ObiWindTurbineOcean",
            "module": "src/icons/icon-wind-turbine-ocean.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wind.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWind",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 13V4L16 5V12L12 13Z\" fill=\"currentColor\"/> <path d=\"M22 9L18 11V5L22 4V9Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 2H2V22H4V11.5L10 13V3.5L6 2.5L4 2.75V2ZM4 4.76556V9.43845L6 9.93845V4.5L4 4.76556Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 13V4L16 5V12L12 13Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M22 9L18 11V5L22 4V9Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 2H2V22H4V11.5L10 13V3.5L6 2.5L4 2.75V2ZM4 4.76556V9.43845L6 9.93845V4.5L4 4.76556Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wind",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWind",
          "declaration": {
            "name": "ObiWind",
            "module": "src/icons/icon-wind.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wind",
          "declaration": {
            "name": "ObiWind",
            "module": "src/icons/icon-wind.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wiper-fluid.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWiperFluid",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.24758 6.45611C2.7269 6.62473 2.46655 6.70904 2.28979 6.88876C2.13876 7.04231 2.03405 7.2566 2.00615 7.46922C1.97349 7.71808 2.07228 7.98368 2.26984 8.51489L4.60647 14.7974C4.79305 15.2991 4.88634 15.5499 5.0466 15.7085C5.19324 15.8536 5.35938 15.9427 5.56219 15.9849C5.78381 16.0311 6.06238 15.9677 6.61952 15.8409C7.65144 15.6061 8.69732 15.4339 9.75 15.3313V13.8299C8.8356 13.917 7.92691 14.0532 7.02303 14.2284C6.70457 14.2901 6.3867 14.3566 6.0694 14.4275C5.40009 12.6408 4.73653 10.8518 4.07298 9.06291L3.6433 7.90467C6.34443 7.02859 9.15457 6.5 12 6.5C14.8454 6.5 17.6556 7.02857 20.3567 7.90467L19.9147 9.09594C19.2553 10.8738 18.5958 12.6517 17.9306 14.4275C16.7127 14.1553 15.4866 13.9476 14.25 13.8299V15.3313C15.3027 15.4339 16.3486 15.6061 17.3805 15.8409C17.9376 15.9677 18.2162 16.0311 18.4378 15.9849C18.6406 15.9427 18.8068 15.8536 18.9534 15.7085C19.1137 15.5499 19.2069 15.2991 19.3935 14.7974L21.7302 8.51489C21.9277 7.98368 22.0265 7.71808 21.9939 7.46922C21.9659 7.2566 21.8612 7.04231 21.7102 6.88876C21.5334 6.70904 21.2731 6.62473 20.7524 6.45611C17.7548 5.48537 14.8774 5 12 5C9.12261 5 6.24523 5.48537 3.24758 6.45611Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2499 16.2007C10.8016 16.4601 10.5 16.9448 10.5 17.5C10.5 18.3284 11.1716 19 12 19C12.8284 19 13.5 18.3284 13.5 17.5C13.5 16.9448 13.1983 16.46 12.7499 16.2006V11.5C12.7499 11.2338 12.8508 10.9423 13.0908 10.6742C13.3353 10.4011 13.7105 10.172 14.1798 10.0642C14.6491 9.95638 15.1476 9.98576 15.5875 10.1419C16.0269 10.2979 16.3483 10.5579 16.5369 10.838L17.781 10C17.3959 9.42821 16.8013 8.98115 16.0893 8.72836C15.3775 8.47564 14.5883 8.4313 13.8441 8.60222C13.1138 8.76995 12.467 9.13574 11.9999 9.64423C11.5329 9.13574 10.8861 8.76995 10.1558 8.60222C9.41158 8.4313 8.62236 8.47564 7.91055 8.72836C7.19855 8.98115 6.60399 9.42821 6.21885 10L7.46294 10.838C7.6516 10.5579 7.97295 10.2979 8.41241 10.1419C8.85223 9.98576 9.35075 9.95638 9.82004 10.0642C10.2894 10.172 10.6646 10.4011 10.9091 10.6742C11.1491 10.9423 11.2499 11.2338 11.2499 11.5V16.2007Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3.24758 6.45611C2.7269 6.62473 2.46655 6.70904 2.28979 6.88876C2.13876 7.04231 2.03405 7.2566 2.00615 7.46922C1.97349 7.71808 2.07228 7.98368 2.26984 8.51489L4.60647 14.7974C4.79305 15.2991 4.88634 15.5499 5.0466 15.7085C5.19324 15.8536 5.35938 15.9427 5.56219 15.9849C5.78381 16.0311 6.06238 15.9677 6.61952 15.8409C7.65144 15.6061 8.69732 15.4339 9.75 15.3313V13.8299C8.8356 13.917 7.92691 14.0532 7.02303 14.2284C6.70457 14.2901 6.3867 14.3566 6.0694 14.4275C5.40009 12.6408 4.73653 10.8518 4.07298 9.06291L3.6433 7.90467C6.34443 7.02859 9.15457 6.5 12 6.5C14.8454 6.5 17.6556 7.02857 20.3567 7.90467L19.9147 9.09594C19.2553 10.8738 18.5958 12.6517 17.9306 14.4275C16.7127 14.1553 15.4866 13.9476 14.25 13.8299V15.3313C15.3027 15.4339 16.3486 15.6061 17.3805 15.8409C17.9376 15.9677 18.2162 16.0311 18.4378 15.9849C18.6406 15.9427 18.8068 15.8536 18.9534 15.7085C19.1137 15.5499 19.2069 15.2991 19.3935 14.7974L21.7302 8.51489C21.9277 7.98368 22.0265 7.71808 21.9939 7.46922C21.9659 7.2566 21.8612 7.04231 21.7102 6.88876C21.5334 6.70904 21.2731 6.62473 20.7524 6.45611C17.7548 5.48537 14.8774 5 12 5C9.12261 5 6.24523 5.48537 3.24758 6.45611Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2499 16.2007C10.8016 16.4601 10.5 16.9448 10.5 17.5C10.5 18.3284 11.1716 19 12 19C12.8284 19 13.5 18.3284 13.5 17.5C13.5 16.9448 13.1983 16.46 12.7499 16.2006V11.5C12.7499 11.2338 12.8508 10.9423 13.0908 10.6742C13.3353 10.4011 13.7105 10.172 14.1798 10.0642C14.6491 9.95638 15.1476 9.98576 15.5875 10.1419C16.0269 10.2979 16.3483 10.5579 16.5369 10.838L17.781 10C17.3959 9.42821 16.8013 8.98115 16.0893 8.72836C15.3775 8.47564 14.5883 8.4313 13.8441 8.60222C13.1138 8.76995 12.467 9.13574 11.9999 9.64423C11.5329 9.13574 10.8861 8.76995 10.1558 8.60222C9.41158 8.4313 8.62236 8.47564 7.91055 8.72836C7.19855 8.98115 6.60399 9.42821 6.21885 10L7.46294 10.838C7.6516 10.5579 7.97295 10.2979 8.41241 10.1419C8.85223 9.98576 9.35075 9.95638 9.82004 10.0642C10.2894 10.172 10.6646 10.4011 10.9091 10.6742C11.1491 10.9423 11.2499 11.2338 11.2499 11.5V16.2007Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wiper-fluid",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWiperFluid",
          "declaration": {
            "name": "ObiWiperFluid",
            "module": "src/icons/icon-wiper-fluid.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wiper-fluid",
          "declaration": {
            "name": "ObiWiperFluid",
            "module": "src/icons/icon-wiper-fluid.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wiper.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWiper",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.38836 14.668C6.65767 14.6193 6.92627 14.5741 7.19427 14.5323L7.62132 16.4901C7.05755 16.5757 6.4907 16.6777 5.91959 16.7961C5.40151 16.9035 4.88126 16.6045 4.72923 16.0978L2.27891 7.93005C2.12351 7.41203 2.40859 6.86261 2.92588 6.70477C9.14953 4.80577 14.8503 4.80577 21.0739 6.70477C21.5912 6.86261 21.8763 7.41203 21.7209 7.93005L19.2706 16.0978C19.1185 16.6045 18.5983 16.9035 18.0802 16.7961C16.245 16.4157 14.4538 16.2044 12.6674 16.1623L12.2296 14.1553C14.0119 14.1688 15.7956 14.3397 17.6114 14.668L19.5115 8.33434C14.3764 6.92924 9.62342 6.92924 4.48827 8.33434L6.38836 14.668Z\" fill=\"currentColor\"/> <path d=\"M11.2395 16.6947L9.43855 8.4104C8.7746 8.47823 8.11213 8.57165 7.45241 8.68901L9.28518 17.1198C9.10573 17.367 8.9999 17.6711 8.9999 18C8.9999 18.8284 9.67147 19.5 10.4999 19.5C11.3283 19.5 11.9999 18.8284 11.9999 18C11.9999 17.4405 11.6936 16.9526 11.2395 16.6947Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6.38836 14.668C6.65767 14.6193 6.92627 14.5741 7.19427 14.5323L7.62132 16.4901C7.05755 16.5757 6.4907 16.6777 5.91959 16.7961C5.40151 16.9035 4.88126 16.6045 4.72923 16.0978L2.27891 7.93005C2.12351 7.41203 2.40859 6.86261 2.92588 6.70477C9.14953 4.80577 14.8503 4.80577 21.0739 6.70477C21.5912 6.86261 21.8763 7.41203 21.7209 7.93005L19.2706 16.0978C19.1185 16.6045 18.5983 16.9035 18.0802 16.7961C16.245 16.4157 14.4538 16.2044 12.6674 16.1623L12.2296 14.1553C14.0119 14.1688 15.7956 14.3397 17.6114 14.668L19.5115 8.33434C14.3764 6.92924 9.62342 6.92924 4.48827 8.33434L6.38836 14.668Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.2395 16.6947L9.43855 8.4104C8.7746 8.47823 8.11213 8.57165 7.45241 8.68901L9.28518 17.1198C9.10573 17.367 8.9999 17.6711 8.9999 18C8.9999 18.8284 9.67147 19.5 10.4999 19.5C11.3283 19.5 11.9999 18.8284 11.9999 18C11.9999 17.4405 11.6936 16.9526 11.2395 16.6947Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wiper",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWiper",
          "declaration": {
            "name": "ObiWiper",
            "module": "src/icons/icon-wiper.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wiper",
          "declaration": {
            "name": "ObiWiper",
            "module": "src/icons/icon-wiper.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wipers.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWipers",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4.94495 16.485C4.84737 16.3763 4.78101 16.2302 4.70422 16.0003C4.66347 15.8783 4.61978 15.7326 4.56693 15.5565L2.44642 8.48808C2.39282 8.3094 2.3484 8.16135 2.31494 8.03435C2.2508 7.79085 2.22695 7.62472 2.25587 7.46847C2.29358 7.26477 2.40294 7.06427 2.55379 6.92229C2.65291 6.829 2.77593 6.76525 2.95425 6.70149C3.09271 6.65198 3.2645 6.60246 3.48434 6.53909C6.6873 5.61587 9.75879 5.20057 12.8435 5.29318C15.3657 5.36891 17.8967 5.78421 20.5156 6.53909C20.6801 6.58649 20.8177 6.62615 20.9345 6.66384C21.175 6.74144 21.3277 6.81075 21.4462 6.92229C21.597 7.06427 21.7064 7.26477 21.7441 7.46847C21.7864 7.69674 21.716 7.94607 21.5719 8.42689L19.3961 15.6796C19.2673 16.1067 19.1918 16.3326 19.055 16.485C18.9194 16.6361 18.7574 16.7346 18.5608 16.7853C18.3672 16.8353 18.1284 16.7992 17.6896 16.717C16.0286 16.4033 14.3513 16.2016 12.6603 16.1621L12.3346 14.664C14.2236 14.6917 16.1021 14.9104 17.9594 15.2483L20.1367 7.99607L20.1352 7.99565C17.5921 7.27005 15.1796 6.87 12.7991 6.79252C9.77678 6.69416 6.76488 7.14584 3.86948 7.99607L6.04472 15.2484C6.46465 15.1665 6.88117 15.093 7.29552 15.028L7.61363 16.4913C7.18432 16.5566 6.75693 16.6326 6.33028 16.7133C5.87876 16.7981 5.63574 16.8361 5.43916 16.7853C5.24258 16.7346 5.08055 16.6361 4.94495 16.485Z\" fill=\"currentColor\"/> <path d=\"M6.38845 14.668C6.65776 14.6193 6.92636 14.5741 7.19436 14.5323L7.62142 16.4901C7.05764 16.5757 6.49079 16.6777 5.91968 16.7961C5.4016 16.9035 4.88136 16.6045 4.72932 16.0978L2.27901 7.93005C2.1236 7.41203 2.40869 6.86261 2.92597 6.70477C9.14962 4.80577 14.8504 4.80577 21.074 6.70477C21.5913 6.86261 21.8764 7.41203 21.721 7.93005L19.2707 16.0978C19.1186 16.6045 18.5984 16.9035 18.0803 16.7961C16.2451 16.4157 14.4538 16.2044 12.6675 16.1623L12.2297 14.1553C14.012 14.1688 15.7957 14.3397 17.6115 14.668L19.5116 8.33434C14.3765 6.92924 9.62351 6.92924 4.48836 8.33434L6.38845 14.668Z\" fill=\"currentColor\"/> <path d=\"M11.2396 16.6947L9.43865 8.4104C8.77469 8.47823 8.11222 8.57165 7.4525 8.68901L9.28528 17.1198C9.10582 17.367 8.99999 17.6711 8.99999 18C8.99999 18.8284 9.67156 19.5 10.5 19.5C11.3284 19.5 12 18.8284 12 18C12 17.4405 11.6937 16.9526 11.2396 16.6947Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4.94495 16.485C4.84737 16.3763 4.78101 16.2302 4.70422 16.0003C4.66347 15.8783 4.61978 15.7326 4.56693 15.5565L2.44642 8.48808C2.39282 8.3094 2.3484 8.16135 2.31494 8.03435C2.2508 7.79085 2.22695 7.62472 2.25587 7.46847C2.29358 7.26477 2.40294 7.06427 2.55379 6.92229C2.65291 6.829 2.77593 6.76525 2.95425 6.70149C3.09271 6.65198 3.2645 6.60246 3.48434 6.53909C6.6873 5.61587 9.75879 5.20057 12.8435 5.29318C15.3657 5.36891 17.8967 5.78421 20.5156 6.53909C20.6801 6.58649 20.8177 6.62615 20.9345 6.66384C21.175 6.74144 21.3277 6.81075 21.4462 6.92229C21.597 7.06427 21.7064 7.26477 21.7441 7.46847C21.7864 7.69674 21.716 7.94607 21.5719 8.42689L19.3961 15.6796C19.2673 16.1067 19.1918 16.3326 19.055 16.485C18.9194 16.6361 18.7574 16.7346 18.5608 16.7853C18.3672 16.8353 18.1284 16.7992 17.6896 16.717C16.0286 16.4033 14.3513 16.2016 12.6603 16.1621L12.3346 14.664C14.2236 14.6917 16.1021 14.9104 17.9594 15.2483L20.1367 7.99607L20.1352 7.99565C17.5921 7.27005 15.1796 6.87 12.7991 6.79252C9.77678 6.69416 6.76488 7.14584 3.86948 7.99607L6.04472 15.2484C6.46465 15.1665 6.88117 15.093 7.29552 15.028L7.61363 16.4913C7.18432 16.5566 6.75693 16.6326 6.33028 16.7133C5.87876 16.7981 5.63574 16.8361 5.43916 16.7853C5.24258 16.7346 5.08055 16.6361 4.94495 16.485Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M6.38845 14.668C6.65776 14.6193 6.92636 14.5741 7.19436 14.5323L7.62142 16.4901C7.05764 16.5757 6.49079 16.6777 5.91968 16.7961C5.4016 16.9035 4.88136 16.6045 4.72932 16.0978L2.27901 7.93005C2.1236 7.41203 2.40869 6.86261 2.92597 6.70477C9.14962 4.80577 14.8504 4.80577 21.074 6.70477C21.5913 6.86261 21.8764 7.41203 21.721 7.93005L19.2707 16.0978C19.1186 16.6045 18.5984 16.9035 18.0803 16.7961C16.2451 16.4157 14.4538 16.2044 12.6675 16.1623L12.2297 14.1553C14.012 14.1688 15.7957 14.3397 17.6115 14.668L19.5116 8.33434C14.3765 6.92924 9.62351 6.92924 4.48836 8.33434L6.38845 14.668Z\" style=\"fill: var(--element-active-color)\"/> <path d=\"M11.2396 16.6947L9.43865 8.4104C8.77469 8.47823 8.11222 8.57165 7.4525 8.68901L9.28528 17.1198C9.10582 17.367 8.99999 17.6711 8.99999 18C8.99999 18.8284 9.67156 19.5 10.5 19.5C11.3284 19.5 12 18.8284 12 18C12 17.4405 11.6937 16.9526 11.2396 16.6947Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wipers",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWipers",
          "declaration": {
            "name": "ObiWipers",
            "module": "src/icons/icon-wipers.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wipers",
          "declaration": {
            "name": "ObiWipers",
            "module": "src/icons/icon-wipers.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wire-coming-from.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWireComingFrom",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.0133 9.99994L1.78814e-07 9.99995L0 13.9999H8L13.3492 18.585C13.9979 19.141 15 18.6801 15 17.8257L15 6.17686C15 5.32207 13.997 4.86131 13.3485 5.41822L8.0133 9.99994Z\" fill=\"currentColor\"/> <path d=\"M14 17.8257L14 6.17686L8.38375 10.9999L0 10.9999V10L8.0133 9.99994L13.3485 5.41822C13.997 4.86131 15 5.32207 15 6.17686L15 17.8257C15 18.6801 13.9979 19.141 13.3492 18.585L8 13.9999H0V12.9999H8.36992L14 17.8257Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M8.0133 9.99994L1.78814e-07 9.99995L0 13.9999H8L13.3492 18.585C13.9979 19.141 15 18.6801 15 17.8257L15 6.17686C15 5.32207 13.997 4.86131 13.3485 5.41822L8.0133 9.99994Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M14 17.8257L14 6.17686L8.38375 10.9999L0 10.9999V10L8.0133 9.99994L13.3485 5.41822C13.997 4.86131 15 5.32207 15 6.17686L15 17.8257C15 18.6801 13.9979 19.141 13.3492 18.585L8 13.9999H0V12.9999H8.36992L14 17.8257Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wire-coming-from",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWireComingFrom",
          "declaration": {
            "name": "ObiWireComingFrom",
            "module": "src/icons/icon-wire-coming-from.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wire-coming-from",
          "declaration": {
            "name": "ObiWireComingFrom",
            "module": "src/icons/icon-wire-coming-from.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wire-corner.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWireCorner",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M24 10V14H18.4C17.2469 14 16.5023 14.0016 15.9357 14.0479C15.3923 14.0922 15.1909 14.1676 15.092 14.218C14.7157 14.4097 14.4097 14.7157 14.218 15.092C14.1676 15.1909 14.0922 15.3923 14.0479 15.9357C14.0016 16.5023 14 17.2469 14 18.4V24H10L10 18.3229V18.3228C9.99997 17.2686 9.99994 16.3591 10.0611 15.6099C10.1257 14.8193 10.2684 14.0328 10.654 13.2761C11.2292 12.1471 12.1471 11.2292 13.2761 10.654C14.0328 10.2684 14.8193 10.1257 15.6099 10.0611C16.3591 9.99994 17.2686 9.99997 18.3228 10H18.3229L24 10Z\" fill=\"currentColor\"/> <path d=\"M18.3229 11C17.2546 11 16.391 11.0007 15.6914 11.0578C14.9628 11.1173 14.3225 11.2431 13.7301 11.545C12.7892 12.0243 12.0243 12.7892 11.545 13.7301C11.2431 14.3225 11.1173 14.9628 11.0578 15.6914C11.0007 16.391 11 17.2546 11 18.3229V24H10L10 18.3229V18.3228C9.99997 17.2686 9.99994 16.3591 10.0611 15.6099C10.1257 14.8193 10.2684 14.0328 10.654 13.2761C11.2292 12.1471 12.1471 11.2292 13.2761 10.654C14.0328 10.2684 14.8193 10.1257 15.6099 10.0611C16.3591 9.99994 17.2685 9.99997 18.3228 10H18.3228L24 10V11L18.3229 11Z\" fill=\"currentColor\"/> <path d=\"M13 18.4C13 17.2641 13.0008 16.4712 13.0512 15.8542C13.1005 15.25 13.1925 14.9019 13.327 14.638C13.6146 14.0735 14.0735 13.6146 14.638 13.327C14.9019 13.1925 15.25 13.1005 15.8542 13.0512C16.4712 13.0008 17.2641 13 18.4 13L24 13V14H18.4C17.2469 14 16.5024 14.0016 15.9357 14.0479C15.3923 14.0923 15.1909 14.1676 15.092 14.218C14.7157 14.4097 14.4097 14.7157 14.218 15.092C14.1676 15.1909 14.0923 15.3923 14.0479 15.9357C14.0016 16.5024 14 17.2469 14 18.4V24H13L13 18.4Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M24 10V14H18.4C17.2469 14 16.5023 14.0016 15.9357 14.0479C15.3923 14.0922 15.1909 14.1676 15.092 14.218C14.7157 14.4097 14.4097 14.7157 14.218 15.092C14.1676 15.1909 14.0922 15.3923 14.0479 15.9357C14.0016 16.5023 14 17.2469 14 18.4V24H10L10 18.3229V18.3228C9.99997 17.2686 9.99994 16.3591 10.0611 15.6099C10.1257 14.8193 10.2684 14.0328 10.654 13.2761C11.2292 12.1471 12.1471 11.2292 13.2761 10.654C14.0328 10.2684 14.8193 10.1257 15.6099 10.0611C16.3591 9.99994 17.2686 9.99997 18.3228 10H18.3229L24 10Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M18.3229 11C17.2546 11 16.391 11.0007 15.6914 11.0578C14.9628 11.1173 14.3225 11.2431 13.7301 11.545C12.7892 12.0243 12.0243 12.7892 11.545 13.7301C11.2431 14.3225 11.1173 14.9628 11.0578 15.6914C11.0007 16.391 11 17.2546 11 18.3229V24H10L10 18.3229V18.3228C9.99997 17.2686 9.99994 16.3591 10.0611 15.6099C10.1257 14.8193 10.2684 14.0328 10.654 13.2761C11.2292 12.1471 12.1471 11.2292 13.2761 10.654C14.0328 10.2684 14.8193 10.1257 15.6099 10.0611C16.3591 9.99994 17.2685 9.99997 18.3228 10H18.3228L24 10V11L18.3229 11Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M13 18.4C13 17.2641 13.0008 16.4712 13.0512 15.8542C13.1005 15.25 13.1925 14.9019 13.327 14.638C13.6146 14.0735 14.0735 13.6146 14.638 13.327C14.9019 13.1925 15.25 13.1005 15.8542 13.0512C16.4712 13.0008 17.2641 13 18.4 13L24 13V14H18.4C17.2469 14 16.5024 14.0016 15.9357 14.0479C15.3923 14.0923 15.1909 14.1676 15.092 14.218C14.7157 14.4097 14.4097 14.7157 14.218 15.092C14.1676 15.1909 14.0923 15.3923 14.0479 15.9357C14.0016 16.5024 14 17.2469 14 18.4V24H13L13 18.4Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wire-corner",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWireCorner",
          "declaration": {
            "name": "ObiWireCorner",
            "module": "src/icons/icon-wire-corner.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wire-corner",
          "declaration": {
            "name": "ObiWireCorner",
            "module": "src/icons/icon-wire-corner.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wire-cross.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWireCross",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 0H14V7.41604C15.1534 7.92 16.08 8.84656 16.584 10H24V14H16.584C16.08 15.1534 15.1534 16.08 14 16.584V24H10V16.584C8.84656 16.08 7.92 15.1534 7.41604 14H0V10H7.41604C7.92 8.84656 8.84656 7.92 10 7.41604V0Z\" fill=\"currentColor\"/> <path d=\"M10 7.41604C8.84656 7.92 7.92 8.84656 7.41604 10H0V11H8.07041L8.3324 10.4004C8.7355 9.47778 9.47778 8.7355 10.4004 8.3324L11 8.07041V0H10V7.41604Z\" fill=\"currentColor\"/> <path d=\"M7.41604 14C7.92 15.1534 8.84656 16.08 10 16.584V24H11V15.9296L10.4004 15.6676C9.47778 15.2645 8.7355 14.5222 8.3324 13.5996L8.07041 13H0V14H7.41604Z\" fill=\"currentColor\"/> <path d=\"M14 16.584C15.1534 16.08 16.08 15.1534 16.584 14H24V13H15.9296L15.6676 13.5996C15.2645 14.5222 14.5222 15.2645 13.5996 15.6676L13 15.9296V24H14V16.584Z\" fill=\"currentColor\"/> <path d=\"M16.584 10C16.08 8.84656 15.1534 7.92 14 7.41604V0H13V8.07041L13.5996 8.3324C14.5222 8.7355 15.2645 9.47778 15.6676 10.4004L15.9296 11H24V10H16.584Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 0H14V7.41604C15.1534 7.92 16.08 8.84656 16.584 10H24V14H16.584C16.08 15.1534 15.1534 16.08 14 16.584V24H10V16.584C8.84656 16.08 7.92 15.1534 7.41604 14H0V10H7.41604C7.92 8.84656 8.84656 7.92 10 7.41604V0Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M10 7.41604C8.84656 7.92 7.92 8.84656 7.41604 10H0V11H8.07041L8.3324 10.4004C8.7355 9.47778 9.47778 8.7355 10.4004 8.3324L11 8.07041V0H10V7.41604Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M7.41604 14C7.92 15.1534 8.84656 16.08 10 16.584V24H11V15.9296L10.4004 15.6676C9.47778 15.2645 8.7355 14.5222 8.3324 13.5996L8.07041 13H0V14H7.41604Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M14 16.584C15.1534 16.08 16.08 15.1534 16.584 14H24V13H15.9296L15.6676 13.5996C15.2645 14.5222 14.5222 15.2645 13.5996 15.6676L13 15.9296V24H14V16.584Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M16.584 10C16.08 8.84656 15.1534 7.92 14 7.41604V0H13V8.07041L13.5996 8.3324C14.5222 8.7355 15.2645 9.47778 15.6676 10.4004L15.9296 11H24V10H16.584Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wire-cross",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWireCross",
          "declaration": {
            "name": "ObiWireCross",
            "module": "src/icons/icon-wire-cross.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wire-cross",
          "declaration": {
            "name": "ObiWireCross",
            "module": "src/icons/icon-wire-cross.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wire-direction.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWireDirection",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.0705 10L13.0674 12L11.0702 14H0V10H11.0705Z\" fill=\"currentColor\"/> <path d=\"M16.7248 10L18.7248 12L16.7248 14H24V10H16.7248Z\" fill=\"currentColor\"/> <path d=\"M12.0688 13H0V14H11.0702L12.0688 13Z\" fill=\"currentColor\"/> <path d=\"M16.7248 14H24V13H17.7248L16.7248 14Z\" fill=\"currentColor\"/> <path d=\"M17.7248 11H24V10H16.7248L17.7248 11Z\" fill=\"currentColor\"/> <path d=\"M11.0705 10H0V11H12.069L11.0705 10Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.48979 6L14.4807 12L8.48926 18H11.3107L17.3107 12L11.3107 6H8.48979Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M11.0705 10L13.0674 12L11.0702 14H0V10H11.0705Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M16.7248 10L18.7248 12L16.7248 14H24V10H16.7248Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M12.0688 13H0V14H11.0702L12.0688 13Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M16.7248 14H24V13H17.7248L16.7248 14Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M17.7248 11H24V10H16.7248L17.7248 11Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M11.0705 10H0V11H12.069L11.0705 10Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.48979 6L14.4807 12L8.48926 18H11.3107L17.3107 12L11.3107 6H8.48979Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wire-direction",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWireDirection",
          "declaration": {
            "name": "ObiWireDirection",
            "module": "src/icons/icon-wire-direction.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wire-direction",
          "declaration": {
            "name": "ObiWireDirection",
            "module": "src/icons/icon-wire-direction.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wire-end-point.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWireEndPoint",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 19L14 5L10 5V10L1.78814e-07 10L0 14L10 14L10 19H14Z\" fill=\"currentColor\"/> <path d=\"M11 18H13L13 6L11 6V11L0 11V10L10 10V5H14L14 19H10L10 14L0 14V13L11 13L11 18Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 19L14 5L10 5V10L1.78814e-07 10L0 14L10 14L10 19H14Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M11 18H13L13 6L11 6V11L0 11V10L10 10V5H14L14 19H10L10 14L0 14V13L11 13L11 18Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wire-end-point",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWireEndPoint",
          "declaration": {
            "name": "ObiWireEndPoint",
            "module": "src/icons/icon-wire-end-point.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wire-end-point",
          "declaration": {
            "name": "ObiWireEndPoint",
            "module": "src/icons/icon-wire-end-point.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wire-going-to.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWireGoingTo",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 14H3.57629e-07L1.78814e-07 10.0142L9 10V6.07902C9 5.24081 9.96935 4.77454 10.6242 5.29777L18.1321 11.2252C18.6334 11.6257 18.6331 12.3881 18.1314 12.7882L10.6235 18.7052C9.96853 19.2276 9 18.7612 9 17.9234V14Z\" fill=\"currentColor\"/> <path d=\"M9 17.9234C9 18.7612 9.96853 19.2276 10.6235 18.7052L18.1314 12.7882C18.6331 12.3881 18.6334 11.6257 18.1321 11.2252L10.6242 5.29777C9.96935 4.77454 9 5.24081 9 6.07902V10.0014L0 10.0142V11.0142L10 11V6.07902L17.5079 12.0064L10 17.9234V13H0V14H9V17.9234Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 14H3.57629e-07L1.78814e-07 10.0142L9 10V6.07902C9 5.24081 9.96935 4.77454 10.6242 5.29777L18.1321 11.2252C18.6334 11.6257 18.6331 12.3881 18.1314 12.7882L10.6235 18.7052C9.96853 19.2276 9 18.7612 9 17.9234V14Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M9 17.9234C9 18.7612 9.96853 19.2276 10.6235 18.7052L18.1314 12.7882C18.6331 12.3881 18.6334 11.6257 18.1321 11.2252L10.6242 5.29777C9.96935 4.77454 9 5.24081 9 6.07902V10.0014L0 10.0142V11.0142L10 11V6.07902L17.5079 12.0064L10 17.9234V13H0V14H9V17.9234Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wire-going-to",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWireGoingTo",
          "declaration": {
            "name": "ObiWireGoingTo",
            "module": "src/icons/icon-wire-going-to.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wire-going-to",
          "declaration": {
            "name": "ObiWireGoingTo",
            "module": "src/icons/icon-wire-going-to.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wire-overlap.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWireOverlap",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 0H10V24H14V0Z\" fill=\"currentColor\"/> <path d=\"M0 10H8V14H0V10Z\" fill=\"currentColor\"/> <path d=\"M16 10H24V14H16V10Z\" fill=\"currentColor\"/> <path d=\"M11 24V0H10V24H11Z\" fill=\"currentColor\"/> <path d=\"M13 0V24H14V0H13Z\" fill=\"currentColor\"/> <path d=\"M8 11H0V10H8V11Z\" fill=\"currentColor\"/> <path d=\"M0 13H8V14H0V13Z\" fill=\"currentColor\"/> <path d=\"M24 11H16V10H24V11Z\" fill=\"currentColor\"/> <path d=\"M16 13H24V14H16V13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14 0H10V24H14V0Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M0 10H8V14H0V10Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M16 10H24V14H16V10Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M11 24V0H10V24H11Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M13 0V24H14V0H13Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M8 11H0V10H8V11Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M0 13H8V14H0V13Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M24 11H16V10H24V11Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M16 13H24V14H16V13Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wire-overlap",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWireOverlap",
          "declaration": {
            "name": "ObiWireOverlap",
            "module": "src/icons/icon-wire-overlap.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wire-overlap",
          "declaration": {
            "name": "ObiWireOverlap",
            "module": "src/icons/icon-wire-overlap.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wire-straight.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWireStraight",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 10H24V14H0V10Z\" fill=\"currentColor\"/> <path d=\"M24 11H0V10H24V11Z\" fill=\"currentColor\"/> <path d=\"M0 13H24V14H0V13Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M0 10H24V14H0V10Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M24 11H0V10H24V11Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M0 13H24V14H0V13Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wire-straight",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWireStraight",
          "declaration": {
            "name": "ObiWireStraight",
            "module": "src/icons/icon-wire-straight.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wire-straight",
          "declaration": {
            "name": "ObiWireStraight",
            "module": "src/icons/icon-wire-straight.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wire-threeway.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWireThreeway",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M24 10H0V14H10V24H14V14H24V10Z\" fill=\"currentColor\"/> <path d=\"M24 11H0V10H24V11Z\" fill=\"currentColor\"/> <path d=\"M10 14H0V13H11V24H10V14Z\" fill=\"currentColor\"/> <path d=\"M14 14V24H13V13H24V14H14Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M24 10H0V14H10V24H14V14H24V10Z\" style=\"fill: var(--automation-pipe-primary-color)\"/> <path d=\"M24 11H0V10H24V11Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M10 14H0V13H11V24H10V14Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> <path d=\"M14 14V24H13V13H24V14H14Z\" style=\"fill: var(--automation-pipe-tertiary-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wire-threeway",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWireThreeway",
          "declaration": {
            "name": "ObiWireThreeway",
            "module": "src/icons/icon-wire-threeway.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wire-threeway",
          "declaration": {
            "name": "ObiWireThreeway",
            "module": "src/icons/icon-wire-threeway.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-wrench.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiWrench",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4.57135 13.244C2.99014 11.6628 2.4683 9.42335 3.00583 7.40769C3.08795 7.09975 3.12901 6.94577 3.25526 6.84337C3.35526 6.76225 3.5211 6.71771 3.64829 6.73781C3.80885 6.76318 3.93739 6.89172 4.19446 7.14879L6.75402 9.70835L9.58245 6.87993L7.02291 4.32038C6.76584 4.06331 6.6373 3.93477 6.61193 3.77421C6.59183 3.64702 6.63637 3.48118 6.71749 3.38118C6.8199 3.25494 6.97387 3.21388 7.28182 3.13176C9.29747 2.59426 11.5368 3.1161 13.118 4.69729C14.9825 6.56175 15.3741 9.34135 14.2927 11.5902L20.472 17.7694C20.868 18.1654 21.066 18.3635 21.1402 18.5918C21.2054 18.7926 21.2054 19.009 21.1402 19.2098C21.066 19.4381 20.868 19.6362 20.472 20.0322L19.9063 20.5979C19.5103 20.9939 19.3122 21.1919 19.0839 21.2661C18.8831 21.3313 18.6667 21.3313 18.4659 21.2661C18.2376 21.1919 18.0395 20.9939 17.6435 20.5979L11.4643 14.4186C9.21545 15.5 6.43582 15.1085 4.57135 13.244Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4.57135 13.244C2.99014 11.6628 2.4683 9.42335 3.00583 7.40769C3.08795 7.09975 3.12901 6.94577 3.25526 6.84337C3.35526 6.76225 3.5211 6.71771 3.64829 6.73781C3.80885 6.76318 3.93739 6.89172 4.19446 7.14879L6.75402 9.70835L9.58245 6.87993L7.02291 4.32038C6.76584 4.06331 6.6373 3.93477 6.61193 3.77421C6.59183 3.64702 6.63637 3.48118 6.71749 3.38118C6.8199 3.25494 6.97387 3.21388 7.28182 3.13176C9.29747 2.59426 11.5368 3.1161 13.118 4.69729C14.9825 6.56175 15.3741 9.34135 14.2927 11.5902L20.472 17.7694C20.868 18.1654 21.066 18.3635 21.1402 18.5918C21.2054 18.7926 21.2054 19.009 21.1402 19.2098C21.066 19.4381 20.868 19.6362 20.472 20.0322L19.9063 20.5979C19.5103 20.9939 19.3122 21.1919 19.0839 21.2661C18.8831 21.3313 18.6667 21.3313 18.4659 21.2661C18.2376 21.1919 18.0395 20.9939 17.6435 20.5979L11.4643 14.4186C9.21545 15.5 6.43582 15.1085 4.57135 13.244Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-wrench",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiWrench",
          "declaration": {
            "name": "ObiWrench",
            "module": "src/icons/icon-wrench.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-wrench",
          "declaration": {
            "name": "ObiWrench",
            "module": "src/icons/icon-wrench.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/icon-yaw.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObiYaw",
          "members": [
            {
              "kind": "field",
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "useCssColor"
            },
            {
              "kind": "field",
              "name": "icon",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20.8704 22.1213L19.4478 20.6988C22.0077 17.3052 24.3503 10.1275 19.6946 3.88338L20.8709 2.70711L15.9211 2L16.6282 6.94975L18.2629 5.31502C21.8845 10.4218 20.1365 16.2988 18.0177 19.2687L16.6277 17.8787L15.9206 22.8285L20.8704 22.1213Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.99988 7.00005L1.99988 17.0001H8.99988C14.1999 17.0001 17.8332 13.6667 18.9999 12.0001C17.8332 10.3334 14.1999 7.00005 8.99988 7.00005H1.99988ZM5.99988 9.00005H3.99988L3.99988 15.0001H5.99988L5.99988 9.00005ZM7.99988 15.0001H8.99988C12.3101 15.0001 14.8885 13.3621 16.3384 12.0001C14.8885 10.638 12.3101 9.00005 8.99988 9.00005H7.99988L7.99988 15.0001Z\" fill=\"currentColor\"/> </svg> `"
            },
            {
              "kind": "field",
              "name": "iconCss",
              "privacy": "private",
              "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20.8704 22.1213L19.4478 20.6988C22.0077 17.3052 24.3503 10.1275 19.6946 3.88338L20.8709 2.70711L15.9211 2L16.6282 6.94975L18.2629 5.31502C21.8845 10.4218 20.1365 16.2988 18.0177 19.2687L16.6277 17.8787L15.9206 22.8285L20.8704 22.1213Z\" style=\"fill: var(--element-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.99988 7.00005L1.99988 17.0001H8.99988C14.1999 17.0001 17.8332 13.6667 18.9999 12.0001C17.8332 10.3334 14.1999 7.00005 8.99988 7.00005H1.99988ZM5.99988 9.00005H3.99988L3.99988 15.0001H5.99988L5.99988 9.00005ZM7.99988 15.0001H8.99988C12.3101 15.0001 14.8885 13.3621 16.3384 12.0001C14.8885 10.638 12.3101 9.00005 8.99988 9.00005H7.99988L7.99988 15.0001Z\" style=\"fill: var(--element-active-color)\"/> </svg> `"
            }
          ],
          "attributes": [
            {
              "name": "useCssColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "useCssColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obi-yaw",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObiYaw",
          "declaration": {
            "name": "ObiYaw",
            "module": "src/icons/icon-yaw.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obi-yaw",
          "declaration": {
            "name": "ObiYaw",
            "module": "src/icons/icon-yaw.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/index.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/names.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "iconIds",
          "type": {
            "text": "Record<string, string[]>"
          },
          "default": "{ '02-illustration': ['UI icons', 'Communication and media'], '03-illustration': ['UI icons', 'Data and metrics'], '03-tidal-stream': ['Maritime', 'Targets'], '07-chart-styles': ['Maritime', 'Chart display'], 'acdc-converter': ['Automation', 'Automation system'], 'ais-aton-mobile-physical-iec': ['Maritime', 'Targets'], 'ais-aton-mobile-virtual-iec': ['Maritime', 'Targets'], 'ais-aton-physical-iec': ['Maritime', 'Targets'], 'ais-aton-physical-selected-iec': ['Maritime', 'Targets'], 'ais-aton-virtual-iec': ['Maritime', 'Targets'], 'ais-headingline-iec': ['Maritime', 'Targets'], 'ais-headingline-turn-iec': ['Maritime', 'Targets'], 'ais-locating-device-active-iec': ['Maritime', 'Targets'], 'ais-locatingdevice-active-selected-iec': ['Maritime', 'Targets'], 'ais-locatingdevice-lost-iec': ['Maritime', 'Targets'], 'ais-locatingdevice-test-iec': ['Maritime', 'Targets'], 'ais-proposal': ['Maritime', 'Navigation and operation'], 'ais-sar-aircraft-fixedwing-iec': ['Maritime', 'Targets'], 'ais-sar-aircraft-helicopter-iec': ['Maritime', 'Targets'], 'ais-chevron': ['Maritime', 'Targets'], 'ais-chevron-variant-01': ['Maritime', 'Targets'], 'ais-chevron-variant-02': ['Maritime', 'Targets'], 'ais-sar-vessel-iec': ['Maritime', 'Targets'], 'ais-target-activated-iec': ['Maritime', 'Targets'], 'ais-target-activated-nohdgcog-iec': ['Maritime', 'Targets'], 'ais-target-activated-nohdgcog-selected-iec': ['Maritime', 'Targets'], 'ais-target-activated-selected-iec': ['Maritime', 'Targets'], 'ais-target-dangerous-iec': ['Maritime', 'Targets'], 'ais-target-dangerous-nocoghdg-iec': ['Maritime', 'Targets'], 'ais-target-dangerous-selected-iec': ['Maritime', 'Targets'], 'ais-target-sleeping-iec': ['Maritime', 'Targets'], 'ais-target-sleeping-nohdgcog-iec': ['Maritime', 'Targets'], 'ais-target-sleeping-nohdgcog-selected-iec': ['Maritime', 'Targets'], 'ais-target-sleeping-selected-iec': ['Maritime', 'Targets'], 'ais-target-synthetic-iec': ['Maritime', 'Targets'], 'ais-target-synthetic-nocog-iec': ['Maritime', 'Targets'], 'ais-target-synthetic-selected-iec': ['Maritime', 'Targets'], 'alarm-abandon': ['Alert icons', 'Additional alert icons'], 'alarm-ack-proposal': ['Alert icons', 'Additional alert icons'], 'alarm-acknowledged-iec': ['Alert icons', 'Alerts'], 'alarm-aground': ['Alert icons', 'Additional alert icons'], 'alarm-badge-google': ['Alert icons', 'Additional alert icons'], 'alarm-emergency-iec': ['Alert icons', 'Alerts'], 'alarm-fire': ['Alert icons', 'Additional alert icons'], 'alarm-general': ['Alert icons', 'Additional alert icons'], 'alarm-google': ['Alert icons', 'Additional alert icons'], 'alarm-light-off': ['Maritime', 'Objects and equipment'], 'alarm-noack-iec': ['Alert icons', 'Alerts'], 'alarm-pob': ['Alert icons', 'Additional alert icons'], 'alarm-rectified-iec': ['Alert icons', 'Alerts'], 'alarm-signal-fail': ['Alert icons', 'Additional alert icons'], 'alarm-silenced-iec': ['Alert icons', 'Alerts'], 'alarm-transferred-iec': ['Alert icons', 'Alerts'], 'alarm-trigger-google': ['Alert icons', 'Additional alert icons'], 'alarm-unacknowledged-iec': ['Alert icons', 'Alerts'], 'alert-list': ['Alert icons', 'Additional alert icons'], 'alert-off-google': ['Alert icons', 'Additional alert icons'], 'alert-rectified': ['Alert icons', 'Additional alert icons'], 'alert-settings': ['Maritime', 'Chart display'], 'alertheader-aggregated-iec': ['Alert icons', 'Alerts'], 'alertheader-aggregated-large-iec': ['Alert icons', 'Alerts'], 'alertheader-group-iec': ['Alert icons', 'Alerts'], 'alertheader-group-large-iec': ['Alert icons', 'Alerts'], alerts: ['Alert icons', 'Additional alert icons'], 'alerts-active': ['Alert icons', 'Additional alert icons'], 'alerts-shelf': ['Alert icons', 'Additional alert icons'], altitude: ['Maritime', 'Navigation and operation'], 'anchor-iec': ['Maritime', 'Chart display'], anchorwatch: ['Maritime', 'Navigation and operation'], antenna: ['Automation', 'Electricity'], 'antenna-2': ['Automation', 'Electricity'], 'antenna-2-off': ['Automation', 'Electricity'], 'antenna-2-on': ['Automation', 'Electricity'], 'antenna-off': ['Automation', 'Electricity'], 'antenna-on': ['Automation', 'Electricity'], 'application-open-google': ['UI icons', 'General'], applications: ['UI icons', 'General'], 'arrow-bidirectional-diagonal': ['UI icons', 'General'], 'arrow-bidirectional-horizontal': ['UI icons', 'General'], 'arrow-bidirectional-vertical': ['UI icons', 'General'], 'arrow-down-google': ['UI icons', 'General'], 'arrow-flyout-google': ['UI icons', 'General'], 'arrow-left-google': ['UI icons', 'General'], 'arrow-right-google': ['UI icons', 'General'], 'arrow-up-google': ['UI icons', 'General'], 'associated-target-ais-iec': ['Maritime', 'Targets'], 'associated-target-ais-selected-iec': ['Maritime', 'Targets'], 'associated-target-radar-iec': ['Maritime', 'Targets'], 'associated-target-radar-selected-iec': ['Maritime', 'Targets'], auto: ['Automation', 'Automation system'], autonomous: ['Maritime', 'Navigation and operation'], 'autonomous-marine-radio-device-iec': ['Maritime', 'Targets'], 'backlight-high': ['UI icons', 'Systems and devices'], 'backlight-low': ['UI icons', 'Systems and devices'], backward: ['Automation', 'Motors, pumps and fans'], 'backward-fast': ['Automation', 'Motors, pumps and fans'], 'backward-stopped': ['Automation', 'Motors, pumps and fans'], 'backwards-10s': ['UI icons', 'Communication and media'], 'battery-horizontal-100': ['UI icons', 'Systems and devices'], 'battery-horizontal-25': ['UI icons', 'Systems and devices'], 'battery-horizontal-50': ['UI icons', 'Systems and devices'], 'battery-horizontal-75': ['UI icons', 'Systems and devices'], 'battery-horizontal-charging-100': ['UI icons', 'Systems and devices'], 'battery-horizontal-charging-25': ['UI icons', 'Systems and devices'], 'battery-horizontal-charging-50': ['UI icons', 'Systems and devices'], 'battery-horizontal-charging-empty': ['UI icons', 'Systems and devices'], 'battery-horizontal-empty': ['UI icons', 'Systems and devices'], 'battery-horizontal-error': ['UI icons', 'Systems and devices'], 'battery-horizontal-low': ['UI icons', 'Systems and devices'], 'battery-horizontal-notification': ['UI icons', 'Systems and devices'], 'battery-pack-0': ['Automation', 'Automation system'], 'battery-pack-100': ['Automation', 'Automation system'], 'battery-pack-25': ['Automation', 'Automation system'], 'battery-pack-50': ['Automation', 'Automation system'], 'battery-pack-70': ['Automation', 'Automation system'], 'battery-pack-charging': ['Automation', 'Automation system'], 'battery-vertical-25': ['UI icons', 'Systems and devices'], 'battery-vertical-50': ['UI icons', 'Systems and devices'], 'battery-vertical-75': ['UI icons', 'Systems and devices'], 'battery-vertical-charging-100': ['UI icons', 'Systems and devices'], 'battery-vertical-charging-25': ['UI icons', 'Systems and devices'], 'battery-vertical-charging-50': ['UI icons', 'Systems and devices'], 'battery-vertical-charging-75': ['UI icons', 'Systems and devices'], 'battery-vertical-charging-empty': ['UI icons', 'Systems and devices'], 'battery-vertical-charging-low': ['UI icons', 'Systems and devices'], 'battery-vertical-empty': ['UI icons', 'Systems and devices'], 'battery-vertical-error': ['UI icons', 'Systems and devices'], 'battery-vertical-full': ['UI icons', 'Systems and devices'], 'battery-vertical-low': ['UI icons', 'Systems and devices'], 'battery-vertical-notification': ['UI icons', 'Systems and devices'], 'beacon-default': ['Maritime', 'Paper chart symbols'], 'beacon-general-board': ['Maritime', 'Paper chart symbols'], 'beacon-general-cone-down': ['Maritime', 'Paper chart symbols'], 'beacon-general-cone-up': ['Maritime', 'Paper chart symbols'], 'beacon-general-cross': ['Maritime', 'Paper chart symbols'], 'beacon-general-cube': ['Maritime', 'Paper chart symbols'], 'beacon-general-danger': ['Maritime', 'Paper chart symbols'], 'beacon-general-east': ['Maritime', 'Paper chart symbols'], 'beacon-general-flag': ['Maritime', 'Paper chart symbols'], 'beacon-general-north': ['Maritime', 'Paper chart symbols'], 'beacon-general-south': ['Maritime', 'Paper chart symbols'], 'beacon-general-sphere': ['Maritime', 'Paper chart symbols'], 'beacon-general-square': ['Maritime', 'Paper chart symbols'], 'beacon-general-t-shape': ['Maritime', 'Paper chart symbols'], 'beacon-general-west': ['Maritime', 'Paper chart symbols'], 'beacon-general-x-shape': ['Maritime', 'Paper chart symbols'], 'beacon-minor-stake': ['Maritime', 'Paper chart symbols'], 'beacon-tower-board': ['Maritime', 'Paper chart symbols'], 'beacon-tower-cone-down': ['Maritime', 'Paper chart symbols'], 'beacon-tower-cone-up': ['Maritime', 'Paper chart symbols'], 'beacon-tower-cross': ['Maritime', 'Paper chart symbols'], 'beacon-tower-cube': ['Maritime', 'Paper chart symbols'], 'beacon-tower-danger': ['Maritime', 'Paper chart symbols'], 'beacon-tower-east': ['Maritime', 'Paper chart symbols'], 'beacon-tower-flag': ['Maritime', 'Paper chart symbols'], 'beacon-tower-north': ['Maritime', 'Paper chart symbols'], 'beacon-tower-south': ['Maritime', 'Paper chart symbols'], 'beacon-tower-sphere': ['Maritime', 'Paper chart symbols'], 'beacon-tower-square': ['Maritime', 'Paper chart symbols'], 'beacon-tower-t-shape': ['Maritime', 'Paper chart symbols'], 'beacon-tower-west': ['Maritime', 'Paper chart symbols'], 'beacon-tower-x-shape': ['Maritime', 'Paper chart symbols'], bilge: ['Automation', 'Automation system'], 'bipolar_transistor-01': ['Automation', 'Electricity'], 'bipolar_transistor-02': ['Automation', 'Electricity'], 'bipolar_transistor-02-off': ['Automation', 'Electricity'], 'bipolar_transistor-02-on': ['Automation', 'Electricity'], 'bipolar_transistor-03': ['Automation', 'Electricity'], 'bipolar_transistor-03-flat': ['Automation', 'Electricity'], 'bipolar_transistor-03-off': ['Automation', 'Electricity'], 'bipolar_transistor-03-on': ['Automation', 'Electricity'], 'bipolar_transistor-04': ['Automation', 'Electricity'], 'bipolar_transistor-04-flat': ['Automation', 'Electricity'], 'bipolar_transistor-04-off': ['Automation', 'Electricity'], 'bipolar_transistor-04-on': ['Automation', 'Electricity'], 'bipolar_transistor-off': ['Automation', 'Electricity'], 'bipolar_transistor-on': ['Automation', 'Electricity'], 'blower-off-horizontal': ['Automation', 'Motors, pumps and fans'], 'blower-off-vertical': ['Automation', 'Motors, pumps and fans'], 'blower-on-horizontal': ['Automation', 'Motors, pumps and fans'], 'blower-on-vertical': ['Automation', 'Motors, pumps and fans'], 'blower-static-horizontal': ['Automation', 'Motors, pumps and fans'], 'blower-static-vertical': ['Automation', 'Motors, pumps and fans'], bluetooth: ['UI icons', 'Systems and devices'], 'buoy-barrel-board': ['Maritime', 'Paper chart symbols'], 'buoy-barrel-cone-down': ['Maritime', 'Paper chart symbols'], 'buoy-barrel-cone-up': ['Maritime', 'Paper chart symbols'], 'buoy-barrel-cross': ['Maritime', 'Paper chart symbols'], 'buoy-barrel-cube': ['Maritime', 'Paper chart symbols'], 'buoy-barrel-danger': ['Maritime', 'Paper chart symbols'], 'buoy-barrel-east': ['Maritime', 'Paper chart symbols'], 'buoy-barrel-flag': ['Maritime', 'Paper chart symbols'], 'buoy-barrel-north': ['Maritime', 'Paper chart symbols'], 'buoy-barrel-south': ['Maritime', 'Paper chart symbols'], 'buoy-barrel-sphere': ['Maritime', 'Paper chart symbols'], 'buoy-barrel-square': ['Maritime', 'Paper chart symbols'], 'buoy-barrel-t-shape': ['Maritime', 'Paper chart symbols'], 'buoy-barrel-west': ['Maritime', 'Paper chart symbols'], 'buoy-barrel-x-shape': ['Maritime', 'Paper chart symbols'], 'buoy-can-board': ['Maritime', 'Paper chart symbols'], 'buoy-can-cone-down': ['Maritime', 'Paper chart symbols'], 'buoy-can-cone-up': ['Maritime', 'Paper chart symbols'], 'buoy-can-cross': ['Maritime', 'Paper chart symbols'], 'buoy-can-cube': ['Maritime', 'Paper chart symbols'], 'buoy-can-danger': ['Maritime', 'Paper chart symbols'], 'buoy-can-east': ['Maritime', 'Paper chart symbols'], 'buoy-can-flag': ['Maritime', 'Paper chart symbols'], 'buoy-can-north': ['Maritime', 'Paper chart symbols'], 'buoy-can-south': ['Maritime', 'Paper chart symbols'], 'buoy-can-sphere': ['Maritime', 'Paper chart symbols'], 'buoy-can-square': ['Maritime', 'Paper chart symbols'], 'buoy-can-t-shape': ['Maritime', 'Paper chart symbols'], 'buoy-can-west': ['Maritime', 'Paper chart symbols'], 'buoy-can-x-shape': ['Maritime', 'Paper chart symbols'], 'buoy-conical-board': ['Maritime', 'Paper chart symbols'], 'buoy-conical-cone-down': ['Maritime', 'Paper chart symbols'], 'buoy-conical-cone-up': ['Maritime', 'Paper chart symbols'], 'buoy-conical-cross': ['Maritime', 'Paper chart symbols'], 'buoy-conical-cube': ['Maritime', 'Paper chart symbols'], 'buoy-conical-danger': ['Maritime', 'Paper chart symbols'], 'buoy-conical-east': ['Maritime', 'Paper chart symbols'], 'buoy-conical-flag': ['Maritime', 'Paper chart symbols'], 'buoy-conical-north': ['Maritime', 'Paper chart symbols'], 'buoy-conical-south': ['Maritime', 'Paper chart symbols'], 'buoy-conical-sphere': ['Maritime', 'Paper chart symbols'], 'buoy-conical-square': ['Maritime', 'Paper chart symbols'], 'buoy-conical-t-shape': ['Maritime', 'Paper chart symbols'], 'buoy-conical-west': ['Maritime', 'Paper chart symbols'], 'buoy-conical-x-shape': ['Maritime', 'Paper chart symbols'], 'buoy-default': ['Maritime', 'Paper chart symbols'], 'buoy-mooring-barrel': ['Maritime', 'Paper chart symbols'], 'buoy-mooring-can': ['Maritime', 'Paper chart symbols'], 'buoy-pilar-board': ['Maritime', 'Paper chart symbols'], 'buoy-pilar-cone-down': ['Maritime', 'Paper chart symbols'], 'buoy-pilar-cone-up': ['Maritime', 'Paper chart symbols'], 'buoy-pilar-cross': ['Maritime', 'Paper chart symbols'], 'buoy-pilar-cube': ['Maritime', 'Paper chart symbols'], 'buoy-pilar-danger': ['Maritime', 'Paper chart symbols'], 'buoy-pilar-east': ['Maritime', 'Paper chart symbols'], 'buoy-pilar-flag': ['Maritime', 'Paper chart symbols'], 'buoy-pilar-north': ['Maritime', 'Paper chart symbols'], 'buoy-pilar-south': ['Maritime', 'Paper chart symbols'], 'buoy-pilar-sphere': ['Maritime', 'Paper chart symbols'], 'buoy-pilar-square': ['Maritime', 'Paper chart symbols'], 'buoy-pilar-t-shape': ['Maritime', 'Paper chart symbols'], 'buoy-pilar-west': ['Maritime', 'Paper chart symbols'], 'buoy-pilar-x-shape': ['Maritime', 'Paper chart symbols'], 'buoy-spar-board': ['Maritime', 'Paper chart symbols'], 'buoy-spar-cone-down': ['Maritime', 'Paper chart symbols'], 'buoy-spar-cone-up': ['Maritime', 'Paper chart symbols'], 'buoy-spar-cross': ['Maritime', 'Paper chart symbols'], 'buoy-spar-cube': ['Maritime', 'Paper chart symbols'], 'buoy-spar-danger': ['Maritime', 'Paper chart symbols'], 'buoy-spar-east': ['Maritime', 'Paper chart symbols'], 'buoy-spar-flag': ['Maritime', 'Paper chart symbols'], 'buoy-spar-north': ['Maritime', 'Paper chart symbols'], 'buoy-spar-south': ['Maritime', 'Paper chart symbols'], 'buoy-spar-sphere': ['Maritime', 'Paper chart symbols'], 'buoy-spar-square': ['Maritime', 'Paper chart symbols'], 'buoy-spar-t-shape': ['Maritime', 'Paper chart symbols'], 'buoy-spar-west': ['Maritime', 'Paper chart symbols'], 'buoy-spar-x-shape': ['Maritime', 'Paper chart symbols'], 'buoy-spherical-board': ['Maritime', 'Paper chart symbols'], 'buoy-spherical-cone-down': ['Maritime', 'Paper chart symbols'], 'buoy-spherical-cone-up': ['Maritime', 'Paper chart symbols'], 'buoy-spherical-cross': ['Maritime', 'Paper chart symbols'], 'buoy-spherical-cube': ['Maritime', 'Paper chart symbols'], 'buoy-spherical-danger': ['Maritime', 'Paper chart symbols'], 'buoy-spherical-east': ['Maritime', 'Paper chart symbols'], 'buoy-spherical-flag': ['Maritime', 'Paper chart symbols'], 'buoy-spherical-north': ['Maritime', 'Paper chart symbols'], 'buoy-spherical-south': ['Maritime', 'Paper chart symbols'], 'buoy-spherical-sphere': ['Maritime', 'Paper chart symbols'], 'buoy-spherical-square': ['Maritime', 'Paper chart symbols'], 'buoy-spherical-t-shape': ['Maritime', 'Paper chart symbols'], 'buoy-spherical-west': ['Maritime', 'Paper chart symbols'], 'buoy-spherical-x-shape': ['Maritime', 'Paper chart symbols'], 'buoy-super': ['Maritime', 'Paper chart symbols'], 'buoy-super-landby': ['Maritime', 'Paper chart symbols'], 'calendar-date-google': ['UI icons', 'General'], 'calendar-google': ['UI icons', 'General'], 'cam-hmi-iec': ['App Icons', 'App icons'], 'camera-off': ['UI icons', 'Communication and media'], 'camera-on': ['UI icons', 'Communication and media'], 'camera-tilt': ['UI icons', 'Communication and media'], 'capacitor-01': ['Automation', 'Electricity'], 'capacitor-01-off': ['Automation', 'Electricity'], 'capacitor-01-on': ['Automation', 'Electricity'], 'capacitor-02': ['Automation', 'Electricity'], 'capacitor-02-off': ['Automation', 'Electricity'], 'capacitor-02-on': ['Automation', 'Electricity'], 'capacitor-03': ['Automation', 'Electricity'], 'capacitor-03-off': ['Automation', 'Electricity'], 'capacitor-03-on': ['Automation', 'Electricity'], 'capacitor-04': ['Automation', 'Electricity'], 'capacitor-04-off': ['Automation', 'Electricity'], 'capacitor-04-on': ['Automation', 'Electricity'], 'caution-badge': ['Alert icons', 'Additional alert icons'], 'caution-color-iec': ['Alert icons', 'Alerts'], 'caution-google': ['Alert icons', 'Additional alert icons'], cctv: ['App Icons', 'App icons'], 'cell-bad': ['UI icons', 'Systems and devices'], 'cell-full': ['UI icons', 'Systems and devices'], 'cell-low': ['UI icons', 'Systems and devices'], 'cell-medium': ['UI icons', 'Systems and devices'], 'cell-off': ['UI icons', 'Systems and devices'], 'cent-iec': ['Maritime', 'Chart display'], 'cent-off-iec': ['Maritime', 'Chart display'], chart: ['Maritime', 'Chart display'], 'chart-archipelagic-sea-lanes': ['Maritime', 'Chart display'], 'chart-aton-iec': ['Maritime', 'Chart display'], 'chart-boundaries-limits-proposal': ['Maritime', 'Chart display'], 'chart-boundary-iec': ['Maritime', 'Chart display'], 'chart-catzoc-iec': ['Maritime', 'Chart display'], 'chart-cautionary-notes': ['Maritime', 'Chart display'], 'chart-contour-label-iec': ['Maritime', 'Chart display'], 'chart-dated-objects-iec': ['Maritime', 'Chart display'], 'chart-display-settings-iec': ['Maritime', 'Chart display'], 'chart-display-settings-proposal': ['Maritime', 'Chart display'], 'chart-drying-line-proposal': ['Maritime', 'Chart display'], 'chart-four-shades-proposal': ['Maritime', 'Chart display'], 'chart-full-light-lines': ['Maritime', 'Chart display'], 'chart-grid-iec': ['Maritime', 'Chart display'], 'chart-highlight-data-dependent-iec': ['Maritime', 'Chart display'], 'chart-highlight-information-iec': ['Maritime', 'Chart display'], 'chart-info': ['Maritime', 'Chart display'], 'chart-isolated-dangers': ['Maritime', 'Chart display'], 'chart-isolated-dangers-filled': ['Maritime', 'Chart display'], 'chart-layers': ['Maritime', 'Chart display'], 'chart-magnetic-variation-iec': ['Maritime', 'Chart display'], 'chart-management-proposal': ['Maritime', 'Chart display'], 'chart-manual-update-iec': ['Maritime', 'Chart display'], 'chart-national-language-proposal-1': ['Maritime', 'Chart display'], 'chart-national-language-proposal-2': ['Maritime', 'Chart display'], 'chart-original-scale-iec': ['Maritime', 'Chart display'], 'chart-paper-symbol-iec': ['Maritime', 'Chart display'], 'chart-plain-boundaries-iec': ['Maritime', 'Chart display'], 'chart-prohibited-restricted-areas': ['Maritime', 'Chart display'], 'chart-radar-overlay-iec': ['Maritime', 'Chart display'], 'chart-safety-countour-off-proposal': ['Maritime', 'Chart display'], 'chart-safety-countour-on-proposal': ['Maritime', 'Chart display'], 'chart-safety-depth-proposal': ['Maritime', 'Chart display'], 'chart-safety-depths-show-proposal': ['Maritime', 'Chart display'], 'chart-safety-settings-proposal': ['Maritime', 'Chart display'], 'chart-sandbanks': ['Maritime', 'Chart display'], 'chart-scale-boundaries-iec': ['Maritime', 'Chart display'], 'chart-scale-min-proposal': ['Maritime', 'Chart display'], 'chart-seabed-proposal': ['Maritime', 'Chart display'], 'chart-search': ['Maritime', 'Chart display'], 'chart-settings': ['Maritime', 'Chart display'], 'chart-shallow-contour-proposal': ['Maritime', 'Chart display'], 'chart-shallow-pattern-iec': ['Maritime', 'Chart display'], 'chart-ship-routing-system-iec': ['Maritime', 'Chart display'], 'chart-simplified-symbols-iec': ['Maritime', 'Chart display'], 'chart-spot-soundings-iec': ['Maritime', 'Chart display'], 'chart-submarine-cables': ['Maritime', 'Chart display'], 'chart-symbolized-boundaries-iec': ['Maritime', 'Chart display'], 'chart-tidal-iec': ['Maritime', 'Chart display'], 'chart-unknown': ['Maritime', 'Chart display'], 'chart-update-review': ['Maritime', 'Chart display'], 'chart-user-proposal': ['Maritime', 'Chart display'], 'check-google': ['UI icons', 'General'], 'check-mixed': ['UI icons', 'General'], 'checkbox-checked': ['UI icons', 'General'], 'checkbox-checked-filled': ['UI icons', 'General'], 'checkbox-uncheck-google': ['UI icons', 'General'], 'chevron-double-down-google': ['UI icons', 'General'], 'chevron-double-left-google': ['UI icons', 'General'], 'chevron-double-right-google': ['UI icons', 'General'], 'chevron-double-up-google': ['UI icons', 'General'], 'chevron-down-google': ['UI icons', 'General'], 'chevron-left-google': ['UI icons', 'General'], 'chevron-right-google': ['UI icons', 'General'], 'chevron-up-google': ['UI icons', 'General'], 'clear-day': ['Weather & Environment', 'Forecast'], 'clear-day-colour': ['Weather & Environment', 'Forecast'], 'clear-night': ['Weather & Environment', 'Forecast'], 'clear-night-colour': ['Weather & Environment', 'Forecast'], 'clear-polartwilight': ['Weather & Environment', 'Forecast'], 'clear-polartwilight-colour': ['Weather & Environment', 'Forecast'], 'close-google': ['UI icons', 'General'], cloudy: ['Weather & Environment', 'Forecast'], 'cloudy-colour': ['Weather & Environment', 'Forecast'], 'coastal-navigation': ['Maritime', 'Navigation and operation'], coffee: ['Maritime', 'Objects and equipment'], cog: ['Maritime', 'Navigation and operation'], 'cold-google': ['Automation', 'Automation system'], 'com-call-active-google': ['UI icons', 'Communication and media'], 'com-call-end-google': ['UI icons', 'Communication and media'], 'com-call-google': ['UI icons', 'Communication and media'], 'com-mic-google': ['UI icons', 'Communication and media'], 'com-mic-muted-google': ['UI icons', 'Communication and media'], 'com-pa': ['UI icons', 'Communication and media'], 'com-pa-list': ['UI icons', 'Communication and media'], 'com-radio': ['UI icons', 'Communication and media'], 'com-radio-emergency': ['UI icons', 'Communication and media'], 'command-auto-track': ['Maritime', 'Command and users'], 'command-autopilot': ['Maritime', 'Command and users'], 'command-available': ['Maritime', 'Command and users'], 'command-in': ['Maritime', 'Command and users'], 'command-locked': ['Maritime', 'Command and users'], 'command-locked-f': ['Maritime', 'Command and users'], 'command-no': ['Maritime', 'Command and users'], 'command-partial': ['Maritime', 'Command and users'], 'command-request': ['Maritime', 'Command and users'], 'command-shared': ['Maritime', 'Command and users'], 'command-take': ['Maritime', 'Command and users'], communication: ['App Icons', 'App icons'], 'computer-pc': ['UI icons', 'Systems and devices'], 'computer-server': ['UI icons', 'Systems and devices'], configure: ['UI icons', 'General'], 'connector-coming-from': ['Automation', 'Pipes, wires, lines and ducts'], 'connector-corner': ['Automation', 'Pipes, wires, lines and ducts'], 'connector-cross': ['Automation', 'Pipes, wires, lines and ducts'], 'connector-cross-joint': ['Automation', 'Pipes, wires, lines and ducts'], 'connector-going-to': ['Automation', 'Pipes, wires, lines and ducts'], 'connector-overlap': ['Automation', 'Pipes, wires, lines and ducts'], 'connector-straight': ['Automation', 'Pipes, wires, lines and ducts'], 'connector-threeway': ['Automation', 'Pipes, wires, lines and ducts'], 'connector-threeway-joint': ['Automation', 'Pipes, wires, lines and ducts'], 'conning-iec': ['App Icons', 'App icons'], 'conspicuous-cairn': ['Maritime', 'Paper chart symbols'], contacts: ['Maritime', 'Command and users'], container: ['Maritime', 'Objects and equipment'], 'content-collapse-google': ['UI icons', 'General'], 'content-copy-google': ['UI icons', 'General'], 'content-cut-google': ['UI icons', 'General'], 'content-expand-google': ['UI icons', 'General'], 'content-paste-google': ['UI icons', 'General'], 'converter-acdc': ['Automation', 'Electricity'], 'converter-acdc-off': ['Automation', 'Electricity'], 'converter-acdc-on': ['Automation', 'Electricity'], 'converter-dcac': ['Automation', 'Electricity'], 'converter-dcac-off': ['Automation', 'Electricity'], 'converter-dcac-on': ['Automation', 'Electricity'], 'converter-dcdc': ['Automation', 'Electricity'], 'converter-dcdc-off': ['Automation', 'Electricity'], 'converter-dcdc-on': ['Automation', 'Electricity'], 'converter-filter-1': ['Automation', 'Electricity'], 'converter-filter-1-off': ['Automation', 'Electricity'], 'converter-filter-1-on': ['Automation', 'Electricity'], coordinate: ['Maritime', 'Navigation and operation'], crane: ['Maritime', 'Objects and equipment'], current: ['Weather & Environment', 'General'], 'current-1': ['Weather & Environment', 'General'], 'current-2': ['Weather & Environment', 'General'], 'current-3': ['Weather & Environment', 'General'], 'current-4': ['Weather & Environment', 'General'], 'cursor-action-pointer': ['Cursors', 'Cursors'], 'cursor-action-pointer-icon': ['Cursors', 'Cursors'], 'cursor-closed-hand': ['Cursors', 'Cursors'], 'cursor-closed-hand-icon': ['Cursors', 'Cursors'], 'cursor-delete': ['Cursors', 'Cursors'], 'cursor-delete-icon': ['Cursors', 'Cursors'], 'cursor-draw': ['Cursors', 'Cursors'], 'cursor-draw-icon': ['Cursors', 'Cursors'], 'cursor-help': ['Cursors', 'Cursors'], 'cursor-help-icon': ['Cursors', 'Cursors'], 'cursor-insert-point': ['Cursors', 'Cursors'], 'cursor-insert-point-icon': ['Cursors', 'Cursors'], 'cursor-map': ['Cursors', 'Cursors'], 'cursor-map-icon': ['Cursors', 'Cursors'], 'cursor-map-iec': ['Cursors', 'Cursors'], 'cursor-map-iec-icon': ['Cursors', 'Cursors'], 'cursor-open-hand': ['Cursors', 'Cursors'], 'cursor-open-hand-icon': ['Cursors', 'Cursors'], 'cursor-placeholder-icon': ['Cursors', 'Cursors'], 'cursor-pointer': ['Cursors', 'Cursors'], 'cursor-pointer-icon': ['Cursors', 'Cursors'], 'cursor-pointing-hand': ['Cursors', 'Cursors'], 'cursor-pointing-hand-icon': ['Cursors', 'Cursors'], 'cursor-remove-point': ['Cursors', 'Cursors'], 'cursor-remove-point-icon': ['Cursors', 'Cursors'], 'cursor-setpoint': ['Cursors', 'Cursors'], 'cursor-setpoint-icon': ['Cursors', 'Cursors'], 'damper-horizontal-off': ['Automation', 'Switches'], 'damper-horizontal-off-large': ['Automation', 'Switches'], 'damper-horizontal-on': ['Automation', 'Switches'], 'damper-horizontal-on-large': ['Automation', 'Switches'], dashboard: ['UI icons', 'General'], database: ['UI icons', 'Systems and devices'], 'dcdc-converter': ['Automation', 'Automation system'], 'delete-filled-google': ['UI icons', 'General'], 'delete-google': ['UI icons', 'General'], depth: ['Maritime', 'Navigation and operation'], 'device-filter': ['Automation', 'Automation system'], 'diagnostic-google': ['UI icons', 'Data and metrics'], 'diodes-01': ['Automation', 'Electricity'], 'diodes-01-off': ['Automation', 'Electricity'], 'diodes-01-on': ['Automation', 'Electricity'], 'diodes-02': ['Automation', 'Electricity'], 'diodes-02-off': ['Automation', 'Electricity'], 'diodes-02-on': ['Automation', 'Electricity'], 'diodes-03': ['Automation', 'Electricity'], 'diodes-03-off': ['Automation', 'Electricity'], 'diodes-03-on': ['Automation', 'Electricity'], 'diodes-04': ['Automation', 'Electricity'], 'diodes-04-off': ['Automation', 'Electricity'], 'diodes-04-on': ['Automation', 'Electricity'], 'diodes-05': ['Automation', 'Electricity'], 'diodes-05-off': ['Automation', 'Electricity'], 'diodes-05-on': ['Automation', 'Electricity'], 'diodes-06': ['Automation', 'Electricity'], 'diodes-06-off': ['Automation', 'Electricity'], 'diodes-06-on': ['Automation', 'Electricity'], 'diodes-07': ['Automation', 'Electricity'], 'diodes-07-off': ['Automation', 'Electricity'], 'diodes-07-on': ['Automation', 'Electricity'], 'display-brilliance-iec': ['UI icons', 'Systems and devices'], 'display-brilliance-low': ['UI icons', 'Systems and devices'], 'display-brilliance-proposal': ['UI icons', 'Systems and devices'], diver: ['Maritime', 'Objects and equipment'], 'dock-bottom-google': ['UI icons', 'General'], 'dock-left-google': ['UI icons', 'General'], 'dock-right-google': ['UI icons', 'General'], 'down-iec': ['UI icons', 'General'], 'drop-down-double-google': ['UI icons', 'General'], 'drop-down-google': ['UI icons', 'General'], 'duct-coming-from': ['Automation', 'Pipes, wires, lines and ducts'], 'duct-corner': ['Automation', 'Pipes, wires, lines and ducts'], 'duct-cross': ['Automation', 'Pipes, wires, lines and ducts'], 'duct-direction': ['Automation', 'Pipes, wires, lines and ducts'], 'duct-end-point': ['Automation', 'Pipes, wires, lines and ducts'], 'duct-going-to': ['Automation', 'Pipes, wires, lines and ducts'], 'duct-overlap': ['Automation', 'Pipes, wires, lines and ducts'], 'duct-straight': ['Automation', 'Pipes, wires, lines and ducts'], 'duct-threeway': ['Automation', 'Pipes, wires, lines and ducts'], duty: ['Automation', 'Automation system'], 'dynamic-positioning': ['App Icons', 'App icons'], 'ecdis-iec': ['App Icons', 'App icons'], 'ecdis-proposal': ['App Icons', 'App icons'], eco: ['UI icons', 'Data and metrics'], 'edit-google': ['UI icons', 'General'], 'electrical-clock': ['Automation', 'Electricity'], 'electrical-clock-off': ['Automation', 'Electricity'], 'electrical-clock-on': ['Automation', 'Electricity'], 'energy-ammonia': ['Automation', 'Automation system'], 'energy-battery': ['Automation', 'Automation system'], 'energy-diesel': ['Automation', 'Automation system'], 'energy-fuel': ['Automation', 'Automation system'], 'energy-hydrogen': ['Automation', 'Automation system'], 'energy-methanol': ['Automation', 'Automation system'], 'energy-oil': ['Automation', 'Automation system'], 'energy-petrol': ['Automation', 'Automation system'], engine: ['Maritime', 'Objects and equipment'], 'engine-fill': ['Maritime', 'Objects and equipment'], epms: ['Automation', 'Automation system'], 'ethernet-google': ['UI icons', 'Systems and devices'], 'ethernet-switch': ['Automation', 'Automation system'], 'event-marker-iec': ['Maritime', 'Targets'], 'exclamation-mark': ['Alert icons', 'Additional alert icons'], expand: ['UI icons', 'General'], 'fan-off': ['Automation', 'Motors, pumps and fans'], 'fan-on': ['Automation', 'Motors, pumps and fans'], 'file-download-google': ['UI icons', 'General'], 'file-export-google': ['UI icons', 'General'], 'file-upload-google': ['UI icons', 'General'], filter: ['UI icons', 'General'], 'filter-1': ['Automation', 'Electricity'], 'filter-1-off': ['Automation', 'Electricity'], 'filter-1-on': ['Automation', 'Electricity'], 'filter-2': ['Automation', 'Electricity'], 'filter-2-off': ['Automation', 'Electricity'], 'filter-2-on': ['Automation', 'Electricity'], 'filter-3': ['Automation', 'Electricity'], 'filter-3-off': ['Automation', 'Electricity'], 'filter-3-on': ['Automation', 'Electricity'], 'filter-4': ['Automation', 'Electricity'], 'filter-4-off': ['Automation', 'Electricity'], 'filter-4-on': ['Automation', 'Electricity'], fire: ['Automation', 'Automation system'], fishing: ['Maritime', 'Navigation and operation'], fog: ['Weather & Environment', 'Forecast'], 'fog-colour': ['Weather & Environment', 'Forecast'], forward: ['Automation', 'Motors, pumps and fans'], 'forward-10s': ['UI icons', 'Communication and media'], 'forward-fast': ['Automation', 'Motors, pumps and fans'], 'forward-stopped': ['Automation', 'Motors, pumps and fans'], 'fuse-01': ['Automation', 'Electricity'], 'fuse-01-off': ['Automation', 'Electricity'], 'fuse-01-on': ['Automation', 'Electricity'], 'fuse-02': ['Automation', 'Electricity'], 'fuse-02-off': ['Automation', 'Electricity'], 'fuse-02-on': ['Automation', 'Electricity'], generator: ['Automation', 'Automation system'], 'generic-line-coming-from': ['Automation', 'Pipes, wires, lines and ducts'], 'generic-line-corner': ['Automation', 'Pipes, wires, lines and ducts'], 'generic-line-cross': ['Automation', 'Pipes, wires, lines and ducts'], 'generic-line-direction': ['Automation', 'Pipes, wires, lines and ducts'], 'generic-line-end-point': ['Automation', 'Pipes, wires, lines and ducts'], 'generic-line-going-to': ['Automation', 'Pipes, wires, lines and ducts'], 'generic-line-overlap': ['Automation', 'Pipes, wires, lines and ducts'], 'generic-line-straight': ['Automation', 'Pipes, wires, lines and ducts'], 'generic-line-threeway': ['Automation', 'Pipes, wires, lines and ducts'], 'grid-off-google': ['Maritime', 'Chart display'], 'ground-1': ['Automation', 'Electricity'], 'ground-1-off': ['Automation', 'Electricity'], 'ground-1-on': ['Automation', 'Electricity'], 'ground-2': ['Automation', 'Electricity'], 'ground-2-off': ['Automation', 'Electricity'], 'ground-2-on': ['Automation', 'Electricity'], 'ground-3': ['Automation', 'Electricity'], 'ground-3-off': ['Automation', 'Electricity'], 'ground-3-on': ['Automation', 'Electricity'], 'harbour-berthing': ['Maritime', 'Navigation and operation'], hdg: ['Maritime', 'Navigation and operation'], 'heading-c-up-proposal': ['Maritime', 'Chart display'], 'heading-h-up-proposal': ['Maritime', 'Chart display'], 'heading-line-off-iec': ['Maritime', 'Chart display'], 'heading-line-off-proposal': ['Maritime', 'Chart display'], 'heading-n-up-proposal': ['Maritime', 'Chart display'], 'heat-google': ['Automation', 'Automation system'], heat_pump_balance: ['Automation', 'Automation system'], heatexhanger: ['Automation', 'Automation system'], heatpump: ['Automation', 'Automation system'], heave: ['Maritime', 'Navigation and operation'], 'heavy-rain': ['Weather & Environment', 'Forecast'], 'heavy-rain-colour': ['Weather & Environment', 'Forecast'], 'heavy-rain-showers-day': ['Weather & Environment', 'Forecast'], 'heavy-rain-showers-day-colour': ['Weather & Environment', 'Forecast'], 'heavy-rain-showers-night': ['Weather & Environment', 'Forecast'], 'heavy-rain-showers-night-colour': ['Weather & Environment', 'Forecast'], 'heavy-rain-showers-polartwilight': ['Weather & Environment', 'Forecast'], 'heavy-rain-showers-polartwilight-colour': [ 'Weather & Environment', 'Forecast', ], 'heavy-sleet': ['Weather & Environment', 'Forecast'], 'heavy-sleet-colour': ['Weather & Environment', 'Forecast'], 'heavy-sleet-showers-day': ['Weather & Environment', 'Forecast'], 'heavy-sleet-showers-day-colour': ['Weather & Environment', 'Forecast'], 'heavy-sleet-showers-night': ['Weather & Environment', 'Forecast'], 'heavy-sleet-showers-night-colour': ['Weather & Environment', 'Forecast'], 'heavy-sleet-showers-polartwilight': ['Weather & Environment', 'Forecast'], 'heavy-sleet-showers-polartwilight-colour': [ 'Weather & Environment', 'Forecast', ], 'heavy-snow': ['Weather & Environment', 'Forecast'], 'heavy-snow-colour': ['Weather & Environment', 'Forecast'], 'heavy-snow-showers-day': ['Weather & Environment', 'Forecast'], 'heavy-snow-showers-day-colour': ['Weather & Environment', 'Forecast'], 'heavy-snow-showers-night': ['Weather & Environment', 'Forecast'], 'heavy-snow-showers-night-colour': ['Weather & Environment', 'Forecast'], 'heavy-snow-showers-polartwilight': ['Weather & Environment', 'Forecast'], 'heavy-snow-showers-polartwilight-colour': [ 'Weather & Environment', 'Forecast', ], help: ['UI icons', 'General'], 'history-google': ['UI icons', 'General'], home: ['App Icons', 'App icons'], hvac: ['Automation', 'Automation system'], 'hydraulic-separator': ['Automation', 'Automation system'], ias: ['App Icons', 'App icons'], iceberg: ['Maritime', 'Objects and equipment'], 'id-tag': ['Automation', 'Automation system'], 'iec-chart-disp-set': ['Maritime', 'Navigation and operation'], 'iec-chart-disp-set-proposal': ['Maritime', 'Chart display'], info: ['UI icons', 'General'], 'info-report-iec': ['Maritime', 'Chart display'], 'info-report-proposal': ['Maritime', 'Chart display'], input: ['Maritime', 'Navigation and operation'], 'input-devices-google': ['UI icons', 'Systems and devices'], 'input-keyboard-google': ['UI icons', 'Systems and devices'], 'input-keyboard-screen-google': ['UI icons', 'Systems and devices'], 'input-mouse-google': ['UI icons', 'Systems and devices'], io: ['Automation', 'Automation system'], joystick: ['Maritime', 'Navigation and operation'], kayaking: ['Maritime', 'Objects and equipment'], 'keeping-area': ['Maritime', 'Navigation and operation'], 'keeping-station': ['Maritime', 'Navigation and operation'], 'keeping-track': ['Maritime', 'Navigation and operation'], keylinegrid: ['Maritime', 'Objects and equipment'], kitesurfing: ['Maritime', 'Objects and equipment'], latched: ['Maritime', 'Navigation and operation'], 'license-google': ['UI icons', 'General'], 'light-alarm': ['Maritime', 'Objects and equipment'], 'light-alarm-colour-off': ['Maritime', 'Objects and equipment'], 'light-alarm-colour-on': ['Maritime', 'Objects and equipment'], 'light-aol': ['Maritime', 'Objects and equipment'], 'light-aol-colour-off': ['Maritime', 'Objects and equipment'], 'light-aol-colour-on': ['Maritime', 'Objects and equipment'], 'light-aol-off': ['Maritime', 'Objects and equipment'], 'light-backlight-buttons': ['Maritime', 'Objects and equipment'], 'light-backlight-buttons-colour-on': ['Maritime', 'Objects and equipment'], 'light-backlight-buttons-off': ['Maritime', 'Objects and equipment'], 'light-backlight-buttonslight-backlight-buttons-colour-off': [ 'Maritime', 'Objects and equipment', ], 'light-bulb': ['Automation', 'Electricity'], 'light-bulb-off': ['Automation', 'Electricity'], 'light-bulb-on': ['Automation', 'Electricity'], 'light-deck': ['Maritime', 'Objects and equipment'], 'light-deck-colour-off': ['Maritime', 'Objects and equipment'], 'light-deck-colour-on': ['Maritime', 'Objects and equipment'], 'light-deck-off': ['Maritime', 'Objects and equipment'], 'light-emergency': ['Maritime', 'Objects and equipment'], 'light-emergency-colour-off': ['Maritime', 'Objects and equipment'], 'light-emergency-colour-on': ['Maritime', 'Objects and equipment'], 'light-emergency-off': ['Maritime', 'Objects and equipment'], 'light-flashlight': ['Maritime', 'Objects and equipment'], 'light-flashlight-colour-off': ['Maritime', 'Objects and equipment'], 'light-flashlight-colour-on': ['Maritime', 'Objects and equipment'], 'light-flashlight-off': ['Maritime', 'Objects and equipment'], 'light-float': ['Maritime', 'Paper chart symbols'], 'light-lantern-off': ['Maritime', 'Objects and equipment'], 'light-lantern-on': ['Maritime', 'Objects and equipment'], 'light-lantern-on-colour-off': ['Maritime', 'Objects and equipment'], 'light-lantern-on-colour-on': ['Maritime', 'Objects and equipment'], 'light-lantern-port': ['Maritime', 'Objects and equipment'], 'light-lantern-port-colour-off': ['Maritime', 'Objects and equipment'], 'light-lantern-port-colour-on': ['Maritime', 'Objects and equipment'], 'light-lantern-port-off': ['Maritime', 'Objects and equipment'], 'light-lantern-stbd': ['Maritime', 'Objects and equipment'], 'light-lantern-stbd-colour-off': ['Maritime', 'Objects and equipment'], 'light-lantern-stbd-colour-on': ['Maritime', 'Objects and equipment'], 'light-lantern-stbd-off': ['Maritime', 'Objects and equipment'], 'light-rain': ['Weather & Environment', 'Forecast'], 'light-rain-colour': ['Weather & Environment', 'Forecast'], 'light-rain-showers-night': ['Weather & Environment', 'Forecast'], 'light-rain-showers-night-colour': ['Weather & Environment', 'Forecast'], 'light-rain-showers-polartwilight': ['Weather & Environment', 'Forecast'], 'light-rain-showers-polartwilight-colour': [ 'Weather & Environment', 'Forecast', ], 'light-rain-showers-sun': ['Weather & Environment', 'Forecast'], 'light-rain-showers-sun-colour': ['Weather & Environment', 'Forecast'], 'light-roof': ['Maritime', 'Objects and equipment'], 'light-roof-colour-off': ['Maritime', 'Objects and equipment'], 'light-roof-colour-on': ['Maritime', 'Objects and equipment'], 'light-roof-off': ['Maritime', 'Objects and equipment'], 'light-searchlight': ['Maritime', 'Objects and equipment'], 'light-searchlight-colour-off': ['Maritime', 'Objects and equipment'], 'light-searchlight-colour-on': ['Maritime', 'Objects and equipment'], 'light-searchlight-off': ['Maritime', 'Objects and equipment'], 'light-sleet': ['Weather & Environment', 'Forecast'], 'light-sleet-showers-day': ['Weather & Environment', 'Forecast'], 'light-sleet-showers-day-colour': ['Weather & Environment', 'Forecast'], 'light-sleet-showers-night': ['Weather & Environment', 'Forecast'], 'light-sleet-showers-night-colour': ['Weather & Environment', 'Forecast'], 'light-sleet-showers-polartwilight': ['Weather & Environment', 'Forecast'], 'light-sleet-showers-polartwilight-colour': [ 'Weather & Environment', 'Forecast', ], 'light-snow': ['Weather & Environment', 'Forecast'], 'light-snow-colour': ['Weather & Environment', 'Forecast'], 'light-snow-showers-day': ['Weather & Environment', 'Forecast'], 'light-snow-showers-day-colour': ['Weather & Environment', 'Forecast'], 'light-snow-showers-night': ['Weather & Environment', 'Forecast'], 'light-snow-showers-night-colour': ['Weather & Environment', 'Forecast'], 'light-snow-showers-polartwilight': ['Weather & Environment', 'Forecast'], 'light-snow-showers-polartwilight-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-heavy-rain': ['Weather & Environment', 'Forecast'], 'lightning-heavy-rain-colour': ['Weather & Environment', 'Forecast'], 'lightning-heavy-rain-showers-day': ['Weather & Environment', 'Forecast'], 'lightning-heavy-rain-showers-day-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-heavy-rain-showers-night': ['Weather & Environment', 'Forecast'], 'lightning-heavy-rain-showers-night-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-heavy-rain-showers-polartwilight': [ 'Weather & Environment', 'Forecast', ], 'lightning-heavy-rain-showers-polartwilight-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-heavy-sleet': ['Weather & Environment', 'Forecast'], 'lightning-heavy-sleet-colour': ['Weather & Environment', 'Forecast'], 'lightning-heavy-sleet-showers-day': ['Weather & Environment', 'Forecast'], 'lightning-heavy-sleet-showers-day-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-heavy-sleet-showers-night': ['Weather & Environment', 'Forecast'], 'lightning-heavy-sleet-showers-night-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-heavy-sleet-showers-polartwilight': [ 'Weather & Environment', 'Forecast', ], 'lightning-heavy-sleet-showers-polartwilight-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-heavy-snow': ['Weather & Environment', 'Forecast'], 'lightning-heavy-snow-colour': ['Weather & Environment', 'Forecast'], 'lightning-heavy-snow-showers-day': ['Weather & Environment', 'Forecast'], 'lightning-heavy-snow-showers-day-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-heavy-snow-showers-night': ['Weather & Environment', 'Forecast'], 'lightning-heavy-snow-showers-night-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-heavy-snow-showers-polartwilight': [ 'Weather & Environment', 'Forecast', ], 'lightning-heavy-snow-showers-polartwilight-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-light-rain': ['Weather & Environment', 'Forecast'], 'lightning-light-rain-colour': ['Weather & Environment', 'Forecast'], 'lightning-light-rain-showers-day': ['Weather & Environment', 'Forecast'], 'lightning-light-rain-showers-day-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-light-rain-showers-night': ['Weather & Environment', 'Forecast'], 'lightning-light-rain-showers-night-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-light-rain-showers-polartwilight': [ 'Weather & Environment', 'Forecast', ], 'lightning-light-rain-showers-polartwilight-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-light-sleet-showers-day': ['Weather & Environment', 'Forecast'], 'lightning-light-sleet-showers-day-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-light-sleet-showers-night': ['Weather & Environment', 'Forecast'], 'lightning-light-sleet-showers-night-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-light-sleet-showers-polartwilight': [ 'Weather & Environment', 'Forecast', ], 'lightning-light-sleet-showers-polartwilight-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-light-snow': ['Weather & Environment', 'Forecast'], 'lightning-light-snow-colour': ['Weather & Environment', 'Forecast'], 'lightning-light-snow-showers-day': ['Weather & Environment', 'Forecast'], 'lightning-light-snow-showers-day-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-light-snow-showers-night': ['Weather & Environment', 'Forecast'], 'lightning-light-snow-showers-night-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-light-snow-showers-polartwilight': [ 'Weather & Environment', 'Forecast', ], 'lightning-light-snow-showers-polartwilight-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-ligth-sleet': ['Weather & Environment', 'Forecast'], 'lightning-ligth-sleet-colour': ['Weather & Environment', 'Forecast'], 'lightning-rain': ['Weather & Environment', 'Forecast'], 'lightning-rain-colour': ['Weather & Environment', 'Forecast'], 'lightning-rain-showers-day': ['Weather & Environment', 'Forecast'], 'lightning-rain-showers-day-colour': ['Weather & Environment', 'Forecast'], 'lightning-rain-showers-mon': ['Weather & Environment', 'Forecast'], 'lightning-rain-showers-mon-colour': ['Weather & Environment', 'Forecast'], 'lightning-rain-showers-polartwilight': ['Weather & Environment', 'Forecast'], 'lightning-rain-showers-polartwilight-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-sleet-showers-day': ['Weather & Environment', 'Forecast'], 'lightning-sleet-showers-day-colour': ['Weather & Environment', 'Forecast'], 'lightning-sleet-showers-night': ['Weather & Environment', 'Forecast'], 'lightning-sleet-showers-night-colour': ['Weather & Environment', 'Forecast'], 'lightning-sleet-showers-polartwilight': [ 'Weather & Environment', 'Forecast', ], 'lightning-sleet-showers-polartwilight-colour': [ 'Weather & Environment', 'Forecast', ], 'lightning-sleeth': ['Weather & Environment', 'Forecast'], 'lightning-sleeth-colour': ['Weather & Environment', 'Forecast'], 'lightning-snow': ['Weather & Environment', 'Forecast'], 'lightning-snow-colour': ['Weather & Environment', 'Forecast'], 'lightning-snow-showers-day': ['Weather & Environment', 'Forecast'], 'lightning-snow-showers-day-colour': ['Weather & Environment', 'Forecast'], 'lightning-snow-showers-night': ['Weather & Environment', 'Forecast'], 'lightning-snow-showers-night-colour': ['Weather & Environment', 'Forecast'], 'lightning-snow-showers-polartwilight': ['Weather & Environment', 'Forecast'], 'lightning-snow-showers-polartwilight-colour': [ 'Weather & Environment', 'Forecast', ], lights: ['App Icons', 'App icons'], 'lights-leet-colour': ['Weather & Environment', 'Forecast'], 'limits-attention': ['UI icons', 'Data and metrics'], 'limits-improving': ['UI icons', 'Data and metrics'], 'limits-inside': ['UI icons', 'Data and metrics'], 'limits-outside-over': ['UI icons', 'Data and metrics'], 'limits-outside-under': ['UI icons', 'Data and metrics'], 'line-of-position': ['Maritime', 'Chart display'], 'line-of-position-iec': ['Maritime', 'Chart display'], link: ['UI icons', 'General'], 'link-remove': ['UI icons', 'General'], local: ['Automation', 'Automation system'], 'local-only': ['Automation', 'Automation system'], 'location-1': ['Maritime', 'Chart display'], 'location-2': ['Maritime', 'Chart display'], 'location-3': ['Maritime', 'Chart display'], 'log-add-google': ['UI icons', 'General'], 'log-edit-google': ['UI icons', 'General'], 'log-open-google': ['UI icons', 'General'], 'logic-01': ['Automation', 'Electricity'], 'logic-01-off': ['Automation', 'Electricity'], 'logic-01-on': ['Automation', 'Electricity'], 'logic-02': ['Automation', 'Electricity'], 'logic-02-off': ['Automation', 'Electricity'], 'logic-02-on': ['Automation', 'Electricity'], 'logic-03': ['Automation', 'Electricity'], 'logic-03-off': ['Automation', 'Electricity'], 'logic-03-on': ['Automation', 'Electricity'], 'logic-04': ['Automation', 'Electricity'], 'logic-04-off': ['Automation', 'Electricity'], 'logic-04-on': ['Automation', 'Electricity'], 'logic-05': ['Automation', 'Electricity'], 'logic-05-off': ['Automation', 'Electricity'], 'logic-05-on': ['Automation', 'Electricity'], 'logic-06': ['Automation', 'Electricity'], 'logic-06-off': ['Automation', 'Electricity'], 'logic-06-on': ['Automation', 'Electricity'], 'logic-07': ['Automation', 'Electricity'], 'logic-07-off': ['Automation', 'Electricity'], 'logic-07-on': ['Automation', 'Electricity'], 'logo-generic': ['App Icons', 'App icons'], 'logo-oicl': ['App Icons', 'App icons'], 'logo-openbridge': ['App Icons', 'App icons'], loop: ['UI icons', 'Communication and media'], manual: ['Automation', 'Automation system'], 'manual-only': ['Automation', 'Automation system'], 'measure-google': ['Maritime', 'Chart display'], 'media-live': ['UI icons', 'Communication and media'], 'media-pause-google': ['UI icons', 'Communication and media'], 'media-play-google': ['UI icons', 'Communication and media'], 'media-record': ['UI icons', 'Communication and media'], 'media-skip-next-google-f': ['UI icons', 'Communication and media'], 'media-skip-previous-google-f': ['UI icons', 'Communication and media'], 'megamenu-google': ['UI icons', 'General'], 'menu-iec': ['UI icons', 'General'], 'message-active-google': ['UI icons', 'Communication and media'], 'message-google': ['UI icons', 'Communication and media'], 'message-important-google': ['UI icons', 'Communication and media'], 'messages-iec': ['UI icons', 'General'], misc: ['Automation', 'Automation system'], monitoring: ['UI icons', 'General'], 'monitoring-route': ['Maritime', 'Navigation and operation'], moored: ['Maritime', 'Navigation and operation'], 'more-google': ['UI icons', 'General'], 'more-vertical-google': ['UI icons', 'General'], 'mosfet-ntype-1': ['Automation', 'Electricity'], 'mosfet-ntype-1-off': ['Automation', 'Electricity'], 'mosfet-ntype-1-on': ['Automation', 'Electricity'], 'mosfet-ntype-2': ['Automation', 'Electricity'], 'mosfet-ntype-2-off': ['Automation', 'Electricity'], 'mosfet-ntype-2-on': ['Automation', 'Electricity'], 'mosfet-ntype-3': ['Automation', 'Electricity'], 'mosfet-ntype-3-off': ['Automation', 'Electricity'], 'mosfet-ntype-3-on': ['Automation', 'Electricity'], 'mosfet-ntype-4': ['Automation', 'Electricity'], 'mosfet-ntype-4-off': ['Automation', 'Electricity'], 'mosfet-ntype-4-on': ['Automation', 'Electricity'], 'mosfet-ptype-1': ['Automation', 'Electricity'], 'mosfet-ptype-1-off': ['Automation', 'Electricity'], 'mosfet-ptype-1-on': ['Automation', 'Electricity'], 'mosfet-ptype-2': ['Automation', 'Electricity'], 'mosfet-ptype-2-off': ['Automation', 'Electricity'], 'mosfet-ptype-2-on': ['Automation', 'Electricity'], 'mosfet-ptype-3': ['Automation', 'Electricity'], 'mosfet-ptype-3-off': ['Automation', 'Electricity'], 'mosfet-ptype-3-on': ['Automation', 'Electricity'], 'mosfet-ptype-4': ['Automation', 'Electricity'], 'mosfet-ptype-4-off': ['Automation', 'Electricity'], 'mosfet-ptype-4-on': ['Automation', 'Electricity'], 'motion-relative-iec': ['Maritime', 'Navigation and operation'], 'motion-relative-proposal': ['Maritime', 'Navigation and operation'], 'motion-tm-reset-proposal-1': ['Maritime', 'Navigation and operation'], 'motion-tm-reset-proposal-2': ['Maritime', 'Navigation and operation'], 'motion-true-iec': ['Maritime', 'Navigation and operation'], 'motion-true-proposal': ['Maritime', 'Navigation and operation'], 'motor-off-horisontal': ['Automation', 'Motors, pumps and fans'], 'motor-off-vertical': ['Automation', 'Motors, pumps and fans'], 'motor-on-horisontal': ['Automation', 'Motors, pumps and fans'], 'motor-on-vertical': ['Automation', 'Motors, pumps and fans'], 'motor-static-horisontal': ['Automation', 'Motors, pumps and fans'], 'motor-static-vertical': ['Automation', 'Motors, pumps and fans'], move: ['Maritime', 'Navigation and operation'], 'msi-iec': ['Maritime', 'Chart display'], 'navigation-route': ['Maritime', 'Navigation and operation'], 'note-edit-proposal': ['UI icons', 'General'], notification: ['Alert icons', 'Additional alert icons'], 'notification-advice': ['Alert icons', 'Additional alert icons'], 'notification-advice-active': ['Alert icons', 'Additional alert icons'], 'notification-filled': ['Alert icons', 'Additional alert icons'], notunderway: ['Maritime', 'Navigation and operation'], 'object-derelict': ['Maritime', 'Objects and equipment'], 'object-flotsam': ['Maritime', 'Objects and equipment'], 'object-jetsam': ['Maritime', 'Objects and equipment'], 'object-lagan': ['Maritime', 'Objects and equipment'], off: ['Automation', 'Automation system'], 'off-iec': ['UI icons', 'General'], on: ['Automation', 'Automation system'], 'on-iec': ['UI icons', 'General'], 'on-off-iec': ['UI icons', 'General'], 'open-sea': ['Maritime', 'Navigation and operation'], 'own-ship-iec': ['Maritime', 'Targets'], 'own-ship-minimised-iec': ['Maritime', 'Targets'], 'own-ship-simplified-iec': ['Maritime', 'Targets'], 'ownship-minimised-sternline-iec': ['Maritime', 'Targets'], 'page-first-google': ['UI icons', 'General'], 'page-last-google': ['UI icons', 'General'], 'palette-color-calibrated-iec': ['UI icons', 'Systems and devices'], 'palette-day': ['UI icons', 'Systems and devices'], 'palette-day-bright': ['UI icons', 'Systems and devices'], 'palette-day-night-iec': ['UI icons', 'Systems and devices'], 'palette-dimming': ['UI icons', 'Systems and devices'], 'palette-dusk': ['UI icons', 'Systems and devices'], 'palette-night': ['UI icons', 'Systems and devices'], 'panel-illumination-iec': ['UI icons', 'Systems and devices'], 'panel-illumination-proposal': ['UI icons', 'Systems and devices'], 'partlycloudy-day': ['Weather & Environment', 'Forecast'], 'partlycloudy-day-colour': ['Weather & Environment', 'Forecast'], 'partlycloudy-night': ['Weather & Environment', 'Forecast'], 'partlycloudy-night-colour': ['Weather & Environment', 'Forecast'], 'partlycloudy-polartwilight': ['Weather & Environment', 'Forecast'], 'partlycloudy-polartwilight-colour': ['Weather & Environment', 'Forecast'], 'past-position-iec': ['Maritime', 'Targets'], 'piezoelectric-crystal': ['Automation', 'Electricity'], 'piezoelectric-crystal-off': ['Automation', 'Electricity'], 'piezoelectric-crystal-on': ['Automation', 'Electricity'], 'pilot-onboard': ['Maritime', 'Navigation and operation'], pilotage: ['Maritime', 'Navigation and operation'], 'pin-google': ['UI icons', 'General'], 'pin-selected-google': ['UI icons', 'General'], 'pipe-coming-from': ['Automation', 'Pipes, wires, lines and ducts'], 'pipe-corner': ['Automation', 'Pipes, wires, lines and ducts'], 'pipe-cross': ['Automation', 'Pipes, wires, lines and ducts'], 'pipe-direction': ['Automation', 'Pipes, wires, lines and ducts'], 'pipe-end-point': ['Automation', 'Pipes, wires, lines and ducts'], 'pipe-going-to': ['Automation', 'Pipes, wires, lines and ducts'], 'pipe-overlap': ['Automation', 'Pipes, wires, lines and ducts'], 'pipe-straight': ['Automation', 'Pipes, wires, lines and ducts'], 'pipe-threeway': ['Automation', 'Pipes, wires, lines and ducts'], pitch: ['Maritime', 'Navigation and operation'], placeholder: ['UI icons', 'General'], 'placeholder-device-off-f': ['UI icons', 'General'], 'placeholder-device-on': ['UI icons', 'General'], 'placeholder-device-static': ['UI icons', 'General'], 'plotted-position-iec': ['Maritime', 'Targets'], pls: ['Automation', 'Automation system'], 'pls-component': ['Automation', 'Automation system'], print: ['UI icons', 'General'], 'print-screen-iec': ['UI icons', 'General'], 'print-screen-proposal': ['UI icons', 'General'], propulsion: ['Maritime', 'Navigation and operation'], 'propulsion-azimuth-thruster': ['Maritime', 'Navigation and operation'], 'propulsion-main-engine': ['Maritime', 'Navigation and operation'], 'propulsion-rudder': ['Maritime', 'Navigation and operation'], 'propulsion-static': ['Maritime', 'Navigation and operation'], 'propulsion-tunnel-thruster': ['Maritime', 'Navigation and operation'], 'pump-off-horizontal': ['Automation', 'Motors, pumps and fans'], 'pump-off-vertical': ['Automation', 'Motors, pumps and fans'], 'pump-on-horizontal': ['Automation', 'Motors, pumps and fans'], 'pump-on-vertical': ['Automation', 'Motors, pumps and fans'], 'pump-static-horizontal': ['Automation', 'Motors, pumps and fans'], 'pump-static-vertical': ['Automation', 'Motors, pumps and fans'], 'push-button-off': ['Automation', 'Switches'], 'push-button-on': ['Automation', 'Switches'], 'radar-antenna-position-iec': ['Maritime', 'Targets'], 'radar-electronic-bearing-line-proposal': ['Maritime', 'Chart display'], 'radar-electronic-range-and-bearing-proposal': ['Maritime', 'Chart display'], 'radar-gain-iec': ['Maritime', 'Chart display'], 'radar-gain-proposal': ['Maritime', 'Chart display'], 'radar-iec': ['App Icons', 'App icons'], 'radar-long-pulse-iec': ['Maritime', 'Chart display'], 'radar-overlay-proposal': ['Maritime', 'Chart display'], 'radar-performance-monitor-iec': ['Maritime', 'Chart display'], 'radar-rain-iec': ['Maritime', 'Chart display'], 'radar-range-iec': ['Maritime', 'Chart display'], 'radar-range-proposal': ['Maritime', 'Chart display'], 'radar-sea-iec': ['Maritime', 'Chart display'], 'radar-settings-proposal': ['Maritime', 'Chart display'], 'radar-short-pulse-iec': ['Maritime', 'Chart display'], 'radar-standby-iec': ['Maritime', 'Chart display'], 'radar-target-acquisition-state-auto-iec': ['Maritime', 'Targets'], 'radar-target-acquisition-state-iec': ['Maritime', 'Targets'], 'radar-target-tracked-dangerous-iec': ['Maritime', 'Targets'], 'radar-target-tracked-dangerous-selected-iec': ['Maritime', 'Targets'], 'radar-target-tracked-iec': ['Maritime', 'Targets'], 'radar-target-tracked-selected-iec': ['Maritime', 'Targets'], 'radar-tune-iec': ['Maritime', 'Chart display'], 'radar-tune-proposal': ['Maritime', 'Chart display'], 'radar-variable-range-marker-proposal': ['Maritime', 'Chart display'], rain: ['Weather & Environment', 'Forecast'], 'rain-colour': ['Weather & Environment', 'Forecast'], 'rain-showers-day': ['Weather & Environment', 'Forecast'], 'rain-showers-day-colour': ['Weather & Environment', 'Forecast'], 'rain-showers-mon': ['Weather & Environment', 'Forecast'], 'rain-showers-mon-colour': ['Weather & Environment', 'Forecast'], 'rain-showers-polartwilight': ['Weather & Environment', 'Forecast'], 'rain-showers-polartwilight-colour': ['Weather & Environment', 'Forecast'], 'range-rings-iec': ['Maritime', 'Chart display'], 'rank-1': ['Maritime', 'Command and users'], 'rank-2': ['Maritime', 'Command and users'], 'rank-3': ['Maritime', 'Command and users'], 'rank-4': ['Maritime', 'Command and users'], 'rank-5': ['Maritime', 'Command and users'], 'rank-6': ['Maritime', 'Command and users'], 'record-event': ['Maritime', 'Chart display'], 'record-event-iec': ['Maritime', 'Chart display'], 'redo-iec': ['UI icons', 'General'], 'refresh-google': ['UI icons', 'General'], 'reorder-google': ['UI icons', 'General'], 'resistor-1': ['Automation', 'Electricity'], 'resistor-1-off': ['Automation', 'Electricity'], 'resistor-1-on': ['Automation', 'Electricity'], 'resistor-2': ['Automation', 'Electricity'], 'resistor-2-off': ['Automation', 'Electricity'], 'resistor-2-on': ['Automation', 'Electricity'], 'resistor-3': ['Automation', 'Electricity'], 'resistor-3-off': ['Automation', 'Electricity'], 'resistor-3-on': ['Automation', 'Electricity'], 'resistor-4': ['Automation', 'Electricity'], 'resistor-4-off': ['Automation', 'Electricity'], 'resistor-4-on': ['Automation', 'Electricity'], 'resistor-5': ['Automation', 'Electricity'], 'resistor-5-off': ['Automation', 'Electricity'], 'resistor-5-on': ['Automation', 'Electricity'], 'resize-bottom': ['UI icons', 'General'], 'resize-corner': ['UI icons', 'General'], 'resize-top': ['UI icons', 'General'], resize_center: ['UI icons', 'General'], rock: ['Maritime', 'Objects and equipment'], roll: ['Maritime', 'Navigation and operation'], rot: ['Maritime', 'Navigation and operation'], rotate: ['Maritime', 'Navigation and operation'], route: ['Maritime', 'Navigation and operation'], 'route-export-iec': ['Maritime', 'Chart display'], 'route-export-proposal': ['Maritime', 'Chart display'], 'route-import-iec': ['Maritime', 'Chart display'], 'route-import-proposal': ['Maritime', 'Chart display'], 'route-monitoring-proposal': ['Maritime', 'Navigation and operation'], 'route-plan-proposal': ['Maritime', 'Chart display'], 'route-planning': ['Maritime', 'Navigation and operation'], router: ['Automation', 'Electricity'], 'router-2': ['Automation', 'Electricity'], 'router-2-off': ['Automation', 'Electricity'], 'router-2-on': ['Automation', 'Electricity'], 'router-component': ['Automation', 'Automation system'], 'router-off': ['Automation', 'Electricity'], 'router-on': ['Automation', 'Electricity'], 'rowing-google': ['Maritime', 'Objects and equipment'], running: ['Alert icons', 'Additional alert icons'], 'running-color-iec': ['Alert icons', 'Alerts'], 'running-fill': ['Alert icons', 'Additional alert icons'], 's-mode': ['Maritime', 'Chart display'], 'satellite-full': ['UI icons', 'Systems and devices'], 'satellite-low': ['UI icons', 'Systems and devices'], 'satellite-medium': ['UI icons', 'Systems and devices'], 'satellite-off': ['UI icons', 'Systems and devices'], 'save-proposal': ['UI icons', 'General'], 'screen-desk': ['UI icons', 'Systems and devices'], 'screen-full-exit-google': ['UI icons', 'General'], 'screen-full-google': ['UI icons', 'General'], 'screen-pad': ['UI icons', 'General'], 'screen-quad': ['UI icons', 'General'], 'screen-recording': ['UI icons', 'General'], 'screen-shot': ['UI icons', 'General'], 'screen-split-bottom': ['UI icons', 'General'], 'screen-split-left': ['UI icons', 'General'], 'screen-split-right': ['UI icons', 'General'], 'screen-split-top': ['UI icons', 'General'], screens: ['App Icons', 'App icons'], search: ['UI icons', 'General'], 'sensor-gps-bad': ['UI icons', 'Systems and devices'], 'sensor-gps-full': ['UI icons', 'Systems and devices'], 'sensor-gps-low': ['UI icons', 'Systems and devices'], 'sensor-gps-medium': ['UI icons', 'Systems and devices'], 'sensor-gyro': ['UI icons', 'Systems and devices'], 'settings-default-iec': ['UI icons', 'General'], 'settings-default-proposal': ['UI icons', 'General'], 'settings-iec': ['UI icons', 'General'], 'settings-user-iec': ['UI icons', 'General'], 'settings-user-proposal': ['UI icons', 'General'], ship: ['App Icons', 'App icons'], 'ship-bulkcarrier': ['Maritime', 'Objects and equipment'], 'ship-carferry': ['Maritime', 'Objects and equipment'], 'ship-container': ['Maritime', 'Objects and equipment'], 'ship-fishing': ['Maritime', 'Objects and equipment'], 'ship-highspeed': ['Maritime', 'Objects and equipment'], 'ship-navy': ['Maritime', 'Objects and equipment'], 'ship-offshore': ['Maritime', 'Objects and equipment'], 'ship-passenger': ['Maritime', 'Objects and equipment'], 'ship-sailboat': ['Maritime', 'Objects and equipment'], 'ship-sailship': ['Maritime', 'Objects and equipment'], 'ship-tanker': ['Maritime', 'Objects and equipment'], 'ship-tugboat': ['Maritime', 'Objects and equipment'], 'ship-wreck-iec': ['Maritime', 'Targets'], 'ship-yacht': ['Maritime', 'Objects and equipment'], 'silence-iec': ['Alert icons', 'Alerts'], 'simplified-beacon-cardinal-east': ['Maritime', 'Paper chart symbols'], 'simplified-beacon-cardinal-north': ['Maritime', 'Paper chart symbols'], 'simplified-beacon-cardinal-south': ['Maritime', 'Paper chart symbols'], 'simplified-beacon-cardinal-west': ['Maritime', 'Paper chart symbols'], 'simplified-beacon-default': ['Maritime', 'Paper chart symbols'], 'simplified-beacon-isolated-danger': ['Maritime', 'Paper chart symbols'], 'simplified-beacon-major-lateral-red': ['Maritime', 'Paper chart symbols'], 'simplified-beacon-major-safe-water': ['Maritime', 'Paper chart symbols'], 'simplified-beacon-major-special-purpose': [ 'Maritime', 'Paper chart symbols', ], 'simplified-beacon-minor-lateral-green': ['Maritime', 'Paper chart symbols'], 'simplified-beacon-minor-lateral-red': ['Maritime', 'Paper chart symbols'], 'simplified-beacon-minor-safe-water': ['Maritime', 'Paper chart symbols'], 'simplified-beacon-minor-special-purpose': [ 'Maritime', 'Paper chart symbols', ], 'simplified-buoy-cardinal-east': ['Maritime', 'Paper chart symbols'], 'simplified-buoy-cardinal-north': ['Maritime', 'Paper chart symbols'], 'simplified-buoy-cardinal-south': ['Maritime', 'Paper chart symbols'], 'simplified-buoy-cardinal-west': ['Maritime', 'Paper chart symbols'], 'simplified-buoy-default': ['Maritime', 'Paper chart symbols'], 'simplified-buoy-installation-mooring': ['Maritime', 'Paper chart symbols'], 'simplified-buoy-lateral-can-green': ['Maritime', 'Paper chart symbols'], 'simplified-buoy-lateral-can-red': ['Maritime', 'Paper chart symbols'], 'simplified-buoy-lateral-conical-green': ['Maritime', 'Paper chart symbols'], 'simplified-buoy-lateral-conical-red': ['Maritime', 'Paper chart symbols'], 'simplified-buoy-light-float': ['Maritime', 'Paper chart symbols'], 'simplified-buoy-light-vessel': ['Maritime', 'Paper chart symbols'], 'simplified-buoy-safe-water': ['Maritime', 'Paper chart symbols'], 'simplified-buoy-special-purpose': ['Maritime', 'Paper chart symbols'], 'simplified-buoy-special-purpose-ice': ['Maritime', 'Paper chart symbols'], 'simplified-buoy-special-purpose-tss-port': [ 'Maritime', 'Paper chart symbols', ], 'simplified-buoy-special-purpose-tss-stbd': [ 'Maritime', 'Paper chart symbols', ], 'simplified-buoy-super': ['Maritime', 'Paper chart symbols'], 'simplified-simplified-buoy-isolated-danger': [ 'Maritime', 'Paper chart symbols', ], simulation: ['UI icons', 'Data and metrics'], 'sleet-showers-day': ['Weather & Environment', 'Forecast'], 'sleet-showers-day-colour': ['Weather & Environment', 'Forecast'], 'sleet-showers-night': ['Weather & Environment', 'Forecast'], 'sleet-showers-night-colour': ['Weather & Environment', 'Forecast'], 'sleet-showers-polartwilight': ['Weather & Environment', 'Forecast'], 'sleet-showers-polartwilight-colour': ['Weather & Environment', 'Forecast'], sleeth: ['Weather & Environment', 'Forecast'], 'sleeth-colour': ['Weather & Environment', 'Forecast'], 'slightlycloudy-day': ['Weather & Environment', 'Forecast'], 'slightlycloudy-day-colour': ['Weather & Environment', 'Forecast'], 'slightlycloudy-night': ['Weather & Environment', 'Forecast'], 'slightlycloudy-night-colour': ['Weather & Environment', 'Forecast'], 'slightlycloudy-polartwilight': ['Weather & Environment', 'Forecast'], 'slightlycloudy-polartwilight-colour': ['Weather & Environment', 'Forecast'], snow: ['Weather & Environment', 'Forecast'], 'snow-colour': ['Weather & Environment', 'Forecast'], 'snow-showers-day': ['Weather & Environment', 'Forecast'], 'snow-showers-day-colour': ['Weather & Environment', 'Forecast'], 'snow-showers-night': ['Weather & Environment', 'Forecast'], 'snow-showers-night-colour': ['Weather & Environment', 'Forecast'], 'snow-showers-polartwilight': ['Weather & Environment', 'Forecast'], 'snow-showers-polartwilight-colour': ['Weather & Environment', 'Forecast'], sog: ['Maritime', 'Navigation and operation'], 'sort-google': ['UI icons', 'General'], sound: ['UI icons', 'Systems and devices'], 'sound-fill': ['UI icons', 'Systems and devices'], 'sound-low': ['UI icons', 'Systems and devices'], 'sound-low-fill': ['UI icons', 'Systems and devices'], 'sound-muted': ['UI icons', 'Systems and devices'], 'sound-muted-fill': ['UI icons', 'Systems and devices'], 'sound-no': ['UI icons', 'Systems and devices'], 'sound-no-fill': ['UI icons', 'Systems and devices'], 'sound-unavailable': ['UI icons', 'Systems and devices'], 'sound-unavailable-fill': ['UI icons', 'Systems and devices'], 'sources-01': ['Automation', 'Electricity'], 'sources-01-off': ['Automation', 'Electricity'], 'sources-01-on': ['Automation', 'Electricity'], 'sources-02': ['Automation', 'Electricity'], 'sources-02-off': ['Automation', 'Electricity'], 'sources-02-on': ['Automation', 'Electricity'], 'sources-03': ['Automation', 'Electricity'], 'sources-03-off': ['Automation', 'Electricity'], 'sources-03-on': ['Automation', 'Electricity'], 'sources-04': ['Automation', 'Electricity'], 'sources-04-off': ['Automation', 'Electricity'], 'sources-04-on': ['Automation', 'Electricity'], 'sources-05': ['Automation', 'Electricity'], 'sources-05-off': ['Automation', 'Electricity'], 'sources-05-on': ['Automation', 'Electricity'], speaker: ['Automation', 'Electricity'], 'speaker-off': ['Automation', 'Electricity'], 'speaker-on': ['Automation', 'Electricity'], speed: ['UI icons', 'Data and metrics'], 'speed-good': ['UI icons', 'Data and metrics'], 'speed-high': ['UI icons', 'Data and metrics'], 'speed-low': ['UI icons', 'Data and metrics'], 'stabilisation-indicator-ground-iec': ['Maritime', 'Targets'], 'stabilisation-indicator-water-iec': ['Maritime', 'Targets'], standby: ['Automation', 'Automation system'], 'standby-iec': ['UI icons', 'General'], star: ['UI icons', 'General'], 'star-selected': ['UI icons', 'General'], stw: ['Maritime', 'Navigation and operation'], 'support-google': ['UI icons', 'General'], surfing: ['Maritime', 'Objects and equipment'], swell: ['Weather & Environment', 'General'], swimming: ['Maritime', 'Objects and equipment'], 'switch-01-off': ['Automation', 'Switches'], 'switch-01-on': ['Automation', 'Switches'], 'switch-02-off': ['Automation', 'Switches'], 'switch-02-on': ['Automation', 'Switches'], 'switch-03-off': ['Automation', 'Switches'], 'switch-03-on': ['Automation', 'Switches'], 'switch-horizontal-off': ['Automation', 'Switches'], 'switch-horizontal-off-large': ['Automation', 'Switches'], 'switch-horizontal-on': ['Automation', 'Switches'], 'switch-horizontal-on-large': ['Automation', 'Switches'], 'sync-google': ['UI icons', 'General'], system: ['Automation', 'Automation system'], table: ['UI icons', 'General'], tank: ['Maritime', 'Objects and equipment'], 'target-associated-ais-camera': ['Maritime', 'Targets'], 'target-associated-camera-radar': ['Maritime', 'Targets'], 'target-associated-radar-camera': ['Maritime', 'Targets'], 'target-camera': ['Maritime', 'Targets'], 'target-cancel-all-iec': ['Maritime', 'Chart display'], 'target-cancel-iec': ['Maritime', 'Chart display'], 'target-priority-ais-iec': ['Maritime', 'Chart display'], 'target-priority-radar-iec': ['Maritime', 'Chart display'], 'target-select-iec': ['Maritime', 'Chart display'], 'target-settings-proposal': ['Maritime', 'Chart display'], 'temp-cold': ['Automation', 'Automation system'], 'temp-hot': ['Automation', 'Automation system'], 'temp-hotcold': ['Automation', 'Automation system'], temperature: ['Weather & Environment', 'General'], 'text-icon': ['UI icons', 'General'], 'threeway-acuator-generic-closed': ['Automation', 'Valves '], 'threeway-acuator-generic-closed-bottom': ['Automation', 'Valves '], 'threeway-acuator-generic-closed-left': ['Automation', 'Valves '], 'threeway-acuator-generic-closed-right': ['Automation', 'Valves '], 'threeway-acuator-generic-inleft-bottom-0': ['Automation', 'Valves '], 'threeway-acuator-generic-inleft-bottom-100': ['Automation', 'Valves '], 'threeway-acuator-generic-inleft-bottom-25': ['Automation', 'Valves '], 'threeway-acuator-generic-inleft-bottom-50': ['Automation', 'Valves '], 'threeway-acuator-generic-inleft-bottom-75': ['Automation', 'Valves '], 'threeway-acuator-generic-inleft-left-0': ['Automation', 'Valves '], 'threeway-acuator-generic-inleft-left-100': ['Automation', 'Valves '], 'threeway-acuator-generic-inleft-left-25': ['Automation', 'Valves '], 'threeway-acuator-generic-inleft-left-50': ['Automation', 'Valves '], 'threeway-acuator-generic-inleft-left-75': ['Automation', 'Valves '], 'threeway-acuator-generic-inleft-right-0': ['Automation', 'Valves '], 'threeway-acuator-generic-inleft-right-100': ['Automation', 'Valves '], 'threeway-acuator-generic-inleft-right-25': ['Automation', 'Valves '], 'threeway-acuator-generic-inleft-right-50': ['Automation', 'Valves '], 'threeway-acuator-generic-inleft-right-75': ['Automation', 'Valves '], 'threeway-acuator-generic-open': ['Automation', 'Valves '], 'threeway-acuator-piston-closed': ['Automation', 'Valves '], 'threeway-acuator-piston-closed-bottom': ['Automation', 'Valves '], 'threeway-acuator-piston-closed-left': ['Automation', 'Valves '], 'threeway-acuator-piston-closed-right': ['Automation', 'Valves '], 'threeway-acuator-piston-inleft-bottom-0': ['Automation', 'Valves '], 'threeway-acuator-piston-inleft-bottom-100': ['Automation', 'Valves '], 'threeway-acuator-piston-inleft-bottom-25': ['Automation', 'Valves '], 'threeway-acuator-piston-inleft-bottom-50': ['Automation', 'Valves '], 'threeway-acuator-piston-inleft-bottom-75': ['Automation', 'Valves '], 'threeway-acuator-piston-inleft-left-0': ['Automation', 'Valves '], 'threeway-acuator-piston-inleft-left-100': ['Automation', 'Valves '], 'threeway-acuator-piston-inleft-left-25': ['Automation', 'Valves '], 'threeway-acuator-piston-inleft-left-50': ['Automation', 'Valves '], 'threeway-acuator-piston-inleft-left-75': ['Automation', 'Valves '], 'threeway-acuator-piston-inleft-right-0': ['Automation', 'Valves '], 'threeway-acuator-piston-inleft-right-100': ['Automation', 'Valves '], 'threeway-acuator-piston-inleft-right-25': ['Automation', 'Valves '], 'threeway-acuator-piston-inleft-right-50': ['Automation', 'Valves '], 'threeway-acuator-piston-inleft-right-75': ['Automation', 'Valves '], 'threeway-acuator-piston-open': ['Automation', 'Valves '], 'threeway-analog-closed': ['Automation', 'Valves '], 'threeway-analog-inleft-bottom-0': ['Automation', 'Valves '], 'threeway-analog-inleft-bottom-100': ['Automation', 'Valves '], 'threeway-analog-inleft-bottom-25': ['Automation', 'Valves '], 'threeway-analog-inleft-bottom-50': ['Automation', 'Valves '], 'threeway-analog-inleft-bottom-75': ['Automation', 'Valves '], 'threeway-analog-inleft-left-0': ['Automation', 'Valves '], 'threeway-analog-inleft-left-100': ['Automation', 'Valves '], 'threeway-analog-inleft-left-25': ['Automation', 'Valves '], 'threeway-analog-inleft-left-50': ['Automation', 'Valves '], 'threeway-analog-inleft-left-75': ['Automation', 'Valves '], 'threeway-analog-inleft-right-0': ['Automation', 'Valves '], 'threeway-analog-inleft-right-100': ['Automation', 'Valves '], 'threeway-analog-inleft-right-25': ['Automation', 'Valves '], 'threeway-analog-inleft-right-50': ['Automation', 'Valves '], 'threeway-analog-inleft-right-75': ['Automation', 'Valves '], 'threeway-digital-closed': ['Automation', 'Valves '], 'threeway-digital-closed-bottom': ['Automation', 'Valves '], 'threeway-digital-closed-left': ['Automation', 'Valves '], 'threeway-digital-closed-right': ['Automation', 'Valves '], 'threeway-digital-open': ['Automation', 'Valves '], 'threeway-digital-static': ['Automation', 'Valves '], 'threeway-stacked-closed': ['Automation', 'Valves '], 'threeway-stacked-closed-bottom': ['Automation', 'Valves '], 'threeway-stacked-closed-left': ['Automation', 'Valves '], 'threeway-stacked-closed-right': ['Automation', 'Valves '], 'threeway-stacked-inleft-bottom-0': ['Automation', 'Valves '], 'threeway-stacked-inleft-bottom-100': ['Automation', 'Valves '], 'threeway-stacked-inleft-bottom-25': ['Automation', 'Valves '], 'threeway-stacked-inleft-bottom-50': ['Automation', 'Valves '], 'threeway-stacked-inleft-bottom-75': ['Automation', 'Valves '], 'threeway-stacked-inleft-left-0': ['Automation', 'Valves '], 'threeway-stacked-inleft-left-100': ['Automation', 'Valves '], 'threeway-stacked-inleft-left-25': ['Automation', 'Valves '], 'threeway-stacked-inleft-left-50': ['Automation', 'Valves '], 'threeway-stacked-inleft-left-75': ['Automation', 'Valves '], 'threeway-stacked-inleft-right-0': ['Automation', 'Valves '], 'threeway-stacked-inleft-right-100': ['Automation', 'Valves '], 'threeway-stacked-inleft-right-25': ['Automation', 'Valves '], 'threeway-stacked-inleft-right-50': ['Automation', 'Valves '], 'threeway-stacked-inleft-right-75': ['Automation', 'Valves '], 'threeway-stacked-open': ['Automation', 'Valves '], 'tidal-iec': ['Maritime', 'Targets'], tide: ['Weather & Environment', 'General'], 'tide-high': ['Weather & Environment', 'General'], 'tide-low': ['Weather & Environment', 'General'], 'time-google': ['UI icons', 'General'], 'time-less': ['UI icons', 'Data and metrics'], 'time-more': ['UI icons', 'Data and metrics'], 'track-no': ['Maritime', 'Navigation and operation'], 'track-off-port': ['Maritime', 'Navigation and operation'], 'track-off-strb': ['Maritime', 'Navigation and operation'], 'track-on': ['Maritime', 'Navigation and operation'], 'transformer-01': ['Automation', 'Electricity'], 'transformer-01-off': ['Automation', 'Electricity'], 'transformer-01-on': ['Automation', 'Electricity'], 'transformer-02': ['Automation', 'Electricity'], 'transformer-02-off': ['Automation', 'Electricity'], 'transformer-02-on': ['Automation', 'Electricity'], trend: ['UI icons', 'Data and metrics'], 'trend-down': ['UI icons', 'Data and metrics'], 'trend-up': ['UI icons', 'Data and metrics'], 'trial-settings-proposal': ['Maritime', 'Chart display'], trophy: ['UI icons', 'Data and metrics'], 'true-relative-vector-iec': ['Maritime', 'Chart display'], 'true-relative-vector-proposal': ['Maritime', 'Chart display'], turn: ['Maritime', 'Navigation and operation'], 'twoway-acuator-general-10': ['Automation', 'Valves '], 'twoway-acuator-general-25': ['Automation', 'Valves '], 'twoway-acuator-general-50': ['Automation', 'Valves '], 'twoway-acuator-general-75': ['Automation', 'Valves '], 'twoway-acuator-general-closed': ['Automation', 'Valves '], 'twoway-acuator-general-closed-left': ['Automation', 'Valves '], 'twoway-acuator-general-closed-right': ['Automation', 'Valves '], 'twoway-acuator-general-open': ['Automation', 'Valves '], 'twoway-acuator-piston-10': ['Automation', 'Valves '], 'twoway-acuator-piston-25': ['Automation', 'Valves '], 'twoway-acuator-piston-50': ['Automation', 'Valves '], 'twoway-acuator-piston-75': ['Automation', 'Valves '], 'twoway-acuator-piston-closed': ['Automation', 'Valves '], 'twoway-acuator-piston-closed-left': ['Automation', 'Valves '], 'twoway-acuator-piston-closed-right': ['Automation', 'Valves '], 'twoway-acuator-piston-open': ['Automation', 'Valves '], 'twoway-analog-10': ['Automation', 'Valves '], 'twoway-analog-25': ['Automation', 'Valves '], 'twoway-analog-50': ['Automation', 'Valves '], 'twoway-analog-75': ['Automation', 'Valves '], 'twoway-analog-closed': ['Automation', 'Valves '], 'twoway-analog-open': ['Automation', 'Valves '], 'twoway-digital-closed': ['Automation', 'Valves '], 'twoway-digital-non-return': ['Automation', 'Valves '], 'twoway-digital-open': ['Automation', 'Valves '], 'twoway-digital-static': ['Automation', 'Valves '], 'twoway-stacked-10': ['Automation', 'Valves '], 'twoway-stacked-25': ['Automation', 'Valves '], 'twoway-stacked-50': ['Automation', 'Valves '], 'twoway-stacked-75': ['Automation', 'Valves '], 'twoway-stacked-closed': ['Automation', 'Valves '], 'twoway-stacked-closed-left': ['Automation', 'Valves '], 'twoway-stacked-closed-right': ['Automation', 'Valves '], 'twoway-stacked-open': ['Automation', 'Valves '], underwaysailing: ['Maritime', 'Navigation and operation'], underwayusingengine: ['Maritime', 'Navigation and operation'], 'undo-iec': ['UI icons', 'General'], 'unfold-less-google': ['UI icons', 'General'], 'unfold-more-google': ['UI icons', 'General'], unknownobject: ['Maritime', 'Objects and equipment'], 'up-iec': ['UI icons', 'General'], usb: ['UI icons', 'Systems and devices'], 'usb-stick': ['UI icons', 'Systems and devices'], user: ['Maritime', 'Command and users'], 'user-google': ['Maritime', 'Command and users'], 'user-profiles': ['Maritime', 'Command and users'], 'user-settings': ['Maritime', 'Command and users'], 'view-gallery-google': ['UI icons', 'General'], 'view-single-google': ['UI icons', 'General'], 'visibility-off-google': ['UI icons', 'General'], 'visibility-on-google': ['UI icons', 'General'], volume: ['Automation', 'Electricity'], 'volume-off': ['Automation', 'Electricity'], 'volume-on': ['Automation', 'Electricity'], voyages: ['Maritime', 'Navigation and operation'], 'warning-acknowledged-iec': ['Alert icons', 'Alerts'], 'warning-badge': ['Alert icons', 'Additional alert icons'], 'warning-google': ['Alert icons', 'Additional alert icons'], 'warning-noack-iec': ['Alert icons', 'Alerts'], 'warning-rectified': ['Alert icons', 'Additional alert icons'], 'warning-rectified-iec': ['Alert icons', 'Alerts'], 'warning-silenced-iec': ['Alert icons', 'Alerts'], 'warning-transferred-iec': ['Alert icons', 'Alerts'], 'warning-unacknowledged-iec': ['Alert icons', 'Alerts'], wave: ['Weather & Environment', 'General'], 'waypoint-active-iec': ['Maritime', 'Targets'], 'waypoint-add-iec': ['Maritime', 'Chart display'], 'waypoint-delete-iec': ['Maritime', 'Chart display'], 'waypoint-edit-iec': ['Maritime', 'Chart display'], 'waypoint-next-iec': ['Maritime', 'Targets'], 'waypoint-optional-iec': ['Maritime', 'Targets'], weather: ['Weather & Environment', 'General'], whale: ['Maritime', 'Objects and equipment'], 'widget-add-google': ['UI icons', 'General'], 'wifi-bad-google': ['UI icons', 'Systems and devices'], 'wifi-off-google': ['UI icons', 'Systems and devices'], 'wifi2-google': ['UI icons', 'Systems and devices'], 'wifi2-off-google': ['UI icons', 'Systems and devices'], 'wifistrengt-0-google': ['UI icons', 'Systems and devices'], 'wifistrengt-1-google': ['UI icons', 'Systems and devices'], 'wifistrengt-2-google': ['UI icons', 'Systems and devices'], 'wifistrengt-3-google': ['UI icons', 'Systems and devices'], 'wifistrengt-4-google': ['UI icons', 'Systems and devices'], winch: ['Maritime', 'Objects and equipment'], wind: ['Weather & Environment', 'General'], 'wind-1': ['Weather & Environment', 'General'], 'wind-10': ['Weather & Environment', 'General'], 'wind-11': ['Weather & Environment', 'General'], 'wind-12': ['Weather & Environment', 'General'], 'wind-13': ['Weather & Environment', 'General'], 'wind-2': ['Weather & Environment', 'General'], 'wind-3': ['Weather & Environment', 'General'], 'wind-4': ['Weather & Environment', 'General'], 'wind-5': ['Weather & Environment', 'General'], 'wind-6': ['Weather & Environment', 'General'], 'wind-7': ['Weather & Environment', 'General'], 'wind-8': ['Weather & Environment', 'General'], 'wind-9': ['Weather & Environment', 'General'], 'wind-turbine-land': ['Maritime', 'Objects and equipment'], 'wind-turbine-ocean': ['Maritime', 'Objects and equipment'], wiper: ['Maritime', 'Objects and equipment'], 'wiper-fluid': ['Maritime', 'Objects and equipment'], wipers: ['App Icons', 'App icons'], 'wire-coming-from': ['Automation', 'Pipes, wires, lines and ducts'], 'wire-corner': ['Automation', 'Pipes, wires, lines and ducts'], 'wire-cross': ['Automation', 'Pipes, wires, lines and ducts'], 'wire-direction': ['Automation', 'Pipes, wires, lines and ducts'], 'wire-end-point': ['Automation', 'Pipes, wires, lines and ducts'], 'wire-going-to': ['Automation', 'Pipes, wires, lines and ducts'], 'wire-overlap': ['Automation', 'Pipes, wires, lines and ducts'], 'wire-straight': ['Automation', 'Pipes, wires, lines and ducts'], 'wire-threeway': ['Automation', 'Pipes, wires, lines and ducts'], wrench: ['UI icons', 'General'], yaw: ['Maritime', 'Navigation and operation'], }"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "iconIds",
          "declaration": {
            "name": "iconIds",
            "module": "src/icons/names.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/svghelpers/circle.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "circle",
          "parameters": [
            {
              "name": "id",
              "type": {
                "text": "string"
              }
            },
            {
              "name": "data",
              "type": {
                "text": "{\n    radius: number;\n    strokeWidth: number;\n    strokeColor: string;\n    strokePosition: 'inside' | 'outside' | 'center';\n    fillColor: string;\n  }"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "ringOutside",
          "parameters": [
            {
              "name": "id",
              "type": {
                "text": "string"
              }
            },
            {
              "name": "data",
              "type": {
                "text": "{radius: number; strokeWidth: number; strokeColor: string}"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "circle",
          "declaration": {
            "name": "circle",
            "module": "src/svghelpers/circle.ts"
          }
        },
        {
          "kind": "js",
          "name": "ringOutside",
          "declaration": {
            "name": "ringOutside",
            "module": "src/svghelpers/circle.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/svghelpers/index.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "circle",
          "declaration": {
            "name": "circle",
            "module": "./circle"
          }
        },
        {
          "kind": "js",
          "name": "ringOutside",
          "declaration": {
            "name": "ringOutside",
            "module": "./circle"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/svghelpers/rectangular.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "rect",
          "parameters": [
            {
              "name": "id",
              "type": {
                "text": "string"
              }
            },
            {
              "name": "data",
              "type": {
                "text": "{\n    width: number;\n    height: number;\n    strokeWidth: number;\n    strokeColor: string;\n    fillColor: string;\n    borderRadius: number;\n    strokePosition: 'inside' | 'outside';\n    y?: number;\n  }"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "rect",
          "declaration": {
            "name": "rect",
            "module": "src/svghelpers/rectangular.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/svghelpers/roundedArch.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "roundedArch",
          "parameters": [
            {
              "name": "{\n  startAngle,\n  endAngle,\n  r,\n  R,\n  roundOutsideCut,\n  roundInsideCut,\n}",
              "type": {
                "text": "{\n  startAngle: number;\n  R: number;\n  r: number;\n  endAngle: number;\n  roundOutsideCut: boolean;\n  roundInsideCut: boolean;\n}"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "roundedArch",
          "declaration": {
            "name": "roundedArch",
            "module": "src/svghelpers/roundedArch.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/automation/automation-button/automation-button.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcAutomationButton",
          "members": [
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "AutomationButtonSize"
              },
              "attribute": "size"
            },
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "AutomationButtonVariant"
              },
              "attribute": "variant"
            },
            {
              "kind": "field",
              "name": "state",
              "type": {
                "text": "AutomationButtonState"
              },
              "attribute": "state"
            },
            {
              "kind": "field",
              "name": "labels",
              "type": {
                "text": "AutomationButtonLabel[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "labelPosition",
              "type": {
                "text": "AutomationButtonLabelPosition"
              },
              "attribute": "labelPosition"
            },
            {
              "kind": "field",
              "name": "labelSize",
              "type": {
                "text": "AutomationButtonLabelSize"
              },
              "attribute": "labelSize"
            },
            {
              "kind": "field",
              "name": "labelStyle",
              "type": {
                "text": "AutomationBottonLabelStyle"
              },
              "attribute": "labelStyle"
            },
            {
              "kind": "field",
              "name": "alert",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "alert"
            },
            {
              "kind": "field",
              "name": "progress",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "progress"
            },
            {
              "kind": "field",
              "name": "direction",
              "type": {
                "text": "AutomationButtonDirection"
              },
              "attribute": "direction"
            },
            {
              "kind": "method",
              "name": "getProgressSpinner",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "null | HTMLTemplateResult"
                }
              }
            },
            {
              "kind": "method",
              "name": "getDirectionIcon",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "null | HTMLTemplateResult"
                }
              }
            }
          ],
          "attributes": [
            {
              "name": "size",
              "type": {
                "text": "AutomationButtonSize"
              },
              "fieldName": "size"
            },
            {
              "name": "variant",
              "type": {
                "text": "AutomationButtonVariant"
              },
              "fieldName": "variant"
            },
            {
              "name": "state",
              "type": {
                "text": "AutomationButtonState"
              },
              "fieldName": "state"
            },
            {
              "name": "labelPosition",
              "type": {
                "text": "AutomationButtonLabelPosition"
              },
              "fieldName": "labelPosition"
            },
            {
              "name": "labelSize",
              "type": {
                "text": "AutomationButtonLabelSize"
              },
              "fieldName": "labelSize"
            },
            {
              "name": "labelStyle",
              "type": {
                "text": "AutomationBottonLabelStyle"
              },
              "fieldName": "labelStyle"
            },
            {
              "name": "alert",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "alert"
            },
            {
              "name": "progress",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "progress"
            },
            {
              "name": "direction",
              "type": {
                "text": "AutomationButtonDirection"
              },
              "fieldName": "direction"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-automation-button",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcAutomationButton",
          "declaration": {
            "name": "ObcAutomationButton",
            "module": "src/automation/automation-button/automation-button.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-automation-button",
          "declaration": {
            "name": "ObcAutomationButton",
            "module": "src/automation/automation-button/automation-button.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/automation/automation-input-modal/automation-input-modal.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcAutomationInputModal",
          "members": [],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-automation-input-modal",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcAutomationInputModal",
          "declaration": {
            "name": "ObcAutomationInputModal",
            "module": "src/automation/automation-input-modal/automation-input-modal.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-automation-input-modal",
          "declaration": {
            "name": "ObcAutomationInputModal",
            "module": "src/automation/automation-input-modal/automation-input-modal.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/automation/automation-readout/automation-readout.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcAutomationReadout",
          "members": [
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "unit",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "unit"
            },
            {
              "kind": "field",
              "name": "numberOfDigits",
              "type": {
                "text": "number"
              },
              "default": "3",
              "attribute": "numberOfDigits"
            },
            {
              "kind": "field",
              "name": "position",
              "type": {
                "text": "AutomationReadoutPosition"
              },
              "attribute": "position"
            },
            {
              "kind": "field",
              "name": "lineType",
              "type": {
                "text": "LineType | undefined"
              },
              "default": "undefined",
              "attribute": "lineType"
            },
            {
              "kind": "method",
              "name": "getLineWidth",
              "return": {
                "type": {
                  "text": "number"
                }
              }
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "value"
            },
            {
              "name": "unit",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "unit"
            },
            {
              "name": "numberOfDigits",
              "type": {
                "text": "number"
              },
              "default": "3",
              "fieldName": "numberOfDigits"
            },
            {
              "name": "position",
              "type": {
                "text": "AutomationReadoutPosition"
              },
              "fieldName": "position"
            },
            {
              "name": "lineType",
              "type": {
                "text": "LineType | undefined"
              },
              "default": "undefined",
              "fieldName": "lineType"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-automation-readout",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcAutomationReadout",
          "declaration": {
            "name": "ObcAutomationReadout",
            "module": "src/automation/automation-readout/automation-readout.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-automation-readout",
          "declaration": {
            "name": "ObcAutomationReadout",
            "module": "src/automation/automation-readout/automation-readout.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/automation/automation-tank/automation-tank.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcAutomationTank",
          "members": [
            {
              "kind": "field",
              "name": "medium",
              "type": {
                "text": "LineMedium"
              },
              "attribute": "medium"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "max",
              "type": {
                "text": "number"
              },
              "default": "100",
              "attribute": "max"
            },
            {
              "kind": "field",
              "name": "trend",
              "type": {
                "text": "TankTrend"
              },
              "attribute": "trend"
            },
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "TankVariant"
              },
              "attribute": "variant"
            },
            {
              "kind": "field",
              "name": "tag",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "tag"
            },
            {
              "kind": "method",
              "name": "trendIcon",
              "return": {
                "type": {
                  "text": "HTMLTemplateResult"
                }
              }
            }
          ],
          "attributes": [
            {
              "name": "medium",
              "type": {
                "text": "LineMedium"
              },
              "fieldName": "medium"
            },
            {
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "value"
            },
            {
              "name": "max",
              "type": {
                "text": "number"
              },
              "default": "100",
              "fieldName": "max"
            },
            {
              "name": "trend",
              "type": {
                "text": "TankTrend"
              },
              "fieldName": "trend"
            },
            {
              "name": "variant",
              "type": {
                "text": "TankVariant"
              },
              "fieldName": "variant"
            },
            {
              "name": "tag",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "tag"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-automation-tank",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcAutomationTank",
          "declaration": {
            "name": "ObcAutomationTank",
            "module": "src/automation/automation-tank/automation-tank.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-automation-tank",
          "declaration": {
            "name": "ObcAutomationTank",
            "module": "src/automation/automation-tank/automation-tank.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/automation/corner-line/corner-line.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcCornerLine",
          "members": [
            {
              "kind": "field",
              "name": "medium",
              "type": {
                "text": "LineMedium"
              },
              "attribute": "medium"
            },
            {
              "kind": "field",
              "name": "direction",
              "type": {
                "text": "CornerLineDirectionType"
              },
              "attribute": "direction"
            },
            {
              "kind": "field",
              "name": "lineType",
              "type": {
                "text": "LineType"
              },
              "attribute": "lineType"
            }
          ],
          "attributes": [
            {
              "name": "medium",
              "type": {
                "text": "LineMedium"
              },
              "fieldName": "medium"
            },
            {
              "name": "direction",
              "type": {
                "text": "CornerLineDirectionType"
              },
              "fieldName": "direction"
            },
            {
              "name": "lineType",
              "type": {
                "text": "LineType"
              },
              "fieldName": "lineType"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-corner-line",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcCornerLine",
          "declaration": {
            "name": "ObcCornerLine",
            "module": "src/automation/corner-line/corner-line.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-corner-line",
          "declaration": {
            "name": "ObcCornerLine",
            "module": "src/automation/corner-line/corner-line.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/automation/direction-line/direction-line.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcDirectionLine",
          "members": [
            {
              "kind": "field",
              "name": "medium",
              "type": {
                "text": "LineMedium"
              },
              "attribute": "medium"
            },
            {
              "kind": "field",
              "name": "lineType",
              "type": {
                "text": "LineType"
              },
              "attribute": "lineType"
            }
          ],
          "attributes": [
            {
              "name": "medium",
              "type": {
                "text": "LineMedium"
              },
              "fieldName": "medium"
            },
            {
              "name": "lineType",
              "type": {
                "text": "LineType"
              },
              "fieldName": "lineType"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-direction-line",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcDirectionLine",
          "declaration": {
            "name": "ObcDirectionLine",
            "module": "src/automation/direction-line/direction-line.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-direction-line",
          "declaration": {
            "name": "ObcDirectionLine",
            "module": "src/automation/direction-line/direction-line.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/automation/end-point-line/end-point-line.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcEndPointLine",
          "members": [
            {
              "kind": "field",
              "name": "medium",
              "type": {
                "text": "LineMedium"
              },
              "attribute": "medium"
            },
            {
              "kind": "field",
              "name": "direction",
              "type": {
                "text": "EndPointDirection"
              },
              "attribute": "direction"
            },
            {
              "kind": "field",
              "name": "lineType",
              "type": {
                "text": "LineType"
              },
              "attribute": "lineType"
            }
          ],
          "attributes": [
            {
              "name": "medium",
              "type": {
                "text": "LineMedium"
              },
              "fieldName": "medium"
            },
            {
              "name": "direction",
              "type": {
                "text": "EndPointDirection"
              },
              "fieldName": "direction"
            },
            {
              "name": "lineType",
              "type": {
                "text": "LineType"
              },
              "fieldName": "lineType"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-end-point-line",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcEndPointLine",
          "declaration": {
            "name": "ObcEndPointLine",
            "module": "src/automation/end-point-line/end-point-line.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-end-point-line",
          "declaration": {
            "name": "ObcEndPointLine",
            "module": "src/automation/end-point-line/end-point-line.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/automation/horizontal-line/horizontal-line.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcHorizontalLine",
          "members": [
            {
              "kind": "field",
              "name": "medium",
              "type": {
                "text": "LineMedium"
              },
              "attribute": "medium"
            },
            {
              "kind": "field",
              "name": "lineType",
              "type": {
                "text": "LineType"
              },
              "attribute": "lineType"
            },
            {
              "kind": "field",
              "name": "length",
              "type": {
                "text": "number"
              },
              "default": "1",
              "attribute": "length"
            }
          ],
          "attributes": [
            {
              "name": "medium",
              "type": {
                "text": "LineMedium"
              },
              "fieldName": "medium"
            },
            {
              "name": "lineType",
              "type": {
                "text": "LineType"
              },
              "fieldName": "lineType"
            },
            {
              "name": "length",
              "type": {
                "text": "number"
              },
              "default": "1",
              "fieldName": "length"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-horizontal-line",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcHorizontalLine",
          "declaration": {
            "name": "ObcHorizontalLine",
            "module": "src/automation/horizontal-line/horizontal-line.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-horizontal-line",
          "declaration": {
            "name": "ObcHorizontalLine",
            "module": "src/automation/horizontal-line/horizontal-line.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/automation/line-cross/line-cross.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcLineCross",
          "members": [
            {
              "kind": "field",
              "name": "medium",
              "type": {
                "text": "LineMedium"
              },
              "attribute": "medium"
            },
            {
              "kind": "field",
              "name": "lineType",
              "type": {
                "text": "LineType"
              },
              "attribute": "lineType"
            }
          ],
          "attributes": [
            {
              "name": "medium",
              "type": {
                "text": "LineMedium"
              },
              "fieldName": "medium"
            },
            {
              "name": "lineType",
              "type": {
                "text": "LineType"
              },
              "fieldName": "lineType"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-line-cross",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcLineCross",
          "declaration": {
            "name": "ObcLineCross",
            "module": "src/automation/line-cross/line-cross.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-line-cross",
          "declaration": {
            "name": "ObcLineCross",
            "module": "src/automation/line-cross/line-cross.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/automation/line-overlap/line-overlap.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcLineOverlap",
          "members": [
            {
              "kind": "field",
              "name": "medium",
              "type": {
                "text": "LineMedium"
              },
              "attribute": "medium"
            },
            {
              "kind": "field",
              "name": "lineType",
              "type": {
                "text": "LineType"
              },
              "attribute": "lineType"
            }
          ],
          "attributes": [
            {
              "name": "medium",
              "type": {
                "text": "LineMedium"
              },
              "fieldName": "medium"
            },
            {
              "name": "lineType",
              "type": {
                "text": "LineType"
              },
              "fieldName": "lineType"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-line-overlap",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcLineOverlap",
          "declaration": {
            "name": "ObcLineOverlap",
            "module": "src/automation/line-overlap/line-overlap.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-line-overlap",
          "declaration": {
            "name": "ObcLineOverlap",
            "module": "src/automation/line-overlap/line-overlap.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/automation/three-way-line/three-way-line.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcThreeWayLine",
          "members": [
            {
              "kind": "field",
              "name": "medium",
              "type": {
                "text": "LineMedium"
              },
              "attribute": "medium"
            },
            {
              "kind": "field",
              "name": "direction",
              "type": {
                "text": "ThreeWayLineDirection"
              },
              "attribute": "direction"
            },
            {
              "kind": "field",
              "name": "lineType",
              "type": {
                "text": "LineType"
              },
              "attribute": "lineType"
            }
          ],
          "attributes": [
            {
              "name": "medium",
              "type": {
                "text": "LineMedium"
              },
              "fieldName": "medium"
            },
            {
              "name": "direction",
              "type": {
                "text": "ThreeWayLineDirection"
              },
              "fieldName": "direction"
            },
            {
              "name": "lineType",
              "type": {
                "text": "LineType"
              },
              "fieldName": "lineType"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-three-way-line",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcThreeWayLine",
          "declaration": {
            "name": "ObcThreeWayLine",
            "module": "src/automation/three-way-line/three-way-line.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-three-way-line",
          "declaration": {
            "name": "ObcThreeWayLine",
            "module": "src/automation/three-way-line/three-way-line.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/automation/valve/valve.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcValve",
          "members": [
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "AutomationButtonSize"
              },
              "attribute": "size"
            },
            {
              "kind": "field",
              "name": "labelPosition",
              "type": {
                "text": "AutomationButtonLabelPosition"
              },
              "attribute": "labelPosition"
            },
            {
              "kind": "field",
              "name": "labelSize",
              "type": {
                "text": "AutomationButtonLabelSize"
              },
              "attribute": "labelSize"
            },
            {
              "kind": "field",
              "name": "labelStyle",
              "type": {
                "text": "AutomationBottonLabelStyle"
              },
              "attribute": "labelStyle"
            },
            {
              "kind": "field",
              "name": "alert",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "alert"
            },
            {
              "kind": "field",
              "name": "progress",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "progress"
            },
            {
              "kind": "field",
              "name": "tag",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "tag"
            },
            {
              "kind": "field",
              "name": "direction",
              "type": {
                "text": "Direction"
              },
              "attribute": "direction"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "100",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "closed",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "closed"
            },
            {
              "kind": "field",
              "name": "showDirectionLabel",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "showDirectionLabel"
            },
            {
              "kind": "field",
              "name": "flat",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "flat"
            },
            {
              "kind": "field",
              "name": "rotation",
              "type": {
                "text": "number"
              },
              "readonly": true
            }
          ],
          "attributes": [
            {
              "name": "size",
              "type": {
                "text": "AutomationButtonSize"
              },
              "fieldName": "size"
            },
            {
              "name": "labelPosition",
              "type": {
                "text": "AutomationButtonLabelPosition"
              },
              "fieldName": "labelPosition"
            },
            {
              "name": "labelSize",
              "type": {
                "text": "AutomationButtonLabelSize"
              },
              "fieldName": "labelSize"
            },
            {
              "name": "labelStyle",
              "type": {
                "text": "AutomationBottonLabelStyle"
              },
              "fieldName": "labelStyle"
            },
            {
              "name": "alert",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "alert"
            },
            {
              "name": "progress",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "progress"
            },
            {
              "name": "tag",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "tag"
            },
            {
              "name": "direction",
              "type": {
                "text": "Direction"
              },
              "fieldName": "direction"
            },
            {
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "100",
              "fieldName": "value"
            },
            {
              "name": "closed",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "closed"
            },
            {
              "name": "showDirectionLabel",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "showDirectionLabel"
            },
            {
              "name": "flat",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "flat"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-valve",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcValve",
          "declaration": {
            "name": "ObcValve",
            "module": "src/automation/valve/valve.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-valve",
          "declaration": {
            "name": "ObcValve",
            "module": "src/automation/valve/valve.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/automation/valve-analog-three-way-icon/valve-analog-three-way-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcValveAnalogThreeWayIcon",
          "members": [
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "value2",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "value2"
            },
            {
              "kind": "field",
              "name": "closed",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "closed"
            },
            {
              "kind": "field",
              "name": "horisontal",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "horisontal"
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "value"
            },
            {
              "name": "value2",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "value2"
            },
            {
              "name": "closed",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "closed"
            },
            {
              "name": "horisontal",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "horisontal"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-valve-analog-three-way-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcValveAnalogThreeWayIcon",
          "declaration": {
            "name": "ObcValveAnalogThreeWayIcon",
            "module": "src/automation/valve-analog-three-way-icon/valve-analog-three-way-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-valve-analog-three-way-icon",
          "declaration": {
            "name": "ObcValveAnalogThreeWayIcon",
            "module": "src/automation/valve-analog-three-way-icon/valve-analog-three-way-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/automation/valve-analoge-two-way-icon/valve-analog-two-way-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcValveAnalogTwoWayIcon",
          "members": [
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "closed",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "closed"
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "value"
            },
            {
              "name": "closed",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "closed"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-valve-analog-two-way-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcValveAnalogTwoWayIcon",
          "declaration": {
            "name": "ObcValveAnalogTwoWayIcon",
            "module": "src/automation/valve-analoge-two-way-icon/valve-analog-two-way-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-valve-analog-two-way-icon",
          "declaration": {
            "name": "ObcValveAnalogTwoWayIcon",
            "module": "src/automation/valve-analoge-two-way-icon/valve-analog-two-way-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/automation/vertical-line/vertical-line.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcVerticalLine",
          "members": [
            {
              "kind": "field",
              "name": "medium",
              "type": {
                "text": "LineMedium"
              },
              "attribute": "medium"
            },
            {
              "kind": "field",
              "name": "lineType",
              "type": {
                "text": "LineType"
              },
              "attribute": "lineType"
            },
            {
              "kind": "field",
              "name": "length",
              "type": {
                "text": "number"
              },
              "default": "1",
              "attribute": "length"
            }
          ],
          "attributes": [
            {
              "name": "medium",
              "type": {
                "text": "LineMedium"
              },
              "fieldName": "medium"
            },
            {
              "name": "lineType",
              "type": {
                "text": "LineType"
              },
              "fieldName": "lineType"
            },
            {
              "name": "length",
              "type": {
                "text": "number"
              },
              "default": "1",
              "fieldName": "length"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-vertical-line",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcVerticalLine",
          "declaration": {
            "name": "ObcVerticalLine",
            "module": "src/automation/vertical-line/vertical-line.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-vertical-line",
          "declaration": {
            "name": "ObcVerticalLine",
            "module": "src/automation/vertical-line/vertical-line.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/generated/locales/es-419.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "templates",
          "type": {
            "text": "object"
          },
          "default": "{ 's0f3699a7bd401f61': `Noche`, 's3cd891731e99f7e6': `Alertas activas`, 's5de3f4978aaa2443': `Lista de alertas`, 's8119af112f965c78': `Brillantez`, 'sa7f8e003ff63ef9f': `No alertas activas`, 'se0955919920ee87d': `Día`, 's271aae29defa65a5': `ACK ALL`, 's253615bbc36ae2d7': `Auto brilliance`, 's6f01314ca1673b61': `Auto day - night`, }"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "templates",
          "declaration": {
            "name": "templates",
            "module": "src/generated/locales/es-419.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/alert-button/alert-button.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "Button used for alerts and notification",
          "name": "ObcAlertButton",
          "members": [
            {
              "kind": "field",
              "name": "nAlerts",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "Number of alerts.",
              "attribute": "nAlerts"
            },
            {
              "kind": "field",
              "name": "alertType",
              "type": {
                "text": "AlertType"
              },
              "description": "Type of alert.",
              "attribute": "alertType"
            },
            {
              "kind": "field",
              "name": "flatWhenIdle",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "flatWhenIdle"
            },
            {
              "kind": "field",
              "name": "standalone",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If the button is standalone and not used together with an notification-message.",
              "attribute": "standalone"
            },
            {
              "kind": "field",
              "name": "counter",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If the button should display a counter.",
              "attribute": "counter"
            },
            {
              "kind": "method",
              "name": "alertIcon",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "description": "Fires when the button is clicked.",
              "name": "click"
            }
          ],
          "attributes": [
            {
              "name": "nAlerts",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "Number of alerts.",
              "fieldName": "nAlerts"
            },
            {
              "name": "alertType",
              "type": {
                "text": "AlertType"
              },
              "description": "Type of alert.",
              "fieldName": "alertType"
            },
            {
              "name": "flatWhenIdle",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "flatWhenIdle"
            },
            {
              "name": "standalone",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If the button is standalone and not used together with an notification-message.",
              "fieldName": "standalone"
            },
            {
              "name": "counter",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If the button should display a counter.",
              "fieldName": "counter"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-alert-button",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcAlertButton",
          "declaration": {
            "name": "ObcAlertButton",
            "module": "src/components/alert-button/alert-button.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-alert-button",
          "declaration": {
            "name": "ObcAlertButton",
            "module": "src/components/alert-button/alert-button.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/alert-icon/alert-icon.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "AlertIconNames",
          "default": "Object.keys(mapping)"
        },
        {
          "kind": "class",
          "description": "Icon used for alerts and notification with blinking effect",
          "name": "ObcAlertIcon",
          "members": [
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "AlertIconName"
              },
              "default": "'alarm-unack'",
              "description": "Name of the icon.",
              "attribute": "name"
            }
          ],
          "attributes": [
            {
              "name": "name",
              "type": {
                "text": "AlertIconName"
              },
              "default": "'alarm-unack'",
              "description": "Name of the icon.",
              "fieldName": "name"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-alert-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "AlertIconNames",
          "declaration": {
            "name": "AlertIconNames",
            "module": "src/components/alert-icon/alert-icon.ts"
          }
        },
        {
          "kind": "js",
          "name": "ObcAlertIcon",
          "declaration": {
            "name": "ObcAlertIcon",
            "module": "src/components/alert-icon/alert-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-alert-icon",
          "declaration": {
            "name": "ObcAlertIcon",
            "module": "src/components/alert-icon/alert-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/alert-menu/alert-menu.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcAlertMenu",
          "members": [
            {
              "kind": "field",
              "name": "empty",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "empty"
            }
          ],
          "events": [
            {
              "name": "ack-all-click",
              "type": {
                "text": "CustomEvent"
              },
              "description": "Fired when the ack button is clicked"
            },
            {
              "name": "alert-list-click",
              "type": {
                "text": "CustomEvent"
              },
              "description": "Fired when the alert list button is clicked"
            }
          ],
          "attributes": [
            {
              "name": "empty",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "empty"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-alert-menu",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcAlertMenu",
          "declaration": {
            "name": "ObcAlertMenu",
            "module": "src/components/alert-menu/alert-menu.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-alert-menu",
          "declaration": {
            "name": "ObcAlertMenu",
            "module": "src/components/alert-menu/alert-menu.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/alert-menu-item/alert-menu-item.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcAlertMenuItem",
          "members": [
            {
              "kind": "field",
              "name": "message",
              "type": {
                "text": "string"
              },
              "default": "'Message'",
              "attribute": "message"
            },
            {
              "kind": "field",
              "name": "time",
              "type": {
                "text": "string"
              },
              "default": "'2021-01-01T00:00:00Z'",
              "attribute": "time"
            },
            {
              "kind": "field",
              "name": "timeSince",
              "type": {
                "text": "string"
              },
              "default": "'1h'",
              "attribute": "timeSince"
            },
            {
              "kind": "field",
              "name": "acknowledgeble",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "acknowledgeble"
            },
            {
              "kind": "field",
              "name": "acknowledged",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "acknowledged"
            },
            {
              "kind": "field",
              "name": "narrowBreakpointPx",
              "type": {
                "text": "number"
              },
              "default": "400",
              "attribute": "narrowBreakpointPx"
            }
          ],
          "events": [
            {
              "name": "ack-click",
              "type": {
                "text": "CustomEvent"
              },
              "description": "Fired when the ack button is clicked"
            }
          ],
          "attributes": [
            {
              "name": "message",
              "type": {
                "text": "string"
              },
              "default": "'Message'",
              "fieldName": "message"
            },
            {
              "name": "time",
              "type": {
                "text": "string"
              },
              "default": "'2021-01-01T00:00:00Z'",
              "fieldName": "time"
            },
            {
              "name": "timeSince",
              "type": {
                "text": "string"
              },
              "default": "'1h'",
              "fieldName": "timeSince"
            },
            {
              "name": "acknowledgeble",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "acknowledgeble"
            },
            {
              "name": "acknowledged",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "acknowledged"
            },
            {
              "name": "narrowBreakpointPx",
              "type": {
                "text": "number"
              },
              "default": "400",
              "fieldName": "narrowBreakpointPx"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-alert-menu-item",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcAlertMenuItem",
          "declaration": {
            "name": "ObcAlertMenuItem",
            "module": "src/components/alert-menu-item/alert-menu-item.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-alert-menu-item",
          "declaration": {
            "name": "ObcAlertMenuItem",
            "module": "src/components/alert-menu-item/alert-menu-item.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/alert-topbar-element/alert-topbar-element.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "Element that displays the alert in topbar\nUse the element in the alerts slot in topbar",
          "name": "ObcAlertTopbarElement",
          "slots": [
            {
              "description": "The message to display in the alert element of type `obc-notification-message-item`",
              "name": ""
            },
            {
              "description": "The message to display when there are no alerts",
              "name": "empty"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "nAlerts",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "Number of alerts.",
              "attribute": "nAlerts"
            },
            {
              "kind": "field",
              "name": "alertType",
              "type": {
                "text": "AlertType"
              },
              "description": "Type of alert.",
              "attribute": "alertType"
            },
            {
              "kind": "field",
              "name": "showAck",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If the ack button should be shown.",
              "attribute": "showAck"
            },
            {
              "kind": "field",
              "name": "alertMuted",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If the alert is muted.",
              "attribute": "alertMuted"
            },
            {
              "kind": "field",
              "name": "minimized",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If the alert is minimized.",
              "attribute": "minimized"
            },
            {
              "kind": "field",
              "name": "maxWidth",
              "type": {
                "text": "number"
              },
              "default": "480",
              "description": "The maximum width of the alert.",
              "attribute": "maxWidth"
            },
            {
              "type": {
                "text": "boolean"
              },
              "description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
              "name": "blinkAlarmValue",
              "kind": "field"
            },
            {
              "type": {
                "text": "boolean"
              },
              "description": "This value should alternate between true and false to make the icon blink.",
              "name": "blinkWarningValue",
              "kind": "field"
            }
          ],
          "events": [
            {
              "name": "muteclick",
              "type": {
                "text": "CustomEvent"
              },
              "description": "Fired when the mute button is clicked"
            },
            {
              "name": "messageclick",
              "type": {
                "text": "CustomEvent"
              },
              "description": "Fired when the message is clicked"
            },
            {
              "name": "ackclick",
              "type": {
                "text": "CustomEvent"
              },
              "description": "Fired when the ack button is clicked"
            },
            {
              "name": "alertclick",
              "type": {
                "text": "CustomEvent"
              },
              "description": "Fired when the alert button is clicked"
            }
          ],
          "attributes": [
            {
              "name": "nAlerts",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "Number of alerts.",
              "fieldName": "nAlerts"
            },
            {
              "name": "alertType",
              "type": {
                "text": "AlertType"
              },
              "description": "Type of alert.",
              "fieldName": "alertType"
            },
            {
              "name": "showAck",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If the ack button should be shown.",
              "fieldName": "showAck"
            },
            {
              "name": "alertMuted",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If the alert is muted.",
              "fieldName": "alertMuted"
            },
            {
              "name": "minimized",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If the alert is minimized.",
              "fieldName": "minimized"
            },
            {
              "name": "maxWidth",
              "type": {
                "text": "number"
              },
              "default": "480",
              "description": "The maximum width of the alert.",
              "fieldName": "maxWidth"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-alert-topbar-element",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcAlertTopbarElement",
          "declaration": {
            "name": "ObcAlertTopbarElement",
            "module": "src/components/alert-topbar-element/alert-topbar-element.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-alert-topbar-element",
          "declaration": {
            "name": "ObcAlertTopbarElement",
            "module": "src/components/alert-topbar-element/alert-topbar-element.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/app-button/app-button.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcAppButton",
          "members": [
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "'Button'",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "checked"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "string"
              },
              "default": "'normal'",
              "attribute": "size"
            }
          ],
          "attributes": [
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "'Button'",
              "fieldName": "label"
            },
            {
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "checked"
            },
            {
              "name": "size",
              "type": {
                "text": "string"
              },
              "default": "'normal'",
              "fieldName": "size"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-app-button",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcAppButton",
          "declaration": {
            "name": "ObcAppButton",
            "module": "src/components/app-button/app-button.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-app-button",
          "declaration": {
            "name": "ObcAppButton",
            "module": "src/components/app-button/app-button.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/app-menu/app-menu.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcAppMenu",
          "members": [
            {
              "kind": "method",
              "name": "onSearchInput",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "name": "search",
              "type": {
                "text": "CustomEvent"
              }
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-app-menu",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcAppMenu",
          "declaration": {
            "name": "ObcAppMenu",
            "module": "src/components/app-menu/app-menu.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-app-menu",
          "declaration": {
            "name": "ObcAppMenu",
            "module": "src/components/app-menu/app-menu.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/badge/badge.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcBadge",
          "members": [
            {
              "kind": "field",
              "name": "number",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "number"
            },
            {
              "kind": "field",
              "name": "hideNumber",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "hideNumber"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "BadgeSize"
              },
              "attribute": "size"
            },
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "BadgeType"
              },
              "attribute": "type"
            }
          ],
          "attributes": [
            {
              "name": "number",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "number"
            },
            {
              "name": "hideNumber",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "hideNumber"
            },
            {
              "name": "size",
              "type": {
                "text": "BadgeSize"
              },
              "fieldName": "size"
            },
            {
              "name": "type",
              "type": {
                "text": "BadgeType"
              },
              "fieldName": "type"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-badge",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcBadge",
          "declaration": {
            "name": "ObcBadge",
            "module": "src/components/badge/badge.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-badge",
          "declaration": {
            "name": "ObcBadge",
            "module": "src/components/badge/badge.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/breadcrumb/breadcrumb.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcBreadcrumb",
          "members": [
            {
              "kind": "field",
              "name": "items",
              "default": "[]"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-breadcrumb",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcBreadcrumb",
          "declaration": {
            "name": "ObcBreadcrumb",
            "module": "src/components/breadcrumb/breadcrumb.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-breadcrumb",
          "declaration": {
            "name": "ObcBreadcrumb",
            "module": "src/components/breadcrumb/breadcrumb.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/brilliance-menu/brilliance-menu.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcBrillianceMenu",
          "members": [
            {
              "kind": "field",
              "name": "palette",
              "type": {
                "text": "String"
              },
              "default": "'day'",
              "description": "The palette to use. Possible values are 'night', 'dusk', 'day', 'bright'",
              "attribute": "palette"
            },
            {
              "kind": "field",
              "name": "brightness",
              "type": {
                "text": "Number"
              },
              "default": "50",
              "description": "The brightness value",
              "attribute": "brightness"
            },
            {
              "kind": "field",
              "name": "showAutoBrightness",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "Show the auto brightness toggle",
              "attribute": "showAutoBrightness"
            },
            {
              "kind": "field",
              "name": "showAutoPalette",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "Show the auto palette toggle",
              "attribute": "showAutoPalette"
            },
            {
              "kind": "field",
              "name": "hideBrightness",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "Show the auto brightness toggle",
              "attribute": "hideBrightness"
            },
            {
              "kind": "method",
              "name": "onPaletteChanged",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "CustomEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "onBrightnessChanged",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "CustomEvent"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "name": "palette-changed",
              "type": {
                "text": "CustomEvent"
              },
              "description": "Fires when the palette is changed"
            },
            {
              "name": "brightness-changed",
              "type": {
                "text": "CustomEvent"
              },
              "description": "Fires when the brightness is changed"
            }
          ],
          "attributes": [
            {
              "name": "palette",
              "type": {
                "text": "String"
              },
              "default": "'day'",
              "description": "The palette to use. Possible values are 'night', 'dusk', 'day', 'bright'",
              "fieldName": "palette"
            },
            {
              "name": "brightness",
              "type": {
                "text": "Number"
              },
              "default": "50",
              "description": "The brightness value",
              "fieldName": "brightness"
            },
            {
              "name": "showAutoBrightness",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "Show the auto brightness toggle",
              "fieldName": "showAutoBrightness"
            },
            {
              "name": "showAutoPalette",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "Show the auto palette toggle",
              "fieldName": "showAutoPalette"
            },
            {
              "name": "hideBrightness",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "Show the auto brightness toggle",
              "fieldName": "hideBrightness"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-brilliance-menu",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcBrillianceMenu",
          "declaration": {
            "name": "ObcBrillianceMenu",
            "module": "src/components/brilliance-menu/brilliance-menu.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-brilliance-menu",
          "declaration": {
            "name": "ObcBrillianceMenu",
            "module": "src/components/brilliance-menu/brilliance-menu.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/button/button.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcButton",
          "members": [
            {
              "kind": "field",
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "'placeholder'",
              "attribute": "icon"
            },
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "ButtonVariant"
              },
              "attribute": "variant"
            },
            {
              "kind": "field",
              "name": "fullWidth",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "fullWidth"
            },
            {
              "kind": "field",
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "checked"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disabled"
            },
            {
              "kind": "field",
              "name": "href",
              "type": {
                "text": "string | undefined"
              },
              "default": "undefined",
              "attribute": "href"
            },
            {
              "kind": "field",
              "name": "target",
              "type": {
                "text": "string | undefined"
              },
              "default": "undefined",
              "attribute": "target"
            },
            {
              "kind": "field",
              "name": "leadingIcon",
              "type": {
                "text": "NodeListOf<HTMLElement>"
              }
            },
            {
              "kind": "field",
              "name": "trailingIcon",
              "type": {
                "text": "NodeListOf<HTMLElement>"
              }
            },
            {
              "kind": "field",
              "name": "hasIconLeading",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "hasIconTrailing",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            }
          ],
          "attributes": [
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "'placeholder'",
              "fieldName": "icon"
            },
            {
              "name": "variant",
              "type": {
                "text": "ButtonVariant"
              },
              "fieldName": "variant"
            },
            {
              "name": "fullWidth",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "fullWidth"
            },
            {
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "checked"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disabled"
            },
            {
              "name": "href",
              "type": {
                "text": "string | undefined"
              },
              "default": "undefined",
              "fieldName": "href"
            },
            {
              "name": "target",
              "type": {
                "text": "string | undefined"
              },
              "default": "undefined",
              "fieldName": "target"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-button",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcButton",
          "declaration": {
            "name": "ObcButton",
            "module": "src/components/button/button.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-button",
          "declaration": {
            "name": "ObcButton",
            "module": "src/components/button/button.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/card-list-button/card-list-button.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcCardListButton",
          "members": [
            {
              "kind": "field",
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "'placeholder'",
              "attribute": "icon"
            },
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "string"
              },
              "default": "'normal'",
              "attribute": "variant"
            },
            {
              "kind": "field",
              "name": "leadingIcon",
              "type": {
                "text": "NodeListOf<HTMLElement>"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "trailingIcon",
              "type": {
                "text": "NodeListOf<HTMLElement>"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "hasIconLeading",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "hasIconTrailing",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            }
          ],
          "attributes": [
            {
              "name": "icon",
              "type": {
                "text": "string"
              },
              "default": "'placeholder'",
              "fieldName": "icon"
            },
            {
              "name": "variant",
              "type": {
                "text": "string"
              },
              "default": "'normal'",
              "fieldName": "variant"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-card-list-button",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcCardListButton",
          "declaration": {
            "name": "ObcCardListButton",
            "module": "src/components/card-list-button/card-list-button.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-card-list-button",
          "declaration": {
            "name": "ObcCardListButton",
            "module": "src/components/card-list-button/card-list-button.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/clock/clock.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcClock",
          "members": [
            {
              "kind": "field",
              "name": "date",
              "type": {
                "text": "string"
              },
              "default": "'2021-01-01T11:11:11.111Z'",
              "attribute": "date"
            },
            {
              "kind": "field",
              "name": "showDate",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "showDate"
            },
            {
              "kind": "field",
              "name": "blinkOnlyBreakpointPx",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "blinkOnlyBreakpointPx"
            }
          ],
          "attributes": [
            {
              "name": "date",
              "type": {
                "text": "string"
              },
              "default": "'2021-01-01T11:11:11.111Z'",
              "fieldName": "date"
            },
            {
              "name": "showDate",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "showDate"
            },
            {
              "name": "blinkOnlyBreakpointPx",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "blinkOnlyBreakpointPx"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-clock",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcClock",
          "declaration": {
            "name": "ObcClock",
            "module": "src/components/clock/clock.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-clock",
          "declaration": {
            "name": "ObcClock",
            "module": "src/components/clock/clock.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/context-menu/context-menu.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcContextMenu",
          "members": [],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-context-menu",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcContextMenu",
          "declaration": {
            "name": "ObcContextMenu",
            "module": "src/components/context-menu/context-menu.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-context-menu",
          "declaration": {
            "name": "ObcContextMenu",
            "module": "src/components/context-menu/context-menu.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/divider/divider.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcDivider",
          "members": [],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-divider",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcDivider",
          "declaration": {
            "name": "ObcDivider",
            "module": "src/components/divider/divider.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-divider",
          "declaration": {
            "name": "ObcDivider",
            "module": "src/components/divider/divider.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/icon-button/icon-button.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcIconButton",
          "members": [
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "string"
              },
              "default": "'normal'",
              "attribute": "variant"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "string"
              },
              "default": "'regular'",
              "attribute": "size"
            },
            {
              "kind": "field",
              "name": "activated",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "activated"
            },
            {
              "kind": "field",
              "name": "cornerLeft",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "cornerLeft"
            },
            {
              "kind": "field",
              "name": "cornerRight",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "cornerRight"
            },
            {
              "kind": "field",
              "name": "activeColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "activeColor"
            }
          ],
          "attributes": [
            {
              "name": "variant",
              "type": {
                "text": "string"
              },
              "default": "'normal'",
              "fieldName": "variant"
            },
            {
              "name": "size",
              "type": {
                "text": "string"
              },
              "default": "'regular'",
              "fieldName": "size"
            },
            {
              "name": "activated",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "activated"
            },
            {
              "name": "cornerLeft",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "cornerLeft"
            },
            {
              "name": "cornerRight",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "cornerRight"
            },
            {
              "name": "activeColor",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "activeColor"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-icon-button",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcIconButton",
          "declaration": {
            "name": "ObcIconButton",
            "module": "src/components/icon-button/icon-button.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-icon-button",
          "declaration": {
            "name": "ObcIconButton",
            "module": "src/components/icon-button/icon-button.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/input/input.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcInput",
          "members": [
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "placeholder"
            },
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "HTMLInputTypeAttribute"
              },
              "default": "'text'",
              "attribute": "type"
            },
            {
              "kind": "field",
              "name": "squared",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "squared"
            },
            {
              "kind": "field",
              "name": "textAlign",
              "type": {
                "text": "'left' | 'center' | 'right'"
              },
              "default": "'left'",
              "attribute": "textAlign"
            },
            {
              "kind": "field",
              "name": "font",
              "type": {
                "text": "'body' | 'button'"
              },
              "default": "'body'",
              "attribute": "font"
            },
            {
              "kind": "method",
              "name": "onInput",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "iconSlot",
              "type": {
                "text": "HTMLElement[]"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "hasIcon",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            }
          ],
          "events": [
            {
              "description": "Dispatched when the value of the input changes",
              "name": "input"
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "value"
            },
            {
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "placeholder"
            },
            {
              "name": "type",
              "type": {
                "text": "HTMLInputTypeAttribute"
              },
              "default": "'text'",
              "fieldName": "type"
            },
            {
              "name": "squared",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "squared"
            },
            {
              "name": "textAlign",
              "type": {
                "text": "'left' | 'center' | 'right'"
              },
              "default": "'left'",
              "fieldName": "textAlign"
            },
            {
              "name": "font",
              "type": {
                "text": "'body' | 'button'"
              },
              "default": "'body'",
              "fieldName": "font"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-input",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcInput",
          "declaration": {
            "name": "ObcInput",
            "module": "src/components/input/input.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-input",
          "declaration": {
            "name": "ObcInput",
            "module": "src/components/input/input.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/navigation-item/navigation-item.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcNavigationItem",
          "members": [
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "'Label'",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "href",
              "type": {
                "text": "string | undefined"
              },
              "attribute": "href"
            },
            {
              "kind": "field",
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "checked"
            },
            {
              "kind": "method",
              "name": "onClick"
            }
          ],
          "attributes": [
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "'Label'",
              "fieldName": "label"
            },
            {
              "name": "href",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "href"
            },
            {
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "checked"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-navigation-item",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcNavigationItem",
          "declaration": {
            "name": "ObcNavigationItem",
            "module": "src/components/navigation-item/navigation-item.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-navigation-item",
          "declaration": {
            "name": "ObcNavigationItem",
            "module": "src/components/navigation-item/navigation-item.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/navigation-menu/navigation-menu.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcNavigationMenu",
          "members": [],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-navigation-menu",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcNavigationMenu",
          "declaration": {
            "name": "ObcNavigationMenu",
            "module": "src/components/navigation-menu/navigation-menu.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-navigation-menu",
          "declaration": {
            "name": "ObcNavigationMenu",
            "module": "src/components/navigation-menu/navigation-menu.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/notification-button/notification-button.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcNotificationButton",
          "members": [
            {
              "kind": "field",
              "name": "openRight",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "openRight"
            },
            {
              "kind": "field",
              "name": "openLeft",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "openLeft"
            },
            {
              "kind": "field",
              "name": "cornerLeft",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "cornerLeft"
            },
            {
              "kind": "field",
              "name": "cornerRight",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "cornerRight"
            },
            {
              "kind": "field",
              "name": "icon",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "icon"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disabled"
            },
            {
              "kind": "field",
              "name": "indent",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "indent"
            }
          ],
          "attributes": [
            {
              "name": "openRight",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "openRight"
            },
            {
              "name": "openLeft",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "openLeft"
            },
            {
              "name": "cornerLeft",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "cornerLeft"
            },
            {
              "name": "cornerRight",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "cornerRight"
            },
            {
              "name": "icon",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "icon"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disabled"
            },
            {
              "name": "indent",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "indent"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-notification-button",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcNotificationButton",
          "declaration": {
            "name": "ObcNotificationButton",
            "module": "src/components/notification-button/notification-button.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-notification-button",
          "declaration": {
            "name": "ObcNotificationButton",
            "module": "src/components/notification-button/notification-button.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/notification-message/notification-message.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcNotificationMessage",
          "members": [
            {
              "kind": "field",
              "name": "large",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "large"
            },
            {
              "kind": "field",
              "name": "empty",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "empty"
            }
          ],
          "attributes": [
            {
              "name": "large",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "large"
            },
            {
              "name": "empty",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "empty"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-notification-message",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcNotificationMessage",
          "declaration": {
            "name": "ObcNotificationMessage",
            "module": "src/components/notification-message/notification-message.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-notification-message",
          "declaration": {
            "name": "ObcNotificationMessage",
            "module": "src/components/notification-message/notification-message.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/notification-message-item/notification-message-item.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcNotificationMessageItem",
          "members": [
            {
              "kind": "field",
              "name": "time",
              "type": {
                "text": "string"
              },
              "default": "'2021-01-01T11:11:11.111Z'",
              "attribute": "time"
            }
          ],
          "attributes": [
            {
              "name": "time",
              "type": {
                "text": "string"
              },
              "default": "'2021-01-01T11:11:11.111Z'",
              "fieldName": "time"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-notification-message-item",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcNotificationMessageItem",
          "declaration": {
            "name": "ObcNotificationMessageItem",
            "module": "src/components/notification-message-item/notification-message-item.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-notification-message-item",
          "declaration": {
            "name": "ObcNotificationMessageItem",
            "module": "src/components/notification-message-item/notification-message-item.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/poi-target-button/poi-target-button.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcPoiTargetButton",
          "members": [
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "PoiTargetButtonValue"
              },
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "pointer",
              "attribute": "pointer"
            },
            {
              "kind": "field",
              "name": "relativeDirection",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "relativeDirection"
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "PoiTargetButtonValue"
              },
              "fieldName": "value"
            },
            {
              "name": "pointer",
              "fieldName": "pointer"
            },
            {
              "name": "relativeDirection",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "relativeDirection"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-poi-target-button",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcPoiTargetButton",
          "declaration": {
            "name": "ObcPoiTargetButton",
            "module": "src/components/poi-target-button/poi-target-button.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-poi-target-button",
          "declaration": {
            "name": "ObcPoiTargetButton",
            "module": "src/components/poi-target-button/poi-target-button.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/rich-button/rich-button.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcRichButton",
          "members": [
            {
              "kind": "field",
              "name": "position",
              "type": {
                "text": "ObcRichButtonPositionType"
              },
              "attribute": "position"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "ObcRichButtonSizeType"
              },
              "attribute": "size"
            },
            {
              "kind": "field",
              "name": "info",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "info"
            },
            {
              "kind": "field",
              "name": "hasLeadingIcon",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "hasLeadingIcon"
            },
            {
              "kind": "field",
              "name": "hasTrailingIcon",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "hasTrailingIcon"
            },
            {
              "kind": "field",
              "name": "hasStatus",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "hasStatus"
            },
            {
              "kind": "field",
              "name": "hasGraphic",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "hasGraphic"
            },
            {
              "kind": "field",
              "name": "graphicBorder",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "graphicBorder"
            },
            {
              "kind": "field",
              "name": "border",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "border"
            },
            {
              "kind": "field",
              "name": "href",
              "type": {
                "text": "string | undefined"
              },
              "attribute": "href"
            },
            {
              "kind": "field",
              "name": "target",
              "type": {
                "text": "string | undefined"
              },
              "attribute": "target"
            }
          ],
          "attributes": [
            {
              "name": "position",
              "type": {
                "text": "ObcRichButtonPositionType"
              },
              "fieldName": "position"
            },
            {
              "name": "size",
              "type": {
                "text": "ObcRichButtonSizeType"
              },
              "fieldName": "size"
            },
            {
              "name": "info",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "info"
            },
            {
              "name": "hasLeadingIcon",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "hasLeadingIcon"
            },
            {
              "name": "hasTrailingIcon",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "hasTrailingIcon"
            },
            {
              "name": "hasStatus",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "hasStatus"
            },
            {
              "name": "hasGraphic",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "hasGraphic"
            },
            {
              "name": "graphicBorder",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "graphicBorder"
            },
            {
              "name": "border",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "border"
            },
            {
              "name": "href",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "href"
            },
            {
              "name": "target",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "target"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-rich-button",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcRichButton",
          "declaration": {
            "name": "ObcRichButton",
            "module": "src/components/rich-button/rich-button.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-rich-button",
          "declaration": {
            "name": "ObcRichButton",
            "module": "src/components/rich-button/rich-button.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/scrollbar/scrollbar.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcScrollbar",
          "members": [],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-scrollbar",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcScrollbar",
          "declaration": {
            "name": "ObcScrollbar",
            "module": "src/components/scrollbar/scrollbar.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-scrollbar",
          "declaration": {
            "name": "ObcScrollbar",
            "module": "src/components/scrollbar/scrollbar.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/select/select.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "Select component",
          "name": "ObcSelect",
          "members": [
            {
              "kind": "field",
              "name": "options",
              "type": {
                "text": "{\n    value: string;\n    label: string;\n    level?: number;\n  }[]"
              },
              "default": "[]",
              "attribute": "options"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string | undefined"
              },
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "fullWidth",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "fullWidth"
            },
            {
              "kind": "field",
              "name": "selectedValue",
              "type": {
                "text": "string"
              },
              "default": "''"
            },
            {
              "kind": "field",
              "name": "selectedLabel",
              "type": {
                "text": "string"
              },
              "default": "''"
            },
            {
              "kind": "method",
              "name": "changeHandler",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "name": "change",
              "type": {
                "text": "CustomEvent"
              },
              "description": "Fires when the value of the select changes"
            }
          ],
          "attributes": [
            {
              "name": "options",
              "type": {
                "text": "{\n    value: string;\n    label: string;\n    level?: number;\n  }[]"
              },
              "default": "[]",
              "fieldName": "options"
            },
            {
              "name": "value",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "value"
            },
            {
              "name": "fullWidth",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "fullWidth"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-select",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcSelect",
          "declaration": {
            "name": "ObcSelect",
            "module": "src/components/select/select.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-select",
          "declaration": {
            "name": "ObcSelect",
            "module": "src/components/select/select.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/slider/slider.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcSlider",
          "slots": [
            {
              "description": "Slot for the left icon",
              "name": "icon-left"
            },
            {
              "description": "Slot for the right icon",
              "name": "icon-right"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "50",
              "description": "The value of the slider",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "min",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The minimum value of the slider",
              "attribute": "min"
            },
            {
              "kind": "field",
              "name": "max",
              "type": {
                "text": "number"
              },
              "default": "100",
              "description": "The maximum value of the slider",
              "attribute": "max"
            },
            {
              "kind": "field",
              "name": "step",
              "type": {
                "text": "number"
              },
              "description": "The step value of the slider",
              "attribute": "step"
            },
            {
              "kind": "field",
              "name": "stepClick",
              "type": {
                "text": "number"
              },
              "default": "10",
              "description": "The step value when clicking the increase or decrease buttons",
              "attribute": "stepClick"
            },
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "ObcSliderVariantType"
              },
              "default": "'no-value'",
              "attribute": "variant"
            },
            {
              "kind": "field",
              "name": "hasLeftIcon",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "hasLeftIcon"
            },
            {
              "kind": "field",
              "name": "hasRightIcon",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "hasRightIcon"
            },
            {
              "kind": "method",
              "name": "onInput",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "onReduceClick"
            },
            {
              "kind": "method",
              "name": "onIncreaseClick"
            }
          ],
          "events": [
            {
              "name": "value",
              "type": {
                "text": "CustomEvent"
              },
              "description": "Fires when the value is changed"
            }
          ],
          "attributes": [
            {
              "description": "If set, the slider will not have any spacing between the slider icons and the container",
              "name": "hugcontainer"
            },
            {
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "50",
              "description": "The value of the slider",
              "fieldName": "value"
            },
            {
              "name": "min",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The minimum value of the slider",
              "fieldName": "min"
            },
            {
              "name": "max",
              "type": {
                "text": "number"
              },
              "default": "100",
              "description": "The maximum value of the slider",
              "fieldName": "max"
            },
            {
              "name": "step",
              "type": {
                "text": "number"
              },
              "description": "The step value of the slider",
              "fieldName": "step"
            },
            {
              "name": "stepClick",
              "type": {
                "text": "number"
              },
              "default": "10",
              "description": "The step value when clicking the increase or decrease buttons",
              "fieldName": "stepClick"
            },
            {
              "name": "variant",
              "type": {
                "text": "ObcSliderVariantType"
              },
              "default": "'no-value'",
              "fieldName": "variant"
            },
            {
              "name": "hasLeftIcon",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "hasLeftIcon"
            },
            {
              "name": "hasRightIcon",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "hasRightIcon"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-slider",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcSlider",
          "declaration": {
            "name": "ObcSlider",
            "module": "src/components/slider/slider.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-slider",
          "declaration": {
            "name": "ObcSlider",
            "module": "src/components/slider/slider.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/table/table.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcTableCell",
          "members": [],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-table-cell",
          "customElement": true
        },
        {
          "kind": "class",
          "description": "",
          "name": "ObcTableHeadCell",
          "members": [],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-table-head-cell",
          "customElement": true
        },
        {
          "kind": "class",
          "description": "",
          "name": "ObcTableRow",
          "members": [],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-table-row",
          "customElement": true
        },
        {
          "kind": "class",
          "description": "",
          "name": "ObcTableHeader",
          "members": [],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-table-header",
          "customElement": true
        },
        {
          "kind": "class",
          "description": "",
          "name": "ObcTableBody",
          "members": [],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-table-body",
          "customElement": true
        },
        {
          "kind": "class",
          "description": "",
          "name": "ObcTable",
          "members": [],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-table",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcTableCell",
          "declaration": {
            "name": "ObcTableCell",
            "module": "src/components/table/table.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-table-cell",
          "declaration": {
            "name": "ObcTableCell",
            "module": "src/components/table/table.ts"
          }
        },
        {
          "kind": "js",
          "name": "ObcTableHeadCell",
          "declaration": {
            "name": "ObcTableHeadCell",
            "module": "src/components/table/table.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-table-head-cell",
          "declaration": {
            "name": "ObcTableHeadCell",
            "module": "src/components/table/table.ts"
          }
        },
        {
          "kind": "js",
          "name": "ObcTableRow",
          "declaration": {
            "name": "ObcTableRow",
            "module": "src/components/table/table.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-table-row",
          "declaration": {
            "name": "ObcTableRow",
            "module": "src/components/table/table.ts"
          }
        },
        {
          "kind": "js",
          "name": "ObcTableHeader",
          "declaration": {
            "name": "ObcTableHeader",
            "module": "src/components/table/table.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-table-header",
          "declaration": {
            "name": "ObcTableHeader",
            "module": "src/components/table/table.ts"
          }
        },
        {
          "kind": "js",
          "name": "ObcTableBody",
          "declaration": {
            "name": "ObcTableBody",
            "module": "src/components/table/table.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-table-body",
          "declaration": {
            "name": "ObcTableBody",
            "module": "src/components/table/table.ts"
          }
        },
        {
          "kind": "js",
          "name": "ObcTable",
          "declaration": {
            "name": "ObcTable",
            "module": "src/components/table/table.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-table",
          "declaration": {
            "name": "ObcTable",
            "module": "src/components/table/table.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/toggle-button-group/toggle-button-group.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcToggleButtonGroup",
          "members": [
            {
              "kind": "field",
              "name": "hasLabels",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "hasLabels"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "options",
              "type": {
                "text": "NodeListOf<ObcToggleButtonOption>"
              }
            },
            {
              "kind": "method",
              "name": "handleOptionClick",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "name": "value",
              "type": {
                "text": "CustomEvent"
              }
            }
          ],
          "attributes": [
            {
              "name": "hasLabels",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "hasLabels"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "value"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-toggle-button-group",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcToggleButtonGroup",
          "declaration": {
            "name": "ObcToggleButtonGroup",
            "module": "src/components/toggle-button-group/toggle-button-group.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-toggle-button-group",
          "declaration": {
            "name": "ObcToggleButtonGroup",
            "module": "src/components/toggle-button-group/toggle-button-group.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/toggle-button-option/toggle-button-option.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcToggleButtonOption",
          "members": [
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "'value'",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "selected"
            },
            {
              "kind": "method",
              "name": "onClick"
            }
          ],
          "events": [
            {
              "name": "selected",
              "type": {
                "text": "CustomEvent"
              }
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "'value'",
              "fieldName": "value"
            },
            {
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "selected"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-toggle-button-option",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcToggleButtonOption",
          "declaration": {
            "name": "ObcToggleButtonOption",
            "module": "src/components/toggle-button-option/toggle-button-option.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-toggle-button-option",
          "declaration": {
            "name": "ObcToggleButtonOption",
            "module": "src/components/toggle-button-option/toggle-button-option.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/toggle-switch/toggle-switch.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcToggleSwitch",
          "members": [
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "'Label'",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "checked"
            },
            {
              "kind": "method",
              "name": "_tryChange",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "InputEvent"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Dispatched when the value of the input changes",
              "name": "input"
            }
          ],
          "attributes": [
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "'Label'",
              "fieldName": "label"
            },
            {
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "checked"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-toggle-switch",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcToggleSwitch",
          "declaration": {
            "name": "ObcToggleSwitch",
            "module": "src/components/toggle-switch/toggle-switch.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-toggle-switch",
          "declaration": {
            "name": "ObcToggleSwitch",
            "module": "src/components/toggle-switch/toggle-switch.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/tooltip/tooltip.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcTooltip",
          "members": [
            {
              "kind": "field",
              "name": "variant",
              "default": "'neutral'",
              "attribute": "variant"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "'Title'",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "'Tooltip text'",
              "attribute": "text"
            },
            {
              "kind": "field",
              "name": "rightArrow",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "rightArrow"
            }
          ],
          "events": [
            {
              "name": "click:more",
              "type": {
                "text": "CustomEvent"
              }
            }
          ],
          "attributes": [
            {
              "name": "variant",
              "default": "'neutral'",
              "fieldName": "variant"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "'Title'",
              "fieldName": "label"
            },
            {
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "'Tooltip text'",
              "fieldName": "text"
            },
            {
              "name": "rightArrow",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "rightArrow"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-tooltip",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcTooltip",
          "declaration": {
            "name": "ObcTooltip",
            "module": "src/components/tooltip/tooltip.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-tooltip",
          "declaration": {
            "name": "ObcTooltip",
            "module": "src/components/tooltip/tooltip.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/top-bar/top-bar.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "Top bar component",
          "name": "ObcTopBar",
          "members": [
            {
              "kind": "field",
              "name": "appTitle",
              "type": {
                "text": "string"
              },
              "default": "'App'",
              "attribute": "appTitle"
            },
            {
              "kind": "field",
              "name": "pageName",
              "type": {
                "text": "string"
              },
              "default": "'Page'",
              "attribute": "pageName"
            },
            {
              "kind": "field",
              "name": "date",
              "type": {
                "text": "string"
              },
              "default": "'2021-01-01T11:11:11.111Z'",
              "attribute": "date"
            },
            {
              "kind": "field",
              "name": "menuButtonActivated",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "menuButtonActivated"
            },
            {
              "kind": "field",
              "name": "dimmingButtonActivated",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "dimmingButtonActivated"
            },
            {
              "kind": "field",
              "name": "appsButtonActivated",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "appsButtonActivated"
            },
            {
              "kind": "field",
              "name": "leftMoreButtonActivated",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "leftMoreButtonActivated"
            },
            {
              "kind": "field",
              "name": "wideMenuButton",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "wideMenuButton"
            },
            {
              "kind": "field",
              "name": "showAppsButton",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "showAppsButton"
            },
            {
              "kind": "field",
              "name": "showDimmingButton",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "showDimmingButton"
            },
            {
              "kind": "field",
              "name": "showClock",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "showClock"
            },
            {
              "kind": "field",
              "name": "showDate",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "showDate"
            },
            {
              "kind": "field",
              "name": "inactive",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "inactive"
            },
            {
              "kind": "field",
              "name": "appButtonBreakpointPx",
              "type": {
                "text": "number"
              },
              "default": "500",
              "attribute": "appButtonBreakpointPx"
            },
            {
              "kind": "field",
              "name": "dimmingButtonBreakpointPx",
              "type": {
                "text": "number"
              },
              "default": "500",
              "attribute": "dimmingButtonBreakpointPx"
            },
            {
              "kind": "field",
              "name": "appTitleBreakpointPx",
              "type": {
                "text": "number"
              },
              "default": "500",
              "attribute": "appTitleBreakpointPx"
            },
            {
              "kind": "field",
              "name": "clockMinimizeBreakpointPx",
              "type": {
                "text": "number"
              },
              "default": "300",
              "attribute": "clockMinimizeBreakpointPx"
            },
            {
              "kind": "field",
              "name": "settings",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "settings"
            },
            {
              "kind": "field",
              "name": "breadcrumbItems",
              "type": {
                "text": "BreadcrumbItem[]"
              },
              "default": "[]",
              "attribute": "breadcrumbItems"
            },
            {
              "kind": "method",
              "name": "menuButtonClicked",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "dimmingButtonClicked",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "appsButtonClicked",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "leftMoreButtonClicked",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "name": "menu-button-clicked",
              "type": {
                "text": "CustomEvent"
              },
              "description": "Menu button clicked"
            },
            {
              "name": "dimming-button-clicked",
              "type": {
                "text": "CustomEvent"
              },
              "description": "Dimming button clicked"
            },
            {
              "name": "apps-button-clicked",
              "type": {
                "text": "CustomEvent"
              },
              "description": "Apps button clicked"
            },
            {
              "name": "left-more-button-clicked",
              "type": {
                "text": "CustomEvent"
              },
              "description": "Left more button clicked"
            },
            {
              "name": "close",
              "type": {
                "text": "CustomEvent"
              }
            },
            {
              "name": "back",
              "type": {
                "text": "CustomEvent"
              }
            },
            {
              "name": "forward",
              "type": {
                "text": "CustomEvent"
              }
            }
          ],
          "attributes": [
            {
              "name": "appTitle",
              "type": {
                "text": "string"
              },
              "default": "'App'",
              "fieldName": "appTitle"
            },
            {
              "name": "pageName",
              "type": {
                "text": "string"
              },
              "default": "'Page'",
              "fieldName": "pageName"
            },
            {
              "name": "date",
              "type": {
                "text": "string"
              },
              "default": "'2021-01-01T11:11:11.111Z'",
              "fieldName": "date"
            },
            {
              "name": "menuButtonActivated",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "menuButtonActivated"
            },
            {
              "name": "dimmingButtonActivated",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "dimmingButtonActivated"
            },
            {
              "name": "appsButtonActivated",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "appsButtonActivated"
            },
            {
              "name": "leftMoreButtonActivated",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "leftMoreButtonActivated"
            },
            {
              "name": "wideMenuButton",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "wideMenuButton"
            },
            {
              "name": "showAppsButton",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "showAppsButton"
            },
            {
              "name": "showDimmingButton",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "showDimmingButton"
            },
            {
              "name": "showClock",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "showClock"
            },
            {
              "name": "showDate",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "showDate"
            },
            {
              "name": "inactive",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "inactive"
            },
            {
              "name": "appButtonBreakpointPx",
              "type": {
                "text": "number"
              },
              "default": "500",
              "fieldName": "appButtonBreakpointPx"
            },
            {
              "name": "dimmingButtonBreakpointPx",
              "type": {
                "text": "number"
              },
              "default": "500",
              "fieldName": "dimmingButtonBreakpointPx"
            },
            {
              "name": "appTitleBreakpointPx",
              "type": {
                "text": "number"
              },
              "default": "500",
              "fieldName": "appTitleBreakpointPx"
            },
            {
              "name": "clockMinimizeBreakpointPx",
              "type": {
                "text": "number"
              },
              "default": "300",
              "fieldName": "clockMinimizeBreakpointPx"
            },
            {
              "name": "settings",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "settings"
            },
            {
              "name": "breadcrumbItems",
              "type": {
                "text": "BreadcrumbItem[]"
              },
              "default": "[]",
              "fieldName": "breadcrumbItems"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-top-bar",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcTopBar",
          "declaration": {
            "name": "ObcTopBar",
            "module": "src/components/top-bar/top-bar.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-top-bar",
          "declaration": {
            "name": "ObcTopBar",
            "module": "src/components/top-bar/top-bar.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/vendor-button/vendor-button.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcVendorButton",
          "members": [
            {
              "kind": "field",
              "name": "imageSrc",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "imageSrc"
            },
            {
              "kind": "field",
              "name": "alt",
              "type": {
                "text": "string"
              },
              "default": "'logo'",
              "attribute": "alt"
            }
          ],
          "attributes": [
            {
              "name": "imageSrc",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "imageSrc"
            },
            {
              "name": "alt",
              "type": {
                "text": "string"
              },
              "default": "'logo'",
              "fieldName": "alt"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-vendor-button",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcVendorButton",
          "declaration": {
            "name": "ObcVendorButton",
            "module": "src/components/vendor-button/vendor-button.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-vendor-button",
          "declaration": {
            "name": "ObcVendorButton",
            "module": "src/components/vendor-button/vendor-button.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/azimuth-thruster/azimuth-thruster.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcAzimuthThruster",
          "members": [
            {
              "kind": "field",
              "name": "angle",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "angle"
            },
            {
              "kind": "field",
              "name": "angleSetpoint",
              "type": {
                "text": "number | undefined"
              },
              "attribute": "angleSetpoint"
            },
            {
              "kind": "field",
              "name": "atAngleSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "atAngleSetpoint"
            },
            {
              "kind": "field",
              "name": "touching",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "touching"
            },
            {
              "kind": "field",
              "name": "disableAutoAtAngleSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disableAutoAtAngleSetpoint"
            },
            {
              "kind": "field",
              "name": "autoAtAngleSetpointDeadband",
              "type": {
                "text": "number"
              },
              "default": "2",
              "attribute": "autoAtAngleSetpointDeadband"
            },
            {
              "kind": "field",
              "name": "thrust",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "thrust"
            },
            {
              "kind": "field",
              "name": "thrustSetpoint",
              "type": {
                "text": "number | undefined"
              },
              "attribute": "thrustSetpoint"
            },
            {
              "kind": "field",
              "name": "atThrustSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "atThrustSetpoint"
            },
            {
              "kind": "field",
              "name": "thrustSetpointAtZeroDeadband",
              "type": {
                "text": "number"
              },
              "default": "0.1",
              "attribute": "thrustSetpointAtZeroDeadband"
            },
            {
              "kind": "field",
              "name": "disableAutoAtThrustSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disableAutoAtThrustSetpoint"
            },
            {
              "kind": "field",
              "name": "autoAtThrustSetpointDeadband",
              "type": {
                "text": "number"
              },
              "default": "1",
              "attribute": "autoAtThrustSetpointDeadband"
            },
            {
              "kind": "field",
              "name": "state",
              "type": {
                "text": "InstrumentState"
              },
              "attribute": "state"
            },
            {
              "kind": "field",
              "name": "loading",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "loading"
            },
            {
              "kind": "field",
              "name": "noPadding",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "noPadding"
            },
            {
              "kind": "field",
              "name": "angleAdvices",
              "type": {
                "text": "AngleAdvice[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "thrustAdvices",
              "type": {
                "text": "LinearAdvice[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "singleDirection",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "singleDirection"
            },
            {
              "kind": "field",
              "name": "topPropeller",
              "type": {
                "text": "PropellerType"
              },
              "attribute": "topPropeller"
            },
            {
              "kind": "field",
              "name": "bottomPropeller",
              "type": {
                "text": "PropellerType"
              },
              "attribute": "bottomPropeller"
            },
            {
              "kind": "field",
              "name": "atAngleSetpointCalc",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "angleAdviceRaw",
              "type": {
                "text": "AngleAdviceRaw[]"
              },
              "privacy": "private",
              "readonly": true
            }
          ],
          "attributes": [
            {
              "name": "angle",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "angle"
            },
            {
              "name": "angleSetpoint",
              "type": {
                "text": "number | undefined"
              },
              "fieldName": "angleSetpoint"
            },
            {
              "name": "atAngleSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "atAngleSetpoint"
            },
            {
              "name": "touching",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "touching"
            },
            {
              "name": "disableAutoAtAngleSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disableAutoAtAngleSetpoint"
            },
            {
              "name": "autoAtAngleSetpointDeadband",
              "type": {
                "text": "number"
              },
              "default": "2",
              "fieldName": "autoAtAngleSetpointDeadband"
            },
            {
              "name": "thrust",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "thrust"
            },
            {
              "name": "thrustSetpoint",
              "type": {
                "text": "number | undefined"
              },
              "fieldName": "thrustSetpoint"
            },
            {
              "name": "atThrustSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "atThrustSetpoint"
            },
            {
              "name": "thrustSetpointAtZeroDeadband",
              "type": {
                "text": "number"
              },
              "default": "0.1",
              "fieldName": "thrustSetpointAtZeroDeadband"
            },
            {
              "name": "disableAutoAtThrustSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disableAutoAtThrustSetpoint"
            },
            {
              "name": "autoAtThrustSetpointDeadband",
              "type": {
                "text": "number"
              },
              "default": "1",
              "fieldName": "autoAtThrustSetpointDeadband"
            },
            {
              "name": "state",
              "type": {
                "text": "InstrumentState"
              },
              "fieldName": "state"
            },
            {
              "name": "loading",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "loading"
            },
            {
              "name": "noPadding",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "noPadding"
            },
            {
              "name": "singleDirection",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "singleDirection"
            },
            {
              "name": "topPropeller",
              "type": {
                "text": "PropellerType"
              },
              "fieldName": "topPropeller"
            },
            {
              "name": "bottomPropeller",
              "type": {
                "text": "PropellerType"
              },
              "fieldName": "bottomPropeller"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-azimuth-thruster",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcAzimuthThruster",
          "declaration": {
            "name": "ObcAzimuthThruster",
            "module": "src/navigation-instruments/azimuth-thruster/azimuth-thruster.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-azimuth-thruster",
          "declaration": {
            "name": "ObcAzimuthThruster",
            "module": "src/navigation-instruments/azimuth-thruster/azimuth-thruster.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/azimuth-thruster-labeled/azimuth-thruster-labeled.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcAzimuthThrusterLabeled",
          "members": [
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "commandStatus",
              "type": {
                "text": "CommandStatus"
              },
              "attribute": "commandStatus"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "AzimuthThrusterLabeledSize"
              },
              "attribute": "size"
            },
            {
              "kind": "field",
              "name": "angle",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "angle"
            },
            {
              "kind": "field",
              "name": "angleSetpoint",
              "type": {
                "text": "number | undefined"
              },
              "attribute": "angleSetpoint"
            },
            {
              "kind": "field",
              "name": "atAngleSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "atAngleSetpoint"
            },
            {
              "kind": "field",
              "name": "disableAutoAtAngleSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disableAutoAtAngleSetpoint"
            },
            {
              "kind": "field",
              "name": "autoAtAngleSetpointDeadband",
              "type": {
                "text": "number"
              },
              "default": "2",
              "attribute": "autoAtAngleSetpointDeadband"
            },
            {
              "kind": "field",
              "name": "touching",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "touching"
            },
            {
              "kind": "field",
              "name": "thrust",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "thrust"
            },
            {
              "kind": "field",
              "name": "thrustSetpoint",
              "type": {
                "text": "number | undefined"
              },
              "attribute": "thrustSetpoint"
            },
            {
              "kind": "field",
              "name": "atThrustSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "atThrustSetpoint"
            },
            {
              "kind": "field",
              "name": "thrustSetpointAtZero",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "thrustSetpointAtZero"
            },
            {
              "kind": "field",
              "name": "disableAutoAtThrustSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disableAutoAtThrustSetpoint"
            },
            {
              "kind": "field",
              "name": "autoAtThrustSetpointDeadband",
              "type": {
                "text": "number"
              },
              "default": "1",
              "attribute": "autoAtThrustSetpointDeadband"
            },
            {
              "kind": "field",
              "name": "thrustSetpointAtZeroDeadband",
              "type": {
                "text": "number"
              },
              "default": "0.1",
              "attribute": "thrustSetpointAtZeroDeadband"
            },
            {
              "kind": "field",
              "name": "angleAdvices",
              "type": {
                "text": "AngleAdvice[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "thrustAdvices",
              "type": {
                "text": "LinearAdvice[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "singleDirection",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "singleDirection"
            },
            {
              "kind": "field",
              "name": "topPropeller",
              "type": {
                "text": "PropellerType"
              },
              "attribute": "topPropeller"
            },
            {
              "kind": "field",
              "name": "bottomPropeller",
              "type": {
                "text": "PropellerType"
              },
              "attribute": "bottomPropeller"
            }
          ],
          "attributes": [
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "label"
            },
            {
              "name": "commandStatus",
              "type": {
                "text": "CommandStatus"
              },
              "fieldName": "commandStatus"
            },
            {
              "name": "size",
              "type": {
                "text": "AzimuthThrusterLabeledSize"
              },
              "fieldName": "size"
            },
            {
              "name": "angle",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "angle"
            },
            {
              "name": "angleSetpoint",
              "type": {
                "text": "number | undefined"
              },
              "fieldName": "angleSetpoint"
            },
            {
              "name": "atAngleSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "atAngleSetpoint"
            },
            {
              "name": "disableAutoAtAngleSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disableAutoAtAngleSetpoint"
            },
            {
              "name": "autoAtAngleSetpointDeadband",
              "type": {
                "text": "number"
              },
              "default": "2",
              "fieldName": "autoAtAngleSetpointDeadband"
            },
            {
              "name": "touching",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "touching"
            },
            {
              "name": "thrust",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "thrust"
            },
            {
              "name": "thrustSetpoint",
              "type": {
                "text": "number | undefined"
              },
              "fieldName": "thrustSetpoint"
            },
            {
              "name": "atThrustSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "atThrustSetpoint"
            },
            {
              "name": "thrustSetpointAtZero",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "thrustSetpointAtZero"
            },
            {
              "name": "disableAutoAtThrustSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disableAutoAtThrustSetpoint"
            },
            {
              "name": "autoAtThrustSetpointDeadband",
              "type": {
                "text": "number"
              },
              "default": "1",
              "fieldName": "autoAtThrustSetpointDeadband"
            },
            {
              "name": "thrustSetpointAtZeroDeadband",
              "type": {
                "text": "number"
              },
              "default": "0.1",
              "fieldName": "thrustSetpointAtZeroDeadband"
            },
            {
              "name": "singleDirection",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "singleDirection"
            },
            {
              "name": "topPropeller",
              "type": {
                "text": "PropellerType"
              },
              "fieldName": "topPropeller"
            },
            {
              "name": "bottomPropeller",
              "type": {
                "text": "PropellerType"
              },
              "fieldName": "bottomPropeller"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-azimuth-thruster-labeled",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcAzimuthThrusterLabeled",
          "declaration": {
            "name": "ObcAzimuthThrusterLabeled",
            "module": "src/navigation-instruments/azimuth-thruster-labeled/azimuth-thruster-labeled.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-azimuth-thruster-labeled",
          "declaration": {
            "name": "ObcAzimuthThrusterLabeled",
            "module": "src/navigation-instruments/azimuth-thruster-labeled/azimuth-thruster-labeled.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/badge-command/badge-command.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcBadgeCommand",
          "members": [
            {
              "kind": "field",
              "name": "status",
              "type": {
                "text": "CommandStatus"
              },
              "attribute": "status"
            },
            {
              "kind": "field",
              "name": "large",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "large"
            },
            {
              "kind": "field",
              "name": "iconLarge",
              "type": {
                "text": "HTMLTemplateResult"
              },
              "readonly": true
            },
            {
              "kind": "field",
              "name": "iconSmall",
              "type": {
                "text": "HTMLTemplateResult"
              },
              "readonly": true
            }
          ],
          "attributes": [
            {
              "name": "status",
              "type": {
                "text": "CommandStatus"
              },
              "fieldName": "status"
            },
            {
              "name": "large",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "large"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-badge-command",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcBadgeCommand",
          "declaration": {
            "name": "ObcBadgeCommand",
            "module": "src/navigation-instruments/badge-command/badge-command.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-badge-command",
          "declaration": {
            "name": "ObcBadgeCommand",
            "module": "src/navigation-instruments/badge-command/badge-command.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/compass/arrow.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "arrow",
          "return": {
            "type": {
              "text": "SVGTemplateResult | SVGTemplateResult[]"
            }
          },
          "parameters": [
            {
              "name": "style",
              "type": {
                "text": "ArrowStyle"
              }
            },
            {
              "name": "angle",
              "type": {
                "text": "number"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "arrow",
          "declaration": {
            "name": "arrow",
            "module": "src/navigation-instruments/compass/arrow.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/compass/compass.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcCompass",
          "members": [
            {
              "kind": "field",
              "name": "heading",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "heading"
            },
            {
              "kind": "field",
              "name": "courseOverGround",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "courseOverGround"
            },
            {
              "kind": "field",
              "name": "headingAdvices",
              "type": {
                "text": "AngleAdvice[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "_resizeController",
              "privacy": "private",
              "default": "new ResizeController(this, {})"
            },
            {
              "kind": "method",
              "name": "getPadding",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "angleAdviceRaw",
              "type": {
                "text": "AngleAdviceRaw[]"
              },
              "privacy": "private",
              "readonly": true
            }
          ],
          "attributes": [
            {
              "name": "heading",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "heading"
            },
            {
              "name": "courseOverGround",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "courseOverGround"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-compass",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcCompass",
          "declaration": {
            "name": "ObcCompass",
            "module": "src/navigation-instruments/compass/compass.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-compass",
          "declaration": {
            "name": "ObcCompass",
            "module": "src/navigation-instruments/compass/compass.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/compass/radial-tickmark.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "radialTickmarks",
          "return": {
            "type": {
              "text": "SVGTemplateResult[]"
            }
          },
          "parameters": [
            {
              "name": "minAngle",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "maxAngle",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "type",
              "type": {
                "text": "TickmarkType | undefined"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "radialTickmarks",
          "declaration": {
            "name": "radialTickmarks",
            "module": "src/navigation-instruments/compass/radial-tickmark.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/compass-flat/compass-flat.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcCompassFlat",
          "members": [
            {
              "kind": "field",
              "name": "noPadding",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "attribute": "noPadding"
            },
            {
              "kind": "field",
              "name": "FOVIndicator",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "FOVIndicator"
            },
            {
              "kind": "field",
              "name": "padding",
              "type": {
                "text": "number"
              },
              "default": "16",
              "attribute": "padding"
            },
            {
              "kind": "field",
              "name": "heading",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "heading"
            },
            {
              "kind": "field",
              "name": "courseOverGround",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "courseOverGround"
            },
            {
              "kind": "field",
              "name": "tickInterval",
              "type": {
                "text": "number"
              },
              "default": "5",
              "attribute": "tickInterval"
            },
            {
              "kind": "field",
              "name": "FOV",
              "type": {
                "text": "number"
              },
              "default": "45",
              "attribute": "FOV"
            },
            {
              "kind": "field",
              "name": "minFOV",
              "type": {
                "text": "number"
              },
              "default": "45",
              "attribute": "minFOV"
            },
            {
              "kind": "field",
              "name": "maxFOV",
              "type": {
                "text": "number"
              },
              "default": "180",
              "attribute": "maxFOV"
            },
            {
              "kind": "field",
              "name": "containerWidth",
              "type": {
                "text": "number"
              },
              "default": "0"
            },
            {
              "kind": "field",
              "name": "maxContainerWidth",
              "type": {
                "text": "number"
              },
              "default": "0"
            },
            {
              "kind": "field",
              "name": "resizeObserver",
              "type": {
                "text": "ResizeObserver"
              },
              "privacy": "private",
              "default": "new ResizeObserver((entries) => { for (const entry of entries) { // Made by chatGPT so that the text is inside the wrapper this.maxContainerWidth = -125.36 + 3.79 * entry.contentRect.height; this.containerWidth = Math.min( entry.contentRect.width, this.maxContainerWidth ); } })"
            },
            {
              "kind": "method",
              "name": "generateLabels"
            },
            {
              "kind": "method",
              "name": "generateIntervalTickmarks",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Tickmark[]"
                }
              },
              "parameters": [
                {
                  "name": "scale",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "generateCardinalTickmarks",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Tickmark[]"
                }
              },
              "parameters": [
                {
                  "name": "scale",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "labels",
                  "type": {
                    "text": "Label[]"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "generateTickmarks",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Tickmark[]"
                }
              },
              "parameters": [
                {
                  "name": "scale",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "labels",
                  "type": {
                    "text": "Label[]"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "renderFOVIndicator",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "SVGTemplateResult[]"
                }
              }
            },
            {
              "kind": "field",
              "name": "HDGSvg",
              "type": {
                "text": "SVGTemplateResult"
              },
              "privacy": "private",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "COGSvg",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "SVGTemplateResult"
                }
              },
              "parameters": [
                {
                  "name": "translation",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            }
          ],
          "attributes": [
            {
              "name": "noPadding",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "fieldName": "noPadding"
            },
            {
              "name": "FOVIndicator",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "FOVIndicator"
            },
            {
              "name": "padding",
              "type": {
                "text": "number"
              },
              "default": "16",
              "fieldName": "padding"
            },
            {
              "name": "heading",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "heading"
            },
            {
              "name": "courseOverGround",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "courseOverGround"
            },
            {
              "name": "tickInterval",
              "type": {
                "text": "number"
              },
              "default": "5",
              "fieldName": "tickInterval"
            },
            {
              "name": "FOV",
              "type": {
                "text": "number"
              },
              "default": "45",
              "fieldName": "FOV"
            },
            {
              "name": "minFOV",
              "type": {
                "text": "number"
              },
              "default": "45",
              "fieldName": "minFOV"
            },
            {
              "name": "maxFOV",
              "type": {
                "text": "number"
              },
              "default": "180",
              "fieldName": "maxFOV"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-compass-flat",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcCompassFlat",
          "declaration": {
            "name": "ObcCompassFlat",
            "module": "src/navigation-instruments/compass-flat/compass-flat.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-compass-flat",
          "declaration": {
            "name": "ObcCompassFlat",
            "module": "src/navigation-instruments/compass-flat/compass-flat.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/instrument-field/instrument-field.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcInstrumentField",
          "members": [
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "InstrumentFieldSize"
              },
              "attribute": "size"
            },
            {
              "kind": "field",
              "name": "setpoint",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "setpoint"
            },
            {
              "kind": "field",
              "name": "hasSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "hasSetpoint"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "degree",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "degree"
            },
            {
              "kind": "field",
              "name": "maxDigits",
              "type": {
                "text": "number"
              },
              "default": "3",
              "attribute": "maxDigits"
            },
            {
              "kind": "field",
              "name": "fractionDigits",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "fractionDigits"
            },
            {
              "kind": "field",
              "name": "tag",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "tag"
            },
            {
              "kind": "field",
              "name": "unit",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "unit"
            },
            {
              "kind": "field",
              "name": "source",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "source"
            },
            {
              "kind": "field",
              "name": "hasSource",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "hasSource"
            },
            {
              "kind": "field",
              "name": "setpointValueBlueNumbers",
              "type": {
                "text": "string"
              },
              "readonly": true
            },
            {
              "kind": "field",
              "name": "valueBlueNumbers",
              "type": {
                "text": "string"
              },
              "readonly": true
            },
            {
              "kind": "field",
              "name": "hintZeros",
              "type": {
                "text": "string"
              },
              "readonly": true
            }
          ],
          "attributes": [
            {
              "name": "size",
              "type": {
                "text": "InstrumentFieldSize"
              },
              "fieldName": "size"
            },
            {
              "name": "setpoint",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "setpoint"
            },
            {
              "name": "hasSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "hasSetpoint"
            },
            {
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "value"
            },
            {
              "name": "degree",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "degree"
            },
            {
              "name": "maxDigits",
              "type": {
                "text": "number"
              },
              "default": "3",
              "fieldName": "maxDigits"
            },
            {
              "name": "fractionDigits",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "fractionDigits"
            },
            {
              "name": "tag",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "tag"
            },
            {
              "name": "unit",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "unit"
            },
            {
              "name": "source",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "source"
            },
            {
              "name": "hasSource",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "hasSource"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-instrument-field",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcInstrumentField",
          "declaration": {
            "name": "ObcInstrumentField",
            "module": "src/navigation-instruments/instrument-field/instrument-field.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-instrument-field",
          "declaration": {
            "name": "ObcInstrumentField",
            "module": "src/navigation-instruments/instrument-field/instrument-field.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/main-engine/main-engine.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcMainEngine",
          "members": [
            {
              "kind": "field",
              "name": "thrust",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "thrust"
            },
            {
              "kind": "field",
              "name": "thrustSetpoint",
              "type": {
                "text": "number | undefined"
              },
              "attribute": "thrustSetpoint"
            },
            {
              "kind": "field",
              "name": "thrustTouching",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "thrustTouching"
            },
            {
              "kind": "field",
              "name": "atThrustSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "atThrustSetpoint"
            },
            {
              "kind": "field",
              "name": "speed",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "speed"
            },
            {
              "kind": "field",
              "name": "speedSetpoint",
              "type": {
                "text": "number | undefined"
              },
              "attribute": "speedSetpoint"
            },
            {
              "kind": "field",
              "name": "speedTouching",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "speedTouching"
            },
            {
              "kind": "field",
              "name": "atSpeedSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "atSpeedSetpoint"
            },
            {
              "kind": "field",
              "name": "disableAutoAtThrustSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disableAutoAtThrustSetpoint"
            },
            {
              "kind": "field",
              "name": "disableAutoAtSpeedSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disableAutoAtSpeedSetpoint"
            },
            {
              "kind": "field",
              "name": "autoAtThrustSetpointDeadband",
              "type": {
                "text": "number"
              },
              "default": "1",
              "attribute": "autoAtThrustSetpointDeadband"
            },
            {
              "kind": "field",
              "name": "autoAtSpeedSetpointDeadband",
              "type": {
                "text": "number"
              },
              "default": "1",
              "attribute": "autoAtSpeedSetpointDeadband"
            },
            {
              "kind": "field",
              "name": "thrustSetpointAtZeroDeadband",
              "type": {
                "text": "number"
              },
              "default": "0.5",
              "attribute": "thrustSetpointAtZeroDeadband"
            },
            {
              "kind": "field",
              "name": "speedSetpointAtZeroDeadband",
              "type": {
                "text": "number"
              },
              "default": "0.5",
              "attribute": "speedSetpointAtZeroDeadband"
            },
            {
              "kind": "field",
              "name": "state",
              "type": {
                "text": "InstrumentState"
              },
              "attribute": "state"
            },
            {
              "kind": "field",
              "name": "thrustAdvices",
              "type": {
                "text": "LinearAdvice[]"
              },
              "default": "[]",
              "attribute": "thrustAdvices"
            }
          ],
          "attributes": [
            {
              "name": "thrust",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "thrust"
            },
            {
              "name": "thrustSetpoint",
              "type": {
                "text": "number | undefined"
              },
              "fieldName": "thrustSetpoint"
            },
            {
              "name": "thrustTouching",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "thrustTouching"
            },
            {
              "name": "atThrustSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "atThrustSetpoint"
            },
            {
              "name": "speed",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "speed"
            },
            {
              "name": "speedSetpoint",
              "type": {
                "text": "number | undefined"
              },
              "fieldName": "speedSetpoint"
            },
            {
              "name": "speedTouching",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "speedTouching"
            },
            {
              "name": "atSpeedSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "atSpeedSetpoint"
            },
            {
              "name": "disableAutoAtThrustSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disableAutoAtThrustSetpoint"
            },
            {
              "name": "disableAutoAtSpeedSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disableAutoAtSpeedSetpoint"
            },
            {
              "name": "autoAtThrustSetpointDeadband",
              "type": {
                "text": "number"
              },
              "default": "1",
              "fieldName": "autoAtThrustSetpointDeadband"
            },
            {
              "name": "autoAtSpeedSetpointDeadband",
              "type": {
                "text": "number"
              },
              "default": "1",
              "fieldName": "autoAtSpeedSetpointDeadband"
            },
            {
              "name": "thrustSetpointAtZeroDeadband",
              "type": {
                "text": "number"
              },
              "default": "0.5",
              "fieldName": "thrustSetpointAtZeroDeadband"
            },
            {
              "name": "speedSetpointAtZeroDeadband",
              "type": {
                "text": "number"
              },
              "default": "0.5",
              "fieldName": "speedSetpointAtZeroDeadband"
            },
            {
              "name": "state",
              "type": {
                "text": "InstrumentState"
              },
              "fieldName": "state"
            },
            {
              "name": "thrustAdvices",
              "type": {
                "text": "LinearAdvice[]"
              },
              "default": "[]",
              "fieldName": "thrustAdvices"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-main-engine",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcMainEngine",
          "declaration": {
            "name": "ObcMainEngine",
            "module": "src/navigation-instruments/main-engine/main-engine.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-main-engine",
          "declaration": {
            "name": "ObcMainEngine",
            "module": "src/navigation-instruments/main-engine/main-engine.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/poi-graphic-line/poi-config.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "POI_LINE_CONFIG",
          "type": {
            "text": "Record<POIStyle, POILineParams>"
          },
          "default": "{ [POIStyle.Normal]: { lineColor: 'var(--element-active-inverted-color)', outlineColor: 'var(--element-disabled-color)', width: 4, lineWidth: 1, outlineWidth: 1, shadowAlpha: 0.8, dotStart: 2, lineEnd: 3, filterDimensions: {x: 0.5, y: 0.5, width: 3}, }, [POIStyle.Enhanced]: { lineColor: 'var(--instrument-enhanced-secondary-color)', outlineColor: 'var(--element-active-inverted-color)', width: 8, lineWidth: 1, outlineWidth: 2, shadowAlpha: 0.2, dotStart: 0, lineEnd: 3, filterDimensions: {x: 0, y: 0, width: 4}, }, }"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "POI_LINE_CONFIG",
          "declaration": {
            "name": "POI_LINE_CONFIG",
            "module": "src/navigation-instruments/poi-graphic-line/poi-config.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/poi-graphic-line/poi-graphic-line.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcPoiGraphicLine",
          "members": [
            {
              "kind": "field",
              "name": "lineHeight",
              "type": {
                "text": "number"
              },
              "default": "96",
              "attribute": "lineHeight"
            },
            {
              "kind": "field",
              "name": "width",
              "type": {
                "text": "number"
              },
              "default": "4",
              "attribute": "width"
            },
            {
              "kind": "field",
              "name": "lineStart",
              "type": {
                "text": "number"
              },
              "default": "1",
              "attribute": "lineStart"
            },
            {
              "kind": "field",
              "name": "lineStyle",
              "type": {
                "text": "POIStyle"
              },
              "attribute": "lineStyle"
            }
          ],
          "attributes": [
            {
              "name": "lineHeight",
              "type": {
                "text": "number"
              },
              "default": "96",
              "fieldName": "lineHeight"
            },
            {
              "name": "width",
              "type": {
                "text": "number"
              },
              "default": "4",
              "fieldName": "width"
            },
            {
              "name": "lineStart",
              "type": {
                "text": "number"
              },
              "default": "1",
              "fieldName": "lineStart"
            },
            {
              "name": "lineStyle",
              "type": {
                "text": "POIStyle"
              },
              "fieldName": "lineStyle"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-poi-graphic-line",
          "customElement": true
        },
        {
          "kind": "function",
          "name": "graphicLine",
          "parameters": [
            {
              "name": "{\n  style,\n  lineHeight,\n  totalHeight,\n}",
              "type": {
                "text": "{\n  style: POILineParams;\n  lineHeight: number;\n  totalHeight: number;\n}"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcPoiGraphicLine",
          "declaration": {
            "name": "ObcPoiGraphicLine",
            "module": "src/navigation-instruments/poi-graphic-line/poi-graphic-line.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-poi-graphic-line",
          "declaration": {
            "name": "ObcPoiGraphicLine",
            "module": "src/navigation-instruments/poi-graphic-line/poi-graphic-line.ts"
          }
        },
        {
          "kind": "js",
          "name": "graphicLine",
          "declaration": {
            "name": "graphicLine",
            "module": "src/navigation-instruments/poi-graphic-line/poi-graphic-line.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/poi-line/poi-line.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcPoiLine",
          "members": [
            {
              "kind": "field",
              "name": "height",
              "type": {
                "text": "number"
              },
              "default": "96",
              "attribute": "height"
            },
            {
              "kind": "field",
              "name": "poiStyle",
              "type": {
                "text": "POIStyle"
              },
              "attribute": "poiStyle"
            }
          ],
          "attributes": [
            {
              "name": "height",
              "type": {
                "text": "number"
              },
              "default": "96",
              "fieldName": "height"
            },
            {
              "name": "poiStyle",
              "type": {
                "text": "POIStyle"
              },
              "fieldName": "poiStyle"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-poi-line",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcPoiLine",
          "declaration": {
            "name": "ObcPoiLine",
            "module": "src/navigation-instruments/poi-line/poi-line.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-poi-line",
          "declaration": {
            "name": "ObcPoiLine",
            "module": "src/navigation-instruments/poi-line/poi-line.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/poi-line/pointerDot.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "renderPointerDot",
          "parameters": [
            {
              "name": "{\n  lineStyle,\n  centerX,\n  centerY,\n  width,\n  vbHeight,\n  lineColor,\n  outlineColor,\n}",
              "type": {
                "text": "{\n  lineStyle: POIStyle;\n  centerX: number;\n  centerY: number;\n  width: number;\n  vbHeight: number;\n  lineColor: string;\n  outlineColor: string;\n}"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "renderPointerDot",
          "declaration": {
            "name": "renderPointerDot",
            "module": "src/navigation-instruments/poi-line/pointerDot.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/poi-target/arrow.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "pointerArrow",
          "parameters": [
            {
              "name": "pointerType",
              "type": {
                "text": "Pointer"
              }
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "pointerArrow",
          "declaration": {
            "name": "pointerArrow",
            "module": "src/navigation-instruments/poi-target/arrow.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/poi-target/poi-target.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcPoiTarget",
          "members": [
            {
              "kind": "field",
              "name": "height",
              "type": {
                "text": "number"
              },
              "default": "192",
              "description": "y-coordinate of pointer (centre) if pointerType 'line' is selected.",
              "attribute": "height"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "TargetValue"
              },
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "pointerType",
              "type": {
                "text": "Pointer"
              },
              "attribute": "pointerType"
            },
            {
              "kind": "field",
              "name": "relativeDirection",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "relativeDirection"
            }
          ],
          "attributes": [
            {
              "name": "height",
              "type": {
                "text": "number"
              },
              "default": "192",
              "description": "y-coordinate of pointer (centre) if pointerType 'line' is selected.",
              "fieldName": "height"
            },
            {
              "name": "value",
              "type": {
                "text": "TargetValue"
              },
              "fieldName": "value"
            },
            {
              "name": "pointerType",
              "type": {
                "text": "Pointer"
              },
              "fieldName": "pointerType"
            },
            {
              "name": "relativeDirection",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "relativeDirection"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-poi-target",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcPoiTarget",
          "declaration": {
            "name": "ObcPoiTarget",
            "module": "src/navigation-instruments/poi-target/poi-target.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-poi-target",
          "declaration": {
            "name": "ObcPoiTarget",
            "module": "src/navigation-instruments/poi-target/poi-target.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/rudder/rudder.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcRudder",
          "members": [
            {
              "kind": "field",
              "name": "angle",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "angle"
            },
            {
              "kind": "field",
              "name": "setpoint",
              "type": {
                "text": "number | undefined"
              },
              "attribute": "setpoint"
            },
            {
              "kind": "field",
              "name": "atSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "atSetpoint"
            },
            {
              "kind": "field",
              "name": "touching",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "touching"
            },
            {
              "kind": "field",
              "name": "disableAutoAtSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disableAutoAtSetpoint"
            },
            {
              "kind": "field",
              "name": "autoAtSetpointDeadband",
              "type": {
                "text": "number"
              },
              "default": "2",
              "attribute": "autoAtSetpointDeadband"
            },
            {
              "kind": "field",
              "name": "maxAngle",
              "type": {
                "text": "number"
              },
              "default": "90",
              "attribute": "maxAngle"
            },
            {
              "kind": "method",
              "name": "atSetpointCalc",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            }
          ],
          "attributes": [
            {
              "name": "angle",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "angle"
            },
            {
              "name": "setpoint",
              "type": {
                "text": "number | undefined"
              },
              "fieldName": "setpoint"
            },
            {
              "name": "atSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "atSetpoint"
            },
            {
              "name": "touching",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "touching"
            },
            {
              "name": "disableAutoAtSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disableAutoAtSetpoint"
            },
            {
              "name": "autoAtSetpointDeadband",
              "type": {
                "text": "number"
              },
              "default": "2",
              "fieldName": "autoAtSetpointDeadband"
            },
            {
              "name": "maxAngle",
              "type": {
                "text": "number"
              },
              "default": "90",
              "fieldName": "maxAngle"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-rudder",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcRudder",
          "declaration": {
            "name": "ObcRudder",
            "module": "src/navigation-instruments/rudder/rudder.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-rudder",
          "declaration": {
            "name": "ObcRudder",
            "module": "src/navigation-instruments/rudder/rudder.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/thruster/advice.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "renderAdvice",
          "return": {
            "type": {
              "text": "SVGTemplateResult"
            }
          },
          "parameters": [
            {
              "name": "height",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "advice",
              "type": {
                "text": "LinearAdviceRaw"
              }
            },
            {
              "name": "flipDirection",
              "type": {
                "text": "boolean"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "renderAdvice",
          "declaration": {
            "name": "renderAdvice",
            "module": "src/navigation-instruments/thruster/advice.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/thruster/propeller.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "topPropeller",
          "return": {
            "type": {
              "text": "SVGTemplateResult | null"
            }
          },
          "parameters": [
            {
              "name": "height",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "arrowColor",
              "type": {
                "text": "string"
              }
            },
            {
              "name": "type",
              "type": {
                "text": "PropellerType"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "bottomPropeller",
          "return": {
            "type": {
              "text": "SVGTemplateResult | null"
            }
          },
          "parameters": [
            {
              "name": "height",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "type",
              "type": {
                "text": "PropellerType"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "topPropeller",
          "declaration": {
            "name": "topPropeller",
            "module": "src/navigation-instruments/thruster/propeller.ts"
          }
        },
        {
          "kind": "js",
          "name": "bottomPropeller",
          "declaration": {
            "name": "bottomPropeller",
            "module": "src/navigation-instruments/thruster/propeller.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/thruster/thruster.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcThruster",
          "members": [
            {
              "kind": "field",
              "name": "thrust",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The thrust of the thruster in percent (-100 - +100)",
              "attribute": "thrust"
            },
            {
              "kind": "field",
              "name": "setpoint",
              "type": {
                "text": "number | undefined"
              },
              "attribute": "setpoint"
            },
            {
              "kind": "field",
              "name": "touching",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Highlight the thruster when the lever is being touched",
              "attribute": "touching"
            },
            {
              "kind": "field",
              "name": "atSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "atSetpoint"
            },
            {
              "kind": "field",
              "name": "disableAutoAtSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "disableAutoAtSetpoint"
            },
            {
              "kind": "field",
              "name": "autoAtSetpointDeadband",
              "type": {
                "text": "number"
              },
              "default": "1",
              "attribute": "autoAtSetpointDeadband"
            },
            {
              "kind": "field",
              "name": "setpointAtZeroDeadband",
              "type": {
                "text": "number"
              },
              "default": "0.5",
              "attribute": "setpointAtZeroDeadband"
            },
            {
              "kind": "field",
              "name": "state",
              "type": {
                "text": "InstrumentState"
              },
              "attribute": "state"
            },
            {
              "kind": "field",
              "name": "tunnel",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "tunnel"
            },
            {
              "kind": "field",
              "name": "singleSided",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "singleSided"
            },
            {
              "kind": "field",
              "name": "singleDirection",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "singleDirection"
            },
            {
              "kind": "field",
              "name": "singleDirectionHalfSize",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "singleDirectionHalfSize"
            },
            {
              "kind": "field",
              "name": "advices",
              "type": {
                "text": "LinearAdvice[]"
              },
              "default": "[]",
              "attribute": "advices"
            },
            {
              "kind": "field",
              "name": "topPropeller",
              "type": {
                "text": "PropellerType"
              },
              "attribute": "topPropeller"
            },
            {
              "kind": "field",
              "name": "bottomPropeller",
              "type": {
                "text": "PropellerType"
              },
              "attribute": "bottomPropeller"
            }
          ],
          "attributes": [
            {
              "name": "thrust",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The thrust of the thruster in percent (-100 - +100)",
              "fieldName": "thrust"
            },
            {
              "name": "setpoint",
              "type": {
                "text": "number | undefined"
              },
              "fieldName": "setpoint"
            },
            {
              "name": "touching",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Highlight the thruster when the lever is being touched",
              "fieldName": "touching"
            },
            {
              "name": "atSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "atSetpoint"
            },
            {
              "name": "disableAutoAtSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disableAutoAtSetpoint"
            },
            {
              "name": "autoAtSetpointDeadband",
              "type": {
                "text": "number"
              },
              "default": "1",
              "fieldName": "autoAtSetpointDeadband"
            },
            {
              "name": "setpointAtZeroDeadband",
              "type": {
                "text": "number"
              },
              "default": "0.5",
              "fieldName": "setpointAtZeroDeadband"
            },
            {
              "name": "state",
              "type": {
                "text": "InstrumentState"
              },
              "fieldName": "state"
            },
            {
              "name": "tunnel",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "tunnel"
            },
            {
              "name": "singleSided",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "singleSided"
            },
            {
              "name": "singleDirection",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "singleDirection"
            },
            {
              "name": "singleDirectionHalfSize",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "singleDirectionHalfSize"
            },
            {
              "name": "advices",
              "type": {
                "text": "LinearAdvice[]"
              },
              "default": "[]",
              "fieldName": "advices"
            },
            {
              "name": "topPropeller",
              "type": {
                "text": "PropellerType"
              },
              "fieldName": "topPropeller"
            },
            {
              "name": "bottomPropeller",
              "type": {
                "text": "PropellerType"
              },
              "fieldName": "bottomPropeller"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-thruster",
          "customElement": true
        },
        {
          "kind": "function",
          "name": "thrusterTop",
          "parameters": [
            {
              "name": "height",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "value",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "colors",
              "type": {
                "text": "{box: string; container: string}"
              }
            },
            {
              "name": "options",
              "type": {
                "text": "{hideTicks: boolean; hideContainer: boolean}"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "thrusterTopSingleSided",
          "parameters": [
            {
              "name": "height",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "value",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "colors",
              "type": {
                "text": "{box: string; container: string}"
              }
            },
            {
              "name": "options",
              "type": {
                "text": "{\n    hideTicks: boolean;\n    flipAdicePattern: boolean;\n    hideContainer: boolean;\n    narrow: boolean;\n  }"
              }
            },
            {
              "name": "advice",
              "type": {
                "text": "LinearAdviceRaw[]"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "thrusterBottom",
          "parameters": [
            {
              "name": "height",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "value",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "colors",
              "type": {
                "text": "{box: string; container: string}"
              }
            },
            {
              "name": "options",
              "type": {
                "text": "{hideTicks: boolean; hideContainer: boolean}"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "setpointSvg",
          "parameters": [
            {
              "name": "height",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "value",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "setpointAtZero",
              "type": {
                "text": "boolean"
              }
            },
            {
              "name": "colors",
              "type": {
                "text": "{fill: string; stroke: string}"
              }
            },
            {
              "name": "options",
              "type": {
                "text": "{\n    inCommand: boolean;\n    singleSided: boolean;\n    narrow: boolean;\n  }"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "atSetpoint",
          "return": {
            "type": {
              "text": "boolean"
            }
          },
          "parameters": [
            {
              "name": "thrust",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "setpoint",
              "type": {
                "text": "number | undefined"
              }
            },
            {
              "name": "options",
              "type": {
                "text": "{\n    autoAtSetpoint: boolean;\n    autoSetpointDeadband: number;\n    touching: boolean;\n    atSetpoint: boolean;\n  }"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "thruster",
          "parameters": [
            {
              "name": "thrust",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "setpoint",
              "type": {
                "text": "number | undefined"
              }
            },
            {
              "name": "state",
              "type": {
                "text": "InstrumentState"
              }
            },
            {
              "name": "options",
              "type": {
                "text": "{\n    atSetpoint: boolean;\n    tunnel: boolean;\n    singleSided: boolean;\n    singleDirection: boolean;\n    singleDirectionHalfSize: boolean;\n    setpointAtZeroDeadband: number;\n    autoAtSetpoint: boolean;\n    autoSetpointDeadband: number;\n    touching: boolean;\n    advices: LinearAdvice[];\n    topPropeller: PropellerType;\n    bottomPropeller: PropellerType;\n    narrow: boolean;\n  }"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "convertThrustAdvices",
          "return": {
            "type": {
              "text": "{topAdvices: LinearAdviceRaw[]; bottomAdvices: LinearAdviceRaw[]}"
            }
          },
          "parameters": [
            {
              "name": "advices",
              "type": {
                "text": "LinearAdvice[]"
              }
            },
            {
              "name": "thrust",
              "type": {
                "text": "number"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "thrusterColors",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "{atSetpoint: boolean; touching: boolean}"
              }
            },
            {
              "name": "state",
              "type": {
                "text": "InstrumentState"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcThruster",
          "declaration": {
            "name": "ObcThruster",
            "module": "src/navigation-instruments/thruster/thruster.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-thruster",
          "declaration": {
            "name": "ObcThruster",
            "module": "src/navigation-instruments/thruster/thruster.ts"
          }
        },
        {
          "kind": "js",
          "name": "thrusterTop",
          "declaration": {
            "name": "thrusterTop",
            "module": "src/navigation-instruments/thruster/thruster.ts"
          }
        },
        {
          "kind": "js",
          "name": "thrusterTopSingleSided",
          "declaration": {
            "name": "thrusterTopSingleSided",
            "module": "src/navigation-instruments/thruster/thruster.ts"
          }
        },
        {
          "kind": "js",
          "name": "thrusterBottom",
          "declaration": {
            "name": "thrusterBottom",
            "module": "src/navigation-instruments/thruster/thruster.ts"
          }
        },
        {
          "kind": "js",
          "name": "setpointSvg",
          "declaration": {
            "name": "setpointSvg",
            "module": "src/navigation-instruments/thruster/thruster.ts"
          }
        },
        {
          "kind": "js",
          "name": "atSetpoint",
          "declaration": {
            "name": "atSetpoint",
            "module": "src/navigation-instruments/thruster/thruster.ts"
          }
        },
        {
          "kind": "js",
          "name": "thruster",
          "declaration": {
            "name": "thruster",
            "module": "src/navigation-instruments/thruster/thruster.ts"
          }
        },
        {
          "kind": "js",
          "name": "convertThrustAdvices",
          "declaration": {
            "name": "convertThrustAdvices",
            "module": "src/navigation-instruments/thruster/thruster.ts"
          }
        },
        {
          "kind": "js",
          "name": "thrusterColors",
          "declaration": {
            "name": "thrusterColors",
            "module": "src/navigation-instruments/thruster/thruster.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/thruster/tickmark.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "singleSidedTickmark",
          "parameters": [
            {
              "name": "height",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "value",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "style",
              "type": {
                "text": "TickmarkStyle"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "singleSidedTickmark",
          "declaration": {
            "name": "singleSidedTickmark",
            "module": "src/navigation-instruments/thruster/tickmark.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/watch/advice.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "renderAdvice",
          "return": {
            "type": {
              "text": "SVGTemplateResult"
            }
          },
          "parameters": [
            {
              "name": "advice",
              "type": {
                "text": "AngleAdviceRaw"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "renderAdvice",
          "declaration": {
            "name": "renderAdvice",
            "module": "src/navigation-instruments/watch/advice.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/watch/label.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "renderLabels",
          "return": {
            "type": {
              "text": "SVGTemplateResult"
            }
          },
          "parameters": [
            {
              "name": "scale",
              "type": {
                "text": "number"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "renderLabels",
          "declaration": {
            "name": "renderLabels",
            "module": "src/navigation-instruments/watch/label.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/watch/tickmark.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "tickmarkColor",
          "return": {
            "type": {
              "text": "string"
            }
          },
          "parameters": [
            {
              "name": "style",
              "type": {
                "text": "TickmarkStyle"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "tickmark",
          "return": {
            "type": {
              "text": "SVGTemplateResult | SVGTemplateResult[]"
            }
          },
          "parameters": [
            {
              "name": "angle",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "tickmarkSize",
              "type": {
                "text": "TickmarkType"
              }
            },
            {
              "name": "style",
              "type": {
                "text": "TickmarkStyle"
              }
            },
            {
              "name": "scale",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "text",
              "optional": true,
              "type": {
                "text": "string"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "tickmarkColor",
          "declaration": {
            "name": "tickmarkColor",
            "module": "src/navigation-instruments/watch/tickmark.ts"
          }
        },
        {
          "kind": "js",
          "name": "tickmark",
          "declaration": {
            "name": "tickmark",
            "module": "src/navigation-instruments/watch/tickmark.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/watch/watch.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcWatch",
          "members": [
            {
              "kind": "field",
              "name": "state",
              "type": {
                "text": "InstrumentState"
              },
              "attribute": "state"
            },
            {
              "kind": "field",
              "name": "angleSetpoint",
              "type": {
                "text": "number | undefined"
              },
              "attribute": "angleSetpoint"
            },
            {
              "kind": "field",
              "name": "atAngleSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "atAngleSetpoint"
            },
            {
              "kind": "field",
              "name": "padding",
              "type": {
                "text": "number"
              },
              "default": "24",
              "attribute": "padding"
            },
            {
              "kind": "field",
              "name": "cutAngleStart",
              "type": {
                "text": "number | null"
              },
              "default": "null",
              "attribute": "cutAngleStart"
            },
            {
              "kind": "field",
              "name": "cutAngleEnd",
              "type": {
                "text": "number | null"
              },
              "default": "null",
              "attribute": "cutAngleEnd"
            },
            {
              "kind": "field",
              "name": "roundOutsideCut",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "roundOutsideCut"
            },
            {
              "kind": "field",
              "name": "roundInsideCut",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "roundInsideCut"
            },
            {
              "kind": "field",
              "name": "tickmarks",
              "type": {
                "text": "Tickmark[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "advices",
              "type": {
                "text": "AngleAdviceRaw[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "crosshairEnabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "crosshairEnabled"
            },
            {
              "kind": "field",
              "name": "labelFrameEnabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "labelFrameEnabled"
            },
            {
              "kind": "field",
              "name": "_resizeController",
              "privacy": "private",
              "default": "new ResizeController(this, {})"
            },
            {
              "kind": "method",
              "name": "watchCircle",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "SVGTemplateResult"
                }
              }
            },
            {
              "kind": "method",
              "name": "renderCrosshair",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "SVGTemplateResult"
                }
              },
              "parameters": [
                {
                  "name": "radius",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "renderSetpoint",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "SVGTemplateResult | typeof nothing"
                }
              }
            }
          ],
          "attributes": [
            {
              "name": "state",
              "type": {
                "text": "InstrumentState"
              },
              "fieldName": "state"
            },
            {
              "name": "angleSetpoint",
              "type": {
                "text": "number | undefined"
              },
              "fieldName": "angleSetpoint"
            },
            {
              "name": "atAngleSetpoint",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "atAngleSetpoint"
            },
            {
              "name": "padding",
              "type": {
                "text": "number"
              },
              "default": "24",
              "fieldName": "padding"
            },
            {
              "name": "cutAngleStart",
              "type": {
                "text": "number | null"
              },
              "default": "null",
              "fieldName": "cutAngleStart"
            },
            {
              "name": "cutAngleEnd",
              "type": {
                "text": "number | null"
              },
              "default": "null",
              "fieldName": "cutAngleEnd"
            },
            {
              "name": "roundOutsideCut",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "roundOutsideCut"
            },
            {
              "name": "roundInsideCut",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "roundInsideCut"
            },
            {
              "name": "crosshairEnabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "crosshairEnabled"
            },
            {
              "name": "labelFrameEnabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "labelFrameEnabled"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-watch",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcWatch",
          "declaration": {
            "name": "ObcWatch",
            "module": "src/navigation-instruments/watch/watch.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-watch",
          "declaration": {
            "name": "ObcWatch",
            "module": "src/navigation-instruments/watch/watch.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/watch-flat/tickmark-flat.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "tickmarkColor",
          "return": {
            "type": {
              "text": "string"
            }
          },
          "parameters": [
            {
              "name": "style",
              "type": {
                "text": "TickmarkStyle"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "tickmark",
          "return": {
            "type": {
              "text": "SVGTemplateResult | SVGTemplateResult[]"
            }
          },
          "parameters": [
            {
              "name": "angle",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "tickmarkSize",
              "type": {
                "text": "TickmarkType"
              }
            },
            {
              "name": "style",
              "type": {
                "text": "TickmarkStyle"
              }
            },
            {
              "name": "text",
              "optional": true,
              "type": {
                "text": "string"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "tickmarkColor",
          "declaration": {
            "name": "tickmarkColor",
            "module": "src/navigation-instruments/watch-flat/tickmark-flat.ts"
          }
        },
        {
          "kind": "js",
          "name": "tickmark",
          "declaration": {
            "name": "tickmark",
            "module": "src/navigation-instruments/watch-flat/tickmark-flat.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/navigation-instruments/watch-flat/watch-flat.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ObcWatchFlat",
          "members": [
            {
              "kind": "field",
              "name": "width",
              "type": {
                "text": "number"
              },
              "default": "352",
              "attribute": "width"
            },
            {
              "kind": "field",
              "name": "height",
              "type": {
                "text": "number"
              },
              "default": "72",
              "attribute": "height"
            },
            {
              "kind": "field",
              "name": "padding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "padding"
            },
            {
              "kind": "field",
              "name": "rotation",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "rotation"
            },
            {
              "kind": "field",
              "name": "tickmarkSpacing",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "tickmarkSpacing"
            },
            {
              "kind": "field",
              "name": "angleSetpoint",
              "type": {
                "text": "number | undefined"
              },
              "attribute": "angleSetpoint"
            },
            {
              "kind": "field",
              "name": "tickmarks",
              "type": {
                "text": "Tickmark[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "labels",
              "type": {
                "text": "Label[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "FOVIndicator",
              "type": {
                "text": "SVGTemplateResult[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "trackHeight",
              "attribute": "trackHeight"
            },
            {
              "kind": "field",
              "name": "ticksHeight",
              "attribute": "ticksHeight"
            },
            {
              "kind": "field",
              "name": "borderRadius",
              "type": {
                "text": "number"
              },
              "default": "8",
              "attribute": "borderRadius"
            },
            {
              "kind": "method",
              "name": "renderClipPath",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "SVGTemplateResult"
                }
              },
              "parameters": [
                {
                  "name": "offsetY",
                  "default": "0",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "renderLabelMask",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "SVGTemplateResult"
                }
              }
            },
            {
              "kind": "method",
              "name": "renderLabels",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "SVGTemplateResult[]"
                }
              },
              "parameters": [
                {
                  "name": "scale",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "watchFace",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "SVGTemplateResult"
                }
              }
            }
          ],
          "attributes": [
            {
              "name": "width",
              "type": {
                "text": "number"
              },
              "default": "352",
              "fieldName": "width"
            },
            {
              "name": "height",
              "type": {
                "text": "number"
              },
              "default": "72",
              "fieldName": "height"
            },
            {
              "name": "padding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "padding"
            },
            {
              "name": "rotation",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "rotation"
            },
            {
              "name": "tickmarkSpacing",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "tickmarkSpacing"
            },
            {
              "name": "angleSetpoint",
              "type": {
                "text": "number | undefined"
              },
              "fieldName": "angleSetpoint"
            },
            {
              "name": "trackHeight",
              "fieldName": "trackHeight"
            },
            {
              "name": "ticksHeight",
              "fieldName": "ticksHeight"
            },
            {
              "name": "borderRadius",
              "type": {
                "text": "number"
              },
              "default": "8",
              "fieldName": "borderRadius"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "obc-watch-flat",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ObcWatchFlat",
          "declaration": {
            "name": "ObcWatchFlat",
            "module": "src/navigation-instruments/watch-flat/watch-flat.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "obc-watch-flat",
          "declaration": {
            "name": "ObcWatchFlat",
            "module": "src/navigation-instruments/watch-flat/watch-flat.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/alert-icon/icons/icon-14-alarm-silenced-a.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "svg14AlarmSilencedA",
          "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" fill=\"var(--alarm-enabled-background-color)\"/> <path d=\"M7 16.5H8.5L12 20V15.7075L14.3401 18.0476C14.1153 18.1959 13.8764 18.3228 13.6264 18.4264C13.4227 18.5107 13.2133 18.5789 13 18.6306V19.9082C13.3778 19.8384 13.7481 19.7289 14.1048 19.5812C14.5073 19.4145 14.8876 19.2009 15.2381 18.9456L16.5957 20.3032L17.3028 19.5961L15.991 18.2843C15.991 18.2843 15.991 18.2843 15.991 18.2843L15.1068 17.4C15.1067 17.4 15.1068 17.4 15.1068 17.4L14.115 16.4083C14.1149 16.4083 14.115 16.4082 14.115 16.4083L8.11042 10.4037L7.40331 11.1108L8.64624 12.3538L8.5 12.5H7C6.72386 12.5 6.5 12.7239 6.5 13V16C6.5 16.2761 6.72386 16.5 7 16.5Z\" fill=\"var(--on-alarm-active-color)\"/> <path d=\"M10.0605 10.9395L12 12.879V9L10.0605 10.9395Z\" fill=\"var(--on-alarm-active-color)\"/> <path d=\"M13 13.879L14.737 15.616C14.9019 15.2855 14.9921 14.9215 14.9995 14.5497C15.0089 14.0778 14.8845 13.6128 14.6407 13.2086C14.3969 12.8044 14.0436 12.4775 13.6217 12.2657C13.4239 12.1663 13.2148 12.0942 13 12.0504V13.879Z\" fill=\"var(--on-alarm-active-color)\"/> <path d=\"M15.7043 16.5833L16.6141 17.4931C16.7962 17.2125 16.9527 16.9152 17.0813 16.6046C17.3577 15.9373 17.5 15.2222 17.5 14.4999C17.5 13.7776 17.3577 13.0624 17.0813 12.3951C16.8049 11.7278 16.3998 11.1215 15.8891 10.6108C15.3784 10.1001 14.7721 9.69494 14.1048 9.41854C13.7481 9.27081 13.3778 9.1614 13 9.09155V10.3692C13.2133 10.4208 13.4227 10.489 13.6264 10.5734C14.142 10.787 14.6106 11.1 15.0052 11.4947C15.3999 11.8893 15.7129 12.3578 15.9265 12.8735C16.1401 13.3891 16.25 13.9418 16.25 14.4999C16.25 15.058 16.1401 15.6107 15.9265 16.1263C15.8615 16.2832 15.7872 16.4358 15.7043 16.5833Z\" fill=\"var(--on-alarm-active-color)\"/> </svg> `"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "svg14AlarmSilencedA",
          "declaration": {
            "name": "svg14AlarmSilencedA",
            "module": "src/components/alert-icon/icons/icon-14-alarm-silenced-a.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/alert-icon/icons/icon-14-alarm-silenced-b.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "svg14AlarmSilencedB",
          "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <mask id=\"a\" maskUnits=\"userSpaceOnUse\" x=\"-1\" y=\"0\" width=\"26\" height=\"23\" fill=\"black\"> <rect fill=\"white\" x=\"-1\" width=\"26\" height=\"23\"/> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\"/> </mask> <path d=\"M11.1158 1.53427L12.0007 2L12.0007 2L11.1158 1.53427ZM1.11648 20.5339L2.00141 20.9996L2.00141 20.9996L1.11648 20.5339ZM2.00128 22L2.00128 23L2.00128 23L2.00128 22ZM21.9987 22L21.9987 21L21.9987 21L21.9987 22ZM22.8835 20.5339L21.9986 20.9996L21.9986 20.9996L22.8835 20.5339ZM12.8854 1.53432L13.7704 1.06863L13.7704 1.06863L12.8854 1.53432ZM21.9987 23C23.5042 23 24.4692 21.3997 23.7685 20.0682L21.9986 20.9996L21.9987 21V23ZM0.231556 20.0681C-0.469216 21.3996 0.495789 23 2.00128 23V21L2.00141 20.9996L0.231556 20.0681ZM12.0007 2L12.0005 2L13.7704 1.06863C13.0206 -0.356171 10.9807 -0.356221 10.2309 1.06855L12.0007 2ZM10.2309 1.06855L0.231556 20.0681L2.00141 20.9996L12.0007 2L10.2309 1.06855ZM21.9987 21L2.00128 21L2.00128 23L21.9987 23L21.9987 21ZM12.0005 2L21.9986 20.9996L23.7685 20.0682L13.7704 1.06863L12.0005 2Z\" fill=\"var(--element-neutral-color)\" mask=\"url(#a)\"/> <path d=\"M7 16.5H8.5L12 20V15.7075L14.3401 18.0476C14.1153 18.1959 13.8764 18.3228 13.6264 18.4264C13.4227 18.5107 13.2133 18.5789 13 18.6306V19.9082C13.3778 19.8384 13.7481 19.7289 14.1048 19.5812C14.5073 19.4145 14.8876 19.2009 15.2381 18.9456L16.5957 20.3032L17.3028 19.5961L15.991 18.2843C15.991 18.2843 15.991 18.2843 15.991 18.2843L15.1068 17.4C15.1067 17.4 15.1068 17.4 15.1068 17.4L14.115 16.4083C14.1149 16.4083 14.115 16.4082 14.115 16.4083L8.11042 10.4037L7.40331 11.1108L8.64624 12.3538L8.5 12.5H7C6.72386 12.5 6.5 12.7239 6.5 13V16C6.5 16.2761 6.72386 16.5 7 16.5Z\" fill=\"var(--element-neutral-color)\"/> <path d=\"M10.0605 10.9395L12 12.879V9L10.0605 10.9395Z\" fill=\"var(--element-neutral-color)\"/> <path d=\"M13 13.879L14.737 15.616C14.9019 15.2855 14.9921 14.9215 14.9995 14.5497C15.0089 14.0778 14.8845 13.6128 14.6407 13.2086C14.3969 12.8044 14.0436 12.4775 13.6217 12.2657C13.4239 12.1663 13.2148 12.0942 13 12.0504V13.879Z\" fill=\"var(--element-neutral-color)\"/> <path d=\"M15.7043 16.5833L16.6141 17.4931C16.7962 17.2125 16.9527 16.9152 17.0813 16.6046C17.3577 15.9373 17.5 15.2222 17.5 14.4999C17.5 13.7776 17.3577 13.0624 17.0813 12.3951C16.8049 11.7278 16.3998 11.1215 15.8891 10.6108C15.3784 10.1001 14.7721 9.69494 14.1048 9.41854C13.7481 9.27081 13.3778 9.1614 13 9.09155V10.3692C13.2133 10.4208 13.4227 10.489 13.6264 10.5734C14.142 10.787 14.6106 11.1 15.0052 11.4947C15.3999 11.8893 15.7129 12.3578 15.9265 12.8735C16.1401 13.3891 16.25 13.9418 16.25 14.4999C16.25 15.058 16.1401 15.6107 15.9265 16.1263C15.8615 16.2832 15.7872 16.4358 15.7043 16.5833Z\" fill=\"var(--element-neutral-color)\"/> </svg> `"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "svg14AlarmSilencedB",
          "declaration": {
            "name": "svg14AlarmSilencedB",
            "module": "src/components/alert-icon/icons/icon-14-alarm-silenced-b.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/alert-icon/icons/icon-14-alarm-unack-a.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "svg14AlarmUnackA",
          "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" style=\"fill: var(--alert-alarm-color)\"/> <path d=\"M8.5 16.5H7C6.72386 16.5 6.5 16.2761 6.5 16V13C6.5 12.7239 6.72386 12.5 7 12.5H8.5L12 9V12.879V20L8.5 16.5Z\" style=\"fill: var(--on-alarm-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2678 16.2678C13.9186 16.617 13.4767 16.8522 13 16.9495V12.0505C13.4767 12.1478 13.9186 12.3831 14.2678 12.7323C14.7366 13.2011 15 13.837 15 14.5C15 15.1631 14.7366 15.799 14.2678 16.2678Z\" style=\"fill: var(--on-alarm-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 9.09167V10.3693C13.7529 10.5516 14.4484 10.938 15.0052 11.4948C15.8022 12.2919 16.25 13.3729 16.25 14.5C16.25 15.6272 15.8022 16.7082 15.0052 17.5052C14.4484 18.0621 13.7529 18.4484 13 18.6307V19.9084C14.0869 19.7074 15.0965 19.1817 15.8891 18.3891C16.9205 17.3577 17.5 15.9587 17.5 14.5C17.5 13.0413 16.9205 11.6424 15.8891 10.6109C15.0965 9.81836 14.0869 9.29266 13 9.09167Z\" style=\"fill: var(--on-alarm-color)\"/> </svg> `"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "svg14AlarmUnackA",
          "declaration": {
            "name": "svg14AlarmUnackA",
            "module": "src/components/alert-icon/icons/icon-14-alarm-unack-a.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/alert-icon/icons/icon-14-alarm-unack-b.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "svg14AlarmUnackB",
          "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <mask id=\"a\" maskUnits=\"userSpaceOnUse\" x=\"-1\" y=\"0\" width=\"26\" height=\"23\" fill=\"black\"> <rect fill=\"white\" x=\"-1\" width=\"26\" height=\"23\"/> <path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\"/> </mask> <path d=\"M11.1158 1.53427L12.0007 2L12.0007 2L11.1158 1.53427ZM1.11648 20.5339L2.00141 20.9996L2.00141 20.9996L1.11648 20.5339ZM2.00128 22L2.00128 23L2.00128 23L2.00128 22ZM21.9987 22L21.9987 21L21.9987 21L21.9987 22ZM22.8835 20.5339L21.9986 20.9996L21.9986 20.9996L22.8835 20.5339ZM12.8854 1.53432L13.7704 1.06863L13.7704 1.06863L12.8854 1.53432ZM21.9987 23C23.5042 23 24.4692 21.3997 23.7685 20.0682L21.9986 20.9996L21.9987 21V23ZM0.231556 20.0681C-0.469216 21.3996 0.495789 23 2.00128 23V21L2.00141 20.9996L0.231556 20.0681ZM12.0007 2L12.0005 2L13.7704 1.06863C13.0206 -0.356171 10.9807 -0.356221 10.2309 1.06855L12.0007 2ZM10.2309 1.06855L0.231556 20.0681L2.00141 20.9996L12.0007 2L10.2309 1.06855ZM21.9987 21L2.00128 21L2.00128 23L21.9987 23L21.9987 21ZM12.0005 2L21.9986 20.9996L23.7685 20.0682L13.7704 1.06863L12.0005 2Z\" fill=\"var(--element-neutral-color)\" mask=\"url(#a)\"/> <path d=\"M8.5 16.5H7C6.72386 16.5 6.5 16.2761 6.5 16V13C6.5 12.7239 6.72386 12.5 7 12.5H8.5L12 9V12.879V20L8.5 16.5Z\" style=\"fill: var(--element-neutral-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2678 16.2678C13.9186 16.617 13.4767 16.8522 13 16.9495V12.0505C13.4767 12.1478 13.9186 12.3831 14.2678 12.7323C14.7366 13.2011 15 13.837 15 14.5C15 15.1631 14.7366 15.799 14.2678 16.2678Z\" style=\"fill: var(--element-neutral-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 9.09167V10.3693C13.7529 10.5516 14.4484 10.938 15.0052 11.4948C15.8022 12.2919 16.25 13.3729 16.25 14.5C16.25 15.6272 15.8022 16.7082 15.0052 17.5052C14.4484 18.0621 13.7529 18.4484 13 18.6307V19.9084C14.0869 19.7074 15.0965 19.1817 15.8891 18.3891C16.9205 17.3577 17.5 15.9587 17.5 14.5C17.5 13.0413 16.9205 11.6424 15.8891 10.6109C15.0965 9.81836 14.0869 9.29266 13 9.09167Z\" style=\"fill: var(--element-neutral-color)\"/> </svg> `"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "svg14AlarmUnackB",
          "declaration": {
            "name": "svg14AlarmUnackB",
            "module": "src/components/alert-icon/icons/icon-14-alarm-unack-b.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/alert-icon/icons/icon-14-warning-unack-a.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "svg14WarningUnackA",
          "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" style=\"fill: var(--alert-warning-color)\"/> <path d=\"M8.5 14H6.5C6.22386 14 6 13.7761 6 13.5V10.5C6 10.2239 6.22386 10 6.5 10H8.5L12 6.5V10.379V17.5L8.5 14Z\" style=\"fill: var(--on-warning-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.7678 13.7678C14.4186 14.117 13.9767 14.3522 13.5 14.4495V9.55053C13.9767 9.64784 14.4186 9.88307 14.7678 10.2323C15.2366 10.7011 15.5 11.337 15.5 12C15.5 12.6631 15.2366 13.299 14.7678 13.7678Z\" style=\"fill: var(--on-warning-active-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 6.59167V7.86933C14.2529 8.05163 14.9484 8.43799 15.5052 8.99482C16.3022 9.79185 16.75 10.8729 16.75 12C16.75 13.1272 16.3022 14.2082 15.5052 15.0052C14.9484 15.5621 14.2529 15.9484 13.5 16.1307V17.4084C14.5869 17.2074 15.5965 16.6817 16.3891 15.8891C17.4205 14.8577 18 13.4587 18 12C18 10.5413 17.4205 9.14239 16.3891 8.11094C15.5965 7.31836 14.5869 6.79266 13.5 6.59167Z\" style=\"fill: var(--on-warning-active-color)\"/> </svg> `"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "svg14WarningUnackA",
          "declaration": {
            "name": "svg14WarningUnackA",
            "module": "src/components/alert-icon/icons/icon-14-warning-unack-a.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/components/alert-icon/icons/icon-14-warning-unack-b.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "svg14WarningUnackB",
          "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"12\" cy=\"12\" r=\"10.5\" style=\"stroke: var(--element-neutral-color)\" /> <path d=\"M8.5 14H6.5C6.22386 14 6 13.7761 6 13.5V10.5C6 10.2239 6.22386 10 6.5 10H8.5L12 6.5V10.379V17.5L8.5 14Z\" style=\"fill: var(--element-neutral-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.7678 13.7678C14.4186 14.117 13.9767 14.3522 13.5 14.4495V9.55053C13.9767 9.64784 14.4186 9.88307 14.7678 10.2323C15.2366 10.7011 15.5 11.337 15.5 12C15.5 12.6631 15.2366 13.299 14.7678 13.7678Z\" style=\"fill: var(--element-neutral-color)\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 6.59167V7.86933C14.2529 8.05163 14.9484 8.43799 15.5052 8.99482C16.3022 9.79185 16.75 10.8729 16.75 12C16.75 13.1272 16.3022 14.2082 15.5052 15.0052C14.9484 15.5621 14.2529 15.9484 13.5 16.1307V17.4084C14.5869 17.2074 15.5965 16.6817 16.3891 15.8891C17.4205 14.8577 18 13.4587 18 12C18 10.5413 17.4205 9.14239 16.3891 8.11094C15.5965 7.31836 14.5869 6.79266 13.5 6.59167Z\" style=\"fill: var(--element-neutral-color)\"/> </svg> `"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "svg14WarningUnackB",
          "declaration": {
            "name": "svg14WarningUnackB",
            "module": "src/components/alert-icon/icons/icon-14-warning-unack-b.ts"
          }
        }
      ]
    }
  ]
}
