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