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