@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
25 lines (23 loc) • 752 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagGmb = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 27 18",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("path", {
fill: "#fff",
d: "M0 0h27v18H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#ce1126",
d: "M0 0h27v6H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#0c1c8c",
d: "M0 7h27v4H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#3a7728",
d: "M0 12h27v6H0z"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagGmb);
export default ForwardRef;