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