iconista
Version:
Thousands of SVG icons with one React component
16 lines (15 loc) • 1.57 kB
JavaScript
"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 Svg1f4cb = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M35.7 62.2c-1.4 2.1-4.4 2.4-6.8.7l-27-19C.1 42.6-.5 40.1.7 38.3L24.4 2C25.6.2 28.2-.5 30.3.4l30.6 13.5c2.7 1.2 3.9 3.9 2.5 6L35.7 62.2", fill: "#d3976e" }),
React.createElement("path", { fill: "#fff", d: "M31.4 59.8L3.5 40.7 28 3.3l31.1 14.2z" }),
React.createElement("path", { d: "M49 14.8c-.4.6-1.3.8-2.1.4L35.3 9.7c-.7-.3-.9-1-.5-1.6l1.8-2.8c.4-.6 1.2-.8 1.9-.5l11.9 5.3c.8.3 1 1.1.7 1.7l-2.1 3", fill: "#94989b" }),
React.createElement("path", { d: "M46.8 11.1l-7.5-3.4 1.9-2.8c.4-.6 1.2-.8 1.9-.5l5 2.2c.7.3 1 1.1.6 1.6l-1.9 2.9", fill: "#333" }),
React.createElement("g", { fill: "#83bf4f" },
React.createElement("path", { d: "M47.3 26.6l-15.6-8.1.8-1.2 15.7 7.9zM26.7 17.7c-.2.1-.4 0-.4-.1l-1-2.8c-.1-.2.1-.4.3-.4l.4-.1c.2 0 .4.1.5.2L27 16c.1.2.3.2.4.1l2.9-1.6c.2-.1.4-.1.5.1l.2.3c.1.2.1.4-.1.5l-4.2 2.3" })),
React.createElement("g", { fill: "#b0bdc6" },
React.createElement("path", { d: "M42.2 34.4l-15.4-8.5.9-1.3 15.4 8.5zM23.9 26.2l-4.5-2.6 2.6-4 4.6 2.5zM37.1 42.2l-15.1-9 .9-1.2L38 40.9zM19.1 33.5l-4.4-2.7 2.6-4 4.5 2.6zM32 50.1l-14.8-9.5.8-1.3 14.8 9.4zM14.4 40.8L10 37.9l2.6-4 4.4 2.8z" })));
exports.default = Svg1f4cb;