UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.15 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 Svg1f58d = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M18.3 51.7l-6.1-6.1c-.9-.9-2.2-.8-2.9.3L2.4 57.6c-.7 1.1-.5 2.7.4 3.6.9.9 2.5 1 3.6.4L18 54.7c1.1-.7 1.3-2 .3-3", fill: "#71ad3e" }), React.createElement("path", { d: "M21.6 55.2c-1.2 1.2-3.1 1.1-4.3-.1l-8.4-8.4c-1.2-1.2-1.2-3.1-.1-4.3L48.3 2.9c1.2-1.2 3.1-1.1 4.3.1l8.4 8.4c1.2 1.2 1.2 3.1.1 4.3L21.6 55.2", fill: "#83bf4f" }), React.createElement("path", { fill: "#3e4347", d: "M11.982 39.238L45.145 6.075l12.799 12.799L24.78 52.037z" }), React.createElement("g", { fill: "#52c18e" }, React.createElement("path", { d: "M38.694 12.556l3.253-3.252 12.798 12.798-3.252 3.253zM15.18 36.01l3.253-3.252 12.799 12.799-3.253 3.252zM35 29c-4.3 4.3-10.7 4.9-14.2 1.4l15.6-15.6c3.5 3.6 2.9 9.9-1.4 14.2" }))); exports.default = Svg1f58d;