UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 996 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 Svg1f1e81f1fc = (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: "M62 32C62 15.4 48.6 2 32 2S2 15.4 2 32c0 4.3.9 8.3 2.5 12h55c1.6-3.7 2.5-7.7 2.5-12M32 62c9.8 0 18.5-4.7 24-12H8c5.5 7.3 14.2 12 24 12" })), React.createElement("path", { d: "M4.5 44c.9 2.1 2.1 4.2 3.5 6h48c1.4-1.8 2.6-3.9 3.5-6h-55", fill: "#ffce31" }), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M11.4 15.5l1.3 3.8h4l-3.3 2.4 1.3 3.8-3.3-2.4-3.2 2.4 1.2-3.8-3.2-2.4h4zM22.8 24.5l1.8 5.3h5.6l-4.6 3.3 1.8 5.4-4.6-3.3-4.5 3.3 1.7-5.4-4.5-3.3h5.6z" }))); exports.default = Svg1f1e81f1fc;