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