{
  "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=\"M12.1767 3.73729C12.0791 3.63965 11.9208 3.63965 11.8232 3.73729L9.5303 6.03018C9.23741 6.32307 8.76253 6.32307 8.46964 6.03018C8.17675 5.73729 8.17675 5.26241 8.46964 4.96952L10.7625 2.67663C11.446 1.99321 12.554 1.99321 13.2374 2.67663L15.5303 4.96952C15.8232 5.26241 15.8232 5.73729 15.5303 6.03018C15.2374 6.32307 14.7625 6.32307 14.4696 6.03018L12.1767 3.73729ZM6.0303 8.46952C6.32319 8.76241 6.32319 9.23729 6.0303 9.53018L3.73741 11.8231C3.63978 11.9207 3.63978 12.079 3.73741 12.1766L6.0303 14.4695C6.32319 14.7624 6.32319 15.2373 6.0303 15.5302C5.73741 15.8231 5.26253 15.8231 4.96964 15.5302L2.67675 13.2373C1.99333 12.5539 1.99333 11.4458 2.67675 10.7624L4.96964 8.46952C5.26253 8.17663 5.73741 8.17663 6.0303 8.46952ZM17.9696 8.46952C18.2625 8.17663 18.7374 8.17663 19.0303 8.46952L21.3232 10.7624C22.0066 11.4458 22.0066 12.5539 21.3232 13.2373L19.0303 15.5302C18.7374 15.8231 18.2625 15.8231 17.9696 15.5302C17.6767 15.2373 17.6767 14.7624 17.9696 14.4695L20.2625 12.1766C20.3602 12.079 20.3602 11.9207 20.2625 11.8231L17.9696 9.53018C17.6767 9.23729 17.6767 8.76241 17.9696 8.46952ZM8.46964 17.9695C8.76253 17.6766 9.23741 17.6766 9.5303 17.9695L11.8232 20.2624C11.9208 20.36 12.0791 20.36 12.1767 20.2624L14.4696 17.9695C14.7625 17.6766 15.2374 17.6766 15.5303 17.9695C15.8232 18.2624 15.8232 18.7373 15.5303 19.0302L13.2374 21.3231C12.554 22.0065 11.446 22.0065 10.7625 21.3231L8.46964 19.0302C8.17675 18.7373 8.17675 18.2624 8.46964 17.9695Z\" 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,gBAAikD,EAAjkD,IAAqB,EAAO,UAAU,iCAAgC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,s7CAAs7C,KAAK,eAAc,CAAI,GAG3jD",
  "debugId": "7D1E1152F53A050264756E2164756E21",
  "names": []
}