@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.6 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagMRIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagMRIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#clip0_4218_6869)" },
react_1.default.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: "#496E2D" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.5182 12.7253L16 11.1307L15.4818 12.7093H13.8053L15.1618 13.6942L14.6436 15.2889L16 14.3111L17.3564 15.3049L16.8382 13.7102L18.1947 12.7253H16.5182ZM10.5644 14.1111C11.1111 16.6125 13.336 18.4845 16 18.4845C18.664 18.4845 20.8898 16.6116 21.4356 14.1111C21.5209 14.504 21.5653 14.8951 21.5653 15.304C21.5653 17.2923 20.5046 19.1296 18.7827 20.1237C17.0607 21.1179 14.9393 21.1179 13.2173 20.1237C11.4954 19.1296 10.4347 17.2923 10.4347 15.304C10.4351 14.9029 10.4786 14.503 10.5644 14.1111Z", fill: "#FFDA44" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_6869" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagMRIcon.displayName = 'FlagMRIcon';