UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 1.62 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagGMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagGMIcon = (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_6385)" }, 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: "#F0F0F0" }), react_1.default.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_1.default.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_1.default.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_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_6385" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagGMIcon.displayName = 'FlagGMIcon';