iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const MedicalCross = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-medical-cross", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M11 2l-.15.005A2 2 0 009 4v2.803L6.572 5.402a2 2 0 00-2.732.732l-1 1.732-.073.138a2 2 0 00.805 2.594L5.999 12l-2.427 1.402a2 2 0 00-.732 2.732l1 1.732.083.132a2 2 0 002.649.6L9 17.196V20a2 2 0 002 2h2l.15-.005A2 2 0 0015 20v-2.804l2.428 1.403a2 2 0 002.732-.732l1-1.732.073-.138a2 2 0 00-.805-2.594L18 12l2.428-1.402a2 2 0 00.732-2.732l-1-1.732-.083-.132a2 2 0 00-2.649-.6L15 6.802V4a2 2 0 00-2-2h-2z" }));
exports.default = MedicalCross;