{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconHomeEnergy2/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\n      width={typeof size === \"number\" ? `${size}px` : size}\n      height={typeof size === \"number\" ? `${size}px` : size}\n      viewBox=\"0 0 24 24\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconHomeEnergy2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"home-energy-2, electric-current, power\"><path d=\"M17.6489 21.0199H15.7489C15.3389 21.0199 14.9989 20.6799 14.9989 20.2699C14.9989 19.8599 15.3389 19.5199 15.7489 19.5199H17.6489C17.9589 19.5199 18.2889 19.5199 18.3689 19.4899C18.4089 19.4699 18.4489 19.4299 18.4689 19.3799C18.4989 19.2999 18.4989 18.9799 18.4989 18.6699V8.34995L12.4989 4.04995C12.3189 3.91995 12.1189 3.77995 12.0589 3.75995C12.0456 3.75995 12.0323 3.75883 12.0189 3.75772C11.9923 3.7555 11.9656 3.75328 11.9389 3.75995C11.8847 3.77802 11.7244 3.89407 11.5611 4.01219L11.5089 4.04995L5.49894 8.34995V18.6699C5.49894 18.9799 5.49894 19.3099 5.52894 19.3899C5.54894 19.4299 5.58894 19.4699 5.63894 19.4999C5.70894 19.5299 6.03894 19.5299 6.34894 19.5299H8.24894C8.65894 19.5299 8.99894 19.8699 8.99894 20.2799C8.99894 20.6899 8.65894 21.0299 8.24894 21.0299H6.34894C5.70894 21.0299 5.32894 21.0299 4.95894 20.8399C4.62894 20.6699 4.35894 20.4099 4.18894 20.0699C3.99894 19.6999 3.99894 19.3099 3.99894 18.6799V9.41995L2.93894 10.1799C2.59894 10.4199 2.13894 10.3499 1.88894 10.0099C1.64894 9.66995 1.72894 9.19995 2.05894 8.95995L4.29894 7.34995L4.30894 7.33995L10.6289 2.82995C11.0089 2.54995 11.2489 2.38995 11.5689 2.30995C11.8489 2.23995 12.1489 2.23995 12.4289 2.30995C12.7398 2.38767 12.9847 2.5598 13.3377 2.80797L13.3689 2.82995L19.6789 7.34995L19.6889 7.35995L21.9289 8.96995C22.2689 9.20995 22.3389 9.67995 22.0989 10.0199C21.8589 10.3599 21.3889 10.4399 21.0489 10.1899L19.9889 9.42995V18.6799C19.9889 19.3199 19.9889 19.6999 19.7989 20.0799C19.6289 20.4099 19.3589 20.6799 19.0389 20.8399C18.6589 21.0299 18.2789 21.0299 17.6489 21.0299V21.0199Z\" fill=\"currentColor\"/><path d=\"M10.749 9.75V11H13.249V9.75C13.249 9.33579 13.5847 9 13.999 9C14.4132 9 14.749 9.33579 14.749 9.75V11.0725C15.4718 11.2876 15.999 11.9572 15.999 12.75V15.25C15.999 16.2165 15.2155 17 14.249 17H12.749V20.25C12.749 20.6642 12.4132 21 11.999 21C11.5847 21 11.249 20.6642 11.249 20.25V17H9.74896C8.78246 17 7.99896 16.2165 7.99896 15.25V12.75C7.99896 11.9572 8.52609 11.2876 9.24896 11.0725V9.75C9.24896 9.33579 9.58475 9 9.99896 9C10.4132 9 10.749 9.33579 10.749 9.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconHomeEnergy2;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAyoE,EAAzoE,IAAqB,EAAO,UAAU,0CAAyC,gBAAC,OAAD,CAAM,EAAE,0iDAA0iD,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,odAAod,KAAK,eAAc,CAAI,GAGnoE",
  "debugId": "B39203123992A2B264756E2164756E21",
  "names": []
}