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