@ozen-ui/icons
Version:
A collection of icons
19 lines (18 loc) • 2.57 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagBIIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagBIIcon = (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_5924)" },
react_1.default.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.25778 3.30682C12.0049 -1.10064 19.9952 -1.10064 25.7422 3.30682L16 13.049L6.25778 3.30682ZM6.25778 28.6933L16 18.9511L25.7422 28.6933C19.9952 33.1008 12.0049 33.1008 6.25778 28.6933Z", fill: "#D80027" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.3068 6.25775L13.049 16L3.3068 25.7422C-1.10066 19.9951 -1.10066 12.0048 3.3068 6.25775ZM28.6933 25.7422L18.9511 16L28.6933 6.25775C33.1008 12.0048 33.1008 19.9951 28.6933 25.7422Z", fill: "#6DA544" }),
react_1.default.createElement("path", { d: "M16 22.9565C19.8419 22.9565 22.9564 19.842 22.9564 16C22.9564 12.1581 19.8419 9.04358 16 9.04358C12.1581 9.04358 9.04355 12.1581 9.04355 16C9.04355 19.842 12.1581 22.9565 16 22.9565Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M16 11.1307L16.6027 12.1742H17.808L17.2053 13.2178L17.808 14.2613H16.6027L16 15.3049L15.3973 14.2613H14.1929L14.7956 13.2178L14.1929 12.1742H15.3973L16 11.1307Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M12.9378 16L13.5404 17.0436H14.7449L14.1422 18.0871L14.7449 19.1307H13.5404L12.9378 20.1742L12.3351 19.1307H11.1307L11.7333 18.0871L11.1307 17.0436H12.3351L12.9378 16Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M19.0622 16L19.6649 17.0436H20.8693L20.2667 18.0871L20.8693 19.1307H19.6649L19.0622 20.1742L18.4596 19.1307H17.2551L17.8578 18.0871L17.2551 17.0436H18.4596L19.0622 16Z", fill: "#D80027" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_5924" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagBIIcon.displayName = 'FlagBIIcon';