UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.04 kB
"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 Svg1f1f31f1f7 = (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 2C16.8 2 4.2 13.3 2.3 28h59.5C59.8 13.3 47.2 2 32 2zM32 62c15.2 0 27.8-11.3 29.7-26H2.3C4.2 50.7 16.8 62 32 62z" })), React.createElement("path", { d: "M61.7 28H2.3c-.2 1.3-.3 2.6-.3 4s.1 2.7.3 4h59.5c.2-1.3.3-2.6.3-4s-.2-2.7-.4-4", fill: "#ffe62e" }), React.createElement("path", { fill: "#fff", d: "M16 41.2l1.2-2.2.3 2.5 1.9-1.6-.7 2.4 2.4-.7-1.6 1.9 2.5.3-2.2 1.2 2.2 1.2-2.5.3 1.6 1.9-2.4-.7.7 2.4-1.9-1.6-.3 2.5-1.2-2.2-1.2 2.2-.3-2.5-1.9 1.6.7-2.4-2.4.7 1.6-1.9-2.5-.3 2.2-1.2-2.2-1.2 2.5-.3-1.6-1.9 2.4.7-.7-2.4 1.9 1.6.3-2.5z" })); exports.default = Svg1f1f31f1f7;