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