UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 728 B
"use strict"; 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 MlCreateSingleMetricJob = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16a16 16 0 0 1-16 16zm0-30C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14A14 14 0 0 0 16 2z" }), React.createElement("path", { className: "euiIcon__fillSecondary", d: "M23 15h-6V9h-2v6H9v2h6v6h2v-6h6z" })); exports.default = MlCreateSingleMetricJob;