{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFolderShared/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 IconFolderShared: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"folder-shared\"><path d=\"M2 3.75C2 3.33579 2.33579 3 2.75 3H10C10.2508 3 10.4849 3.12533 10.624 3.33397L12.4014 6H21.25C21.6642 6 22 6.33579 22 6.75V19.25C22 19.6642 21.6642 20 21.25 20H12.3611C12.3512 19.9115 12.336 19.8232 12.3154 19.7355C11.8677 17.8294 10.6339 16.1463 8.92318 15.2304C9.59116 14.5156 10 13.5555 10 12.5C10 10.2909 8.20915 8.5 6.00001 8.5C3.79087 8.5 2.00001 10.2909 2.00001 12.5L2 3.75Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.5 12.5C3.5 11.1193 4.61929 10 6 10C7.38071 10 8.5 11.1193 8.5 12.5C8.5 13.8807 7.38071 15 6 15C4.61929 15 3.5 13.8807 3.5 12.5Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.00001 16C3.61657 16 1.68511 17.7788 1.14488 20.0785C1.0925 20.3015 1.1449 20.5362 1.28716 20.7158C1.42942 20.8953 1.64593 21 1.87501 21H10.125C10.3541 21 10.5706 20.8953 10.7129 20.7158C10.8551 20.5362 10.9075 20.3015 10.8551 20.0785C10.3149 17.7788 8.38345 16 6.00001 16Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFolderShared;\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,gBAAu/B,EAAv/B,IAAqB,EAAO,UAAU,iBAAgB,gBAAC,OAAD,CAAM,EAAE,iYAAiY,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qIAAqI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,sRAAsR,KAAK,eAAc,CAAI,GAGj/B",
  "debugId": "068C664EE4E9143864756E2164756E21",
  "names": []
}