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