UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 923 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeleteOutlined = void 0; const react_1 = __importDefault(require("react")); exports.DeleteOutlined = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 14 16" }, react_1.default.createElement("path", { fill: "currentColor", fillRule: "nonzero", d: "M12.5 5a.5.5 0 0 1 .5.5V14a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5.5a.5.5 0 0 1 1 0V14a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V5.5a.5.5 0 0 1 .5-.5M4.854 7.146 7 9.293l2.146-2.147a.5.5 0 1 1 .708.708L7.707 10l2.147 2.146a.5.5 0 1 1-.708.708L7 10.707l-2.146 2.147a.5.5 0 1 1-.708-.708L6.293 10 4.146 7.854a.5.5 0 1 1 .708-.708M.5 4a.5.5 0 0 1 0-1H4V.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5V3h3.5a.5.5 0 0 1 0 1zM9 1H5v2h4z" })));