UNPKG

@comfortdelgro/compass-icons

Version:
22 lines (20 loc) 661 B
import * as React from "react"; import { forwardRef } from "react"; const FlagMli = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 900 600", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { d: "M0 0h900v600H0z", fill: "#ce1126" }), /*#__PURE__*/ React.createElement("path", { d: "M0 0h600v600H0z", fill: "#fcd116" }), /*#__PURE__*/ React.createElement("path", { d: "M0 0h300v600H0z", fill: "#14b53a" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagMli); export default ForwardRef;