iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.05 kB
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 Svg1f4a5 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#ef4e16", d: "M44.7 35.4L64 24.7l-21.7 1 6.5-13.3L37 20.7l1.5-18.3L30 17.5 17.1 0l5.5 21.8-19.2-6.4 15.3 14L0 33.1l18 4.1L7.9 55.1l16.5-9.9L25 64l6.8-17.2 9.1 13.6-.5-16.3L56 50z" }),
React.createElement("path", { fill: "#ffce31", d: "M39.1 33.8l11.3-5.3-12.5-.3 3.3-7.5-6.6 3.8.2-10.1-4.4 8.4-6.7-8.6 2.9 10.9-11.2-2.8 9.1 7.8-11.3 2.7 10.4 2.4-7.3 11.2 11.2-7.6.3 9.9 4-9 4.6 6.7-.1-8.1 8.2 3.6z" }),
React.createElement("path", { fill: "#fff", d: "M34.9 32.4l4.8-2.2-5.3-.1 1.4-3.2-2.8 1.6.1-4.3-1.9 3.6-2.8-3.6 1.2 4.6-4.7-1.2 3.8 3.3-4.8 1.1 4.4 1-3.1 4.8 4.8-3.2.1 4.2 1.7-3.9 1.9 2.9v-3.5l3.5 1.6z" }));
exports.default = Svg1f4a5;