UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 443 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgNurseFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M14.957 15.564A8.01 8.01 0 0 1 19.94 22H4.063a8.01 8.01 0 0 1 4.981-6.436L12.001 20zM18.001 2v6A6 6 0 0 1 6 8V2zm-2 6H8a4 4 0 0 0 8 0" }) })); const Memo = memo(SvgNurseFill); export default Memo;