@logoicon/react 1.0.3 → 1.0.4
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/CHANGELOG.md +6 -0
- package/dist/css/icon.cjs +4 -4
- package/dist/css/icon.js +4 -4
- package/dist/expressjs/icon-dark.cjs +3 -3
- package/dist/expressjs/icon-dark.js +3 -3
- package/dist/expressjs/icon-light.cjs +3 -3
- package/dist/expressjs/icon-light.js +3 -3
- package/dist/expressjs/logo-dark.cjs +3 -3
- package/dist/expressjs/logo-dark.js +3 -3
- package/dist/expressjs/logo-light.cjs +3 -3
- package/dist/expressjs/logo-light.js +3 -3
- package/dist/facebook/icon-mono.cjs +36 -0
- package/dist/facebook/icon-mono.d.cts +6 -0
- package/dist/facebook/icon-mono.d.ts +6 -0
- package/dist/facebook/icon-mono.js +12 -0
- package/dist/facebook/icon.cjs +42 -0
- package/dist/facebook/icon.d.cts +6 -0
- package/dist/facebook/icon.d.ts +6 -0
- package/dist/facebook/icon.js +18 -0
- package/dist/firebase/icon-dark.cjs +3 -3
- package/dist/firebase/icon-dark.js +3 -3
- package/dist/firebase/icon-light.cjs +3 -3
- package/dist/firebase/icon-light.js +3 -3
- package/dist/firebase/icon.cjs +6 -6
- package/dist/firebase/icon.js +6 -6
- package/dist/firebase/logo-dark.cjs +14 -14
- package/dist/firebase/logo-dark.js +14 -14
- package/dist/firebase/logo-light.cjs +14 -14
- package/dist/firebase/logo-light.js +14 -14
- package/dist/git/icon-dark.cjs +2 -2
- package/dist/git/icon-dark.js +2 -2
- package/dist/git/icon-light.cjs +2 -2
- package/dist/git/icon-light.js +2 -2
- package/dist/git/icon.cjs +2 -2
- package/dist/git/icon.js +2 -2
- package/dist/git/logo-dark.cjs +6 -6
- package/dist/git/logo-dark.js +6 -6
- package/dist/git/logo-light.cjs +6 -6
- package/dist/git/logo-light.js +6 -6
- package/dist/git/logo.cjs +6 -6
- package/dist/git/logo.js +6 -6
- package/dist/github/icon-dark.cjs +3 -3
- package/dist/github/icon-dark.js +3 -3
- package/dist/github/icon-light.cjs +3 -3
- package/dist/github/icon-light.js +3 -3
- package/dist/github/logo-dark.cjs +10 -10
- package/dist/github/logo-dark.js +10 -10
- package/dist/github/logo-light.cjs +10 -10
- package/dist/github/logo-light.js +10 -10
- package/dist/gitlab/icon-mono-dark.cjs +3 -3
- package/dist/gitlab/icon-mono-dark.js +3 -3
- package/dist/gitlab/icon-mono-light.cjs +3 -3
- package/dist/gitlab/icon-mono-light.js +3 -3
- package/dist/gitlab/icon.cjs +6 -6
- package/dist/gitlab/icon.js +6 -6
- package/dist/gitlab/logo-dark.cjs +14 -14
- package/dist/gitlab/logo-dark.js +14 -14
- package/dist/gitlab/logo-mono-dark.cjs +10 -10
- package/dist/gitlab/logo-mono-dark.js +10 -10
- package/dist/gitlab/logo-mono-light.cjs +10 -10
- package/dist/gitlab/logo-mono-light.js +10 -10
- package/dist/gitlab/logo.cjs +14 -14
- package/dist/gitlab/logo.js +14 -14
- package/dist/html/icon-dark.cjs +13 -13
- package/dist/html/icon-dark.js +13 -13
- package/dist/html/icon-light.cjs +13 -13
- package/dist/html/icon-light.js +13 -13
- package/dist/html/icon.cjs +13 -13
- package/dist/html/icon.js +13 -13
- package/dist/index.cjs +139 -88
- package/dist/index.d.cts +17 -0
- package/dist/index.d.ts +17 -0
- package/dist/index.js +34 -0
- package/dist/javascript/icon.cjs +4 -4
- package/dist/javascript/icon.js +4 -4
- package/dist/linkedin/icon-mono-dark.cjs +38 -0
- package/dist/linkedin/icon-mono-dark.d.cts +6 -0
- package/dist/linkedin/icon-mono-dark.d.ts +6 -0
- package/dist/linkedin/icon-mono-dark.js +14 -0
- package/dist/linkedin/icon-mono-light.cjs +38 -0
- package/dist/linkedin/icon-mono-light.d.cts +6 -0
- package/dist/linkedin/icon-mono-light.d.ts +6 -0
- package/dist/linkedin/icon-mono-light.js +14 -0
- package/dist/linkedin/icon.cjs +38 -0
- package/dist/linkedin/icon.d.cts +6 -0
- package/dist/linkedin/icon.d.ts +6 -0
- package/dist/linkedin/icon.js +14 -0
- package/dist/linkedin/logo.cjs +45 -0
- package/dist/linkedin/logo.d.cts +6 -0
- package/dist/linkedin/logo.d.ts +6 -0
- package/dist/linkedin/logo.js +21 -0
- package/dist/lua/drawing.cjs +7 -7
- package/dist/lua/drawing.js +7 -7
- package/dist/metadata.cjs +30 -13
- package/dist/metadata.d.cts +231 -95
- package/dist/metadata.d.ts +231 -95
- package/dist/metadata.js +30 -13
- package/dist/mongodb/icon-dark.cjs +36 -0
- package/dist/mongodb/icon-dark.d.cts +6 -0
- package/dist/mongodb/icon-dark.d.ts +6 -0
- package/dist/mongodb/icon-dark.js +12 -0
- package/dist/mongodb/icon-light.cjs +36 -0
- package/dist/mongodb/icon-light.d.cts +6 -0
- package/dist/mongodb/icon-light.d.ts +6 -0
- package/dist/mongodb/icon-light.js +12 -0
- package/dist/mongodb/icon.cjs +36 -0
- package/dist/mongodb/icon.d.cts +6 -0
- package/dist/mongodb/icon.d.ts +6 -0
- package/dist/mongodb/icon.js +12 -0
- package/dist/mongodb/logo-dark.cjs +44 -0
- package/dist/mongodb/logo-dark.d.cts +6 -0
- package/dist/mongodb/logo-dark.d.ts +6 -0
- package/dist/mongodb/logo-dark.js +20 -0
- package/dist/mongodb/logo-light.cjs +44 -0
- package/dist/mongodb/logo-light.d.cts +6 -0
- package/dist/mongodb/logo-light.d.ts +6 -0
- package/dist/mongodb/logo-light.js +20 -0
- package/dist/mongodb/logo.cjs +44 -0
- package/dist/mongodb/logo.d.cts +6 -0
- package/dist/mongodb/logo.d.ts +6 -0
- package/dist/mongodb/logo.js +20 -0
- package/dist/mysql/logo.cjs +43 -0
- package/dist/mysql/logo.d.cts +6 -0
- package/dist/mysql/logo.d.ts +6 -0
- package/dist/mysql/logo.js +19 -0
- package/dist/neovim/icon.cjs +17 -17
- package/dist/neovim/icon.js +17 -17
- package/dist/neovim/logo-mono.cjs +17 -17
- package/dist/neovim/logo-mono.js +17 -17
- package/dist/neovim/logo.cjs +27 -27
- package/dist/neovim/logo.js +27 -27
- package/dist/nextjs/icon-dark.cjs +13 -13
- package/dist/nextjs/icon-dark.js +13 -13
- package/dist/nextjs/icon-light.cjs +13 -13
- package/dist/nextjs/icon-light.js +13 -13
- package/dist/nextjs/logo-dark.cjs +10 -10
- package/dist/nextjs/logo-dark.js +10 -10
- package/dist/nextjs/logo-light.cjs +10 -10
- package/dist/nextjs/logo-light.js +10 -10
- package/dist/nodejs/icon-dark.cjs +5 -5
- package/dist/nodejs/icon-dark.js +5 -5
- package/dist/nodejs/icon-light.cjs +5 -5
- package/dist/nodejs/icon-light.js +5 -5
- package/dist/nodejs/icon.cjs +21 -21
- package/dist/nodejs/icon.js +21 -21
- package/dist/nodejs/logo-dark.cjs +28 -28
- package/dist/nodejs/logo-dark.js +28 -28
- package/dist/nodejs/logo-light.cjs +28 -28
- package/dist/nodejs/logo-light.js +28 -28
- package/dist/php/icon.cjs +21 -21
- package/dist/php/icon.js +21 -21
- package/dist/postgresql/icon.cjs +50 -0
- package/dist/postgresql/icon.d.cts +6 -0
- package/dist/postgresql/icon.d.ts +6 -0
- package/dist/postgresql/icon.js +26 -0
- package/dist/puppeteer/icon.cjs +7 -7
- package/dist/puppeteer/icon.js +7 -7
- package/dist/python/icon.cjs +35 -35
- package/dist/python/icon.js +35 -35
- package/dist/python/logo.cjs +42 -42
- package/dist/python/logo.js +42 -42
- package/dist/react/icon.cjs +5 -5
- package/dist/react/icon.js +5 -5
- package/dist/sqlite/logo.cjs +57 -0
- package/dist/sqlite/logo.d.cts +6 -0
- package/dist/sqlite/logo.d.ts +6 -0
- package/dist/sqlite/logo.js +33 -0
- package/dist/tailwindcss/icon.cjs +2 -2
- package/dist/tailwindcss/icon.js +2 -2
- package/dist/tailwindcss/logo-light.cjs +2 -2
- package/dist/tailwindcss/logo-light.js +2 -2
- package/dist/turbo/icon-dark.cjs +6 -6
- package/dist/turbo/icon-dark.js +6 -6
- package/dist/turbo/icon-light.cjs +6 -6
- package/dist/turbo/icon-light.js +6 -6
- package/dist/turbo/logo-dark.cjs +11 -11
- package/dist/turbo/logo-dark.js +11 -11
- package/dist/turbo/logo-light.cjs +11 -11
- package/dist/turbo/logo-light.js +11 -11
- package/dist/turbopack/icon-dark.cjs +15 -15
- package/dist/turbopack/icon-dark.js +15 -15
- package/dist/turbopack/icon-light.cjs +15 -15
- package/dist/turbopack/icon-light.js +15 -15
- package/dist/turbopack/logo-dark.cjs +24 -24
- package/dist/turbopack/logo-dark.js +24 -24
- package/dist/turbopack/logo-light.cjs +24 -24
- package/dist/turbopack/logo-light.js +24 -24
- package/dist/turborepo/icon-dark.cjs +6 -6
- package/dist/turborepo/icon-dark.js +6 -6
- package/dist/turborepo/icon-light.cjs +6 -6
- package/dist/turborepo/icon-light.js +6 -6
- package/dist/turborepo/logo-dark.cjs +15 -15
- package/dist/turborepo/logo-dark.js +15 -15
- package/dist/turborepo/logo-light.cjs +15 -15
- package/dist/turborepo/logo-light.js +15 -15
- package/dist/typescript/icon.cjs +5 -5
- package/dist/typescript/icon.js +5 -5
- package/dist/typescript/logo-dark.cjs +4 -4
- package/dist/typescript/logo-dark.js +4 -4
- package/dist/v0/logo-dark.cjs +5 -5
- package/dist/v0/logo-dark.js +5 -5
- package/dist/v0/logo-light.cjs +5 -5
- package/dist/v0/logo-light.js +5 -5
- package/dist/vercel/icon-dark.cjs +3 -3
- package/dist/vercel/icon-dark.js +3 -3
- package/dist/vercel/icon-light.cjs +3 -3
- package/dist/vercel/icon-light.js +3 -3
- package/dist/vercel/logo-dark.cjs +3 -3
- package/dist/vercel/logo-dark.js +3 -3
- package/dist/vercel/logo-light.cjs +3 -3
- package/dist/vercel/logo-light.js +3 -3
- package/dist/x/icon-dark.cjs +36 -0
- package/dist/x/icon-dark.d.cts +6 -0
- package/dist/x/icon-dark.d.ts +6 -0
- package/dist/x/icon-dark.js +12 -0
- package/dist/x/icon-light.cjs +36 -0
- package/dist/x/icon-light.d.cts +6 -0
- package/dist/x/icon-light.d.ts +6 -0
- package/dist/x/icon-light.js +12 -0
- package/package.json +5 -5
package/dist/metadata.d.ts
CHANGED
|
@@ -23,6 +23,14 @@ declare const metadata: readonly [{
|
|
|
23
23
|
readonly title: "react icon";
|
|
24
24
|
readonly brand: "react";
|
|
25
25
|
readonly path: ".assets/react/icon.ts";
|
|
26
|
+
}, {
|
|
27
|
+
readonly name: "icon";
|
|
28
|
+
readonly color: "default";
|
|
29
|
+
readonly mode: "default";
|
|
30
|
+
readonly category: "icons";
|
|
31
|
+
readonly title: "postgresql icon";
|
|
32
|
+
readonly brand: "postgresql";
|
|
33
|
+
readonly path: ".assets/postgresql/icon.ts";
|
|
26
34
|
}, {
|
|
27
35
|
readonly name: "logo";
|
|
28
36
|
readonly color: "default";
|
|
@@ -31,6 +39,14 @@ declare const metadata: readonly [{
|
|
|
31
39
|
readonly title: "python logo";
|
|
32
40
|
readonly brand: "python";
|
|
33
41
|
readonly path: ".assets/python/logo.ts";
|
|
42
|
+
}, {
|
|
43
|
+
readonly name: "logo";
|
|
44
|
+
readonly color: "default";
|
|
45
|
+
readonly mode: "default";
|
|
46
|
+
readonly category: "logos";
|
|
47
|
+
readonly title: "mysql logo";
|
|
48
|
+
readonly brand: "mysql";
|
|
49
|
+
readonly path: ".assets/mysql/logo.ts";
|
|
34
50
|
}, {
|
|
35
51
|
readonly name: "logo-light";
|
|
36
52
|
readonly color: "default";
|
|
@@ -55,6 +71,14 @@ declare const metadata: readonly [{
|
|
|
55
71
|
readonly title: "gitlab logo mono dark";
|
|
56
72
|
readonly brand: "gitlab";
|
|
57
73
|
readonly path: ".assets/gitlab/logo-mono-dark.ts";
|
|
74
|
+
}, {
|
|
75
|
+
readonly name: "logo-light";
|
|
76
|
+
readonly color: "default";
|
|
77
|
+
readonly mode: "light";
|
|
78
|
+
readonly category: "logos";
|
|
79
|
+
readonly title: "mongodb logo light";
|
|
80
|
+
readonly brand: "mongodb";
|
|
81
|
+
readonly path: ".assets/mongodb/logo-light.ts";
|
|
58
82
|
}, {
|
|
59
83
|
readonly name: "icon";
|
|
60
84
|
readonly color: "default";
|
|
@@ -79,6 +103,14 @@ declare const metadata: readonly [{
|
|
|
79
103
|
readonly title: "v0 logo light";
|
|
80
104
|
readonly brand: "v0";
|
|
81
105
|
readonly path: ".assets/v0/logo-light.ts";
|
|
106
|
+
}, {
|
|
107
|
+
readonly name: "logo";
|
|
108
|
+
readonly color: "default";
|
|
109
|
+
readonly mode: "default";
|
|
110
|
+
readonly category: "logos";
|
|
111
|
+
readonly title: "sqlite logo";
|
|
112
|
+
readonly brand: "sqlite";
|
|
113
|
+
readonly path: ".assets/sqlite/logo.ts";
|
|
82
114
|
}, {
|
|
83
115
|
readonly name: "logo-light";
|
|
84
116
|
readonly color: "default";
|
|
@@ -119,6 +151,14 @@ declare const metadata: readonly [{
|
|
|
119
151
|
readonly title: "css icon";
|
|
120
152
|
readonly brand: "css";
|
|
121
153
|
readonly path: ".assets/css/icon.ts";
|
|
154
|
+
}, {
|
|
155
|
+
readonly name: "_logo";
|
|
156
|
+
readonly color: "default";
|
|
157
|
+
readonly mode: "default";
|
|
158
|
+
readonly category: "_logos";
|
|
159
|
+
readonly title: "linkedin logo";
|
|
160
|
+
readonly brand: "linkedin";
|
|
161
|
+
readonly path: ".assets/linkedin/_logo.ts";
|
|
122
162
|
}, {
|
|
123
163
|
readonly name: "drawing";
|
|
124
164
|
readonly color: "default";
|
|
@@ -143,30 +183,6 @@ declare const metadata: readonly [{
|
|
|
143
183
|
readonly title: "turbo logo light";
|
|
144
184
|
readonly brand: "turbo";
|
|
145
185
|
readonly path: ".assets/turbo/logo-light.ts";
|
|
146
|
-
}, {
|
|
147
|
-
readonly name: "logo-light";
|
|
148
|
-
readonly color: "default";
|
|
149
|
-
readonly mode: "light";
|
|
150
|
-
readonly category: "logos";
|
|
151
|
-
readonly title: "nextjs logo light";
|
|
152
|
-
readonly brand: "nextjs";
|
|
153
|
-
readonly path: ".assets/nextjs/logo-light.ts";
|
|
154
|
-
}, {
|
|
155
|
-
readonly name: "logo-light";
|
|
156
|
-
readonly color: "default";
|
|
157
|
-
readonly mode: "light";
|
|
158
|
-
readonly category: "logos";
|
|
159
|
-
readonly title: "vercel logo light";
|
|
160
|
-
readonly brand: "vercel";
|
|
161
|
-
readonly path: ".assets/vercel/logo-light.ts";
|
|
162
|
-
}, {
|
|
163
|
-
readonly name: "logo-light";
|
|
164
|
-
readonly color: "default";
|
|
165
|
-
readonly mode: "light";
|
|
166
|
-
readonly category: "logos";
|
|
167
|
-
readonly title: "tailwindcss logo light";
|
|
168
|
-
readonly brand: "tailwindcss";
|
|
169
|
-
readonly path: ".assets/tailwindcss/logo-light.ts";
|
|
170
186
|
}, {
|
|
171
187
|
readonly name: "icon-dark";
|
|
172
188
|
readonly color: "default";
|
|
@@ -175,14 +191,6 @@ declare const metadata: readonly [{
|
|
|
175
191
|
readonly title: "nodejs icon dark";
|
|
176
192
|
readonly brand: "nodejs";
|
|
177
193
|
readonly path: ".assets/nodejs/icon-dark.ts";
|
|
178
|
-
}, {
|
|
179
|
-
readonly name: "_icon";
|
|
180
|
-
readonly color: "default";
|
|
181
|
-
readonly mode: "default";
|
|
182
|
-
readonly category: "_icons";
|
|
183
|
-
readonly title: "puppeteer icon";
|
|
184
|
-
readonly brand: "puppeteer";
|
|
185
|
-
readonly path: ".assets/puppeteer/_icon.ts";
|
|
186
194
|
}, {
|
|
187
195
|
readonly name: "logo-dark";
|
|
188
196
|
readonly color: "default";
|
|
@@ -239,14 +247,6 @@ declare const metadata: readonly [{
|
|
|
239
247
|
readonly title: "expressjs icon light";
|
|
240
248
|
readonly brand: "expressjs";
|
|
241
249
|
readonly path: ".assets/expressjs/icon-light.ts";
|
|
242
|
-
}, {
|
|
243
|
-
readonly name: "logo-dark";
|
|
244
|
-
readonly color: "default";
|
|
245
|
-
readonly mode: "dark";
|
|
246
|
-
readonly category: "logos";
|
|
247
|
-
readonly title: "gitlab logo dark";
|
|
248
|
-
readonly brand: "gitlab";
|
|
249
|
-
readonly path: ".assets/gitlab/logo-dark.ts";
|
|
250
250
|
}, {
|
|
251
251
|
readonly name: "logo";
|
|
252
252
|
readonly color: "default";
|
|
@@ -255,6 +255,14 @@ declare const metadata: readonly [{
|
|
|
255
255
|
readonly title: "gitlab logo";
|
|
256
256
|
readonly brand: "gitlab";
|
|
257
257
|
readonly path: ".assets/gitlab/logo.ts";
|
|
258
|
+
}, {
|
|
259
|
+
readonly name: "logo-dark";
|
|
260
|
+
readonly color: "default";
|
|
261
|
+
readonly mode: "dark";
|
|
262
|
+
readonly category: "logos";
|
|
263
|
+
readonly title: "gitlab logo dark";
|
|
264
|
+
readonly brand: "gitlab";
|
|
265
|
+
readonly path: ".assets/gitlab/logo-dark.ts";
|
|
258
266
|
}, {
|
|
259
267
|
readonly name: "icon";
|
|
260
268
|
readonly color: "default";
|
|
@@ -263,14 +271,6 @@ declare const metadata: readonly [{
|
|
|
263
271
|
readonly title: "gitlab icon";
|
|
264
272
|
readonly brand: "gitlab";
|
|
265
273
|
readonly path: ".assets/gitlab/icon.ts";
|
|
266
|
-
}, {
|
|
267
|
-
readonly name: "logo-mono-light";
|
|
268
|
-
readonly color: "mono";
|
|
269
|
-
readonly mode: "light";
|
|
270
|
-
readonly category: "logos";
|
|
271
|
-
readonly title: "gitlab logo mono light";
|
|
272
|
-
readonly brand: "gitlab";
|
|
273
|
-
readonly path: ".assets/gitlab/logo-mono-light.ts";
|
|
274
274
|
}, {
|
|
275
275
|
readonly name: "icon-mono-dark";
|
|
276
276
|
readonly color: "mono";
|
|
@@ -279,6 +279,14 @@ declare const metadata: readonly [{
|
|
|
279
279
|
readonly title: "gitlab icon mono dark";
|
|
280
280
|
readonly brand: "gitlab";
|
|
281
281
|
readonly path: ".assets/gitlab/icon-mono-dark.ts";
|
|
282
|
+
}, {
|
|
283
|
+
readonly name: "logo-mono-light";
|
|
284
|
+
readonly color: "mono";
|
|
285
|
+
readonly mode: "light";
|
|
286
|
+
readonly category: "logos";
|
|
287
|
+
readonly title: "gitlab logo mono light";
|
|
288
|
+
readonly brand: "gitlab";
|
|
289
|
+
readonly path: ".assets/gitlab/logo-mono-light.ts";
|
|
282
290
|
}, {
|
|
283
291
|
readonly name: "icon-mono-light";
|
|
284
292
|
readonly color: "mono";
|
|
@@ -292,17 +300,49 @@ declare const metadata: readonly [{
|
|
|
292
300
|
readonly color: "default";
|
|
293
301
|
readonly mode: "dark";
|
|
294
302
|
readonly category: "icons";
|
|
295
|
-
readonly title: "
|
|
296
|
-
readonly brand: "
|
|
297
|
-
readonly path: ".assets/
|
|
303
|
+
readonly title: "mongodb icon dark";
|
|
304
|
+
readonly brand: "mongodb";
|
|
305
|
+
readonly path: ".assets/mongodb/icon-dark.ts";
|
|
306
|
+
}, {
|
|
307
|
+
readonly name: "logo";
|
|
308
|
+
readonly color: "default";
|
|
309
|
+
readonly mode: "default";
|
|
310
|
+
readonly category: "logos";
|
|
311
|
+
readonly title: "mongodb logo";
|
|
312
|
+
readonly brand: "mongodb";
|
|
313
|
+
readonly path: ".assets/mongodb/logo.ts";
|
|
314
|
+
}, {
|
|
315
|
+
readonly name: "logo-dark";
|
|
316
|
+
readonly color: "default";
|
|
317
|
+
readonly mode: "dark";
|
|
318
|
+
readonly category: "logos";
|
|
319
|
+
readonly title: "mongodb logo dark";
|
|
320
|
+
readonly brand: "mongodb";
|
|
321
|
+
readonly path: ".assets/mongodb/logo-dark.ts";
|
|
322
|
+
}, {
|
|
323
|
+
readonly name: "icon";
|
|
324
|
+
readonly color: "default";
|
|
325
|
+
readonly mode: "default";
|
|
326
|
+
readonly category: "icons";
|
|
327
|
+
readonly title: "mongodb icon";
|
|
328
|
+
readonly brand: "mongodb";
|
|
329
|
+
readonly path: ".assets/mongodb/icon.ts";
|
|
298
330
|
}, {
|
|
299
331
|
readonly name: "icon-light";
|
|
300
332
|
readonly color: "default";
|
|
301
333
|
readonly mode: "light";
|
|
302
334
|
readonly category: "icons";
|
|
303
|
-
readonly title: "
|
|
335
|
+
readonly title: "mongodb icon light";
|
|
336
|
+
readonly brand: "mongodb";
|
|
337
|
+
readonly path: ".assets/mongodb/icon-light.ts";
|
|
338
|
+
}, {
|
|
339
|
+
readonly name: "icon-dark";
|
|
340
|
+
readonly color: "default";
|
|
341
|
+
readonly mode: "dark";
|
|
342
|
+
readonly category: "icons";
|
|
343
|
+
readonly title: "turbopack icon dark";
|
|
304
344
|
readonly brand: "turbopack";
|
|
305
|
-
readonly path: ".assets/turbopack/icon-
|
|
345
|
+
readonly path: ".assets/turbopack/icon-dark.ts";
|
|
306
346
|
}, {
|
|
307
347
|
readonly name: "logo-dark";
|
|
308
348
|
readonly color: "default";
|
|
@@ -311,6 +351,14 @@ declare const metadata: readonly [{
|
|
|
311
351
|
readonly title: "turbopack logo dark";
|
|
312
352
|
readonly brand: "turbopack";
|
|
313
353
|
readonly path: ".assets/turbopack/logo-dark.ts";
|
|
354
|
+
}, {
|
|
355
|
+
readonly name: "icon-light";
|
|
356
|
+
readonly color: "default";
|
|
357
|
+
readonly mode: "light";
|
|
358
|
+
readonly category: "icons";
|
|
359
|
+
readonly title: "turbopack icon light";
|
|
360
|
+
readonly brand: "turbopack";
|
|
361
|
+
readonly path: ".assets/turbopack/icon-light.ts";
|
|
314
362
|
}, {
|
|
315
363
|
readonly name: "logo-dark";
|
|
316
364
|
readonly color: "default";
|
|
@@ -343,14 +391,6 @@ declare const metadata: readonly [{
|
|
|
343
391
|
readonly title: "github icon light";
|
|
344
392
|
readonly brand: "github";
|
|
345
393
|
readonly path: ".assets/github/icon-light.ts";
|
|
346
|
-
}, {
|
|
347
|
-
readonly name: "icon";
|
|
348
|
-
readonly color: "default";
|
|
349
|
-
readonly mode: "default";
|
|
350
|
-
readonly category: "icons";
|
|
351
|
-
readonly title: "html icon";
|
|
352
|
-
readonly brand: "html";
|
|
353
|
-
readonly path: ".assets/html/icon.ts";
|
|
354
394
|
}, {
|
|
355
395
|
readonly name: "icon-light";
|
|
356
396
|
readonly color: "default";
|
|
@@ -359,6 +399,14 @@ declare const metadata: readonly [{
|
|
|
359
399
|
readonly title: "html icon light";
|
|
360
400
|
readonly brand: "html";
|
|
361
401
|
readonly path: ".assets/html/icon-light.ts";
|
|
402
|
+
}, {
|
|
403
|
+
readonly name: "icon";
|
|
404
|
+
readonly color: "default";
|
|
405
|
+
readonly mode: "default";
|
|
406
|
+
readonly category: "icons";
|
|
407
|
+
readonly title: "html icon";
|
|
408
|
+
readonly brand: "html";
|
|
409
|
+
readonly path: ".assets/html/icon.ts";
|
|
362
410
|
}, {
|
|
363
411
|
readonly name: "icon-dark";
|
|
364
412
|
readonly color: "default";
|
|
@@ -367,14 +415,6 @@ declare const metadata: readonly [{
|
|
|
367
415
|
readonly title: "turborepo icon dark";
|
|
368
416
|
readonly brand: "turborepo";
|
|
369
417
|
readonly path: ".assets/turborepo/icon-dark.ts";
|
|
370
|
-
}, {
|
|
371
|
-
readonly name: "icon-light";
|
|
372
|
-
readonly color: "default";
|
|
373
|
-
readonly mode: "light";
|
|
374
|
-
readonly category: "icons";
|
|
375
|
-
readonly title: "turborepo icon light";
|
|
376
|
-
readonly brand: "turborepo";
|
|
377
|
-
readonly path: ".assets/turborepo/icon-light.ts";
|
|
378
418
|
}, {
|
|
379
419
|
readonly name: "logo-dark";
|
|
380
420
|
readonly color: "default";
|
|
@@ -383,6 +423,14 @@ declare const metadata: readonly [{
|
|
|
383
423
|
readonly title: "turborepo logo dark";
|
|
384
424
|
readonly brand: "turborepo";
|
|
385
425
|
readonly path: ".assets/turborepo/logo-dark.ts";
|
|
426
|
+
}, {
|
|
427
|
+
readonly name: "icon-light";
|
|
428
|
+
readonly color: "default";
|
|
429
|
+
readonly mode: "light";
|
|
430
|
+
readonly category: "icons";
|
|
431
|
+
readonly title: "turborepo icon light";
|
|
432
|
+
readonly brand: "turborepo";
|
|
433
|
+
readonly path: ".assets/turborepo/icon-light.ts";
|
|
386
434
|
}, {
|
|
387
435
|
readonly name: "icon";
|
|
388
436
|
readonly color: "default";
|
|
@@ -391,6 +439,30 @@ declare const metadata: readonly [{
|
|
|
391
439
|
readonly title: "typescript icon";
|
|
392
440
|
readonly brand: "typescript";
|
|
393
441
|
readonly path: ".assets/typescript/icon.ts";
|
|
442
|
+
}, {
|
|
443
|
+
readonly name: "_icon-mono-light";
|
|
444
|
+
readonly color: "mono";
|
|
445
|
+
readonly mode: "light";
|
|
446
|
+
readonly category: "_icons";
|
|
447
|
+
readonly title: "linkedin icon mono light";
|
|
448
|
+
readonly brand: "linkedin";
|
|
449
|
+
readonly path: ".assets/linkedin/_icon-mono-light.ts";
|
|
450
|
+
}, {
|
|
451
|
+
readonly name: "_icon";
|
|
452
|
+
readonly color: "default";
|
|
453
|
+
readonly mode: "default";
|
|
454
|
+
readonly category: "_icons";
|
|
455
|
+
readonly title: "linkedin icon";
|
|
456
|
+
readonly brand: "linkedin";
|
|
457
|
+
readonly path: ".assets/linkedin/_icon.ts";
|
|
458
|
+
}, {
|
|
459
|
+
readonly name: "_icon-mono-dark";
|
|
460
|
+
readonly color: "mono";
|
|
461
|
+
readonly mode: "dark";
|
|
462
|
+
readonly category: "_icons";
|
|
463
|
+
readonly title: "linkedin icon mono dark";
|
|
464
|
+
readonly brand: "linkedin";
|
|
465
|
+
readonly path: ".assets/linkedin/_icon-mono-dark.ts";
|
|
394
466
|
}, {
|
|
395
467
|
readonly name: "logo";
|
|
396
468
|
readonly color: "default";
|
|
@@ -455,6 +527,70 @@ declare const metadata: readonly [{
|
|
|
455
527
|
readonly title: "turbo icon light";
|
|
456
528
|
readonly brand: "turbo";
|
|
457
529
|
readonly path: ".assets/turbo/icon-light.ts";
|
|
530
|
+
}, {
|
|
531
|
+
readonly name: "logo-light";
|
|
532
|
+
readonly color: "default";
|
|
533
|
+
readonly mode: "light";
|
|
534
|
+
readonly category: "logos";
|
|
535
|
+
readonly title: "nextjs logo light";
|
|
536
|
+
readonly brand: "nextjs";
|
|
537
|
+
readonly path: ".assets/nextjs/logo-light.ts";
|
|
538
|
+
}, {
|
|
539
|
+
readonly name: "logo-light";
|
|
540
|
+
readonly color: "default";
|
|
541
|
+
readonly mode: "light";
|
|
542
|
+
readonly category: "logos";
|
|
543
|
+
readonly title: "vercel logo light";
|
|
544
|
+
readonly brand: "vercel";
|
|
545
|
+
readonly path: ".assets/vercel/logo-light.ts";
|
|
546
|
+
}, {
|
|
547
|
+
readonly name: "logo-light";
|
|
548
|
+
readonly color: "default";
|
|
549
|
+
readonly mode: "light";
|
|
550
|
+
readonly category: "logos";
|
|
551
|
+
readonly title: "tailwindcss logo light";
|
|
552
|
+
readonly brand: "tailwindcss";
|
|
553
|
+
readonly path: ".assets/tailwindcss/logo-light.ts";
|
|
554
|
+
}, {
|
|
555
|
+
readonly name: "icon-dark";
|
|
556
|
+
readonly color: "default";
|
|
557
|
+
readonly mode: "dark";
|
|
558
|
+
readonly category: "icons";
|
|
559
|
+
readonly title: "x icon dark";
|
|
560
|
+
readonly brand: "x";
|
|
561
|
+
readonly path: ".assets/x/icon-dark.ts";
|
|
562
|
+
}, {
|
|
563
|
+
readonly name: "icon-mono";
|
|
564
|
+
readonly color: "mono";
|
|
565
|
+
readonly mode: "default";
|
|
566
|
+
readonly category: "icons";
|
|
567
|
+
readonly title: "facebook icon mono";
|
|
568
|
+
readonly brand: "facebook";
|
|
569
|
+
readonly path: ".assets/facebook/icon-mono.ts";
|
|
570
|
+
}, {
|
|
571
|
+
readonly name: "logo-light";
|
|
572
|
+
readonly color: "default";
|
|
573
|
+
readonly mode: "light";
|
|
574
|
+
readonly category: "logos";
|
|
575
|
+
readonly title: "firebase logo light";
|
|
576
|
+
readonly brand: "firebase";
|
|
577
|
+
readonly path: ".assets/firebase/logo-light.ts";
|
|
578
|
+
}, {
|
|
579
|
+
readonly name: "_icon";
|
|
580
|
+
readonly color: "default";
|
|
581
|
+
readonly mode: "default";
|
|
582
|
+
readonly category: "_icons";
|
|
583
|
+
readonly title: "puppeteer icon";
|
|
584
|
+
readonly brand: "puppeteer";
|
|
585
|
+
readonly path: ".assets/puppeteer/_icon.ts";
|
|
586
|
+
}, {
|
|
587
|
+
readonly name: "logo";
|
|
588
|
+
readonly color: "default";
|
|
589
|
+
readonly mode: "default";
|
|
590
|
+
readonly category: "logos";
|
|
591
|
+
readonly title: "neovim logo";
|
|
592
|
+
readonly brand: "neovim";
|
|
593
|
+
readonly path: ".assets/neovim/logo.ts";
|
|
458
594
|
}, {
|
|
459
595
|
readonly name: "icon-dark";
|
|
460
596
|
readonly color: "default";
|
|
@@ -479,14 +615,6 @@ declare const metadata: readonly [{
|
|
|
479
615
|
readonly title: "nextjs icon light";
|
|
480
616
|
readonly brand: "nextjs";
|
|
481
617
|
readonly path: ".assets/nextjs/icon-light.ts";
|
|
482
|
-
}, {
|
|
483
|
-
readonly name: "logo-dark";
|
|
484
|
-
readonly color: "default";
|
|
485
|
-
readonly mode: "dark";
|
|
486
|
-
readonly category: "logos";
|
|
487
|
-
readonly title: "vercel logo dark";
|
|
488
|
-
readonly brand: "vercel";
|
|
489
|
-
readonly path: ".assets/vercel/logo-dark.ts";
|
|
490
618
|
}, {
|
|
491
619
|
readonly name: "icon-dark";
|
|
492
620
|
readonly color: "default";
|
|
@@ -495,6 +623,14 @@ declare const metadata: readonly [{
|
|
|
495
623
|
readonly title: "vercel icon dark";
|
|
496
624
|
readonly brand: "vercel";
|
|
497
625
|
readonly path: ".assets/vercel/icon-dark.ts";
|
|
626
|
+
}, {
|
|
627
|
+
readonly name: "logo-dark";
|
|
628
|
+
readonly color: "default";
|
|
629
|
+
readonly mode: "dark";
|
|
630
|
+
readonly category: "logos";
|
|
631
|
+
readonly title: "vercel logo dark";
|
|
632
|
+
readonly brand: "vercel";
|
|
633
|
+
readonly path: ".assets/vercel/logo-dark.ts";
|
|
498
634
|
}, {
|
|
499
635
|
readonly name: "icon-light";
|
|
500
636
|
readonly color: "default";
|
|
@@ -503,14 +639,6 @@ declare const metadata: readonly [{
|
|
|
503
639
|
readonly title: "vercel icon light";
|
|
504
640
|
readonly brand: "vercel";
|
|
505
641
|
readonly path: ".assets/vercel/icon-light.ts";
|
|
506
|
-
}, {
|
|
507
|
-
readonly name: "logo-dark";
|
|
508
|
-
readonly color: "default";
|
|
509
|
-
readonly mode: "dark";
|
|
510
|
-
readonly category: "logos";
|
|
511
|
-
readonly title: "tailwindcss logo dark";
|
|
512
|
-
readonly brand: "tailwindcss";
|
|
513
|
-
readonly path: ".assets/tailwindcss/logo-dark.ts";
|
|
514
642
|
}, {
|
|
515
643
|
readonly name: "icon";
|
|
516
644
|
readonly color: "default";
|
|
@@ -520,21 +648,29 @@ declare const metadata: readonly [{
|
|
|
520
648
|
readonly brand: "tailwindcss";
|
|
521
649
|
readonly path: ".assets/tailwindcss/icon.ts";
|
|
522
650
|
}, {
|
|
523
|
-
readonly name: "logo-
|
|
651
|
+
readonly name: "logo-dark";
|
|
524
652
|
readonly color: "default";
|
|
525
|
-
readonly mode: "
|
|
653
|
+
readonly mode: "dark";
|
|
526
654
|
readonly category: "logos";
|
|
527
|
-
readonly title: "
|
|
528
|
-
readonly brand: "
|
|
529
|
-
readonly path: ".assets/
|
|
655
|
+
readonly title: "tailwindcss logo dark";
|
|
656
|
+
readonly brand: "tailwindcss";
|
|
657
|
+
readonly path: ".assets/tailwindcss/logo-dark.ts";
|
|
530
658
|
}, {
|
|
531
|
-
readonly name: "
|
|
659
|
+
readonly name: "icon-light";
|
|
660
|
+
readonly color: "default";
|
|
661
|
+
readonly mode: "light";
|
|
662
|
+
readonly category: "icons";
|
|
663
|
+
readonly title: "x icon light";
|
|
664
|
+
readonly brand: "x";
|
|
665
|
+
readonly path: ".assets/x/icon-light.ts";
|
|
666
|
+
}, {
|
|
667
|
+
readonly name: "icon";
|
|
532
668
|
readonly color: "default";
|
|
533
669
|
readonly mode: "default";
|
|
534
|
-
readonly category: "
|
|
535
|
-
readonly title: "
|
|
536
|
-
readonly brand: "
|
|
537
|
-
readonly path: ".assets/
|
|
670
|
+
readonly category: "icons";
|
|
671
|
+
readonly title: "facebook icon";
|
|
672
|
+
readonly brand: "facebook";
|
|
673
|
+
readonly path: ".assets/facebook/icon.ts";
|
|
538
674
|
}, {
|
|
539
675
|
readonly name: "icon-dark";
|
|
540
676
|
readonly color: "default";
|
package/dist/metadata.js
CHANGED
|
@@ -1,26 +1,27 @@
|
|
|
1
1
|
const metadata = [
|
|
2
2
|
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "nodejs logo light", "brand": "nodejs", "path": ".assets/nodejs/logo-light.ts" },
|
|
3
3
|
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "react icon", "brand": "react", "path": ".assets/react/icon.ts" },
|
|
4
|
+
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "postgresql icon", "brand": "postgresql", "path": ".assets/postgresql/icon.ts" },
|
|
4
5
|
{ "name": "logo", "color": "default", "mode": "default", "category": "logos", "title": "python logo", "brand": "python", "path": ".assets/python/logo.ts" },
|
|
6
|
+
{ "name": "logo", "color": "default", "mode": "default", "category": "logos", "title": "mysql logo", "brand": "mysql", "path": ".assets/mysql/logo.ts" },
|
|
5
7
|
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "expressjs logo light", "brand": "expressjs", "path": ".assets/expressjs/logo-light.ts" },
|
|
6
8
|
{ "name": "_icon", "color": "default", "mode": "default", "category": "_icons", "title": "javascript icon", "brand": "javascript", "path": ".assets/javascript/_icon.ts" },
|
|
7
9
|
{ "name": "logo-mono-dark", "color": "mono", "mode": "dark", "category": "logos", "title": "gitlab logo mono dark", "brand": "gitlab", "path": ".assets/gitlab/logo-mono-dark.ts" },
|
|
10
|
+
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "mongodb logo light", "brand": "mongodb", "path": ".assets/mongodb/logo-light.ts" },
|
|
8
11
|
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "php icon", "brand": "php", "path": ".assets/php/icon.ts" },
|
|
9
12
|
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "turbopack logo light", "brand": "turbopack", "path": ".assets/turbopack/logo-light.ts" },
|
|
10
13
|
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "v0 logo light", "brand": "v0", "path": ".assets/v0/logo-light.ts" },
|
|
14
|
+
{ "name": "logo", "color": "default", "mode": "default", "category": "logos", "title": "sqlite logo", "brand": "sqlite", "path": ".assets/sqlite/logo.ts" },
|
|
11
15
|
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "github logo light", "brand": "github", "path": ".assets/github/logo-light.ts" },
|
|
12
16
|
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "html icon dark", "brand": "html", "path": ".assets/html/icon-dark.ts" },
|
|
13
17
|
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "turborepo logo light", "brand": "turborepo", "path": ".assets/turborepo/logo-light.ts" },
|
|
14
18
|
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "typescript logo dark", "brand": "typescript", "path": ".assets/typescript/logo-dark.ts" },
|
|
15
19
|
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "css icon", "brand": "css", "path": ".assets/css/icon.ts" },
|
|
20
|
+
{ "name": "_logo", "color": "default", "mode": "default", "category": "_logos", "title": "linkedin logo", "brand": "linkedin", "path": ".assets/linkedin/_logo.ts" },
|
|
16
21
|
{ "name": "drawing", "color": "default", "mode": "default", "category": "drawings", "title": "lua drawing", "brand": "lua", "path": ".assets/lua/drawing.ts" },
|
|
17
22
|
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "git logo light", "brand": "git", "path": ".assets/git/logo-light.ts" },
|
|
18
23
|
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "turbo logo light", "brand": "turbo", "path": ".assets/turbo/logo-light.ts" },
|
|
19
|
-
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "nextjs logo light", "brand": "nextjs", "path": ".assets/nextjs/logo-light.ts" },
|
|
20
|
-
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "vercel logo light", "brand": "vercel", "path": ".assets/vercel/logo-light.ts" },
|
|
21
|
-
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "tailwindcss logo light", "brand": "tailwindcss", "path": ".assets/tailwindcss/logo-light.ts" },
|
|
22
24
|
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "nodejs icon dark", "brand": "nodejs", "path": ".assets/nodejs/icon-dark.ts" },
|
|
23
|
-
{ "name": "_icon", "color": "default", "mode": "default", "category": "_icons", "title": "puppeteer icon", "brand": "puppeteer", "path": ".assets/puppeteer/_icon.ts" },
|
|
24
25
|
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "nodejs logo dark", "brand": "nodejs", "path": ".assets/nodejs/logo-dark.ts" },
|
|
25
26
|
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "nodejs icon", "brand": "nodejs", "path": ".assets/nodejs/icon.ts" },
|
|
26
27
|
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "nodejs icon light", "brand": "nodejs", "path": ".assets/nodejs/icon-light.ts" },
|
|
@@ -28,25 +29,33 @@ const metadata = [
|
|
|
28
29
|
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "expressjs icon dark", "brand": "expressjs", "path": ".assets/expressjs/icon-dark.ts" },
|
|
29
30
|
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "expressjs logo dark", "brand": "expressjs", "path": ".assets/expressjs/logo-dark.ts" },
|
|
30
31
|
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "expressjs icon light", "brand": "expressjs", "path": ".assets/expressjs/icon-light.ts" },
|
|
31
|
-
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "gitlab logo dark", "brand": "gitlab", "path": ".assets/gitlab/logo-dark.ts" },
|
|
32
32
|
{ "name": "logo", "color": "default", "mode": "default", "category": "logos", "title": "gitlab logo", "brand": "gitlab", "path": ".assets/gitlab/logo.ts" },
|
|
33
|
+
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "gitlab logo dark", "brand": "gitlab", "path": ".assets/gitlab/logo-dark.ts" },
|
|
33
34
|
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "gitlab icon", "brand": "gitlab", "path": ".assets/gitlab/icon.ts" },
|
|
34
|
-
{ "name": "logo-mono-light", "color": "mono", "mode": "light", "category": "logos", "title": "gitlab logo mono light", "brand": "gitlab", "path": ".assets/gitlab/logo-mono-light.ts" },
|
|
35
35
|
{ "name": "icon-mono-dark", "color": "mono", "mode": "dark", "category": "icons", "title": "gitlab icon mono dark", "brand": "gitlab", "path": ".assets/gitlab/icon-mono-dark.ts" },
|
|
36
|
+
{ "name": "logo-mono-light", "color": "mono", "mode": "light", "category": "logos", "title": "gitlab logo mono light", "brand": "gitlab", "path": ".assets/gitlab/logo-mono-light.ts" },
|
|
36
37
|
{ "name": "icon-mono-light", "color": "mono", "mode": "light", "category": "icons", "title": "gitlab icon mono light", "brand": "gitlab", "path": ".assets/gitlab/icon-mono-light.ts" },
|
|
38
|
+
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "mongodb icon dark", "brand": "mongodb", "path": ".assets/mongodb/icon-dark.ts" },
|
|
39
|
+
{ "name": "logo", "color": "default", "mode": "default", "category": "logos", "title": "mongodb logo", "brand": "mongodb", "path": ".assets/mongodb/logo.ts" },
|
|
40
|
+
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "mongodb logo dark", "brand": "mongodb", "path": ".assets/mongodb/logo-dark.ts" },
|
|
41
|
+
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "mongodb icon", "brand": "mongodb", "path": ".assets/mongodb/icon.ts" },
|
|
42
|
+
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "mongodb icon light", "brand": "mongodb", "path": ".assets/mongodb/icon-light.ts" },
|
|
37
43
|
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "turbopack icon dark", "brand": "turbopack", "path": ".assets/turbopack/icon-dark.ts" },
|
|
38
|
-
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "turbopack icon light", "brand": "turbopack", "path": ".assets/turbopack/icon-light.ts" },
|
|
39
44
|
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "turbopack logo dark", "brand": "turbopack", "path": ".assets/turbopack/logo-dark.ts" },
|
|
45
|
+
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "turbopack icon light", "brand": "turbopack", "path": ".assets/turbopack/icon-light.ts" },
|
|
40
46
|
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "v0 logo dark", "brand": "v0", "path": ".assets/v0/logo-dark.ts" },
|
|
41
47
|
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "github icon dark", "brand": "github", "path": ".assets/github/icon-dark.ts" },
|
|
42
48
|
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "github logo dark", "brand": "github", "path": ".assets/github/logo-dark.ts" },
|
|
43
49
|
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "github icon light", "brand": "github", "path": ".assets/github/icon-light.ts" },
|
|
44
|
-
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "html icon", "brand": "html", "path": ".assets/html/icon.ts" },
|
|
45
50
|
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "html icon light", "brand": "html", "path": ".assets/html/icon-light.ts" },
|
|
51
|
+
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "html icon", "brand": "html", "path": ".assets/html/icon.ts" },
|
|
46
52
|
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "turborepo icon dark", "brand": "turborepo", "path": ".assets/turborepo/icon-dark.ts" },
|
|
47
|
-
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "turborepo icon light", "brand": "turborepo", "path": ".assets/turborepo/icon-light.ts" },
|
|
48
53
|
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "turborepo logo dark", "brand": "turborepo", "path": ".assets/turborepo/logo-dark.ts" },
|
|
54
|
+
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "turborepo icon light", "brand": "turborepo", "path": ".assets/turborepo/icon-light.ts" },
|
|
49
55
|
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "typescript icon", "brand": "typescript", "path": ".assets/typescript/icon.ts" },
|
|
56
|
+
{ "name": "_icon-mono-light", "color": "mono", "mode": "light", "category": "_icons", "title": "linkedin icon mono light", "brand": "linkedin", "path": ".assets/linkedin/_icon-mono-light.ts" },
|
|
57
|
+
{ "name": "_icon", "color": "default", "mode": "default", "category": "_icons", "title": "linkedin icon", "brand": "linkedin", "path": ".assets/linkedin/_icon.ts" },
|
|
58
|
+
{ "name": "_icon-mono-dark", "color": "mono", "mode": "dark", "category": "_icons", "title": "linkedin icon mono dark", "brand": "linkedin", "path": ".assets/linkedin/_icon-mono-dark.ts" },
|
|
50
59
|
{ "name": "logo", "color": "default", "mode": "default", "category": "logos", "title": "git logo", "brand": "git", "path": ".assets/git/logo.ts" },
|
|
51
60
|
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "git icon dark", "brand": "git", "path": ".assets/git/icon-dark.ts" },
|
|
52
61
|
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "git logo dark", "brand": "git", "path": ".assets/git/logo-dark.ts" },
|
|
@@ -55,16 +64,24 @@ const metadata = [
|
|
|
55
64
|
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "turbo icon dark", "brand": "turbo", "path": ".assets/turbo/icon-dark.ts" },
|
|
56
65
|
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "turbo logo dark", "brand": "turbo", "path": ".assets/turbo/logo-dark.ts" },
|
|
57
66
|
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "turbo icon light", "brand": "turbo", "path": ".assets/turbo/icon-light.ts" },
|
|
67
|
+
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "nextjs logo light", "brand": "nextjs", "path": ".assets/nextjs/logo-light.ts" },
|
|
68
|
+
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "vercel logo light", "brand": "vercel", "path": ".assets/vercel/logo-light.ts" },
|
|
69
|
+
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "tailwindcss logo light", "brand": "tailwindcss", "path": ".assets/tailwindcss/logo-light.ts" },
|
|
70
|
+
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "x icon dark", "brand": "x", "path": ".assets/x/icon-dark.ts" },
|
|
71
|
+
{ "name": "icon-mono", "color": "mono", "mode": "default", "category": "icons", "title": "facebook icon mono", "brand": "facebook", "path": ".assets/facebook/icon-mono.ts" },
|
|
72
|
+
{ "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "firebase logo light", "brand": "firebase", "path": ".assets/firebase/logo-light.ts" },
|
|
73
|
+
{ "name": "_icon", "color": "default", "mode": "default", "category": "_icons", "title": "puppeteer icon", "brand": "puppeteer", "path": ".assets/puppeteer/_icon.ts" },
|
|
74
|
+
{ "name": "logo", "color": "default", "mode": "default", "category": "logos", "title": "neovim logo", "brand": "neovim", "path": ".assets/neovim/logo.ts" },
|
|
58
75
|
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "nextjs icon dark", "brand": "nextjs", "path": ".assets/nextjs/icon-dark.ts" },
|
|
59
76
|
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "nextjs logo dark", "brand": "nextjs", "path": ".assets/nextjs/logo-dark.ts" },
|
|
60
77
|
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "nextjs icon light", "brand": "nextjs", "path": ".assets/nextjs/icon-light.ts" },
|
|
61
|
-
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "vercel logo dark", "brand": "vercel", "path": ".assets/vercel/logo-dark.ts" },
|
|
62
78
|
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "vercel icon dark", "brand": "vercel", "path": ".assets/vercel/icon-dark.ts" },
|
|
79
|
+
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "vercel logo dark", "brand": "vercel", "path": ".assets/vercel/logo-dark.ts" },
|
|
63
80
|
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "vercel icon light", "brand": "vercel", "path": ".assets/vercel/icon-light.ts" },
|
|
64
|
-
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "tailwindcss logo dark", "brand": "tailwindcss", "path": ".assets/tailwindcss/logo-dark.ts" },
|
|
65
81
|
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "tailwindcss icon", "brand": "tailwindcss", "path": ".assets/tailwindcss/icon.ts" },
|
|
66
|
-
{ "name": "logo-
|
|
67
|
-
{ "name": "
|
|
82
|
+
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "tailwindcss logo dark", "brand": "tailwindcss", "path": ".assets/tailwindcss/logo-dark.ts" },
|
|
83
|
+
{ "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "x icon light", "brand": "x", "path": ".assets/x/icon-light.ts" },
|
|
84
|
+
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "facebook icon", "brand": "facebook", "path": ".assets/facebook/icon.ts" },
|
|
68
85
|
{ "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "firebase icon dark", "brand": "firebase", "path": ".assets/firebase/icon-dark.ts" },
|
|
69
86
|
{ "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "firebase logo dark", "brand": "firebase", "path": ".assets/firebase/logo-dark.ts" },
|
|
70
87
|
{ "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "firebase icon", "brand": "firebase", "path": ".assets/firebase/icon.ts" },
|