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