UNPKG

@comfortdelgro/compass-icons

Version:
22 lines (20 loc) 665 B
import * as React from "react"; import { forwardRef } from "react"; const FlagGab = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 1000 750", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#3a75c4", d: "M0 0h1000v750H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#fcd116", d: "M0 0h1000v500H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#009e60", d: "M0 0h1000v250H0z" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagGab); export default ForwardRef;