UNPKG

@comfortdelgro/compass-icons

Version:
22 lines (20 loc) 661 B
import * as React from "react"; import { forwardRef } from "react"; const FlagBen = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 900 600", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#e8112d", d: "M0 0h900v600H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#fcd116", d: "M0 0h900v300H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#008751", d: "M0 0h360v600H0z" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagBen); export default ForwardRef;