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