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