iconista
Version:
Thousands of SVG icons with one React component
29 lines (28 loc) • 2.92 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 Svg26fa = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#1778bd", d: "M0 0h64v57H0z" }),
React.createElement("path", { fill: "#75a843", d: "M0 57h64v7H0z" }),
React.createElement("circle", { cx: "52.2", cy: "11.8", r: "10.8", fill: "#42ade2" }),
React.createElement("circle", { cx: "52.2", cy: "11.8", r: "8.9", fill: "#6adbc6" }),
React.createElement("circle", { cx: "52.2", cy: "11.8", r: "6.7", fill: "#dae3ea" }),
React.createElement("g", { fill: "#fff" },
React.createElement("circle", { cx: "52.2", cy: "11.8", r: "4.7" }),
React.createElement("path", { d: "M60.9 54.4c-6-25.5-27.7-29-28.9-29.2-1.2.3-23 3.8-28.9 29.2l-1-.3C8.4 27.2 31.7 24.1 32 24h.2c.2 0 23.6 3.1 29.9 30.1l-1.2.3" })),
React.createElement("path", { d: "M59.5 46.6C50.7 21.9 32 19 32 19S13.3 21.9 4.5 46.6h55", fill: "#fbb287" }),
React.createElement("path", { d: "M58.3 46.6C49.9 30.5 32 28.7 32 28.7S14.1 30.5 5.7 46.6h52.6z", fill: "#e17c5b" }),
React.createElement("path", { d: "M57.3 46.6H6.7c-1.1 3.3-2 6.9-2.7 10.9h56c-.7-4-1.6-7.6-2.7-10.9", fill: "#5f606c" }),
React.createElement("path", { d: "M57.3 46.6C49.2 31.1 32 29.3 32 29.3S14.8 31.1 6.7 46.6h50.6z", fill: "#b6acaa" }),
React.createElement("g", { fill: "#333" },
React.createElement("path", { d: "M61 53.4l-.9 6.3 2.6-5.8zM1.3 53.9l2.6 5.8-.9-6.3z" })),
React.createElement("path", { d: "M44.4 52.4c-.3 2-24.6 2-24.9 0-.8-5 2.4-15 4.1-19.8.8-2.4 15.9-2.4 16.8 0 1.7 4.8 4.8 14.8 4 19.8", fill: "#fbb287" }),
React.createElement("path", { d: "M43.4 51.6c-.3 1.9-22.5 1.9-22.8 0-.7-4.6 2.2-13.8 3.7-18.2.8-2.2 14.6-2.2 15.4 0 1.5 4.4 4.4 13.6 3.7 18.2", fill: "#5f606c" }),
React.createElement("g", { fill: "#333" },
React.createElement("path", { d: "M20.6 51.6c.3 1.9 22.5 1.9 22.8 0 .2-1.3.1-3.1-.2-5H20.8c-.3 1.9-.4 3.7-.2 5" }),
React.createElement("path", { d: "M31.5 31.8h.9v15.3h-.9z" })),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M4.687 3.995l.99-.99.99.99-.99.99zM15.983 8.312l.99-.99.99.99-.99.99zM26.744 2.927l.99-.99.99.99-.99.99zM36.276 6.294l.99-.99.99.99-.99.99zM26.552 13.145l.495-.495.495.495-.495.495zM9.749 15.136l.495-.495.495.495-.495.495zM2.968 22.2l.99-.99.99.99-.99.99zM17.665 21.192l.99-.99.99.99-.99.99zM37.692 17.089l.99-.99.99.99-.99.99zM53.22 27.654l.496-.495.495.495-.495.495zM60.507 22.543l.99-.99.99.99-.99.99zM59.528 36.934l.99-.99.99.99-.99.99zM2.388 39.252l.99-.99.99.99-.99.99zM9.772 28.426l.495-.495.495.495-.495.495z" })));
exports.default = Svg26fa;