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