{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconLayersThree/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 IconLayersThree: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"layers-three, stack\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.368 3.18962C11.7739 3.03282 12.2236 3.03282 12.6294 3.18962L20.8547 6.36758C22.3471 6.94419 22.3471 9.05576 20.8547 9.63237L12.6294 12.8103C12.2236 12.9671 11.7739 12.9671 11.368 12.8103L3.14274 9.63237C1.65034 9.05577 1.65034 6.94419 3.14274 6.36758L11.368 3.18962Z\" fill=\"currentColor\"/><path d=\"M20.8547 13.6323L12.6294 16.8103C12.2236 16.9671 11.7739 16.9671 11.368 16.8103L3.14274 13.6323C2.25338 13.2887 1.89401 12.4 2.06464 11.6158L11.8664 15.4029C11.9039 15.4174 11.9431 15.4255 11.9826 15.4274C11.9916 15.428 12.0007 15.4281 12.0097 15.4277C12.0517 15.4266 12.0936 15.4183 12.1335 15.4029L21.933 11.6167C22.1032 12.4006 21.7438 13.2888 20.8547 13.6323Z\" fill=\"currentColor\"/><path d=\"M20.8547 17.6323L12.6294 20.8103C12.2236 20.9671 11.7739 20.9671 11.368 20.8103L3.14274 17.6323C2.25338 17.2887 1.89401 16.4 2.06464 15.6158L11.8664 19.4029C11.9039 19.4174 11.9431 19.4255 11.9826 19.4274C11.9916 19.428 12.0007 19.4281 12.0097 19.4277C12.0517 19.4266 12.0936 19.4183 12.1335 19.4029L21.933 15.6167C22.1032 16.4006 21.7438 17.2888 20.8547 17.6323Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayersThree;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAwqC,EAAxqC,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iRAAiR,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8WAA8W,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8WAA8W,KAAK,eAAc,CAAI,GAGlqC",
  "debugId": "038C440BDCAC05C664756E2164756E21",
  "names": []
}