@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.72 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphWashMachine2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphWashMachine2 = function GYSiGlyphWashMachine2(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-2",
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-3ZM3 1.958H2v-1h1v1Zm2 0H4v-1h1v1Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1.021 3v13h14.958V3H1.021Zm7.436 12a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11Z",
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-.048-.235 1.716-2.19 1.256-3.501.037-1.531-1.424-3.537 1.425-3.537-.519 0-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.GYSiGlyphWashMachine2 = GYSiGlyphWashMachine2;