oolib 2.102.0 → 2.103.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -395,14 +395,14 @@ var IndonesiaFlag = function (props) {
|
|
|
395
395
|
};
|
|
396
396
|
exports.IndonesiaFlag = IndonesiaFlag;
|
|
397
397
|
var ChileFlag = function (props) {
|
|
398
|
-
return (react_1.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 30, height: 30, fill: "none", viewBox: "-4 -4 24 16" },
|
|
398
|
+
return (react_1.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: props.size || 30, height: props.size || 30, fill: "none", viewBox: "-4 -4 24 16" },
|
|
399
399
|
react_1.default.createElement("path", { d: "M20 12H-4V-4h24z", fill: "#d52b1e" }),
|
|
400
400
|
react_1.default.createElement("path", { d: "M4 4h16v-8H-4z", fill: "#fff" }),
|
|
401
401
|
react_1.default.createElement("path", { d: "M4 4h-8v-8h8z", fill: "#0039a6" })));
|
|
402
402
|
};
|
|
403
403
|
exports.ChileFlag = ChileFlag;
|
|
404
404
|
var PakistanFlag = function (props) {
|
|
405
|
-
return (react_1.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 30, height: 30, fill: "none", viewBox: "-75 -40 120 80" },
|
|
405
|
+
return (react_1.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: props.size || 30, height: props.size || 30, fill: "none", viewBox: "-75 -40 120 80" },
|
|
406
406
|
react_1.default.createElement("path", { fill: "#fff", d: "M-75-40H45v80H-75z" }),
|
|
407
407
|
react_1.default.createElement("path", { fill: "#01411C", d: "M-45-40h90v80h-90z" }),
|
|
408
408
|
react_1.default.createElement("circle", { r: "24", fill: "#fff" }),
|
|
@@ -411,7 +411,7 @@ var PakistanFlag = function (props) {
|
|
|
411
411
|
};
|
|
412
412
|
exports.PakistanFlag = PakistanFlag;
|
|
413
413
|
var SpainFlag = function (props) {
|
|
414
|
-
return (react_1.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width:
|
|
414
|
+
return (react_1.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: props.size || 30, height: props.size || 30, viewBox: "0 0 36 36" },
|
|
415
415
|
react_1.default.createElement("path", { fill: "#C60A1D", d: "M36 27a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V9a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z" }),
|
|
416
416
|
react_1.default.createElement("path", { fill: "#FFC400", d: "M0 12h36v12H0z" }),
|
|
417
417
|
react_1.default.createElement("path", { fill: "#EA596E", d: "M9 17v3a3 3 0 1 0 6 0v-3z" }),
|