react-car-logo 0.2.2 → 1.0.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.
Files changed (135) hide show
  1. package/README.md +46 -46
  2. package/dist/ReactCarLogo.d.ts +4 -0
  3. package/dist/allLogos.d.ts +1 -40
  4. package/dist/brands.d.ts +2 -0
  5. package/dist/index.d.ts +3 -41
  6. package/dist/index.esm.js +61 -641
  7. package/dist/index.js +60 -718
  8. package/dist/types.d.ts +15 -10
  9. package/package.json +1 -6
  10. package/src/ReactCarLogo.tsx +32 -0
  11. package/src/allLogos.ts +3 -43
  12. package/src/brands.ts +51 -0
  13. package/src/index.ts +3 -46
  14. package/src/types.ts +59 -10
  15. package/dist/logos/Abarth.d.ts +0 -5
  16. package/dist/logos/Abarth.js +0 -20
  17. package/dist/logos/AlfaRomeo.d.ts +0 -5
  18. package/dist/logos/AlfaRomeo.js +0 -20
  19. package/dist/logos/Alpine.d.ts +0 -5
  20. package/dist/logos/Alpine.js +0 -20
  21. package/dist/logos/Arash.d.ts +0 -5
  22. package/dist/logos/Arash.js +0 -20
  23. package/dist/logos/AstonMartin.d.ts +0 -5
  24. package/dist/logos/AstonMartin.js +0 -20
  25. package/dist/logos/Audi.d.ts +0 -5
  26. package/dist/logos/Audi.js +0 -20
  27. package/dist/logos/BMW.d.ts +0 -5
  28. package/dist/logos/BMW.js +0 -20
  29. package/dist/logos/Bentley.d.ts +0 -5
  30. package/dist/logos/Bentley.js +0 -20
  31. package/dist/logos/Brabus.d.ts +0 -5
  32. package/dist/logos/Brabus.js +0 -20
  33. package/dist/logos/Bugatti.d.ts +0 -5
  34. package/dist/logos/Bugatti.js +0 -20
  35. package/dist/logos/Chevrolet.d.ts +0 -5
  36. package/dist/logos/Chevrolet.js +0 -20
  37. package/dist/logos/DeTomaso.d.ts +0 -5
  38. package/dist/logos/DeTomaso.js +0 -20
  39. package/dist/logos/Dodge.d.ts +0 -5
  40. package/dist/logos/Dodge.js +0 -20
  41. package/dist/logos/Ferrari.d.ts +0 -5
  42. package/dist/logos/Ferrari.js +0 -20
  43. package/dist/logos/Ford.d.ts +0 -5
  44. package/dist/logos/Ford.js +0 -20
  45. package/dist/logos/Gumpert.d.ts +0 -5
  46. package/dist/logos/Gumpert.js +0 -20
  47. package/dist/logos/Hennessey.d.ts +0 -5
  48. package/dist/logos/Hennessey.js +0 -20
  49. package/dist/logos/Jaguar.d.ts +0 -5
  50. package/dist/logos/Jaguar.js +0 -20
  51. package/dist/logos/Koenigsegg.d.ts +0 -5
  52. package/dist/logos/Koenigsegg.js +0 -20
  53. package/dist/logos/Lamborghini.d.ts +0 -5
  54. package/dist/logos/Lamborghini.js +0 -20
  55. package/dist/logos/Lotus.d.ts +0 -5
  56. package/dist/logos/Lotus.js +0 -20
  57. package/dist/logos/Maserati.d.ts +0 -5
  58. package/dist/logos/Maserati.js +0 -20
  59. package/dist/logos/Maybach.d.ts +0 -5
  60. package/dist/logos/Maybach.js +0 -20
  61. package/dist/logos/McLaren.d.ts +0 -5
  62. package/dist/logos/McLaren.js +0 -20
  63. package/dist/logos/MercedesAMG.d.ts +0 -5
  64. package/dist/logos/MercedesAMG.js +0 -20
  65. package/dist/logos/Mosler.d.ts +0 -5
  66. package/dist/logos/Mosler.js +0 -20
  67. package/dist/logos/Pagani.d.ts +0 -5
  68. package/dist/logos/Pagani.js +0 -20
  69. package/dist/logos/Pininfarina.d.ts +0 -5
  70. package/dist/logos/Pininfarina.js +0 -20
  71. package/dist/logos/Polestar.d.ts +0 -5
  72. package/dist/logos/Polestar.js +0 -20
  73. package/dist/logos/Porsche.d.ts +0 -5
  74. package/dist/logos/Porsche.js +0 -20
  75. package/dist/logos/Radical.d.ts +0 -5
  76. package/dist/logos/Radical.js +0 -20
  77. package/dist/logos/Rimac.d.ts +0 -5
  78. package/dist/logos/Rimac.js +0 -20
  79. package/dist/logos/RollsRoyce.d.ts +0 -5
  80. package/dist/logos/RollsRoyce.js +0 -20
  81. package/dist/logos/SSC.d.ts +0 -5
  82. package/dist/logos/SSC.js +0 -20
  83. package/dist/logos/Saleen.d.ts +0 -5
  84. package/dist/logos/Saleen.js +0 -20
  85. package/dist/logos/Shelby.d.ts +0 -5
  86. package/dist/logos/Shelby.js +0 -20
  87. package/dist/logos/Spyker.d.ts +0 -5
  88. package/dist/logos/Spyker.js +0 -20
  89. package/dist/logos/TVR.d.ts +0 -5
  90. package/dist/logos/TVR.js +0 -20
  91. package/dist/logos/WMotors.d.ts +0 -5
  92. package/dist/logos/WMotors.js +0 -20
  93. package/dist/logos/Zenvo.d.ts +0 -5
  94. package/dist/logos/Zenvo.js +0 -20
  95. package/dist/types-B2mOhqdm.js +0 -44
  96. package/src/logos/Abarth.tsx +0 -39
  97. package/src/logos/AlfaRomeo.tsx +0 -39
  98. package/src/logos/Alpine.tsx +0 -39
  99. package/src/logos/Arash.tsx +0 -39
  100. package/src/logos/AstonMartin.tsx +0 -39
  101. package/src/logos/Audi.tsx +0 -39
  102. package/src/logos/BMW.tsx +0 -39
  103. package/src/logos/Bentley.tsx +0 -39
  104. package/src/logos/Brabus.tsx +0 -39
  105. package/src/logos/Bugatti.tsx +0 -39
  106. package/src/logos/Chevrolet.tsx +0 -39
  107. package/src/logos/DeTomaso.tsx +0 -39
  108. package/src/logos/Dodge.tsx +0 -39
  109. package/src/logos/Ferrari.tsx +0 -39
  110. package/src/logos/Ford.tsx +0 -39
  111. package/src/logos/Gumpert.tsx +0 -39
  112. package/src/logos/Hennessey.tsx +0 -39
  113. package/src/logos/Jaguar.tsx +0 -39
  114. package/src/logos/Koenigsegg.tsx +0 -39
  115. package/src/logos/Lamborghini.tsx +0 -39
  116. package/src/logos/Lotus.tsx +0 -39
  117. package/src/logos/Maserati.tsx +0 -39
  118. package/src/logos/Maybach.tsx +0 -39
  119. package/src/logos/McLaren.tsx +0 -39
  120. package/src/logos/MercedesAMG.tsx +0 -39
  121. package/src/logos/Mosler.tsx +0 -39
  122. package/src/logos/Pagani.tsx +0 -39
  123. package/src/logos/Pininfarina.tsx +0 -39
  124. package/src/logos/Polestar.tsx +0 -39
  125. package/src/logos/Porsche.tsx +0 -39
  126. package/src/logos/Radical.tsx +0 -39
  127. package/src/logos/Rimac.tsx +0 -39
  128. package/src/logos/RollsRoyce.tsx +0 -39
  129. package/src/logos/SSC.tsx +0 -39
  130. package/src/logos/Saleen.tsx +0 -39
  131. package/src/logos/Shelby.tsx +0 -39
  132. package/src/logos/Spyker.tsx +0 -39
  133. package/src/logos/TVR.tsx +0 -39
  134. package/src/logos/WMotors.tsx +0 -39
  135. package/src/logos/Zenvo.tsx +0 -39
