UNPKG

iran-license-plate

Version:
87 lines (78 loc) 3.04 kB
"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // src/IranLicensePlate/components/images.tsx var images_exports = {}; __export(images_exports, { AnzaliSVG: () => AnzaliSVG, ArasSVG: () => ArasSVG, ArvandSVG: () => ArvandSVG, CHfzSVG: () => CHfzSVG, KishSVG: () => KishSVG, MakuSVG: () => MakuSVG, QeshmSVG: () => QeshmSVG }); module.exports = __toCommonJS(images_exports); // 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 var import_jsx_runtime = require("react/jsx-runtime"); var AnzaliSVG = (props) => { return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("img", { src: anzali_default, alt: "", ...props }); }; var MakuSVG = (props) => { return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("img", { src: maku_default, alt: "", ...props }); }; var ArasSVG = (props) => { return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("img", { src: aras_default, alt: "", ...props }); }; var ArvandSVG = (props) => { return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("img", { src: arvand_default, alt: "", ...props }); }; var CHfzSVG = (props) => { return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("img", { src: chfz_default, alt: "", ...props }); }; var KishSVG = (props) => { return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("img", { src: kish_default, alt: "", ...props }); }; var QeshmSVG = (props) => { return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("img", { src: qeshm_default, alt: "", ...props }); }; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { AnzaliSVG, ArasSVG, ArvandSVG, CHfzSVG, KishSVG, MakuSVG, QeshmSVG }); //# sourceMappingURL=images.js.map