@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.3 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBookPerson = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBookPerson = function GYSiGlyphBookPerson(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-book-person",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M2 0h.918v16H2zm12.905 0H4v16h10.905c.604 0 1.095-.453 1.095-1.01V1.01C16 .452 15.51 0 14.905 0Zm-4.899 2.875c1.095 0 1.985.886 1.985 1.979s-.891 3.184-1.985 3.184c-1.096 0-1.984-2.09-1.984-3.184a1.98 1.98 0 0 1 1.984-1.979ZM14.976 12H5.002s-.171-2.987 2.387-2.987c.537.577 1.272.931 2.625.931 1.354 0 1.999-.36 2.529-.944 2.878 0 2.433 3 2.433 3Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphBookPerson = GYSiGlyphBookPerson;