UNPKG

@comfortdelgro/compass-icons

Version:
26 lines (24 loc) 1.09 kB
import * as React from "react"; import { forwardRef } from "react"; const FlagBrb = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 24000 16000", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#00267f", d: "M0 0h24000v16000H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#ffc726", d: "M8000 0h8000v16000H8000z" }), /*#__PURE__*/ React.createElement("path", { id: "brb_svg__a", fill: "#000", d: "M12000 4124c-260 709-525 1447-1092 2012 176-58 484-110 682-105v2982l-842 125c-30-3-40-50-40-114-81-926-300-1704-552-2509-18-110-337-530-91-456 30 4 359 138 307 74-448-464-1103-798-1739-897-56-14-89 14-39 79 844 1299 1550 2832 1544 4651 328 0 1123-194 1452-194v2104h415l95-5876z" }), /*#__PURE__*/ React.createElement("use", { transform: "matrix(-1 0 0 1 24000 0)", href: "#brb_svg__a" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagBrb); export default ForwardRef;