iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.29 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 Svg1f1e71f1f6 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M12.6 54.9l48-32A29.95 29.95 0 0 0 38.4 2.7l-36 24C2.2 28.4 2 30.2 2 32c0 9.2 4.1 17.4 10.6 22.9z", fill: "#fff" }),
React.createElement("path", { d: "M62 32c0-3.2-.5-6.2-1.4-9.1l-48 32c5.2 4.4 12 7.1 19.4 7.1 16.6 0 30-13.4 30-30", fill: "#2a5f9e" }),
React.createElement("path", { d: "M2.5 26.7l36-24C36.4 2.2 34.2 2 32 2 17.2 2 5 12.7 2.5 26.7z", fill: "#ffce31" }),
React.createElement("path", { d: "M39.5 29.5l2.8-1.6-2.8-1.6c-.7-5.8-5.3-10.4-11.1-11.1l-1.6-2.8-1.6 2.8c-5.8.8-10.4 5.4-11.2 11.2L11.2 28l2.8 1.6c.7 5.8 5.3 10.4 11.1 11.1l1.6 2.8 1.6-2.8c5.8-.8 10.4-5.4 11.2-11.2m-12.7 9.6c-6.2 0-11.2-5-11.2-11.2s5-11.2 11.2-11.2S38 21.7 38 27.9s-5.1 11.2-11.2 11.2", fill: "#3e4347" }),
React.createElement("path", { fill: "#ed4c5c", d: "M31.2 28l2.2-3.9H29l-2.2-3.8-2.3 3.8h-4.4l2.2 3.9-2.2 3.8h4.4l2.3 3.8 2.2-3.8h4.4z" }));
exports.default = Svg1f1e71f1f6;