@ozen-ui/icons
Version:
A collection of icons
25 lines (24 loc) • 2.69 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagMmIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#FlagMmIcon__a)" },
React.createElement("mask", { id: "FlagMmIcon__b", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } },
React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16 0C7.164 0 0 7.164 0 16s7.164 16 16 16 16-7.164 16-16S24.836 0 16 0", clipRule: "evenodd" })),
React.createElement("g", { mask: "url(#FlagMmIcon__b)" },
React.createElement("path", { fill: "#FECB00", d: "M-8 16h48V0H-8z" })),
React.createElement("mask", { id: "FlagMmIcon__c", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } },
React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16 0C7.164 0 0 7.164 0 16s7.164 16 16 16 16-7.164 16-16S24.836 0 16 0", clipRule: "evenodd" })),
React.createElement("g", { mask: "url(#FlagMmIcon__c)" },
React.createElement("path", { fill: "#EA2839", d: "M-8 32h48V16H-8z" })),
React.createElement("mask", { id: "FlagMmIcon__d", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } },
React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16 0C7.164 0 0 7.164 0 16s7.164 16 16 16 16-7.164 16-16S24.836 0 16 0", clipRule: "evenodd" })),
React.createElement("g", { mask: "url(#FlagMmIcon__d)" },
React.createElement("path", { fill: "#34B233", d: "M-8 21.333h48V10.667H-8z" })),
React.createElement("mask", { id: "FlagMmIcon__e", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } },
React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16 0C7.164 0 0 7.164 0 16s7.164 16 16 16 16-7.164 16-16S24.836 0 16 0", clipRule: "evenodd" })),
React.createElement("g", { mask: "url(#FlagMmIcon__e)" },
React.createElement("path", { fill: "#fff", d: "m4.785 11.704 6.931 5.035-2.647 8.149L16 19.852l6.932 5.035-2.648-8.148 6.932-5.036h-8.567L16 3.556l-2.647 8.148z" }))),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagMmIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagMmIcon.displayName = 'FlagMmIcon';