UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.01 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 Svg1f1ef1f1f2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#699635" }, React.createElement("path", { d: "M53.1 10.7C41.4-.9 22.5-.9 10.8 10.7L32 27l21.1-16.3zM10.9 53.3c11.7 11.6 30.6 11.6 42.3 0L32 37 10.9 53.3z" })), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M58 47c5.3-9.2 5.3-20.7 0-29.9L38.6 32 58 47zM6 17C.7 26.3.7 37.7 6 47l19.5-15L6 17z" })), React.createElement("path", { d: "M53.1 10.7L32 27 10.9 10.7C9 12.6 7.3 14.7 6 17l19.4 15L6 47c1.3 2.3 3 4.5 4.9 6.3L32 37l21.1 16.3c1.9-1.9 3.5-4 4.9-6.3L38.6 32 58 17c-1.3-2.3-3-4.4-4.9-6.3z", fill: "#ffe62e" })); exports.default = Svg1f1ef1f1f2;