import * as React from 'react'; export interface MSync64Props extends React.SVGProps { ariaLabel?: string } export default function MSync64({ ariaLabel, ...props }: MSync64Props) { return ( ); }