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