iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.18 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Ecovacs = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M19.066 19.071l-.001-.001A9.968 9.968 0 0111.994 22a9.963 9.963 0 01-7.07-2.93v.001a.998.998 0 00-1.381-.03 1 1 0 00-.044 1.434l.011.01.011.011A11.96 11.96 0 0011.994 24c3.306 0 6.301-1.338 8.472-3.502l.014-.014.011-.012a.992.992 0 00-.046-1.431.997.997 0 00-1.379.03zM15.394 14h-3.999a2 2 0 110-3.999h3.999L16.794 8h-5.399a4 4 0 100 8h5.399l-1.4-2zm-.4-3l-.031.001V11h-2.969a.999.999 0 00-.999 1c0 .553.446 1 .999 1h2.969v-.002l.031.002a1 1 0 100-2zM11.977 0a11.964 11.964 0 00-8.454 3.497.993.993 0 00.03 1.444 1 1 0 001.38-.026v-.001l.001-.001A9.968 9.968 0 0112.011 2a9.965 9.965 0 017.064 2.945v-.001c.181.181.43.295.706.296.26 0 .496-.1.674-.262a.989.989 0 00.328-.736.988.988 0 00-.29-.706l-.001-.002-.001-.001A11.959 11.959 0 0012.015 0h-.038z" }));
exports.default = Ecovacs;