@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
22 lines (20 loc) • 957 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagMhl = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 570 300",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("path", {
fill: "#003893",
d: "M0 0h570v300H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#dd7500",
d: "M0 290.4L570 0v60L0 296z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#fff",
d: "M0 295.2L570 58.8v58.8L0 300zM110 17l-3 64-14-35 6 37-22-30 15 34-29-24 24 29-34-15 30 22-37-6 35 14-64 3 64 4-35 14 37-6-30 22 34-16-24 29 29-23-15 34 22-30-6 37 14-36 3 64 4-64 14 36-6-37 22 30-16-34 29 23-23-29 34 16-30-22 37 6-36-14 64-4-64-3 36-14-37 6 30-22-34 15 23-29-29 24 16-34-22 30 6-37-14 35z"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagMhl);
export default ForwardRef;