UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.16 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 Svg1f1e71f1e7 = (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: "M2 32c0 11.5 6.5 21.5 16 26.5v-53c-9.5 5-16 15-16 26.5M62 32c0-11.5-6.5-21.5-16-26.5v53.1c9.5-5.1 16-15.1 16-26.6" })), React.createElement("path", { d: "M32 2c-5.1 0-9.8 1.3-14 3.5v53.1c4.2 2.2 8.9 3.5 14 3.5s9.8-1.3 14-3.5V5.5C41.8 3.3 37.1 2 32 2z", fill: "#ffce31" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M43.8 20.2l-1.1-1.1c-.2.2-4.6 5.2-5.1 15.1h-4.2V23.3h-3v10.9h-4.2c-.4-9.9-4.9-14.9-5.1-15.1L19 21.2s4.3 5 4.3 14.5v1.6h7.2v10.8h3V37.3h7.2v-1.6c0-9.6 4.2-14.5 4.3-14.5l-1.2-1" }), React.createElement("path", { d: "M32 15.9l-3.2 9.6h6.4zM21.2 19.1l6.5 6.4h-4zM42.8 19.1l-6.5 6.4h4z" }))); exports.default = Svg1f1e71f1e7;