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