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