{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGreenPower/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 IconGreenPower: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"green-power, green-energy\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.1617 17.7687C2.13194 13.7222 2.34242 9.272 5.10581 6.23444C7.95119 3.10675 13.3037 1.69666 19.9215 3.54964C20.1737 3.62027 20.3709 3.8174 20.4415 4.06965C22.2944 10.6875 20.8843 16.04 17.7566 18.8853C14.7191 21.6487 10.2689 21.8591 6.22236 18.8294L4.27918 20.7726C3.98629 21.0655 3.51142 21.0655 3.21852 20.7726C2.92563 20.4797 2.92563 20.0048 3.21852 19.7119L5.1617 17.7687ZM12.6162 7.9421C12.9192 7.5633 13.5195 7.78246 13.5195 8.27189V10.4585H14.9909C15.4205 10.4585 15.6571 10.969 15.385 11.3091L12.386 15.058C12.083 15.4368 11.4827 15.2177 11.4827 14.7282V12.5416H10.0113C9.58169 12.5416 9.34514 12.0311 9.61716 11.6911L12.6162 7.9421Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGreenPower;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAA6wB,EAA7wB,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,soBAAsoB,KAAK,eAAc,CAAI,GAGvwB",
  "debugId": "6C4DB2B1757C873264756E2164756E21",
  "names": []
}