iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.14 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 MlCreatePopulationJob = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { d: "M16 21.706c-5.718 0-10.353-4.635-10.353-10.353S10.282 1 16 1s10.353 4.635 10.353 10.353S21.718 21.706 16 21.706zm0-18.824a8.47 8.47 0 1 0 0 16.942 8.47 8.47 0 0 0 0-16.942z" }),
React.createElement("path", { className: "euiIcon__fillSecondary", d: "M20.706 10.412h-3.765V6.647h-1.882v3.765h-3.765v1.882h3.765v3.765h1.882v-3.765h3.765zM10.136 22.308l-1.449-1.204-2.381 2.823a3.765 3.765 0 0 0-1.6-.339 3.765 3.765 0 1 0 3.05 1.572l2.38-2.852zm-5.43 6.927a1.882 1.882 0 1 1 0-3.764 1.882 1.882 0 0 1 0 3.764zm22.588-5.647c-.554.003-1.1.129-1.6.367l-2.381-2.823-1.45 1.204 2.382 2.824a3.765 3.765 0 1 0 3.05-1.572zm0 5.647a1.882 1.882 0 1 1 0-3.764 1.882 1.882 0 0 1 0 3.764z" }));
exports.default = MlCreatePopulationJob;