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