iran-license-plate
Version:
A general react component for Iran license plate.
109 lines (108 loc) • 3.65 kB
JavaScript
;
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/IranSvg.tsx
var IranSvg_exports = {};
__export(IranSvg_exports, {
IranSvg: () => IranSvg
});
module.exports = __toCommonJS(IranSvg_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var IranSvg = (props) => {
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"svg",
{
...props,
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
width: "16.167",
height: "3.664",
viewBox: "0 0 16.167 3.664",
children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "Group_12203", "data-name": "Group 12203", transform: "translate(0 0)", children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
id: "Path_1648",
"data-name": "Path 1648",
d: "M-3223.412-2468.545h-.955v-3.664h.955Z",
transform: "translate(3239.58 2472.21)"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
id: "Path_1650",
"data-name": "Path 1650",
d: "M-3223.412-2468.545h-.955v-3.664h.955Z",
transform: "translate(3231.002 2472.21)"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
id: "Path_1650-2",
"data-name": "Path 1650",
d: "M-3223.412-2471.392h-.955v-.817h.955Z",
transform: "translate(3226.851 2473.437)"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
id: "Path_1650-3",
"data-name": "Path 1650",
d: "M-3223.412-2471.392h-.955v-.817h.955Z",
transform: "translate(3237.623 2475.054)"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
id: "Path_1650-4",
"data-name": "Path 1650",
d: "M-3223.412-2471.392h-.955v-.817h.955Z",
transform: "translate(3235.713 2475.057)"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
id: "Path_1649",
"data-name": "Path 1649",
d: "M-3230.345-2468.2h-.955v-2.185h4.664v-.522h.955v1.477h-4.664Z",
transform: "translate(3239.892 2471.857)"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
id: "Path_1651",
"data-name": "Path 1651",
d: "M-3232.92-2467.552h-5.924v-2.435h.955v1.48h4.014v-1.48h.955Z",
transform: "translate(3238.844 2471.213)"
}
)
] })
}
);
};
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
IranSvg
});
//# sourceMappingURL=IranSvg.js.map