iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.27 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 Svg1f4e5 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#89664c", d: "M24.9 39v12.4L0 64V47.5z" }),
React.createElement("path", { fill: "#b77e58", d: "M24.9 39H64v12.3H24.9z" }),
React.createElement("path", { fill: "#f2bc97", d: "M24.9 51.4L0 64h53.5L64 51.4z" }),
React.createElement("path", { d: "M35.4 47.5s-.3 7-1.7 8.3c-2.7 2.6-11.1 2.6-13.9 0-1.4-1.3-1.7-8.3-1.7-8.3H0V64h53.5V47.5H35.4z", fill: "#d3976e" }),
React.createElement("path", { fill: "#89664c", d: "M64 51.4L53.5 64V47.5L64 39z" }),
React.createElement("path", { d: "M48.5 34l-5.6-2.2s2.7-10.2-4.6-20.1C31.5 2.5 23 0 23 0l-1.4.3s7.3 5.3 9.4 14.4c1.3 5.5.6 10.6.2 12.3l-4.8-1.9h-2.1L30 46.8h2.1L48.5 34z", fill: "#5b7f38" }),
React.createElement("path", { d: "M21.5.3s5 4.8 8 13.7c2.5 7.3.5 13.3.5 13.3l-5.8-2.2L30 46.8 46.4 34l-5.6-2.2s2.7-10.2-4.6-20.1C29.3 2.5 21.5.3 21.5.3", fill: "#83bf4f" }));
exports.default = Svg1f4e5;