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