@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.12 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphPersonChecked = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_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"
})]
})
}));
export { GYSiGlyphPersonChecked };