iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.61 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 Svg1f349 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M2.1 50.3c16.2 15.6 43.6 15.6 59.8-.1L32 2 2.1 50.3z", fill: "#f55" }),
React.createElement("path", { d: "M6 44l-1.1 1.6c11.8 10.4 36.8 14.5 54.3-.1L58 44C42.9 55.5 21.1 55.5 6 44z", fill: "#ceff80" }),
React.createElement("path", { d: "M4.9 45.6L2 50.2c16.2 15.7 43.7 15.7 60-.1l-2.8-4.6C43.7 58 20.3 58 4.9 45.6z", fill: "#8cc63e" }),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M16 38.5c0-1.3 2.4-4.6 2.4-4.6s2.5 3.4 2.5 4.7c0 1.3-1 2.3-2.4 2.3S16 39.8 16 38.5M28.4 43.1c0-1.3 2.4-4.6 2.4-4.6s2.5 3.4 2.5 4.7c0 1.3-1 2.3-2.4 2.3s-2.5-1.1-2.5-2.4M36.5 31.5c0-1.3 2.4-4.6 2.4-4.6s2.5 3.4 2.5 4.7c0 1.3-1 2.3-2.4 2.3s-2.5-1.1-2.5-2.4M44.7 42.5c0-1.3 2.4-4.6 2.4-4.6s2.5 3.4 2.5 4.7c0 1.3-1 2.3-2.4 2.3-1.4-.1-2.5-1.1-2.5-2.4M27.2 20.9c0-1.3 2.4-4.6 2.4-4.6S32 19.7 32 21c0 1.3-1 2.3-2.4 2.3-1.3-.1-2.4-1.1-2.4-2.4" })),
React.createElement("g", { fill: "#64892f" },
React.createElement("path", { d: "M28.2 54.7v7.1c2.5.2 5 .2 7.5 0v-7.1c-2.4.2-5 .2-7.5 0M10.6 49.4l-2.2 5.8c2.1 1.4 4.4 2.5 6.7 3.5l2.3-6.2c-2.3-.8-4.6-1.9-6.8-3.1M53.4 49.4c-2.2 1.2-4.5 2.3-6.9 3.1l2.3 6.2c2.3-1 4.6-2.1 6.7-3.5l-2.1-5.8" })));
exports.default = Svg1f349;