@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
25 lines (23 loc) • 899 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagDji = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 900 600",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("path", {
fill: "#6ab2e7",
d: "M0 0h900v600H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#12ad2b",
d: "M0 300h900v300H0z"
}), /*#__PURE__*/ React.createElement("path", {
d: "M0 0v600l259.808-150 259.807-150-259.807-150z",
fill: "#fff"
}), /*#__PURE__*/ React.createElement("path", {
d: "M198.86 225l18.616 57.295h60.243l-48.738 35.41L247.598 375l-48.738-35.41L150.122 375l18.616-57.295L120 282.295h60.243z",
fill: "#d7141a"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagDji);
export default ForwardRef;