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