iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 730 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 Svg1f1e81f1f4 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M62 32H2c0 5.5 1.5 10.6 4 15h52c2.6-4.4 4-9.5 4-15", fill: "#2a5f9e" }),
React.createElement("path", { d: "M32 2C15.5 2 2 15.4 2 32h60C62 15.4 48.6 2 32 2z", fill: "#ffe62e" }),
React.createElement("path", { d: "M32 62c11.1 0 20.8-6 26-15H6c5.3 9 14.9 15 26 15", fill: "#ed4c5c" }));
exports.default = Svg1f1e81f1f4;