@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
24 lines (22 loc) • 867 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagJor = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 10080 5040",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("path", {
fill: "#fff",
d: "M0 0h10080v5040H0z"
}), /*#__PURE__*/ React.createElement("path", {
d: "M0 0h10080v1680H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#007a3d",
d: "M0 3360h10080v1680H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#ce1126",
d: "M5040 2520L0 5040V0m1557 2160l-78 198-203-62 106 184-176 120 211 32-16 212 156-144 157 144-16-212 210-32-175-120 106-184-203 62z"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagJor);
export default ForwardRef;