@logoicon/react 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/github/icon-dark.cjs +36 -0
  3. package/dist/github/icon-dark.d.cts +6 -0
  4. package/dist/github/icon-dark.d.ts +6 -0
  5. package/dist/github/icon-dark.js +12 -0
  6. package/dist/github/icon-light.cjs +36 -0
  7. package/dist/github/icon-light.d.cts +6 -0
  8. package/dist/github/icon-light.d.ts +6 -0
  9. package/dist/github/icon-light.js +12 -0
  10. package/dist/github/logo-dark.cjs +44 -0
  11. package/dist/github/logo-dark.d.cts +6 -0
  12. package/dist/github/logo-dark.d.ts +6 -0
  13. package/dist/github/logo-dark.js +20 -0
  14. package/dist/github/logo-light.cjs +44 -0
  15. package/dist/github/logo-light.d.cts +6 -0
  16. package/dist/github/logo-light.d.ts +6 -0
  17. package/dist/github/logo-light.js +20 -0
  18. package/dist/gitlab/icon-mono-dark.cjs +36 -0
  19. package/dist/gitlab/icon-mono-dark.d.cts +6 -0
  20. package/dist/gitlab/icon-mono-dark.d.ts +6 -0
  21. package/dist/gitlab/icon-mono-dark.js +12 -0
  22. package/dist/gitlab/icon-mono-light.cjs +36 -0
  23. package/dist/gitlab/icon-mono-light.d.cts +6 -0
  24. package/dist/gitlab/icon-mono-light.d.ts +6 -0
  25. package/dist/gitlab/icon-mono-light.js +12 -0
  26. package/dist/gitlab/icon.cjs +39 -0
  27. package/dist/gitlab/icon.d.cts +6 -0
  28. package/dist/gitlab/icon.d.ts +6 -0
  29. package/dist/gitlab/icon.js +15 -0
  30. package/dist/gitlab/logo-dark.cjs +49 -0
  31. package/dist/gitlab/logo-dark.d.cts +6 -0
  32. package/dist/gitlab/logo-dark.d.ts +6 -0
  33. package/dist/gitlab/logo-dark.js +25 -0
  34. package/dist/gitlab/logo-mono-dark.cjs +44 -0
  35. package/dist/gitlab/logo-mono-dark.d.cts +6 -0
  36. package/dist/gitlab/logo-mono-dark.d.ts +6 -0
  37. package/dist/gitlab/logo-mono-dark.js +20 -0
  38. package/dist/gitlab/logo-mono-light.cjs +44 -0
  39. package/dist/gitlab/logo-mono-light.d.cts +6 -0
  40. package/dist/gitlab/logo-mono-light.d.ts +6 -0
  41. package/dist/gitlab/logo-mono-light.js +20 -0
  42. package/dist/gitlab/logo.cjs +49 -0
  43. package/dist/gitlab/logo.d.cts +6 -0
  44. package/dist/gitlab/logo.d.ts +6 -0
  45. package/dist/gitlab/logo.js +25 -0
  46. package/dist/index.cjs +135 -0
  47. package/dist/index.d.cts +36 -0
  48. package/dist/index.d.ts +36 -0
  49. package/dist/index.js +74 -0
  50. package/dist/metadata.cjs +93 -0
  51. package/dist/metadata.d.cts +287 -0
  52. package/dist/metadata.d.ts +287 -0
  53. package/dist/metadata.js +65 -0
  54. package/dist/nextjs/icon-dark.cjs +50 -0
  55. package/dist/nextjs/icon-dark.d.cts +6 -0
  56. package/dist/nextjs/icon-dark.d.ts +6 -0
  57. package/dist/nextjs/icon-dark.js +26 -0
  58. package/dist/nextjs/icon-light.cjs +50 -0
  59. package/dist/nextjs/icon-light.d.cts +6 -0
  60. package/dist/nextjs/icon-light.d.ts +6 -0
  61. package/dist/nextjs/icon-light.js +26 -0
  62. package/dist/nextjs/logo-dark.cjs +43 -0
  63. package/dist/nextjs/logo-dark.d.cts +6 -0
  64. package/dist/nextjs/logo-dark.d.ts +6 -0
  65. package/dist/nextjs/logo-dark.js +19 -0
  66. package/dist/nextjs/logo-light.cjs +43 -0
  67. package/dist/nextjs/logo-light.d.cts +6 -0
  68. package/dist/nextjs/logo-light.d.ts +6 -0
  69. package/dist/nextjs/logo-light.js +19 -0
  70. package/dist/turbo/icon-dark.cjs +40 -0
  71. package/dist/turbo/icon-dark.d.cts +6 -0
  72. package/dist/turbo/icon-dark.d.ts +6 -0
  73. package/dist/turbo/icon-dark.js +16 -0
  74. package/dist/turbo/icon-light.cjs +40 -0
  75. package/dist/turbo/icon-light.d.cts +6 -0
  76. package/dist/turbo/icon-light.d.ts +6 -0
  77. package/dist/turbo/icon-light.js +16 -0
  78. package/dist/turbo/logo-dark.cjs +45 -0
  79. package/dist/turbo/logo-dark.d.cts +6 -0
  80. package/dist/turbo/logo-dark.d.ts +6 -0
  81. package/dist/turbo/logo-dark.js +21 -0
  82. package/dist/turbo/logo-light.cjs +45 -0
  83. package/dist/turbo/logo-light.d.cts +6 -0
  84. package/dist/turbo/logo-light.d.ts +6 -0
  85. package/dist/turbo/logo-light.js +21 -0
  86. package/dist/turbopack/icon-dark.cjs +52 -0
  87. package/dist/turbopack/icon-dark.d.cts +6 -0
  88. package/dist/turbopack/icon-dark.d.ts +6 -0
  89. package/dist/turbopack/icon-dark.js +28 -0
  90. package/dist/turbopack/icon-light.cjs +52 -0
  91. package/dist/turbopack/icon-light.d.cts +6 -0
  92. package/dist/turbopack/icon-light.d.ts +6 -0
  93. package/dist/turbopack/icon-light.js +28 -0
  94. package/dist/turbopack/logo-dark.cjs +61 -0
  95. package/dist/turbopack/logo-dark.d.cts +6 -0
  96. package/dist/turbopack/logo-dark.d.ts +6 -0
  97. package/dist/turbopack/logo-dark.js +37 -0
  98. package/dist/turbopack/logo-light.cjs +61 -0
  99. package/dist/turbopack/logo-light.d.cts +6 -0
  100. package/dist/turbopack/logo-light.d.ts +6 -0
  101. package/dist/turbopack/logo-light.js +37 -0
  102. package/dist/turborepo/icon-dark.cjs +40 -0
  103. package/dist/turborepo/icon-dark.d.cts +6 -0
  104. package/dist/turborepo/icon-dark.d.ts +6 -0
  105. package/dist/turborepo/icon-dark.js +16 -0
  106. package/dist/turborepo/icon-light.cjs +40 -0
  107. package/dist/turborepo/icon-light.d.cts +6 -0
  108. package/dist/turborepo/icon-light.d.ts +6 -0
  109. package/dist/turborepo/icon-light.js +16 -0
  110. package/dist/turborepo/logo-dark.cjs +49 -0
  111. package/dist/turborepo/logo-dark.d.cts +6 -0
  112. package/dist/turborepo/logo-dark.d.ts +6 -0
  113. package/dist/turborepo/logo-dark.js +25 -0
  114. package/dist/turborepo/logo-light.cjs +49 -0
  115. package/dist/turborepo/logo-light.d.cts +6 -0
  116. package/dist/turborepo/logo-light.d.ts +6 -0
  117. package/dist/turborepo/logo-light.js +25 -0
  118. package/dist/v0/logo-dark.cjs +39 -0
  119. package/dist/v0/logo-dark.d.cts +6 -0
  120. package/dist/v0/logo-dark.d.ts +6 -0
  121. package/dist/v0/logo-dark.js +15 -0
  122. package/dist/v0/logo-light.cjs +39 -0
  123. package/dist/v0/logo-light.d.cts +6 -0
  124. package/dist/v0/logo-light.d.ts +6 -0
  125. package/dist/v0/logo-light.js +15 -0
  126. package/dist/vercel/icon-dark.cjs +36 -0
  127. package/dist/vercel/icon-dark.d.cts +6 -0
  128. package/dist/vercel/icon-dark.d.ts +6 -0
  129. package/dist/vercel/icon-dark.js +12 -0
  130. package/dist/vercel/icon-light.cjs +36 -0
  131. package/dist/vercel/icon-light.d.cts +6 -0
  132. package/dist/vercel/icon-light.d.ts +6 -0
  133. package/dist/vercel/icon-light.js +12 -0
  134. package/dist/vercel/logo-dark.cjs +36 -0
  135. package/dist/vercel/logo-dark.d.cts +6 -0
  136. package/dist/vercel/logo-dark.d.ts +6 -0
  137. package/dist/vercel/logo-dark.js +12 -0
  138. package/dist/vercel/logo-light.cjs +36 -0
  139. package/dist/vercel/logo-light.d.cts +6 -0
  140. package/dist/vercel/logo-light.d.ts +6 -0
  141. package/dist/vercel/logo-light.js +12 -0
  142. package/package.json +69 -0
