{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconExtendImage/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 IconExtendImage: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"extend-image\"><path d=\"M19.9697 2.96967C20.2626 2.67678 20.7373 2.67678 21.0302 2.96967C21.3231 3.26257 21.3231 3.73734 21.0302 4.03022L17.6464 7.41303C17.7119 7.59673 17.7499 7.79375 17.7499 7.99994V12.1894L19.9697 9.96967C20.2626 9.67678 20.7373 9.67678 21.0302 9.96967C21.3231 10.2626 21.3231 10.7373 21.0302 11.0302L17.7499 14.3105V15.9999C17.7499 16.9664 16.9664 17.7499 15.9999 17.7499H14.3105L11.0302 21.0302C10.7373 21.3231 10.2626 21.3231 9.96967 21.0302C9.67678 20.7373 9.67678 20.2626 9.96967 19.9697L12.1894 17.7499H7.99994C7.79375 17.7499 7.59673 17.7119 7.41303 17.6464L4.03022 21.0302C3.73734 21.3231 3.26257 21.3231 2.96967 21.0302C2.67678 20.7373 2.67678 20.2626 2.96967 19.9697L6.35248 16.5859C6.28726 16.4025 6.24995 16.2057 6.24994 15.9999V11.8105L4.03022 14.0302C3.73734 14.3231 3.26257 14.3231 2.96967 14.0302C2.67678 13.7373 2.67678 13.2626 2.96967 12.9697L6.24994 9.6894V7.99994C6.24994 7.03345 7.03344 6.24994 7.99994 6.24994H9.6894L12.9697 2.96967C13.2626 2.67678 13.7373 2.67678 14.0302 2.96967C14.3231 3.26257 14.3231 3.73734 14.0302 4.03022L11.8105 6.24994H15.9999C16.2057 6.24995 16.4025 6.28726 16.5859 6.35248L19.9697 2.96967Z\" fill=\"currentColor\"/><path d=\"M19.9697 15.9697C20.2626 15.6768 20.7373 15.6768 21.0302 15.9697C21.3231 16.2626 21.3231 16.7373 21.0302 17.0302L17.0302 21.0302C16.7373 21.3231 16.2626 21.3231 15.9697 21.0302C15.6768 20.7373 15.6768 20.2626 15.9697 19.9697L19.9697 15.9697Z\" fill=\"currentColor\"/><path d=\"M6.96967 2.96967C7.26256 2.67678 7.73732 2.67678 8.03022 2.96967C8.32305 3.26257 8.32309 3.73734 8.03022 4.03022L4.03022 8.03022C3.73734 8.32309 3.26257 8.32305 2.96967 8.03022C2.67678 7.73732 2.67678 7.26256 2.96967 6.96967L6.96967 2.96967Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconExtendImage;\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,gBAAwuD,EAAxuD,IAAqB,EAAO,UAAU,gBAAe,gBAAC,OAAD,CAAM,EAAE,knCAAknC,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,CAAI,GAGluD",
  "debugId": "B4E62388A7B951F364756E2164756E21",
  "names": []
}