@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.36 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TelemedicineMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.TelemedicineMIcon = (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: "M2.672 4.924a1.44 1.44 0 0 1 1.02-.424h16.616c.382 0 .749.153 1.02.424.27.272.422.64.422 1.025v11.125c0 .385-.152.753-.422 1.025a1.44 1.44 0 0 1-1.02.424h-5.816l.785 1.97h.877c.414 0 .75.338.75.754a.75.75 0 0 1-.75.753H7.846a.75.75 0 0 1-.75-.753c0-.416.336-.754.75-.754h.877l.785-1.97H3.692c-.382 0-.75-.153-1.02-.424a1.45 1.45 0 0 1-.422-1.025V5.95c0-.385.152-.753.422-1.025m7.961 12.092H3.75V6.006h16.5v11.01h-9.617m.49 1.507-.784 1.97h3.322l-.784-1.97z", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 7.75a.75.75 0 0 1 .75.75v2.25H15a.75.75 0 0 1 0 1.5h-2.25v2.25a.75.75 0 0 1-1.5 0v-2.25H9a.75.75 0 0 1 0-1.5h2.25V8.5a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }))); });
exports.TelemedicineMIcon.displayName = 'TelemedicineMIcon';