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