iconista
Version:
Thousands of SVG icons with one React component
14 lines (13 loc) • 1.34 kB
JavaScript
"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 Svg267b = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M16.2 58.1h14.2V41.7H10.3s-.7 5.7-.7 7.7c-.3 8.6 6.6 8.7 6.6 8.7", fill: "#68963b" }),
React.createElement("path", { d: "M19.5 34.8l6.5 3.8-8.6-15.2-17.4.1 6.5 3.8-5.2 9C.8 37.2.2 38.7 1 40l8.9 15.3c1.6 2.8 4.4 2.7 6.4 2.7 0 0-9.1-1.9-3.3-11.9l6.5-11.3", fill: "#83bf4f" }),
React.createElement("path", { d: "M62.5 32.7l-7.1-12.3-14.2 8.2 10 17.4s5.3-2.3 7-3.2c7.6-4.1 4.3-10.1 4.3-10.1", fill: "#68963b" }),
React.createElement("path", { d: "M40.6 41.5V34l-8.9 15 8.9 15v-7.5H51c1.1 0 2.6-.3 3.4-1.6l8.9-15.3c1.6-2.8.2-5.1-.8-6.9 0 0 2.9 8.8-8.7 8.8H40.6", fill: "#83bf4f" }),
React.createElement("path", { d: "M18 4.1l-7.1 12.3 14.2 8.2 10-17.4s-4.6-3.5-6.3-4.5C21.6-1.7 18 4.1 18 4.1z", fill: "#68963b" }),
React.createElement("path", { d: "M36.6 18.7l-6.5 3.8 17.4.2 8.6-15.2-6.5 3.8-5.2-9C43.8 1.2 42.8 0 41.3 0H23.6C20.4 0 19 2.4 18 4.1c0 0 6.2-6.9 12 3.1l6.6 11.5", fill: "#83bf4f" }));
exports.default = Svg267b;