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