react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 578 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagDz = function FlagDz(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 900 600"
}, props), React.createElement("path", {
fill: "#fff",
d: "M0 0h900v600H0z"
}), React.createElement("path", {
fill: "#006233",
d: "M0 0h450v600H0z"
}), React.createElement("path", {
fill: "#d21034",
d: "M580 225a150 150 0 1 0 0 150 120 120 0 1 1 0-150m5 75l-135-44 84 115V229l-84 115z"
}));
};
export default FlagDz;
//# sourceMappingURL=FlagDz.js.map