iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.2 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 Gradle = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M22.695 4.297a3.807 3.807 0 00-5.29-.09.368.368 0 000 .533l.46.47a.363.363 0 00.474.032 2.182 2.182 0 012.86 3.291c-3.023 3.02-7.056-5.447-16.211-1.083a1.24 1.24 0 00-.534 1.745l1.571 2.713a1.238 1.238 0 001.681.461l.037-.02-.029.02.688-.384a16.083 16.083 0 002.193-1.635.384.384 0 01.499-.016.357.357 0 01.016.534 16.435 16.435 0 01-2.316 1.741H8.77l-.696.39a1.958 1.958 0 01-.963.25 1.987 1.987 0 01-1.726-.989L3.9 9.696C1.06 11.72-.686 15.603.26 20.522a.363.363 0 00.354.296h1.675a.363.363 0 00.37-.331 2.478 2.478 0 014.915 0 .36.36 0 00.357.317h1.638a.363.363 0 00.357-.317 2.478 2.478 0 014.914 0 .363.363 0 00.358.317h1.627a.363.363 0 00.363-.357c.037-2.294.656-4.93 2.42-6.25 6.108-4.57 4.502-8.486 3.088-9.9zm-6.229 6.901l-1.165-.584a.73.73 0 111.165.587z" }));
exports.default = Gradle;