react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 496 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagFr = function FlagFr(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 3 2"
}, props), React.createElement("path", {
fill: "#ED2939",
d: "M0 0h3v2H0z"
}), React.createElement("path", {
fill: "#fff",
d: "M0 0h2v2H0z"
}), React.createElement("path", {
fill: "#002395",
d: "M0 0h1v2H0z"
}));
};
export default FlagFr;
//# sourceMappingURL=FlagFr.js.map