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