{
  "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=\"M13.591 4.9012C12.7123 4.02252 11.2877 4.02252 10.409 4.9012L9.53036 5.77988C9.23747 6.07277 8.7626 6.07277 8.4697 5.77988C8.17681 5.48698 8.17681 5.01211 8.4697 4.71922L9.34838 3.84054C10.8128 2.37607 13.1872 2.37607 14.6517 3.84054L15.5304 4.71922C15.8233 5.01211 15.8233 5.48698 15.5304 5.77988C15.2375 6.07277 14.7626 6.07277 14.4697 5.77988L13.591 4.9012ZM5.78036 8.46922C6.07326 8.76211 6.07326 9.23698 5.78036 9.52988L4.90169 10.4086C4.02301 11.2872 4.02301 12.7119 4.90169 13.5905L5.78036 14.4692C6.07326 14.7621 6.07326 15.237 5.78036 15.5299C5.48747 15.8228 5.0126 15.8228 4.7197 15.5299L3.84102 14.6512C2.37656 13.1867 2.37656 10.8124 3.84103 9.34789L4.7197 8.46922C5.0126 8.17632 5.48747 8.17632 5.78036 8.46922ZM18.2197 8.46922C18.5126 8.17632 18.9875 8.17632 19.2804 8.46922L20.159 9.34789C21.6235 10.8124 21.6235 13.1867 20.159 14.6512L19.2804 15.5299C18.9875 15.8228 18.5126 15.8228 18.2197 15.5299C17.9268 15.237 17.9268 14.7621 18.2197 14.4692L19.0984 13.5905C19.9771 12.7119 19.9771 11.2872 19.0984 10.4086L18.2197 9.52988C17.9268 9.23698 17.9268 8.76211 18.2197 8.46922ZM8.4697 18.2192C8.7626 17.9263 9.23747 17.9263 9.53036 18.2192L10.409 19.0979C11.2877 19.9766 12.7123 19.9766 13.591 19.0979L14.4697 18.2192C14.7626 17.9263 15.2375 17.9263 15.5304 18.2192C15.8233 18.5121 15.8233 18.987 15.5304 19.2799L14.6517 20.1586C13.1872 21.623 10.8128 21.623 9.34838 20.1586L8.4697 19.2799C8.17681 18.987 8.17681 18.5121 8.4697 18.2192Z\" 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,gBAAujD,EAAvjD,IAAqB,EAAO,UAAU,iCAAgC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,46CAA46C,KAAK,eAAc,CAAI,GAGjjD",
  "debugId": "66895A1D3C4539D564756E2164756E21",
  "names": []
}