UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.45 kB
"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 Svg1f1f71f1fc = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M32 2C15.4 2 2 15.4 2 32h60C62 15.4 48.6 2 32 2z", fill: "#42ade2" }), React.createElement("path", { d: "M58 47H6c5.2 9 14.9 15 26 15s20.8-6 26-15", fill: "#699635" }), React.createElement("g", { fill: "#ffe62e" }, React.createElement("path", { d: "M58 47c2.6-4.4 4-9.5 4-15H2c0 5.5 1.5 10.6 4 15h52zM46.2 19.5l8.7-.5-8.7-.5 8.3-2.8-8.5 1.8 7.2-4.8-7.7 3.9 5.7-6.5-6.5 5.8 3.9-7.8-4.7 7.3 1.7-8.5-2.7 8.2-.5-8.7-.5 8.7-2.8-8.2 1.8 8.5-4.8-7.3 3.9 7.8-6.5-5.8 5.8 6.5-7.8-3.9 7.3 4.8-8.5-1.8 8.2 2.8-8.6.5 8.6.5-8.2 2.7 8.5-1.8-7.3 4.8 7.8-3.9-5.8 6.5L40 22l-3.9 7.8 4.8-7.3-1.8 8.5 2.8-8.2.5 8.7.5-8.7 2.7 8.2-1.7-8.5 4.7 7.3-3.9-7.8 6.5 5.8-5.7-6.5 7.7 3.9-7.2-4.8 8.5 1.8z" }), React.createElement("circle", { cx: "42.4", cy: "19", r: "3.7" })), React.createElement("path", { d: "M42.4 23c-2.2 0-4.1-1.8-4.1-4.1 0-2.2 1.8-4.1 4.1-4.1s4.1 1.8 4.1 4.1-1.9 4.1-4.1 4.1m0-7.4c-1.8 0-3.3 1.5-3.3 3.3 0 1.8 1.5 3.3 3.3 3.3s3.3-1.5 3.3-3.3c0-1.8-1.5-3.3-3.3-3.3", fill: "#42ade2" })); exports.default = Svg1f1f71f1fc;