UNPKG

@comfortdelgro/compass-icons

Version:
21 lines (19 loc) 636 B
import * as React from "react"; import { forwardRef } from "react"; const FlagBel = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 900 780", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#ed2939", d: "M0 0h900v780H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#fae042", d: "M0 0h600v780H0z" }), /*#__PURE__*/ React.createElement("path", { d: "M0 0h300v780H0z" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagBel); export default ForwardRef;