@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
24 lines (22 loc) • 749 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagGha = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 9 6",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("path", {
fill: "#006b3f",
d: "M0 0h9v6H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#fcd116",
d: "M0 0h9v4H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#ce1126",
d: "M0 0h9v2H0z"
}), /*#__PURE__*/ React.createElement("path", {
d: "M4.5 2l.65 2-1.702-1.236h2.104L3.85 4z"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagGha);
export default ForwardRef;