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