UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.51 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagNEIcon = 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_7048)" }, React.createElement("path", { d: "M1.58756 9.04354C0.539437 11.2126 -0.00334908 13.591 1.4696e-07 16C-0.00334908 18.409 0.539437 20.7874 1.58756 22.9564L16 24.3467L30.4124 22.9555C31.4604 20.7868 32.0032 18.4087 32 16C32.0033 13.591 31.4606 11.2126 30.4124 9.04354L16 7.65332L1.58756 9.04354Z", fill: "#F0F0F0" }), React.createElement("path", { d: "M1.58845 22.9564C4.176 28.3084 9.65689 32 16 32C22.3431 32 27.824 28.3084 30.4116 22.9564H1.58845Z", fill: "#6DA544" }), React.createElement("path", { d: "M1.58845 9.04356H30.4124C27.824 3.69156 22.3431 0 16 0C9.65689 0 4.176 3.69156 1.58845 9.04356Z", fill: "#FF9811" }), React.createElement("path", { d: "M16 21.5654C19.0737 21.5654 21.5653 19.0737 21.5653 16C21.5653 12.9264 19.0737 10.4347 16 10.4347C12.9264 10.4347 10.4347 12.9264 10.4347 16C10.4347 19.0737 12.9264 21.5654 16 21.5654Z", fill: "#FF9811" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_7048" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagNEIcon.displayName = 'FlagNEIcon';