iconista
Version:
Thousands of SVG icons with one React component
18 lines (17 loc) • 1.58 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 Svg1f1ec1f1fa = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M2 32c0 9.8 4.7 18.5 12 24h36c7.3-5.5 12-14.2 12-24S57.3 13.5 50 8H14C6.7 13.5 2 22.2 2 32z", fill: "#2a5f9e" }),
React.createElement("g", { fill: "#ed4c5c" },
React.createElement("path", { d: "M14 8h36c-5-3.8-11.2-6-18-6S19 4.2 14 8M32 62c6.8 0 13-2.2 18-6H14c5 3.8 11.2 6 18 6M43.5 32C43.5 42.2 32 50.5 32 50.5S20.5 42.2 20.5 32 32 13.5 32 13.5 43.5 21.8 43.5 32z" })),
React.createElement("path", { d: "M42 32c0 8.8-10 16-10 16s-10-7.2-10-16 10-16 10-16 10 7.2 10 16", fill: "#b4d7ee", id: "a" }),
React.createElement("use", { href: "#a" }),
React.createElement("path", { d: "M26.6 39.4C29 42.8 32 45 32 45s8-5.8 8-13c-3.8 3.4-8.3 6-13.4 7.4", fill: "#ffe62e" }),
React.createElement("path", { d: "M24 32c0 2.8 1.2 5.3 2.6 7.4 5.1-1.4 9.6-4 13.4-7.4H24", fill: "#428bc1" }),
React.createElement("path", { fill: "#fff", d: "M28 30v4h4z" }),
React.createElement("path", { d: "M34.9 39c-3.8-6.8-3.3-13.7-3.3-14l.8.1c0 .1-.5 6.9 3.1 13.4l-.6.5", fill: "#89664c" }),
React.createElement("path", { fill: "#83bf4f", d: "M32 22.2l2.5-2.2-.8 3.1 3.3.9-3.3.9.8 3.1-2.5-2.2-2.5 2.2.8-3.1L27 24l3.3-.9-.8-3.1z" }));
exports.default = Svg1f1ec1f1fa;