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