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