UNPKG

@comfortdelgro/compass-icons

Version:
22 lines (20 loc) 666 B
import * as React from "react"; import { forwardRef } from "react"; const FlagLux = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 1000 600", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#00A1DE", d: "M0 300h1000v300H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#ed2939", d: "M0 0h1000v300H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#fff", d: "M0 200h1000v200H0z" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagLux); export default ForwardRef;