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