iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 997 B
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 Dwavesystems = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10.106 12.005a2.866 2.866 0 01-2.868 2.863 2.866 2.866 0 01-2.869-2.863A2.866 2.866 0 017.238 9.14a2.866 2.866 0 012.868 2.864zM7.238 0C5.654 0 4.369 1.282 4.369 2.863s1.285 2.863 2.869 2.863a2.866 2.866 0 002.868-2.863A2.866 2.866 0 007.238 0zm9.524 18.278a2.862 2.862 0 00-2.867 2.864A2.864 2.864 0 0016.762 24a2.865 2.865 0 002.869-2.858 2.862 2.862 0 00-2.869-2.864zm-2.868-6.273a2.866 2.866 0 012.868-2.864 2.866 2.866 0 012.869 2.864 2.866 2.866 0 01-2.869 2.863 2.866 2.866 0 01-2.868-2.863zm.5 0a2.369 2.369 0 004.737 0 2.369 2.369 0 00-4.737 0z" }));
exports.default = Dwavesystems;