iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 1.16 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 Svg1f350 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M47.6 27.8c-3.8-6.2-3.5-16.7-13.4-16.7s-8.9 10.5-12.6 16.7c-2.7 4.5-8.2 10.6-8.2 17.2 0 22.7 42.5 22.7 42.5 0-.1-6.6-5.6-12.7-8.3-17.2", fill: "#ced74d" }),
React.createElement("path", { d: "M35.2 2.1c-.1-.3-1.1.2-1 .5 1.7 4.7-.4 8.3-.9 8.8-.7.7.9 1.3 1.6.4.1-.2 2.4-5 .3-9.7", fill: "#947151" }),
React.createElement("path", { d: "M21.2 5.2C16.6 10.7 9 13.1 9 13.1S24.5 16.9 32.6 9c2.3-2.2 1.9-6 1.9-6S25.8-.3 21.2 5.2z", fill: "#8cc63e" }),
React.createElement("path", { d: "M34.6 3c-1.1 0-2.2.1-3.3.4-1.2.2-2.3.6-3.5 1-2.2 1-4.2 2.3-6.2 3.6-1.9 1.3-3.9 2.4-6.1 3.3-2.1.9-4.4 1.4-6.6 1.8 1.1-.1 2.2-.2 3.3-.4 1.1-.2 2.3-.6 3.4-1 2.3-.8 4.4-2 6.4-3.3 2-1.3 3.8-2.6 5.9-3.6 2.2-1 4.5-1.6 6.7-1.8", fill: "#7fb539" }));
exports.default = Svg1f350;