iconista
Version:
Thousands of SVG icons with one React component
19 lines (18 loc) • 2.14 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 Svg1f5901f3fe = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M34 42.3l7.8 1.5 6.4-32.9c.4-2.2-1-4.4-3.1-4.8-2.2-.4-4.3 1.1-4.7 3.3L34 42.3", fill: "#b47d56" }),
React.createElement("path", { d: "M45.2 6.1c-.3-.1-.5-.1-.8-.1 1.8.7 2.8 2.6 2.4 4.6l-6.4 32.9 1.4.3 6.4-32.9c.5-2.3-.9-4.4-3-4.8", fill: "#935e3e" }),
React.createElement("path", { d: "M26 43.3h9.4V7c0-2.7-2.1-5-4.7-5C28.2 2 26 4.2 26 7v36.3", fill: "#b47d56" }),
React.createElement("path", { d: "M30.8 2c-.2 0-.5 0-.7.1 2.3.4 4 2.4 4 4.9v36.4h1.4V7c0-2.8-2.1-5-4.7-5", fill: "#935e3e" }),
React.createElement("path", { d: "M21 43.2l8-2.1L20.3 8c-.6-2.3-2.9-3.7-5.1-3.2-2.2.6-3.5 2.9-2.9 5.2L21 43.2", fill: "#b47d56" }),
React.createElement("path", { d: "M15.2 4.8l-.6.3c2-.1 3.8 1.2 4.4 3.3l8.7 33.1 1.4-.4L20.3 8c-.6-2.3-2.9-3.7-5.1-3.2", fill: "#935e3e" }),
React.createElement("path", { d: "M4 13.4c-1.9.9-2.5 3.3-1.5 5.3L15.7 45l6.7-3.4L9.2 15.3c-1-2-3.3-2.8-5.2-1.9", fill: "#b47d56" }),
React.createElement("path", { d: "M4 13.4c-.2.1-.4.2-.6.4 1.7-.5 3.6.4 4.5 2.2l13.2 26.3 1.3-.6L9.2 15.3c-1-2-3.3-2.8-5.2-1.9", fill: "#935e3e" }),
React.createElement("path", { d: "M61.7 29.3c-1.6-3.1-6.6-2.9-11.7 2.7-3.6 3.9-4.3 5.2-7.9 5.1V33s-7.7-5.7-23-3.1c0 0-8.7 1.2-8.7 5.8 0 0-1.5 11.1 1.6 18.1 4.6 10.4 28.2 13.1 35.6-4.6 1.5-3.5 4.5-6.1 7.2-9.4 3.1-4 8.6-7.2 6.9-10.5", fill: "#b47d56" }),
React.createElement("g", { fill: "#935e3e" },
React.createElement("path", { d: "M61.7 29.3c-.3-.6-.7-1-1.2-1.4.1.1.2.2.2.4 1.7 3.4-3.8 6.5-7.1 10.5-2.7 3.3-5.7 5.9-7.2 9.4-6.4 15.3-25 15.3-32.8 8.3 7.1 8 27.1 8.8 33.8-7.3 1.5-3.5 4.5-6.1 7.2-9.4 3.3-4 8.8-7.2 7.1-10.5M43.1 37.1c-6.5-2.4-18.1 2-16.5 13.7 0-10.9 9.9-13.6 15.3-13.6.8-.1 1.2-.1 1.2-.1" })));
exports.default = Svg1f5901f3fe;