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