@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.83 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphWashMachine = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphWashMachine = function GYSiGlyphWashMachine(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-wash-machine",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16.031.042h-15v3h15v-3Zm-12.989 2H1.938V.958h1.104v1.084Zm2 0H3.938V.958h1.104v1.084Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1.021 3v13h14.958V3H1.021Zm7.491 12.083c-3.068 0-5.555-2.5-5.555-5.583 0-3.084 2.486-5.584 5.555-5.584 3.067 0 5.554 2.5 5.554 5.584-.001 3.083-2.487 5.583-5.554 5.583Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.516 5.083c-2.453 0-4.441 1.979-4.441 4.416 0 2.438 1.988 4.418 4.441 4.418 2.454 0 4.442-1.979 4.442-4.418 0-2.437-1.988-4.416-4.442-4.416Zm3.283 4.945c.079 0 .15-.021.218-.048a3.527 3.527 0 0 1-3.501 3.037 3.528 3.528 0 0 1-3.537-3.519c0-1.94 1.584-3.516 3.537-3.516a3.527 3.527 0 0 1 3.501 3.036.53.53 0 1 0-.218 1.01Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphWashMachine = GYSiGlyphWashMachine;