@ozen-ui/icons
Version:
A collection of icons
23 lines (22 loc) • 2.84 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagBMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagBMIcon = (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_5807)" },
react_1.default.createElement("path", { d: "M32 16C32 24.8365 24.8365 32 16 32C7.1635 32 0 24.8365 0 16C0 16.0038 16 0.00175 16 0C24.8365 0 32 7.1635 32 16Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M16 7.65106V13.0475L10.4348 7.65106H16Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M8.34776 15.9992H13.0484L8.34776 9.73834L7.65213 14.6079L8.34776 15.9992Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M15.9572 16.0005H16.0001C16.0001 15.9861 16.0001 15.9721 16.0001 15.9576C15.9858 15.972 15.9716 15.9862 15.9572 16.0005Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M16 8.34781C16 5.5325 16 3.68781 16 0H15.9973C7.16194 0.0015 0 7.16431 0 16H8.34781V11.2993L13.0485 16H15.9572C15.9715 15.9858 15.9858 15.9715 16.0001 15.9572C16.0001 14.8793 16.0001 13.9174 16.0001 13.0486L11.2992 8.34781H16Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M8.09456 2.08679C5.59212 3.51173 3.51168 5.5921 2.08681 8.09454V16.6955H6.26075V6.26085V6.26073H16.6955C16.6955 4.94429 16.6955 3.69017 16.6955 2.08679H8.09456Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M16.6359 14.6684L10.3151 8.34784H8.34763V8.34796L16.6357 16.636H16.6358C16.6359 16.6361 16.6359 15.2794 16.6359 14.6684Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M18.0868 8.34894V16.0011C18.0868 19.7285 27.8259 19.7285 27.8259 16.0011V8.34894H18.0868Z", fill: "#F3F3F3" }),
react_1.default.createElement("path", { d: "M18.0868 16.0001V16C18.0868 19.7275 22.9564 20.8696 22.9564 20.8696C22.9564 20.8696 27.8259 19.7275 27.8259 16V16.0001H18.0868Z", fill: "#6DA544" }),
react_1.default.createElement("path", { d: "M22.9566 12.9392L20.6957 13.9131V16.0001L22.9566 17.3914L25.2175 16.0001V13.9131L22.9566 12.9392Z", fill: "#A2001D" }),
react_1.default.createElement("path", { d: "M25.2175 11.8264H20.6957V13.9134H25.2175V11.8264Z", fill: "#338AF3" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_5807" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagBMIcon.displayName = 'FlagBMIcon';