@iconscout/react-unicons-monochrome
Version:
1,100+ vector icons as easy to use React Components
26 lines • 1.03 kB
JavaScript
import * as React from "react";
import "../utils/style.css";
function UimUserNurse(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({}, props, {
xmlns: "http://www.w3.org/2000/svg",
"data-name": "Layer 1",
viewBox: "0 0 24 24",
width: props.size || '1em',
height: props.size || '1em',
fill: "currentColor",
className: `ui-svg-inline ${props.className || ''}`
}), /*#__PURE__*/React.createElement("path", {
opacity: 0.5,
d: "M20.94 22H3.06a1 1 0 0 1-.994-1.108 9.995 9.995 0 0 1 19.868 0A1 1 0 0 1 20.94 22Z"
}), /*#__PURE__*/React.createElement("path", {
opacity: 0.25,
d: "m12.708 18.307 4.706-4.715a10.001 10.001 0 0 0-10.833.003l4.712 4.712A1 1 0 0 0 12 18.6a1.002 1.002 0 0 0 .708-.293Z"
}), /*#__PURE__*/React.createElement("path", {
opacity: 0.25,
d: "M11.995 14a6 6 0 1 1 6-6 6.007 6.007 0 0 1-6 6Z"
}), /*#__PURE__*/React.createElement("path", {
opacity: 1,
d: "M6.09 9a5.993 5.993 0 0 0 11.82 0Z"
}));
}
export default UimUserNurse;