import * as React from "react"; function DatabaseIcon(props: React.SVGProps) { return ; } export default DatabaseIcon;