iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 854 B
JavaScript
;
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 Svg1f4b9 = (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: "#4bd37b" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M34.1 18.8L43 10h-6.1L32 14.9 27.1 10H21l8.8 8.8h-4.5v4.3h4.5v4.3h-4.5v4.3h4.5V36h4.3v-4.3h4.6v-4.3h-4.6v-4.3h4.6v-4.3h-4.6M50.1 32.8l-4.3-2.9L39 41.8 34 39l-4 7.7-4.5-3.2-6.5 8.7c1.4.7 2.8 1.3 4.3 1.8l3.2-4.4 5.1 3.6L36 45l4.9 2.7 6.6-11.5 4 2.7 5.7-8.5c0-2.2-.4-4.4-1.1-6.5l-6 8.9" })));
exports.default = Svg1f4b9;