{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSquareDotedBehindSquare/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 IconSquareDotedBehindSquare: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"square-doted-behind-square, copy, layers, pages\"><path d=\"M8.75 2C8.33579 2 8 2.33579 8 2.75V5C8 5.41421 8.33579 5.75 8.75 5.75C9.16421 5.75 9.5 5.41421 9.5 5V3.5H11C11.4142 3.5 11.75 3.16421 11.75 2.75C11.75 2.33579 11.4142 2 11 2H8.75Z\" fill=\"currentColor\"/><path d=\"M14 2C13.5858 2 13.25 2.33579 13.25 2.75C13.25 3.16421 13.5858 3.5 14 3.5H16C16.4142 3.5 16.75 3.16421 16.75 2.75C16.75 2.33579 16.4142 2 16 2H14Z\" fill=\"currentColor\"/><path d=\"M19 2C18.5858 2 18.25 2.33579 18.25 2.75C18.25 3.16421 18.5858 3.5 19 3.5H20.5V5C20.5 5.41421 20.8358 5.75 21.25 5.75C21.6642 5.75 22 5.41421 22 5V2.75C22 2.33579 21.6642 2 21.25 2H19Z\" fill=\"currentColor\"/><path d=\"M9.5 8C9.5 7.58579 9.16421 7.25 8.75 7.25C8.33579 7.25 8 7.58579 8 8H2.75C2.33579 8 2 8.33579 2 8.75V21.25C2 21.6642 2.33579 22 2.75 22H15.25C15.6642 22 16 21.6642 16 21.25V16C16.4142 16 16.75 15.6642 16.75 15.25C16.75 14.8358 16.4142 14.5 16 14.5V8.75C16 8.33579 15.6642 8 15.25 8H9.5Z\" fill=\"currentColor\"/><path d=\"M22 8C22 7.58579 21.6642 7.25 21.25 7.25C20.8358 7.25 20.5 7.58579 20.5 8V10C20.5 10.4142 20.8358 10.75 21.25 10.75C21.6642 10.75 22 10.4142 22 10V8Z\" fill=\"currentColor\"/><path d=\"M22 13C22 12.5858 21.6642 12.25 21.25 12.25C20.8358 12.25 20.5 12.5858 20.5 13V14.5H19C18.5858 14.5 18.25 14.8358 18.25 15.25C18.25 15.6642 18.5858 16 19 16H21.25C21.6642 16 22 15.6642 22 15.25V13Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSquareDotedBehindSquare;\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,EAA8D,CAAC,IAAU,CACpF,OAAO,gBAA+4C,EAA/4C,IAAqB,EAAO,UAAU,mDAAkD,gBAAC,OAAD,CAAM,EAAE,sLAAsL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2LAA2L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iSAAiS,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wJAAwJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wMAAwM,KAAK,eAAc,CAAI,GAGz4C",
  "debugId": "D4E4562A2C23E4FA64756E2164756E21",
  "names": []
}