import React from 'react'; import { Icon } from '@types'; const BehanceIcon: Icon = ({ fill = "white" }) => ( ); export default BehanceIcon;