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