{
  "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=\"M8.75001 8C8.40586 8 8.10587 8.23422 8.0224 8.5681L5.5224 18.5681C5.46639 18.7922 5.51672 19.0295 5.65885 19.2116C5.80098 19.3936 6.01906 19.5 6.25001 19.5H8.00001V22.25C8.00001 22.6642 8.33579 23 8.75001 23H15.25C15.6642 23 16 22.6642 16 22.25V19.5H17.75C17.981 19.5 18.199 19.3936 18.3412 19.2116C18.4833 19.0295 18.5336 18.7922 18.4776 18.5681L15.9776 8.5681C15.8941 8.23422 15.5942 8 15.25 8H8.75001Z\" 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,gBAAqoB,EAAroB,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,EAAE,8GAA8G,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uZAAuZ,KAAK,eAAc,CAAI,GAG/nB",
  "debugId": "006B94081FDC246764756E2164756E21",
  "names": []
}