@ozen-ui/icons
Version:
A collection of icons
25 lines (24 loc) • 2.95 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagMMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#clip0_4218_6979)" },
React.createElement("mask", { id: "mask0_4218_6979", style: { maskType: 'luminance' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "32", height: "32" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 0C7.16444 0 0 7.16444 0 16C0 24.8356 7.16444 32 16 32C24.8356 32 32 24.8356 32 16C32 7.16444 24.8356 0 16 0Z", fill: "white" })),
React.createElement("g", { mask: "url(#mask0_4218_6979)" },
React.createElement("path", { d: "M-8 16H40V0H-8V16Z", fill: "#FECB00" })),
React.createElement("mask", { id: "mask1_4218_6979", style: { maskType: 'luminance' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "32", height: "32" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 0C7.16444 0 0 7.16444 0 16C0 24.8356 7.16444 32 16 32C24.8356 32 32 24.8356 32 16C32 7.16444 24.8356 0 16 0Z", fill: "white" })),
React.createElement("g", { mask: "url(#mask1_4218_6979)" },
React.createElement("path", { d: "M-8 32H40V16H-8V32Z", fill: "#EA2839" })),
React.createElement("mask", { id: "mask2_4218_6979", style: { maskType: 'luminance' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "32", height: "32" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 0C7.16444 0 0 7.16444 0 16C0 24.8356 7.16444 32 16 32C24.8356 32 32 24.8356 32 16C32 7.16444 24.8356 0 16 0Z", fill: "white" })),
React.createElement("g", { mask: "url(#mask2_4218_6979)" },
React.createElement("path", { d: "M-8 21.3334H40V10.6667H-8V21.3334Z", fill: "#34B233" })),
React.createElement("mask", { id: "mask3_4218_6979", style: { maskType: 'luminance' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "32", height: "32" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 0C7.16444 0 0 7.16444 0 16C0 24.8356 7.16444 32 16 32C24.8356 32 32 24.8356 32 16C32 7.16444 24.8356 0 16 0Z", fill: "white" })),
React.createElement("g", { mask: "url(#mask3_4218_6979)" },
React.createElement("path", { d: "M4.78488 11.704L11.7164 16.7395L9.06933 24.888L16 19.8515L22.9315 24.8871L20.2844 16.7387L27.216 11.7031H18.6489L16 3.55554L13.3529 11.704H4.78488Z", fill: "white" }))),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_6979" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagMMIcon.displayName = 'FlagMMIcon';