iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 622 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 Svg1f1fa1f1e6 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 62c16.6 0 30-13.4 30-30H2c0 16.6 13.4 30 30 30z", fill: "#ffe62e" }),
React.createElement("path", { d: "M32 2C15.4 2 2 15.4 2 32h60C62 15.4 48.6 2 32 2z", fill: "#428bc1" }));
exports.default = Svg1f1fa1f1e6;