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