@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.36 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPersonError = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPersonError = function GYSiGlyphPersonError(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-error",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphPersonError = GYSiGlyphPersonError;