{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRequestClosed/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 IconRequestClosed: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"request-closed\"><path d=\"M6.5 3C4.84315 3 3.5 4.34315 3.5 6C3.5 7.39788 4.45608 8.57245 5.75 8.90549V15.0945C4.45608 15.4275 3.5 16.6021 3.5 18C3.5 19.6569 4.84315 21 6.5 21C8.15685 21 9.5 19.6569 9.5 18C9.5 16.6021 8.54392 15.4275 7.25 15.0945V8.90549C8.54392 8.57245 9.5 7.39788 9.5 6C9.5 4.34315 8.15685 3 6.5 3Z\" fill=\"currentColor\"/><path d=\"M16.0303 3.46967C15.7374 3.17678 15.2626 3.17678 14.9697 3.46967C14.6768 3.76256 14.6768 4.23744 14.9697 4.53033L16.4393 6L14.9697 7.46967C14.6768 7.76256 14.6768 8.23744 14.9697 8.53033C15.2626 8.82322 15.7374 8.82322 16.0303 8.53033L17.5 7.06066L18.9697 8.53033C19.2626 8.82322 19.7374 8.82322 20.0303 8.53033C20.3232 8.23744 20.3232 7.76256 20.0303 7.46967L18.5607 6L20.0303 4.53033C20.3232 4.23744 20.3232 3.76256 20.0303 3.46967C19.7374 3.17678 19.2626 3.17678 18.9697 3.46967L17.5 4.93934L16.0303 3.46967Z\" fill=\"currentColor\"/><path d=\"M16.75 10.75V15.0945C15.4561 15.4275 14.5 16.6021 14.5 18C14.5 19.6569 15.8431 21 17.5 21C19.1569 21 20.5 19.6569 20.5 18C20.5 16.6021 19.5439 15.4275 18.25 15.0945V10.75C18.25 10.3358 17.9142 10 17.5 10C17.0858 10 16.75 10.3358 16.75 10.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRequestClosed;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAA2qC,EAA3qC,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,EAAE,qSAAqS,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kgBAAkgB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,CAAI,GAGrqC",
  "debugId": "8B03E3A5AF328B3264756E2164756E21",
  "names": []
}