@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.39 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagMhIcon = 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(#FlagMhIcon__a)" },
React.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.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.createElement("path", { fill: "#FF9811", d: "M4.667 27.333 30.15 8.58a16 16 0 0 0-2.857-3.876z" }),
React.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.createElement("defs", null,
React.createElement("clipPath", { id: "FlagMhIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagMhIcon.displayName = 'FlagMhIcon';