UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.13 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 Svg1f3d1 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M49.5 37.1c-6.9 0-12.5 5.6-12.5 12.5s5.6 12.5 12.5 12.5S62 56.4 62 49.5c0-6.8-5.6-12.4-12.5-12.4", fill: "#ff8736", id: "a" }), React.createElement("path", { d: "M53.5 2L18.6 41.8c-1.5 1.8-4.3 2-6.2.4s-2.2-4.3-.6-6.2c1.5-1.8 1.2-4.6-.6-6.2-1.9-1.6-4.6-1.4-6.2.4C.4 35.7 1.3 44 6.9 48.7c5.5 4.7 13.6 4.2 18.3-1L62 2h-8.5", fill: "#3e4347" }), React.createElement("path", { d: "M38.3 31.4s.5-6.2 1.2-8.1C41.8 16.8 55.6 2 55.6 2h-2.9L31.1 27.3c-.2 11.9-7.5 21.9-7.5 21.9 2.3-1.1 14.7-17.8 14.7-17.8", fill: "#c7e755" }), React.createElement("use", { href: "#a" }), React.createElement("path", { d: "M31.1 27.3s-1.9 2.3-3.4 4.1c2.5 6.6-4 17.8-4 17.8s10.6-14 7.4-21.9", fill: "#83bf4f" })); exports.default = Svg1f3d1;