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