@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.75 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSewingRoll = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSewingRoll = function GYSiGlyphSewingRoll(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-roll",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12.982.986c0 .518-.41.938-.917.938h-10a.927.927 0 0 1-.917-.938c0-.519.41-.938.917-.938h10c.507 0 .917.42.917.938Zm0 14c0 .518-.41.938-.917.938h-10a.927.927 0 0 1-.917-.938c0-.519.41-.938.917-.938h10c.507 0 .917.42.917.938ZM3 3h7.917v.959H3zm0 2h7.917v.959H3zm0 2h7.917v.959H3zm0 2h7.917v.959H3zm0 2h7.917v.959H3zm0 2h7.917v.959H3z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16.836 15c-1.305-.208-1.679-2.154-1.78-2.98-.088-.716-.181-4.562-2.383-5.545-.612-.273-1.293-.402-1.878-.459-.513-.052-.685-.039-.629-.098l-.748-.682c.294-.307.838-.28 1.418-.219.734.07 1.518.212 2.21.529 2.621 1.203 2.949 5.732 3.024 6.354.14 1.144.539 2.053.93 2.114l-.164.986Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphSewingRoll = GYSiGlyphSewingRoll;