@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
28 lines (26 loc) • 921 B
JavaScript
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;