iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 822 B
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 Svg1f1e81f1f1 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M2 32c0 16.6 13.4 30 30 30s30-13.4 30-30H2z", fill: "#ed4c5c" }),
React.createElement("path", { d: "M32 2c16.6 0 30 13.4 30 30H32V2z", fill: "#f9f9f9" }),
React.createElement("path", { d: "M32 2C15.4 2 2 15.4 2 32h30V2z", fill: "#2a5f9e" }),
React.createElement("path", { fill: "#f9f9f9", d: "M20 21.7l4.9 3.3-1.8-5.3 4.9-3.5h-6.1L20 11l-1.8 5.2H12l4.9 3.5-1.8 5.3z" }));
exports.default = Svg1f1e81f1f1;