{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFolderDelete/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 IconFolderDelete: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"folder-delete\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 6.75C2 4.67893 3.67893 3 5.75 3H8.39445C9.64827 3 10.8191 3.62663 11.5146 4.66987L12.0303 5.44338C12.2621 5.79112 12.6524 6 13.0704 6H18.25C20.3211 6 22 7.67893 22 9.75V16.25C22 18.3211 20.3211 20 18.25 20H9.37187C9.65101 19.2085 9.47405 18.2921 8.84099 17.659L8.18198 17L8.84099 16.341C9.71967 15.4623 9.71967 14.0377 8.84099 13.159C7.96231 12.2803 6.53769 12.2803 5.65901 13.159L5 13.818L4.34099 13.159C3.70793 12.526 2.79149 12.349 2 12.6281V6.75Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.78033 14.2197C8.07322 14.5126 8.07322 14.9874 7.78033 15.2803L6.06066 17L7.78033 18.7197C8.07322 19.0126 8.07322 19.4874 7.78033 19.7803C7.48744 20.0732 7.01256 20.0732 6.71967 19.7803L5 18.0607L3.28033 19.7803C2.98744 20.0732 2.51256 20.0732 2.21967 19.7803C1.92678 19.4874 1.92678 19.0126 2.21967 18.7197L3.93934 17L2.21967 15.2803C1.92678 14.9874 1.92678 14.5126 2.21967 14.2197C2.51256 13.9268 2.98744 13.9268 3.28033 14.2197L5 15.9393L6.71967 14.2197C7.01256 13.9268 7.48744 13.9268 7.78033 14.2197Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFolderDelete;\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,gBAAooC,EAApoC,IAAqB,EAAO,UAAU,iBAAgB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wcAAwc,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8fAA8f,KAAK,eAAc,CAAI,GAG9nC",
  "debugId": "C2C04EC4C7085F1A64756E2164756E21",
  "names": []
}