UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 2.15 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagMZIcon = 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_6969)" }, React.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.createElement("path", { d: "M8.64891 22.2604L4.68713 27.3129C7.68405 30.3185 11.7556 32.0054 16 32C22.6134 32 28.2907 27.9858 30.7271 22.2604H8.64891V22.2604Z", fill: "#FFDA44" }), React.createElement("path", { d: "M30.752 9.79735C28.3289 4.04179 22.6365 1.31484e-05 16 1.31484e-05C11.7556 -0.00543342 7.68405 1.68146 4.68713 4.68712L8.69424 9.79824H30.752V9.79735Z", fill: "#006C35" }), React.createElement("path", { d: "M3.47821 11.7689V20.1742H31.4489C31.8155 18.8132 32.0009 17.4096 32 16C32.0011 14.5704 31.8106 13.1471 31.4338 11.768H3.47821V11.7689Z", fill: "#3D3D3D" }), React.createElement("path", { d: "M4.68618 4.68622C-1.56271 10.9351 -1.56271 21.0649 4.68618 27.3138L16 16L4.68618 4.68622Z", fill: "#A2001D" }), React.createElement("path", { d: "M6.47559 11.8258L7.51115 15.0134H10.864L8.15293 16.984L9.18848 20.1725L6.47737 18.2018L3.76626 20.1725L4.80004 16.9849L2.08893 15.0143H5.44004L6.47559 11.8258Z", fill: "#FFDA44" }), React.createElement("path", { d: "M3.44446 16H9.50846V18.7822H3.44446V16Z", fill: "#F0F0F0" }), React.createElement("path", { d: "M10.656 12.8089L9.67199 11.8249L6.47555 15.0222L3.27999 11.8258L2.2951 12.8089L5.49511 16.0027L2.2951 19.2027L3.27911 20.1733L6.47555 16.9733L9.67199 20.1733L10.656 19.2027L7.45599 16.0027L10.656 12.8089Z", fill: "#3D3D3D" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6969" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagMZIcon.displayName = 'FlagMZIcon';