{
  "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.18987C11.7739 3.03306 12.2236 3.03306 12.6294 3.18987L20.8547 6.36783C22.3471 6.94443 22.3471 9.05601 20.8547 9.63262L12.6294 12.8106C12.2236 12.9674 11.7739 12.9674 11.368 12.8106L3.14274 9.63262C1.65034 9.05601 1.65034 6.94444 3.14274 6.36783L11.368 3.18987Z\" fill=\"currentColor\"/><path d=\"M20.8547 13.6326L12.6294 16.8105C12.2236 16.9673 11.7739 16.9673 11.368 16.8105L3.14274 13.6326C2.25338 13.289 1.89401 12.4002 2.06464 11.6161L11.8664 15.4031C11.9039 15.4176 11.9431 15.4258 11.9826 15.4276C11.9916 15.4282 12.0007 15.4283 12.0097 15.4279C12.0517 15.4268 12.0936 15.4185 12.1335 15.4031L21.933 11.6169C22.1032 12.4009 21.7438 13.2891 20.8547 13.6326Z\" fill=\"currentColor\"/><path d=\"M20.8547 17.6326L12.6294 20.8105C12.2236 20.9673 11.7739 20.9673 11.368 20.8105L3.14274 17.6326C2.25338 17.289 1.89401 16.4002 2.06464 15.6161L11.8664 19.4031C11.9039 19.4176 11.9431 19.4258 11.9826 19.4276C11.9916 19.4282 12.0007 19.4283 12.0097 19.4279C12.0517 19.4268 12.0936 19.4185 12.1335 19.4031L21.933 15.6169C22.1032 16.4009 21.7438 17.2891 20.8547 17.6326Z\" 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,gBAA8qC,EAA9qC,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iRAAiR,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iXAAiX,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iXAAiX,KAAK,eAAc,CAAI,GAGxqC",
  "debugId": "548E376A7A44013D64756E2164756E21",
  "names": []
}