UNPKG

@comfortdelgro/compass-icons

Version:
27 lines (25 loc) 785 B
import * as React from "react"; import { forwardRef } from "react"; const FlagNer = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 700 600", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#0DB02B", d: "M0 0h700v600H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#FFF", d: "M0 0h700v400H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#e05206", d: "M0 0h700v200H0z" }), /*#__PURE__*/ React.createElement("circle", { cx: 350, cy: 300, r: 85, fill: "#e05206" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagNer); export default ForwardRef;