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