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