{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWindPower/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 IconWindPower: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"wind-power, electric-current, power, green-energy\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.98767 3.72119C8.98767 2.75469 9.77117 1.97119 10.7377 1.97119H11.7608C13.5557 1.97119 15.0108 3.42627 15.0108 5.22119L15.0108 9.21544C15.0243 9.23829 15.0377 9.26131 15.0507 9.28449L19.8087 12.0315C20.6457 12.5147 20.9325 13.585 20.4492 14.422L19.9377 15.3081C19.0402 16.8625 17.0525 17.3951 15.4981 16.4977L14.1788 15.7359L15.1782 20.5H19.2493C19.6635 20.5 19.9993 20.8358 19.9993 21.25C19.9993 21.6642 19.6635 22 19.2493 22H4.74927C4.33506 22 3.99927 21.6642 3.99927 21.25C3.99927 20.8358 4.33506 20.5 4.74927 20.5H8.82029L9.81986 15.7355L7.20134 17.2473C6.36432 17.7306 5.29404 17.4438 4.81079 16.6068L4.29924 15.7207C3.40178 14.1663 3.93437 12.1786 5.48882 11.2812L8.94814 9.28392C8.96107 9.26098 8.97425 9.2382 8.98767 9.21559L8.98767 3.72119ZM13.5108 5.22119L13.5108 7.84231C13.0532 7.6229 12.5406 7.5 11.9993 7.5C11.4579 7.5 10.9452 7.62291 10.4877 7.84235L10.4877 3.72119C10.4877 3.58312 10.5996 3.47119 10.7377 3.47119H11.7608C12.7273 3.47119 13.5108 4.25469 13.5108 5.22119ZM15.489 11.2696C15.4062 12.3565 14.827 13.3047 13.9775 13.8877L16.2481 15.1986C17.0851 15.6819 18.1554 15.3951 18.6386 14.5581L19.1502 13.672C19.2192 13.5525 19.1782 13.3996 19.0587 13.3305L15.489 11.2696ZM10.0207 13.8875C9.17133 13.3044 8.59216 12.3562 8.50947 11.2692L6.23882 12.5802C5.40181 13.0634 5.11503 14.1337 5.59828 14.9707L6.10983 15.8568C6.17887 15.9763 6.33176 16.0173 6.45134 15.9483L10.0207 13.8875ZM11.9993 13C13.1038 13 13.9993 12.1046 13.9993 11C13.9993 9.89543 13.1038 9 11.9993 9C10.8947 9 9.99927 9.89543 9.99927 11C9.99927 12.1046 10.8947 13 11.9993 13Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconWindPower;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAA4rD,EAA5rD,IAAqB,EAAO,UAAU,qDAAoD,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6hDAA6hD,KAAK,eAAc,CAAI,GAGtrD",
  "debugId": "11F8F8E86D0F327164756E2164756E21",
  "names": []
}