UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.01 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 Svg1f1f51f1e6 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M32 2v30h30C62 15.4 48.6 2 32 2", fill: "#ed4c5c" }), React.createElement("path", { d: "M32 62V32H2c0 16.6 13.4 30 30 30z", fill: "#2a5f9e" }), React.createElement("g", { fill: "#f9f9f9" }, React.createElement("path", { d: "M32 62V32h30c0 16.6-13.4 30-30 30M32 2v30H2C2 15.4 15.4 2 32 2z" })), React.createElement("path", { fill: "#2a5f9e", d: "M17 20.7l3.1 2.3-1.2-3.8 3.1-2.4h-3.8L17 13l-1.2 3.8H12l3.1 2.4-1.2 3.8z" }), React.createElement("path", { fill: "#ed4c5c", d: "M47 46.7l3.1 2.3-1.2-3.8 3.1-2.4h-3.8L47 39l-1.2 3.8H42l3.1 2.4-1.2 3.8z" })); exports.default = Svg1f1f51f1e6;