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