iconista
Version:
Thousands of SVG icons with one React component
24 lines (23 loc) • 2.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 Svg1f1f21f1f8 = (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", { fill: "#fff", d: "M18.9 8.1V14h-7.3L26 32h6v-7.5z" }),
React.createElement("path", { d: "M32 2v30H2c0 16.6 13.4 30 30 30s30-13.4 30-30S48.6 2 32 2z", fill: "#2a5f9e" }),
React.createElement("path", { d: "M11 18.9H5c-1.9 4-3 8.4-3 13.1h12V13.9h-3v5", fill: "#fff" }),
React.createElement("path", { fill: "#ed4c5c", d: "M32 27.1L19 11h-6l17 21h2z" }),
React.createElement("path", { d: "M18.9 5v6H11v3h21V2c-4.7 0-9.1 1.1-13.1 3z", fill: "#fff" }),
React.createElement("path", { d: "M32 5H18.9c-6 2.9-11 7.9-13.9 13.9V32h6V11h21V5z", fill: "#ed4c5c" }),
React.createElement("path", { d: "M36.6 21.8h20V36c.2 5.7-3.4 9.3-9.9 10.9-4.7-1.2-10-3.5-10-10.7l-.1-14.4", fill: "#fff" }),
React.createElement("path", { d: "M37 22.2h19.1v13.6c.2 5.5-3.2 8.9-9.5 10.4C42.1 45.1 37 42.8 37 36V22.2", fill: "#42ade2" }),
React.createElement("path", { d: "M37.2 37.5c.9 5.8 5.3 7.6 9.4 8.7 4.7-1.2 8.7-3.5 9.4-8.7H37.2", fill: "#c94747" }),
React.createElement("path", { d: "M45.8 24.7V23h1.4v1.7h3.7V26h-3.7v15.7h-1.3V26h-3.7v-1.4l3.6.1", fill: "#231f20" }),
React.createElement("path", { d: "M44.7 33.9c-.9.4-.8 2-2 2.5-1.1.5-1.6 2.5-.1 1.9.1.3 3.5 5 3.9 4.7 2.5-1.4 1-8.9-1.8-9.1m1.5 7.7c-.7-.8-3.9-4.2-4-4.1.1.1 2.6-2.3 2.8-2.9 1.7 1 2.6 5.5 1.2 7", fill: "#ff9a08" }),
React.createElement("path", { d: "M50.6 37.2c.1-1.2-.1-2.3-.4-2.8s-.3-1.2-.8-2c.3.1.5-.6.6-1.5 0-.5 0-.8.1-1.7.1-.8-.2-1.1-.4-1.3-.2-.2-.3-.2-.4-.2-.3-.1-1 0-1.2 0s-.3.1-.5 0-.3.1-.5.3v9.9c.1.9-.2 2.8-.7 4.1-.2.5-.1.8.2.9 1.2.8 2 0 2.8-.7.3-.2.4-.2.8.1.3.4.7.5.9.4-.9-1.7-.6-4.3-.5-5.5", fill: "#699635" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M47.6 27.1c.9.5 0 .7.5 1.5.4-.6 1.6-.5 1-1.3-.4-.6 1-2.2-.6-2.2-.5.1-1.5 1.7-.9 2M44.6 29.4c.9-.1 1.5.3 1.2-1-1.7 0 .7-2.9.5-3.4-.6-1.1-3 4.6-1.7 4.4M49.9 29.5c0-.2-2.8 2.1-3.3 2.4.3-.2-3.4 2.4-2.1 2.6.5.1.9-.7 1.2-1.1 1.2-2 4.2-.2 4.2-3.9M50.5 42.8c-.1-.5-.5-.8-.9-.5.1.5-.5 1.7-.2 1.9.4.4 1.2-1 1.1-1.4M46.3 43.3c.2.2.5.2.8-.1-.1 0-.3-.1-.4-.2-.1.1-.3.3-.4.3" })),
React.createElement("path", { d: "M47.9 25.5c.2-1.4 2.6.6 2.2 1.5-.7 1.3-1.9-2-2.2-1.5", fill: "#870f00" }));
exports.default = Svg1f1f21f1f8;