UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1 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 Svg1f1f91f1fc = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M32 2v30H2c0 16.6 13.4 30 30 30s30-13.4 30-30S48.6 2 32 2z", fill: "#ed4c5c" }), React.createElement("path", { d: "M32 2C15.4 2 2 15.4 2 32h30V2z", fill: "#2a5f9e" }), React.createElement("path", { d: "M24 20.3l5-1.3-5-1.3 3.7-3.7-5 1.3 1.3-5-3.7 3.7L19 9l-1.3 5-3.7-3.7 1.3 5-5-1.3 3.7 3.7L9 19l5 1.3-3.7 3.7 5-1.3-1.3 5 3.7-3.7 1.3 5 1.3-5 3.7 3.7-1.3-5 5 1.3-3.7-3.7", fill: "#fff" }), React.createElement("circle", { cx: "19", cy: "19", r: "5.7", fill: "#428bc1" }), React.createElement("circle", { cx: "19", cy: "19", r: "5", fill: "#fff" })); exports.default = Svg1f1f91f1fc;