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