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