@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
26 lines (24 loc) • 1.06 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagMrt = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 144 96",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("path", {
fill: "#cd2a3e",
d: "M-72-28H72v96H-72z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#006233",
d: "M-72-13.6H72v67.2H-72z"
}), /*#__PURE__*/ React.createElement("path", {
d: "M30 2.92c-.08 16.496-13.488 29.84-30 29.84S-29.92 19.416-30 2.92a30.973 30.973 0 00-1.008 7.84c0 17.12 13.872 31.008 31.008 31.008S31.008 27.896 31.008 10.76A30.88 30.88 0 0030 2.92z",
className: "mrt_svg__st1",
fill: "#ffc400"
}), /*#__PURE__*/ React.createElement("path", {
d: "M0-9.24L-2.694-.949h-8.719l7.053 5.126-2.693 8.291L0 7.344l7.053 5.124L4.36 4.177l7.053-5.125H2.694z",
fill: "#ffc400"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagMrt);
export default ForwardRef;