UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 2.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeleteMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.DeleteMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9999 3.75C11.4302 3.75 10.8656 4.00077 10.436 4.47803C10.0211 4.93907 9.77012 5.57214 9.75105 6.25H14.2487C14.2296 5.57214 13.9787 4.93907 13.5637 4.47803C13.1342 4.00077 12.5696 3.75 11.9999 3.75ZM15.7491 6.25C15.7298 5.22051 15.3538 4.22473 14.6787 3.47459C13.983 2.70161 13.0215 2.25 11.9999 2.25C10.9783 2.25 10.0168 2.70161 9.32109 3.47459C8.64596 4.22473 8.26994 5.22051 8.25066 6.25H3.99988C3.58566 6.25 3.24988 6.58579 3.24988 7C3.24988 7.41421 3.58566 7.75 3.99988 7.75H5.24988V19.6C5.24988 20.1587 5.46092 20.7015 5.8473 21.1072C6.23486 21.5141 6.76854 21.75 7.33321 21.75H16.6665C17.2312 21.75 17.7649 21.5141 18.1525 21.1072C18.5388 20.7015 18.7499 20.1587 18.7499 19.6V7.75H19.9999C20.4141 7.75 20.7499 7.41421 20.7499 7C20.7499 6.58579 20.4141 6.25 19.9999 6.25H15.7491ZM6.74988 7.75V19.6C6.74988 19.7839 6.81979 19.9533 6.93351 20.0727C7.04604 20.1909 7.19064 20.25 7.33321 20.25H16.6665C16.8091 20.25 16.9537 20.1909 17.0663 20.0727C17.18 19.9533 17.2499 19.7839 17.2499 19.6V7.75H6.74988ZM9.99988 10.25C10.4141 10.25 10.7499 10.5858 10.7499 11V17C10.7499 17.4142 10.4141 17.75 9.99988 17.75C9.58566 17.75 9.24988 17.4142 9.24988 17V11C9.24988 10.5858 9.58566 10.25 9.99988 10.25ZM13.9999 10.25C14.4141 10.25 14.7499 10.5858 14.7499 11V17C14.7499 17.4142 14.4141 17.75 13.9999 17.75C13.5857 17.75 13.2499 17.4142 13.2499 17V11C13.2499 10.5858 13.5857 10.25 13.9999 10.25Z", fill: "currentColor" }))); }); exports.DeleteMIcon.displayName = 'DeleteMIcon';