UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 2.35 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagMYIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagMYIcon = (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_6818)" }, 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: "M29.6516 7.64444H15.3049V3.47021H25.96C27.424 4.63631 28.6732 6.0489 29.6516 7.64444ZM32 16H15.3049V11.8258H31.4489C31.8155 13.1869 32.0008 14.5904 32 16ZM16 32C19.7653 32 23.2267 30.6987 25.96 28.5218H6.04889C8.77334 30.6987 12.2347 32 16 32ZM29.6533 24.3555H2.34845C1.55258 23.0574 0.947286 21.6516 0.551117 20.1813H31.4507C31.0546 21.6516 30.4493 23.0574 29.6533 24.3555Z", fill: "#D80027" }), react_1.default.createElement("path", { d: "M16 16V0C7.16444 0 0 7.16444 0 16H16Z", fill: "#0052B4" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.68357 9.73958C6.68357 11.9247 8.45493 13.696 10.64 13.696C11.3218 13.696 11.9618 13.5227 12.5218 13.2205C11.6132 14.1116 10.3909 14.6102 9.11824 14.6089C6.42938 14.6079 4.24988 12.4284 4.2489 9.73958C4.24988 7.05072 6.42938 4.87122 9.11824 4.87024C10.3909 4.8689 11.6132 5.36752 12.5218 6.25869C11.944 5.94564 11.2971 5.78216 10.64 5.78313C8.45493 5.78313 6.68357 7.55449 6.68357 9.73958ZM12.4658 8.42491L11.7547 6.95646L11.0578 8.42491L9.47112 8.05869L10.1822 9.52358L8.90668 10.5351L10.4951 10.8934L10.4907 12.5218L11.7618 11.5031L13.0329 12.5218L13.0285 10.8934L14.6169 10.5351L13.3413 9.52358L14.0525 8.05869L12.4658 8.42491Z", fill: "#FFDA44" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_6818" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagMYIcon.displayName = 'FlagMYIcon';