{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconTrashRounded/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 IconTrashRounded: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"trash-rounded, delete, remove\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2.25C14.3306 2.25 16.4696 2.53554 18.0508 3.01465C18.8365 3.25275 19.5273 3.55116 20.0381 3.91699C20.5306 4.26988 21 4.79467 21 5.5C21 5.61813 20.9852 5.73082 20.9609 5.83887L19.7471 14.9658C19.5292 16.6028 19.4068 17.586 19.0371 18.3936C18.3532 19.8871 17.0629 21.0171 15.4922 21.498C14.6428 21.7581 13.6519 21.75 12 21.75C10.3481 21.75 9.35721 21.7581 8.50781 21.498C6.93712 21.0171 5.64677 19.8871 4.96289 18.3936C4.59322 17.586 4.47076 16.6028 4.25293 14.9658L3.03809 5.83887C3.01388 5.73089 3 5.61805 3 5.5C3 4.79467 3.46936 4.26988 3.96191 3.91699C4.47267 3.55116 5.16349 3.25275 5.94922 3.01465C7.53041 2.53554 9.66944 2.25 12 2.25ZM12 3.75C9.77435 3.75 7.78848 4.02453 6.38379 4.4502C5.67681 4.66444 5.15909 4.9045 4.83496 5.13672C4.67483 5.25147 4.58497 5.34803 4.53906 5.41602C4.51792 5.44735 4.50815 5.46916 4.50391 5.48145L4.50977 5.5293C4.51523 5.54209 4.52334 5.56068 4.53906 5.58398C4.58497 5.65197 4.67483 5.74853 4.83496 5.86328C5.15909 6.0955 5.67681 6.33556 6.38379 6.5498C7.78848 6.97547 9.77435 7.25 12 7.25C14.2257 7.25 16.2115 6.97547 17.6162 6.5498C18.3232 6.33556 18.8409 6.0955 19.165 5.86328C19.3252 5.74853 19.415 5.65197 19.4609 5.58398C19.4765 5.5609 19.4838 5.54207 19.4893 5.5293L19.4951 5.48145C19.4908 5.46911 19.4819 5.44709 19.4609 5.41602C19.415 5.34803 19.3252 5.25147 19.165 5.13672C18.8409 4.9045 18.3232 4.66444 17.6162 4.4502C16.2115 4.02453 14.2257 3.75 12 3.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTrashRounded;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAA+gD,EAA/gD,IAAqB,EAAO,UAAU,iCAAgC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,o4CAAo4C,KAAK,eAAc,CAAI,GAGzgD",
  "debugId": "F0098BC6AE94843F64756E2164756E21",
  "names": []
}