react-country-flags
Version:
Flags of the world as react components.
24 lines (21 loc) • 683 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagDj = function FlagDj(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 15 10"
}, props), React.createElement("path", {
fill: "#6ab2e7",
d: "M0 0h15v10H0z"
}), React.createElement("path", {
fill: "#12ad2b",
d: "M0 5h15v5H0z"
}), React.createElement("path", {
d: "M0 0v10l4.33-2.5L8.66 5 4.33 2.5 0 0z",
fill: "#fff"
}), React.createElement("path", {
d: "M3.314 3.75l.31.955H4.63l-.813.59.31.955-.812-.59-.812.59.31-.955L2 4.705h1.004l.31-.955z",
fill: "#d7141a"
}));
};
export default FlagDj;
//# sourceMappingURL=FlagDj.js.map