UNPKG

@comfortdelgro/compass-icons

Version:
41 lines (39 loc) 1.49 kB
import * as React from "react"; import { forwardRef } from "react"; const FlagRwa = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 1080 720", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#20603D", d: "M0 0h1080v720H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#FAD201", d: "M0 0h1080v540H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#00A1DE", d: "M0 0h1080v360H0z" }), /*#__PURE__*/ React.createElement("g", { transform: "translate(886.5 188.1)" }, /*#__PURE__*/ React.createElement("g", { id: "rwa_svg__b" }, /*#__PURE__*/ React.createElement("path", { id: "rwa_svg__a", fill: "#E5BE01", d: "M116.1 0L35.692 4.699l76.452 25.35L33.26 13.777l67.286 44.273L28.56 21.915l53.534 60.18-60.18-53.534 36.135 71.985L13.777 33.26l16.272 78.884-25.35-76.452L0 116.1-1-1z" }), /*#__PURE__*/ React.createElement("use", { transform: "scale(1 -1)", href: "#rwa_svg__a" })), /*#__PURE__*/ React.createElement("use", { transform: "scale(-1 1)", href: "#rwa_svg__b" }), /*#__PURE__*/ React.createElement("circle", { r: 34.3, fill: "#E5BE01", stroke: "#00A1DE", strokeWidth: 3.4 }))); const ForwardRef = /*#__PURE__*/ forwardRef(FlagRwa); export default ForwardRef;