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