@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.14 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DeleteMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 3.75c-.57 0-1.134.25-1.564.728a2.77 2.77 0 0 0-.685 1.772h4.498a2.77 2.77 0 0 0-.685-1.772c-.43-.477-.994-.728-1.564-.728m3.75 2.5a4.27 4.27 0 0 0-1.071-2.775c-.696-.773-1.658-1.225-2.68-1.225-1.02 0-1.982.452-2.678 1.225a4.27 4.27 0 0 0-1.07 2.775H4a.75.75 0 1 0 0 1.5h1.25V19.6c0 .559.21 1.101.597 1.507.388.407.922.643 1.486.643h9.333c.565 0 1.099-.236 1.486-.643.387-.405.598-.948.598-1.507V7.75H20a.75.75 0 0 0 0-1.5zm-9 1.5V19.6c0 .184.07.353.184.473a.55.55 0 0 0 .4.177h9.333c.142 0 .287-.06.4-.177a.7.7 0 0 0 .183-.473V7.75zm3.25 2.5a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6a.75.75 0 0 1 .75-.75m4 0a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }))); });
DeleteMIcon.displayName = 'DeleteMIcon';