{
  "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.98897 4.98274C8.98897 3.31951 10.3373 1.97119 12.0005 1.97119C13.6638 1.97119 15.0121 3.31951 15.0121 4.98274L15.0121 9.21544C15.0256 9.23829 15.039 9.26131 15.052 9.28449L18.7174 11.4007C20.1578 12.2323 20.6514 14.0742 19.8197 15.5146C18.9881 16.955 17.1463 17.4485 15.7059 16.6169L14.1801 15.7359L15.1795 20.5H19.2506C19.6648 20.5 20.0006 20.8358 20.0006 21.25C20.0006 21.6642 19.6648 22 19.2506 22H4.75057C4.33636 22 4.00057 21.6642 4.00057 21.25C4.00057 20.8358 4.33636 20.5 4.75057 20.5H8.82159L9.82116 15.7355L8.29517 16.6165C6.85477 17.4482 5.01293 16.9546 4.18132 15.5142C3.3497 14.0738 3.84322 12.232 5.28362 11.4004L8.94944 9.28392C8.96237 9.26098 8.97555 9.2382 8.98897 9.21559L8.98897 4.98274ZM13.5121 4.98274L13.5121 7.84231C13.0545 7.62289 12.5419 7.5 12.0006 7.5C11.4592 7.5 10.9465 7.62291 10.489 7.84235L10.489 4.98274C10.489 4.14794 11.1657 3.47119 12.0005 3.47119C12.8353 3.47119 13.5121 4.14794 13.5121 4.98274ZM15.4903 11.2696C15.4075 12.3565 14.8283 13.3047 13.9788 13.8877L16.4559 15.3178C17.1789 15.7352 18.1033 15.4875 18.5207 14.7646C18.9381 14.0416 18.6904 13.1172 17.9674 12.6998L15.4903 11.2696ZM10.022 13.8875C9.17263 13.3044 8.59346 12.3562 8.51077 11.2692L6.03362 12.6994C5.31066 13.1168 5.06295 14.0413 5.48036 14.7642C5.89776 15.4872 6.82221 15.7349 7.54517 15.3175L10.022 13.8875ZM12.0005 13C13.1051 13 14.0005 12.1046 14.0005 11C14.0005 9.89543 13.1051 9 12.0005 9C10.896 9 10.0005 9.89543 10.0005 11C10.0005 12.1046 10.896 13 12.0005 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,gBAAumD,EAAvmD,IAAqB,EAAO,UAAU,qDAAoD,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,w8CAAw8C,KAAK,eAAc,CAAI,GAGjmD",
  "debugId": "BD88DEA2EB756CBF64756E2164756E21",
  "names": []
}