import { forwardRef, SVGProps } from 'react'; export interface InfoFilledProps extends Omit, 'css'> {} export const InfoFilled = forwardRef((props, ref) => ( )); InfoFilled.displayName = 'InfoFilled';