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