@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.73 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSuitcasePerson = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSuitcasePerson = function GYSiGlyphSuitcasePerson(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-suitcase-person",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M2.437 3C1.643 3 .999 3.655.999 4.465v8.07c0 .81.644 1.465 1.438 1.465h13.125c.795 0 1.438-.655 1.438-1.465v-8.07C17 3.655 16.357 3 15.562 3H2.437Zm6.56 1.932c.783 0 1.42.698 1.42 1.559s-.637 2.51-1.42 2.51c-.783 0-1.419-1.648-1.419-2.51 0-.861.636-1.559 1.419-1.559Zm3.934 7.185H5.072s-.134-3.171 1.883-3.171c.421.611 1.001 1.2 2.065 1.2 1.066 0 1.574-.594 1.992-1.214 2.268.001 1.919 3.185 1.919 3.185Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.143 2.617c0-.35.318-.635.711-.635h2.328c.392 0 .71.285.71.635v.48h1.025V2.12c0-.607-.554-1.103-1.233-1.103H7.278c-.682 0-1.234.495-1.234 1.103v.977h1.1v-.48h-.001Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphSuitcasePerson = GYSiGlyphSuitcasePerson;