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