UNPKG

@comfortdelgro/compass-icons

Version:
22 lines (20 loc) 642 B
import * as React from "react"; import { forwardRef } from "react"; const FlagBgr = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 5 3", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#fff", d: "M0 0h5v3H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#00966E", d: "M0 1h5v2H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#D62612", d: "M0 2h5v1H0z" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagBgr); export default ForwardRef;