iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 1.11 kB
JavaScript
;
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 Svg1f360 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M55.5 21.8L18.4 47.2c-6.9-22-8.7-27.9-13.6-36-.6-1-2.8-3.8-2.8-3.8S4.7 4 15.7 4c19.3.1 39.8 17.8 39.8 17.8", fill: "#996254" }),
React.createElement("g", { fill: "#73493f" },
React.createElement("path", { d: "M17.3 7.6c-4.2 3.7-6.9 9.2-7.7 13.1 0 0-.7-1.3-1.1-2.5 1.7-4.8 8.8-10.6 8.8-10.6M24.2 11.2s-8.7 10.1-11.4 18.4c0 0-.7-1.7-1.1-3.2 2.8-7 12.5-15.2 12.5-15.2M14.8 4.1s1.3-.2 2.5 0c-2.7 1.2-5 2.6-7.2 4.7-.1.1 2-3.4 4.7-4.7M35 8.9s2 .8 2.9 1.4c-6 .3-15 9.6-15 9.6s5.4-8.2 12.1-11" })),
React.createElement("path", { d: "M46.1 57.2c14.2-6.8 20.8-21 11.6-32.9C49.8 14 36 17.4 27.1 26.7 19.8 34.3 16 42.8 19.6 51c3.9 9.1 15.5 11.5 26.5 6.2", fill: "#fd9d33" }));
exports.default = Svg1f360;