iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.09 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 Svg1f1f81f1e8 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M62 32c0-5.4-1.4-10.5-4-14.9L14.7 54.4 14 56c.1.1.3.2.4.3L61 39.7c.7-2.4 1-5 1-7.7", fill: "#ed4c5c" }),
React.createElement("path", { d: "M58 17.1C53.6 9.4 45.9 3.9 36.8 2.4L14 56l44-38.9z", fill: "#fcd856" }),
React.createElement("path", { d: "M32 2c-8.2 0-15.6 3.3-21 8.6C5.5 16 2 23.6 2 32c0 9.5 4.4 18 11.4 23.5.1.1.2.2.4.3.1.1.2.1.3.2l.7-1.6 22.1-52C35.2 2.1 33.6 2 32 2", fill: "#2872a0" }),
React.createElement("path", { d: "M14.4 56.3c.1 0 .1.1.2.1l40.3-4.9c2.9-3.4 5-7.4 6.2-11.8L14.4 56.3", fill: "#fff" }),
React.createElement("path", { d: "M32 62c9.1 0 17.3-4.1 22.8-10.5l-40.3 4.9c5 3.5 11 5.6 17.5 5.6", fill: "#699635" }));
exports.default = Svg1f1f81f1e8;