{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconExpand/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 IconExpand: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"expand, window, layout\"><path d=\"M11.25 13C11.6642 13 12 13.3358 12 13.75V21.25C12 21.6642 11.6642 22 11.25 22H2.75C2.33579 22 2 21.6642 2 21.25V13.75C2 13.3358 2.33579 13 2.75 13H11.25Z\" fill=\"currentColor\"/><path d=\"M21.25 3C21.6642 3 22 3.33579 22 3.75V15.25C22 15.6642 21.6642 16 21.25 16H14.75C14.3358 16 14 15.6642 14 15.25C14 14.8358 14.3358 14.5 14.75 14.5H20.5V4.5H4.5V10.25C4.5 10.6642 4.16421 11 3.75 11C3.33579 11 3 10.6642 3 10.25V3.75C3 3.33579 3.33579 3 3.75 3H21.25Z\" fill=\"currentColor\"/><path d=\"M17.25 7C17.6642 7 18 7.33579 18 7.75V10.75C18 11.1642 17.6642 11.5 17.25 11.5C16.8358 11.5 16.5 11.1642 16.5 10.75V9.56066L14.5303 11.5303C14.2374 11.8232 13.7626 11.8232 13.4697 11.5303C13.1768 11.2374 13.1768 10.7626 13.4697 10.4697L15.4393 8.5H14.25C13.8358 8.5 13.5 8.16421 13.5 7.75C13.5 7.33579 13.8358 7 14.25 7H17.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconExpand;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAw4B,EAAx4B,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,4JAA4J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2QAA2Q,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yUAAyU,KAAK,eAAc,CAAI,GAGl4B",
  "debugId": "10462F13FB35F4A464756E2164756E21",
  "names": []
}