@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CaseMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CaseMIcon = (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" }))); });
exports.CaseMIcon.displayName = 'CaseMIcon';