UNPKG

@icongo/fc

Version:
35 lines (34 loc) 1.44 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCBiomass = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCBiomass = function FCBiomass(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#9CCC65", d: "M32 15V7H16v8L6.2 40c-.6 1.5.5 3 2.1 3h31.5c1.6 0 2.6-1.6 2.1-3L32 15z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#8BC34A", d: "M32 9H16c-1.1 0-2-.9-2-2s.9-2 2-2h16c1.1 0 2 .9 2 2s-.9 2-2 2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#2E7D32", d: "M28 30c0 4.4-4 8-4 8s-4-3.6-4-8 4-8 4-8 4 3.6 4 8z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#388E3C", d: "M31.1 32.6c-2 4-7.1 5.4-7.1 5.4s-2-5 0-8.9 7.1-5.4 7.1-5.4 2 4.9 0 8.9z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#43A047", d: "M16.9 32.6c2 4 7.1 5.4 7.1 5.4s2-5 0-8.9-7.1-5.4-7.1-5.4-2 4.9 0 8.9z" })] })); }; exports.FCBiomass = FCBiomass;