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