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