@ozen-ui/icons
Version:
A collection of icons
20 lines (19 loc) • 2.46 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagMSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagMSIcon = (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_6946)" },
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: "#0052B4" }),
react_1.default.createElement("path", { d: "M15.9572 16H16C16 15.9857 16 15.9717 16 15.9572C15.9858 15.9715 15.9715 15.9858 15.9572 16Z", 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.09454 2.08679C5.5921 3.51173 3.51167 5.5921 2.08679 8.09454V15.9999H6.26073V6.26085V6.26073H15.9999C15.9999 4.94429 15.9999 3.69017 15.9999 2.08679H8.09454Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M15.9998 14.0325L10.3151 8.3479H8.3476V8.34803L15.9997 16H15.9998C15.9998 16 15.9998 14.6433 15.9998 14.0325Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M18.0868 8.34723V15.9994C18.0868 19.7269 22.9564 20.869 22.9564 20.869C22.9564 20.869 27.8259 19.7269 27.8259 15.9994V8.34723H18.0868Z", fill: "#338AF3" }),
react_1.default.createElement("path", { d: "M18.0868 16C18.0868 19.7275 22.9564 20.8696 22.9564 20.8696C22.9564 20.8696 27.8259 19.7275 27.8259 16H18.0868Z", fill: "#A2001D" }),
react_1.default.createElement("path", { d: "M25.0433 11.8254H23.6519V10.434H22.2606V11.8254H20.8694V13.2166H22.2606V17.3905H23.6519V13.2166H25.0433V11.8254Z", fill: "black" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_6946" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagMSIcon.displayName = 'FlagMSIcon';