@uiw/bootstrap-icons
Version:
Official open source SVG icon library for Bootstrap.
22 lines • 888 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
export var PeopleFill = props => /*#__PURE__*/_jsxs("svg", _extends({
viewBox: "0 0 20 20",
width: "16px",
height: "16px"
}, props, {
className: "btfont " + (props.className ? props.className : ''),
children: [/*#__PURE__*/_jsx("path", {
d: "M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",
fillRule: "evenodd"
}), ",", /*#__PURE__*/_jsx("path", {
d: "M5.216 14A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216z",
fillRule: "evenodd"
}), ",", /*#__PURE__*/_jsx("path", {
d: "M4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z",
fillRule: "evenodd"
})]
}));
//# sourceMappingURL=PeopleFill.js.map