{
  "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 d=\"M21.5631 11.3185C21.8294 11.4408 22 11.707 22 12C22 12.293 21.8294 12.5592 21.5631 12.6815L12.3131 16.9315C12.1144 17.0228 11.8856 17.0228 11.6869 16.9315L2.43687 12.6815C2.17063 12.5592 2 12.293 2 12C2 11.707 2.17063 11.4408 2.43687 11.3185C2.63561 11.2272 2.86431 11.2272 3.06304 11.3185L12 15.4246L20.9368 11.3185C21.1356 11.2272 21.3643 11.2272 21.5631 11.3185Z\" fill=\"currentColor\"/><path d=\"M21.5631 15.3185C21.8294 15.4408 22 15.707 22 16C22 16.293 21.8294 16.5592 21.5631 16.6815L12.3131 20.9315C12.1144 21.0228 11.8856 21.0228 11.6869 20.9315L2.43687 16.6815C2.17063 16.5592 2 16.293 2 16C2 15.707 2.17063 15.4408 2.43687 15.3185C2.63561 15.2272 2.86431 15.2272 3.06304 15.3185L12 19.4246L20.9368 15.3185C21.1356 15.2272 21.3643 15.2272 21.5631 15.3185Z\" fill=\"currentColor\"/><path d=\"M12.3131 3.06849C12.1144 2.97717 11.8856 2.97717 11.6869 3.06849L2.43687 7.31849C2.17063 7.44082 2 7.707 2 8C2 8.293 2.17063 8.55918 2.43687 8.68151L11.6869 12.9315C11.8856 13.0228 12.1144 13.0228 12.3131 12.9315L21.5631 8.68151C21.8294 8.55918 22 8.293 22 8C22 7.707 21.8294 7.44082 21.5631 7.31849L12.3131 3.06849Z\" 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,gBAAorC,EAAprC,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,gXAAgX,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gXAAgX,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+TAA+T,KAAK,eAAc,CAAI,GAG9qC",
  "debugId": "AA7AAF07F489AA8264756E2164756E21",
  "names": []
}