UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.97 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagNIIcon = 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_7036)" }, 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.58755 9.04356C4.176 3.69156 9.65689 0 16 0C22.3431 0 27.8249 3.69156 30.4124 9.04356H1.58755ZM30.4124 22.9564C27.824 28.3084 22.3431 32 16 32C9.65689 32 4.176 28.3084 1.58755 22.9564H30.4124Z", fill: "#003876" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.1307 16C11.1316 13.3112 13.3111 11.1317 16 11.1307C18.6888 11.1317 20.8683 13.3112 20.8693 16C20.8683 18.6889 18.6888 20.8684 16 20.8693C13.3111 20.8684 11.1316 18.6889 11.1307 16ZM13.2173 16.0013C13.2173 17.5382 14.4632 18.784 16 18.784C17.5368 18.784 18.7827 17.5382 18.7827 16.0013C18.7827 14.4645 17.5368 13.2187 16 13.2187C14.4632 13.2187 13.2173 14.4645 13.2173 16.0013Z", fill: "#FFDA44" }), React.createElement("path", { d: "M18.4089 16.696L16 16L13.5911 16.696L12.7876 18.0871H19.2142L18.4089 16.696Z", fill: "#0052B4" }), React.createElement("path", { d: "M16 12.5218L14.3938 15.304L16 16L17.6062 15.304L16 12.5218Z", fill: "#338AF3" }), React.createElement("path", { d: "M13.5911 16.696H18.4107L17.6071 15.3049H14.3938L13.5911 16.696Z", fill: "#6DA544" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_7036" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagNIIcon.displayName = 'FlagNIIcon';