iconista
Version:
Thousands of SVG icons with one React component
26 lines (25 loc) • 2.52 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 Svg1f6e4 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M0 22.2s1.9-5.4 4.6-7.1c6.4-3.8 3.8 10.3 13.5 5 3.8-2.1 4.7 4.6 6.9 5.1 4.7 1.1 17.3.6 17.3.6s2.4-3.9 4.7-4.3c4.2-.8 3.5-6 6.9-7.6 2.3-1.1 4.2 1.3 7.3.1 1.3-.5 2.8-4 2.8-4v18.4L0 29.9v-7.7", fill: "#c7e755" }),
React.createElement("path", { fill: "#666", d: "M37 24.7H27L0 54.2V64h64v-9.8z" }),
React.createElement("g", { fill: "#594640" },
React.createElement("path", { d: "M26.3 27.7h11.3v.3H26.3zM27.4 26.4h9.2v.3h-9.2zM28.3 25.2h7.4v.3h-7.4zM23.2 31.6h17.6v.5H23.2zM25 29.4h14v.5H25z" })),
React.createElement("g", { fill: "#dbb471" },
React.createElement("path", { d: "M36.6 26.4l-.5-.6h-8.2l-.5.6zM37.7 27.7l-.7-.8H27l-.7.8zM35.7 25.2l-.4-.5h-6.6l-.4.5zM40.8 31.6l-1-1.2H24.2l-1 1.2zM39 29.4l-.8-1H25.8l-.8 1z" })),
React.createElement("g", { fill: "#594640" },
React.createElement("path", { d: "M15.3 41.5h33.4v.9H15.3zM18.4 37.6h27.1v.7H18.4zM21.1 34.2h21.8v.7H21.1zM0 60.7h64v1.8H0zM6.1 53h51.8v1.5H6.1zM11.4 46.4h41.2v1.5H11.4z" })),
React.createElement("g", { fill: "#dbb471" },
React.createElement("path", { d: "M45.6 37.6L44 35.7H20l-1.6 1.9zM48.7 41.5l-2-2.4H17.3l-2 2.4zM42.9 34.2l-1.2-1.5H22.3l-1.2 1.5zM57.9 53l-3-3.7H9.1l-3 3.7zM60.2 55.9H3.8L0 60.7h64zM52.6 46.4l-2.4-2.9H13.8l-2.4 2.9z" })),
React.createElement("path", { fill: "#666", d: "M11 64l19.1-39.3H30L11 61.1z" }),
React.createElement("path", { fill: "#3e4347", d: "M7 61.1h4V64H7z" }),
React.createElement("path", { fill: "#e6e6e6", d: "M29.6 24.7L7 61.1h4l19-36.4z" }),
React.createElement("path", { fill: "#666", d: "M53 64L33.9 24.7h.1l19 36.4z" }),
React.createElement("path", { fill: "#e6e6e6", d: "M34.4 24.7L57 61.1h-4L34 24.7z" }),
React.createElement("path", { fill: "#3e4347", d: "M52.9 61.1h4V64h-4z" }),
React.createElement("g", { fill: "#83bf4f" },
React.createElement("path", { d: "M27 24.7s-4.7-1.8-6.7-.8c-3.2 1.6-2.8-3.5-5.4-4.6-2.8-1.2-6.1 3.3-8.8 2.9C2.6 21.9 0 16 0 16v38.2l27-29.5M37 24.7s3.9-.6 5-1.9c1-1.1 2.8-4.2 4.9-4.3 2.6-.2 5.4 2.8 6.9 2.9 1.6 0 1.1-4.5 5.1-5.4 3.2-.7 5 3.5 5 3.5v34.7L37 24.7" })));
exports.default = Svg1f6e4;