@icongo/li
Version:
LibreICONS Icons
47 lines (46 loc) • 2.64 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIToolsVacuumCleaner = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIToolsVacuumCleaner = function LIToolsVacuumCleaner(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
transform: "translate(-.998 -.997) scale(.33326)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#546e7a",
d: "M30 18c-3.865 0-7 3.135-7 7v13c0 .568.087 1.048.226 1.466C24.062 41.992 27 42 27 42h6s4 0 4-4V25c0-3.865-3.135-7-7-7zm0 4c-1.519 0-2.273.689-2.305.719a1.008 1.008 0 0 1-1.408-.029.993.993 0 0 1 .006-1.396C26.425 21.16 27.653 20 30 20c2.347 0 3.575 1.16 3.707 1.293a.999.999 0 1 1-1.414 1.414C32.273 22.689 31.519 22 30 22zM18 42v-2a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v2h12z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 30,
cy: 27,
r: 3,
fill: "#37474f"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#cfd8dc",
d: "M35 35a2 2 0 0 0-2-2h-6a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 32.5,
cy: 36.5,
r: 1.5,
fill: "#ff1744"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#90a4ae",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M30 26c-1.924 0-4.711.484-7 1.879-2.238 1.365-4 3.601-4 7.121 0 2.484.79 4.378 2.348 5.628C22.952 41.915 25.371 42 27 42c0 0-2.938-.008-3.774-2.534a4.156 4.156 0 0 1-.627-.398C21.538 38.217 21 36.848 21 35c0-2.146.837-3.633 2-4.665 2.574-2.284 6.748-2.334 7.001-2.335A1 1 0 0 0 30 26z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M37 36.83c2.669-3.026 5-7.705 5-14.83 0-6.52-1.322-11.12-3.93-13.672C35.593 5.903 32.706 5.969 31.315 6H24c-.106 0-2.633.029-3.895 2.553-.905 1.809-7.12 22.81-9.038 29.447h2.065c3.246-11.532 8.104-27.238 8.762-28.553A2.559 2.559 0 0 1 24 8h7.358c1.197-.032 3.437-.079 5.313 1.757C38.88 11.919 40 16.038 40 22c0 5.185-1.293 8.925-3 11.605v3.225z"
})]
})]
})
}));
};
exports.LIToolsVacuumCleaner = LIToolsVacuumCleaner;