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