import { FC, SVGProps } from 'react'; declare const IconDatabase: FC & { fill?: string }>; export default IconDatabase;