UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 846 B
"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 Svg1f1f11f1e6 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M2 32c0 5.9 1.7 11.4 4.6 16h50.7c2.9-4.6 4.6-10.1 4.6-16s-1.7-11.4-4.6-16H6.6C3.7 20.6 2 26.1 2 32z", fill: "#2a5f9e" }), React.createElement("g", { fill: "#ed4c5c" }, React.createElement("path", { d: "M57.4 16C52.1 7.6 42.7 2 32 2S11.9 7.6 6.6 16h50.8zM6.6 48c5.3 8.4 14.7 14 25.4 14s20.1-5.6 25.4-14H6.6z" })), React.createElement("circle", { cx: "32", cy: "32", r: "10", fill: "#fff" })); exports.default = Svg1f1f11f1e6;