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