UNPKG

@ozen-ui/icons

Version:

A collection of icons

21 lines (20 loc) 3.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagMOIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagMOIcon = (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_6780)" }, 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: "#0F7562" }), react_1.default.createElement("path", { d: "M18.7826 15.3328C18.3899 15.3328 18.017 15.4111 17.6708 15.5357C17.8604 15.113 17.9876 14.6426 17.9876 14.1403C17.9876 12.1527 16.0001 10.662 16.0001 10.662C16.0001 10.662 14.0125 12.1527 14.0125 14.1403C14.0125 14.6425 14.1397 15.113 14.3294 15.5357C13.9831 15.4112 13.6102 15.3328 13.2175 15.3328C11.2299 15.3328 9.73926 17.3204 9.73926 17.3204C9.73926 17.3204 11.2299 19.308 13.2175 19.308C14.3828 19.308 15.3767 18.625 16.0001 18.0596C16.6236 18.6249 17.6174 19.308 18.7828 19.308C20.7703 19.308 22.261 17.3204 22.261 17.3204C22.261 17.3204 20.7702 15.3328 18.7826 15.3328Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M16 6.26086L16.4106 7.52436H17.7391L16.6644 8.30536L17.0747 9.56886L16 8.78786L14.9253 9.56886L15.3356 8.30536L14.2609 7.52436H15.5894L16 6.26086Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M10.948 8.47083L11.7378 9.18195L12.6583 8.65058L12.226 9.62151L13.0158 10.3328L11.9588 10.2216L11.5266 11.1926L11.3055 10.153L10.2485 10.0419L11.1689 9.51039L10.948 8.47083Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M7.24963 12.1692L8.28926 12.3901L8.8207 11.4697L8.93182 12.5266L9.97132 12.7477L9.00045 13.18L9.11157 14.2369L8.40026 13.4472L7.42938 13.8795L7.96082 12.959L7.24963 12.1692Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M21.0521 8.47083L20.2623 9.18195L19.3418 8.65058L19.774 9.62151L18.9843 10.3328L20.0413 10.2216L20.4735 11.1926L20.6946 10.153L21.7516 10.0419L20.8312 9.51039L21.0521 8.47083Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M24.7504 12.1692L23.7108 12.3901L23.1794 11.4697L23.0682 12.5266L22.0287 12.7477L22.9996 13.18L22.8885 14.2369L23.5998 13.4472L24.5707 13.8795L24.0392 12.959L24.7504 12.1692Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M16 24.8733C17.5788 24.8733 19.034 24.3465 20.2014 23.4602H11.7986C12.966 24.3465 14.4211 24.8733 16 24.8733Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M9.62292 20.6993C9.84374 21.2047 10.1237 21.678 10.4526 22.1124H21.5475C21.8764 21.6781 22.1564 21.2047 22.3772 20.6993H9.62292Z", fill: "#F0F0F0" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_6780" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagMOIcon.displayName = 'FlagMOIcon';