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