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