UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 831 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 Svg1f1f21f1f7 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("circle", { cx: "32", cy: "32", r: "30", fill: "#699635" }), React.createElement("g", { fill: "#ffce31" }, React.createElement("path", { d: "M47.7 28.8c-1.5 7.3-7.9 12.8-15.7 12.8s-14.2-5.5-15.7-12.8c-.2 1-.3 2.1-.3 3.2 0 8.8 7.2 16 16 16s16-7.2 16-16c0-1.1-.1-2.2-.3-3.2" }), React.createElement("path", { d: "M26.6 32l5.4-3.8 5.4 3.8-2-6.1 5.4-3.9h-6.7L32 16l-2 6h-6.8l5.4 3.9z" }))); exports.default = Svg1f1f21f1f7;