@ozen-ui/icons
Version:
A collection of icons
17 lines (16 loc) • 2.57 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagMEIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagMEIcon = (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_6937)" },
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: "#FFDA44" }),
react_1.default.createElement("path", { d: "M32 16C32 10.5084 29.2329 5.664 25.0178 2.78223H6.97333C2.76711 5.664 0 10.5084 0 16C0 21.4916 2.76711 26.336 6.98222 29.2178H25.0267C29.2329 26.336 32 21.4916 32 16Z", fill: "#A2001D" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.4782 9.04358V11.8258H12.5218V9.03558L13.9129 9.73158L16 7.64447L18.0871 9.73958L19.4782 9.04358ZM22.2578 16H22.2604L22.2578 15.9982C22.2578 15.9988 22.2578 15.9994 22.2578 16ZM22.2578 16H18.7822C18.9182 15.7645 18.9982 15.4916 18.9982 15.2C18.9982 14.3129 18.2871 13.5947 17.3929 13.5947C16.7706 13.5947 16.248 13.9378 15.9778 14.4427C15.7066 13.9387 15.1751 13.5947 14.5626 13.5947C13.6769 13.5966 12.9593 14.3142 12.9573 15.2C12.9573 15.4934 13.0462 15.7654 13.1733 16H9.73865C9.73865 17.064 10.6658 17.9262 11.7298 17.9262H11.6658C11.6665 18.778 12.2258 19.5283 13.0418 19.7725L11.4773 21.3369L12.9529 22.8125L15.0462 20.7191C15.129 20.7493 15.214 20.773 15.3004 20.7902L14.0444 23.6445C15.3029 24.1575 16.7122 24.1575 17.9706 23.6445L16.7058 20.7885C16.7946 20.7725 16.8782 20.7476 16.96 20.7174L19.0533 22.8107L20.5289 21.3351L18.9644 19.7707C19.7804 19.5266 20.3397 18.7762 20.3404 17.9245H20.2666C21.3301 17.9245 22.2567 17.0632 22.2578 16Z", fill: "#FFDA44" }),
react_1.default.createElement("path", { d: "M16 17.0436L13.7396 18.0871V20.1742L16 21.5645L18.2605 20.1734V18.0862L16 17.0436Z", fill: "#6DA544" }),
react_1.default.createElement("path", { d: "M13.7396 16H18.2613V18.7822H13.7396V16Z", fill: "#0052B4" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_6937" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagMEIcon.displayName = 'FlagMEIcon';