react-country-flags
Version:
Flags of the world as react components.
18 lines (15 loc) • 432 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagAt = function FlagAt(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 900 600"
}, props), React.createElement("path", {
fill: "#ed2939",
d: "M0 0h900v600H0z"
}), React.createElement("path", {
fill: "#fff",
d: "M0 200h900v200H0z"
}));
};
export default FlagAt;
//# sourceMappingURL=FlagAt.js.map