import { forwardRef } from 'react'; import type { IconProps } from './types'; export const Database = forwardRef(function Database( { color = 'currentColor', ...props }, forwardedRef, ) { return ( ); });