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