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