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