{
  "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.1279 7.93158C17.5208 8.52452 17.7499 9.23539 17.7499 9.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.7343 14.3251C17.5786 16.1366 16.1366 17.5786 14.3251 17.7343L11.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.7499H9.99994C9.23539 17.7499 8.52452 17.5208 7.93158 17.1279L4.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.87104 16.0673C6.47862 15.4746 6.24995 14.764 6.24994 13.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.26459 9.67377C6.42064 7.86297 7.86297 6.42064 9.67377 6.26459L12.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.24994H13.9999C14.764 6.24995 15.4746 6.47862 16.0673 6.87104L19.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,gBAAwsD,EAAxsD,IAAqB,EAAO,UAAU,gBAAe,gBAAC,OAAD,CAAM,EAAE,klCAAklC,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,CAAI,GAGlsD",
  "debugId": "B9C970750DCE4F6464756E2164756E21",
  "names": []
}