{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconUntrash/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 IconUntrash: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"untrash\"><path d=\"M19.0273 20.373C18.9627 21.2894 18.2008 21.9998 17.2822 22H6.7177C5.79892 22 5.03618 21.2895 4.97161 20.373L4.05461 7.30273C4.02415 6.8689 4.36776 6.5 4.80266 6.5H20.0019L19.0273 20.373ZM12.5302 10.2197C12.2556 9.94514 11.8209 9.9277 11.5263 10.168L11.4697 10.2197L8.71965 12.9697C8.42676 13.2626 8.42676 13.7374 8.71965 14.0303C9.01255 14.3231 9.48732 14.3232 9.7802 14.0303L11.2499 12.5605V17.25C11.2499 17.6642 11.5857 18 11.9999 18C12.4141 18 12.7499 17.6642 12.7499 17.25V12.5605L14.2197 14.0303L14.2763 14.082C14.5709 14.3223 15.0056 14.3049 15.2802 14.0303C15.5548 13.7557 15.5722 13.3209 15.332 13.0264L15.2802 12.9697L12.5302 10.2197Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.36453 3.26283C9.13187 1.50509 11.0252 0.433647 12.9973 0.781384C14.9692 1.12919 16.3802 2.78343 16.5003 4.6974L21.0501 5.50013L21.1253 5.51771C21.4908 5.6214 21.7259 5.98702 21.6585 6.36927C21.5911 6.75141 21.2453 7.01483 20.8665 6.98744L20.7893 6.97767L3.55496 3.93861C3.14726 3.8665 2.87466 3.47726 2.94656 3.06947C3.01865 2.66181 3.40797 2.38928 3.81571 2.46107L8.36453 3.26283ZM12.7366 2.25795C11.5894 2.05581 10.4834 2.59735 9.91141 3.53529L14.9554 4.42494C14.7388 3.34771 13.884 2.46033 12.7366 2.25795Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconUntrash;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA2xC,EAA3xC,IAAqB,EAAO,UAAU,WAAU,gBAAC,OAAD,CAAM,EAAE,soBAAsoB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mgBAAmgB,KAAK,eAAc,CAAI,GAGrxC",
  "debugId": "8F7C9D10927B95A264756E2164756E21",
  "names": []
}