UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 924 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 Svg1f332 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#947151", d: "M25 52.1h14V64H25z" }), React.createElement("path", { d: "M32 34.9L2 55.1s14.5 3.4 30 3.4 30-3.4 30-3.4L32 34.9z", fill: "#71a03a" }), React.createElement("path", { d: "M32 23.6L7 43.8s12.1 3.4 25 3.4 25-3.4 25-3.4L32 23.6z", fill: "#76aa3f" }), React.createElement("path", { d: "M32 12.3L12 32.5s9.7 3.4 20 3.4 20-3.4 20-3.4L32 12.3z", fill: "#7cb545" }), React.createElement("path", { d: "M32 1L17 20.8s7.2 3.8 15 3.8 15-3.8 15-3.8L32 1z", fill: "#83bf4f" })); exports.default = Svg1f332;