UNPKG

iconista

Version:

Thousands of SVG icons with one React component

16 lines (15 loc) 1.21 kB
"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 Svg1f4b5 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#699635", d: "M0 46.5h64v9H0z" }), React.createElement("path", { fill: "#83bf4f", d: "M0 8.5h64v38H0z" }), React.createElement("path", { fill: "#94989b", d: "M24 46.5h16v9H24z" }), React.createElement("path", { fill: "#699635", d: "M4 12.5h56v30H4z" }), React.createElement("path", { fill: "#83bf4f", d: "M7 15.5h50v24H7z" }), React.createElement("circle", { cx: "45", cy: "27.5", r: "8", fill: "#699635" }), React.createElement("path", { fill: "#d0d0d0", d: "M24 8.5h16v38H24z" }), React.createElement("path", { d: "M16 26.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2h2c0-1.9-1.3-3.4-3-3.9v-1.1h-2v1.1c-1.7.4-3 2-3 3.9 0 2.2 1.8 4 4 4 1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2h-2c0 1.9 1.3 3.4 3 3.9v1.1h2v-1.1c1.7-.4 3-2 3-3.9 0-2.2-1.8-4-4-4", fill: "#fff" })); exports.default = Svg1f4b5;