react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 513 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagDk = function FlagDk(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 370 280"
}, props), React.createElement("path", {
fill: "#c60c30",
d: "M0 0h370v280H0z"
}), React.createElement("path", {
fill: "#fff",
d: "M120 0h40v280h-40z"
}), React.createElement("path", {
fill: "#fff",
d: "M0 120h370v40H0z"
}));
};
export default FlagDk;
//# sourceMappingURL=FlagDk.js.map