UNPKG

@comfortdelgro/compass-icons

Version:
48 lines (46 loc) 1.56 kB
import * as React from "react"; import { forwardRef } from "react"; const FlagBes = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 600 400", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#fff", d: "M0 0h600v400H0z" }), /*#__PURE__*/ React.createElement("path", { d: "M600 400H0L600 0z", fill: "#012a87" }), /*#__PURE__*/ React.createElement("path", { d: "M0 0v166.667L250 0z", fill: "#f9d90f" }), /*#__PURE__*/ React.createElement("circle", { cx: 165, cy: 173, r: 80, fill: "none", stroke: "#000", strokeWidth: 11 }), /*#__PURE__*/ React.createElement("g", { id: "bes_svg__b" }, /*#__PURE__*/ React.createElement("path", { d: "M165 69.834l15 25.981h-30z", fill: "#000", id: "bes_svg__a" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(180 165 173)", href: "#bes_svg__a" })), /*#__PURE__*/ React.createElement("use", { transform: "rotate(90 165 173)", href: "#bes_svg__b" }), /*#__PURE__*/ React.createElement("path", { d: "M165 122l44.167 76.5h-88.334z", fill: "#dc171d", id: "bes_svg__c" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(60 165 173)", href: "#bes_svg__c" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagBes); export default ForwardRef;