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