iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.17 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 Svg1f1f01f1f5 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#2a5f9e" },
React.createElement("path", { d: "M32 2C21.7 2 12.7 7.1 7.3 15h49.4C51.3 7.1 42.3 2 32 2zM32 62c10.3 0 19.3-5.1 24.7-13H7.3c5.4 7.9 14.4 13 24.7 13z" })),
React.createElement("path", { d: "M59 19H5c-1.9 3.9-3 8.3-3 13s1.1 9.1 3 13h54c1.9-3.9 3-8.3 3-13s-1.1-9.1-3-13", fill: "#ed4c5c" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M5 45c.7 1.4 1.5 2.7 2.3 4h49.4c.9-1.3 1.7-2.6 2.3-4H5M59 19c-.7-1.4-1.5-2.7-2.3-4H7.3c-.9 1.3-1.7 2.6-2.3 4h54" }),
React.createElement("circle", { cx: "18", cy: "32", r: "11" })),
React.createElement("path", { fill: "#ed4c5c", d: "M18 35.9l4.9 3.8-1.8-6.1 4.9-3.8h-6.1L18 23.7l-1.9 6.1H10l4.9 3.8-1.8 6.1z" }));
exports.default = Svg1f1f01f1f5;