react-country-flags
Version:
Flags of the world as react components.
29 lines (24 loc) • 872 B
JavaScript
;
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var __chunk_1 = require('./chunk-cf97c2b1.js');
var React = require('react');
var React__default = _interopDefault(React);
var FlagAw = function FlagAw(props) {
return React__default.createElement("svg", __chunk_1._extends({
viewBox: "0 0 27 18"
}, props), React__default.createElement("path", {
fill: "#4189DD",
d: "M0 0h27v18H0V0z"
}), React__default.createElement("path", {
fill: "#F9D616",
d: "M0 12h27v1H0v1h27v1H0v-3z"
}), React__default.createElement("path", {
fill: "#D21034",
stroke: "#FFF",
strokeWidth: 0.2,
strokeMiterlimit: 10,
d: "M4.625 3.375L4 1.35l-.625 2.025L1.35 4l2.025.625L4 6.65l.625-2.025L6.65 4z"
}));
};
module.exports = FlagAw;
//# sourceMappingURL=FlagAw.js.map