UNPKG

@ozen-ui/icons

Version:

A collection of icons

18 lines (17 loc) 2.48 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagGUIcon = 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_6469)" }, React.createElement("path", { d: "M6.98218 29.2174C9.54993 30.9727 12.6549 32 16.0001 32C19.3453 32 22.4502 30.9727 25.0181 29.2174L16.0001 27.826L6.98218 29.2174Z", fill: "#D80027" }), React.createElement("path", { d: "M25.0181 2.78262C22.4502 1.02731 19.3453 0 16.0001 0C12.6549 0 9.54993 1.02731 6.98218 2.78262L16.0001 4.17394L25.0181 2.78262Z", fill: "#D80027" }), React.createElement("path", { d: "M32 16.0003C32 10.706 28.8302 5.38908 25.0179 2.78296H6.98206C2.76687 5.66446 0 10.5091 0 16.0003C0 21.4918 2.76687 26.3362 6.98206 29.2177H25.0179C29.2332 26.3362 32 21.4918 32 16.0003Z", fill: "#0052B4" }), React.createElement("path", { d: "M15.0946 26.099C14.8759 25.9115 9.73914 21.446 9.73914 15.9992C9.73914 10.5524 14.8759 6.08685 15.0946 5.89942L16 5.12329L16.9054 5.89935C17.1241 6.08685 22.2609 10.5524 22.2609 15.9992C22.2609 21.4461 17.1241 25.9117 16.9054 26.099L16 26.8752L15.0946 26.099Z", fill: "#D80027" }), React.createElement("path", { d: "M20.8697 16.0001C20.8697 11.1305 16.0002 6.9566 16.0002 6.9566C16.0002 6.9566 11.1306 11.1307 11.1306 16.0001C11.1306 17.4898 11.5867 18.9141 12.2193 20.174H19.7811C20.4137 18.9141 20.8697 17.4898 20.8697 16.0001Z", fill: "#338AF3" }), React.createElement("path", { d: "M20.8697 16C20.8697 17.4897 20.4137 18.914 19.7811 20.1739L16.0002 20.8696L12.2193 20.1739C11.5867 18.9141 11.1306 17.4897 11.1306 16H20.8697Z", fill: "#0052B4" }), React.createElement("path", { d: "M16.0001 25.0431C16.0001 25.0431 18.3456 23.0321 19.7809 20.1736H12.2192C13.6546 23.0321 16.0001 25.0431 16.0001 25.0431Z", fill: "#FFDA44" }), React.createElement("path", { d: "M12.8694 13.217H19.1303L15.9998 16.3475L12.8694 13.217Z", fill: "#6DA544" }), React.createElement("path", { d: "M17.0431 15.3038H14.9562V21.5647H17.0431V15.3038Z", fill: "#A2001D" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6469" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagGUIcon.displayName = 'FlagGUIcon';