import React from "react";

/**
 * delete.svg
 */
declare const DeleteIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default DeleteIcon;
