UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.39 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagGMIcon = 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_6385)" }, React.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: "#F0F0F0" }), React.createElement("path", { d: "M16 0C9.38489 0 3.70844 4.01422 1.27111 9.73956H30.7289C28.2916 4.01422 22.6151 0 16 0Z", fill: "#A2001D" }), React.createElement("path", { d: "M16 32C22.6151 32 28.2916 27.9858 30.7289 22.2604H1.27111C3.70844 27.9858 9.38489 32 16 32Z", fill: "#496E2D" }), React.createElement("path", { d: "M31.4489 11.8258H0.551113C0.18454 13.1869 -0.000764042 14.5904 2.36762e-06 16C-0.000764042 17.4096 0.18454 18.8132 0.551113 20.1743H31.4489C31.8155 18.8132 32.0008 17.4096 32 16C32.0008 14.5904 31.8155 13.1869 31.4489 11.8258Z", fill: "#0052B4" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6385" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagGMIcon.displayName = 'FlagGMIcon';