{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBathWoman1/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 IconBathWoman1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bath-woman-1, women, female\"><path d=\"M12 1C10.3431 1 9 2.34315 9 4C9 5.65685 10.3431 7 12 7C13.6569 7 15 5.65685 15 4C15 2.34315 13.6569 1 12 1Z\" fill=\"currentColor\"/><path d=\"M11.0937 8C9.37291 8 7.87297 9.17111 7.45563 10.8405L5.83436 17.3256C5.55824 18.4301 6.39361 19.5 7.53211 19.5H8.00134V21.25C8.00134 22.2165 8.78484 23 9.75134 23H14.2513C15.2178 23 16.0013 22.2165 16.0013 21.25V19.5H16.4706C17.6091 19.5 18.4444 18.4301 18.1683 17.3256L16.547 10.8405C16.1297 9.17112 14.6298 8 12.909 8H11.0937Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBathWoman1;\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,gBAAyjB,EAAzjB,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,EAAE,8GAA8G,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2UAA2U,KAAK,eAAc,CAAI,GAGnjB",
  "debugId": "FE2B21783D9E9EA264756E2164756E21",
  "names": []
}