UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 908 B
"use strict"; 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 Nurse = (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-nurse", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12.002 4c2.866 0 6.7 1.365 9.532 3.155a1 1 0 01.45 1.024l-2 11A1 1 0 0119 20H5a1 1 0 01-.984-.821l-2-11a1 1 0 01.45-1.024C5.3 5.363 9.19 3.995 12.002 4M12 9a1 1 0 00-1 1v1h-1a1 1 0 00-.993.883L9 12a1 1 0 001 1h1v1a1 1 0 00.883.993L12 15a1 1 0 001-1v-1h1a1 1 0 00.993-.883L15 12a1 1 0 00-1-1h-1v-1a1 1 0 00-.883-.993z" })); exports.default = Nurse;