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