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