UNPKG

@comfortdelgro/compass-icons

Version:
21 lines (19 loc) 579 B
import * as React from "react"; import { forwardRef } from "react"; const FlagBgd = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 1000 600", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#006a4e", d: "M0 0h1000v600H0z" }), /*#__PURE__*/ React.createElement("circle", { cx: 450, cy: 300, r: 200, fill: "#f42a41" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagBgd); export default ForwardRef;