{
  "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=\"M15.2489 21.0199C15.2489 21.4299 15.5889 21.7699 15.9989 21.7699L15.9889 21.7799C16.5089 21.7799 16.7689 21.7799 16.9789 21.7499C18.6589 21.5299 19.9889 20.1999 20.2089 18.5199C20.2389 18.2999 20.2389 18.0399 20.2389 17.5299V10.1799L21.2989 10.9399C21.6389 11.1899 22.1089 11.1099 22.3489 10.7699C22.5889 10.4299 22.5189 9.95995 22.1789 9.71995L19.9389 8.10995L19.9289 8.09995L13.6089 3.57995C13.5931 3.56871 13.5776 3.55764 13.5622 3.54675C13.2096 3.29595 12.9856 3.13662 12.6789 3.05995C12.3989 2.98995 12.0989 2.98995 11.8189 3.05995C11.4989 3.13995 11.2689 3.29995 10.8789 3.57995L4.55894 8.08995L4.54894 8.09995L2.30894 9.70995C1.97894 9.94995 1.89894 10.4199 2.13894 10.7599C2.38894 11.0999 2.84894 11.1699 3.18894 10.9299L4.24894 10.1699V17.5199C4.24894 18.0399 4.24894 18.2899 4.27894 18.5099C4.50894 20.1899 5.82894 21.5199 7.50894 21.7399C7.71894 21.7699 7.97894 21.7699 8.49894 21.7699C8.90894 21.7699 9.24894 21.4299 9.24894 21.0199C9.24894 20.6099 8.90894 20.2699 8.49894 20.2699C8.08894 20.2699 7.88894 20.2699 7.70894 20.2499C6.69894 20.1099 5.89894 19.3199 5.76894 18.3099C5.74894 18.1399 5.74894 17.9299 5.74894 17.5199V9.09995L11.7589 4.79995C11.7763 4.78742 11.7937 4.7748 11.8111 4.7622C11.9744 4.64408 12.1347 4.52802 12.1889 4.50995C12.2156 4.50328 12.2423 4.5055 12.2689 4.50772C12.2823 4.50884 12.2956 4.50995 12.3089 4.50995C12.3537 4.52486 12.4707 4.60649 12.6061 4.70094C12.6523 4.73316 12.7006 4.76688 12.7489 4.79995L18.7489 9.09995V17.5199C18.7489 17.9299 18.7489 18.1399 18.7289 18.3099C18.5989 19.3199 17.7989 20.1199 16.7889 20.2499C16.6189 20.2699 16.4089 20.2699 15.9989 20.2699C15.5889 20.2699 15.2489 20.6099 15.2489 21.0199Z\" fill=\"currentColor\"/><path d=\"M10.749 9.75C10.749 9.33579 10.4132 9 9.99896 9C9.58475 9 9.24896 9.33579 9.24896 9.75V11.0725C8.52609 11.2876 7.99896 11.9572 7.99896 12.75V13.25C7.99896 15.1515 9.41428 16.7225 11.249 16.967V20.25C11.249 20.6642 11.5847 21 11.999 21C12.4132 21 12.749 20.6642 12.749 20.25V16.967C14.5836 16.7225 15.999 15.1515 15.999 13.25V12.75C15.999 11.9572 15.4718 11.2876 14.749 11.0725V9.75C14.749 9.33579 14.4132 9 13.999 9C13.5847 9 13.249 9.33579 13.249 9.75V11H10.749V9.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,gBAAmuE,EAAnuE,IAAqB,EAAO,UAAU,0CAAyC,gBAAC,OAAD,CAAM,EAAE,ioDAAioD,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,udAAud,KAAK,eAAc,CAAI,GAG7tE",
  "debugId": "46EE20913345799664756E2164756E21",
  "names": []
}