UNPKG

@comfortdelgro/compass-icons

Version:
29 lines (27 loc) 835 B
import * as React from "react"; import { forwardRef } from "react"; const FlagMdv = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 720 480", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#D21034", d: "M0 0h720v480H0z" }), /*#__PURE__*/ React.createElement("g", { fill: "#007E3A" }, /*#__PURE__*/ React.createElement("path", { d: "M120 120h480v240H120z" }), /*#__PURE__*/ React.createElement("circle", { fill: "#FFF", cx: 390, cy: 240, r: 80 }), /*#__PURE__*/ React.createElement("circle", { cx: 420, cy: 240, r: 80 }))); const ForwardRef = /*#__PURE__*/ forwardRef(FlagMdv); export default ForwardRef;