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