UNPKG

@comfortdelgro/compass-icons

Version:
28 lines (26 loc) 921 B
import * as React from "react"; import { forwardRef } from "react"; const FlagAla = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 260 170", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#0053A5", d: "M0 0h260v170H0z" }), /*#__PURE__*/ React.createElement("g", { fill: "#FFCE00" }, /*#__PURE__*/ React.createElement("path", { d: "M80 0h50v170H80z" }), /*#__PURE__*/ React.createElement("path", { d: "M0 60h260v50H0z" })), /*#__PURE__*/ React.createElement("g", { fill: "#D21034" }, /*#__PURE__*/ React.createElement("path", { d: "M95 0h20v170H95z" }), /*#__PURE__*/ React.createElement("path", { d: "M0 75h260v20H0z" }))); const ForwardRef = /*#__PURE__*/ forwardRef(FlagAla); export default ForwardRef;