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