@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.6 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagMVIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagMVIcon = (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_6830)" },
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: "#D80027" }),
react_1.default.createElement("path", { d: "M5.56445 8.34668H26.4356V23.6533H5.56445V8.34668Z", fill: "#007E3A" }),
react_1.default.createElement("path", { d: "M18.5778 20.5218C16.0807 20.5208 14.0566 18.497 14.0551 16C14.0566 13.5033 16.0802 11.4797 18.5769 11.4782C19.3556 11.4782 20.088 11.6738 20.728 12.0204C19.6896 11.002 18.2927 10.4322 16.8382 10.4338C13.7644 10.4338 11.2738 12.9253 11.2738 15.9982C11.2738 19.0711 13.7653 21.5627 16.8382 21.5627C18.2927 21.5642 19.6896 20.9944 20.728 19.976C20.0676 20.3341 19.3281 20.5212 18.5769 20.52L18.5778 20.5218Z", fill: "#F0F0F0" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_6830" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagMVIcon.displayName = 'FlagMVIcon';