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