iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 532 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 Svg2b50 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M62 25.2H39.1L32 3l-7.1 22.2H2l18.5 13.7-7 22.1L32 47.3 50.5 61l-7.1-22.2L62 25.2z", fill: "#ffce31" }));
exports.default = Svg2b50;