package/dist/index.esm.js CHANGED
@@ -38,6 +38,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
38
38
  * Pixel dimensions for each size tier.
39
39
  */
40
40
  const SIZE_MAP = {
41
+ icon: 32, // Inline icons, favicons, small UI elements
41
42
  sm: 80, // Thumbnails, nav icons, table cells
42
43
  md: 160, // Cards, lists, sidebars (default)
43
44
  lg: 320, // Hero sections, detail views
@@ -46,649 +47,68 @@ const SIZE_MAP = {
46
47
  * Width in pixels used when fetching logo images.
47
48
  */
48
49
  const CDN_WIDTH_MAP = {
50
+ icon: 640,
49
51
  sm: 640,
50
52
  md: 640,
51
53
  lg: 640,
52
54
  };
53
55
 
54
- const meta$D = {
55
- title: "Abarth",
56
- slug: "abarth",
57
- pngUrl: "https://www.carlogos.org/logo/Abarth-logo.png",
58
- country: "Italy",
59
- region: "Italian",
60
- founded: 1949,
61
- hex: "CC0000",
62
- };
63
- const Abarth = (_a) => {
64
- var _b;
65
- var { size = "md", width, height, alt = "Abarth", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
66
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
67
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Abarth-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
68
- };
69
-
70
- const meta$C = {
71
- title: "Alfa Romeo",
72
- slug: "alfa-romeo",
73
- pngUrl: "https://www.carlogos.org/logo/Alfa-Romeo-logo.png",
74
- country: "Italy",
75
- region: "Italian",
76
- founded: 1910,
77
- hex: "CC0000",
78
- };
79
- const AlfaRomeo = (_a) => {
80
- var _b;
81
- var { size = "md", width, height, alt = "Alfa Romeo", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
82
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
83
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Alfa-Romeo-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
84
- };
85
-
86
- const meta$B = {
87
- title: "Alpine",
88
- slug: "alpine",
89
- pngUrl: "https://www.carlogos.org/logo/Alpine-logo.png",
90
- country: "France",
91
- region: "French",
92
- founded: 1955,
93
- hex: "003087",
94
- };
95
- const Alpine = (_a) => {
96
- var _b;
97
- var { size = "md", width, height, alt = "Alpine", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
98
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
99
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Alpine-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
100
- };
101
-
102
- const meta$A = {
103
- title: "Arash",
104
- slug: "arash",
105
- pngUrl: "https://www.carlogos.org/logo/Arash-logo.png",
106
- country: "UK",
107
- region: "British",
108
- founded: 1999,
109
- hex: "1A1A1A",
110
- };
111
- const Arash = (_a) => {
112
- var _b;
113
- var { size = "md", width, height, alt = "Arash", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
114
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
115
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Arash-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
116
- };
117
-
118
- const meta$z = {
119
- title: "Aston Martin",
120
- slug: "aston-martin",
121
- pngUrl: "https://www.carlogos.org/logo/Aston-Martin-logo.png",
122
- country: "UK",
123
- region: "British",
124
- founded: 1913,
125
- hex: "004225",
126
- };
127
- const AstonMartin = (_a) => {
128
- var _b;
129
- var { size = "md", width, height, alt = "Aston Martin", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
130
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
131
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Aston-Martin-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
132
- };
133
-
134
- const meta$y = {
135
- title: "Audi",
136
- slug: "audi",
137
- pngUrl: "https://www.carlogos.org/logo/Audi-logo.png",
138
- country: "Germany",
139
- region: "German",
140
- founded: 1909,
141
- hex: "1A1A1A",
142
- };
143
- const Audi = (_a) => {
144
- var _b;
145
- var { size = "md", width, height, alt = "Audi", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
146
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
147
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Audi-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
148
- };
149
-
150
- const meta$x = {
151
- title: "Bentley",
152
- slug: "bentley",
153
- pngUrl: "https://www.carlogos.org/logo/Bentley-logo.png",
154
- country: "UK",
155
- region: "British",
156
- founded: 1919,
157
- hex: "1A5276",
158
- };
159
- const Bentley = (_a) => {
160
- var _b;
161
- var { size = "md", width, height, alt = "Bentley", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
162
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
163
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Bentley-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
164
- };
165
-
166
- const meta$w = {
167
- title: "BMW",
168
- slug: "bmw",
169
- pngUrl: "https://www.carlogos.org/logo/BMW-logo.png",
170
- country: "Germany",
171
- region: "German",
172
- founded: 1916,
173
- hex: "0066B2",
174
- };
175
- const BMW = (_a) => {
176
- var _b;
177
- var { size = "md", width, height, alt = "BMW", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
178
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
179
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/BMW-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
180
- };
181
-
182
- const meta$v = {
183
- title: "Brabus",
184
- slug: "brabus",
185
- pngUrl: "https://www.carlogos.org/logo/Brabus-logo.png",
186
- country: "Germany",
187
- region: "German",
188
- founded: 1977,
189
- hex: "1A1A1A",
190
- };
191
- const Brabus = (_a) => {
192
- var _b;
193
- var { size = "md", width, height, alt = "Brabus", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
194
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
195
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Brabus-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
196
- };
197
-
198
- const meta$u = {
199
- title: "Bugatti",
200
- slug: "bugatti",
201
- pngUrl: "https://www.carlogos.org/logo/Bugatti-logo.png",
202
- country: "France",
203
- region: "French",
204
- founded: 1909,
205
- hex: "1B1F8A",
206
- };
207
- const Bugatti = (_a) => {
208
- var _b;
209
- var { size = "md", width, height, alt = "Bugatti", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
210
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
211
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Bugatti-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
212
- };
213
-
214
- const meta$t = {
215
- title: "Chevrolet",
216
- slug: "chevrolet",
217
- pngUrl: "https://www.carlogos.org/logo/Chevrolet-logo.png",
218
- country: "USA",
219
- region: "American",
220
- founded: 1911,
221
- hex: "CC0000",
222
- };
223
- const Chevrolet = (_a) => {
224
- var _b;
225
- var { size = "md", width, height, alt = "Chevrolet", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
226
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
227
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Chevrolet-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
228
- };
229
-
230
- const meta$s = {
231
- title: "De Tomaso",
232
- slug: "de-tomaso",
233
- pngUrl: "https://www.carlogos.org/logo/De-Tomaso-logo.png",
234
- country: "Italy",
235
- region: "Italian",
236
- founded: 1959,
237
- hex: "003087",
238
- };
239
- const DeTomaso = (_a) => {
240
- var _b;
241
- var { size = "md", width, height, alt = "De Tomaso", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
242
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
243
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/De-Tomaso-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
244
- };
245
-
246
- const meta$r = {
247
- title: "Dodge",
248
- slug: "dodge",
249
- pngUrl: "https://www.carlogos.org/logo/Dodge-logo.png",
250
- country: "USA",
251
- region: "American",
252
- founded: 1900,
253
- hex: "CC0000",
254
- };
255
- const Dodge = (_a) => {
256
- var _b;
257
- var { size = "md", width, height, alt = "Dodge", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
258
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
259
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Dodge-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
260
- };
261
-
262
- const meta$q = {
263
- title: "Ferrari",
264
- slug: "ferrari",
265
- pngUrl: "https://www.carlogos.org/logo/Ferrari-logo.png",
266
- country: "Italy",
267
- region: "Italian",
268
- founded: 1939,
269
- hex: "CD212A",
270
- };
271
- const Ferrari = (_a) => {
272
- var _b;
273
- var { size = "md", width, height, alt = "Ferrari", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
274
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
275
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Ferrari-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
276
- };
277
-
278
- const meta$p = {
279
- title: "Ford",
280
- slug: "ford",
281
- pngUrl: "https://www.carlogos.org/logo/Ford-logo.png",
282
- country: "USA",
283
- region: "American",
284
- founded: 1903,
285
- hex: "003087",
286
- };
287
- const Ford = (_a) => {
288
- var _b;
289
- var { size = "md", width, height, alt = "Ford", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
290
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
291
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Ford-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
292
- };
293
-
294
- const meta$o = {
295
- title: "Gumpert",
296
- slug: "gumpert",
297
- pngUrl: "https://www.carlogos.org/logo/Gumpert-logo.png",
298
- country: "Germany",
299
- region: "German",
300
- founded: 2004,
301
- hex: "1A1A1A",
302
- };
303
- const Gumpert = (_a) => {
304
- var _b;
305
- var { size = "md", width, height, alt = "Gumpert", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
306
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
307
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Gumpert-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
308
- };
309
-
310
- const meta$n = {
311
- title: "Hennessey",
312
- slug: "hennessey",
313
- pngUrl: "https://www.carlogos.org/logo/Hennessey-logo.png",
314
- country: "USA",
315
- region: "American",
316
- founded: 1991,
317
- hex: "1A1A1A",
318
- };
319
- const Hennessey = (_a) => {
320
- var _b;
321
- var { size = "md", width, height, alt = "Hennessey", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
322
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
323
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Hennessey-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
324
- };
325
-
326
- const meta$m = {
327
- title: "Jaguar",
328
- slug: "jaguar",
329
- pngUrl: "https://www.carlogos.org/logo/Jaguar-logo.png",
330
- country: "UK",
331
- region: "British",
332
- founded: 1935,
333
- hex: "003F7C",
334
- };
335
- const Jaguar = (_a) => {
336
- var _b;
337
- var { size = "md", width, height, alt = "Jaguar", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
338
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
339
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Jaguar-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
340
- };
341
-
342
- const meta$l = {
343
- title: "Koenigsegg",
344
- slug: "koenigsegg",
345
- pngUrl: "https://www.carlogos.org/logo/Koenigsegg-logo.png",
346
- country: "Sweden",
347
- region: "Swedish",
348
- founded: 1994,
349
- hex: "FFCC00",
350
- };
351
- const Koenigsegg = (_a) => {
352
- var _b;
353
- var { size = "md", width, height, alt = "Koenigsegg", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
354
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
355
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Koenigsegg-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
356
- };
357
-
358
- const meta$k = {
359
- title: "Lamborghini",
360
- slug: "lamborghini",
361
- pngUrl: "https://www.carlogos.org/logo/Lamborghini-logo.png",
362
- country: "Italy",
363
- region: "Italian",
364
- founded: 1963,
365
- hex: "D4AF37",
366
- };
367
- const Lamborghini = (_a) => {
368
- var _b;
369
- var { size = "md", width, height, alt = "Lamborghini", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
370
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
371
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Lamborghini-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
372
- };
373
-
374
- const meta$j = {
375
- title: "Lotus",
376
- slug: "lotus",
377
- pngUrl: "https://www.carlogos.org/logo/Lotus-logo.png",
378
- country: "UK",
379
- region: "British",
380
- founded: 1948,
381
- hex: "005C3E",
382
- };
383
- const Lotus = (_a) => {
384
- var _b;
385
- var { size = "md", width, height, alt = "Lotus", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
386
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
387
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Lotus-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
388
- };
389
-
390
- const meta$i = {
391
- title: "Maserati",
392
- slug: "maserati",
393
- pngUrl: "https://www.carlogos.org/logo/Maserati-logo.png",
394
- country: "Italy",
395
- region: "Italian",
396
- founded: 1914,
397
- hex: "003087",
398
- };
399
- const Maserati = (_a) => {
400
- var _b;
401
- var { size = "md", width, height, alt = "Maserati", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
402
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
403
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Maserati-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
404
- };
405
-
406
- const meta$h = {
407
- title: "Maybach",
408
- slug: "maybach",
409
- pngUrl: "https://www.carlogos.org/logo/Maybach-logo.png",
410
- country: "Germany",
411
- region: "German",
412
- founded: 1909,
413
- hex: "1A1A1A",
414
- };
415
- const Maybach = (_a) => {
416
- var _b;
417
- var { size = "md", width, height, alt = "Maybach", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
418
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
419
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Maybach-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
420
- };
421
-
422
- const meta$g = {
423
- title: "McLaren",
424
- slug: "mclaren",
425
- pngUrl: "https://www.carlogos.org/logo/McLaren-logo.png",
426
- country: "UK",
427
- region: "British",
428
- founded: 1963,
429
- hex: "FF8000",
430
- };
431
- const McLaren = (_a) => {
432
- var _b;
433
- var { size = "md", width, height, alt = "McLaren", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
434
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
435
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/McLaren-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
436
- };
437
-
438
- const meta$f = {
439
- title: "Mercedes-AMG",
440
- slug: "mercedes-amg",
441
- pngUrl: "https://www.carlogos.org/car-logos/mercedes-benz-logo.png",
442
- country: "Germany",
443
- region: "German",
444
- founded: 1967,
445
- hex: "1A1A1A",
446
- };
447
- const MercedesAMG = (_a) => {
448
- var _b;
449
- var { size = "md", width, height, alt = "Mercedes-AMG", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
450
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
451
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/car-logos/mercedes-benz-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
452
- };
453
-
454
- const meta$e = {
455
- title: "Mosler",
456
- slug: "mosler",
457
- pngUrl: "https://www.carlogos.org/logo/Mosler-logo.png",
458
- country: "USA",
459
- region: "American",
460
- founded: 1985,
461
- hex: "003087",
462
- };
463
- const Mosler = (_a) => {
464
- var _b;
465
- var { size = "md", width, height, alt = "Mosler", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
466
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
467
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Mosler-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
468
- };
469
-
470
- const meta$d = {
471
- title: "Pagani",
472
- slug: "pagani",
473
- pngUrl: "https://www.carlogos.org/logo/Pagani-logo.png",
474
- country: "Italy",
475
- region: "Italian",
476
- founded: 1992,
477
- hex: "1A1A1A",
478
- };
479
- const Pagani = (_a) => {
480
- var _b;
481
- var { size = "md", width, height, alt = "Pagani", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
482
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
483
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Pagani-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
484
- };
485
-
486
- const meta$c = {
487
- title: "Pininfarina",
488
- slug: "pininfarina",
489
- pngUrl: "https://www.carlogos.org/logo/Pininfarina-logo.png",
490
- country: "Italy",
491
- region: "Italian",
492
- founded: 1930,
493
- hex: "1A1A1A",
494
- };
495
- const Pininfarina = (_a) => {
496
- var _b;
497
- var { size = "md", width, height, alt = "Pininfarina", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
498
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
499
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Pininfarina-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
500
- };
501
-
502
- const meta$b = {
503
- title: "Polestar",
504
- slug: "polestar",
505
- pngUrl: "https://www.carlogos.org/logo/Polestar-logo.png",
506
- country: "Sweden",
507
- region: "Swedish",
508
- founded: 2017,
509
- hex: "1A1A1A",
510
- };
511
- const Polestar = (_a) => {
512
- var _b;
513
- var { size = "md", width, height, alt = "Polestar", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
514
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
515
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Polestar-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
516
- };
517
-
518
- const meta$a = {
519
- title: "Porsche",
520
- slug: "porsche",
521
- pngUrl: "https://www.carlogos.org/logo/Porsche-logo.png",
522
- country: "Germany",
523
- region: "German",
524
- founded: 1931,
525
- hex: "1A1A1A",
526
- };
527
- const Porsche = (_a) => {
528
- var _b;
529
- var { size = "md", width, height, alt = "Porsche", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
530
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
531
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Porsche-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
532
- };
533
-
534
- const meta$9 = {
535
- title: "Radical",
536
- slug: "radical",
537
- pngUrl: "https://www.carlogos.org/logo/Radical-Sportscars-logo.png",
538
- country: "UK",
539
- region: "British",
540
- founded: 1997,
541
- hex: "CC0000",
542
- };
543
- const Radical = (_a) => {
544
- var _b;
545
- var { size = "md", width, height, alt = "Radical", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
546
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
547
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Radical-Sportscars-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
548
- };
549
-
550
- const meta$8 = {
551
- title: "Rimac",
552
- slug: "rimac",
553
- pngUrl: "https://www.carlogos.org/logo/Rimac-logo.png",
554
- country: "Croatia",
555
- region: "Other",
556
- founded: 2009,
557
- hex: "0033A0",
558
- };
559
- const Rimac = (_a) => {
560
- var _b;
561
- var { size = "md", width, height, alt = "Rimac", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
562
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
563
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Rimac-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
564
- };
565
-
566
- const meta$7 = {
567
- title: "Rolls-Royce",
568
- slug: "rolls-royce",
569
- pngUrl: "https://www.carlogos.org/logo/Rolls-Royce-logo.png",
570
- country: "UK",
571
- region: "British",
572
- founded: 1904,
573
- hex: "1A1A1A",
574
- };
575
- const RollsRoyce = (_a) => {
576
- var _b;
577
- var { size = "md", width, height, alt = "Rolls-Royce", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
578
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
579
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Rolls-Royce-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
580
- };
581
-
582
- const meta$6 = {
583
- title: "Saleen",
584
- slug: "saleen",
585
- pngUrl: "https://www.carlogos.org/logo/Saleen-logo.png",
586
- country: "USA",
587
- region: "American",
588
- founded: 1983,
589
- hex: "1A1A1A",
590
- };
591
- const Saleen = (_a) => {
592
- var _b;
593
- var { size = "md", width, height, alt = "Saleen", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
594
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
595
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Saleen-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
596
- };
597
-
598
- const meta$5 = {
599
- title: "Shelby",
600
- slug: "shelby",
601
- pngUrl: "https://www.carlogos.org/logo/Shelby-logo.png",
602
- country: "USA",
603
- region: "American",
604
- founded: 1962,
605
- hex: "8B0000",
606
- };
607
- const Shelby = (_a) => {
608
- var _b;
609
- var { size = "md", width, height, alt = "Shelby", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
610
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
611
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Shelby-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
612
- };
613
-
614
- const meta$4 = {
615
- title: "Spyker",
616
- slug: "spyker",
617
- pngUrl: "https://www.carlogos.org/logo/Spyker-logo.png",
618
- country: "Netherlands",
619
- region: "Other",
620
- founded: 1999,
621
- hex: "003087",
622
- };
623
- const Spyker = (_a) => {
624
- var _b;
625
- var { size = "md", width, height, alt = "Spyker", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
626
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
627
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Spyker-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
628
- };
629
-
630
- const meta$3 = {
631
- title: "SSC",
632
- slug: "ssc",
633
- pngUrl: "https://www.carlogos.org/logo/SSC-logo.png",
634
- country: "USA",
635
- region: "American",
636
- founded: 1998,
637
- hex: "1A1A1A",
638
- };
639
- const SSC = (_a) => {
640
- var _b;
641
- var { size = "md", width, height, alt = "SSC", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
642
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
643
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/SSC-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
644
- };
645
-
646
- const meta$2 = {
647
- title: "TVR",
648
- slug: "tvr",
649
- pngUrl: "https://www.carlogos.org/logo/TVR-logo.png",
650
- country: "UK",
651
- region: "British",
652
- founded: 1947,
653
- hex: "8B0000",
654
- };
655
- const TVR = (_a) => {
656
- var _b;
657
- var { size = "md", width, height, alt = "TVR", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
658
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
659
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/TVR-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
660
- };
661
-
662
- const meta$1 = {
663
- title: "W Motors",
664
- slug: "w-motors",
665
- pngUrl: "https://www.carlogos.org/logo/W-Motors-logo.png",
666
- country: "UAE",
667
- region: "Other",
668
- founded: 2012,
669
- hex: "1A1A1A",
670
- };
671
- const WMotors = (_a) => {
672
- var _b;
673
- var { size = "md", width, height, alt = "W Motors", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
674
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
675
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/W-Motors-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
676
- };
677
-
678
- const meta = {
679
- title: "Zenvo",
680
- slug: "zenvo",
681
- pngUrl: "https://www.carlogos.org/logo/Zenvo-logo.png",
682
- country: "Denmark",
683
- region: "Other",
684
- founded: 2004,
685
- hex: "1A1A1A",
686
- };
687
- const Zenvo = (_a) => {
688
- var _b;
689
- var { size = "md", width, height, alt = "Zenvo", loading = "lazy", style } = _a, props = __rest(_a, ["size", "width", "height", "alt", "loading", "style"]);
690
- const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
691
- return (React.createElement("img", Object.assign({ src: "https://www.carlogos.org/logo/Zenvo-logo.png", alt: alt, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
692
- };
693
-
694
- export { Abarth, meta$D as AbarthMeta, AlfaRomeo, meta$C as AlfaRomeoMeta, Alpine, meta$B as AlpineMeta, Arash, meta$A as ArashMeta, AstonMartin, meta$z as AstonMartinMeta, Audi, meta$y as AudiMeta, BMW, meta$w as BMWMeta, Bentley, meta$x as BentleyMeta, Brabus, meta$v as BrabusMeta, Bugatti, meta$u as BugattiMeta, CDN_WIDTH_MAP, Chevrolet, meta$t as ChevroletMeta, DeTomaso, meta$s as DeTomasoMeta, Dodge, meta$r as DodgeMeta, Ferrari, meta$q as FerrariMeta, Ford, meta$p as FordMeta, Gumpert, meta$o as GumpertMeta, Hennessey, meta$n as HennesseyMeta, Jaguar, meta$m as JaguarMeta, Koenigsegg, meta$l as KoenigseggMeta, Lamborghini, meta$k as LamborghiniMeta, Lotus, meta$j as LotusMeta, Maserati, meta$i as MaseratiMeta, Maybach, meta$h as MaybachMeta, McLaren, meta$g as McLarenMeta, MercedesAMG, meta$f as MercedesAMGMeta, Mosler, meta$e as MoslerMeta, Pagani, meta$d as PaganiMeta, Pininfarina, meta$c as PininfarinaMeta, Polestar, meta$b as PolestarMeta, Porsche, meta$a as PorscheMeta, Radical, meta$9 as RadicalMeta, Rimac, meta$8 as RimacMeta, RollsRoyce, meta$7 as RollsRoyceMeta, SIZE_MAP, SSC, meta$3 as SSCMeta, Saleen, meta$6 as SaleenMeta, Shelby, meta$5 as ShelbyMeta, Spyker, meta$4 as SpykerMeta, TVR, meta$2 as TVRMeta, WMotors, meta$1 as WMotorsMeta, Zenvo, meta as ZenvoMeta };
56
+ const brands = {
57
+ // Italian
58
+ "abarth": { title: "Abarth", slug: "abarth", pngUrl: "https://www.carlogos.org/logo/Abarth-logo.png", country: "Italy", region: "Italian", founded: 1949, hex: "CC0000" },
59
+ "alfa-romeo": { title: "Alfa Romeo", slug: "alfa-romeo", pngUrl: "https://www.carlogos.org/logo/Alfa-Romeo-logo.png", country: "Italy", region: "Italian", founded: 1910, hex: "CC0000" },
60
+ "de-tomaso": { title: "De Tomaso", slug: "de-tomaso", pngUrl: "https://www.carlogos.org/logo/De-Tomaso-logo.png", country: "Italy", region: "Italian", founded: 1959, hex: "003087" },
61
+ "ferrari": { title: "Ferrari", slug: "ferrari", pngUrl: "https://www.carlogos.org/logo/Ferrari-logo.png", country: "Italy", region: "Italian", founded: 1939, hex: "CD212A" },
62
+ "lamborghini": { title: "Lamborghini", slug: "lamborghini", pngUrl: "https://www.carlogos.org/logo/Lamborghini-logo.png", country: "Italy", region: "Italian", founded: 1963, hex: "D4AF37" },
63
+ "maserati": { title: "Maserati", slug: "maserati", pngUrl: "https://www.carlogos.org/logo/Maserati-logo.png", country: "Italy", region: "Italian", founded: 1914, hex: "003087" },
64
+ "pagani": { title: "Pagani", slug: "pagani", pngUrl: "https://www.carlogos.org/logo/Pagani-logo.png", country: "Italy", region: "Italian", founded: 1992, hex: "1A1A1A" },
65
+ "pininfarina": { title: "Pininfarina", slug: "pininfarina", pngUrl: "https://www.carlogos.org/logo/Pininfarina-logo.png", country: "Italy", region: "Italian", founded: 1930, hex: "1A1A1A" },
66
+ // German
67
+ "audi": { title: "Audi", slug: "audi", pngUrl: "https://www.carlogos.org/logo/Audi-logo.png", country: "Germany", region: "German", founded: 1909, hex: "1A1A1A" },
68
+ "bmw": { title: "BMW", slug: "bmw", pngUrl: "https://www.carlogos.org/logo/BMW-logo.png", country: "Germany", region: "German", founded: 1916, hex: "0066B2" },
69
+ "brabus": { title: "Brabus", slug: "brabus", pngUrl: "https://www.carlogos.org/logo/Brabus-logo.png", country: "Germany", region: "German", founded: 1977, hex: "1A1A1A" },
70
+ "gumpert": { title: "Gumpert", slug: "gumpert", pngUrl: "https://www.carlogos.org/logo/Gumpert-logo.png", country: "Germany", region: "German", founded: 2004, hex: "1A1A1A" },
71
+ "maybach": { title: "Maybach", slug: "maybach", pngUrl: "https://www.carlogos.org/logo/Maybach-logo.png", country: "Germany", region: "German", founded: 1909, hex: "1A1A1A" },
72
+ "mercedes-amg": { title: "Mercedes-AMG", slug: "mercedes-amg", pngUrl: "https://www.carlogos.org/car-logos/mercedes-benz-logo.png", country: "Germany", region: "German", founded: 1967, hex: "1A1A1A" },
73
+ "porsche": { title: "Porsche", slug: "porsche", pngUrl: "https://www.carlogos.org/logo/Porsche-logo.png", country: "Germany", region: "German", founded: 1931, hex: "1A1A1A" },
74
+ // British
75
+ "arash": { title: "Arash", slug: "arash", pngUrl: "https://www.carlogos.org/logo/Arash-logo.png", country: "UK", region: "British", founded: 1999, hex: "1A1A1A" },
76
+ "aston-martin": { title: "Aston Martin", slug: "aston-martin", pngUrl: "https://www.carlogos.org/logo/Aston-Martin-logo.png", country: "UK", region: "British", founded: 1913, hex: "004225" },
77
+ "bentley": { title: "Bentley", slug: "bentley", pngUrl: "https://www.carlogos.org/logo/Bentley-logo.png", country: "UK", region: "British", founded: 1919, hex: "1A5276" },
78
+ "jaguar": { title: "Jaguar", slug: "jaguar", pngUrl: "https://www.carlogos.org/logo/Jaguar-logo.png", country: "UK", region: "British", founded: 1935, hex: "003F7C" },
79
+ "lotus": { title: "Lotus", slug: "lotus", pngUrl: "https://www.carlogos.org/logo/Lotus-logo.png", country: "UK", region: "British", founded: 1948, hex: "005C3E" },
80
+ "mclaren": { title: "McLaren", slug: "mclaren", pngUrl: "https://www.carlogos.org/logo/McLaren-logo.png", country: "UK", region: "British", founded: 1963, hex: "FF8000" },
81
+ "radical": { title: "Radical", slug: "radical", pngUrl: "https://www.carlogos.org/logo/Radical-Sportscars-logo.png", country: "UK", region: "British", founded: 1997, hex: "CC0000" },
82
+ "rolls-royce": { title: "Rolls-Royce", slug: "rolls-royce", pngUrl: "https://www.carlogos.org/logo/Rolls-Royce-logo.png", country: "UK", region: "British", founded: 1904, hex: "1A1A1A" },
83
+ "tvr": { title: "TVR", slug: "tvr", pngUrl: "https://www.carlogos.org/logo/TVR-logo.png", country: "UK", region: "British", founded: 1947, hex: "8B0000" },
84
+ // French
85
+ "alpine": { title: "Alpine", slug: "alpine", pngUrl: "https://www.carlogos.org/logo/Alpine-logo.png", country: "France", region: "French", founded: 1955, hex: "003087" },
86
+ "bugatti": { title: "Bugatti", slug: "bugatti", pngUrl: "https://www.carlogos.org/logo/Bugatti-logo.png", country: "France", region: "French", founded: 1909, hex: "1B1F8A" },
87
+ // American
88
+ "chevrolet": { title: "Chevrolet", slug: "chevrolet", pngUrl: "https://www.carlogos.org/logo/Chevrolet-logo.png", country: "USA", region: "American", founded: 1911, hex: "CC0000" },
89
+ "dodge": { title: "Dodge", slug: "dodge", pngUrl: "https://www.carlogos.org/logo/Dodge-logo.png", country: "USA", region: "American", founded: 1900, hex: "CC0000" },
90
+ "ford": { title: "Ford", slug: "ford", pngUrl: "https://www.carlogos.org/logo/Ford-logo.png", country: "USA", region: "American", founded: 1903, hex: "003087" },
91
+ "hennessey": { title: "Hennessey", slug: "hennessey", pngUrl: "https://www.carlogos.org/logo/Hennessey-logo.png", country: "USA", region: "American", founded: 1991, hex: "1A1A1A" },
92
+ "mosler": { title: "Mosler", slug: "mosler", pngUrl: "https://www.carlogos.org/logo/Mosler-logo.png", country: "USA", region: "American", founded: 1985, hex: "003087" },
93
+ "saleen": { title: "Saleen", slug: "saleen", pngUrl: "https://www.carlogos.org/logo/Saleen-logo.png", country: "USA", region: "American", founded: 1983, hex: "1A1A1A" },
94
+ "shelby": { title: "Shelby", slug: "shelby", pngUrl: "https://www.carlogos.org/logo/Shelby-logo.png", country: "USA", region: "American", founded: 1962, hex: "8B0000" },
95
+ "ssc": { title: "SSC", slug: "ssc", pngUrl: "https://www.carlogos.org/logo/SSC-logo.png", country: "USA", region: "American", founded: 1998, hex: "1A1A1A" },
96
+ // Swedish
97
+ "koenigsegg": { title: "Koenigsegg", slug: "koenigsegg", pngUrl: "https://www.carlogos.org/logo/Koenigsegg-logo.png", country: "Sweden", region: "Swedish", founded: 1994, hex: "FFCC00" },
98
+ "polestar": { title: "Polestar", slug: "polestar", pngUrl: "https://www.carlogos.org/logo/Polestar-logo.png", country: "Sweden", region: "Swedish", founded: 2017, hex: "1A1A1A" },
99
+ // Other
100
+ "rimac": { title: "Rimac", slug: "rimac", pngUrl: "https://www.carlogos.org/logo/Rimac-logo.png", country: "Croatia", region: "Other", founded: 2009, hex: "0033A0" },
101
+ "spyker": { title: "Spyker", slug: "spyker", pngUrl: "https://www.carlogos.org/logo/Spyker-logo.png", country: "Netherlands", region: "Other", founded: 1999, hex: "003087" },
102
+ "w-motors": { title: "W Motors", slug: "w-motors", pngUrl: "https://www.carlogos.org/logo/W-Motors-logo.png", country: "UAE", region: "Other", founded: 2012, hex: "1A1A1A" },
103
+ "zenvo": { title: "Zenvo", slug: "zenvo", pngUrl: "https://www.carlogos.org/logo/Zenvo-logo.png", country: "Denmark", region: "Other", founded: 2004, hex: "1A1A1A" },
104
+ };
105
+
106
+ const ReactCarLogo = (_a) => {
107
+ var _b;
108
+ var { name, size = "md", width, height, alt, loading = "lazy", style } = _a, props = __rest(_a, ["name", "size", "width", "height", "alt", "loading", "style"]);
109
+ const brand = brands[name];
110
+ const renderPx = (_b = width !== null && width !== void 0 ? width : height) !== null && _b !== void 0 ? _b : SIZE_MAP[size];
111
+ return (React.createElement("img", Object.assign({ src: brand.pngUrl, alt: alt !== null && alt !== void 0 ? alt : brand.title, width: renderPx, height: renderPx, loading: loading, style: Object.assign({ objectFit: "contain" }, style) }, props)));
112
+ };
113
+
114
+ export { CDN_WIDTH_MAP, ReactCarLogo, SIZE_MAP, brands };