@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.63 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagMUIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagMUIcon = (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_6875)" },
react_1.default.createElement("path", { d: "M1.94667 8.34667L16 9.73956L30.0533 8.34667C27.3404 3.37422 22.0649 0 16 0C9.93511 0 4.65956 3.37422 1.94667 8.34667Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M1.94666 23.6533L16 25.0436L30.0533 23.6524C31.3342 21.3054 32.0037 18.6738 32 16L16 14.6089L-2.14572e-06 16C-0.00392696 18.6737 0.665223 21.3054 1.94578 23.6524L1.94666 23.6533Z", fill: "#FFDA44" }),
react_1.default.createElement("path", { d: "M1.94666 8.34668C0.665659 10.694 -0.00380347 13.3259 -2.02034e-06 16H32C32.0039 13.3263 31.3348 10.6947 30.0542 8.34757H1.94666V8.34668Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M16 32C22.0649 32 27.3404 28.6258 30.0533 23.6533H1.94667C4.65956 28.6258 9.93511 32 16 32Z", fill: "#6DA544" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_6875" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagMUIcon.displayName = 'FlagMUIcon';