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