UNPKG

@comfortdelgro/compass-icons

Version:
19 lines (17 loc) 560 B
import * as React from "react"; import { forwardRef } from "react"; const FlagUkr = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 1200 800", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#005BBB", d: "M0 0h1200v800H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#FFD500", d: "M0 400h1200v400H0z" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagUkr); export default ForwardRef;