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