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