iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 872 B
JavaScript
;
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 Svg1f320 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#f5a300", d: "M7 31l14.1 10.3L14.2 62l17.9-12.8 18 12.8L57 2z" }),
React.createElement("path", { fill: "#fff", d: "M38.9 39.9l10.9-7.8H36.3l-4.2-12.6L28 32.1H14.5l10.9 7.8-4.1 12.6 10.8-7.8L43 52.5z", id: "a" }),
React.createElement("use", { href: "#a" }),
React.createElement("g", { fill: "#ffce31" },
React.createElement("path", { d: "M39 28.4h3.5L57 2 37.8 24.7zM57 2L34.6 15l1.8 5.6zM53.9 28.4L57 2l-9.8 26.4z" })));
exports.default = Svg1f320;