export const CloneIcon = ({ color = "none", width = "15", height = "15" }) => {
    return (
        <span className="anticon">
            <svg
                width="16"
                height="16"
                viewBox="0 0 16 16"
                fill="none"
                xmlns="http://www.w3.org/2000/svg"
            >
                <path
                    d="M10.3332 1.3335H5.73317C5.4665 1.3335 5.19984 1.46683 4.99984 1.66683C4.79984 1.86683 4.6665 2.1335 4.6665 2.40016V10.9335C4.6665 11.2002 4.79984 11.4668 4.99984 11.6668C5.19984 11.8668 5.4665 12.0002 5.73317 12.0002H12.2665C12.5332 12.0002 12.7998 11.8668 12.9998 11.6668C13.1998 11.4668 13.3332 11.2002 13.3332 10.9335V4.3335L10.3332 1.3335Z"
                    stroke="#1F2937"
                    stroke-linecap="round"
                    stroke-linejoin="round"
                />
                <path
                    d="M2 5.06689V13.6002C2 13.8669 2.13333 14.1336 2.33333 14.3336C2.53333 14.5336 2.8 14.6669 3.06667 14.6669H9.6"
                    stroke="#1F2937"
                    stroke-linecap="round"
                    stroke-linejoin="round"
                />
                <path
                    d="M10 1.3335V4.66683H13.3333"
                    stroke="#1F2937"
                    stroke-linecap="round"
                    stroke-linejoin="round"
                />
            </svg>
        </span>
    );
};
