iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 1.01 kB
JavaScript
;
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 Svg1f1fc1f1f8 = (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("g", { fill: "#fff" },
React.createElement("path", { d: "M19 13.1l1.2.9-.4-1.5 1.2-1h-1.5L19 10l-.5 1.5H17l1.2 1-.4 1.5zM19 27.1l1.2.9-.4-1.5 1.2-1h-1.5L19 24l-.5 1.5H17l1.2 1-.4 1.5zM14 18.1l1.2.9-.4-1.5 1.2-1h-1.5L14 15l-.5 1.5H12l1.2 1-.4 1.5zM24 18.1l1.2.9-.4-1.5 1.2-1h-1.5L24 15l-.5 1.5H22l1.2 1-.4 1.5zM22 22.5l.6.5-.2-.8.6-.4h-.8L22 21l-.2.8H21l.6.4-.2.8z" })));
exports.default = Svg1f1fc1f1f8;