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