iconista
Version:
Thousands of SVG icons with one React component
16 lines (15 loc) • 1.69 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 Svg1f1f91f1fb = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#2a5f9e", d: "M12 12h21v21H12z" }),
React.createElement("path", { d: "M32 2v30H2c0 16.6 13.4 30 30 30s30-13.4 30-30S48.6 2 32 2z", fill: "#5b97b1" }),
React.createElement("path", { d: "M32 2c-4.7 0-9.1 1.1-13.1 3v6H11v7.9H5c-1.9 4-3 8.4-3 13.1h12V17l12 15h6v-7.5L23.6 14H32V2", fill: "#fff" }),
React.createElement("g", { fill: "#ed4c5c" },
React.createElement("path", { d: "M15.4 14L30 32h2v-4.9L21.4 14z" }),
React.createElement("path", { d: "M32 5H18.9c-6 2.9-11 7.9-13.9 13.9V32h6V11h21V5z" })),
React.createElement("g", { fill: "#ffe62e" },
React.createElement("path", { d: "M28.9 50.2l-.6-2.1-.7 2.1h-2.2l1.8 1.2-.7 2.1 1.8-1.3 1.7 1.3-.7-2.1 1.8-1.2zM37.8 48.6l.6-2.1-1.7 1.3-1.7-1.3.6 2.1-1.7 1.2H36l.7 2.1.7-2.1h2.1zM38.4 39.3l-1.7 1.3-1.7-1.3.6 2-1.7 1.3H36l.7 2.1.7-2.1h2.1l-1.7-1.3zM45.2 46.7l.7-2-1.8 1.3-1.7-1.3.7 2-1.8 1.3h2.2l.6 2 .7-2H47zM43.5 32.3l.6 2 .7-2H47L45.2 31l.7-2-1.8 1.3-1.7-1.3.7 2-1.8 1.3zM49.7 41.2l-.7-2-.6 2h-2.2l1.7 1.3-.6 2 1.7-1.2 1.8 1.2-.7-2 1.7-1.3zM49.7 30.2l.7 2 .7-2h2.1l-1.7-1.3.7-2.1-1.8 1.3-1.7-1.3.6 2.1-1.7 1.3zM56 37.2l-.7-2.1-.7 2.1h-2.1l1.7 1.2-.6 2.1 1.7-1.3 1.8 1.3-.7-2.1 1.7-1.2zM54.2 24.6l-.6 2 1.7-1.2 1.8 1.2-.7-2 1.7-1.3H56l-.7-2-.7 2h-2.1z" })));
exports.default = Svg1f1f91f1fb;