UNPKG

iran-license-plate

Version:
72 lines (64 loc) 2.54 kB
// src/IranLicensePlate/assets/images/anzali.svg var anzali_default = "../anzali-PD35AKT5.svg"; // src/IranLicensePlate/assets/images/maku.svg var maku_default = "../maku-DP26DVJD.svg"; // src/IranLicensePlate/assets/images/aras.svg var aras_default = "../aras-GJURVGKA.svg"; // src/IranLicensePlate/assets/images/arvand.svg var arvand_default = "../arvand-XGGYO3IJ.svg"; // src/IranLicensePlate/assets/images/chfz.svg var chfz_default = "../chfz-ZYI6NQ62.svg"; // src/IranLicensePlate/assets/images/kish.svg var kish_default = "../kish-SJ7A4NW7.svg"; // src/IranLicensePlate/assets/images/qeshm.svg var qeshm_default = "../qeshm-IQLSDVYS.svg"; // src/IranLicensePlate/components/images.tsx import { jsx } from "react/jsx-runtime"; var AnzaliSVG = (props) => { return /* @__PURE__ */ jsx("img", { src: anzali_default, alt: "", ...props }); }; var MakuSVG = (props) => { return /* @__PURE__ */ jsx("img", { src: maku_default, alt: "", ...props }); }; var ArasSVG = (props) => { return /* @__PURE__ */ jsx("img", { src: aras_default, alt: "", ...props }); }; var ArvandSVG = (props) => { return /* @__PURE__ */ jsx("img", { src: arvand_default, alt: "", ...props }); }; var CHfzSVG = (props) => { return /* @__PURE__ */ jsx("img", { src: chfz_default, alt: "", ...props }); }; var KishSVG = (props) => { return /* @__PURE__ */ jsx("img", { src: kish_default, alt: "", ...props }); }; var QeshmSVG = (props) => { return /* @__PURE__ */ jsx("img", { src: qeshm_default, alt: "", ...props }); }; // src/IranLicensePlate/components/FreeImage.tsx import { Fragment, jsx as jsx2 } from "react/jsx-runtime"; var FreeImage = ({ region }) => { switch (region) { case "ANZALI": return /* @__PURE__ */ jsx2(AnzaliSVG, { width: "100%", height: "100%" }); case "ARAS": return /* @__PURE__ */ jsx2(ArasSVG, { width: "100%", height: "100%" }); case "ARVAND": return /* @__PURE__ */ jsx2(ArvandSVG, { width: "100%", height: "100%" }); case "CHFZ": return /* @__PURE__ */ jsx2(CHfzSVG, { width: "70%", height: "70%" }); case "KISH": return /* @__PURE__ */ jsx2(KishSVG, { width: "100%", height: "100%" }); case "MAKU": return /* @__PURE__ */ jsx2(MakuSVG, { width: "100%", height: "100%" }); case "QESHM": return /* @__PURE__ */ jsx2(QeshmSVG, { width: "100%", height: "100%" }); default: return /* @__PURE__ */ jsx2(Fragment, {}); } }; var FreeImage_default = FreeImage; export { FreeImage_default as default }; //# sourceMappingURL=FreeImage.mjs.map