iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 666 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 Mlflow = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.883.002a12.044 12.044 0 00-9.326 19.463l3.668-2.694A7.573 7.573 0 0112.043 4.45v2.867l6.908-5.14A12.012 12.012 0 0011.883.002zm9.562 4.533L17.777 7.23a7.573 7.573 0 01-5.818 12.322v-2.867l-6.908 5.14a12.046 12.046 0 0016.394-17.29z" }));
exports.default = Mlflow;