UNPKG

@ozen-ui/icons

Version:

A collection of icons

28 lines (27 loc) 3.05 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagMmIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagMmIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#FlagMmIcon__a)" }, react_1.default.createElement("mask", { id: "FlagMmIcon__b", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } }, react_1.default.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_1.default.createElement("g", { mask: "url(#FlagMmIcon__b)" }, react_1.default.createElement("path", { fill: "#FECB00", d: "M-8 16h48V0H-8z" })), react_1.default.createElement("mask", { id: "FlagMmIcon__c", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } }, react_1.default.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_1.default.createElement("g", { mask: "url(#FlagMmIcon__c)" }, react_1.default.createElement("path", { fill: "#EA2839", d: "M-8 32h48V16H-8z" })), react_1.default.createElement("mask", { id: "FlagMmIcon__d", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } }, react_1.default.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_1.default.createElement("g", { mask: "url(#FlagMmIcon__d)" }, react_1.default.createElement("path", { fill: "#34B233", d: "M-8 21.333h48V10.667H-8z" })), react_1.default.createElement("mask", { id: "FlagMmIcon__e", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } }, react_1.default.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_1.default.createElement("g", { mask: "url(#FlagMmIcon__e)" }, react_1.default.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_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagMmIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagMmIcon.displayName = 'FlagMmIcon';