@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.GYSiGlyphPersonRemove = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPersonRemove = function GYSiGlyphPersonRemove(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-remove",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.985 4.044c0 1.671-1.336 4.863-2.983 4.863-1.648 0-2.986-3.192-2.986-4.863 0-1.669 1.338-3.023 2.986-3.023 1.647 0 2.983 1.354 2.983 3.023Zm-1.047 8.938h5.823c-.447-1.584-1.593-3.953-4.058-3.953-.854 1.159-3.692 1.456-3.692 1.456s-2.903-.286-3.759-1.43c-4.096 0-4.221 5.923-4.221 5.923h9.906v-1.996h.001Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11 14h4.937v.972H11z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphPersonRemove = GYSiGlyphPersonRemove;