@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 928 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphPersonError = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-person-error",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M10.972 4.071c0 1.664-1.332 4.846-2.976 4.846-1.645 0-2.979-3.182-2.979-4.846 0-1.665 1.334-3.013 2.979-3.013 1.644.001 2.976 1.348 2.976 3.013Zm5.042 6.874-.996-.996-1.494 1.493-1.493-1.493-.996.996 1.493 1.493-1.493 1.495.996.996 1.493-1.495 1.494 1.495.996-.996-1.494-1.495 1.494-1.493Zm-7.31-.615-.708.15s-2.904-.283-3.76-1.416c-4.098 0-4.223 5.865-4.223 5.865h9.345l-.63-.65 1.951-1.963-1.975-1.986Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphPersonError };