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