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