UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.73 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagMHIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#clip0_4218_6850)" }, React.createElement("path", { d: "M16 32C24.8356 32 32 24.8356 32 16C32.0036 13.4089 31.3751 10.856 30.1689 8.56268L15.9822 16.0178L23.4382 1.83113C21.1447 0.624788 18.5914 -0.00375656 16 1.68904e-05C7.16444 1.68904e-05 0 7.16446 0 16C0 20.4178 1.79111 24.4178 4.68622 27.3138C7.58133 30.2098 11.5822 32 16 32Z", fill: "#0052B4" }), React.createElement("path", { d: "M30.1511 8.57955C29.4187 7.18577 28.4667 5.87733 27.2942 4.704C26.1218 3.53066 24.8142 2.57066 23.4187 1.84711L4.66667 27.3333L30.1511 8.57955Z", fill: "#F0F0F0" }), React.createElement("path", { d: "M4.66667 27.3333L30.1511 8.57954C29.4187 7.18576 28.4667 5.87731 27.2942 4.70398L4.66667 27.3333Z", fill: "#FF9811" }), React.createElement("path", { d: "M13.8933 9.38219L11.9396 10.3013L12.9796 12.1946L10.8578 11.7884L10.5893 13.9306L9.11111 12.3555L7.63289 13.9324L7.36444 11.7902L5.24267 12.1964L6.28267 10.3031L4.32889 9.38397L6.28444 8.46219L5.24444 6.57064L7.36622 6.97686L7.63555 4.83464L9.11111 6.40886L10.5893 4.83197L10.8578 6.97419L12.9796 6.56797L11.9396 8.4613L13.8933 9.38219Z", fill: "#F0F0F0" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6850" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagMHIcon.displayName = 'FlagMHIcon';