UNPKG

@comfortdelgro/compass-icons

Version:
19 lines (17 loc) 555 B
import * as React from "react"; import { forwardRef } from "react"; const FlagMco = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 1000 800", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#FFF", d: "M0 0h1000v800H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#CE1126", d: "M0 0h1000v400H0z" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagMco); export default ForwardRef;