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