@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.76 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagMXIcon = 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_6893)" },
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: "M32 16C32 9.65692 28.3084 4.17603 22.9564 1.58759V30.4125C28.3084 27.824 32 22.3431 32 16Z", fill: "#D80027" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.04356 30.4125C3.69156 27.824 0 22.3431 0 16C0 9.65692 3.69156 4.17603 9.04356 1.58759V30.4125ZM16 20.1743C13.6942 20.1743 11.8258 18.3049 11.8258 16H11.8187V14.6089H20.1742V16C20.1742 18.3058 18.3058 20.1743 16 20.1743Z", fill: "#6DA544" }),
React.createElement("path", { d: "M21.5644 13.2178H17.3902C17.3902 12.4498 16.768 11.8267 15.9991 11.8267C15.2302 11.8267 14.608 12.4489 14.608 13.2178H10.4356C10.4356 13.9858 11.1049 14.6089 11.8729 14.6089H11.8267C11.8267 15.3769 12.4489 16 13.2178 16C13.2178 16.768 13.84 17.3911 14.6089 17.3911H17.3911C18.1591 17.3911 18.7822 16.7689 18.7822 16C19.5502 16 20.1733 15.3778 20.1733 14.6089H20.1271C20.8951 14.6089 21.5644 13.9867 21.5644 13.2178Z", fill: "#FF9811" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_6893" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagMXIcon.displayName = 'FlagMXIcon';