@ozen-ui/icons
Version:
A collection of icons
17 lines (16 loc) • 1.92 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagMnIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagMnIcon = (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(#FlagMnIcon__a)" },
react_1.default.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_1.default.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_1.default.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M3.478 16h-1.39l-.002 5.564h1.392zm5.565 0H7.652v5.564h1.39z", clipRule: "evenodd" }),
react_1.default.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_1.default.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_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagMnIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagMnIcon.displayName = 'FlagMnIcon';