@brizy/ui-icons
Version:
10 lines (9 loc) • 710 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeleteLegacy = void 0;
const react_1 = __importDefault(require("react"));
exports.DeleteLegacy = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
react_1.default.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" })));