import type { SVGProps } from "react"; import * as React from "react"; declare const SvgDatabase: (props: SVGProps) => React.JSX.Element; export default SvgDatabase; //# sourceMappingURL=Database.d.ts.map