UNPKG

iconista

Version:

Thousands of SVG icons with one React component

16 lines (15 loc) 1.88 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 Svg1f351 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M34.4 9.1c0-2.3-3.4-2.7-3.4-.5 0 2.6-1.4 3.6-1.4 5 0 1.8 4 2.1 4 .2 0-1.8.8-1.6.8-4.7", fill: "#8e6244" }), React.createElement("path", { d: "M33.1 8.8c2.8 0-2.3-3.6-2.3-.3 0 2.6-1.9 3.9-1.1 5.6 1.8-2.2.5-5.3 3.4-5.3", fill: "#a87451" }), React.createElement("path", { d: "M4.4 32.7c0-16.2 13.2-26.1 27.2-18.5C46 6.9 62 16.5 62 32.7c0 14.5-8 22.7-18 26.4-3.6 1.3-10.4 3-14.2 2.9-2.8-.1-2.7-1.5-5.4-2.3-10.9-3.2-20-11.6-20-27", fill: "#ff9463" }), React.createElement("path", { d: "M32.4 8.3c-.1 0-.2-.1-.3-.2-2-3-3.9-2.3-3.9-2.3l-.2-1s2.4-.8 4.8 2.6c.1.2.1.6 0 .7-.2.2-.3.2-.4.2", fill: "#8cc63e" }), React.createElement("path", { d: "M24.3 2.1C14.3 1.1 4 12.6 4 12.6s7-2.6 13-1.4c6.1 1.3 11.5-6 11.5-6s-1.4-2.9-4.2-3.1z", fill: "#7fb539" }), React.createElement("path", { d: "M15 10C9.8 17 2 21 2 21s14.9 1.5 23.9-8.8c2.6-2.9 2.6-7.1 2.6-7.1S20.3 2.9 15 10z", fill: "#8cc63e" }), React.createElement("path", { d: "M28.5 5.1c-1 .2-2.2.5-3.3 1-1.2.5-2.3 1.1-3.5 1.9-2.3 1.5-4.5 3.4-6.5 5.1-2.1 1.8-4.2 3.4-6.4 4.8C6.5 19.1 4.3 20.2 2 21c1.1-.3 2.2-.6 3.3-1.1 1.1-.5 2.3-1 3.5-1.7 2.4-1.3 4.6-3.1 6.7-4.8 2.1-1.8 4.1-3.6 6.3-5.1 2.2-1.5 4.5-2.5 6.7-3.2", fill: "#7fb539" }), React.createElement("path", { d: "M40.5 33.9c.4 3.6.3 7.1-.7 10.5-1 3.4-2.8 6.5-5.8 9.2 4.2-1.6 7.3-4.7 8.9-8.2 1.7-3.5 2.2-7.5 1.7-11.4-.5-3.9-1.9-7.9-4.3-11.5-2.3-3.6-5.8-7.1-10.3-9.1 3.5 3 5.7 6.4 7.4 9.9 1.6 3.4 2.6 7 3.1 10.6", fill: "#d97448" })); exports.default = Svg1f351;