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