@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
19 lines (17 loc) • 740 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagQat = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 1400 550",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("path", {
fill: "#8d1b3d",
d: "M0 0h1400v550H0z"
}), /*#__PURE__*/ React.createElement("path", {
d: "M400 550H0V0h400l100 30.556L400 61.11l100 30.556-100 30.555 100 30.556-100 30.555 100 30.556-100 30.555L500 275l-100 30.556 100 30.555-100 30.556 100 30.555-100 30.556 100 30.555-100 30.556 100 30.555z",
fill: "#fff"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagQat);
export default ForwardRef;