{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWind/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 IconWind: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"wind, windy\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.25 4.5C10.8668 4.5 10.5264 4.6717 10.2949 4.94797C10.0289 5.26546 9.55581 5.30719 9.23832 5.04116C8.92082 4.77514 8.8791 4.3021 9.14512 3.98461C9.6474 3.38515 10.4014 3 11.25 3C12.7688 3 14 4.23122 14 5.75C14 7.26878 12.7688 8.5 11.25 8.5L2.75 8.50001C2.33579 8.50001 2 8.16422 2 7.75001C2 7.3358 2.33579 7.00001 2.75 7.00001L11.25 7C11.9404 7 12.5 6.44036 12.5 5.75C12.5 5.05964 11.9404 4.5 11.25 4.5ZM19.25 8.75001C18.8653 8.75001 18.5216 8.92291 18.2912 9.19798C18.0251 9.51547 17.5521 9.5572 17.2346 9.29117C16.9171 9.02515 16.8754 8.55211 17.1414 8.23462C17.6447 7.63396 18.4029 7.25001 19.25 7.25001C20.7688 7.25001 22 8.48123 22 10C22 11.5188 20.7688 12.75 19.25 12.75H2.75C2.33579 12.75 2 12.4142 2 12C2 11.5858 2.33579 11.25 2.75 11.25H19.25C19.9404 11.25 20.5 10.6904 20.5 10C20.5 9.30965 19.9404 8.75001 19.25 8.75001ZM2 16.25C2 15.8358 2.33579 15.5 2.75 15.5H15.25C16.7688 15.5 18 16.7312 18 18.25C18 19.7688 16.7688 21 15.25 21C14.3144 21 13.4882 20.5321 12.9926 19.8209C12.7558 19.481 12.8393 19.0135 13.1792 18.7767C13.519 18.5399 13.9865 18.6235 14.2233 18.9633C14.4504 19.2892 14.8256 19.5 15.25 19.5C15.9404 19.5 16.5 18.9404 16.5 18.25C16.5 17.5597 15.9404 17 15.25 17H2.75C2.33579 17 2 16.6642 2 16.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconWind;\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,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAAs0C,EAAt0C,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6sCAA6sC,KAAK,eAAc,CAAI,GAGh0C",
  "debugId": "30200C3BB890A15E64756E2164756E21",
  "names": []
}