@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.26 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSewingMachine = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSewingMachine = function GYSiGlyphSewingMachine(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-sewing-machine",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.875 2.125h-1.328C14.93 1.461 13.747 1 12.958 1V.042H12V1H4.042c-1.104 0-2 0-2 1v1.875c0 1.104.891 2 1.989 2V7H3v1h2v2h.958V5.875h.053c.5 0 .726-.415.837-.957l.139-.868c.019-.374-.019.255 0-.05H11v7.042H3.042a2 2 0 0 0-2 2v.916c0 1.104.896 1 2 1h10.916c1.104 0 2 .104 2-1V5.875h.917v-3.75Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphSewingMachine = GYSiGlyphSewingMachine;