iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 698 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 Mentorcruise = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm-.387 3.791v8.08H6.947c1.557-2.693 3.111-5.386 4.666-8.08zm.774 0c1.554 2.694 3.11 5.387 4.666 8.08h-4.666zm-9.244 8.854h17.714l-1.68 2.91H4.823zm2.125 3.683h13.464l-1.68 2.908H6.948z" }));
exports.default = Mentorcruise;