@brizy/ui-icons
Version:
4 lines (3 loc) • 424 B
JavaScript
import React from "react";
export const DeleteLegacy = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
React.createElement("path", { fill: "currentColor", d: "M14 6v8c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6h12Zm-3-6c.6 0 1 .4 1 1v2h4v2H0V3h4V1c0-.6.4-1 1-1Zm-1 2H6v1h4V2Z" })));