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