{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconArrowsAllSides/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 IconArrowsAllSides: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"arrows-all-sides, move, focus\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.4697 2.21967C11.7626 1.92678 12.2374 1.92678 12.5303 2.21967L15.5303 5.21967C15.8232 5.51256 15.8232 5.98744 15.5303 6.28033C15.2374 6.57322 14.7626 6.57322 14.4697 6.28033L12 3.81066L9.53033 6.28033C9.23744 6.57322 8.76256 6.57322 8.46967 6.28033C8.17678 5.98744 8.17678 5.51256 8.46967 5.21967L11.4697 2.21967ZM6.28033 8.46967C6.57322 8.76256 6.57322 9.23744 6.28033 9.53033L3.81066 12L6.28033 14.4697C6.57322 14.7626 6.57322 15.2374 6.28033 15.5303C5.98744 15.8232 5.51256 15.8232 5.21967 15.5303L2.21967 12.5303C1.92678 12.2374 1.92678 11.7626 2.21967 11.4697L5.21967 8.46967C5.51256 8.17678 5.98744 8.17678 6.28033 8.46967ZM17.7197 8.46967C18.0126 8.17678 18.4874 8.17678 18.7803 8.46967L21.7803 11.4697C22.0732 11.7626 22.0732 12.2374 21.7803 12.5303L18.7803 15.5303C18.4874 15.8232 18.0126 15.8232 17.7197 15.5303C17.4268 15.2374 17.4268 14.7626 17.7197 14.4697L20.1893 12L17.7197 9.53033C17.4268 9.23744 17.4268 8.76256 17.7197 8.46967ZM8.46967 17.7197C8.76256 17.4268 9.23744 17.4268 9.53033 17.7197L12 20.1893L14.4697 17.7197C14.7626 17.4268 15.2374 17.4268 15.5303 17.7197C15.8232 18.0126 15.8232 18.4874 15.5303 18.7803L12.5303 21.7803C12.2374 22.0732 11.7626 22.0732 11.4697 21.7803L8.46967 18.7803C8.17678 18.4874 8.17678 18.0126 8.46967 17.7197Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconArrowsAllSides;\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,EAAqD,CAAC,IAAU,CAC3E,OAAO,gBAA83C,EAA93C,IAAqB,EAAO,UAAU,iCAAgC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mvCAAmvC,KAAK,eAAc,CAAI,GAGx3C",
  "debugId": "52CB3695DA67C27764756E2164756E21",
  "names": []
}