@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.55 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPersonChecked = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPersonChecked = function GYSiGlyphPersonChecked(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-checked",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.926 4.121c0 1.68-1.309 4.891-2.922 4.891-1.613 0-2.923-3.211-2.923-4.891 0-1.68 1.31-3.04 2.923-3.04s2.922 1.36 2.922 3.04Zm-1.893 8.675 2.393-2.421 1.279 1.335 1.643-1.662c-.631-.65-1.405-.998-2.669-.998-.854 1.156-3.689 1.453-3.689 1.453s-2.899-.285-3.753-1.427c-4.093 0-4.217 5.91-4.217 5.91h11.1l-2.087-2.19Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m15.094 10.801-2.381 2.381-1.416-1.417-.925.924 2.342 2.341 3.306-3.304-.926-.925Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphPersonChecked = GYSiGlyphPersonChecked;