UNPKG

@comfortdelgro/compass-icons

Version:
42 lines (40 loc) 1.59 kB
import * as React from "react"; import { forwardRef } from "react"; const FlagNam = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 90 60", ref: ref, ...props }, /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("clipPath", { id: "nam_svg__a" }, /*#__PURE__*/ React.createElement("path", { d: "M0 0h90v60H0z" }))), /*#__PURE__*/ React.createElement("path", { fill: "#003580", d: "M0 60V0h90z" }), /*#__PURE__*/ React.createElement("path", { fill: "#009543", d: "M90 0v60H0z" }), /*#__PURE__*/ React.createElement("g", { fill: "none", clipPath: "url(#nam_svg__a)" }, /*#__PURE__*/ React.createElement("path", { stroke: "#fff", strokeWidth: 20, d: "M0 60L90 0" }), /*#__PURE__*/ React.createElement("path", { stroke: "#d21034", strokeWidth: 15, d: "M0 60L90 0" })), /*#__PURE__*/ React.createElement("g", { fill: "#ffce00", transform: "translate(18 16.341)" }, /*#__PURE__*/ React.createElement("path", { d: "M0-10l1.55 4.2L5-8.66l-.76 4.42L8.66-5 5.8-1.55 10 0 5.8 1.55 8.66 5l-4.42-.76L5 8.66 1.55 5.8 0 10l-1.55-4.2L-5 8.66l.76-4.42-4.42.76 2.86-3.45L-10 0l4.2-1.55L-8.66-5l4.42.76L-5-8.66l3.45 2.86z" }), /*#__PURE__*/ React.createElement("circle", { r: 5.5, stroke: "#003580" }))); const ForwardRef = /*#__PURE__*/ forwardRef(FlagNam); export default ForwardRef;