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