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