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