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