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