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