@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeleteSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.DeleteSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 1.75a1.94 1.94 0 0 0-1.93 1.73h3.86A1.94 1.94 0 0 0 8 1.75m3.436 1.73a3.442 3.442 0 0 0-6.872 0H1.538a.75.75 0 0 0 0 1.5h.866v8.943A1.827 1.827 0 0 0 4.23 15.75h7.538a1.827 1.827 0 0 0 1.827-1.827V4.981h.866a.75.75 0 0 0 0-1.5zm.66 1.5H3.904v8.943a.327.327 0 0 0 .327.327h7.538a.327.327 0 0 0 .327-.327zM6.385 6.714a.75.75 0 0 1 .75.75v4.31a.75.75 0 0 1-1.5 0v-4.31a.75.75 0 0 1 .75-.75m3.23 0a.75.75 0 0 1 .75.75v4.31a.75.75 0 0 1-1.5 0v-4.31a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }))); });
exports.DeleteSIcon.displayName = 'DeleteSIcon';