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