{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFileEdit/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 IconFileEdit: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"file-edit, document, cloud, sync\"><path d=\"M5.75073 2H12.0007V8.25C12.0007 9.2165 12.7842 10 13.7507 10H20.0007V20.25C20.0007 21.2165 19.2172 22 18.2507 22H7.67612L8.33513 21.341C8.75709 20.919 8.99414 20.3467 8.99414 19.75V13.2566C8.99414 11.1855 7.31521 9.50659 5.24414 9.50659C4.80831 9.50659 4.38984 9.58094 4.00073 9.71765V3.75C4.00073 2.7835 4.78423 2 5.75073 2Z\" fill=\"currentColor\"/><path d=\"M19.4882 8.42678C19.512 8.45058 19.535 8.475 19.5573 8.5H13.7507C13.6127 8.5 13.5007 8.38807 13.5007 8.25V2.44343C13.5257 2.46571 13.5502 2.48876 13.574 2.51256L19.4882 8.42678Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.99414 13.2566C2.99414 12.0139 4.0015 11.0066 5.24414 11.0066C6.48678 11.0066 7.49414 12.014 7.49414 13.2566V19.75C7.49414 19.9489 7.41512 20.1397 7.27447 20.2803L5.77447 21.7803C5.63382 21.921 5.44305 22 5.24414 22C5.04523 22 4.85446 21.921 4.71381 21.7803L3.21381 20.2803C3.07316 20.1397 2.99414 19.9489 2.99414 19.75L2.99414 13.2566Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFileEdit;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAyhC,EAAzhC,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,EAAE,wUAAwU,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oLAAoL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qVAAqV,KAAK,eAAc,CAAI,GAGnhC",
  "debugId": "C84694197A05823664756E2164756E21",
  "names": []
}