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