@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.68 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagMnIcon = 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(#FlagMnIcon__a)" },
React.createElement("path", { fill: "#0052B4", d: "M16 32c1.9.002 3.784-.335 5.565-.996L22.26 16 21.565.996A16 16 0 0 0 16 0c-1.9-.002-3.784.335-5.565.996L9.74 16l.696 15.004c1.78.66 3.665.998 5.564.996" }),
React.createElement("path", { fill: "#A2001D", fillRule: "evenodd", d: "M10.436 31.004C4.342 28.744 0 22.88 0 16S4.342 3.256 10.436.996zM32 16c0 6.88-4.342 12.744-10.436 15.004V.996C27.658 3.256 32 9.12 32 16", clipRule: "evenodd" }),
React.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M3.478 16h-1.39l-.002 5.564h1.392zm5.565 0H7.652v5.564h1.39z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#FFDA44", d: "M5.565 19.478a1.391 1.391 0 1 0 0-2.782 1.391 1.391 0 0 0 0 2.782M5.565 14.107a.889.889 0 1 0 0-1.778.889.889 0 0 0 0 1.778" }),
React.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "m6.057 9.865-.493-1.517-.497 1.517H3.48l1.289.937-.493 1.516 1.29-.937 1.288.937-.492-1.516 1.289-.937zM4.173 16v-1.39h2.783V16zm0 5.565v-1.39h2.783v1.39z", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagMnIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagMnIcon.displayName = 'FlagMnIcon';