react-country-flags
Version:
Flags of the world as react components.
23 lines (20 loc) • 576 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagTo = function FlagTo(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 96 48"
}, props), React.createElement("g", {
fill: "#C10000"
}, React.createElement("path", {
d: "M0 0h96v48H0z"
}), React.createElement("path", {
fill: "#fff",
d: "M0 0h40v24H0z"
}), React.createElement("path", {
d: "M17 3h6v18h-6z"
}), React.createElement("path", {
d: "M11 9h18v6H11z"
})));
};
export default FlagTo;
//# sourceMappingURL=FlagTo.js.map