@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.36 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagBJIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagBJIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#clip0_4218_5802)" },
react_1.default.createElement("path", { d: "M10.4356 14.6089L11.8267 31.4489C13.1875 31.8154 14.5907 32.0007 16 32C24.8356 32 32 24.8356 32 16L10.4356 14.6089Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M10.4356 16L11.8258 0.551113C13.1869 0.18454 14.5904 -0.000764042 16 2.36762e-06C24.8356 2.36762e-06 32 7.16445 32 16H10.4356Z", fill: "#FFDA44" }),
react_1.default.createElement("path", { d: "M0 16C0 23.392 5.01333 29.6124 11.8258 31.4489V0.551086C5.01333 2.38753 0 8.60798 0 16Z", fill: "#6DA544" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_5802" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagBJIcon.displayName = 'FlagBJIcon';