iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.56 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 Svg1f352 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M61 39.2c3.7 10.5-4.1 18.4-12.8 19.9-8.7 1.4-18.4-3.6-18.8-14.7-.6-14.7 10.1-13 13.9-13.6 6.3-1 13-5 17.7 8.4", fill: "#d33b23" }),
React.createElement("path", { d: "M45.1 34C43 31.6 34.5 24 37.4 9", fill: "none", stroke: "#83bf4f", strokeWidth: "2", strokeMiterlimit: "10" }),
React.createElement("path", { d: "M38.5 42.2C40.7 54.5 30.4 62 20.4 62c-10 0-19.8-7.4-18.2-19.8C4.4 25.7 16 29.6 20.4 29.6c7.2-.1 15.4-3.3 18.1 12.6", fill: "#ef4d3c" }),
React.createElement("path", { d: "M20.4 33c0-4.1 6-25.5 34.1-30", fill: "none", stroke: "#9fc427", strokeWidth: "2", strokeMiterlimit: "10" }),
React.createElement("path", { d: "M13.3 31.6c2.3.3 4.4.7 6.5.9 1.1.1 2.1.2 3.2.3 1.1.1 2.2.1 3.3.1-1 .6-2.1.9-3.3 1.1-1.1.2-2.3.2-3.4.1s-2.3-.4-3.3-.8c-1.1-.5-2.2-1-3-1.7", fill: "#ce0f00" }),
React.createElement("path", { d: "M38.5 34.8l5.6-1.3c.9-.2 1.8-.5 2.7-.7l2.8-.9c-.6.8-1.4 1.5-2.3 1.9-.9.5-1.9.9-2.8 1.1-1 .2-2 .4-3 .4-1.1 0-2.1-.1-3-.5", fill: "#a51000" }),
React.createElement("path", { d: "M46.3 7.1c-3.8 8.9 9.3 21.2 9.3 21.2s-1.3-9.3 2.2-17.6C60.1 5.5 54.5 2 54.5 2s-6.3.6-8.2 5.1", fill: "#64892f" }));
exports.default = Svg1f352;