@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 2.31 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagMNIcon = 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_6921)" },
React.createElement("path", { d: "M16 32C17.8996 32.0019 19.7842 31.6648 21.5653 31.0044L22.2605 16L21.5645 0.995563C19.7836 0.335356 17.8993 -0.0017795 16 7.92927e-06C14.1004 -0.00188527 12.2158 0.335252 10.4347 0.995563L9.73956 16L10.4356 31.0044C12.2164 31.6647 14.1007 32.0018 16 32Z", fill: "#0052B4" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.4356 31.0044C4.34222 28.744 0 22.88 0 16C0 9.11999 4.34222 3.25599 10.4356 0.995544V31.0044ZM32 16C32 22.88 27.6578 28.744 21.5644 31.0044V0.995544C27.6578 3.25599 32 9.11999 32 16Z", fill: "#A2001D" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.47824 16H2.08713L2.08624 21.5644H3.47824V16ZM9.04269 16H7.65158V21.5644H9.04269V16Z", fill: "#FFDA44" }),
React.createElement("path", { d: "M5.56537 19.4782C6.33366 19.4782 6.95648 18.8554 6.95648 18.0871C6.95648 17.3188 6.33366 16.696 5.56537 16.696C4.79708 16.696 4.17426 17.3188 4.17426 18.0871C4.17426 18.8554 4.79708 19.4782 5.56537 19.4782Z", fill: "#FFDA44" }),
React.createElement("path", { d: "M5.56534 14.1067C6.05626 14.1067 6.45423 13.7087 6.45423 13.2178C6.45423 12.7269 6.05626 12.3289 5.56534 12.3289C5.07442 12.3289 4.67645 12.7269 4.67645 13.2178C4.67645 13.7087 5.07442 14.1067 5.56534 14.1067Z", fill: "#FFDA44" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.0569 9.86489L5.56445 8.34845L5.06667 9.86489H3.4809L4.76978 10.8018L4.27734 12.3182L5.56623 11.3813L6.85512 12.3182L6.36267 10.8018L7.65156 9.86489H6.0569ZM4.17334 16V14.6098H6.95556V16H4.17334ZM4.17334 21.5653V20.1742H6.95556V21.5653H4.17334Z", fill: "#FFDA44" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_6921" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagMNIcon.displayName = 'FlagMNIcon';