iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.13 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 Svg1f498 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#ffce31", d: "M12.7 54.6l-2-2.1 19.1-19 2.1 2z" }),
React.createElement("path", { d: "M4.2 61s-.7-8.3 6.4-15.3l2.1 6.9L4.2 61", fill: "#42ade2" }),
React.createElement("path", { d: "M4.2 61s8.3.7 15.4-6.4l-6.9-2.1L4.2 61", fill: "#467591" }),
React.createElement("path", { d: "M54.7 24.3c-5.7-15-24.2-8.3-26-.8-2.4-8-20.4-14-26 .8-6.1 16.4 23.8 31.2 26 33.6 2.2-1.9 32.2-17.4 26-33.6", fill: "#ff5a79" }),
React.createElement("path", { fill: "#ffce31", d: "M37.1 30.1l-2.4-2.3 16.8-16.7 2.3 2.4z" }),
React.createElement("g", { fill: "#467591" },
React.createElement("path", { d: "M40.9 21.7s-.4-9.9 8.4-18.7l2.2 8.1-10.6 10.6M43.2 24s9.9.4 18.8-8.4l-8.2-2.2L43.2 24" })));
exports.default = Svg1f498;