UNPKG

@comfortdelgro/compass-icons

Version:
63 lines (61 loc) 2.28 kB
import * as React from "react"; import { forwardRef } from "react"; const FlagNiu = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 120 60", ref: ref, ...props }, /*#__PURE__*/ React.createElement("clipPath", { id: "niu_svg__a" }, /*#__PURE__*/ React.createElement("path", { d: "M0 0v15h70v15H60zm0 30v10h30V0h30z" })), /*#__PURE__*/ React.createElement("path", { fill: "#012169", d: "M0 0h120v60H0z" }), /*#__PURE__*/ React.createElement("g", { stroke: "#c8102e", strokeWidth: 6 }, /*#__PURE__*/ React.createElement("path", { d: "M0 0l60 30m0-30L0 30", stroke: "#fff" }), /*#__PURE__*/ React.createElement("path", { d: "M0 0l60 30m0-30L0 30", clipPath: "url(#niu_svg__a)", strokeWidth: 4 }), /*#__PURE__*/ React.createElement("path", { d: "M30 0v40M0 15h70", stroke: "#fff", strokeWidth: 10 }), /*#__PURE__*/ React.createElement("path", { d: "M30 0v40M0 15h70" })), /*#__PURE__*/ React.createElement("path", { d: "M60 0h60v60H0V30h60z", fill: "#fedd00" }), /*#__PURE__*/ React.createElement("g", { transform: "translate(30 15)" }, /*#__PURE__*/ React.createElement("g", { transform: "scale(5.1039)" }, /*#__PURE__*/ React.createElement("circle", { r: 1, fill: "#012169" }), /*#__PURE__*/ React.createElement("path", { id: "niu_svg__b", d: "M0-513674l301930 929245-790463-574305h977066l-790463 574305", fill: "#fedd00", transform: "scale(0)" })), /*#__PURE__*/ React.createElement("use", { transform: "matrix(3 0 0 3 -17.5 .29)", href: "#niu_svg__b" }), /*#__PURE__*/ React.createElement("use", { transform: "matrix(3 0 0 3 17.5 .29)", href: "#niu_svg__b" }), /*#__PURE__*/ React.createElement("use", { transform: "matrix(3 0 0 3 0 10.29)", href: "#niu_svg__b" }), /*#__PURE__*/ React.createElement("use", { transform: "matrix(3 0 0 3 0 -9.71)", href: "#niu_svg__b" }))); const ForwardRef = /*#__PURE__*/ forwardRef(FlagNiu); export default ForwardRef;