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