iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 780 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 Svg1f31f = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M62 23H39.1L32 2l-7.1 21H2l18.5 13-7.1 21L32 44l18.5 13-7.1-21L62 23z", fill: "#ffce31" }),
React.createElement("g", { fill: "#ffdf85" },
React.createElement("path", { d: "M46.2 20.3l4-11.4-10.5 7.2 1.5 4.2zM27.9 50L32 62l4.1-12-4.1-2.8zM50.7 34.3l-3.8 2.6 1.6 4.8h12.9zM24.3 16.1L13.8 8.9l4 11.4h5zM13.3 34.3L2.6 41.7h12.9l1.6-4.8z" })));
exports.default = Svg1f31f;