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