import * as React from "react"; import type { SVGProps } from "react"; const SvgLicenseManager = (props: SVGProps) => ( ); export default SvgLicenseManager;