{
  "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=\"M12.5303 2.21967C12.2374 1.92678 11.7626 1.92678 11.4697 2.21967L8.46967 5.21967C8.17678 5.51256 8.17678 5.98744 8.46967 6.28033C8.76256 6.57322 9.23744 6.57322 9.53033 6.28033L11.25 4.56066V11.25H4.56066L6.28033 9.53033C6.57322 9.23744 6.57322 8.76256 6.28033 8.46967C5.98744 8.17678 5.51256 8.17678 5.21967 8.46967L2.21967 11.4697C1.92678 11.7626 1.92678 12.2374 2.21967 12.5303L5.21967 15.5303C5.51256 15.8232 5.98744 15.8232 6.28033 15.5303C6.57322 15.2374 6.57322 14.7626 6.28033 14.4697L4.56066 12.75H11.25V19.4393L9.53033 17.7197C9.23744 17.4268 8.76256 17.4268 8.46967 17.7197C8.17678 18.0126 8.17678 18.4874 8.46967 18.7803L11.4697 21.7803C11.7626 22.0732 12.2374 22.0732 12.5303 21.7803L15.5303 18.7803C15.8232 18.4874 15.8232 18.0126 15.5303 17.7197C15.2374 17.4268 14.7626 17.4268 14.4697 17.7197L12.75 19.4393V12.75H19.4393L17.7197 14.4697C17.4268 14.7626 17.4268 15.2374 17.7197 15.5303C18.0126 15.8232 18.4874 15.8232 18.7803 15.5303L21.7803 12.5303C22.0732 12.2374 22.0732 11.7626 21.7803 11.4697L18.7803 8.46967C18.4874 8.17678 18.0126 8.17678 17.7197 8.46967C17.4268 8.76256 17.4268 9.23744 17.7197 9.53033L19.4393 11.25H12.75V4.56066L14.4697 6.28033C14.7626 6.57322 15.2374 6.57322 15.5303 6.28033C15.8232 5.98744 15.8232 5.51256 15.5303 5.21967L12.5303 2.21967Z\" 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,gBAA02C,EAA12C,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,EAAE,owCAAowC,KAAK,eAAc,CAAI,GAGp2C",
  "debugId": "9AE4429358314E6A64756E2164756E21",
  "names": []
}