UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 913 B
"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 Svg1f1f81f1f3 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M62 32c0-13.1-8.3-24.2-20-28.3v56.6C53.7 56.2 62 45.1 62 32", fill: "#ed4c5c" }), React.createElement("path", { d: "M2 32c0 13.1 8.4 24.2 20 28.3V3.7C10.4 7.8 2 18.9 2 32z", fill: "#699635" }), React.createElement("path", { d: "M42 3.7C38.9 2.6 35.5 2 32 2s-6.9.6-10 1.7v56.6c3.1 1.1 6.5 1.7 10 1.7s6.9-.6 10-1.7V3.7", fill: "#ffe62e" }), React.createElement("path", { fill: "#699635", d: "M32 36.2l5.3 3.8-2-6.1 5.2-3.8H34L32 24l-2 6.1h-6.5l5.2 3.8-2 6.1z" })); exports.default = Svg1f1f81f1f3;