{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWheelchair/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 IconWheelchair: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"wheelchair, bathroom accessible, toilet, wc\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13.5 2C11.8431 2 10.5 3.34315 10.5 5C10.5 6.65685 11.8431 8 13.5 8C15.1569 8 16.5 6.65685 16.5 5C16.5 3.34315 15.1569 2 13.5 2ZM12 5C12 4.17157 12.6716 3.5 13.5 3.5C14.3284 3.5 15 4.17157 15 5C15 5.82843 14.3284 6.5 13.5 6.5C12.6716 6.5 12 5.82843 12 5Z\" fill=\"currentColor\"/><path d=\"M4 15.5C4 12.0735 6.65136 9.26624 10.0144 9.01788L8.97389 12.1963C8.55389 13.5763 8.82389 15.0263 9.67389 16.1863C10.5239 17.3463 11.8439 18.0063 13.2839 18.0063H15.9939L15.5112 19.6401C14.3189 21.0816 12.5167 22 10.5 22C6.91015 22 4 19.0899 4 15.5Z\" fill=\"currentColor\"/><path d=\"M12.7782 10.2209C12.9069 9.82715 12.6921 9.40364 12.2984 9.27492C11.9047 9.14621 11.4812 9.36102 11.3525 9.75473L10.4177 12.6139L10.4129 12.6292C9.8285 14.5559 11.2703 16.5 13.2837 16.5H17.9977L17.0306 19.7883C16.9137 20.1857 17.1411 20.6026 17.5385 20.7195C17.9358 20.8364 18.3527 20.609 18.4696 20.2116L19.7196 15.9616C19.7863 15.7348 19.7422 15.4899 19.6006 15.3007C19.459 15.1114 19.2365 15 19.0001 15H13.2837C12.2795 15 11.5596 14.0326 11.8462 13.0716L11.9518 12.7485C11.9678 12.7495 11.9838 12.75 12 12.75H16C16.4142 12.75 16.75 12.4142 16.75 12C16.75 11.5858 16.4142 11.25 16 11.25H12.4417L12.7782 10.2209Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconWheelchair;\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,gBAAwzC,EAAxzC,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iQAAiQ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4PAA4P,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wmBAAwmB,KAAK,eAAc,CAAI,GAGlzC",
  "debugId": "D5DCB23A1BE375E564756E2164756E21",
  "names": []
}