UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.41 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CaseDiagramMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.CaseDiagramMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.721 2.875c.4-.4.944-.625 1.51-.625h5.538a2.135 2.135 0 0 1 2.135 2.135v2.019h2.711a2.134 2.134 0 0 1 2.135 2.134v11.077a2.134 2.134 0 0 1-2.135 2.135H4.385a2.135 2.135 0 0 1-2.135-2.135V8.538a2.135 2.135 0 0 1 2.135-2.134h2.711v-2.02c0-.566.225-1.109.625-1.509m.875 3.529h6.808v-2.02a.635.635 0 0 0-.635-.634H9.231a.635.635 0 0 0-.635.635zm-4.211 1.5a.635.635 0 0 0-.635.634v11.077a.634.634 0 0 0 .635.635h15.23a.634.634 0 0 0 .635-.635V8.538a.635.635 0 0 0-.635-.634z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.6 12.55a.75.75 0 0 1-.15 1.05l-2.667 2a.75.75 0 0 1-.9 0l-2.216-1.662L8.45 15.6a.75.75 0 1 1-.9-1.2l2.667-2a.75.75 0 0 1 .9 0l2.216 1.662L15.55 12.4a.75.75 0 0 1 1.05.15", clipRule: "evenodd" }))); }); exports.CaseDiagramMIcon.displayName = 'CaseDiagramMIcon';