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