{
  "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=\"M9.20728 2.19086C9.34793 2.05021 9.5387 1.97119 9.73761 1.97119H11.7607C13.5556 1.97119 15.0107 3.42627 15.0107 5.22119L15.0107 9.21544C15.0243 9.23829 15.0376 9.26131 15.0507 9.28449L20.6746 12.5315C20.8469 12.6309 20.9726 12.7948 21.0241 12.9869C21.0756 13.179 21.0486 13.3837 20.9492 13.556L19.9376 15.3081C19.0401 16.8625 17.0525 17.3951 15.498 16.4977L14.1787 15.7359L15.1782 20.5H19.2492C19.6634 20.5 19.9992 20.8358 19.9992 21.25C19.9992 21.6642 19.6634 22 19.2492 22H4.74921C4.33499 22 3.99921 21.6642 3.99921 21.25C3.99921 20.8358 4.33499 20.5 4.74921 20.5H8.82023L9.81979 15.7355L6.33531 17.7473C6.16305 17.8468 5.95833 17.8737 5.7662 17.8222C5.57406 17.7708 5.41025 17.6451 5.31079 17.4728L4.29924 15.7207C3.40178 14.1663 3.93437 12.1786 5.48882 11.2812L8.94805 9.28397C8.96099 9.26101 8.97418 9.23822 8.98761 9.21559L8.98761 2.72119C8.98761 2.52228 9.06663 2.33151 9.20728 2.19086ZM13.5107 5.22119L13.5107 7.84231C13.0532 7.6229 12.5405 7.5 11.9992 7.5C11.4578 7.5 10.9452 7.62291 10.4876 7.84235L10.4876 3.47119H11.7607C12.7272 3.47119 13.5107 4.25469 13.5107 5.22119ZM15.489 11.2696C15.4062 12.3565 14.8269 13.3047 13.9775 13.8877L16.248 15.1986C17.085 15.6819 18.1553 15.3951 18.6386 14.5581L19.2751 13.4555L15.489 11.2696ZM10.0207 13.8875C9.17129 13.3044 8.59211 12.3562 8.50941 11.2693L6.23882 12.5802C5.40181 13.0634 5.11503 14.1337 5.59828 14.9707L6.23483 16.0733L10.0207 13.8875ZM11.9992 13C13.1038 13 13.9992 12.1046 13.9992 11C13.9992 9.89543 13.1038 9 11.9992 9C10.8946 9 9.99921 9.89543 9.99921 11C9.99921 12.1046 10.8946 13 11.9992 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,gBAA0rD,EAA1rD,IAAqB,EAAO,UAAU,qDAAoD,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2hDAA2hD,KAAK,eAAc,CAAI,GAGprD",
  "debugId": "191D6C874194504664756E2164756E21",
  "names": []
}