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