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