@@ -0,0 +1,287 @@
1
+ type IconMeta = {
2
+ name: string;
3
+ color: string;
4
+ mode: string;
5
+ category: string;
6
+ title: string;
7
+ brand: string;
8
+ path: string;
9
+ };
10
+ declare const metadata: readonly [{
11
+ readonly name: "logo-mono-dark";
12
+ readonly color: "mono";
13
+ readonly mode: "dark";
14
+ readonly category: "logos";
15
+ readonly title: "gitlab logo mono dark";
16
+ readonly brand: "gitlab";
17
+ readonly path: ".assets/gitlab/logo-mono-dark.ts";
18
+ }, {
19
+ readonly name: "logo-light";
20
+ readonly color: "default";
21
+ readonly mode: "light";
22
+ readonly category: "logos";
23
+ readonly title: "turbopack logo light";
24
+ readonly brand: "turbopack";
25
+ readonly path: ".assets/turbopack/logo-light.ts";
26
+ }, {
27
+ readonly name: "logo-light";
28
+ readonly color: "default";
29
+ readonly mode: "light";
30
+ readonly category: "logos";
31
+ readonly title: "v0 logo light";
32
+ readonly brand: "v0";
33
+ readonly path: ".assets/v0/logo-light.ts";
34
+ }, {
35
+ readonly name: "logo-light";
36
+ readonly color: "default";
37
+ readonly mode: "light";
38
+ readonly category: "logos";
39
+ readonly title: "github logo light";
40
+ readonly brand: "github";
41
+ readonly path: ".assets/github/logo-light.ts";
42
+ }, {
43
+ readonly name: "logo-light";
44
+ readonly color: "default";
45
+ readonly mode: "light";
46
+ readonly category: "logos";
47
+ readonly title: "turborepo logo light";
48
+ readonly brand: "turborepo";
49
+ readonly path: ".assets/turborepo/logo-light.ts";
50
+ }, {
51
+ readonly name: "logo-light";
52
+ readonly color: "default";
53
+ readonly mode: "light";
54
+ readonly category: "logos";
55
+ readonly title: "turbo logo light";
56
+ readonly brand: "turbo";
57
+ readonly path: ".assets/turbo/logo-light.ts";
58
+ }, {
59
+ readonly name: "logo-light";
60
+ readonly color: "default";
61
+ readonly mode: "light";
62
+ readonly category: "logos";
63
+ readonly title: "nextjs logo light";
64
+ readonly brand: "nextjs";
65
+ readonly path: ".assets/nextjs/logo-light.ts";
66
+ }, {
67
+ readonly name: "logo-light";
68
+ readonly color: "default";
69
+ readonly mode: "light";
70
+ readonly category: "logos";
71
+ readonly title: "vercel logo light";
72
+ readonly brand: "vercel";
73
+ readonly path: ".assets/vercel/logo-light.ts";
74
+ }, {
75
+ readonly name: "icon";
76
+ readonly color: "default";
77
+ readonly mode: "default";
78
+ readonly category: "icons";
79
+ readonly title: "gitlab icon";
80
+ readonly brand: "gitlab";
81
+ readonly path: ".assets/gitlab/icon.ts";
82
+ }, {
83
+ readonly name: "logo";
84
+ readonly color: "default";
85
+ readonly mode: "default";
86
+ readonly category: "logos";
87
+ readonly title: "gitlab logo";
88
+ readonly brand: "gitlab";
89
+ readonly path: ".assets/gitlab/logo.ts";
90
+ }, {
91
+ readonly name: "logo-dark";
92
+ readonly color: "default";
93
+ readonly mode: "dark";
94
+ readonly category: "logos";
95
+ readonly title: "gitlab logo dark";
96
+ readonly brand: "gitlab";
97
+ readonly path: ".assets/gitlab/logo-dark.ts";
98
+ }, {
99
+ readonly name: "icon-mono-dark";
100
+ readonly color: "mono";
101
+ readonly mode: "dark";
102
+ readonly category: "icons";
103
+ readonly title: "gitlab icon mono dark";
104
+ readonly brand: "gitlab";
105
+ readonly path: ".assets/gitlab/icon-mono-dark.ts";
106
+ }, {
107
+ readonly name: "logo-mono-light";
108
+ readonly color: "mono";
109
+ readonly mode: "light";
110
+ readonly category: "logos";
111
+ readonly title: "gitlab logo mono light";
112
+ readonly brand: "gitlab";
113
+ readonly path: ".assets/gitlab/logo-mono-light.ts";
114
+ }, {
115
+ readonly name: "icon-mono-light";
116
+ readonly color: "mono";
117
+ readonly mode: "light";
118
+ readonly category: "icons";
119
+ readonly title: "gitlab icon mono light";
120
+ readonly brand: "gitlab";
121
+ readonly path: ".assets/gitlab/icon-mono-light.ts";
122
+ }, {
123
+ readonly name: "icon-dark";
124
+ readonly color: "default";
125
+ readonly mode: "dark";
126
+ readonly category: "icons";
127
+ readonly title: "turbopack icon dark";
128
+ readonly brand: "turbopack";
129
+ readonly path: ".assets/turbopack/icon-dark.ts";
130
+ }, {
131
+ readonly name: "logo-dark";
132
+ readonly color: "default";
133
+ readonly mode: "dark";
134
+ readonly category: "logos";
135
+ readonly title: "turbopack logo dark";
136
+ readonly brand: "turbopack";
137
+ readonly path: ".assets/turbopack/logo-dark.ts";
138
+ }, {
139
+ readonly name: "icon-light";
140
+ readonly color: "default";
141
+ readonly mode: "light";
142
+ readonly category: "icons";
143
+ readonly title: "turbopack icon light";
144
+ readonly brand: "turbopack";
145
+ readonly path: ".assets/turbopack/icon-light.ts";
146
+ }, {
147
+ readonly name: "logo-dark";
148
+ readonly color: "default";
149
+ readonly mode: "dark";
150
+ readonly category: "logos";
151
+ readonly title: "v0 logo dark";
152
+ readonly brand: "v0";
153
+ readonly path: ".assets/v0/logo-dark.ts";
154
+ }, {
155
+ readonly name: "logo-dark";
156
+ readonly color: "default";
157
+ readonly mode: "dark";
158
+ readonly category: "logos";
159
+ readonly title: "github logo dark";
160
+ readonly brand: "github";
161
+ readonly path: ".assets/github/logo-dark.ts";
162
+ }, {
163
+ readonly name: "icon-light";
164
+ readonly color: "default";
165
+ readonly mode: "light";
166
+ readonly category: "icons";
167
+ readonly title: "github icon light";
168
+ readonly brand: "github";
169
+ readonly path: ".assets/github/icon-light.ts";
170
+ }, {
171
+ readonly name: "icon-dark";
172
+ readonly color: "default";
173
+ readonly mode: "dark";
174
+ readonly category: "icons";
175
+ readonly title: "github icon dark";
176
+ readonly brand: "github";
177
+ readonly path: ".assets/github/icon-dark.ts";
178
+ }, {
179
+ readonly name: "icon-dark";
180
+ readonly color: "default";
181
+ readonly mode: "dark";
182
+ readonly category: "icons";
183
+ readonly title: "turborepo icon dark";
184
+ readonly brand: "turborepo";
185
+ readonly path: ".assets/turborepo/icon-dark.ts";
186
+ }, {
187
+ readonly name: "logo-dark";
188
+ readonly color: "default";
189
+ readonly mode: "dark";
190
+ readonly category: "logos";
191
+ readonly title: "turborepo logo dark";
192
+ readonly brand: "turborepo";
193
+ readonly path: ".assets/turborepo/logo-dark.ts";
194
+ }, {
195
+ readonly name: "icon-light";
196
+ readonly color: "default";
197
+ readonly mode: "light";
198
+ readonly category: "icons";
199
+ readonly title: "turborepo icon light";
200
+ readonly brand: "turborepo";
201
+ readonly path: ".assets/turborepo/icon-light.ts";
202
+ }, {
203
+ readonly name: "icon-dark";
204
+ readonly color: "default";
205
+ readonly mode: "dark";
206
+ readonly category: "icons";
207
+ readonly title: "turbo icon dark";
208
+ readonly brand: "turbo";
209
+ readonly path: ".assets/turbo/icon-dark.ts";
210
+ }, {
211
+ readonly name: "icon-light";
212
+ readonly color: "default";
213
+ readonly mode: "light";
214
+ readonly category: "icons";
215
+ readonly title: "turbo icon light";
216
+ readonly brand: "turbo";
217
+ readonly path: ".assets/turbo/icon-light.ts";
218
+ }, {
219
+ readonly name: "logo-dark";
220
+ readonly color: "default";
221
+ readonly mode: "dark";
222
+ readonly category: "logos";
223
+ readonly title: "turbo logo dark";
224
+ readonly brand: "turbo";
225
+ readonly path: ".assets/turbo/logo-dark.ts";
226
+ }, {
227
+ readonly name: "icon-dark";
228
+ readonly color: "default";
229
+ readonly mode: "dark";
230
+ readonly category: "icons";
231
+ readonly title: "nextjs icon dark";
232
+ readonly brand: "nextjs";
233
+ readonly path: ".assets/nextjs/icon-dark.ts";
234
+ }, {
235
+ readonly name: "logo-dark";
236
+ readonly color: "default";
237
+ readonly mode: "dark";
238
+ readonly category: "logos";
239
+ readonly title: "nextjs logo dark";
240
+ readonly brand: "nextjs";
241
+ readonly path: ".assets/nextjs/logo-dark.ts";
242
+ }, {
243
+ readonly name: "icon-light";
244
+ readonly color: "default";
245
+ readonly mode: "light";
246
+ readonly category: "icons";
247
+ readonly title: "nextjs icon light";
248
+ readonly brand: "nextjs";
249
+ readonly path: ".assets/nextjs/icon-light.ts";
250
+ }, {
251
+ readonly name: "icon-dark";
252
+ readonly color: "default";
253
+ readonly mode: "dark";
254
+ readonly category: "icons";
255
+ readonly title: "vercel icon dark";
256
+ readonly brand: "vercel";
257
+ readonly path: ".assets/vercel/icon-dark.ts";
258
+ }, {
259
+ readonly name: "logo-dark";
260
+ readonly color: "default";
261
+ readonly mode: "dark";
262
+ readonly category: "logos";
263
+ readonly title: "vercel logo dark";
264
+ readonly brand: "vercel";
265
+ readonly path: ".assets/vercel/logo-dark.ts";
266
+ }, {
267
+ readonly name: "icon-light";
268
+ readonly color: "default";
269
+ readonly mode: "light";
270
+ readonly category: "icons";
271
+ readonly title: "vercel icon light";
272
+ readonly brand: "vercel";
273
+ readonly path: ".assets/vercel/icon-light.ts";
274
+ }];
275
+ type IconMetaConst = (typeof metadata)[number];
276
+ declare function listBrands(): string[];
277
+ declare function listCategories(): string[];
278
+ declare function getAll(): ReadonlyArray<IconMeta>;
279
+ declare function paginate<T>(items: ReadonlyArray<T>, page: number, perPage: number): {
280
+ page: number;
281
+ perPage: number;
282
+ total: number;
283
+ pages: number;
284
+ items: T[];
285
+ };
286
+
287
+ export { type IconMeta, type IconMetaConst, getAll, listBrands, listCategories, metadata, paginate };
@@ -0,0 +1,65 @@
1
+ const metadata = [
2
+ { "name": "logo-mono-dark", "color": "mono", "mode": "dark", "category": "logos", "title": "gitlab logo mono dark", "brand": "gitlab", "path": ".assets/gitlab/logo-mono-dark.ts" },
3
+ { "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "turbopack logo light", "brand": "turbopack", "path": ".assets/turbopack/logo-light.ts" },
4
+ { "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "v0 logo light", "brand": "v0", "path": ".assets/v0/logo-light.ts" },
5
+ { "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "github logo light", "brand": "github", "path": ".assets/github/logo-light.ts" },
6
+ { "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "turborepo logo light", "brand": "turborepo", "path": ".assets/turborepo/logo-light.ts" },
7
+ { "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "turbo logo light", "brand": "turbo", "path": ".assets/turbo/logo-light.ts" },
8
+ { "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "nextjs logo light", "brand": "nextjs", "path": ".assets/nextjs/logo-light.ts" },
9
+ { "name": "logo-light", "color": "default", "mode": "light", "category": "logos", "title": "vercel logo light", "brand": "vercel", "path": ".assets/vercel/logo-light.ts" },
10
+ { "name": "icon", "color": "default", "mode": "default", "category": "icons", "title": "gitlab icon", "brand": "gitlab", "path": ".assets/gitlab/icon.ts" },
11
+ { "name": "logo", "color": "default", "mode": "default", "category": "logos", "title": "gitlab logo", "brand": "gitlab", "path": ".assets/gitlab/logo.ts" },
12
+ { "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "gitlab logo dark", "brand": "gitlab", "path": ".assets/gitlab/logo-dark.ts" },
13
+ { "name": "icon-mono-dark", "color": "mono", "mode": "dark", "category": "icons", "title": "gitlab icon mono dark", "brand": "gitlab", "path": ".assets/gitlab/icon-mono-dark.ts" },
14
+ { "name": "logo-mono-light", "color": "mono", "mode": "light", "category": "logos", "title": "gitlab logo mono light", "brand": "gitlab", "path": ".assets/gitlab/logo-mono-light.ts" },
15
+ { "name": "icon-mono-light", "color": "mono", "mode": "light", "category": "icons", "title": "gitlab icon mono light", "brand": "gitlab", "path": ".assets/gitlab/icon-mono-light.ts" },
16
+ { "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "turbopack icon dark", "brand": "turbopack", "path": ".assets/turbopack/icon-dark.ts" },
17
+ { "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "turbopack logo dark", "brand": "turbopack", "path": ".assets/turbopack/logo-dark.ts" },
18
+ { "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "turbopack icon light", "brand": "turbopack", "path": ".assets/turbopack/icon-light.ts" },
19
+ { "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "v0 logo dark", "brand": "v0", "path": ".assets/v0/logo-dark.ts" },
20
+ { "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "github logo dark", "brand": "github", "path": ".assets/github/logo-dark.ts" },
21
+ { "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "github icon light", "brand": "github", "path": ".assets/github/icon-light.ts" },
22
+ { "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "github icon dark", "brand": "github", "path": ".assets/github/icon-dark.ts" },
23
+ { "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "turborepo icon dark", "brand": "turborepo", "path": ".assets/turborepo/icon-dark.ts" },
24
+ { "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "turborepo logo dark", "brand": "turborepo", "path": ".assets/turborepo/logo-dark.ts" },
25
+ { "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "turborepo icon light", "brand": "turborepo", "path": ".assets/turborepo/icon-light.ts" },
26
+ { "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "turbo icon dark", "brand": "turbo", "path": ".assets/turbo/icon-dark.ts" },
27
+ { "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "turbo icon light", "brand": "turbo", "path": ".assets/turbo/icon-light.ts" },
28
+ { "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "turbo logo dark", "brand": "turbo", "path": ".assets/turbo/logo-dark.ts" },
29
+ { "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "nextjs icon dark", "brand": "nextjs", "path": ".assets/nextjs/icon-dark.ts" },
30
+ { "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "nextjs logo dark", "brand": "nextjs", "path": ".assets/nextjs/logo-dark.ts" },
31
+ { "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "nextjs icon light", "brand": "nextjs", "path": ".assets/nextjs/icon-light.ts" },
32
+ { "name": "icon-dark", "color": "default", "mode": "dark", "category": "icons", "title": "vercel icon dark", "brand": "vercel", "path": ".assets/vercel/icon-dark.ts" },
33
+ { "name": "logo-dark", "color": "default", "mode": "dark", "category": "logos", "title": "vercel logo dark", "brand": "vercel", "path": ".assets/vercel/logo-dark.ts" },
34
+ { "name": "icon-light", "color": "default", "mode": "light", "category": "icons", "title": "vercel icon light", "brand": "vercel", "path": ".assets/vercel/icon-light.ts" }
35
+ ];
36
+ function listBrands() {
37
+ return Array.from(new Set(metadata.map((m) => m.brand))).sort();
38
+ }
39
+ function listCategories() {
40
+ return Array.from(new Set(metadata.map((m) => m.category))).sort();
41
+ }
42
+ function getAll() {
43
+ return metadata;
44
+ }
45
+ function paginate(items, page, perPage) {
46
+ const total = items.length;
47
+ const pages = Math.max(1, Math.ceil(total / perPage || 0));
48
+ const current = Math.min(Math.max(1, page), pages);
49
+ const start = (current - 1) * perPage;
50
+ const end = start + perPage;
51
+ return {
52
+ page: current,
53
+ perPage,
54
+ total,
55
+ pages,
56
+ items: items.slice(start, end)
57
+ };
58
+ }
59
+ export {
60
+ getAll,
61
+ listBrands,
62
+ listCategories,
63
+ metadata,
64
+ paginate
65
+ };
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var icon_dark_exports = {};
20
+ __export(icon_dark_exports, {
21
+ NextjsIconDark: () => NextjsIconDark,
22
+ default: () => icon_dark_default
23
+ });
24
+ module.exports = __toCommonJS(icon_dark_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ const NextjsIconDark = (props) => {
27
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg5", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
28
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { id: "prefix__circle1", cx: "12", cy: "12", r: "12", fill: "#000000", strokeWidth: "0.133333" }),
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "prefix__g2", mask: "none", transform: "scale(0.13333333)", children: [
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { id: "prefix__circle2", cx: "90", cy: "90", r: "87", fill: "#000000", stroke: "#ffffff", strokeWidth: "6" }),
31
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "url(#prefix__paint0_linear_408_139)", d: "M 149.508,157.52 69.142,54 H 54 v 71.97 H 66.1136 V 69.3836 l 73.8854,95.4614 c 3.334,-2.231 6.51,-4.68 9.509,-7.325 z" }),
32
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "prefix__rect2", width: "12", height: "72", x: "115", y: "54", fill: "url(#prefix__paint1_linear_408_139)" })
33
+ ] }),
34
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "prefix__defs5", children: [
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint0_linear_408_139", x1: "109", x2: "144.5", y1: "116.5", y2: "160.5", gradientUnits: "userSpaceOnUse", children: [
36
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop2", stopColor: "white" }),
37
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop3", offset: "1", stopColor: "white", stopOpacity: "0" })
38
+ ] }),
39
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint1_linear_408_139", x1: "121", x2: "120.799", y1: "54", y2: "106.875", gradientUnits: "userSpaceOnUse", children: [
40
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop4", stopColor: "white" }),
41
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop5", offset: "1", stopColor: "white", stopOpacity: "0" })
42
+ ] })
43
+ ] })
44
+ ] });
45
+ };
46
+ var icon_dark_default = NextjsIconDark;
47
+ // Annotate the CommonJS export names for ESM import in node:
48
+ 0 && (module.exports = {
49
+ NextjsIconDark
50
+ });
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const NextjsIconDark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { NextjsIconDark, NextjsIconDark as default };
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const NextjsIconDark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { NextjsIconDark, NextjsIconDark as default };
@@ -0,0 +1,26 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ const NextjsIconDark = (props) => {
3
+ return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg5", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
4
+ /* @__PURE__ */ jsx("circle", { id: "prefix__circle1", cx: "12", cy: "12", r: "12", fill: "#000000", strokeWidth: "0.133333" }),
5
+ /* @__PURE__ */ jsxs("g", { id: "prefix__g2", mask: "none", transform: "scale(0.13333333)", children: [
6
+ /* @__PURE__ */ jsx("circle", { id: "prefix__circle2", cx: "90", cy: "90", r: "87", fill: "#000000", stroke: "#ffffff", strokeWidth: "6" }),
7
+ /* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "url(#prefix__paint0_linear_408_139)", d: "M 149.508,157.52 69.142,54 H 54 v 71.97 H 66.1136 V 69.3836 l 73.8854,95.4614 c 3.334,-2.231 6.51,-4.68 9.509,-7.325 z" }),
8
+ /* @__PURE__ */ jsx("rect", { id: "prefix__rect2", width: "12", height: "72", x: "115", y: "54", fill: "url(#prefix__paint1_linear_408_139)" })
9
+ ] }),
10
+ /* @__PURE__ */ jsxs("defs", { id: "prefix__defs5", children: [
11
+ /* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint0_linear_408_139", x1: "109", x2: "144.5", y1: "116.5", y2: "160.5", gradientUnits: "userSpaceOnUse", children: [
12
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop2", stopColor: "white" }),
13
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop3", offset: "1", stopColor: "white", stopOpacity: "0" })
14
+ ] }),
15
+ /* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint1_linear_408_139", x1: "121", x2: "120.799", y1: "54", y2: "106.875", gradientUnits: "userSpaceOnUse", children: [
16
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop4", stopColor: "white" }),
17
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop5", offset: "1", stopColor: "white", stopOpacity: "0" })
18
+ ] })
19
+ ] })
20
+ ] });
21
+ };
22
+ var icon_dark_default = NextjsIconDark;
23
+ export {
24
+ NextjsIconDark,
25
+ icon_dark_default as default
26
+ };
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var icon_light_exports = {};
20
+ __export(icon_light_exports, {
21
+ NextjsIconLight: () => NextjsIconLight,
22
+ default: () => icon_light_default
23
+ });
24
+ module.exports = __toCommonJS(icon_light_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ const NextjsIconLight = (props) => {
27
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg5", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
28
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { id: "prefix__circle1", cx: "12", cy: "12", r: "12", fill: "#000000", strokeWidth: "0.133333" }),
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "prefix__g2", mask: "none", transform: "scale(0.13333333)", children: [
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { id: "prefix__circle2", cx: "90", cy: "90", r: "90", fill: "#000000" }),
31
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "url(#prefix__paint0_linear_408_134)", d: "M 149.508,157.52 69.142,54 H 54 v 71.97 H 66.1136 V 69.3836 l 73.8854,95.4614 c 3.334,-2.231 6.51,-4.68 9.509,-7.325 z" }),
32
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "prefix__rect2", width: "12", height: "72", x: "115", y: "54", fill: "url(#prefix__paint1_linear_408_134)" })
33
+ ] }),
34
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { id: "prefix__defs5", children: [
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint0_linear_408_134", x1: "109", x2: "144.5", y1: "116.5", y2: "160.5", gradientUnits: "userSpaceOnUse", children: [
36
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop2", stopColor: "white" }),
37
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop3", offset: "1", stopColor: "white", stopOpacity: "0" })
38
+ ] }),
39
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "prefix__paint1_linear_408_134", x1: "121", x2: "120.799", y1: "54", y2: "106.875", gradientUnits: "userSpaceOnUse", children: [
40
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop4", stopColor: "white" }),
41
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { id: "prefix__stop5", offset: "1", stopColor: "white", stopOpacity: "0" })
42
+ ] })
43
+ ] })
44
+ ] });
45
+ };
46
+ var icon_light_default = NextjsIconLight;
47
+ // Annotate the CommonJS export names for ESM import in node:
48
+ 0 && (module.exports = {
49
+ NextjsIconLight
50
+ });
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const NextjsIconLight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { NextjsIconLight, NextjsIconLight as default };
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const NextjsIconLight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { NextjsIconLight, NextjsIconLight as default };
@@ -0,0 +1,26 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ const NextjsIconLight = (props) => {
3
+ return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg5", fill: "none", version: "1.1", viewBox: "0 0 24 24", children: [
4
+ /* @__PURE__ */ jsx("circle", { id: "prefix__circle1", cx: "12", cy: "12", r: "12", fill: "#000000", strokeWidth: "0.133333" }),
5
+ /* @__PURE__ */ jsxs("g", { id: "prefix__g2", mask: "none", transform: "scale(0.13333333)", children: [
6
+ /* @__PURE__ */ jsx("circle", { id: "prefix__circle2", cx: "90", cy: "90", r: "90", fill: "#000000" }),
7
+ /* @__PURE__ */ jsx("path", { id: "prefix__path2", fill: "url(#prefix__paint0_linear_408_134)", d: "M 149.508,157.52 69.142,54 H 54 v 71.97 H 66.1136 V 69.3836 l 73.8854,95.4614 c 3.334,-2.231 6.51,-4.68 9.509,-7.325 z" }),
8
+ /* @__PURE__ */ jsx("rect", { id: "prefix__rect2", width: "12", height: "72", x: "115", y: "54", fill: "url(#prefix__paint1_linear_408_134)" })
9
+ ] }),
10
+ /* @__PURE__ */ jsxs("defs", { id: "prefix__defs5", children: [
11
+ /* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint0_linear_408_134", x1: "109", x2: "144.5", y1: "116.5", y2: "160.5", gradientUnits: "userSpaceOnUse", children: [
12
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop2", stopColor: "white" }),
13
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop3", offset: "1", stopColor: "white", stopOpacity: "0" })
14
+ ] }),
15
+ /* @__PURE__ */ jsxs("linearGradient", { id: "prefix__paint1_linear_408_134", x1: "121", x2: "120.799", y1: "54", y2: "106.875", gradientUnits: "userSpaceOnUse", children: [
16
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop4", stopColor: "white" }),
17
+ /* @__PURE__ */ jsx("stop", { id: "prefix__stop5", offset: "1", stopColor: "white", stopOpacity: "0" })
18
+ ] })
19
+ ] })
20
+ ] });
21
+ };
22
+ var icon_light_default = NextjsIconLight;
23
+ export {
24
+ NextjsIconLight,
25
+ icon_light_default as default
26
+ };
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var logo_dark_exports = {};
20
+ __export(logo_dark_exports, {
21
+ NextjsLogoDark: () => NextjsLogoDark,
22
+ default: () => logo_dark_default
23
+ });
24
+ module.exports = __toCommonJS(logo_dark_exports);
25
+ var import_jsx_runtime = require("react/jsx-runtime");
26
+ const NextjsLogoDark = (props) => {
27
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "prefix__svg8", fill: "none", version: "1.1", viewBox: "0 0 24.000002 4.8385339", children: [
28
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "prefix__defs8" }),
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path1", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 15.954457,0.00201455 h 4.180386 V 0.77360406 H 18.476528 V 4.8328325 H 17.64731 V 0.77360406 h -1.692853 z" }),
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path2", fill: "#ffffff", strokeWidth: "0.0609137", d: "M 9.0793096,0.00201455 V 0.77360406 H 5.7284528 V 2.0148548 H 8.4232081 V 2.7864426 H 5.7284528 V 4.0612447 H 9.0793096 V 4.8328325 H 4.8992893 V 0.77360406 H 4.8989421 V 0.00201455 Z" }),
31
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path3", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 11.166701,0.00402936 h -1.085117 l 3.88666,4.83081934 h 1.088284 L 13.112954,2.4211005 15.053421,0.00771496 13.968244,0.00939192 12.569665,1.7463777 Z" }),
32
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path4", fill: "#ffffff", strokeWidth: "0.0609137", d: "M 12.280203,3.4547086 11.736792,2.7790599 10.078477,4.838534 h 1.088224 z" }),
33
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path5", fill: "#ffffff", fillRule: "evenodd", strokeWidth: "0.0609137", d: "M 4.9283452,4.8328325 1.0364528,0 H 0 V 4.8308162 H 0.82916345 V 1.0325848 L 3.8867025,4.8328325 Z", clipRule: "evenodd" }),
34
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path6", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 20.321239,4.8033259 c -0.06073,0 -0.112386,-0.021033 -0.155635,-0.063107 -0.04325,-0.042073 -0.06463,-0.093009 -0.06408,-0.1533503 -5.48e-4,-0.058684 0.02083,-0.109066 0.06408,-0.1511391 0.04325,-0.042073 0.0949,-0.063113 0.155635,-0.063113 0.05842,0 0.109522,0.02104 0.152771,0.063113 0.04386,0.042073 0.06573,0.092455 0.06633,0.1511391 -6.09e-4,0.039856 -0.01072,0.076392 -0.03094,0.1090538 -0.02077,0.033222 -0.04715,0.059245 -0.08035,0.078067 -0.03259,0.019377 -0.06853,0.029336 -0.107817,0.029336 z" }),
35
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path7", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 21.736447,2.7682416 h 0.367431 v 1.4155919 c -5.48e-4,0.1300995 -0.02869,0.2413767 -0.0837,0.3349401 -0.05561,0.093557 -0.132609,0.1649665 -0.231472,0.2153482 -0.09831,0.049821 -0.213503,0.075296 -0.344406,0.075296 -0.119696,0 -0.226965,-0.021594 -0.322478,-0.063667 -0.09551,-0.042073 -0.17135,-0.1051858 -0.226964,-0.1882295 -0.05622,-0.083044 -0.08376,-0.1865665 -0.08376,-0.3105746 h 0.36804 c 5.48e-4,0.054256 0.01291,0.1013056 0.03649,0.1406132 0.02357,0.039308 0.05616,0.069198 0.09777,0.090238 0.04209,0.02104 0.09046,0.031559 0.144914,0.031559 0.05903,0 0.109583,-0.012183 0.150578,-0.037096 0.041,-0.024359 0.07249,-0.060895 0.09442,-0.1096142 0.02132,-0.048158 0.03259,-0.1079513 0.03314,-0.1788122 z" }),
36
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "prefix__path8", fill: "#ffffff", strokeWidth: "0.0609137", d: "m 23.615695,3.3218558 c -0.009,-0.085809 -0.0483,-0.1527959 -0.116832,-0.2004061 -0.06914,-0.048164 -0.158437,-0.071969 -0.26802,-0.071969 -0.07693,0 -0.143208,0.011628 -0.198274,0.034325 -0.05507,0.023251 -0.09777,0.05425 -0.127006,0.093557 -0.02918,0.039308 -0.0438,0.084152 -0.04495,0.134534 0,0.042073 0.01011,0.078609 0.02979,0.1090599 0.01967,0.030999 0.04605,0.057021 0.08035,0.078061 0.03368,0.021588 0.07133,0.039301 0.112386,0.053695 0.04154,0.014394 0.08315,0.026577 0.12469,0.036542 l 0.191574,0.047056 c 0.077,0.017714 0.151736,0.041525 0.223066,0.071969 0.07133,0.029896 0.135959,0.068095 0.19267,0.1140426 0.05677,0.045953 0.101726,0.1013117 0.134863,0.1660874 0.03312,0.06477 0.05,0.1406138 0.05,0.2280858 0,0.1179168 -0.03034,0.2214457 -0.09161,0.311129 -0.06122,0.089129 -0.149422,0.1588873 -0.265158,0.209269 -0.115187,0.049827 -0.254497,0.075289 -0.418538,0.075289 -0.158436,0 -0.296649,-0.024353 -0.412934,-0.073072 C 22.694924,4.6909462 22.603858,4.6200792 22.538132,4.5270701 22.472406,4.434067 22.437015,4.3205726 22.431959,4.1871533 h 0.364082 c 0.0051,0.069752 0.02753,0.1278883 0.06573,0.1749442 0.03874,0.046501 0.0893,0.080826 0.151127,0.1040771 0.06238,0.022696 0.132,0.034325 0.208995,0.034325 0.08035,0 0.151127,-0.012183 0.212346,-0.035988 0.06067,-0.023805 0.108426,-0.057015 0.14272,-0.100197 0.03484,-0.042634 0.05226,-0.093009 0.05281,-0.1505848 C 23.629221,4.1611368 23.613449,4.1173948 23.583109,4.08307 23.552229,4.048751 23.509529,4.019963 23.455007,3.996713 23.4,3.9734619 23.335919,3.9524223 23.262883,3.9341543 l -0.232568,-0.058684 c -0.168,-0.042627 -0.301158,-0.107397 -0.398376,-0.1943148 -0.0977,-0.086918 -0.146071,-0.202069 -0.146071,-0.3465624 0,-0.1184711 0.03259,-0.2225482 0.09838,-0.3116833 0.06512,-0.089129 0.154477,-0.158333 0.267411,-0.207606 0.113482,-0.049821 0.241584,-0.074187 0.384243,-0.074187 0.144975,0 0.271919,0.024365 0.381503,0.074187 0.109523,0.049273 0.195533,0.1179228 0.257848,0.2053888 0.06237,0.087472 0.09496,0.1876751 0.09667,0.3011634 z" })
37
+ ] });
38
+ };
39
+ var logo_dark_default = NextjsLogoDark;
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ NextjsLogoDark
43
+ });
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const NextjsLogoDark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { NextjsLogoDark, NextjsLogoDark as default };
@@ -0,0 +1,6 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const NextjsLogoDark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
6
+ export { NextjsLogoDark, NextjsLogoDark as default };