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