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