@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.48 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPersonPeople = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPersonPeople = function GYSiGlyphPersonPeople(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-person-people",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.247 11.46c-.646 1.026-1.389-1.53-2.2-1.53-.834 0-1.612 2.51-2.287 1.459-.58-.906-1.082-1.881-1.479-2.384-4.106 0-4.19 5.966-4.19 5.966h15.993s.282-5.992-4.335-5.992c-.408.524-.914 1.551-1.502 2.482Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.989 9C6.493 9 5.016 4.831 5.016 3.117 5.016 1.4 6.493.01 7.99.01c1.496 0 2.972 1.39 2.972 3.107 0 1.714-1.476 5.881-2.972 5.881Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphPersonPeople = GYSiGlyphPersonPeople;