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