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