iconista
Version:
Thousands of SVG icons with one React component
14 lines (13 loc) • 1.57 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 Svg1f36f = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M33 16L5.5 22.6S2 28.8 2 35.2c0 4.3.9 7.7 4.4 11.4 3.5 3.7 3.1 3.5 3.5 5.3.3 1.9 3.2 10.1 22.3 10.1s22.3-8.2 22.3-10.1c0-2.4 1.3-3 4.8-6.7L33 16", fill: "#8f6453" }),
React.createElement("path", { d: "M55.5 12.5c-2-1.2-.7-1.2-1.2-4.2C53.8 5.4 48.5 2 32.2 2 16 2 10.6 5.3 10.1 8.2c-.5 3 .7 2.9-1.2 4.2C7 13.8 2.8 22.9 4.8 24.7c2.3 2.1 5.5-3.2 10.1-3.2 3.2 0 3.6 6.6 6.2 6.6s11.2-6.6 13.2-6.6c7.4 0 5.8 13.4 12.3 13.4 5 0 9.6 16 12.9 12.1 5.2-6.2 1.5-31.1-4-34.5", fill: "#ffce31" }),
React.createElement("path", { d: "M53.9 11.9c0 .5-9.4 5.1-21.7 5.1-12.3 0-21.7-4.5-21.7-5.1s9.4 3.4 21.7 3.4c12.3 0 21.7-4 21.7-3.4", fill: "#e3a300" }),
React.createElement("path", { d: "M54.6 49.5c0 .5-8 6.3-22.4 6.3-14.4 0-22.4-5.8-22.4-6.3s8 4.4 22.4 4.4c14.4 0 22.4-4.9 22.4-4.4", fill: "#724e41" }),
React.createElement("path", { d: "M47.3 7.9C48.4 7.5 49 7 49 6.6c0-1.7-7.5-3.1-16.8-3.1S15.4 4.9 15.4 6.6c0 .5.6.9 1.7 1.3 2.7-1 8.5-1.7 15.1-1.7s12.4.7 15.1 1.7", fill: "#e3a300" }),
React.createElement("path", { d: "M47.3 7.9c-2.7-1-8.5-1.7-15.1-1.7-6.7 0-12.4.7-15.1 1.7 2.7 1 8.5 1.7 15.1 1.7s12.4-.7 15.1-1.7", fill: "#bd8800" }));
exports.default = Svg1f36f;