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