{
  "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=\"M9.5 5C9.5 4.17157 10.1716 3.5 11 3.5C11.4142 3.5 11.75 3.16421 11.75 2.75C11.75 2.33579 11.4142 2 11 2C9.34315 2 8 3.34315 8 5C8 5.41421 8.33579 5.75 8.75 5.75C9.16421 5.75 9.5 5.41421 9.5 5Z\" 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.5C19.8284 3.5 20.5 4.17157 20.5 5C20.5 5.41421 20.8358 5.75 21.25 5.75C21.6642 5.75 22 5.41421 22 5C22 3.34315 20.6569 2 19 2Z\" 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 8H5C3.34315 8 2 9.34315 2 11V19C2 20.6569 3.34315 22 5 22H13C14.6569 22 16 20.6569 16 19V16C16.4142 16 16.75 15.6642 16.75 15.25C16.75 14.8358 16.4142 14.5 16 14.5V11C16 9.34315 14.6569 8 13 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 13C20.5 13.8284 19.8284 14.5 19 14.5C18.5858 14.5 18.25 14.8358 18.25 15.25C18.25 15.6642 18.5858 16 19 16C20.6569 16 22 14.6569 22 13Z\" 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,gBAAk6C,EAAl6C,IAAqB,EAAO,UAAU,mDAAkD,gBAAC,OAAD,CAAM,EAAE,mMAAmM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yMAAyM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2QAA2Q,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wJAAwJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sNAAsN,KAAK,eAAc,CAAI,GAG55C",
  "debugId": "9A4937F37EF25CAB64756E2164756E21",
  "names": []
}