{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconArrowUpDownLeftRight/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 IconArrowUpDownLeftRight: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"arrow-up-down-left-right, move\"><path d=\"M13.0605 2.49989C12.4748 1.9141 11.525 1.9141 10.9392 2.49989L8.46956 4.96956C8.17666 5.26245 8.17666 5.73732 8.46956 6.03022C8.76245 6.32311 9.23732 6.32311 9.53022 6.03022L11.25 4.31043V11.25H4.31043L6.03022 9.53022C6.32311 9.23732 6.32311 8.76245 6.03022 8.46956C5.73732 8.17666 5.26245 8.17666 4.96956 8.46956L2.49989 10.9392C1.9141 11.525 1.9141 12.4748 2.49989 13.0605L4.96956 15.5302C5.26245 15.8231 5.73732 15.8231 6.03022 15.5302C6.32311 15.2373 6.32311 14.7624 6.03022 14.4696L4.31066 12.75H11.25V19.6893L9.53022 17.9696C9.23732 17.6767 8.76245 17.6767 8.46956 17.9696C8.17666 18.2624 8.17666 18.7373 8.46956 19.0302L10.9392 21.4999C11.525 22.0857 12.4748 22.0857 13.0605 21.4999L15.5302 19.0302C15.8231 18.7373 15.8231 18.2624 15.5302 17.9696C15.2373 17.6767 14.7624 17.6767 14.4696 17.9696L12.75 19.6891V12.75H19.6891L17.9696 14.4696C17.6767 14.7624 17.6767 15.2373 17.9696 15.5302C18.2624 15.8231 18.7373 15.8231 19.0302 15.5302L21.4999 13.0605C22.0857 12.4748 22.0857 11.525 21.4999 10.9392L19.0302 8.46956C18.7373 8.17666 18.2624 8.17666 17.9696 8.46956C17.6767 8.76245 17.6767 9.23732 17.9696 9.53022L19.6893 11.25H12.75V4.31066L14.4696 6.03022C14.7624 6.32311 15.2373 6.32311 15.5302 6.03022C15.8231 5.73732 15.8231 5.26245 15.5302 4.96956L13.0605 2.49989Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconArrowUpDownLeftRight;\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,EAA2D,CAAC,IAAU,CACjF,OAAO,gBAAk2C,EAAl2C,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,EAAE,4vCAA4vC,KAAK,eAAc,CAAI,GAG51C",
  "debugId": "BBE181DC3E47E3BF64756E2164756E21",
  "names": []
}