iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 909 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 Eclipseadoptium = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.98 14.013l-2.632 5.729 6.813 3.058c-1.55-2.754-2.82-5.852-4.18-8.787zm11.033 4.645L16.277 4.064a3.952 3.952 0 01-.387 1.471l-3.6 7.82 3.871 8.361a3.76 3.76 0 003.445 2.245 3.734 3.734 0 003.755-3.755c0-.542-.155-1.045-.348-1.548zM15.735 3.755A3.734 3.734 0 0011.982 0C10.51 0 9.27.852 8.65 2.052 6.119 7.582 3.544 13.127.988 18.658c-.232.464-.348 1.006-.348 1.587A3.734 3.734 0 004.394 24a3.76 3.76 0 003.445-2.245l7.587-16.413c.193-.503.31-1.045.31-1.587z" }));
exports.default = Eclipseadoptium;