@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.62 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagMhIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagMhIcon = (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(#FlagMhIcon__a)" },
react_1.default.createElement("path", { fill: "#0052B4", d: "M16 32c8.836 0 16-7.164 16-16a15.9 15.9 0 0 0-1.831-7.437l-14.187 7.455L23.438 1.83A15.9 15.9 0 0 0 16 0C7.164 0 0 7.164 0 16c0 4.418 1.791 8.418 4.686 11.314A15.95 15.95 0 0 0 16 32" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M30.151 8.58a16 16 0 0 0-2.857-3.876 15.7 15.7 0 0 0-3.875-2.857L4.667 27.333z" }),
react_1.default.createElement("path", { fill: "#FF9811", d: "M4.667 27.333 30.15 8.58a16 16 0 0 0-2.857-3.876z" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "m13.893 9.382-1.953.92 1.04 1.893-2.122-.407-.269 2.143-1.478-1.575-1.478 1.576-.269-2.142-2.121.406 1.04-1.893-1.954-.919 1.955-.922-1.04-1.891 2.122.406.27-2.142L9.11 6.409l1.478-1.577.269 2.142 2.122-.406-1.04 1.893z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagMhIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagMhIcon.displayName = 'FlagMhIcon';